html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#1D1D1F;
--primary:#1180E7;
--secondary:#70B3E5;
--h:;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.products_banner {
 position: relative;
 z-index: 2;
 }
.products_banner::before {
 content: "";
 display: block;
 width: 45.4167%;
 height: 100%;
 opacity: 0.31;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -1;
 pointer-events: none;
 background-image: linear-gradient(to right, var(--title), transparent);
 }
.products_banner::after {
 content: "";
 display: block;
 width: 100%;
 height: 24.1082%;
 opacity: 0.31;
 position: absolute;
 left: 0px;
 bottom: 0px;
 z-index: -1;
 pointer-events: none;
 background-image: linear-gradient(to top, var(--title), transparent);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 4rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.products_banner .flex {
 padding: 4rem 0px;
 min-height: 81.3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.products_banner .flex {
 min-height: unset;
 padding: 7rem 0px;
 }}
.head.banner {
 color: rgb(255, 255, 255);
 }
.products_banner .head {
 flex: 1 1 0%;
 max-width: 59rem;
 padding-bottom: 5.625%;
 }
.head.banner .subtitle {
 font-weight: normal;
 font-size: 2.2rem;
 color: rgb(255, 255, 255);
 letter-spacing: 0px;
 margin-bottom: 2.2rem;
 }
.head .subtitle {
 color: var(--primary);
 font-size: 1.8rem;
 letter-spacing: 3px;
 margin-bottom: 1.5rem;
 text-transform: uppercase;
 }
[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);
 }

@media screen and (max-width: 768px){
.head.banner .subtitle {
 font-size: 16px;
 margin-bottom: 8px;
 }}
@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 8px;
 letter-spacing: 1px;
 }}
.head h1, .head .title {
 font-weight: 600;
 font-size: 5.8rem;
 line-height: 6.6rem;
 }
[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){
.head h1, .head .title {
 font-size: 25px;
 line-height: 1.3;
 }}
.head.banner p {
 margin-top: 2.6rem;
 padding-top: 3rem;
 color: rgba(255, 255, 255, 0.85);
 font-size: 2rem;
 line-height: 2.9rem;
 border-top: 1px solid rgba(255, 255, 255, 0.3);
 }
.head p {
 font-size: 1.8rem;
 line-height: 3rem;
 }
.products_banner .head p {
 max-width: 58.2rem;
 }
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
 transition-delay: 0.2s;
 }
@media screen and (max-width: 768px){
.head.banner p {
 font-size: 16px;
 line-height: 1.5;
 padding-top: 12px;
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.head p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 12px;
 }}
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
 transition-delay: 0.3s;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-block;
 vertical-align: top;
 transition: 0.3s;
 text-align: center;
 cursor: pointer;
 color: rgb(255, 255, 255);
 font-weight: 600;
 font-size: 1.8rem;
 line-height: 6.4rem;
 border-radius: 0.6rem;
 padding: 0px 4rem;
 min-width: 18.2rem;
 background-color: var(--primary);
 }
.btn:hover {
 background-color: var(--secondary);
 }
.head.banner .btn {
 margin-top: 4rem;
 }
@media screen and (max-width: 768px){
.head.banner .btn {
 margin-top: 30px;
 }}
@media screen and (max-width: 768px){
.btn {
 font-size: 14px;
 line-height: 42px;
 min-width: 120px;
 padding: 0px 20px;
 }}
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.products_banner .img {
 width: 45.9375%;
 --h: 115.646259%;
 }
.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;
 }
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){


}