html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--t:;
--circle:;
--text_w:rgba(255, 255, 255, 0.75);
--text:#6d7077;
--primary:#9cd34f;
--title:#0a162d;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 576px){
.page_contact, .footer_contact {
 text-align: center;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -1;
 pointer-events: none;
 }
.content {
 max-width: 160rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.content {
 padding: 0px 2rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1024px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.footer_contact .flex {
 min-height: 37.3rem;
 padding: 4rem 0px;
 }
@media screen and (max-width: 768px){
.footer_contact .flex {
 min-height: unset;
 padding: 50px 0px;
 }}
.head {
 --circle: 0.7rem;
 }
.head.white {
 color: rgb(255, 255, 255);
 }
.footer_contact .head {
 flex: 1 1 0%;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: center;
 gap: 3rem;
 padding-bottom: 0.4%;
 }
@media screen and (max-width: 768px){
div.head {
 --circle: 5px;
 }}
@media screen and (max-width: 768px){
.footer_contact .head {
 padding: 0px;
 display: block;
 }}
h1, h2, h3, strong {
 font-weight: 500;
 }
.head.no_mask h2::before, .head.no_mask h2::after {
 display: none;
 }
.head h2 {
 position: relative;
 font-size: 5rem;
 line-height: 6rem;
 --deg: 3.5rem;
 --h: 3.7rem;
 --t: -0.5rem;
 }
.head h2::before, .head h2::after {
 position: absolute;
 right: calc(100% + 2.55rem);
 content: "";
 top: var(--t);
 }
.head h2::before {
 right: calc(100% + 2.8rem + var(--circle));
 width: 100vw;
 height: var(--h);
 background-color: var(--primary);
 clip-path: polygon(0 0, calc(100% - var(--deg) * 1.73) 0, calc(100% - var(--deg) * 0.73 + 1px) calc(100% - 2px), 100% calc(100% - 2px), 100% 100%, calc(100% - var(--deg) * 0.73) 100%, calc(100% - var(--deg) * 1.73 - 1px) 2px, 0 2px);
 }
.head h2::after {
 width: var(--circle);
 height: var(--circle);
 border-radius: 50%;
 border: 2px solid var(--primary);
 top: calc(var(--h) + var(--t));
 transform: translateY(-55%);
 }
[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"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-right"] {
 transform: translate3d(-100px, 0px, 0px);
 }
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 --deg: 12px;
 --h: 16px;
 --t: -2px;
 }}
@media screen and (max-width: 768px){
div.head h2::before {
 right: calc(100% + 12px);
 }}
@media screen and (max-width: 768px){
div.head h2::after {
 right: calc(100% + 5px);
 }}
.head.white p {
 color: var(--text_w);
 }
.head p {
 font-size: 2.2rem;
 line-height: 3.2rem;
 color: var(--text);
 }
.footer_contact p {
 margin-top: 1.7rem;
 }
[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;
 }
@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;
 word-spacing: unset;
 margin-top: 12px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-grid;
 align-items: center;
 text-align: center;
 transition: 0.3s;
 cursor: pointer;
 border-radius: 100px;
 background-color: var(--primary);
 border: 1px solid var(--primary);
 color: rgb(18, 30, 59);
 font-size: 1.8rem;
 font-weight: 500;
 line-height: 6.6rem;
 grid-template-columns: 1fr 4.8rem;
 padding: 0px 0.7rem 0px 3.4rem;
 gap: 1.8rem;
 min-width: 21.8rem;
 max-width: max-content;
 }
.btn::after {
 padding-bottom: 100%;
 border-radius: 50%;
 background: url("https://matismart.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/about_11/assets/img/arrow-r.svg") center center / 12.5% no-repeat rgb(255, 255, 255);
 transition: 0.3s, transform 0.4s;
 display: block;
 content: "";
 }
.btn:hover {
 background-color: transparent;
 color: var(--primary);
 }
.btn:hover::after {
 background-color: var(--primary);
 transform: scale(1.1);
 }
.footer_contact .btn {
 margin-top: 2.3rem;
 gap: 2rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 14px;
 line-height: 41px;
 padding: 0px 5px 0px 16px;
 grid-template-columns: 1fr 32px;
 min-width: 140px;
 gap: 10px;
 }}
@media screen and (max-width: 768px){
div.head .btn, div.head .btn_line {
 margin-top: 20px;
 padding: 0px 5px 0px 16px;
 min-width: 140px;
 gap: 10px;
 }}
input, button, textarea {
 border: none;
 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){


}