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;
 }
.page_banner::before {
 position: absolute;
 width: 73.073%;
 height: 100%;
 left: 0px;
 top: 0px;
 content: "";
 background-image: linear-gradient(to right, rgb(30, 54, 86) 40.4241%, rgba(30, 54, 86, 0.85), transparent);
 z-index: -1;
 pointer-events: none;
 }
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: 67rem;
 padding-bottom: 3.2%;
 }
.page_banner .head {
 padding-bottom: 2.6%;
 }
@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;
 }
[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 {
--text:#6d6d6d;
--title:#171717;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.about_intro {
 padding: 11.6rem 0px 8.1rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_intro {
 padding: 50px 0px;
 }}
.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;
 }}
@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;
 }
.wrap {
 flex-wrap: wrap;
 }
.gap {
 gap: 3rem;
 }
.about_intro .flex {
 gap: 2rem 2.11957%;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.about_intro .flex {
 gap: 20px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.about_intro .img {
 width: 47.7174%;
 height: auto;
 border-radius: 2.7rem;
 align-self: center;
 }
[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);
 }
@media screen and (max-width: 768px){
.about_intro .img {
 border-radius: 10px;
 }}
@media screen and (max-width: 576px){
.about_intro .img {
 width: 100%;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.about_intro .img:hover img {
 transform: scale(1.02);
 }
.about_intro .head {
 flex: 1 1 0%;
 width: 100%;
 max-width: 69.3rem;
 display: flex;
 flex-direction: column;
 padding: 1.95% 0px 1.85%;
 }
@media screen and (max-width: 768px){
.about_intro .head {
 padding: 0px;
 }}
.head h2 {
 font-size: 4.8rem;
 line-height: 1.16667;
 font-weight: 700;
 letter-spacing: 0.115rem;
 }
.about_intro .head h2 {
 margin-bottom: auto;
 }
.about_intro h2 {
 letter-spacing: 0.08rem;
 }
[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;
 }}
.about_intro p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 color: var(--text);
 margin-top: 1.2rem;
 }
[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;
 }}
[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;
 }
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 {
--text:#6d6d6d;
--primary:#ffc35a;
--title:#171717;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.about_advantages {
 padding: 14.6rem 0px 10.1rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_advantages {
 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;
 }}
.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;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.about_advantages .flex {
 margin-top: 4.3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.about_advantages .flex {
 margin-top: 30px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.about_advantages .img {
 border-radius: 2.7rem;
 }
.about_advantages .flex .img {
 width: 46.3768%;
 height: auto;
 }
@media screen and (max-width: 768px){
.about_advantages .img {
 border-radius: 10px;
 }}
@media screen and (max-width: 576px){
.about_advantages .flex .img {
 width: 100%;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.about_advantages .img:hover img {
 transform: scale(1.02);
 }
.about_advantages .flex .info {
 flex: 1 1 0%;
 width: 100%;
 max-width: 69.2rem;
 font-size: 2.2rem;
 font-weight: 600;
 padding-top: 2px;
 letter-spacing: 0.015rem;
 }
@media screen and (max-width: 768px){
.about_advantages .flex .info {
 font-size: 14px;
 letter-spacing: unset;
 padding: 0px;
 }}
li {
 list-style: none;
 }
.about_advantages .flex .info li {
 position: relative;
 padding-left: 3.7rem;
 }
.about_advantages .flex .info li::before {
 position: absolute;
 width: 2.6rem;
 height: 2.6rem;
 content: "";
 background: url("https://wanlypins.com//wp-content/plugins/sytech-fronteditor/sytpl/about_5/assets/img/gou-full.svg") center center / contain no-repeat;
 left: 0px;
 top: 0px;
 }
@media screen and (max-width: 768px){
.about_advantages .flex .info li {
 padding-left: 25px;
 }}
@media screen and (max-width: 768px){
.about_advantages .flex .info li::before {
 width: 16px;
 height: 16px;
 }}
.about_advantages .flex .info li + li {
 margin-top: 2.8rem;
 }
@media screen and (max-width: 768px){
.about_advantages .flex .info li + li {
 margin-top: 10px;
 }}
.about_advantages .grid {
 display: grid;
 grid-template-columns: 1fr 47.2464%;
 gap: 2rem 2.89855%;
 margin-top: 8rem;
 }
@media screen and (max-width: 768px){
.about_advantages .grid {
 margin-top: 30px;
 }}
@media screen and (max-width: 576px){
.about_advantages .grid {
 grid-template-columns: 1fr;
 }}
.about_advantages .grid .info {
 border-radius: 2.7rem;
 background-color: rgba(230, 234, 255, 0.44);
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 text-align: center;
 padding: 3rem;
 }
@media screen and (max-width: 768px){
.about_advantages .grid .info {
 border-radius: 10px;
 padding: 20px;
 }}
.about_advantages .grid .info h3 {
 font-size: 3rem;
 font-weight: 700;
 letter-spacing: 0.05rem;
 }
@media screen and (max-width: 768px){
.about_advantages .grid .info h3 {
 font-size: 18px;
 letter-spacing: unset;
 }}
.about_advantages .grid .info p {
 font-size: 1.8rem;
 line-height: 3.2rem;
 color: var(--text);
 max-width: 52rem;
 margin: 2.4rem auto 0px;
 }
@media screen and (max-width: 768px){
.about_advantages .grid .info p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 10px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.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);
 }
.about_advantages .grid .info .btn {
 margin-top: 3.4rem;
 margin-bottom: 2px;
 }
@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){
.about_advantages .grid .info .btn {
 margin-bottom: 0px;
 margin-top: 20px;
 }}
.img.img_ab {
 position: relative;
 }
.about_advantages .grid .img {
 padding-bottom: 79.7546%;
 }
@media screen and (max-width: 576px){
.about_advantages .grid .img {
 order: -1;
 }}
.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){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--secondary:#5f6be0;
--swiper-wrapper-transition-timing-function,initial:;
--radius:;
--bw:;
--primary:#ffc35a;
--title:#171717;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.about_history {
 color: rgb(255, 255, 255);
 padding: 19.6rem 0px 19.5rem;
 }
.about_history::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){
.about_history::before {
 top: 7rem;
 bottom: 7rem;
 }}
@media screen and (max-width: 768px){
.about_history {
 padding: 80px 0px;
 overflow: hidden;
 }}
@media screen and (max-width: 768px){
.about_history::before {
 top: 50px;
 bottom: 50px;
 }}
@media screen and (max-width: 576px){
.about_history {
 padding: 50px 0px;
 }}
@media screen and (max-width: 576px){
.about_history::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;
 }
.about_history > img {
 height: auto;
 }
.about_history > 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;
 }
.head.white {
 color: rgb(255, 255, 255);
 }
.head.white h2 {
 letter-spacing: 0.09rem;
 }
.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.white h2 {
 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;
 }}
.swiper_box {
 position: relative;
 }
.about_history .swiper_box::before {
 width: 100%;
 height: 1px;
 background-color: rgb(255, 255, 255);
 opacity: 0.14;
 position: absolute;
 left: 0px;
 top: 0.7rem;
 content: "";
 }
.about_history .about_history_swiper {
 overflow: hidden;
 margin-top: 5.5rem;
 border-radius: 0px 0px 2.4rem 2.4rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.about_history .about_history_swiper {
 overflow: unset;
 margin-top: 30px;
 }}
@media screen and (max-width: 768px){
.about_history .about_history_swiper::before {
 top: 6px;
 }}
.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;
 }
.about_history .about_history_swiper .swiper-slide {
 max-width: 409px;
 }
.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){
.about_history .about_history_swiper .swiper-slide {
 max-width: 282px;
 }}
.about_history .item {
 display: flex;
 flex-direction: column;
 height: 100%;
 --bw: 0.6rem;
 --radius: 2.4rem;
 padding: 0px 2rem;
 }
@media screen and (max-width: 768px){
.about_history .item {
 --bw: 4px;
 --radius: 10px;
 padding: 0px;
 }}
.about_history .item .info {
 text-align: center;
 flex: 1 1 0%;
 }
.about_history .item .info strong {
 display: block;
 font-size: 3.2rem;
 font-weight: 600;
 letter-spacing: 0.1rem;
 }
.about_history .item .info strong::before {
 display: block;
 width: 1.6rem;
 height: 1.6rem;
 border-radius: 50%;
 background-color: rgb(255, 255, 255);
 content: "";
 margin: 0px auto 1.6rem;
 }
@media screen and (max-width: 768px){
.about_history .item .info strong {
 letter-spacing: unset;
 font-size: 22px;
 }}
@media screen and (max-width: 768px){
.about_history .item .info strong::before {
 width: 13px;
 height: 13px;
 margin-bottom: 14px;
 }}
.about_history .item .info h3 {
 font-size: 2.4rem;
 margin-top: 2.2rem;
 font-weight: 500;
 letter-spacing: 0.04rem;
 }
@media screen and (max-width: 768px){
.about_history .item .info h3 {
 font-size: 18px;
 letter-spacing: unset;
 margin-top: 14px;
 }}
.about_history .item .info p {
 font-size: 1.8rem;
 line-height: 3rem;
 opacity: 0.74;
 hyphens: auto;
 max-width: 32rem;
 margin: 1.1rem auto 0px;
 font-weight: 300;
 letter-spacing: 0.015rem;
 }
@media screen and (max-width: 768px){
.about_history .item .info p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 10px;
 letter-spacing: unset;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.about_history .item .img {
 border-radius: var(--radius);
 padding-bottom: 68.2927%;
 margin-top: 3.1rem;
 }
.about_history .item .img::after {
 position: absolute;
 left: 0px;
 top: 0px;
 width: calc(100% - 2 * var(--bw));
 height: calc(100% - 2 * var(--bw));
 border-radius: var(--radius);
 border: var(--bw) solid #fff;
 content: "";
 pointer-events: none;
 }
@media screen and (max-width: 768px){
.about_history .item .img {
 margin-top: 20px;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.about_history .item:hover img {
 transform: scale(1.02);
 }
.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;
 }
.about_history .swiper_btns {
 max-width: 163rem;
 }
@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/about_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.middle div {
 pointer-events: all;
 }
.swiper_btns.white .btn_prev, .swiper_btns.white .btn_next {
 background-color: rgb(255, 255, 255);
 border-color: rgb(255, 255, 255);
 }
.swiper_btns.white .btn_prev::after, .swiper_btns.white .btn_next::after {
 filter: contrast(0) brightness(0);
 }
.swiper_btns.white .btn_prev:hover, .swiper_btns.white .btn_next:hover {
 background-color: var(--primary);
 border-color: var(--primary);
 }
@media screen and (max-width: 768px){
.swiper_btns .btn_prev, .swiper_btns .btn_next {
 width: 40px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
.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 .swiper-button-disabled, .swiper_btns.middle .swiper-button-lock {
 pointer-events: none;
 }
.swiper_btns.white .swiper-button-disabled {
 background-color: transparent;
 border-color: rgb(255, 255, 255);
 }
.swiper_btns.white .swiper-button-disabled::after {
 filter: contrast(0) brightness(2);
 }
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 {
--text:#6d6d6d;
--title:#171717;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.about_vision {
 padding: 8.1rem 0px 21rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_vision {
 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;
 }}
li {
 list-style: none;
 }
.about_vision .item {
 border-bottom: 1px solid rgba(0, 0, 0, 0.14);
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 gap: 3rem;
 padding: 5.2174% 0px 5.6522%;
 }
[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 (max-width: 768px){
.about_vision .item {
 padding: 20px 0px;
 display: block;
 }}
.about_vision .item h2, .about_vision .item .title {
 font-size: 4.8rem;
 line-height: 1.16667;
 font-weight: 700;
 letter-spacing: 0.115rem;
 max-width: 25.5rem;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.about_vision .item h2, .about_vision .item .title {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
.about_vision .item h2, .about_vision .item .title {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 }}
.about_vision .item .desc {
 flex: 1 1 0%;
 width: 100%;
 max-width: 69.2rem;
 font-size: 1.8rem;
 line-height: 3.2rem;
 color: var(--text);
 padding-top: 0.8rem;
 }
@media screen and (max-width: 768px){
.about_vision .item .desc {
 font-size: 14px;
 line-height: 1.5;
 padding: 0px;
 margin-top: 12px;
 }}
.about_vision .item .desc p {
 margin-top: 1.2rem;
 }
.about_vision .item .desc p:first-child {
 margin-top: 0px;
 }
@media screen and (max-width: 768px){
.about_vision .item .desc p {
 margin-top: 12px;
 }}
.about_vision .item:last-child {
 border-bottom-width: medium;
 border-bottom-style: none;
 border-bottom-color: currentcolor;
 }
.about_vision .item .desc strong {
 font-weight: 700;
 color: rgb(80, 80, 80);
 }
.about_vision .image {
 position: relative;
 margin-top: 3.6rem;
 padding-bottom: 43.4783%;
 }
@media screen and (max-width: 768px){
.about_vision .image {
 margin-top: 30px;
 }}
.about_vision .image > .syeditorlist {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
 }
.about_vision .image .syeditorlist {
 display: flex;
 gap: 2rem 3.26087%;
 }
@media screen and (max-width: 768px){
.about_vision .image .syeditorlist {
 gap: 12px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.about_vision .image .img {
 flex: 1 1 0%;
 border-radius: 2.4rem;
 }
@media screen and (max-width: 768px){
.about_vision .image .img {
 border-radius: 10px;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.about_vision .image .img:hover img {
 transform: scale(1.02);
 }
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;
 }
.about_process {
 overflow: hidden;
 padding-top: 8.2rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_process {
 padding-top: 50px;
 }}
.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;
 }}
.about_process .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;
 }}
.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;
 }}
@media screen and (max-width: 768px){
.about_process .large_content {
 overflow-x: auto;
 }}
.about_process .main {
 position: relative;
 padding-bottom: 46.7935%;
 margin-top: -0.6rem;
 }
.about_process .main::before, .about_process .main::after {
 position: absolute;
 height: 73.4%;
 width: 123%;
 border-radius: 50%;
 background-color: rgb(189, 200, 255);
 opacity: 0.72;
 content: "";
 transform: rotate(-0.96deg);
 top: 6.5%;
 left: -5.924%;
 z-index: 1;
 }
.about_process .main::after {
 height: 67.48%;
 background-color: rgb(255, 240, 179);
 opacity: 1;
 top: unset;
 bottom: 3.48%;
 left: -16.79%;
 transform: rotate(2.453deg);
 z-index: 2;
 }
@media screen and (max-width: 768px){
.about_process .main {
 min-width: 600px;
 padding: 0px;
 margin-top: 30px;
 }}
.about_process .float {
 position: static;
 }
@media screen and (max-width: 768px){
.about_process .main .float {
 padding-bottom: 46.7935%;
 }}
.about_process .float ul {
 position: static;
 }
li {
 list-style: none;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.about_process .float li {
 position: absolute;
 z-index: 3;
 width: 13.587%;
 }
.about_process .float .img.img_ct {
 --h: 100%;
 filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 0.5rem 0.2rem);
 }
.about_process .float li:nth-child(1) {
 left: 0%;
 top: 20.6%;
 }
.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;
 }
.about_process .float .img.img_ct:hover img {
 transform: scale(1.02);
 }
.about_process .float li:nth-child(2) {
 left: 10%;
 top: 7.2%;
 }
.about_process .float li:nth-child(3) {
 left: 72.5%;
 top: 53.5%;
 }
.about_process .float li:nth-child(4) {
 left: 78%;
 top: 71%;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.about_process .float .btn_video {
 --w: 1.3rem;
 padding: calc(var(--w) / 2);
 width: 16.7935%;
 cursor: pointer;
 }
.about_process .float li:nth-child(5) {
 left: 16%;
 top: 39.5%;
 }
@media screen and (max-width: 768px){
.about_process .main .float ul li.btn_video {
 --w: 10px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.about_process .float .btn_video .img {
 padding-bottom: 130.068%;
 mask: center center / cover no-repeat;
 }
.about_process .float .btn_video .img::after {
 position: absolute;
 inset: 0px;
 content: "";
 pointer-events: none;
 background-color: rgb(0, 0, 0);
 opacity: 0.2;
 }
.img.img_cv img {
 object-fit: cover;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.about_process .float .btn_video .img:hover img {
 transform: scale(1.02);
 }
i, em {
 font-style: normal;
 }
.about_process .float .btn_video .btn_play {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 content: "";
 width: 17.33%;
 padding-bottom: 17.33%;
 background: url("https://wanlypins.com//wp-content/plugins/sytech-fronteditor/sytpl/about_2/assets/img/play.svg") center center / contain no-repeat;
 }
.about_process .float li:nth-child(6) {
 --w: 1.7rem;
 width: 24.13%;
 left: 42.9%;
 top: 3.8%;
 }
.about_process .float li:nth-child(7) {
 left: 75.7%;
 top: 0%;
 z-index: 1;
 }
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){


}