@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.landing-hero{position:relative}.landing-hero__media{height:100%}@media screen and (width>=768px){.landing-hero__media.landing-hero__media--mb{display:none}}.landing-hero__media.landing-hero__media--tb{display:none}@media screen and (width>=768px) and (width<=1279px){.landing-hero__media.landing-hero__media--tb{display:block}}.landing-hero__media.landing-hero__media--dt{display:none}@media screen and (width>=1280px){.landing-hero__media.landing-hero__media--dt{display:block}}.landing-hero__media.landing-hero__media--overlay{position:relative}.landing-hero__media.landing-hero__media--overlay:after{content:"";background:var(--bg);width:100%;height:100%;display:block;position:absolute;inset:0}@media screen and (width>=768px){.landing-hero__media.landing-hero__media--overlay:after{background:var(--bg--tb)}}@media screen and (width>=1280px){.landing-hero__media.landing-hero__media--overlay:after{background:var(--bg--dt)}}.landing-hero__media .image-snippet__img{width:100%}.landing-hero__content-wrapper{width:100%;height:100%;padding:calc(12px + var(--header-main-height)) 16px 24px;flex-direction:column;display:flex;position:absolute;inset:0}@media screen and (width>=1280px){.landing-hero__content-wrapper{padding:calc(20px + var(--header-main-height)) 48px 32px}}.landing-hero__content-wrapper .swiper{height:fit-content;margin:0 -16px}@media screen and (width>=1280px){.landing-hero__content-wrapper .swiper{margin:0 -48px}}.landing-hero__content-wrapper .swiper .swiper-wrapper{align-items:center;gap:var(--gap);transition-timing-function:linear}.landing-hero__content-wrapper .swiper.swiper-initialized .swiper-wrapper{gap:0}.landing-hero__content-wrapper .swiper .swiper-slide{width:auto}.landing-hero__heading,.landing-hero__cta,.landing-hero__product{color:var(--color)}@media screen and (width>=768px){.landing-hero__heading,.landing-hero__cta,.landing-hero__product{color:var(--color--tb)}}@media screen and (width>=1280px){.landing-hero__heading,.landing-hero__cta,.landing-hero__product{color:var(--color--dt)}}.landing-hero__buttons{text-align:center;padding:12px 0 0}@media screen and (width>=1024px){.landing-hero__buttons{order:3;padding:24px 0 0}}.landing-hero__btn,.landing-hero__cta{width:fit-content}.landing-hero__cta{justify-content:center;align-items:center;gap:8px;margin:0 auto;display:flex}.landing-hero__cta .svg-wrapper{flex:0 0 7px;width:7px;height:6px;transform:rotate(270deg)}.landing-hero__products{justify-content:space-between;align-items:center;margin:auto 0 0;display:flex}@media screen and (width>=1024px){.landing-hero__products{order:2;justify-content:center;gap:40px}}.landing-hero__product{flex:0 0 50%;grid-template-columns:50px 1fr;align-items:center;gap:8px;display:grid}@media screen and (width>=1024px){.landing-hero__product{flex:none;grid-template-columns:74px 1fr}}.landing-hero__product-image{background:var(--bg);border:1px solid #fff;border-radius:50%;box-shadow:1px 3px 4px #00000014}@media screen and (width>=1024px){.landing-hero__product-image{padding:3px}}.landing-hero__product-title strong{font-weight:500}