html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#171717;
--primary:#ffc35a;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.page_banner {
 border-radius: 2.4rem;
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_banner {
 border-radius: 10px;
 }}
@media screen and (max-width: 576px){
.page_banner::after {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
 content: "";
 background-color: rgb(30, 55, 86);
 opacity: 0.5;
 z-index: -1;
 pointer-events: none;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.content {
 max-width: 138rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content, .large_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content, .large_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .large_content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.page_banner .flex {
 min-height: 59.8rem;
 padding: 4rem 0px;
 }
@media screen and (max-width: 768px){
.page_banner .flex {
 min-height: unset;
 padding: 50px 0px 80px;
 }}
.head.white {
 color: rgb(255, 255, 255);
 }
.page_banner .head {
 width: 47%;
 max-width: 65rem;
 padding-bottom: 3.2%;
 }
@media screen and (max-width: 768px){
.page_banner .flex .head {
 padding: 0px;
 }}
@media screen and (max-width: 576px){
.page_banner .head {
 width: 100%;
 }}
.head h1 {
 font-size: 6.4rem;
 line-height: 1.04688;
 font-weight: 700;
 letter-spacing: 0.11rem;
 }
.page_banner h1 {
 max-width: 40.4rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.head h1 {
 font-size: 6rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.head h1 {
 font-size: 5rem;
 }}
@media screen and (max-width: 768px){
div.head h1 {
 font-size: 25px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn_w {
 display: inline-block;
 cursor: pointer;
 transition: 0.3s;
 text-align: center;
 border-radius: 100px;
 background-color: rgb(255, 255, 255);
 border: 1px solid rgb(255, 255, 255);
 color: var(--title);
 font-weight: 600;
 font-size: 1.7rem;
 line-height: 5.8rem;
 padding: 0px 2.9rem;
 }
.btn_w:hover {
 background-color: var(--primary);
 border-color: var(--primary);
 }
.page_banner .btn_w {
 margin-top: 3rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_line, .btn_w {
 font-size: 14px;
 line-height: 40px;
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
div.head .btn, div.head .btn_line, div.head .btn_w {
 margin-top: 20px;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--tertiary:#b1893f;
--title:#171717;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_numbers {
 margin-top: -4.1rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_numbers {
 margin-top: -24px;
 }}
.content {
 max-width: 138rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content, .large_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content, .large_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .large_content {
 padding: 0px 20px;
 }}
.home_numbers .subtitle {
 position: relative;
 z-index: 2;
 display: inline-flex;
 align-items: flex-end;
 font-size: 1.5rem;
 min-height: 4.1rem;
 text-transform: uppercase;
 padding-right: 2rem;
 padding-bottom: 1px;
 min-width: 15.797%;
 letter-spacing: -0.01rem;
 }
.home_numbers .subtitle::before {
 position: absolute;
 right: 0px;
 bottom: 0px;
 width: 100vw;
 height: 100%;
 border-top-left-radius: 2.1rem;
 background-color: rgb(255, 255, 255);
 content: "";
 z-index: -1;
 }
@media screen and (max-width: 768px){
.home_numbers .subtitle {
 min-height: 25px;
 font-size: 14px;
 padding-bottom: 0px;
 letter-spacing: unset;
 padding-right: 14px;
 }}
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
.home_numbers .subtitle img {
 position: absolute;
 left: 100%;
 bottom: 0px;
 display: block;
 object-fit: contain;
 width: auto;
 height: 100%;
 }
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_top {
 align-items: flex-start;
 }
.gap {
 gap: 3rem;
 }
.home_numbers .flex {
 padding: 2.4rem 0px;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.home_numbers .flex {
 padding: 30px 0px;
 display: block;
 }}
.home_numbers .head {
 max-width: 24.2rem;
 margin-top: 1.15%;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.home_numbers .head {
 width: 100%;
 max-width: unset;
 }}
@media screen and (max-width: 768px){
.home_numbers .head {
 margin: 0px;
 }}
.head.sm h2 {
 font-size: 3rem;
 line-height: 1.4;
 letter-spacing: 0.065rem;
 }
.head h2 {
 font-size: 4.8rem;
 line-height: 1.16667;
 font-weight: 700;
 letter-spacing: 0.115rem;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head.sm h2, div.head.lar h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.home_numbers .nums {
 flex: 1 1 0%;
 width: 100%;
 max-width: 108.4rem;
 }
@media screen and (max-width: 768px){
.home_numbers .nums {
 margin-top: 20px;
 }}
.home_numbers .nums ul {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 1.2rem;
 }
@media screen and (max-width: 768px){
.home_numbers .nums ul {
 gap: 14px;
 }}
@media screen and (max-width: 576px){
.home_numbers .nums ul {
 grid-template-columns: 1fr 1fr;
 }}
li {
 list-style: none;
 }
.home_numbers .nums li {
 border-radius: 2rem;
 background-color: rgb(249, 239, 225);
 text-align: center;
 padding: 11.45% 7.63% 9.54%;
 }
@media screen and (max-width: 768px){
.home_numbers .nums li {
 border-radius: 10px;
 padding: 20px;
 }}
.home_numbers .nums .wrap {
 font-size: 4.4rem;
 font-weight: 600;
 white-space: nowrap;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_numbers .nums .wrap {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
.home_numbers .nums .wrap {
 font-size: 26px;
 }}
i, em {
 font-style: normal;
 }
.home_numbers .nums .wrap i {
 font-size: 3rem;
 color: var(--tertiary);
 margin-left: 0.5rem;
 }
@media screen and (max-width: 768px){
.home_numbers .nums .wrap i {
 font-size: 16px;
 margin-left: 3px;
 }}
.home_numbers .nums .label {
 font-size: 1.8rem;
 opacity: 0.7;
 margin-top: 0.9rem;
 }
@media screen and (max-width: 768px){
.home_numbers .nums .label {
 font-size: 14px;
 margin-top: 8px;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--h:;
--secondary:#5f6be0;
--swiper-wrapper-transition-timing-function,initial:;
--title:#171717;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_brands {
 padding: 11.1rem 0px 6.75rem;
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_brands {
 padding: 50px 0px;
 }}
.content {
 max-width: 138rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content, .large_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content, .large_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .large_content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.head h2 {
 font-size: 4.8rem;
 line-height: 1.16667;
 font-weight: 700;
 letter-spacing: 0.115rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.home_brands h2 span {
 position: relative;
 z-index: 2;
 }
.home_brands h2 span::before {
 position: absolute;
 left: 50%;
 bottom: 22%;
 width: 100%;
 height: 1rem;
 border-radius: 10px;
 content: "";
 background: url("https://wanlypins.com//wp-content/plugins/sytech-fronteditor/sytpl/home_2/assets/img/home-line.svg") center center / contain no-repeat;
 transform: translateX(-50%);
 z-index: -1;
 }
@media screen and (max-width: 768px){
.home_brands h2 span::before {
 bottom: 0px;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.home_brands .flex {
 margin-top: 6.8rem;
 gap: 3.3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.home_brands .flex {
 margin-top: 30px;
 }}
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.home_brands .lt {
 --h: 100%;
 flex-shrink: 0;
 z-index: 2;
 width: 19.7rem;
 }
.home_brands .lt::before {
 position: absolute;
 width: 100vw;
 height: 100%;
 right: 0px;
 top: 0px;
 content: "";
 background-color: var(--secondary);
 border-radius: 30rem;
 }
@media screen and (max-width: 768px){
.home_brands .lt {
 width: 120px;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_brands .rt {
 flex-shrink: 0;
 width: 100vw;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
.home_brands .home_brands_swiper .swiper-wrapper {
 transition: linear;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.home_brands .home_brands_swiper .swiper-slide {
 max-width: 16.9rem;
 border-radius: 50%;
 border: 1px solid rgba(23, 23, 23, 0.22);
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
@media screen and (max-width: 768px){
.home_brands .home_brands_swiper .swiper-slide {
 max-width: 100px;
 }}
.img.img_ab {
 position: relative;
 }
.home_brands .home_brands_swiper .img {
 padding-bottom: 100%;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--bg:#edeceb;
--secondary:#5f6be0;
--swiper-wrapper-transition-timing-function,initial:;
--primary:#ffc35a;
--title:#171717;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_options {
 padding: 8.55rem 0px 9.4rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_options {
 padding: 50px 0px;
 overflow: hidden;
 }}
.content {
 max-width: 138rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content, .large_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content, .large_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .large_content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.head h2 {
 font-size: 4.8rem;
 line-height: 1.16667;
 font-weight: 700;
 letter-spacing: 0.115rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.home_options .nav {
 width: max-content;
 max-width: 100%;
 margin: 3rem auto 0px;
 border-radius: 3.1rem;
 background-color: var(--bg);
 padding: 0.5rem 0.7rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (max-width: 768px){
.home_options .nav {
 margin-top: 20px;
 padding: 5px;
 }}
.home_options .nav .nav_list {
 display: flex;
 flex-wrap: wrap;
 gap: 0.6rem;
 }
@media screen and (max-width: 768px){
.home_options .nav .nav_list {
 flex-wrap: nowrap;
 overflow-x: auto;
 gap: 12px;
 }}
li {
 list-style: none;
 }
.home_options .nav .nav_item {
 cursor: pointer;
 display: block;
 font-size: 1.8rem;
 font-weight: 500;
 color: rgb(56, 56, 69);
 transition: 0.3s;
 border-radius: 2.6rem;
 padding: 1.6rem 2.5rem;
 }
.home_options .nav .nav_item.active, .home_options .nav .nav_item:hover {
 background-color: var(--secondary);
 color: rgb(255, 255, 255);
 }
.home_options .nav .nav_item.active {
 padding: 1.6rem 3.5rem;
 }
@media screen and (max-width: 768px){
.home_options .nav .nav_item {
 white-space: nowrap;
 font-size: 14px;
 padding: 10px 20px;
 }}
@media screen and (max-width: 768px){
.home_options .nav .nav_item.active {
 padding: 10px 20px;
 }}
.swiper_box {
 position: relative;
 }
.home_options .home_options_swiper {
 overflow: hidden;
 margin-top: 4.1rem;
 }
.home_options .swiper_content_item {
 display: none;
 position: relative;
 }
.home_options .swiper_content_item.active {
 display: block;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.home_options .home_options_swiper {
 overflow: unset;
 margin-top: 30px;
 }}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li.swiper-slide {
 height: auto;
 }
.home_options .home_options_swiper .swiper-slide {
 max-width: 250px;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
@media screen and (max-width: 768px){
.home_options .home_options_swiper .swiper-slide {
 max-width: 197px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.home_options .item {
 display: block;
 height: 100%;
 }
.img.img_ab {
 position: relative;
 }
.home_options .home_options_swiper .active .item .img::before {
 background-color: var(--secondary);
 }
.home_options .item .img {
 padding-bottom: 100%;
 }
.home_options .item .img::before {
 position: absolute;
 width: 100%;
 height: 80.8%;
 left: 0px;
 bottom: 0px;
 background-color: var(--bg);
 border-radius: 3.9rem 100% 3.9rem 3.9rem;
 content: "";
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.home_options .item .img::before {
 border-radius: 10px 100% 10px 10px;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_options .item:hover img {
 transform: scale(1.02);
 }
.home_options .item .title {
 font-size: 2.4rem;
 font-weight: 600;
 margin-top: 2.2rem;
 letter-spacing: 0.025rem;
 }
@media screen and (max-width: 768px){
.home_options .item .title {
 font-size: 18px;
 letter-spacing: unset;
 margin-top: 16px;
 }}
.swiper_btns {
 gap: 3.6rem;
 display: flex;
 }
.swiper_btns.middle {
 width: 98%;
 max-width: 157.4rem;
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: 2;
 pointer-events: none;
 transform: translate(-50%, -50%);
 justify-content: space-between;
 }
.home_options .swiper_btns {
 top: 37.5%;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.swiper_btns.middle:not(:has(.swiper-button-lock)) {
 position: static;
 width: 100%;
 max-width: unset;
 justify-content: flex-end;
 transform: translateX(0px);
 margin-top: 30px;
 padding: 0px 20px;
 }}
.swiper_btns .btn_prev, .swiper_btns .btn_next {
 width: 6.5rem;
 cursor: pointer;
 transition: 0.3s;
 border-radius: 50%;
 border: 1px solid rgb(35, 35, 35);
 background-color: rgb(35, 35, 35);
 }
.swiper_btns .btn_prev::after, .swiper_btns .btn_next::after {
 content: "";
 display: block;
 width: 100%;
 padding-bottom: 100%;
 transition: 0.3s;
 background: url("https://wanlypins.com/wp-content/plugins/sytech-fronteditor/sytpl/home_4/assets/img/arrow.svg") center center / 30.16% no-repeat;
 filter: contrast(0) brightness(2);
 }
.swiper_btns .btn_prev:hover, .swiper_btns .btn_next:hover {
 border-color: var(--primary);
 background-color: var(--primary);
 }
.swiper_btns .swiper-button-disabled {
 pointer-events: none;
 background-color: transparent;
 border-color: rgb(35, 35, 35);
 }
.swiper_btns .swiper-button-disabled::after {
 filter: contrast(0) brightness(0);
 }
.swiper_btns.middle div {
 pointer-events: all;
 }
.swiper_btns.middle .swiper-button-disabled, .swiper_btns.middle .swiper-button-lock {
 pointer-events: none;
 }
@media screen and (max-width: 768px){
.swiper_btns .btn_prev, .swiper_btns .btn_next {
 width: 40px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
.home_options p.center:has(.btn) {
 margin-top: 7.6rem;
 }
@media screen and (max-width: 768px){
.home_options p.center:has(.btn) {
 margin-top: 30px;
 }}
.btn {
 display: inline-block;
 cursor: pointer;
 transition: 0.3s;
 text-align: center;
 border-radius: 100px;
 background-color: var(--primary);
 border: 1px solid var(--primary);
 color: var(--title);
 font-weight: 600;
 font-size: 1.7rem;
 line-height: 5.8rem;
 padding: 0px 2.9rem;
 }
.btn:hover {
 background-color: transparent;
 color: var(--primary);
 }
@media screen and (max-width: 768px){
.btn, .btn_line, .btn_w {
 font-size: 14px;
 line-height: 40px;
 padding: 0px 20px;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }

 .edit_trans .edit_list{
  left: 40%;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--secondary:#5f6be0;
--swiper-wrapper-transition-timing-function,initial:;
--h:;
--title:#171717;
--primary:#ffc35a;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.page_steps {
 color: rgb(255, 255, 255);
 padding: 19.6rem 0px 17rem;
 }
.page_steps::before {
 position: absolute;
 inset: 9.8rem 0px 11rem;
 content: "";
 background-color: var(--secondary);
 z-index: -1;
 pointer-events: none;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (min-width: 769px) and (max-width: 1024px){
.page_steps::before {
 top: 7rem;
 bottom: 7rem;
 }}
@media screen and (max-width: 768px){
.page_steps {
 padding: 80px 0px;
 overflow: hidden;
 }}
@media screen and (max-width: 768px){
.page_steps::before {
 top: 50px;
 bottom: 50px;
 }}
@media screen and (max-width: 576px){
.page_steps {
 padding: 50px 0px;
 }}
@media screen and (max-width: 576px){
.page_steps::before {
 top: 20px;
 bottom: 20px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.page_steps > img {
 height: auto;
 }
.page_steps > img:nth-of-type(2) {
 top: unset;
 bottom: 0px;
 }
.content {
 max-width: 138rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content, .large_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content, .large_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .large_content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.page_steps .head {
 max-width: 75rem;
 margin: 0px auto;
 }
.head h2 {
 font-size: 4.8rem;
 line-height: 1.16667;
 font-weight: 700;
 letter-spacing: 0.115rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.page_steps .page_steps_swiper {
 overflow: hidden;
 margin-top: 0.4rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.page_steps .page_steps_swiper {
 margin-top: 30px;
 overflow: unset;
 }}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.page_steps .page_steps_swiper .swiper-slide {
 max-width: 294px;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
@media screen and (max-width: 768px){
.page_steps .page_steps_swiper .swiper-slide {
 max-width: 270px;
 }}
.page_steps .item {
 position: relative;
 display: block;
 height: 100%;
 }
.page_steps .item::before {
 position: absolute;
 width: 100%;
 height: 3px;
 background: url("https://wanlypins.com/wp-content/plugins/sytech-fronteditor/sytpl/home_5/assets/img/step-line.svg") center center / contain repeat;
 content: "";
 left: 50%;
 top: 9rem;
 transform: translateY(-50%);
 }
@media screen and (max-width: 768px){
.page_steps .item::before {
 top: 70px;
 }}
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.page_steps .page_steps_swiper .active .item .img {
 transform: scale(1);
 }
.page_steps .page_steps_swiper .active .item .img::before {
 box-shadow: rgba(30, 30, 30, 0.45) 0px 1.5rem 1rem;
 border-color: rgb(216, 188, 139);
 width: 80.56%;
 padding-bottom: 80.56%;
 }
.page_steps .item .img {
 width: 18rem;
 --h: 100%;
 margin: 0px auto;
 transition: 0.4s;
 transform: scale(0.833333);
 }
.page_steps .item .img::before {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 content: "";
 border-radius: 50%;
 background-color: rgb(255, 255, 255);
 border: 3px solid rgb(255, 255, 255);
 width: 77.2%;
 padding-bottom: 77.2%;
 transition: 0.4s;
 }
@media screen and (max-width: 768px){
.page_steps .item .img {
 width: 140px;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.page_steps .item .info {
 text-align: center;
 margin-top: 1px;
 }
@media screen and (max-width: 768px){
.page_steps .item .info {
 margin-top: 10px;
 }}
.page_steps .item .info h3 {
 max-width: 21.7rem;
 margin: 0px auto;
 font-size: 2.4rem;
 line-height: 3rem;
 font-weight: 500;
 letter-spacing: 0.045rem;
 }
@media screen and (max-width: 768px){
.page_steps .item .info h3 {
 font-size: 18px;
 line-height: 1.5;
 letter-spacing: unset;
 }}
.page_steps .item .info p {
 line-height: 2.6rem;
 opacity: 0.8;
 margin-top: 0.6rem;
 font-weight: 300;
 letter-spacing: 0.01rem;
 }
@media screen and (max-width: 768px){
.page_steps .item .info p {
 line-height: 1.5;
 margin-top: 10px;
 letter-spacing: unset;
 }}
.page_steps .page_steps_swiper .swiper-slide:last-child .item::before {
 display: none;
 }
.page_steps p.center:has(.btn_w) {
 margin-top: 5.8rem;
 }
@media screen and (max-width: 768px){
.page_steps p.center:has(.btn_w) {
 margin-top: 40px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn_w {
 display: inline-block;
 cursor: pointer;
 transition: 0.3s;
 text-align: center;
 border-radius: 100px;
 background-color: rgb(255, 255, 255);
 border: 1px solid rgb(255, 255, 255);
 color: var(--title);
 font-weight: 600;
 font-size: 1.7rem;
 line-height: 5.8rem;
 padding: 0px 2.9rem;
 }
.btn_w:hover {
 background-color: var(--primary);
 border-color: var(--primary);
 }
@media screen and (max-width: 768px){
.btn, .btn_line, .btn_w {
 font-size: 14px;
 line-height: 40px;
 padding: 0px 20px;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--swiper-wrapper-transition-timing-function,initial:;
--h:;
--secondary:#5f6be0;
--primary:#ffc35a;
--title:#171717;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_case {
 overflow: hidden;
 padding-top: 14.9rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_case {
 padding-top: 50px;
 }}
@media screen and (max-width: 576px){
.home_case {
 padding: 50px 0px;
 }}
.content {
 max-width: 138rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content, .large_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content, .large_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .large_content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.home_case .head {
 max-width: 63.5rem;
 margin: 0px auto;
 }
.head h2 {
 font-size: 4.8rem;
 line-height: 1.16667;
 font-weight: 700;
 letter-spacing: 0.115rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.swiper_box {
 position: relative;
 }
.home_case .swiper_box {
 max-width: 192rem;
 margin: 3.6rem auto 0px;
 padding-bottom: 6.4rem;
 }
.home_case .swiper_box::before {
 position: absolute;
 width: calc(100% - 2rem);
 max-width: 189rem;
 height: 62.99%;
 left: 50%;
 bottom: 0px;
 content: "";
 transform: translateX(-50%);
 background-color: rgb(251, 203, 110);
 border-radius: 50%;
 }
@media screen and (max-width: 768px){
.home_case .swiper_box {
 margin-top: 30px;
 padding-bottom: 50px;
 }}
@media screen and (max-width: 576px){
.home_case .swiper_box {
 padding: 0px;
 }}
@media screen and (max-width: 576px){
.home_case .swiper_box::before {
 height: 50px;
 bottom: 40px;
 }}
.swiper-horizontal {
 touch-action: pan-y;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.home_case .home_case_image_swiper .swiper-slide {
 max-width: 33.9855%;
 transition: transform 0.4s, opacity 0.3s, transform-origin 0.4s;
 transform-origin: right bottom;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
@media screen and (max-width: 576px){
.home_case .home_case_image_swiper .swiper-slide {
 max-width: 80%;
 }}
.home_case .home_case_image_swiper .image {
 position: relative;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.home_case .home_case_image_swiper .img.img_ct {
 position: absolute;
 z-index: 2;
 width: 48.2%;
 --h: 100%;
 left: -14.9%;
 bottom: -12.8%;
 transition: 0.3s;
 filter: drop-shadow(rgba(30, 30, 30, 0.45) 0px 1.5rem 1rem);
 opacity: 0;
 }
.img.img_ct img {
 object-fit: contain;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.img.img_cv {
 overflow: hidden;
 }
.home_case .home_case_image_swiper .img.img_cv {
 border-radius: 4.5rem;
 border: 0.3rem solid var(--secondary);
 background-color: rgb(255, 255, 255);
 --h: 104.292%;
 }
@media screen and (max-width: 768px){
.home_case .home_case_image_swiper .img.img_cv {
 border-radius: 10px;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.home_case .home_case_image_swiper .img.img_cv img {
 width: 94.206%;
 height: 94.06%;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 border-radius: 3.7rem;
 }
@media screen and (max-width: 768px){
.home_case .home_case_image_swiper .img.img_cv img {
 border-radius: 10px;
 }}
.home_case .home_case_image_swiper .swiper-slide-prev {
 z-index: 2;
 }
.home_case .home_case_image_swiper .swiper-slide-active {
 z-index: 3;
 transform: scale(1);
 transform-origin: center center;
 }
.home_case .home_case_image_swiper .swiper-slide-active .img.img_ct {
 opacity: 1;
 }
.home_case .home_case_image_swiper .swiper-slide-next {
 z-index: 2;
 }
.home_case .home_case_image_swiper .swiper-slide-active ~ .swiper-slide {
 transform-origin: left bottom;
 }
.swiper_btns {
 gap: 3.6rem;
 display: flex;
 }
.home_case .swiper_btns {
 align-items: center;
 justify-content: space-between;
 margin-top: 6.8rem;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.home_case .swiper_btns {
 margin-top: 30px;
 }}
@media screen and (max-width: 576px){
.home_case .swiper_btns {
 flex-wrap: wrap;
 justify-content: flex-end;
 }}
.swiper_btns .btn_prev, .swiper_btns .btn_next {
 width: 6.5rem;
 cursor: pointer;
 transition: 0.3s;
 border-radius: 50%;
 border: 1px solid rgb(35, 35, 35);
 background-color: rgb(35, 35, 35);
 }
.swiper_btns .btn_prev::after, .swiper_btns .btn_next::after {
 content: "";
 display: block;
 width: 100%;
 padding-bottom: 100%;
 transition: 0.3s;
 background: url("https://wanlypins.com//wp-content/plugins/sytech-fronteditor/sytpl/home_6/assets/img/arrow.svg") center center / 30.16% no-repeat;
 filter: contrast(0) brightness(2);
 }
.swiper_btns .btn_prev:hover, .swiper_btns .btn_next:hover {
 border-color: var(--primary);
 background-color: var(--primary);
 }
.home_case .swiper_btns .btn_prev, .home_case .swiper_btns .btn_next {
 margin-bottom: 2.6%;
 }
.home_case .swiper_btns .btn_prev:hover, .home_case .swiper_btns .btn_next:hover {
 background-color: var(--secondary);
 border-color: var(--secondary);
 }
@media screen and (max-width: 768px){
.swiper_btns .btn_prev, .swiper_btns .btn_next {
 width: 40px;
 }}
@media screen and (max-width: 768px){
.home_case .swiper_btns .btn_prev, .home_case .swiper_btns .btn_next {
 margin-bottom: 0px;
 }}
.home_case .home_case_intro_swiper {
 width: 70%;
 max-width: 54.4rem;
 text-align: center;
 margin: 0px auto;
 overflow: hidden;
 }
@media screen and (max-width: 576px){
.home_case .home_case_intro_swiper {
 width: 100%;
 order: -1;
 }}
.home_case .home_case_intro_swiper .title {
 font-size: 3.4rem;
 font-weight: 600;
 letter-spacing: 0.08rem;
 }
@media screen and (max-width: 768px){
.home_case .home_case_intro_swiper .title {
 font-size: 18px;
 letter-spacing: unset;
 }}
.home_case .home_case_intro_swiper .desc {
 font-size: 1.8rem;
 line-height: 2.6rem;
 color: rgb(76, 76, 76);
 max-width: 54.4rem;
 margin: 1.8rem auto 0px;
 }
@media screen and (max-width: 768px){
.home_case .home_case_intro_swiper .desc {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 10px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.home_case .home_case_intro_swiper .more {
 display: inline-flex;
 align-items: center;
 font-size: 1.7rem;
 font-weight: 600;
 transition: 0.3s;
 gap: 0.7rem;
 margin-top: 1.8rem;
 }
.home_case .home_case_intro_swiper .more::after {
 display: inline-block;
 content: "";
 flex-shrink: 0;
 width: 1.6rem;
 height: 1.6rem;
 transition: 0.3s;
 filter: contrast(0) brightness(0);
 background: url("https://wanlypins.com//wp-content/plugins/sytech-fronteditor/sytpl/home_6/assets/img/arrow-r.svg") center center / contain no-repeat;
 }
.home_case .home_case_intro_swiper .more:hover {
 color: var(--secondary);
 }
.home_case .home_case_intro_swiper .more:hover::after {
 filter: unset;
 transform: translateX(20%);
 }
@media screen and (max-width: 768px){
.home_case .home_case_intro_swiper .more {
 font-size: 14px;
 gap: 6px;
 margin-top: 20px;
 }}
@media screen and (max-width: 768px){
.home_case .home_case_intro_swiper .more::after {
 width: 12px;
 height: 12px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--h:;
--w:;
--title:#171717;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_inspired {
 overflow: hidden;
 padding-top: 9.4rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_inspired {
 padding: 50px 0px;
 }}
.content {
 max-width: 138rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content, .large_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content, .large_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .large_content {
 padding: 0px 20px;
 }}
.home_inspired .head {
 position: relative;
 z-index: 2;
 }
.head.lar h2 {
 font-size: 9.8rem;
 line-height: 1.12;
 letter-spacing: 0.21rem;
 }
.head h2 {
 font-size: 4.8rem;
 line-height: 1.16667;
 font-weight: 700;
 letter-spacing: 0.115rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.head.lar h2 {
 font-size: 8rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.head.lar h2 {
 font-size: 6rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head.sm h2, div.head.lar h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.home_inspired p {
 line-height: 2.6rem;
 color: rgb(76, 76, 76);
 max-width: 50.4rem;
 margin-top: 3rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (max-width: 768px){
div.head .desc, div.head p {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
.large_content {
 max-width: 184rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.large_content {
 padding: 0px 3rem;
 }}
.home_inspired .main {
 position: relative;
 padding-bottom: 48.6957%;
 margin-top: -4.8rem;
 }
.home_inspired .main::before, .home_inspired .main::after {
 position: absolute;
 height: 70.54%;
 width: 123%;
 border-radius: 50%;
 background-color: rgb(189, 200, 255);
 opacity: 0.72;
 content: "";
 transform: rotate(-0.96deg);
 top: 6.14%;
 left: -5.924%;
 z-index: 1;
 }
.home_inspired .main::after {
 height: 64.8438%;
 background-color: rgb(255, 240, 179);
 opacity: 1;
 top: unset;
 bottom: 7.25%;
 left: -16.79%;
 transform: rotate(2.56deg);
 z-index: 2;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_inspired .main {
 min-height: 500px;
 }}
@media screen and (max-width: 768px){
.home_inspired .main {
 margin-top: 30px;
 padding: 0px;
 }}
.home_inspired .float {
 position: static;
 }
.home_inspired .float ul {
 position: static;
 }
@media screen and (max-width: 768px){
.home_inspired .main .float ul {
 width: calc(100% + 40px);
 padding: 0px 20px;
 margin: 0px -20px;
 display: flex;
 overflow-x: auto;
 gap: 20px;
 }}
li {
 list-style: none;
 }
.home_inspired .float li {
 position: absolute;
 width: 11.6848%;
 left: 0px;
 top: 0px;
 z-index: 3;
 }
.home_inspired .float .image {
 --w: 0.9rem;
 }
.home_inspired .float li:nth-child(1) {
 width: 11.685%;
 left: 1.09%;
 top: 10.94%;
 }
@media screen and (max-width: 768px){
.home_inspired .main .float ul li {
 width: 100%;
 position: relative;
 left: unset;
 top: unset;
 z-index: 3;
 flex: 1 0 200px;
 }}
@media screen and (max-width: 768px){
.home_inspired .main .float ul li.image {
 align-self: center;
 --w: 8px;
 }}
.home_inspired .float li > img {
 display: block;
 width: 100%;
 height: auto;
 object-fit: cover;
 }
.img.img_cv {
 overflow: hidden;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.home_inspired .float .image .img {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 width: calc(100% - var(--w));
 --h: 129.977%;
 mask: center center / cover no-repeat;
 }
.img.img_cv img {
 object-fit: cover;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_inspired .float .image .img:hover img {
 transform: scale(1.02);
 }
.home_inspired .float li:nth-child(2) {
 width: 16.848%;
 left: 15.98%;
 top: 35.49%;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_inspired .float li.testimonial {
 width: 23%;
 }}
@media screen and (max-width: 768px){
.home_inspired .main .float ul li.testimonial {
 border-radius: 10px;
 }}
@media screen and (max-width: 768px){
.home_inspired .main .float ul li:nth-child(2) {
 background-color: rgb(156, 213, 226);
 }}
@media screen and (max-width: 768px){
.home_inspired .main .float ul li.testimonial > img {
 display: none;
 }}
.wrap {
 flex-wrap: wrap;
 }
.home_inspired .float .testimonial .wrap {
 position: absolute;
 inset: 0px;
 display: flex;
 flex-direction: column;
 flex-wrap: unset;
 font-size: 1.8rem;
 line-height: 1.55556;
 padding: 20.32% 12.58% 10.97%;
 overflow-y: auto;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_inspired .float .testimonial .wrap {
 font-size: 1.6rem;
 padding: 4rem 2rem;
 }}
@media screen and (max-width: 768px){
.home_inspired .main .float ul li.testimonial .wrap {
 font-size: 14px;
 line-height: 1.5;
 padding: 20px;
 position: static;
 height: 100%;
 min-height: 250px;
 }}
.home_inspired .float .testimonial .desc {
 flex: 1 1 0%;
 }
.home_inspired .float .testimonial .client {
 margin-top: 2rem;
 }
.home_inspired .float .testimonial .name {
 font-weight: 600;
 }
.home_inspired .float .testimonial .ct {
 font-size: 1.4rem;
 color: rgb(86, 86, 86);
 margin-top: 0.7rem;
 }
@media screen and (max-width: 768px){
.home_inspired .main .float ul li.testimonial .client .ct {
 font-size: 14px;
 margin-top: 5px;
 }}
.home_inspired .float li:nth-child(3) {
 width: 24.13%;
 left: 42.88%;
 top: 3.46%;
 --w: 1.7rem;
 }
.home_inspired .float li:nth-child(4) {
 width: 16.793%;
 left: 75.71%;
 top: 0%;
 --w: 1.3rem;
 z-index: 1;
 }
.home_inspired .float li:nth-child(5) {
 width: 18.967%;
 left: 75.27%;
 top: 47.32%;
 }
@media screen and (max-width: 768px){
.home_inspired .main .float ul li:nth-child(5) {
 background-color: rgb(242, 165, 204);
 }}
.home_inspired .float .testimonial.lar .wrap {
 font-size: 2rem;
 line-height: 1.5;
 padding: 22.7% 12.58% 15.5%;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_inspired .float .testimonial.lar .wrap {
 font-size: 1.6rem;
 padding: 4rem 2rem;
 }}
.home_inspired .float .testimonial.lar .ct {
 font-size: 1.6rem;
 margin-top: 0.5rem;
 }
.home_inspired .float .testimonial .img {
 position: absolute;
 width: 57.31%;
 --h: 100%;
 right: -5.44%;
 bottom: -4.186%;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_inspired .float .testimonial .img {
 width: 40%;
 }}
@media screen and (max-width: 768px){
.home_inspired .main .float ul li.testimonial .img {
 max-width: 80px;
 right: 0px;
 bottom: 0px;
 }}
.img.img_ct img {
 object-fit: contain;
 }
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}