.hero-inner{display:flex;flex-wrap:wrap;gap:80px;margin:auto;min-height:660px;width:1240px}.hero-left{flex:1 1 0}.hero-left,.hero-right{align-self:center;width:50%}.hero-right{display:flex;justify-content:end}.hero-right img{display:flex;justify-self:end;max-width:460px}.hero-top{align-items:center;display:flex;justify-content:center;min-height:600px;text-align:center}.hero-top,.hero-top .hero-text{color:#fff;display:none;position:relative}.hero-top .hero-text{width:50%;z-index:4}.hero-top .hero-text em{background-color:#fd265f;font-style:normal}.hero-top .shape{position:absolute}.hero-top .shape.circle1{bottom:0;right:0}.hero-top .shape.circle2{bottom:0;right:440px}.hero-top .shape.arrow1{animation:arrow-move linear;bottom:0;left:0;animation-timeline:scroll(root);animation-range:0 6%;animation-fill-mode:both}@keyframes arrow-move{0%{bottom:0;opacity:1}to{bottom:80px;opacity:0}}.hero-top .shape.circle3{animation:circle-move linear;right:0;top:0;animation-timeline:scroll(root);animation-range:0 3%;animation-fill-mode:both}@keyframes circle-move{0%{opacity:1;top:0}to{opacity:0;top:-20px}}.hero-top .shape.circle4{right:70px;top:60px}.hero-bottom{align-items:center;background-color:#000233;display:flex;height:155px;position:relative}.hero-bottom .services{display:flex;flex-wrap:wrap;gap:0;width:100%}.hero-bottom .services ul{margin:0}.hero-bottom .services li{align-self:center;color:#e1def9;flex:auto;font-size:18px;list-style-type:none;padding:0 40px;text-align:center}.hero-bottom .services li img{filter:contrast(.2);height:40px;max-width:130px}@media only screen and (max-width:1380px){.hero-inner{padding:0 1rem}}@media only screen and (max-width:1200px){.hero-top .hero-text{width:70%}.hero-inner{width:100%}}@media only screen and (max-width:1024px){.hero-left{flex:auto}.hero-right{display:none}}@media only screen and (max-width:768px){.hero-inner{min-height:400px}.hero-top .hero-text{width:90%}.hero-top .shape{display:none}.hero-text{animation:none!important}.hero-text .hero-arrow{display:none!important}}.marquee{--gap:1rem;overflow:hidden;position:relative;user-select:none}.marquee,.marquee__content{display:flex;gap:var(--gap)}.marquee__content{flex-shrink:0;justify-content:space-around;min-width:100%;padding:0}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - var(--gap)))}}.enable-animation .marquee__content{animation:scroll 80s linear infinite}.marquee--fit-content{max-width:fit-content}.marquee--pos-absolute .marquee__content:last-child{left:0;position:absolute;top:0}.enable-animation .marquee--pos-absolute .marquee__content:last-child{animation-name:scroll-abs}@keyframes scroll-abs{0%{transform:translateX(calc(100% + var(--gap)))}to{transform:translateX(0)}}.hero-text{animation:fade-out-hero-text linear;animation-timeline:scroll(root);animation-range:0 3%;animation-fill-mode:both;opacity:1;position:relative;top:0}@keyframes fade-out-hero-text{0%{opacity:1;top:0}to{opacity:0;top:40px}}.hero-text .hero-arrow{left:-90px;position:absolute;top:-50px;transform:rotate(20deg)}