@import url(https://fonts.googleapis.com/css?family=Big+Shoulders:100,200,300,regular,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Anek+Latin:100,200,300,regular,500,600,700,800);
@keyframes hero-enter{from{opacity:0;transform:skew(-10deg) translateX(-100px)}to{opacity:1;transform:skew(0) translateX(0)}}@keyframes hero-reverse-enter{from{opacity:0;transform:skew(-15deg) translateX(100px)}to{opacity:1;transform:skew(0) translateX(0)}}@keyframes hero-about-enter{from{opacity:0;transform:translateY(80px) scaleX(0.85)}to{opacity:1;transform:translateY(0) scaleX(1)}}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{scrollbar-width:thin;scrollbar-color:#0f352c rgba(0,0,0,0);scrollbar-gutter:stable}html::-webkit-scrollbar,body::-webkit-scrollbar{width:8px;height:8px;background-color:rgba(0,0,0,0)}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{background-color:#0f352c;border-radius:10px}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track{background:rgba(0,0,0,0)}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;font-family:"Anek Latin",sans-serif;line-height:150%;color:#0f352c;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}svg{display:inline-block;vertical-align:middle}img{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;user-drag:none;user-select:none;-webkit-user-drag:none;pointer-events:none}button,input,select,textarea{font:inherit;color:inherit;background:none;border:none;padding:0;margin:0;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}ul,ol{list-style:none;margin:0;padding:0}a{text-decoration:none;color:inherit}table{border-collapse:collapse;border-spacing:0}strong,b{font-weight:bold}em,i{font-style:italic}code,pre{font-family:monospace,monospace;font-size:1em}h1,h2,h3,h4,h5,h6{font-weight:500;font-family:"Big Shoulders",sans-serif}h1{font-size:clamp(2rem,5vw,4.6875rem);font-weight:900;line-height:100%;font-family:"Big Shoulders",sans-serif}h2{font-size:clamp(2rem,5vw,4rem);font-weight:900;line-height:100%;font-family:"Big Shoulders",sans-serif}h3{font-weight:900;line-height:100%;font-family:"Big Shoulders",sans-serif}body::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(8,33,27,.9);z-index:998;opacity:0;transition:.3s ease;pointer-events:none}body._overflow-hidden{overflow:hidden;position:relative}body._overflow-hidden::after{opacity:1;pointer-events:auto}body._popup-opened{overflow:hidden;position:relative}.site-main{margin-top:-100px}.site-main.single-proposal{margin-top:0}@media(max-width: 768px){.site-main{margin-top:-78px}.site-main.single-proposal{margin-top:0}}.site-header{position:sticky;top:0;left:0;width:100%;padding:20px 20px 0;z-index:1000}@media(max-width: 768px){.site-header{padding:8px 8px 0}}.site-header__container{transition:.3s ease;margin:0 auto;padding:0px 15px 0 30px;height:80px;display:flex;justify-content:space-between;align-items:center;background-color:#0f352c;border-radius:1rem;color:#fff;gap:clamp(12px,1.5vw,32px);overflow:hidden}@media(min-width: 1024px){.site-header__container{box-shadow:0 10px 30px rgba(0,0,0,.15)}}@media(max-width: 1024px){.site-header__container{padding:0px 30px 0 30px}}@media(max-width: 768px){.site-header__container{height:70px}}.site-header__logo .full-logo{display:block}.site-header__logo .full-logo svg{width:160px}.site-header__logo .mob-logo{display:none}@media(max-width: 768px){.site-header__logo .full-logo{display:none}.site-header__logo .mob-logo{display:block}.site-header__logo .mob-logo svg{width:80px}}.site-header__nav{position:relative}.site-header__nav-mobile-btn{display:none}@media(max-width: 768px){.site-header__nav-mobile-btn{display:block}.site-header__nav-mobile-btn .main-btn{display:inline-flex !important;background-color:#0f352c;border-color:#0f352c;width:100%}}.site-header__menu{display:flex;align-items:center;justify-content:center;gap:clamp(8px,1vw,20px);flex-wrap:nowrap;min-width:0}.site-header__menu li{flex-shrink:0}.site-header__menu li.current_page_item a{color:#ffbf00 !important}.site-header__menu a{font-size:clamp(12px,1.15vw,16px);font-weight:300;white-space:nowrap;transition:.3s ease}.site-header__menu a:hover{color:#ffbf00}@media(max-width: 1024px){.site-header .main-btn{margin-left:auto}}@media(max-width: 768px){.site-header .main-btn{display:none;background-color:#00833d;border-color:#00833d;height:60px}}.site-header__burger{flex-shrink:0;display:none;flex-direction:column;gap:7px;background:none;border:none;cursor:pointer}.site-header__burger span{display:block;flex-shrink:0;width:32px;border:2px solid #fff;background-color:#fff;border-radius:5px;transition:.3s ease}.site-header__burger._active span:nth-child(1){transform:rotate(45deg) translate(7.5px, 7.5px)}.site-header__burger._active span:nth-child(2){opacity:0}.site-header__burger._active span:nth-child(3){transform:rotate(-45deg) translate(7.5px, -7.5px)}@media(max-width: 1024px){.site-header__nav{opacity:0;visibility:hidden;pointer-events:none;position:absolute;top:100px;left:0;width:100%;height:calc(100dvh - 80px + 20px);padding:32px 20px 20px;gap:32px;transition:.3s ease;display:flex;flex-direction:column;overflow-y:auto}.site-header__nav._active{opacity:1;visibility:visible;pointer-events:auto}.site-header__menu{width:100%;flex-direction:column;flex-wrap:nowrap;gap:32px;height:100%}.site-header__menu a{font-size:clamp(3rem,10vw,5rem);line-height:80%;font-family:"big shoulders",sans-serif}.site-header__burger{display:flex}}@media(max-width: 768px){.site-header__nav{top:78px;height:calc(100dvh - 70px - 8px)}.site-header__nav::after{height:100%}}.site-footer{width:100%;background-color:#143e34;padding:140px 20px 100px}@media(max-width: 1024px){.site-footer{padding:100px 20px 20px}}@media(max-width: 768px){.site-footer{padding:0}}.site-footer__container{max-width:1220px;margin:0 auto;display:flex;justify-content:space-between;border-radius:40px;padding:80px 20px;background:radial-gradient(circle at 100% 0%, #00a90b 10%, #00833d 70%)}@media(max-width: 768px){.site-footer__container{flex-direction:column-reverse;padding:48px 32px 32px;gap:80px;border-radius:0}}.site-footer__column-info{flex:1;display:flex;flex-direction:column;align-items:flex-end;width:50%}@media(max-width: 768px){.site-footer__column-info{align-items:flex-start;width:100%;text-align:left}}.site-footer__column-info h2{color:#fff;margin-bottom:20px;text-align:right}@media(max-width: 768px){.site-footer__column-info h2{text-align:left}}.site-footer__column-info p{color:#fff;font-weight:200;font-size:16px;line-height:150%;margin:120px 0 20px}@media(max-width: 768px){.site-footer__column-info p{margin:60px 0 20px;text-align:center}}.site-footer__column-info__socials{display:flex;gap:8px}.site-footer__column-info__socials a{display:flex;width:50px;height:50px}.site-footer__column-info__socials a svg{width:100%;height:100%;transition:.3s ease}.site-footer__column-info__socials a svg path{transition:.3s ease;fill:#aff500}.site-footer__column-info__socials a svg:hover path{fill:#ffbf00}.site-footer__column-info__socials a svg:active{transform:scale(0.96);transition:.1s ease}@media(max-width: 768px){.site-footer__column-info__socials{width:100%;justify-content:space-between}}.site-footer__column-nav{width:50%;display:flex;justify-content:flex-start;padding-left:100px;gap:48px}@media(max-width: 1024px){.site-footer__column-nav{padding-left:50px;gap:8px}}@media(max-width: 768px){.site-footer__column-nav{width:100%;padding-left:0;flex-wrap:wrap;justify-content:space-between;gap:32px}}.site-footer__column-nav-links{display:flex;flex-direction:column;gap:12px}.site-footer__column-nav-links span{color:#fff;font-size:20px;font-weight:400}.site-footer__column-nav-links a{color:#fff;font-size:15px;font-weight:300;width:-moz-fit-content;width:fit-content;text-decoration:none}.site-footer__column-nav-links a:hover{text-decoration:underline}.site-footer__column-nav-links a:active{transform:scale(0.98);transform-origin:center;transition:.1s ease}.hero{padding:200px 20px 100px;background:radial-gradient(circle at 90% 20%, #ffd557 10%, #ffbf00 70%);overflow:hidden}.hero__container{max-width:1220px;margin:0 auto;position:relative}.hero__leaves{position:absolute;top:-40%;left:0;width:100%;height:auto;z-index:1;transform:scale(125%);opacity:0;animation:leaves-ani-about 1.5s ease .1s forwards}@keyframes leaves-ani-about{from{opacity:0;transform:scale(135%)}to{opacity:1;transform:scale(125%)}}@media(max-width: 768px){.hero__leaves{display:none}}.hero__top{display:flex;align-items:center}.hero__title{color:#0f352c;z-index:2;opacity:0;animation:hero-enter 1s ease .2s forwards}@media(max-width: 1023px){.hero__title{animation:none;opacity:1;transform:none}}@media(min-width: 768px){.hero__title{background:radial-gradient(circle at 80% 50%, #29554a 0%, #143e34 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.hero__image{max-width:100%;height:auto;z-index:2;opacity:0;animation:hero-enter 1s ease .1s forwards}@media(max-width: 1023px){.hero__image{animation:none;opacity:1;transform:none}}.hero__bottom{margin-top:24px;display:flex;justify-content:space-between;gap:48px;padding:48px 0 0;border-top:1px solid #ffdb71}.hero__subtitle{font-size:clamp(1.125rem,2vw,1.5rem);font-weight:500;line-height:120%;max-width:600px;color:#0f352c}@media(max-width: 1024px){.hero{padding:150px 20px 50px}.hero__top{flex-direction:column;gap:32px;text-align:center}.hero__bottom{flex-direction:column;align-items:center;text-align:center;gap:24px}}.trusted{padding:140px 0 150px;background:radial-gradient(circle at 0% 0%, #29554a 10%, #143e34 50%)}@media(max-width: 768px){.trusted{padding:80px 0 130px}}.trusted__top{max-width:1260px;padding:0 20px;margin:0 auto;display:flex;justify-content:space-between;gap:32px}@media(max-width: 768px){.trusted__top{flex-direction:column;align-items:center}}.trusted__top h2{text-transform:uppercase;color:#fff;text-align:left}@media(min-width: 768px){.trusted__top h2{max-width:570px;background:linear-gradient(165deg, #ffffff 40%, #d9f881 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.trusted__top p{color:#fff;font-weight:300;line-height:150%;font-size:clamp(1rem,2.5vw,1.25rem)}@media(min-width: 768px){.trusted__top p{max-width:510px}}.trusted__slider{margin-top:58px}.trusted__slider .swiper{width:100%;padding-right:calc((100vw - 1400px)/2)}.trusted__slider .swiper-wrapper{max-width:1400px;margin:0 auto;height:100%;display:flex;align-items:stretch}.trusted__slider .swiper-slide{height:auto;display:flex}.trusted__slider .swiper-slide:first-child{padding-left:20px}.trusted__slider .swiper-slide:last-child{padding-right:20px}@media(max-width: 768px){.trusted__slider .swiper-slide{padding:0 20px !important}}.trusted__slider .swiper-slide__item-iframe{border-radius:15px;overflow:hidden;width:100%;height:100%}.trusted__slider .swiper-slide__item-iframe iframe{width:100%;height:100%;border:none}.trusted__slider .swiper-slide__item-partner{display:flex;border-radius:15px;flex-direction:column;padding:46px;gap:30px;justify-content:flex-start;align-items:flex-start;background:radial-gradient(circle at 60% 10%, #d1ff5e 20%, #aff500 80%)}@media(max-width: 1024px){.trusted__slider .swiper-slide__item-partner{padding:30px 20px}}.trusted__slider .swiper-slide__item-partner .row{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:15px;width:100%}.trusted__slider .swiper-slide__item-partner .row img{max-width:150px;display:block;max-height:64px;-o-object-fit:contain;object-fit:contain}.trusted__slider .swiper-slide__item-partner .row .name{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#0f352c}.trusted__slider .swiper-slide__item-partner p{font-size:15px;color:#0f352c;line-height:150%}.trusted__slider .swiper-slide__item-cut{display:flex;border-radius:140px 15px 15px 15px;flex-direction:column;background:radial-gradient(circle at 100% 30%, #d1ff5e 10%, #aff500 90%)}@media(max-width: 1024px){.trusted__slider .swiper-slide__item-cut{border-radius:80px 15px 15px 15px}}.trusted__slider .swiper-slide__item-cut .col{padding:40px 28px 20px;display:flex;flex-direction:column;align-items:flex-end;border-bottom:1px solid #daff7d}@media(max-width: 1024px){.trusted__slider .swiper-slide__item-cut .col{padding:30px 20px 20px}}.trusted__slider .swiper-slide__item-cut .col h3{font-family:"Big Shoulders";font-weight:900;font-style:#143e34;font-size:clamp(2rem,6vw,4rem);line-height:100%;text-transform:uppercase}.trusted__slider .swiper-slide__item-cut .col span{font-family:"Big Shoulders";font-weight:900;font-style:#143e34;font-size:clamp(1rem,4vw,2rem);line-height:100%;text-transform:uppercase}.trusted__slider .swiper-slide__item-cut .row{padding:28px 28px 20px;display:flex;justify-content:space-between;align-items:center;gap:15px;width:100%}@media(max-width: 1024px){.trusted__slider .swiper-slide__item-cut .row{padding:20px}}@media(max-width: 768px){.trusted__slider .swiper-slide__item-cut .row{flex-direction:column;align-items:flex-end}}.trusted__slider .swiper-slide__item-cut .row img{max-width:200px;width:60%;display:block;-o-object-fit:contain;object-fit:contain}.trusted__slider .swiper-slide__item-cut .row p{font-size:15px;color:#0f352c;line-height:120%;text-align:right}.trusted__slider .swiper-controls{max-width:1260px;padding:0 20px;margin:40px auto 0;display:flex;align-items:center;gap:16px}.trusted__slider .swiper-controls .swiper-scrollbar.trusted-scrollbar{position:static;margin-right:20px;background-color:#1b463c;height:5px}.trusted__slider .swiper-controls .swiper-scrollbar-drag{background-color:#1c695c;cursor:pointer}.trusted__slider .swiper-controls .trusted-prev,.trusted__slider .swiper-controls .trusted-next{margin:0;left:none;top:none;position:static;flex-shrink:0;width:60px;height:60px;transition:.3s ease;cursor:pointer}.trusted__slider .swiper-controls .trusted-prev:hover,.trusted__slider .swiper-controls .trusted-next:hover{transform:scale(95%)}.trusted__slider .swiper-controls .trusted-prev svg{transform:rotate(180deg)}.trusted__slider .swiper-controls .trusted-prev svg path,.trusted__slider .swiper-controls .trusted-next svg path{transition:.3s ease}.trusted__slider .swiper-controls .trusted-prev svg,.trusted__slider .swiper-controls .trusted-next svg{width:60px;height:60px}.trusted__slider .swiper-controls .trusted-prev.swiper-button-disabled,.trusted__slider .swiper-controls .trusted-next.swiper-button-disabled{opacity:1}.trusted__slider .swiper-controls .trusted-prev.swiper-button-disabled svg path,.trusted__slider .swiper-controls .trusted-next.swiper-button-disabled svg path{fill:#1c695c}.trusted__slider .swiper-controls .trusted-prev svg rect,.trusted__slider .swiper-controls .trusted-next svg rect{transition:.3s ease}.trusted__slider .swiper-controls .trusted-prev.swiper-button-disabled svg rect,.trusted__slider .swiper-controls .trusted-next.swiper-button-disabled svg rect{stroke:#1c695c}.trusted__slider .swiper-controls .trusted-prev::before,.trusted__slider .swiper-controls .trusted-next::before,.trusted__slider .swiper-controls .trusted-prev::after,.trusted__slider .swiper-controls .trusted-next::after{display:none}.trusted__slider .swiper-controls .swiper-navigation-icon{display:none}.infinite-scroll{margin-top:-40px}.infinite-scroll__container{padding:100px 20px;border-radius:40px 40px 0 0;background-color:#00833d}.infinite-scroll__title{max-width:950px;text-align:center;margin:0 auto 30px;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff}@media(min-width: 768px){.infinite-scroll__title{background:radial-gradient(circle at 80% 260%, #aff500 0%, #ffffff 70%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.infinite-scroll .horizontal-scroll{overflow:hidden;position:relative;width:100%;max-width:1220px;margin:0 auto;background-color:#00833d}.infinite-scroll .horizontal-scroll__container{overflow:hidden;width:100%}.infinite-scroll .horizontal-scroll__inner{display:flex;flex-wrap:nowrap;will-change:transform;width:-moz-max-content;width:max-content}.infinite-scroll .horizontal-scroll__item{flex-shrink:0;margin-top:48px;margin-left:48px;width:200px;height:200px;padding:20px;display:flex;align-items:center;justify-content:center;border-radius:8px}.infinite-scroll .horizontal-scroll__item img{display:block;max-height:64px;-o-object-fit:cover;object-fit:cover}@media(max-width: 1024px){.infinite-scroll .horizontal-scroll__item{width:150px;height:150px;margin-top:32px;margin-left:32px}}@media(max-width: 768px){.infinite-scroll .horizontal-scroll__item{width:120px;height:120px;padding:10px;margin-top:8px;margin-left:8px}}.infinite-scroll .horizontal-scroll .horizontal-scroll__container{-webkit-mask:linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent);mask:linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent)}@keyframes scroll{to{transform:translateX(calc(-50% - 1rem))}}.sticky-cols{position:relative;background-color:#1b453b}.sticky-cols.-page-coding .sticky-cols__item .sticky-cols__info{max-width:490px}@media(max-width: 1024px){.sticky-cols.-page-coding .sticky-cols__item .sticky-cols__info{max-width:100%}}.sticky-cols__item{display:flex;justify-content:space-between;align-items:center;height:100vh;position:sticky;top:0;border-radius:24px 24px 0 0}.sticky-cols__item:nth-child(2){background-color:#00833d}.sticky-cols__item:nth-child(3){background-color:#19594e}.sticky-cols__item:nth-child(4){background-color:#00833d}@media(max-width: 1024px){.sticky-cols__item{position:static;height:-moz-fit-content;height:fit-content;border-radius:0}}.sticky-cols__content{max-width:1220px;margin:0 auto;width:100%;display:flex;justify-content:space-between;align-items:center;padding:48px 20px}@media(max-width: 1024px){.sticky-cols__content{flex-direction:column;gap:60px;padding:100px 32px;justify-content:center;align-items:center}}@media(max-width: 768px){.sticky-cols__content{padding:60px 20px;gap:32px}}.sticky-cols__info{max-width:550px}@media(max-width: 1024px){.sticky-cols__info{max-width:100%}}.sticky-cols__info>span{color:#aff500;font-size:clamp(18px,3vw,24px);text-transform:uppercase;font-family:"Big Shoulders",sans-serif}@media(min-width: 768px){.sticky-cols__info>span{background:linear-gradient(165deg, #aff500 10%, #d1ff5e 90%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3))}}.sticky-cols__info h2{text-transform:uppercase;margin:20px 0;font-size:clamp(1.75rem,5vw,4rem);color:#fff}@media(max-width: 768px){.sticky-cols__info h2{margin:10px 0 20px}}@media(min-width: 768px){.sticky-cols__info h2{filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3));background:linear-gradient(165deg, #ffffff 10%, #aff500 90%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.sticky-cols__info ul{list-style:disc;padding:0;margin:0}.sticky-cols__info ul li{margin:0 0 0 26px;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:300;color:#fff;line-height:150%}@media(min-width: 768px){.sticky-cols__info ul li{filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3))}}.sticky-cols a{background-color:#111;border-color:#111}@media(min-width: 768px){.sticky-cols a{filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3))}}@media(max-width: 768px){.sticky-cols a{width:100%}}.sticky-cols a span{box-shadow:none !important;text-shadow:none !important}.sticky-cols p{font-weight:300;color:#fff;line-height:150%;font-size:clamp(1rem,2.5vw,1.25rem)}@media(min-width: 768px){.sticky-cols p{filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3))}}.sticky-cols__lists{display:flex;-moz-column-gap:40px;column-gap:40px;row-gap:10px;flex-wrap:wrap;margin:20px 0 40px}.sticky-cols__lists ul{list-style:disc;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.sticky-cols__lists ul li{margin:0 0 0 26px;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:300;color:#fff;line-height:150%}@media(min-width: 768px){.sticky-cols__lists ul li{filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3))}}.how-works{background-color:#f6f6f5}.how-works__container{display:grid;grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);align-items:center}@media(max-width: 900px){.how-works__container{grid-template-columns:1fr}}.how-works__media{align-self:stretch;display:flex;align-items:center;justify-content:center}.how-works__media img{display:block;width:100%;max-width:573px;height:auto}@media(max-width: 900px){.how-works__media img{max-width:380px}}.how-works__body{background-color:#fff;align-self:stretch;padding:100px 80px;display:flex;flex-direction:column;gap:48px;justify-content:center}@media(max-width: 1200px){.how-works__body{padding:80px 40px}}@media(max-width: 900px){.how-works__body{padding:64px 20px}}.how-works__title{text-transform:uppercase;color:#19594e;font-family:"big shoulders",sans-serif;font-weight:900;line-height:1;font-size:clamp(2.5rem,6vw,5rem);margin:0}.how-works__steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.how-works__step{display:flex;gap:32px;padding-bottom:48px}@media(max-width: 900px){.how-works__step{gap:20px}}.how-works__step:not(:last-child) .how-works__num::after{content:"";position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%);width:0;height:calc(100% - 12px);border-left:2px dashed rgba(10,33,31,.25)}.how-works__step:last-child{padding-bottom:0}.how-works__num{position:relative;flex-shrink:0;width:80px;height:80px;border-radius:50%;background-color:#ffbf00;display:flex;align-items:center;justify-content:center;font-family:"Anek Latin",sans-serif;font-weight:700;font-size:38px;line-height:1}.how-works__num i{font-style:normal;background:linear-gradient(198deg, #ffbf00 12%, #0a211f 93%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.how-works__num i:last-child{background:linear-gradient(207deg, #0a211f 10%, #ffbf00 93%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media(max-width: 900px){.how-works__num{width:60px;height:60px;font-size:28px}}.how-works__text{display:flex;flex-direction:column;gap:12px;padding-top:8px}.how-works__text h3{text-transform:uppercase;color:#143e34;font-family:"big shoulders",sans-serif;font-weight:900;line-height:1;font-size:clamp(1.5rem,3vw,2.375rem);margin:0}.how-works__text p{color:#4b4b4b;font-size:20px;line-height:1.4;margin:0}@media(max-width: 900px){.how-works__text p{font-size:16px}}.projects-intro{background-color:#fffae3}.projects-intro__container{max-width:1220px;margin:0 auto;padding:120px 20px}@media(max-width: 768px){.projects-intro__container{padding:80px 20px}}.projects-intro__title{margin:0;max-width:1153px;text-transform:uppercase;color:#143e34;font-family:"big shoulders",sans-serif;font-weight:900;line-height:1;font-size:clamp(2.5rem,7vw,6.25rem)}.rules{background-color:#1b453b;padding:0 20px;margin-top:-40px;border-radius:40px 40px 0 0}.rules__container{max-width:1220px;margin:0 auto;padding:110px 0}@media(max-width: 768px){.rules__container{padding:80px 0}}.rules__container h2{text-transform:uppercase;text-align:center;margin:0 auto 56px;color:#0f352c;color:#fff}@media(min-width: 768px){.rules__container h2{background:linear-gradient(165deg, #ffffff 40%, #d9f881 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.rules__content{display:flex;gap:48px;justify-content:space-between;padding:28px;border-radius:40px;gap:20px;background-color:#19594e}@media(max-width: 1024px){.rules__content{border-radius:0;background-color:rgba(0,0,0,0);padding:0}}@media(max-width: 768px){.rules__content{flex-direction:column}}.rules__item{flex:1;width:100%;border-radius:26px;overflow:hidden}.rules__item h3{text-transform:uppercase;margin:40px 0 40px;text-align:center;font-size:clamp(1.75rem,5vw,3.5rem);color:#fff}@media(max-width: 768px){.rules__item h3{margin:20px 0 20px}}.rules__item.-do{background-color:#00833d;color:#0f352c}.rules__item.-do .rules__list{background:radial-gradient(circle at 100% 0%, #d1ff5e 10%, #aff500 50%)}.rules__item.-dont{background-color:#026831;color:#fff}.rules__item.-dont .rules__list{background-color:#00833d}.rules__list{border-radius:24px;padding:30px 40px;height:100%}@media(max-width: 1024px){.rules__list{padding:20px 20px}}.rules__list .list-item{padding:16px 0}.rules__list .list-title{display:flex;gap:20px}@media(max-width: 768px){.rules__list .list-title{gap:10px}}.rules__list .list-title svg{flex-shrink:0;width:30px;height:30px}@media(max-width: 768px){.rules__list .list-title svg{width:24px;height:24px}}.rules__list .list-title h4{font-family:"Anek Latin";font-size:clamp(1.125rem,3vw,1.5rem);font-weight:700}.rules__list p{margin-left:50px;margin-top:12px;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:300}@media(max-width: 768px){.rules__list p{margin-left:36px}}.projects{background-color:#fffae3;overflow:clip;padding:80px 0 0}.projects__title{width:100%;border-bottom:1px solid #e0e1ce;padding:0 20px}.projects__title h2{max-width:1220px;margin:0 auto;text-transform:uppercase;font-weight:400;font-size:20px;text-align:left;color:#143e34;margin-bottom:16px;width:100%}.projects__item{position:sticky;top:80px;margin:0 auto;padding:70px 0 70px;background-color:#fffae3;min-height:calc(100vh - 80px);display:flex;flex-direction:column;justify-content:center}.projects__item:nth-child(even){background-color:#f8efc8}@media(max-width: 1024px){.projects__item{position:static;min-height:0;display:block}}.projects__info{width:100%;max-width:1260px;padding:0 20px;margin:0 auto 50px;display:grid;grid-template-columns:55.7% 1fr;-moz-column-gap:0;column-gap:0;align-items:start}@media(max-width: 1299px)and (min-width: 1024px){.projects__info{grid-template-columns:69% 1fr}}@media(max-width: 1023px)and (min-width: 769px){.projects__info{grid-template-columns:78.8% 1fr}}@media(max-width: 768px){.projects__info{grid-template-columns:1fr;gap:16px}}.projects__info h3{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:clamp(2rem,5vw,4rem);font-weight:800;line-height:100%;color:#143e34;font-family:"Big Shoulders",sans-serif;text-transform:uppercase}.projects__info .info-details{display:flex;flex-direction:column;gap:16px;max-width:400px}@media(max-width: 768px){.projects__info .info-details{gap:6px}}.projects__info .info-details span{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:300;font-size:clamp(1rem,3vw,1.25rem)}.projects__info .info-details a{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:"big shoulders",sans-serif;font-weight:800;font-size:clamp(1rem,3vw,1.125rem);color:#00833d;text-transform:uppercase;transition:.3s ease;line-height:110%}.projects__info .info-details a:hover{color:#ffbf00}.projects__slider{margin-top:58px;margin:0 auto;max-width:1260px;padding:0 20px;height:100%;position:relative;cursor:grab;overflow:visible}.projects__slider:active{cursor:grabbing}.projects__slider .swiper{width:100%}@media(min-width: 1024px){.projects__slider .swiper{width:calc(100vw - (50vw - 610px))}}.projects__slider .swiper-wrapper{margin:0 auto;cursor:inherit;height:100%}.projects__slider .swiper-slide{height:auto;display:flex;height:auto;cursor:inherit}.projects__slider .swiper-slide img{border-radius:4px;display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;cursor:inherit}.projects__slider .swiper-controls{max-width:1220px;margin:30px auto 0}.projects__slider .swiper-controls .swiper-scrollbar.projects-scrollbar{position:static;height:3px !important;background-color:#ffbf00;width:100%}.projects__slider .swiper-controls .swiper-scrollbar-drag{height:3px !important;background-color:#00833d;cursor:pointer}.projects__slider .swiper-controls .projects-prev,.projects__slider .swiper-controls .projects-next{position:absolute !important;top:0;left:0;width:90px !important;height:90px !important;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid #000;pointer-events:none;cursor:none;scale:.9;transition:scale .1s ease,opacity .1s ease,translate 0s linear;z-index:50;opacity:0;background-color:#fff;will-change:translate,scale,opacity}.projects__slider .swiper-controls .projects-prev svg,.projects__slider .swiper-controls .projects-next svg{width:90px !important;height:90px !important;fill:#fff !important;stroke-width:.5px !important;stroke:#fff;transition:scale .05s ease}.projects__slider .swiper-controls .projects-prev svg path,.projects__slider .swiper-controls .projects-next svg path{fill:#111 !important}.projects__slider .swiper-controls .projects-prev.visible,.projects__slider .swiper-controls .projects-next.visible{transition:scale .3s ease,opacity .3s ease,translate 0s linear;scale:1;opacity:1;pointer-events:auto}.projects__slider .swiper-controls .projects-prev.visible.first-slide,.projects__slider .swiper-controls .projects-next.visible.last-slide{opacity:.5;pointer-events:auto}.projects__slider .swiper-controls .projects-prev svg{rotate:180deg}.projects__slider .swiper-controls .projects-prev:active svg{scale:.85}.projects__slider .swiper-controls .projects-next:active svg{scale:.85}.home-projects .projects__item{position:static;min-height:0;display:block}.home-projects .projects__item.is-hidden{display:none}.home-projects__more{display:flex;justify-content:center;padding:clamp(32px,6vw,72px) 20px clamp(48px,8vw,96px);background-color:#fffae3}.latest-news-section{background-color:#143e34;padding:100px 20px 80px}@media(max-width: 768px){.latest-news-section{padding:80px 20px 80px}}.latest-news-section__container{max-width:1220px;margin:0 auto;text-align:center}.latest-news-section__container span{font-size:clamp(1.5rem,3vw,2rem);text-align:center;width:100%;font-weight:400;color:#fff}.latest-news-section__container .latest-news-section__title{text-transform:uppercase;text-align:center;margin:12px auto 50px;color:#0f352c;color:#fff;font-size:clamp(3rem,7vw,6rem)}@media(min-width: 768px){.latest-news-section__container .latest-news-section__title{background:linear-gradient(165deg, #ffffff 40%, #d9f881 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.latest-news-section__content{display:flex;justify-content:space-between;gap:32px}@media(max-width: 1024px){.latest-news-section__content{gap:16px}}@media(max-width: 768px){.latest-news-section__content{flex-direction:column}}.animated-hero{width:100%;position:relative;background-color:#fcb626;height:100vh;overflow:hidden}.animated-hero__scroll-root{position:relative;width:100%}.animated-hero__sticky{position:sticky;top:0;height:100vh;overflow:hidden}.animated-hero__track{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;height:100%;min-height:0;width:-moz-max-content;width:max-content;will-change:transform}.animated-hero__panel{flex:0 0 auto;box-sizing:border-box;min-width:100vw;height:100%;display:flex;flex-direction:column;justify-content:center;padding:32px 20px}.animated-hero__panel--cards{flex:0 0 auto;min-width:0;width:min(100vw - 40px,1220px);box-sizing:border-box;align-self:center}.animated-hero__panel--founder .animated-hero__founder{min-height:200px;width:100%}.animated-hero__panel--marquee{flex:0 0 70px;min-width:70px;max-width:70px;width:70px;padding-left:0;padding-right:0;align-items:center;justify-content:center}.animated-hero__face{display:flex;flex-direction:column;gap:10px;padding:140px 20px 80px;align-items:center}.animated-hero__face>span{font-weight:900;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;color:#0f352c;font-family:"Big Shoulders",sans-serif;line-height:90%}.animated-hero__face>span span{display:inline-block}.animated-hero__face>span:nth-child(1){font-size:max(34px,min(5.555vw,9.5vh))}.animated-hero__face>span:nth-child(2){font-size:max(56px,min(12.5vw,20vh))}.animated-hero__face>span:nth-child(2) span{background:radial-gradient(50% 50% at 50% 50%, #29554A 0%, #143E34 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.animated-hero__face>span:nth-child(3){font-size:max(34px,min(5.555vw,9.5vh))}.animated-hero__face>span:nth-child(4){font-size:max(34px,min(5.555vw,9.5vh))}.animated-hero__char{display:inline-block;transform-origin:left bottom;will-change:transform,opacity}.animated-hero__face-line{display:flex;align-items:center;justify-content:center;gap:clamp(8px,1.5vw,24px)}.animated-hero__face-line>span{font-weight:900;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;color:#092b23;font-family:"Big Shoulders",sans-serif;line-height:90%;font-size:max(64px,min(16.666vw,25vh))}.animated-hero__infinite-scroll{position:relative;width:70px;flex:1 1 auto;align-self:stretch;min-height:0;max-height:none;height:100%;overflow:hidden;overflow:clip;isolation:isolate}.animated-hero__infinite-scroll-rotate{position:absolute;left:50%;top:0;bottom:0;display:flex;align-items:center;justify-content:center;transform:translateX(-50%) rotate(90deg);transform-origin:center center;pointer-events:none}.animated-hero__infinite-scroll-inner{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;height:70px;width:-moz-max-content;width:max-content;gap:1rem;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}.animated-hero__infinite-scroll-item{flex-shrink:0;display:flex;align-items:center;height:100%}.animated-hero__infinite-scroll-dot{width:4px;height:4px;background:#111}.animated-hero__infinite-scroll-title{margin:0;font-size:clamp(.7rem,1.8vh,.95rem);font-weight:bold;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1;color:#092b23}.animated-hero__grid-cards{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:24px;align-items:start;width:100%;max-width:min(1220px,100%);margin-inline:auto;box-sizing:border-box}.animated-hero__grid-cards .animated-hero__grid-cards-track{display:contents}.animated-hero__grid-cards-item{display:flex;flex-direction:column;flex:0 0 auto;min-width:0;width:100%;border-radius:8px;background-color:#fff;padding:14px 14px 20px;box-sizing:border-box}.animated-hero__grid-cards .item-image{flex:0 0 auto;width:100%;aspect-ratio:9/4;height:auto;min-height:0;border-radius:8px;overflow:hidden}.animated-hero__grid-cards .item-image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.animated-hero__grid-cards h2{font-size:clamp(2.5rem,3vw,3.5rem);text-transform:uppercase;color:#0f352c;font-weight:700;font-family:"Big Shoulders",sans-serif;line-height:90%;letter-spacing:-2px;margin:20px 0 10px;text-align:center}.animated-hero__grid-cards a{text-align:center;font-size:clamp(1rem,1.5vw,1.5rem);text-transform:uppercase;color:#00833d;font-weight:700;font-family:"Big Shoulders",sans-serif;line-height:90%;transition:.3s ease}.animated-hero__grid-cards a:hover{color:#0f352c}@media(min-width: 1025px){.animated-hero__grid-cards.swiper{display:grid;overflow:visible}.animated-hero__grid-cards .swiper-wrapper{display:contents;width:auto;height:auto;transform:none !important}.animated-hero__grid-cards .swiper-slide{width:100%;height:auto;margin:0 !important;transform:none !important}}.animated-hero__intro{position:fixed;inset:0;z-index:9999;display:block;padding:24px;overflow:hidden;pointer-events:none}.animated-hero__intro-bg{position:absolute;inset:0;background:#fcb626;will-change:clip-path}.animated-hero__intro-stage{position:absolute;left:50%;top:50%;width:min(100%,1200px);transform:translate(-50%, -50%);transform-origin:center center}.animated-hero__intro-face{position:relative;width:100%;padding:0 20px}.animated-hero__intro-face::before{display:none}.animated-hero__founder{position:relative;display:flex;align-items:center;justify-content:center;gap:26px;width:100%;min-height:min(760px,100vh - 180px);padding:clamp(36px,4vw,56px) 20px;color:#0f352c;text-align:center;overflow:visible}.animated-hero__founder::before{content:"";position:absolute;inset:-8% -16%;background-image:url(../886130549c8e033c9385.png);background-repeat:no-repeat;background-position:center;background-size:85%;pointer-events:none;z-index:0;top:-60%}.animated-hero__founder-badge{position:relative;width:260px;aspect-ratio:1;height:auto;flex:0 0 auto;will-change:transform,opacity}.animated-hero__founder-ring{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;animation:spin 20s linear infinite}.animated-hero__founder-ring img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;transform-origin:center center}.animated-hero__founder-photo{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.animated-hero__founder-photo img{width:100%;height:100%}.animated-hero__founder-content{position:relative;z-index:1;max-width:620px}.animated-hero__founder-name{margin:0 0 8px;font-family:"Big Shoulders",sans-serif;font-size:clamp(4rem,5vw,60px);font-weight:900;line-height:.85;text-transform:uppercase;color:#00833c;overflow:visible}.animated-hero__founder-name>span{display:inline-block;overflow:hidden;vertical-align:bottom}.animated-hero__founder-name>span>span{display:inline-block}.animated-hero__founder-meta{margin:0;font-family:"Big Shoulders",sans-serif;font-size:clamp(2.3rem,2.7vw,36px);font-weight:800;line-height:.95;text-transform:uppercase;color:#092b23}.animated-hero__founder-quote{margin:18px auto 0;font-size:clamp(1rem,1.05vw,20px);line-height:1.55;color:#141414}@media(max-width: 1024px){.animated-hero{height:auto !important;overflow:visible !important;position:relative !important}.animated-hero__scroll-root{height:auto !important}.animated-hero__sticky{position:relative;height:auto;overflow:visible}.animated-hero__track{flex-direction:column;width:100% !important;height:auto;transform:none !important;translate:none !important;will-change:auto}.animated-hero__panel{min-width:0;width:100%;height:auto;transform:none !important;translate:none !important}.animated-hero__panel--cards{width:100%;min-width:0;padding:40px 0 72px;overflow:visible}.animated-hero__panel--cards::after{content:"Swipe to explore →";display:block;margin:18px 20px 0;color:#0f352c;font-family:"Big Shoulders",sans-serif;font-size:.875rem;font-weight:800;letter-spacing:.08em;line-height:1;text-align:right;text-transform:uppercase}.animated-hero__panel--marquee{flex:0 1 auto;min-width:0;max-width:none;width:100%;padding-left:20px;padding-right:20px}.animated-hero__grid-cards.swiper{display:block;overflow:clip !important;width:100%;max-width:none;margin-inline:0;padding:24px 0 44px;scrollbar-width:none}.animated-hero__grid-cards.swiper::-webkit-scrollbar{display:none}.animated-hero__grid-cards .animated-hero__grid-cards-track{display:flex;align-items:stretch;height:clamp(300px,82vw,380px)}.animated-hero__grid-cards .animated-hero__grid-cards-item{flex:0 0 calc(100vw - 64px);width:calc(100vw - 64px);max-width:520px;height:100%;min-height:100%;max-height:100%;padding:0;background:rgba(0,0,0,0)}.animated-hero__grid-cards .item-image{flex:1 1 auto;aspect-ratio:16/10;min-height:0}.animated-hero__grid-cards h2{margin:16px 0 8px;font-size:clamp(2rem,9vw,3rem);letter-spacing:-0.04em}.animated-hero__grid-cards a{min-height:32px;font-size:clamp(.95rem,4vw,1.2rem);line-height:1}.animated-hero__infinite-scroll{width:100%;min-height:0;max-height:none;height:auto;align-self:stretch}.animated-hero__infinite-scroll-rotate{position:static;display:block;transform:none}.animated-hero__infinite-scroll-inner{height:auto;min-height:48px;padding:8px 0}.animated-hero__infinite-scroll-title{font-size:clamp(1rem,3vw,1.25rem)}.animated-hero__intro{padding:20px 16px}.animated-hero__intro-face{padding:0}.animated-hero__founder{flex-direction:column;gap:18px;min-height:auto;padding:24px 12px 8px;text-align:center}.animated-hero__founder-badge{width:min(220px,62vw)}.animated-hero__founder-ring-text{font-size:clamp(.7rem,2.4vw,.92rem);letter-spacing:.18em}.animated-hero__founder-ring::before,.animated-hero__founder-ring::after{width:8px;height:8px}.animated-hero__founder-ring::before{left:10px}.animated-hero__founder-ring::after{right:10px}.animated-hero__founder-name{font-size:clamp(2.8rem,9vw,4rem);line-height:.88}.animated-hero__founder-meta{font-size:clamp(1.7rem,5.3vw,2.45rem)}.animated-hero__founder-quote{margin-top:14px;max-width:34ch;font-size:clamp(.98rem,3.4vw,1.08rem);line-height:1.5}.animated-hero__face{padding:60px 20px 40px}.animated-hero__face-image{height:clamp(100px,18vw,160px)}}@media(max-height: 840px){.animated-hero__viewport{padding-top:72px}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.years-claim{--rowh: 72px;--rx: 0deg;--ry: 0deg;--px: 0px;--py: 0px;position:relative;isolation:isolate;overflow:hidden;background:#143e34;padding:clamp(56px,9vw,128px) clamp(20px,6.5vw,94px)}.years-claim__bg{position:absolute;inset:-4%;z-index:0;pointer-events:none;opacity:0;background:radial-gradient(42% 58% at 97% -8%, rgba(22, 95, 78, 0.95) 0%, rgba(22, 95, 78, 0) 68%);transform:translate3d(calc(var(--px) * -1.8), calc(var(--py) * -1.8), 0);transition:opacity 1s ease,transform .4s ease}.years-claim__grid{position:absolute;inset:-4%;overflow:hidden;display:grid;grid-template-columns:repeat(20, 1fr);grid-auto-rows:var(--rowh);transform:translate3d(calc(var(--px) * -1), calc(var(--py) * -1), 0);transition:transform .4s ease}.years-claim__cell{border-right:1px solid rgba(242,242,242,.07);border-bottom:1px solid rgba(242,242,242,.07)}.years-claim__cell--lit{background:linear-gradient(to top, rgba(150, 150, 150, 0.3), rgba(150, 150, 150, 0))}.years-claim__title{position:relative;z-index:1;width:-moz-fit-content;width:fit-content;max-width:1212px;margin:0 auto;font-family:"Big Shoulders",sans-serif;font-weight:900;text-transform:uppercase;font-size:clamp(2.5rem,8.33vw,120px);line-height:1.1;letter-spacing:-0.01em;text-wrap:balance;background:linear-gradient(158.6deg, #ffffff 21%, #aff500 123%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:#fff;transform:perspective(900px) rotateX(var(--rx)) rotateY(var(--ry));transform-style:preserve-3d;transition:transform .4s cubic-bezier(0.22, 1, 0.36, 1);will-change:transform}.years-claim__line{display:block;overflow:hidden;padding-block:.06em}.years-claim__line-inner{display:block;transform:translateY(110%);opacity:0;transition:transform .8s cubic-bezier(0.22, 1, 0.36, 1),opacity .8s ease}.years-claim__hl--click{display:inline-block;padding:0 .18em;border-radius:clamp(8px,1.1vw,16px);background:#fcb626;color:#181818;-webkit-text-fill-color:#181818;transform:scale(0.4);transform-origin:left center;opacity:0;transition:transform .45s cubic-bezier(0.34, 1.56, 0.64, 1),opacity .4s ease;cursor:default}.years-claim.is-in .years-claim__hl--click{transform:none;opacity:1;transition-delay:.32s}.years-claim.is-in .years-claim__hl--click:hover{transform:scale(1.06) rotate(-2deg);transition-delay:0s}.years-claim__hl--scroll{position:relative;color:#fcb626;-webkit-text-fill-color:#fcb626}.years-claim__hl--scroll::after{content:"";position:absolute;left:0;right:0;bottom:.04em;height:.08em;background:#fcb626;transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(0.22, 1, 0.36, 1)}.years-claim__hl--scroll:hover::after{transform:scaleX(1)}.years-claim.is-in .years-claim__bg{opacity:1}.years-claim.is-in .years-claim__line-inner{transform:none;opacity:1}.years-claim.is-in .years-claim__line:nth-child(2) .years-claim__line-inner{transition-delay:.12s}.years-claim.is-in .years-claim__line:nth-child(3) .years-claim__line-inner{transition-delay:.24s}@media(prefers-reduced-motion: reduce){.years-claim__line-inner,.years-claim__hl--click{transition:none;transform:none;opacity:1}.years-claim__bg{transition:none;transform:none;opacity:1}.years-claim__grid,.years-claim__title{transition:none;transform:none}}.awd-clients{background:#fff;padding:clamp(48px,7vw,100px) 0;overflow:hidden}.awd-clients__inner{position:relative;max-width:1440px;margin:0 auto;padding:0 clamp(20px,7.2vw,104px)}.awd-clients__title{position:relative;overflow:hidden;margin:0 0 clamp(28px,4vw,56px);font-family:"Big Shoulders",sans-serif;font-weight:900;text-transform:uppercase;font-size:clamp(2.2rem,6.94vw,100px);line-height:1;letter-spacing:-0.01em;color:#143e34}.awd-clients__title::after{content:"";position:absolute;inset:0 auto 0 0;width:38%;background:linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5), transparent);transform:translateX(-160%);opacity:0;pointer-events:none;mix-blend-mode:overlay}.awd-clients__line{display:block}.awd-clients__line-inner{display:block}.awd-clients__char{display:inline-block;transform:translateY(0.6em) rotate(8deg);opacity:0;filter:blur(8px);transition:transform .7s cubic-bezier(0.2, 0.85, 0.25, 1),opacity .55s ease,filter .55s ease;will-change:transform,opacity}.awd-clients__char--tag{transform:scale(0.2) rotate(-12deg);transform-origin:center}.awd-clients.is-in .awd-clients__char{transform:none;opacity:1;filter:none;transition-delay:calc(var(--ci, 0)*.03s)}.awd-clients.is-in .awd-clients__char--tag{transition:transform .6s cubic-bezier(0.34, 1.56, 0.64, 1),opacity .4s ease;transition-delay:calc(var(--ci, 0)*.03s)}.awd-clients.is-in .awd-clients__title::after{animation:awd-shine 1.1s ease .55s 1 forwards}.awd-clients--no-anim .awd-clients__char{transition:none}.awd-clients__tag{display:inline-block;margin-left:.12em;padding:.06em .34em;border-radius:clamp(8px,1.1vw,16px);background:#fcb626;color:#181818;font-weight:800;font-size:.56em;vertical-align:.12em}.awd-clients__body{display:flex;align-items:stretch;gap:clamp(24px,2.5vw,36px)}@media(max-width: 900px){.awd-clients__body{flex-direction:column}}.awd-clients__logos{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:clamp(16px,2.2vw,36px)}.awd-clients .awd-clients__row{overflow:hidden;-webkit-mask:linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);mask:linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent)}.awd-clients .horizontal-scroll__inner{display:flex;flex-wrap:nowrap;width:-moz-max-content;width:max-content;gap:clamp(16px,2.2vw,36px);will-change:transform}.awd-clients__logo{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:clamp(150px,15vw,218px);height:clamp(88px,8.6vw,124px);padding:clamp(12px,1.7vw,25px) clamp(28px,3.7vw,54px);border:1px solid #181818;border-radius:12px;background:#fff}.awd-clients__logo img{display:block;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.awd-clients__quote{flex:0 0 clamp(300px,33vw,471px);display:grid;padding:clamp(24px,2.2vw,32px);border-radius:12px;background:#b4f70e;color:#242424}@media(max-width: 900px){.awd-clients__quote{flex-basis:auto}}.awd-clients__slide{grid-area:1/1;margin:0;display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}.awd-clients__slide.is-active{opacity:1;visibility:visible}.awd-clients__quote-mark{display:block;width:clamp(28px,2.4vw,34px);margin-bottom:clamp(14px,1.4vw,20px)}.awd-clients__quote-mark svg{display:block;width:100%;height:auto;aspect-ratio:34.356/19.408;fill:#242424}.awd-clients__quote-text{margin:0 0 clamp(20px,2.4vw,32px);font-family:"Anek Latin",sans-serif;font-size:clamp(15px,1.25vw,18px);line-height:1.4}.awd-clients__quote-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:auto}.awd-clients__quote-author{display:flex;flex-direction:column;font-family:"Big Shoulders",sans-serif;text-transform:uppercase;line-height:1.2}.awd-clients__quote-author strong{font-weight:800;font-size:clamp(14px,1.1vw,16px)}.awd-clients__quote-author span{font-weight:400;font-size:clamp(14px,1.1vw,16px)}.awd-clients__quote-brand{width:clamp(72px,6.2vw,89px);height:auto;-o-object-fit:contain;object-fit:contain}.awd-clients__arrow{position:absolute;top:64%;transform:translateY(-50%);display:grid;place-items:center;width:clamp(46px,4.2vw,60px);aspect-ratio:1;padding:0;border:1px solid #00833d;border-radius:50%;background:rgba(0,0,0,0);color:#00833d;cursor:pointer;transition:background .25s ease,color .25s ease}.awd-clients__arrow svg{display:block;width:56%;height:56%}.awd-clients__arrow svg path{fill:currentColor}.awd-clients__arrow:hover{background:#00833d;color:#fff}.awd-clients__arrow--prev{left:clamp(4px,1.9vw,28px)}.awd-clients__arrow--prev svg{transform:rotate(180deg)}.awd-clients__arrow--next{right:clamp(4px,1.9vw,28px)}@media(max-width: 900px){.awd-clients__arrow{position:static;transform:none;display:inline-grid}}@media(max-width: 900px){.awd-clients__arrows-wrap{display:flex;justify-content:center;gap:12px;margin-top:20px}}@media(prefers-reduced-motion: reduce){.awd-clients__slide{transition:none}.awd-clients__char,.awd-clients__char--tag{transition:none;transform:none;opacity:1;filter:none}.awd-clients__title::after{display:none}}@keyframes awd-shine{from{opacity:1;transform:translateX(-160%)}to{opacity:1;transform:translateX(330%)}}.ups-downs{position:relative;background:#143e34;padding-top:clamp(56px,8vw,120px)}.ups-downs__inner{max-width:1440px;margin:0 auto;padding:0 clamp(20px,7.2vw,109px)}.ups-downs__stage{position:relative;height:220vh}.ups-downs__pin{position:sticky;top:80px;min-height:calc(100vh - 80px);display:flex;flex-direction:column;justify-content:center;padding-bottom:clamp(40px,6vw,90px)}@media(prefers-reduced-motion: reduce){.ups-downs__stage{height:auto}.ups-downs__pin{position:static;min-height:0}}.ups-downs__head{display:flex;align-items:flex-end;gap:clamp(24px,3vw,44px);margin-bottom:clamp(36px,5vw,80px)}@media(max-width: 860px){.ups-downs__head{flex-direction:column;align-items:flex-start;gap:20px}}.ups-downs__title{flex:1 1 0;min-width:0;margin:0;font-family:"Big Shoulders",sans-serif;font-weight:900;text-transform:uppercase;font-size:clamp(2rem,5.55vw,80px);line-height:1;background:linear-gradient(154deg, #ffffff 21%, #aff500 123%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:#fff}.ups-downs__intro{flex:1 1 0;min-width:0;margin:0;font-family:"Anek Latin",sans-serif;font-size:clamp(16px,1.66vw,24px);line-height:1.5;color:#fff}.ups-downs__label{margin:clamp(28px,4vw,56px) 0 clamp(20px,2.5vw,36px);font-family:"Big Shoulders",sans-serif;font-weight:900;text-transform:uppercase;font-size:clamp(20px,2.2vw,32px);line-height:1;color:#ffbf00}.ups-downs__track{position:relative;height:clamp(110px,11vw,160px)}.ups-downs__line{position:absolute;left:0;right:0;top:50%;height:2px;background:hsla(0,0%,100%,.9)}.ups-downs__wave{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.ups-downs__marker{position:absolute;top:50%;transform:translate(-50%, -50%);width:clamp(12px,1.4vw,20px);aspect-ratio:22/38.53;pointer-events:none}.ups-downs__marker svg{display:block;width:100%;height:100%}.ups-downs__marker svg path{fill:hsla(0,0%,100%,.9)}.ups-downs__face{position:absolute;z-index:2;width:clamp(56px,6.5vw,94px);aspect-ratio:1}.ups-downs__face--start{top:50%;left:0;transform:translateY(-50%)}.ups-downs__face--ride{top:0;left:0;will-change:transform}.ups-downs__face-img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ups-downs__cards{display:flex;gap:clamp(12px,1.4vw,20px);margin-top:clamp(36px,5vw,70px)}@media(max-width: 860px){.ups-downs__cards{flex-wrap:wrap}}.ups-downs__card{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:clamp(12px,1.4vw,20px);padding:clamp(20px,2.2vw,32px);border-radius:10px;background:#143e34;border:1px solid #42675e;text-align:center;transition:background .45s ease,border-color .45s ease,transform .45s ease}@media(max-width: 860px){.ups-downs__card{flex:1 1 calc(50% - 12px)}}.ups-downs__card.is-active{background:#026831;border-color:rgba(0,0,0,0);transform:translateY(-4px)}.ups-downs__card-title{margin:0;font-family:"Big Shoulders",sans-serif;font-weight:900;text-transform:uppercase;font-size:clamp(20px,2vw,28px);line-height:1;color:#fff}.ups-downs__card-text{margin:0;font-family:"Anek Latin",sans-serif;font-size:clamp(15px,1.25vw,18px);line-height:1.4;color:#fff}.abc{background:#ffbf00;padding:clamp(48px,8vw,120px) 0}.abc__inner{max-width:1440px;margin:0 auto;padding:0 clamp(20px,7.2vw,109px)}.abc__top{display:flex;align-items:flex-start;justify-content:space-between;gap:clamp(24px,4vw,64px);margin-bottom:clamp(40px,5vw,72px)}@media(max-width: 980px){.abc__top{flex-direction:column;align-items:center;gap:40px}}@media(max-width: 980px){.abc__head{text-align:center}}.abc__eyebrow{margin:0 0 clamp(16px,2vw,28px);font-family:"Big Shoulders",sans-serif;font-weight:900;text-transform:uppercase;letter-spacing:1px;font-size:clamp(18px,1.9vw,28px);color:#026831}.abc__title{position:relative;display:inline-block;margin:0;font-family:"Big Shoulders",sans-serif;font-weight:900;text-transform:uppercase;font-size:clamp(2.4rem,5.55vw,80px);line-height:1;color:#143e34;overflow:hidden}.abc__title::after{content:"";position:absolute;top:0;bottom:0;left:0;width:45%;background:linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.45), transparent);mix-blend-mode:overlay;pointer-events:none;animation:abc-title-shine 5s ease-in-out infinite}.abc__fan{display:flex;align-items:center;flex-shrink:0;max-width:100%;padding-top:clamp(0px,1vw,12px)}@media(max-width: 980px){.abc__fan{width:100%;justify-content:center}}.abc__sol{position:relative;flex:0 0 clamp(176px,14.8vw,212px);display:flex;flex-direction:column;align-items:center;gap:clamp(6px,.8vw,10px);padding:clamp(16px,1.8vw,24px) clamp(8px,.9vw,12px);background:#143e34;border:5px solid #ffbf00;border-radius:16px;text-align:center;color:#ffbf00;overflow:hidden;animation:abc-bob 5s ease-in-out infinite;transition:rotate .4s ease,scale .4s ease,box-shadow .4s ease}.abc__sol:nth-child(1){rotate:3deg;animation-delay:0s}.abc__sol:nth-child(2){rotate:-2.7deg;margin-top:-22px;z-index:2;animation-delay:-1.6s}.abc__sol:nth-child(3){rotate:3.8deg;animation-delay:-3.3s}.abc__sol+.abc__sol{margin-left:clamp(-28px,-2vw,-16px)}@media(max-width: 600px){.abc__sol{flex-basis:clamp(100px,27vw,168px);padding:14px 8px;border-width:4px}}.abc__sol::after{content:"";position:absolute;inset:0;background:linear-gradient(115deg, transparent 42%, rgba(255, 191, 0, 0.4) 50%, transparent 58%);transform:translateX(-130%);pointer-events:none}.abc__sol:hover{rotate:0deg;scale:1.07;z-index:9;box-shadow:0 24px 48px rgba(0,0,0,.3);animation-play-state:paused}.abc__sol:hover::after{animation:abc-sol-shine .9s ease forwards}.abc__sol-title{margin:0;font-family:"Big Shoulders",sans-serif;font-weight:900;text-transform:uppercase;font-size:clamp(18px,1.95vw,28px);line-height:1;white-space:nowrap}@media(max-width: 600px){.abc__sol-title{font-size:clamp(14px,4.2vw,22px);white-space:normal}}.abc__sol-text{margin:0;font-family:"Anek Latin",sans-serif;font-weight:600;font-size:clamp(14px,1.25vw,18px);line-height:1.4}.abc__grid--slider{overflow:hidden}.abc__grid-track{display:grid;grid-template-columns:repeat(4, 1fr);gap:clamp(12px,1.4vw,20px)}@media(max-width: 860px){.abc__grid-track{grid-template-columns:repeat(2, 1fr)}}.abc__grid--slider .abc__grid-track{display:flex;gap:0}.abc__grid--slider .abc__card{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 auto;width:clamp(220px,72vw,291px);height:auto;aspect-ratio:291/250;opacity:1;transform:none;transition:border-color .3s ease,box-shadow .3s ease}.abc__card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(12px,1.6vw,20px);height:clamp(210px,17vw,250px);overflow:hidden;padding:clamp(20px,2.2vw,32px);border:1px solid #42675e;border-radius:10px;background:#ffbf00;cursor:default;transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease;opacity:0;transform:translateY(24px)}.abc.is-in .abc__card{opacity:1;transform:none;transition:transform .6s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--i)*.06s),opacity .5s ease calc(var(--i)*.06s),border-color .3s ease,box-shadow .3s ease}.abc__icon{display:block;width:auto;max-width:100%;height:clamp(0px,var(--ih, 80)/1440*100vw,var(--ih, 80)*1px);-o-object-fit:contain;object-fit:contain;transition:opacity .4s ease,height .5s ease,transform .5s ease,margin .5s ease}.abc__card-title{margin:0;font-family:"Big Shoulders",sans-serif;font-weight:900;text-transform:uppercase;font-size:clamp(20px,2vw,28px);line-height:1;text-align:center;color:#092b23;transition:transform .5s cubic-bezier(0.22, 1, 0.36, 1)}.abc__card-text{margin:0;max-height:0;opacity:0;overflow:hidden;transform:translateY(16px);font-family:"Anek Latin",sans-serif;font-size:clamp(13px,1.05vw,16px);line-height:1.4;text-align:center;color:#092b23;transition:max-height .5s ease,opacity .4s ease,transform .5s cubic-bezier(0.22, 1, 0.36, 1)}@media(hover: hover)and (pointer: fine){.abc__card:hover{transform:translateY(-6px);border-color:#143e34;box-shadow:0 18px 36px rgba(20,62,52,.18)}.abc__card:hover .abc__icon{opacity:0;height:0;margin:0;transform:scale(0.6)}.abc__card:hover .abc__card-text{max-height:10em;opacity:1;transform:none}.abc__grid--slider .abc__card:hover{transform:none}}@media(prefers-reduced-motion: reduce){.abc__card{opacity:1;transform:none}.abc__icon,.abc__card-text{transition:none}.abc__title::after,.abc__sol{animation:none}}@keyframes abc-title-shine{0%{transform:translateX(-160%)}55%,100%{transform:translateX(260%)}}@keyframes abc-bob{0%,100%{translate:0 0}50%{translate:0 -10px}}@keyframes abc-sol-shine{from{transform:translateX(-130%)}to{transform:translateX(130%)}}.million-ads{--rowh: 72px;position:relative;isolation:isolate;overflow:hidden;padding:clamp(64px,8.3vw,120px) clamp(20px,7.2vw,109px);text-align:center;background:radial-gradient(42% 58% at 97% -8%, rgba(22, 95, 78, 0.95) 0%, rgba(22, 95, 78, 0) 68%),#143e34}.million-ads__grid{position:absolute;inset:-4%;z-index:0;overflow:hidden;display:grid;grid-template-columns:repeat(20, 1fr);grid-auto-rows:var(--rowh);pointer-events:none}.million-ads__cell{border-right:1px solid rgba(242,242,242,.07);border-bottom:1px solid rgba(242,242,242,.07)}.million-ads__cell--lit{background:linear-gradient(to top, rgba(150, 150, 150, 0.3), rgba(150, 150, 150, 0))}.million-ads__title{position:relative;z-index:1;display:flex;flex-direction:column;gap:clamp(4px,.6vw,10px);max-width:min(1047px,100%);margin:0 auto;font-family:"Big Shoulders",sans-serif;font-weight:900;text-transform:uppercase;font-size:clamp(2rem,5.55vw,80px);line-height:1}.million-ads__l1,.million-ads__l2{display:block}.million-ads__w{display:inline-block;white-space:nowrap}.million-ads__c{display:inline-block;background:linear-gradient(180deg, #ffffff 0%, #aff500 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:#fff;will-change:transform;animation:ma-wave 3.2s ease-in-out infinite;animation-delay:calc(var(--ci, 0)*.055s)}.million-ads__c--orange{background:none;-webkit-text-fill-color:#ffbf00;color:#ffbf00}@media(prefers-reduced-motion: reduce){.million-ads__c{animation:none}}@keyframes ma-wave{0%,100%{transform:translateY(0)}50%{transform:translateY(-0.14em)}}.services{background:#143e34}.services__hub{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#07562b}@media(max-width: 720px){.services__hub{grid-template-columns:1fr}}.services__q{position:relative;display:flex;flex-direction:column;justify-content:center;gap:clamp(12px,1.4vw,20px);height:clamp(360px,46.5vw,670px);padding:clamp(28px,3.4vw,50px);overflow:hidden;background:#026831;transition:background-color .4s ease}.services__q:hover{background-color:#026831;background-image:repeating-linear-gradient(to right, rgba(242, 242, 242, 0.04) 0 1px, transparent 1px 72px),repeating-linear-gradient(to bottom, rgba(242, 242, 242, 0.04) 0 1px, transparent 1px 72px),linear-gradient(to top, rgba(140, 140, 140, 0.12), rgba(140, 140, 140, 0)),linear-gradient(to top, rgba(140, 140, 140, 0.12), rgba(140, 140, 140, 0)),linear-gradient(to top, rgba(140, 140, 140, 0.12), rgba(140, 140, 140, 0)),linear-gradient(to top, rgba(140, 140, 140, 0.12), rgba(140, 140, 140, 0)),linear-gradient(to top, rgba(140, 140, 140, 0.12), rgba(140, 140, 140, 0)),linear-gradient(to top, rgba(140, 140, 140, 0.12), rgba(140, 140, 140, 0));background-repeat:repeat,repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;background-size:auto,auto,72px 72px,72px 72px,72px 72px,72px 72px,72px 72px,72px 72px;background-position:0 0,0 0,144px 216px,360px 144px,288px 432px,72px 504px,504px 288px,432px 576px}@media(max-width: 720px){.services__q{height:auto;min-height:320px}}.services__q-title{margin:0;font-family:"Big Shoulders",sans-serif;font-weight:900;text-transform:uppercase;font-size:clamp(22px,2.77vw,40px);line-height:1;background:linear-gradient(175deg, #ffffff 21%, #aff500 123%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:#fff}.services__q-media{display:block;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.services__q-body{display:flex;flex-direction:column;gap:clamp(18px,2vw,28px);opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.services__q:hover .services__q-media,.services__q:hover .services__q-body{opacity:1;visibility:visible}.services__q-text{margin:0;font-family:"Anek Latin",sans-serif;font-size:clamp(14px,1.1vw,16px);line-height:1.5;color:#fff}.services__slider{display:flex;flex-direction:column;gap:10px}.services__slides{display:flex;gap:clamp(10px,1vw,16px);overflow:hidden;border-radius:8px}.services__slide{flex:0 0 60%}.services__slide img{display:block;width:100%;height:clamp(120px,14vw,200px);-o-object-fit:cover;object-fit:cover;border-radius:8px}.services__dots{display:flex;gap:6px}.services__dot{width:clamp(28px,3vw,44px);height:3px;border-radius:2px;background:hsla(0,0%,100%,.3)}.services__dot.is-active{background:#ffbf00}.services__cta{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;padding:clamp(12px,1.4vw,15px) clamp(30px,3.5vw,50px);border-radius:60px;background:#bef92a;color:#092b23;font-family:"Big Shoulders",sans-serif;font-weight:900;text-transform:uppercase;letter-spacing:1.8px;font-size:clamp(15px,1.25vw,18px);transition:transform .25s ease,filter .25s ease}.services__cta:hover{transform:translateY(-2px);filter:brightness(1.05)}.services__cta-ico,.services__center-ico{display:grid;place-items:center;width:1.4em;height:1.4em}.services__cta-ico svg,.services__center-ico svg{width:100%;height:100%;transform:rotate(90deg)}.services__cta-ico svg path,.services__center-ico svg path{fill:currentColor;stroke:currentColor}.services__center{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:3;display:block;width:clamp(96px,9.7vw,140px);aspect-ratio:1;border-radius:50%;overflow:hidden;transition:transform .3s cubic-bezier(0.34, 1.56, 0.64, 1)}.services__center img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.services__center::after{content:"";position:absolute;inset:0;border-radius:50%;box-shadow:inset 0 0 0 clamp(5px,.5vw,7px) #026831,inset 0 -8px 22px rgba(2,104,49,.55);pointer-events:none}.services__center:hover{transform:translate(-50%, -50%) scale(1.08)}@media(max-width: 720px){.services__center{display:none}}.services__marks{--d: clamp(6px, 0.57vw, 8px);--gap: calc(var(--d) * 0.66);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2;width:clamp(96px,9.7vw,140px);aspect-ratio:1;pointer-events:none;transition:transform .3s cubic-bezier(0.34, 1.56, 0.64, 1)}.services__marks span{position:absolute;width:var(--d);height:var(--d);background:#07562b;transform:translate(-50%, -50%) rotate(45deg)}.services__marks span:nth-child(1){top:calc(-1*var(--gap));left:50%}.services__marks span:nth-child(2){top:50%;left:calc(100% + var(--gap))}.services__marks span:nth-child(3){top:calc(100% + var(--gap));left:50%}.services__marks span:nth-child(4){top:50%;left:calc(-1*var(--gap))}@media(max-width: 720px){.services__marks{display:none}}.services__center:hover+.services__marks{transform:translate(-50%, -50%) scale(1.08)}@media(max-width: 720px){.services__q-media,.services__q-body{opacity:1;visibility:visible}}@media(prefers-reduced-motion: reduce){.services__q,.services__slides,.services__dot,.services__q-body,.services__q-media,.services__cta,.services__center{transition:none}}.view-more-works{position:relative;overflow:hidden;background-color:#144035;padding-block:clamp(40px,6.1805555556vw,90px)}.view-more-works__bg{position:absolute;inset:0;pointer-events:none;z-index:0}.view-more-works__leaves{position:absolute;inset:0;background-repeat:no-repeat;background-position:center;background-size:92% auto;transform:translate3d(var(--lx, 0), var(--ly, 0), 0);will-change:transform}.view-more-works__leaves--back{background-size:108% auto;opacity:.4;filter:blur(2px) saturate(0.9)}.view-more-works__leaves--front{background-size:92% auto;opacity:.95}.view-more-works__inner{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:center;gap:clamp(32px,3.125vw,60px);flex-wrap:wrap}.view-more-works__title{margin:0;color:#fff;font-family:"big shoulders",sans-serif;font-weight:800;text-transform:uppercase;line-height:1.1;letter-spacing:.5px;font-size:clamp(40px,4.1666666667vw,80px);text-wrap:balance}.view-more-works__title .view-more-works__char{display:inline-block;white-space:pre}.view-more-works__cta{flex-shrink:0}.view-more-works__title,.view-more-works__cta{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s cubic-bezier(0.22, 1, 0.36, 1)}.view-more-works__cta{transition-delay:.15s}.view-more-works.is-in .view-more-works__title,.view-more-works.is-in .view-more-works__cta{opacity:1;transform:translateY(0)}.view-more-works.is-in .view-more-works__title.is-split{opacity:1;transform:none}.view-more-works.is-in .view-more-works__title.is-split .view-more-works__char{opacity:1;transform:translateY(0) rotate(0);transition-delay:calc(var(--ci)*.03s)}.view-more-works__title.is-split{opacity:1;transform:none}.view-more-works__title.is-split .view-more-works__char{opacity:0;transform:translateY(40px) rotate(6deg);transition:opacity .5s ease,transform .6s cubic-bezier(0.22, 1, 0.36, 1)}@media(max-width: 600px){.view-more-works__inner{flex-direction:column;text-align:center}}@media(prefers-reduced-motion: reduce){.view-more-works__leaves{transform:none !important}.view-more-works__title,.view-more-works__cta,.view-more-works__title.is-split .view-more-works__char{opacity:1 !important;transform:none !important;transition:none !important}}.projects-lightbox{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;gap:clamp(8px,2vw,32px);padding:clamp(16px,4vw,48px);background-color:rgba(10,33,31,.92);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility 0s linear .25s}.projects-lightbox.is-open{opacity:1;visibility:visible;transition:opacity .25s ease,visibility 0s}.projects-lightbox__stage{flex:1 1 auto;max-width:min(1100px,100%);height:100%;display:flex;align-items:center;justify-content:center}.projects-lightbox__img{max-width:100%;max-height:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:6px;box-shadow:0 20px 60px rgba(0,0,0,.4);-webkit-user-select:none;-moz-user-select:none;user-select:none}.projects-lightbox__close{position:absolute;top:clamp(12px,3vw,28px);right:clamp(12px,3vw,28px);width:52px;height:52px}.projects-lightbox__nav{flex:0 0 auto}.projects-lightbox__close,.projects-lightbox__nav{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;border:1px solid hsla(0,0%,100%,.4);background-color:hsla(0,0%,100%,.06);color:#fff;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,scale .15s ease}.projects-lightbox__close:hover,.projects-lightbox__nav:hover{background-color:#ffbf00;border-color:#ffbf00;color:#143e34}.projects-lightbox__close:active,.projects-lightbox__nav:active{scale:.92}.projects-lightbox__nav--next svg{rotate:180deg}.projects-lightbox__counter{position:absolute;bottom:clamp(14px,3vw,28px);left:50%;translate:-50% 0;color:hsla(0,0%,100%,.75);font-size:15px;letter-spacing:.08em;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width: 768px){.projects-lightbox{gap:6px;padding:16px}.projects-lightbox__nav{width:44px;height:44px}.projects-lightbox__nav svg{width:24px;height:24px}}body.is-lightbox-open{overflow:hidden}.ready-to-work{background-color:#181818;padding:clamp(64px,8.3333333333vw,120px) 20px;display:flex;flex-direction:column;align-items:center;gap:clamp(32px,3.8888888889vw,56px)}.ready-to-work__head{max-width:1222px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.ready-to-work__title{margin:0;text-transform:uppercase;font-weight:900;line-height:1;font-size:clamp(40px,5.5555555556vw,80px);text-wrap:balance;background:linear-gradient(175deg, #ffffff 20%, #aff500 120%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.ready-to-work__subtitle{margin:0;color:#fff;font-family:"Anek Latin",sans-serif;font-weight:400;line-height:1.5;font-size:clamp(18px,1.6666666667vw,24px)}.ready-to-work__cards{display:flex;justify-content:center;gap:20px;width:100%;max-width:calc(848px + 20px);flex-wrap:wrap}.ready-to-work__card{flex:1 1 360px;min-width:0;max-width:424px;min-height:clamp(440px,36.1111111111vw,520px);border-radius:10px;padding:clamp(24px,2.2222222222vw,32px);display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:24px;transition:transform .4s ease,box-shadow .4s ease}.ready-to-work__card--call{background-color:#b4f70e}.ready-to-work__card--contact{background-color:#373737}@media(hover: hover)and (pointer: fine){.ready-to-work__card:hover{transform:translateY(-8px);box-shadow:0 24px 48px rgba(0,0,0,.35)}}.ready-to-work__card-title{margin:0;text-transform:uppercase;text-align:center;font-weight:900;line-height:1;font-size:clamp(32px,2.7777777778vw,40px)}.ready-to-work__card--call .ready-to-work__card-title{color:#181818}.ready-to-work__card--contact .ready-to-work__card-title{color:#fff}.ready-to-work__card-icon{display:flex;align-items:center;justify-content:center;flex:1 1 auto}.ready-to-work__card-icon svg{width:120px;height:auto}.ready-to-work__card-foot{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}.ready-to-work__card-foot p{margin:0;text-align:center;font-family:"Anek Latin",sans-serif;font-weight:500;line-height:1.4;font-size:18px}.ready-to-work__card--call .ready-to-work__card-foot p{color:#181818}.ready-to-work__card--contact .ready-to-work__card-foot p{color:#fff}.ready-to-work__head,.ready-to-work__card{opacity:0;transform:translateY(32px);transition:opacity .7s ease,transform .7s cubic-bezier(0.22, 1, 0.36, 1)}.ready-to-work.is-in .ready-to-work__head{opacity:1;transform:translateY(0)}.ready-to-work.is-in .ready-to-work__card{opacity:1;transform:translateY(0)}.ready-to-work.is-in .ready-to-work__card--call{transition-delay:.12s}.ready-to-work.is-in .ready-to-work__card--contact{transition-delay:.24s}@media(prefers-reduced-motion: reduce){.ready-to-work__head,.ready-to-work__card{opacity:1 !important;transform:none !important;transition:none !important}}.rtw-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;height:56px;padding:12px 20px;border-radius:3rem;position:relative;overflow:hidden;cursor:pointer;text-transform:uppercase;font-family:"Big Shoulders",sans-serif;font-weight:900;font-size:18px;letter-spacing:1.8px;transition:.2s}.rtw-btn span{position:relative;z-index:2;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;transition:.2s}.rtw-btn svg{position:relative;z-index:2;width:25px;height:25px;flex-shrink:0;transition:transform .3s ease}.rtw-btn::after{content:"";position:absolute;inset:0;transform:translateX(-110%);border-radius:3rem;z-index:1;transition:transform .4s cubic-bezier(0.34, 1.56, 0.64, 1)}.rtw-btn:active{transform:scale(0.98);transition:.1s ease}.rtw-btn--dark{background-color:#143e34}.rtw-btn--dark span{background:linear-gradient(165deg, #ffffff 40%, #d9f881 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.rtw-btn--dark svg path{fill:#aff500}.rtw-btn--dark::after{background-color:#aff500}@media(hover: hover)and (pointer: fine){.rtw-btn--dark:hover::after{transform:translateX(0)}.rtw-btn--dark:hover span{-webkit-text-fill-color:#143e34;background:none}.rtw-btn--dark:hover svg{transform:translateX(4px)}.rtw-btn--dark:hover svg path{fill:#143e34}}.rtw-btn--lime{background-color:#bef92a}.rtw-btn--lime span{color:#092b23}.rtw-btn--lime svg{transform:rotate(90deg)}.rtw-btn--lime svg path{fill:#092b23}.rtw-btn--lime::after{background-color:#fff}@media(hover: hover)and (pointer: fine){.rtw-btn--lime:hover::after{transform:translateX(0)}.rtw-btn--lime:hover svg{transform:rotate(90deg) translateX(4px)}}@media(max-width: 480px){.rtw-btn{height:auto;min-height:56px;letter-spacing:1px;padding:12px}.rtw-btn span{white-space:normal;text-align:center}}.page-about{overflow-x:clip}.hero-about{padding:200px 20px 180px;background:radial-gradient(circle at 90% 20%, #ffd557 10%, #ffbf00 50%);overflow:hidden;height:100dvh !important}@media(min-width: 2000px){.hero-about{display:flex;align-items:center;justify-content:center}}@media(max-width: 768px){.hero-about{padding:150px 20px 80px;height:-moz-fit-content !important;height:fit-content !important}}.hero-about__leaves{position:absolute;top:-40%;left:0;width:100%;height:auto;z-index:1;transform:scale(125%);opacity:0;animation:leaves-ani-about 1.5s ease .1s forwards}@keyframes leaves-ani-about{from{opacity:0;transform:scale(135%)}to{opacity:1;transform:scale(125%)}}@media(max-width: 768px){.hero-about__leaves{display:none}}.hero-about__container{position:relative;max-width:1220px;margin:0 auto;display:flex;align-items:center;gap:20px;flex-direction:column;text-align:center}.hero-about__container h1{color:#0f352c;z-index:2;font-size:clamp(3rem,7vw,9rem);opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .2s forwards}@media(max-width: 1023px){.hero-about__container h1{animation:none;opacity:1;transform:none}}@media(min-width: 768px){.hero-about__container h1{background:radial-gradient(circle at 80% 50%, #29554a 0%, #143e34 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.hero-about__container p{font-weight:500;font-size:clamp(1rem,4vw,1.5rem);line-height:120%;z-index:2;opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .3s forwards}@media(max-width: 1023px){.hero-about__container p{animation:none;opacity:1;transform:none}}.hero-about__container a{z-index:2;opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .4s forwards}@media(max-width: 1023px){.hero-about__container a{animation:none;opacity:1;transform:none}}.page-about .infinite-scroll{margin-top:0}.page-about .infinite-scroll__container{padding:150px 20px 150px;border-radius:0}@media(max-width: 1024px){.page-about .infinite-scroll__container{padding:80px 20px 80px}}.values{background-color:#1b453b;padding:0 20px}.values__container{max-width:1220px;margin:0 auto;padding:110px 0}@media(max-width: 768px){.values__container{padding:80px 0}}.values__container h2{text-transform:uppercase;text-align:center;margin:0 auto 56px;color:#fff}@media(min-width: 768px){.values__container h2{background:linear-gradient(165deg, #ffffff 40%, #d9f881 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.values__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px;max-width:1220px;margin:0 auto 110px;margin-bottom:20px}@media(max-width: 768px){.values__grid{grid-template-columns:1fr}}.values__item{border-radius:24px;background-color:#143e34;padding:32px;text-align:left;color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}@media(max-width: 1024px){.values__item{padding:20px}}.values__item svg{width:80px;height:80px;margin-bottom:70px}@media(max-width: 1024px){.values__item svg{margin-bottom:30px}}.values__item h3{margin-top:auto;margin-bottom:12px;color:#fff;font-weight:900;font-size:clamp(1.25rem,4vw,2rem);text-transform:uppercase;font-family:"Big Shoulders",sans-serif}.values__item p{color:#fff;font-size:.9rem;font-size:clamp(1rem,2.5vw,1.125rem);line-height:140%}.values__item .values__tags{margin-top:20px;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.values__item .values__tags span{border-radius:2rem;padding:6px 12px;background-color:hsla(0,0%,100%,.1)}.values__item .values__tags span p{color:#fff;font-family:"Big Shoulders",sans-serif;font-weight:700;font-size:clamp(.75rem,2.5vw,1rem)}@media(min-width: 768px){.values__item .values__tags span p{background:linear-gradient(165deg, #ffffff 40%, #d9f881 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.values__cta{display:flex;background-color:#00833d;border-radius:24px;padding:32px;gap:25px}.values__cta>svg{width:80px;height:80px;flex-shrink:0}@media(max-width: 768px){.values__cta{padding:20px;flex-direction:column;align-items:center;text-align:center}}.values__cta a{margin-left:auto;padding:20px;gap:10px}.values__cta a span{font-size:clamp(1rem,2vw,1.25rem) !important}@media(max-width: 768px){.values__cta a{margin-left:0;width:100%}}.values__cta .cta-col{display:flex;flex-direction:column;gap:12px}.values__cta .cta-col h3{color:#fff;font-weight:900;font-size:clamp(1.25rem,4vw,2rem);text-transform:uppercase}@media(min-width: 768px){.values__cta .cta-col h3{background:linear-gradient(175deg, #ffffff 40%, #d9f881 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.values__cta .cta-col p{color:#fff;font-size:clamp(.875rem,2.5vw,1.125rem)}.ideas{background-color:#143e34;padding:0 20px}.ideas__container{max-width:1920px;width:100%;margin:0 auto;padding:120px 0}@media(max-width: 768px){.ideas__container{padding:80px 0}}.ideas__items{display:grid;grid-template-columns:1fr 1fr;gap:20px;min-height:90vh}@media(max-width: 1024px){.ideas__items{grid-template-columns:1fr}}.ideas__bubble-wrapper{grid-column:1/-1;grid-row:1;justify-self:center;align-self:start;position:sticky;top:calc(50vh - 85px);z-index:10;pointer-events:none;height:-moz-fit-content;height:fit-content}@media(max-width: 1024px){.ideas__bubble-wrapper{display:none}}.ideas__item.-aussie{grid-column:1;grid-row:1}.ideas__item.-other{grid-column:2;grid-row:1}@media(max-width: 1024px){.ideas__item.-other{grid-column:1;grid-row:2}}.ideas__bubble{pointer-events:none;width:200px;height:200px;border-radius:10rem;background-color:#111;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;transition:.2s;box-shadow:0 0 20px 5px rgba(0,0,0,.1)}@media(max-width: 1024px){.ideas__bubble{width:120px;height:120px}}.ideas__bubble p{font-size:1.5rem;font-weight:300;color:#fff}.ideas__bubble span{line-height:100%;font-weight:900;color:#fff;font-family:"Big Shoulders",sans-serif;font-size:clamp(2rem,4vw,4rem)}@media(min-width: 768px){.ideas__bubble span{background:linear-gradient(165deg, #ffffff 40%, #d9f881 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.ideas__item{width:100%;padding:100px 40px 100px 40px;display:flex;gap:40px;align-items:center;border-radius:24px;cursor:default}@media(max-width: 768px){.ideas__item{padding:50px 20px 20px !important;gap:30px}}.ideas__item.-aussie{color:#0f352c;background:#d1ff5e;padding-right:0px}@media(max-width: 1024px){.ideas__item.-aussie{padding-right:40px;padding-bottom:70px;flex-direction:column}}@media(max-width: 768px){.ideas__item.-aussie{padding-right:20px}.ideas__item.-aussie ul li{text-align:center !important}}.ideas__item.-aussie ul li{color:#143e34;align-items:flex-end;text-align:right}.ideas__item.-aussie ul li .ideas__li-text{padding-right:100px;text-shadow:0 0 2px rgba(0,0,0,.4);transform-origin:right}@media(max-width: 1024px){.ideas__item.-aussie ul li .ideas__li-text{padding-right:20px}}@media(max-width: 768px){.ideas__item.-aussie ul li .ideas__li-text{padding-right:20px;font-size:1.25rem}}.ideas__item.-aussie ul li:not(:last-child){border-bottom:1px solid #a1c93c}.ideas__item.-other{background-color:#00833d;background-color:rgb(0,105.5,49.1259541985);color:#fff;padding-left:0px}@media(max-width: 1024px){.ideas__item.-other{padding-left:40px;padding-top:70px;flex-direction:column-reverse}}@media(max-width: 768px){.ideas__item.-other{padding-left:20px}.ideas__item.-other ul li{text-align:center !important}}.ideas__item.-other ul li{align-items:flex-start;text-align:left}.ideas__item.-other ul li .ideas__li-text{padding-left:100px;transform-origin:left;text-shadow:0 0 2px hsla(0,0%,100%,.4)}@media(max-width: 1024px){.ideas__item.-other ul li .ideas__li-text{padding-left:20px}}@media(max-width: 768px){.ideas__item.-other ul li .ideas__li-text{padding-left:20px;font-size:1.25rem}}.ideas__item.-other ul li:not(:last-child){border-bottom:1px solid #004922}.ideas__item-title{position:relative;height:100%}.ideas__item-title span{position:sticky;top:50vh;display:inline-block;font-weight:600;font-size:clamp(1rem,2vw,1.5rem);text-align:center;flex-shrink:0}@media(max-width: 1024px){.ideas__item-title span{font-size:clamp(1.5rem,4vw,1.75rem)}}.ideas__item ul{width:100%;display:flex;height:100%;flex-direction:column}@media(max-width: 768px){.ideas__item ul{gap:0}}.ideas__item ul li{height:100%;padding:24px 0 16px;display:flex;flex-direction:column;justify-content:center}.ideas__item ul li .ideas__li-text{font-weight:400;font-size:clamp(1rem,2vw,2.5rem);display:inline-block}@media(max-width: 1024px){.ideas__item ul li{padding:10px 0}}@media(max-width: 768px){.ideas__item ul li{padding:6px 0}}.ideas__item-gloss{position:absolute;pointer-events:none;left:0;top:0;width:100%;height:100%;border-radius:inherit;z-index:10;transition:opacity .18s,filter .18s;opacity:0;background:radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 60%)}.approach{background-color:#1b453b;padding:0 20px}.approach__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.approach__container{padding:80px 0}}.approach__container h2{text-transform:uppercase;text-align:center;margin:0 auto 56px;font-size:clamp(2rem,6vw,4.75rem) !important;color:#fff}.approach__container h2 span{background:none !important;-webkit-background-clip:initial;background-clip:initial;-webkit-text-fill-color:initial;color:inherit}.approach__container h2 span:nth-of-type(1){color:#ffbf00}.approach__container h2 span:nth-of-type(2){color:#fff}.approach__container h2 span:nth-of-type(3){color:#b8f81b}@media(min-width: 768px){.approach__container h2{background:linear-gradient(165deg, #ffffff 20%, #d9f881 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.approach__content{display:flex;gap:30px}@media(max-width: 1024px){.approach__content{flex-direction:column;gap:20px}}.approach__item{display:flex;flex-direction:column;background-color:#fff;border-radius:15px;padding:clamp(24px,3vw,40px);gap:30px;width:100%}@media(max-width: 768px){.approach__item{gap:15px}}.approach__item p{font-weight:400;font-size:clamp(.875rem,2.5vw,1.5rem);line-height:150%}.approach__item .item-title{border-bottom:1px solid #fff6d9;padding-bottom:15px;display:flex;align-items:center;gap:10px}.approach__item .item-title span{font-weight:900;font-size:clamp(1.75rem,3.5vw,3.125rem);font-family:"Big Shoulders",sans-serif}.approach__item .item-title h3{font-family:"Anek Latin",sans-serif;text-transform:uppercase;font-weight:400;font-size:clamp(1rem,2.5vw,1.5rem)}@media(max-width: 1024px){.approach__item .item-title h3{font-size:1.25rem}}.founder{background-color:#fffae3;padding:0 20px}.founder__container{max-width:1220px;margin:0 auto;padding:80px 0 100px}@media(max-width: 768px){.founder__container{padding:50px 0 80px}}.founder__content{display:flex;gap:90px;justify-content:space-between;align-items:center;margin-bottom:100px}@media(max-width: 1024px){.founder__content{gap:60px}}@media(max-width: 768px){.founder__content{flex-direction:column;gap:30px;margin-bottom:50px}}.founder__image{max-width:360px;min-width:300px;width:100%;height:auto;position:relative}.founder__image-link{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:101%;height:101%;display:flex;align-items:center;justify-content:center;border-radius:12rem;opacity:0;transition:.3s ease}.founder__image-link .icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background-color:#fff;padding:30px;border-radius:50%}.founder__image:hover .founder__image-link{opacity:1;background-color:rgba(255,250,227,.19)}.founder__image img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.founder__info h2{color:#111;font-weight:900;font-size:clamp(2rem,4vw,3.5rem);text-transform:uppercase}.founder__info span{font-family:"big shoulders",sans-serif;font-weight:700;margin-bottom:20px;font-size:1.25rem;color:#00833d;display:block;margin:20px 0 45px}@media(max-width: 768px){.founder__info span{margin:10px 0 20px}}.founder__info p{display:inline-block;border-left:2px solid #00833d;padding-left:16px;color:#374151;line-height:140%;font-size:clamp(1rem,2.5vw,1.125rem)}.founder__testimonials{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px}@media(max-width: 1024px){.founder__testimonials{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.founder__testimonials{grid-template-columns:1fr}}.founder__item{display:flex;flex-direction:column;background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;height:-moz-fit-content;height:fit-content;padding:10px}.founder__item-video{position:relative;width:100%;overflow:hidden;border-radius:10px}.founder__item-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media(min-width: 1024px){.founder__item:nth-child(2){margin-top:-40px}}@media(max-width: 768px){.founder__item{gap:16px}}.founder__item-block{display:flex;flex-direction:column;gap:24px;padding:20px clamp(16px,3vw,20px)}.founder__item blockquote{font-size:clamp(.875rem,3vw,1.125rem);line-height:150%;font-weight:600;color:#201b21;line-height:125%;display:block}.founder__item blockquote cite{font-size:1rem;font-style:normal;margin-top:28px;display:block}@media(max-width: 768px){.founder__item blockquote cite{margin-top:16px}}.hero-coding{padding:200px 20px 180px;background:#fff;overflow:hidden;height:100dvh !important}@media(min-width: 2000px){.hero-coding{display:flex;align-items:center;justify-content:center}}@media(max-width: 768px){.hero-coding{padding:150px 20px 100px;height:-moz-fit-content !important;height:fit-content !important}}.hero-coding__leaves{position:absolute;top:0%;left:0;width:100%;height:auto;z-index:1;transform:rotate(180deg) scale(125%);opacity:0;animation:leaves-ani 1.5s ease .1s forwards}@keyframes leaves-ani{from{opacity:0;transform:rotate(180deg) scale(135%)}to{opacity:1;transform:rotate(180deg) scale(125%)}}@media(max-width: 768px){.hero-coding__leaves{display:none}}.hero-coding__container{position:relative;max-width:1220px;margin:0 auto;display:flex;align-items:center;gap:20px;flex-direction:column;text-align:center}.hero-coding__container h1{color:#0f352c;z-index:2;font-size:clamp(4rem,7vw,8rem)}.hero-coding__container h1 span{display:block}.hero-coding__container h1 span:nth-of-type(1){opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .1s forwards;color:#143e34}@media(max-width: 1023px){.hero-coding__container h1 span:nth-of-type(1){animation:none;opacity:1;transform:none}}.hero-coding__container h1 span:nth-of-type(2){opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .15s forwards;color:#ffbf00}@media(max-width: 1023px){.hero-coding__container h1 span:nth-of-type(2){animation:none;opacity:1;transform:none}}.hero-coding__container h1 span:nth-of-type(3){opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .2s forwards;color:#143e34}@media(max-width: 1023px){.hero-coding__container h1 span:nth-of-type(3){animation:none;opacity:1;transform:none}}.hero-coding__container p{font-weight:500;font-size:clamp(1.25rem,4vw,1.5rem);line-height:120%;z-index:2;opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .3s forwards}@media(max-width: 1023px){.hero-coding__container p{animation:none;opacity:1;transform:none}}.hero-coding__container a{z-index:2;opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .4s forwards}@media(max-width: 1023px){.hero-coding__container a{animation:none;opacity:1;transform:none}}.results{background-color:#143e34;padding:0 20px}.results__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.results__container{padding:80px 0}}.results__container h2{text-transform:uppercase;text-align:center;margin:0 auto 24px;color:#fff}.results__container h2 span{background:none !important;-webkit-background-clip:initial;background-clip:initial;-webkit-text-fill-color:initial;color:#ffbf00}@media(min-width: 768px){.results__container h2{background:linear-gradient(165deg, #ffffff 40%, #d9f881 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.results__container p{text-align:center;color:#fff;font-size:1.25rem;margin:0 auto 64px}.results__content{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;position:relative}.results__content::after{content:"";z-index:1;position:absolute;top:80px;left:0;width:100%;height:3px;background-color:#b9f81c}@media(max-width: 1024px){.results__content{grid-template-columns:repeat(2, 1fr)}.results__content::after{display:none}}@media(max-width: 768px){.results__content{grid-template-columns:repeat(1, 1fr)}.results__content::after{display:block;left:70px;top:0;height:99%;width:3px}}.results__item{z-index:2;background-color:rgba(27,69,59,.9);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:32px;border-radius:24px}.results__item svg{margin-bottom:95px}@media(max-width: 768px){.results__item svg{margin-bottom:45px}}.results__item h3{color:#fff;font-size:2rem;text-transform:uppercase;font-weight:900;margin:0 0 16px}.results__item p{text-align:left;color:#fff;font-size:1.125rem !important;line-height:140%;font-weight:300;margin:0}.coding-cols{background-color:#1b453b;padding:0 20px}.coding-cols__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.coding-cols__container{padding:80px 0}}.coding-cols__container h2{text-transform:uppercase;text-align:center;margin:0 auto 56px;color:#fff}@media(min-width: 768px){.coding-cols__container h2{background:linear-gradient(165deg, #ffffff 40%, #d9f881 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.coding-cols__content{display:flex;justify-content:space-between;gap:20px}@media(max-width: 768px){.coding-cols__content{flex-direction:column}}.coding-cols__item{flex:1;width:100%;height:-webkit-fill-available;height:-moz-available;height:stretch;border-radius:24px;overflow:hidden;background-color:#fff;padding:64px 0 0;display:flex;flex-direction:column;justify-content:space-between}@media(max-width: 768px){.coding-cols__item{padding:32px 0 0}}.coding-cols__item .item-top{padding-inline:clamp(32px,4vw,48px);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;height:100%}.coding-cols__item .item-top h3{text-align:left !important;text-transform:uppercase;margin:0 0 20px;text-align:center;font-size:clamp(1.75rem,3vw,3rem);color:#143e34}.coding-cols__item .item-top p{color:#143e34;line-height:120%;font-weight:300;font-size:clamp(1rem,2vw,1.25rem)}.coding-cols__item .item-top .coding-cols__image{display:flex;align-items:center;justify-content:center;max-height:380px;height:100%;padding:48px 0 20px}.coding-cols__item .item-top .coding-cols__image img{width:100%;height:auto;display:block}.coding-cols__item .item-bottom{display:flex;justify-content:space-between;gap:16px;row-gap:24px;width:100%;border-top:1px solid #eee;padding-top:24px;padding-bottom:24px;padding-inline:clamp(32px,4vw,48px)}@media(max-width: 1024px){.coding-cols__item .item-bottom{flex-direction:column}}.coding-cols__item .item-bottom .item-bottom-results{display:flex;-moz-column-gap:10px;column-gap:10px;align-items:center}.coding-cols__item .item-bottom .item-bottom-results span{font-family:"Big Shoulders",sans-serif;font-weight:900;font-size:clamp(2rem,3vw,3rem);color:#143e34}.coding-cols__item .item-bottom .item-bottom-results p{color:#143e34;line-height:120%;font-weight:300;font-size:clamp(.875rem,1.5vw,1.25rem)}@media(max-width: 768px){.coding-cols__item .item-bottom .item-bottom-results p{font-size:1.25rem}}.coding-cols__item .item-bottom a{height:55px;padding:0 20px;background:#fff;border:3px solid #143e34;color:#143e34;flex-shrink:0;gap:10px;letter-spacing:0}.coding-cols__item .item-bottom a svg path{fill:#143e34}.coding-cols__item .item-bottom a:hover{background:#143e34;color:#fff}.coding-cols__item .item-bottom a:hover svg path{fill:#fff}.coding-cols__item .item-bottom a span{font-size:clamp(1rem,3vw,1.25rem)}.wizards{background-color:#092b23;padding:0 20px}.wizards__container{max-width:1220px;margin:0 auto;padding:100px 0 0;display:flex;gap:32px;justify-content:space-between}@media(max-width: 768px){.wizards__container{padding:80px 0 0;flex-direction:column}}.wizards__content{display:flex;flex-direction:column;gap:24px}@media(max-width: 768px){.wizards__content{gap:12px}}.wizards__content h2{text-transform:uppercase;color:#fff;font-size:clamp(3rem,7vw,5rem);max-width:400px}@media(max-width: 768px){.wizards__content h2{max-width:100%}}.wizards__content p{max-width:200px;color:#fff;font-size:clamp(1.25rem,4vw,1.5rem);line-height:100%;font-weight:300}@media(max-width: 768px){.wizards__content p{max-width:100%}}.wizards__team{max-width:530px;display:grid;grid-template-columns:repeat(4, 1fr);gap:20px 30px}@media(max-width: 1024px){.wizards__team{gap:16px}}@media(max-width: 768px){.wizards__team{grid-template-columns:repeat(auto-fit, minmax(90px, 1fr));gap:16px;max-width:100%}}.wizards__image{width:110px;height:110px;border-radius:5rem;border:1px solid #00833d;overflow:hidden}@media(max-width: 1024px){.wizards__image{width:90px;height:90px}}.wizards__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;scale:103%;transition:opacity 1s ease}.wizards__cols{max-width:1220px;margin:64px auto 0;padding:64px 0 100px;display:flex;gap:20px;justify-content:space-between;border-top:1px dashed #00833d}@media(max-width: 768px){.wizards__cols{flex-direction:column;margin:48px auto 0;padding:48px 0 80px;gap:32px}}.wizards__col-item{max-width:350px;color:#fff}@media(max-width: 768px){.wizards__col-item{max-width:100%}}.wizards__col-item h3{margin-bottom:8px;font-size:clamp(1.5rem,3vw,2.5rem);text-transform:uppercase}.wizards__col-item p{font-size:1rem;line-height:100%;font-weight:300}.page-404{background:radial-gradient(circle at 20% 20%, #ffd557 10%, #ffbf00 70%);height:100vh;padding:0 20px;display:flex;align-items:center;justify-content:center}.page-404__container{max-width:1220px;margin:0 auto;padding:200px 0 100px;display:flex;justify-content:space-between;align-items:center;gap:32px}@media(max-width: 768px){.page-404__container{flex-direction:column;padding:100px 0 50px;align-items:center !important}}.page-404__container img{width:clamp(200px,30vw,300px);border-radius:8px;height:-moz-fit-content;height:fit-content}.page-404__container h1{font-size:clamp(4rem,10vw,8rem);color:#0f352c;font-weight:900}@media(max-width: 768px){.page-404__container h1{align-items:center !important}}.hero-design{padding:200px 20px 180px;background:#fff;overflow:hidden;height:100dvh !important;display:flex;align-items:center;justify-content:center}@media(min-width: 2000px){.hero-design{display:flex;align-items:center;justify-content:center}}@media(max-width: 768px){.hero-design{padding:150px 20px 100px;height:-moz-fit-content !important;height:fit-content !important}}.hero-design__container{position:relative;max-width:800px;margin:0 auto;display:flex;align-items:center;gap:20px;flex-direction:column;text-align:center}.hero-design__container .hero-design__slider{opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .2s forwards;overflow:hidden;transition:height .6s ease}@media(max-width: 1023px){.hero-design__container .hero-design__slider{animation:none;opacity:1;transform:none}}.hero-design__container .hero-design__slider-track{display:flex;flex-direction:column;transition:transform .4s ease;will-change:transform}.hero-design__container .hero-design__slider-row{margin:0;text-transform:uppercase;font-size:clamp(2.5rem,6vw,8rem) !important;font-weight:900;line-height:100%;font-family:"Big Shoulders",sans-serif}@media(max-width: 1024px){.hero-design__container .hero-design__slider-row:nth-child(2),.hero-design__container .hero-design__slider-row:nth-child(3){display:none}}.hero-design__container p{font-weight:500;font-size:clamp(1.25rem,4vw,1.5rem);line-height:120%;z-index:2;opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .3s forwards}@media(max-width: 1023px){.hero-design__container p{animation:none;opacity:1;transform:none}}.hero-design__container a{z-index:2;opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .4s forwards}@media(max-width: 1023px){.hero-design__container a{animation:none;opacity:1;transform:none}}.sale-section{background:#f8efc8;padding:0 20px 0 20px}@media(max-width: 768px){.sale-section{padding:0 20px}}.sale-section__container{max-width:1220px;margin:0 auto;padding:140px 0;display:flex;gap:32px}@media(max-width: 768px){.sale-section__container{flex-direction:column;padding:80px 0;gap:32px}}.sale-section__title-wrapper{flex:1;display:flex;flex-direction:column;position:relative}@media(min-width: 768px){.sale-section__content{max-width:510px;position:sticky;top:180px}}.sale-section__content h2{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:24px;text-transform:uppercase}.sale-section__content p{font-size:clamp(1rem,3vw,1.25rem);color:#111;line-height:150%}.sale-section__img-wrapper{flex:1;display:flex;flex-direction:column;justify-content:center;gap:160px;position:relative}@media(max-width: 1024px){.sale-section__img-wrapper{flex-wrap:wrap}}@media(max-width: 768px){.sale-section__img-wrapper{gap:20px}}.sale-section__image-slide{width:100%;display:flex;align-items:center;justify-content:center}@media(min-width: 768px){.sale-section__image-slide{position:sticky;top:180px}}@media(max-width: 768px){.sale-section__image-slide{padding:0 16px}}.sale-section__image-slide:nth-child(1) .sale-section__image{transform:rotate(-3deg)}.sale-section__image-slide:nth-child(2) .sale-section__image{transform:rotate(5deg)}.sale-section__image-slide:nth-child(3) .sale-section__image{transform:rotate(-7deg)}.sale-section__image{width:clamp(300px,35vw,450px);height:clamp(300px,35vw,450px);padding:14px;background-color:#fff;border-radius:8px;box-shadow:0 10px 20px 20px rgba(0,0,0,.02)}.sale-section__image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.design-section{background:#00833d;margin-top:-40px;border-radius:40px 40px 0 0;padding:0 20px;position:relative}.design-section__bg{position:absolute;bottom:0;left:0;width:100%;z-index:0}.design-section__container{max-width:1220px;margin:0 auto;padding:120px 0;display:flex;gap:32px}@media(max-width: 768px){.design-section__container{flex-direction:column;padding:80px 0;gap:32px}}.design-section__title-wrapper{flex:1;display:flex;flex-direction:column;position:relative}@media(min-width: 768px){.design-section__content{max-width:480px;position:sticky;top:180px}}.design-section__content h2{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:24px;text-transform:uppercase;color:#fff}@media(min-width: 768px){.design-section__content h2{max-width:400px}}@media(min-width: 768px){.design-section__content h2{filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3));background:linear-gradient(165deg, #ffffff 10%, #aff500 90%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.design-section__content p{font-size:clamp(1rem,3vw,1.25rem);color:#fff;line-height:150%;font-weight:300}@media(min-width: 768px){.design-section__content p{filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3))}}.design-section__items-wrapper{flex:1;display:flex;flex-direction:column;gap:24px}@media(max-width: 768px){.design-section__items-wrapper{gap:8px}}.design-section__item{background-color:#026831;border-radius:24px;padding:32px;display:flex;z-index:1;flex-direction:column}.design-section__item svg{width:80px;height:80px}@media(max-width: 768px){.design-section__item svg{width:60px;height:60px}}.design-section__item h3{font-size:clamp(1.5rem,3vw,2.5rem);text-transform:uppercase;color:#fff;margin:32px 0 12px}@media(max-width: 768px){.design-section__item h3{margin:16px 0 8px}}.design-section__item p{font-size:clamp(1rem,3vw,1.125rem);color:#fff;line-height:150%;font-weight:300}.faq-section{background-color:#ffbf00;padding:0 20px}.faq-section__container{max-width:1220px;margin:0 auto;padding:120px 0;display:flex;gap:clamp(40px,5vw,70px)}@media(max-width: 768px){.faq-section__container{padding:80px 0;flex-direction:column;gap:60px}}.faq-section__founder{display:flex;flex-direction:column;gap:24px;background-color:#fff;padding:36px 24px;border-radius:15px;height:-moz-fit-content;height:fit-content}@media(min-width: 768px){.faq-section__founder{max-width:300px;width:100%;box-shadow:0 10px 20px 20px rgba(0,0,0,.02)}}.faq-section__founder .founder-block{display:flex;gap:10px}.faq-section__founder .founder-block img{width:60px;height:60px;border-radius:3rem}.faq-section__founder .founder-block__content{display:flex;justify-content:center;flex-direction:column}.faq-section__founder .founder-block__content span{font-size:clamp(1rem,3vw,1.25rem);color:#143e34;font-weight:600}.faq-section__founder .founder-block__content p{font-size:clamp(1rem,3vw,1.25rem);color:#143e34;font-weight:300}.faq-section__founder blockquote{font-size:clamp(1rem,3vw,1.25rem);color:#143e34;line-height:25px;font-weight:300}.faq-section__founder .linkedin-btn{display:flex;align-items:center;justify-content:center;border-radius:3rem;gap:10px;padding:14px 24px;border:2px solid #143e34;font-size:clamp(1rem,3vw,1.25rem);color:#143e34;font-weight:600;white-space:nowrap;transition:.3s ease}.faq-section__founder .linkedin-btn svg,.faq-section__founder .linkedin-btn path,.faq-section__founder .linkedin-btn circle{transition:.3s ease}.faq-section__founder .linkedin-btn:hover{border-color:#069 !important;background-color:#069;color:#fff}.faq-section__founder .linkedin-btn:hover svg{color:#fff}.faq-section__founder .linkedin-btn:hover svg circle{fill:#fff !important}.faq-section__founder .linkedin-btn:hover svg path{fill:#069 !important}.faq-section__founder .linkedin-btn svg{width:28px;height:28px}.faq-section__content{display:flex;flex-direction:column}.faq-section__content h2{font-size:clamp(3rem,5vw,4rem);margin-bottom:20px;text-transform:uppercase}@media(max-width: 768px){.faq-section__content h2{margin-bottom:16px}}.special-section{background-color:#1b453b;padding:0 20px}.special-section__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.special-section__container{padding:80px 0}}.special-section__container h2{text-transform:uppercase;text-align:center;margin:0 auto 20px;color:#fff}.special-section__container h2 span{background-clip:none;-webkit-background-clip:none;-webkit-text-fill-color:#ffbf00;background:none}@media(min-width: 768px){.special-section__container h2{background:linear-gradient(165deg, #ffffff 40%, #d9f881 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.special-section__container p{font-size:clamp(1.25rem,3vw,1.5rem);color:#fff;line-height:120%;font-weight:400;text-align:center;max-width:900px;margin:0 auto 56px}.special-section__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}@media(max-width: 1024px){.special-section__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.special-section__grid{grid-template-columns:1fr}}.special-section__item{background-color:#143e34;padding:32px;border-radius:24px;display:flex;flex-direction:column;gap:16px;color:#fff}.special-section__item .item-title{display:flex;align-items:center;gap:12px}.special-section__item .item-title svg{width:40px;height:40px}.special-section__item .item-title h3{font-size:clamp(1.5rem,3vw,26px);text-transform:uppercase;text-align:left}.special-section__item p{font-size:clamp(1rem,3vw,1.125rem);line-height:140%;font-weight:300;text-align:left;margin:0}.special-section__scroll-title{font-size:24px;text-transform:uppercase;color:#fff;font-weight:400;text-align:center;margin-top:80px !important;margin-bottom:0 !important}@media(max-width: 768px){.special-section__scroll-title{margin-top:60px !important;margin-bottom:10px !important}}.special-section .horizontal-scroll{overflow:hidden;position:relative;width:100%;max-width:1220px;margin:0 auto;display:flex;flex-direction:column;padding:30px 0}@media(max-width: 768px){.special-section .horizontal-scroll{padding:16px 0}}.special-section .horizontal-scroll__container{overflow:hidden;width:100%}.special-section .horizontal-scroll__inner{display:flex;flex-wrap:nowrap;will-change:transform;width:-moz-max-content;width:max-content}.special-section .horizontal-scroll__item{height:100px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:clamp(3rem,6vw,4.75rem);font-family:"Big Shoulders",sans-serif;font-weight:900;color:#fff;text-transform:uppercase;position:relative}@media(max-width: 1024px){.special-section .horizontal-scroll__item{height:70px}}@media(max-width: 768px){.special-section .horizontal-scroll__item{height:50px;font-size:2rem}}.special-section .horizontal-scroll__item::after{content:"";width:16px;height:16px;margin-left:16px;margin-right:16px;background:#bef92a;border-radius:2px}@media(max-width: 768px){.special-section .horizontal-scroll__item::after{width:8px;height:8px;margin-left:8px;margin-right:8px}}.special-section .horizontal-scroll .horizontal-scroll__container{-webkit-mask:linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent);mask:linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent)}.after-section{background-color:#fffae3;padding:0 20px}.after-section__container{max-width:1220px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;padding:120px 0}@media(max-width: 768px){.after-section__container{padding:80px 0}}.after-section h2{font-size:clamp(2.5rem,5vw,4rem);text-transform:uppercase;color:#111}.after-section p{font-size:clamp(1.25rem,3vw,1.5rem);line-height:120%;max-width:800px;color:#143e34}.after-section__tabs{display:flex;gap:12px;margin-bottom:64px;flex-wrap:wrap;justify-content:center}@media(max-width: 768px){.after-section__tabs{margin-bottom:10px}}.after-section__tab{cursor:pointer;transition:.4s ease;font-weight:700;color:#111;text-transform:uppercase;font-size:18px;font-family:"big shoulders",sans-serif;padding:6px 14px;border:1px solid #b3ab85;border-radius:3rem}.after-section__tab.is-active{border-color:#00833d;background-color:#00833d;color:#fff}.after-section__track{display:flex;align-items:center;width:100% !important;margin-bottom:28px;gap:24px}@media(max-width: 768px){.after-section__track{display:none}}.after-section__track span{text-transform:uppercase;font-size:clamp(1.125rem,3vw,22px);font-family:"big shoulders",sans-serif;font-weight:400;color:#111}.after-section__track span:first-child,.after-section__track span:last-child{flex-grow:1;width:60px}.after-section__track .after-section__track-line{flex-grow:1;width:100%;height:4px;border-radius:1rem;background:linear-gradient(to right, #ffbf00 50%, #00833d 50%)}.after-section__content{position:relative}.after-section__tab-slide{display:flex;gap:32px;opacity:0;height:0;pointer-events:none}@media(min-width: 769px){.after-section__tab-slide{transform:translateY(20px) scale(102%);transition:1s ease}}.after-section__tab-slide span{display:none}@media(max-width: 1024px){.after-section__tab-slide{gap:16px}}@media(max-width: 768px){.after-section__tab-slide{flex-direction:column;gap:10px}.after-section__tab-slide span{display:block;text-transform:uppercase;font-size:clamp(1.125rem,3vw,22px);font-family:"big shoulders",sans-serif;font-weight:400;text-align:left;margin-top:20px;padding-left:10px;color:#111}}.after-section__tab-slide.is-active{height:auto;opacity:1;transform:translateY(0) scale(100%);pointer-events:auto}.after-section__tab-slide.is-active .after-section__tab-image{padding:60px 20px 0}@media(max-width: 1024px){.after-section__tab-slide.is-active .after-section__tab-image{padding:12px 12px 0}}.after-section__tab-image{overflow:hidden;border-radius:16px;padding:0;width:100%}.after-section__tab-image img{border-radius:6px 6px 0 0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.after-section__tab-image.-before{background-color:#ffec99}.after-section__tab-image.-after{background-color:#00833d}.hero-process{background-color:#ffbf00;padding:200px 20px 100px;overflow:hidden;position:sticky;top:0px;height:100dvh !important}@media(max-width: 1024px){.hero-process{position:relative;height:-moz-fit-content;height:fit-content;border-radius:0}}@media(max-width: 768px){.hero-process{padding:150px 20px 100px;height:-moz-fit-content !important;height:fit-content !important}}.hero-process__bg{position:absolute;top:0;right:0;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0;animation:bg__ani 1.75s ease forwards}@keyframes bg__ani{from{opacity:0;transform:scale(110%)}to{opacity:1;transform:scale(100%)}}.hero-process__bg svg{height:100% !important;width:100%}.hero-process__bg svg g{height:100% !important}.hero-process__pattern{position:absolute;bottom:20%;right:0;width:500px;z-index:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.7;display:none}.hero-process__container{max-width:1220px;position:relative;margin:0 auto;display:flex;flex-direction:column;height:100%;justify-content:flex-end;gap:40px;z-index:1}@media(max-width: 768px){.hero-process__container{gap:20px}}.hero-process__title{max-width:800px;text-align:left;z-index:1}.hero-process__title h1{color:#0f352c;z-index:2;font-size:clamp(4rem,8vw,9rem);text-transform:uppercase;opacity:0;animation:hero-enter 1s ease .2s forwards}@media(max-width: 1023px){.hero-process__title h1{animation:none;opacity:1;transform:none}}@media(min-width: 768px){.hero-process__title h1{background:radial-gradient(circle at 80% 50%, #29554a 0%, #143e34 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.hero-process__cta{z-index:1;display:flex;justify-content:space-between;gap:20px}@media(max-width: 768px){.hero-process__cta{flex-direction:column;align-items:flex-start}}.hero-process__cta p{opacity:0;animation:hero-enter 1s ease .3s forwards;font-weight:500;font-size:clamp(1.25rem,4vw,1.5rem);line-height:120%;z-index:2;max-width:500px}@media(max-width: 1023px){.hero-process__cta p{animation:none;opacity:1;transform:none}}.hero-process__cta a{opacity:0;animation:hero-reverse-enter 1s ease .4s forwards}@media(max-width: 1023px){.hero-process__cta a{animation:none;opacity:1;transform:none}}@media(max-width: 768px){.hero-process__cta a{width:100%}}.sticky-cols-process{position:relative}.sticky-cols-process__item{display:flex;justify-content:space-between;align-items:center;height:100vh;position:sticky;top:0px;background-color:#fff}.sticky-cols-process__item:nth-child(even){background-color:#fffae3}@media(max-width: 1024px){.sticky-cols-process__item{position:static;height:-moz-fit-content;height:fit-content;border-radius:0}}.sticky-cols-process__content{max-width:1220px;margin:0 auto;width:100%;display:flex;justify-content:space-between;align-items:center;padding:48px 20px}@media(max-width: 1024px){.sticky-cols-process__content{flex-direction:column;gap:60px;padding:100px 32px;justify-content:center;align-items:center}}@media(max-width: 768px){.sticky-cols-process__content{padding:60px 20px;gap:32px}}.sticky-cols-process__info{width:100%}@media(min-width: 1024px){.sticky-cols-process__info{max-width:640px}}.sticky-cols-process__info>span{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background-color:#ffbf00;border-radius:5rem}@media(max-width: 768px){.sticky-cols-process__info>span{width:64px;height:64px}}@media(max-width: 768px){.sticky-cols-process__info a{width:100%;height:50px}}.sticky-cols-process__info h2{text-transform:uppercase;margin:58px 0 20px;font-size:clamp(2rem,6vw,3.5rem);color:#143e34}@media(max-width: 768px){.sticky-cols-process__info h2{margin:20px 0 20px}}.sticky-cols-process__info p{font-weight:300;color:#143e34;line-height:130%;font-size:clamp(1rem,2.5vw,1.25rem);margin-bottom:58px}@media(max-width: 768px){.sticky-cols-process__info p{margin-bottom:20px}}.sticky-cols-process__img{max-width:400px;width:100%}@media(max-width: 1024px){.sticky-cols-process__img{max-width:100%;margin-top:30px;padding:0 30px;display:none}}.sticky-cols-process__img img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.sticky-cols-process__popup{position:fixed;top:0;left:0;width:100%;height:100dvh;background-color:rgba(8,33,27,.2);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2400;opacity:0;transition:.5s ease;pointer-events:none;display:flex;align-items:center;justify-content:center}@media(max-width: 768px){.sticky-cols-process__popup{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:none}}.sticky-cols-process__popup .close-popup{z-index:2500;position:absolute;top:50%;left:50%;transform:translate(10px, -50%);width:64px;height:64px;cursor:pointer;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 0 30px 5px rgba(0,0,0,.08);transition:.5s ease}@media(max-width: 1024px){.sticky-cols-process__popup .close-popup{left:20%}}@media(max-width: 768px){.sticky-cols-process__popup .close-popup{right:10px;top:60px;left:auto;width:74px;height:74px;box-shadow:0 0 30px 5px rgba(0,0,0,.2)}}.sticky-cols-process__popup .close-popup:hover::before,.sticky-cols-process__popup .close-popup:hover::after{scale:1.2}.sticky-cols-process__popup .close-popup:active::before,.sticky-cols-process__popup .close-popup:active::after{scale:.8}.sticky-cols-process__popup .close-popup::before,.sticky-cols-process__popup .close-popup::after{transition:.3s ease;content:"";position:absolute;width:2px;height:10px;background-color:#000;transform-origin:center}.sticky-cols-process__popup .close-popup::before{transform:rotate(-45deg) translateY(-1px) translateX(3px)}.sticky-cols-process__popup .close-popup::after{transform:rotate(45deg) translateY(1px) translateX(3px)}.sticky-cols-process__popup .popup{background-color:hsl(0,0%,8%);padding:48px 64px;border-radius:32px 0 0 32px;width:50dvw;height:calc(100dvh - 16px);position:fixed;top:50%;right:0%;transform:translateY(-50%) translateX(50px);transition:.5s ease;overflow-y:auto;display:flex;flex-direction:column;gap:20px;scrollbar-width:10px;scrollbar-color:#aff500 rgba(0,0,0,0);scrollbar-gutter:stable}@media(max-width: 1024px){.sticky-cols-process__popup .popup{width:80dvw;padding:48px 32px 48px 64px}}@media(max-width: 768px){.sticky-cols-process__popup .popup{width:100%;height:100dvh;min-height:100dvh;overflow-y:auto;top:0;right:0;transform:translateX(50px);border-radius:0;padding:32px 20px}}.sticky-cols-process__popup .popup::-webkit-scrollbar{width:14px;height:14px;background-color:rgba(0,0,0,0)}.sticky-cols-process__popup .popup::-webkit-scrollbar-thumb{background-color:#aff500;border-radius:10px}.sticky-cols-process__popup .popup::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.sticky-cols-process__popup .popup-title{margin-top:40px;font-size:clamp(1.5rem,4vw,2rem);font-family:"big shoulders",cursive;text-transform:uppercase;font-weight:400;color:hsl(77,100%,69%)}@media(min-width: 768px){.sticky-cols-process__popup .popup-title{background:linear-gradient(165deg, rgb(218, 255, 126) 20%, rgb(175, 245, 0) 80%);line-height:120%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.sticky-cols-process__popup .popup-p{font-size:clamp(1rem,3vw,1.125rem);line-height:130%;color:#ececec}.sticky-cols-process__popup .popup-questions{display:flex;gap:20px;overflow-x:scroll;min-height:-moz-max-content;min-height:max-content;flex-shrink:0;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sticky-cols-process__popup .popup-questions.active{cursor:grabbing}@media(max-width: 768px){.sticky-cols-process__popup .popup-questions{display:grid;grid-template-columns:repeat(1, 1fr);height:-moz-fit-content;height:fit-content;overflow-x:visible}}@media(min-width: 768px){.sticky-cols-process__popup .popup-questions{scrollbar-width:none;-ms-overflow-style:none}.sticky-cols-process__popup .popup-questions::-webkit-scrollbar{display:none}}.sticky-cols-process__popup .popup-questions__item{padding:24px;display:flex;min-width:clamp(380px,30vw,420px);flex-direction:column;gap:12px;border-radius:12px;background-color:hsl(0,0%,15%)}@media(max-width: 768px){.sticky-cols-process__popup .popup-questions__item{min-width:100%;width:100%}}.sticky-cols-process__popup .popup-questions__item span{font-family:"big shoulders",cursive;font-size:clamp(1.25rem,3vw,1.5rem);color:#fff;font-weight:700;text-transform:uppercase}.sticky-cols-process__popup .popup-questions__item p{font-size:clamp(1rem,3vw,1.125rem);line-height:130%;color:hsl(0,0%,73%)}.sticky-cols-process__popup .popup-team{display:flex;gap:12px;flex-wrap:wrap}.sticky-cols-process__popup .popup-team__item{padding:12px 24px;background-color:#fff;font-family:"big shoulders",cursive;border-radius:3rem;font-size:clamp(1rem,3vw,1.125rem);color:hsl(0,0%,8%);text-transform:uppercase;font-weight:800}.sticky-cols-process__popup .popup-team__item._qa{background-color:hsl(310,65%,78%)}.sticky-cols-process__popup .popup-team__item._dev{background-color:hsl(0,100%,79%)}.sticky-cols-process__popup .popup-team__item._pm{background-color:hsl(45,100%,50%)}.sticky-cols-process__popup .popup-team__item._ux{background-color:hsl(143,100%,77%)}.sticky-cols-process__popup .popup-team__item._cm{background-color:#3bbeff}.sticky-cols-process__popup .popup-team__item._hc{background-color:#aff500}.sticky-cols-process__popup.active{opacity:1;pointer-events:auto}.sticky-cols-process__popup.active .popup{transform:translateY(-50%) translateX(0)}@media(max-width: 768px){.sticky-cols-process__popup.active .popup{transform:translateX(0)}}.sticky-cols-process__popup.active .close-popup{transform:translate(-60%, -50%)}.hero-managed-service{background-color:#fff;padding:200px 20px 100px;overflow:hidden;position:relative;height:100dvh !important}@media(max-width: 768px){.hero-managed-service{padding:150px 20px 100px;height:-moz-fit-content !important;height:fit-content !important}}.hero-managed-service__bg{position:absolute;top:0;right:0;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;z-index:0;animation:bg__ani 1.75s ease forwards}@keyframes bg__ani{from{opacity:0;transform:scale(110%)}to{opacity:1;transform:scale(102%)}}.hero-managed-service__bg svg{height:100% !important;width:100%}.hero-managed-service__bg svg g{height:100% !important}.hero-managed-service__container{max-width:1220px;position:relative;margin:0 auto;display:flex;flex-direction:column;height:100%;justify-content:flex-end;gap:40px;z-index:1}@media(max-width: 768px){.hero-managed-service__container{gap:20px}}.hero-managed-service__title{max-width:800px;text-align:left;z-index:1}.hero-managed-service__title h1{color:#0f352c;z-index:2;font-size:clamp(4rem,8vw,9rem);text-transform:uppercase;opacity:0;animation:hero-enter 1s ease .2s forwards}@media(max-width: 1023px){.hero-managed-service__title h1{animation:none;opacity:1;transform:none}}@media(min-width: 768px){.hero-managed-service__title h1{background:radial-gradient(circle at 80% 50%, #29554a 0%, #143e34 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.hero-managed-service__cta{z-index:1;display:flex;justify-content:space-between;gap:20px}@media(max-width: 768px){.hero-managed-service__cta{flex-direction:column;align-items:flex-start}}.hero-managed-service__cta p{opacity:0;animation:hero-enter 1s ease .3s forwards;font-weight:500;font-size:clamp(1.25rem,4vw,1.5rem);line-height:120%;z-index:2;max-width:500px}@media(max-width: 1023px){.hero-managed-service__cta p{animation:none;opacity:1;transform:none}}.hero-managed-service__cta a{opacity:0;animation:hero-reverse-enter 1s ease .4s forwards}@media(max-width: 1023px){.hero-managed-service__cta a{animation:none;opacity:1;transform:none}}@media(max-width: 768px){.hero-managed-service__cta a{width:100%}}.section-way{background-color:#143e34;padding:0 20px}.section-way__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.section-way__container{padding:80px 0}}.section-way h2{text-transform:uppercase;text-align:center;margin:0 auto 56px;font-size:clamp(2rem,6vw,4rem) !important;color:#fff}.section-way h2 span{background:none !important;-webkit-background-clip:initial;background-clip:initial;-webkit-text-fill-color:initial;color:inherit;color:#ffbf00}@media(min-width: 768px){.section-way h2{background:linear-gradient(165deg, #ffffff 20%, #d9f881 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.section-way__cols{display:flex;gap:32px;margin-bottom:80px}@media(max-width: 1024px){.section-way__cols{gap:20px}}@media(max-width: 768px){.section-way__cols{margin-bottom:20px;flex-direction:column}}.section-way__item{padding:10px;border-radius:20px;height:420px !important;flex:1;overflow:hidden;position:relative;display:flex;justify-content:center;align-items:flex-end;transition:.3s ease}@media(max-width: 768px){.section-way__item{padding:140px 16px 16px}}@media(min-width: 1024px){.section-way__item:hover .section-way__item-content{padding-bottom:28px}.section-way__item:hover .section-way__item-content p{max-height:70px;opacity:1}}.section-way__item:nth-child(1) .section-way__item-content{background-color:#00833d;color:#fff}.section-way__item:nth-child(2) .section-way__item-content{background-color:#d0ff5b;color:#143e34}.section-way__item:nth-child(3) .section-way__item-content{background-color:#ffbf00;color:#143e34}.section-way__item-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.section-way__item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;will-change:transform;transform:translateZ(0)}.section-way__item-content{position:relative !important;display:flex;flex-direction:column;height:100%;padding:24px 24px 0;border-radius:10px;z-index:10;height:-moz-fit-content !important;height:fit-content !important;transition:.3s ease}@media(max-width: 1024px){.section-way__item-content{padding:24px}}.section-way__item-content h3{font-size:clamp(1.5rem,4vw,1.75rem);text-transform:uppercase;margin-bottom:24px}@media(max-width: 1024px){.section-way__item-content h3{margin-bottom:16px}}.section-way__item-content p{font-size:clamp(1rem,3vw,1.125rem);line-height:120%;max-height:0;overflow:hidden;font-weight:500;opacity:0;transition:max-height .3s ease,opacity .3s ease}@media(max-width: 1024px){.section-way__item-content p{max-height:100%;opacity:1}}.section-way .horizontal-scroll{overflow:hidden;position:relative;width:100%;max-width:1220px;margin:0 auto;display:flex;flex-direction:column;padding:30px 0}@media(max-width: 768px){.section-way .horizontal-scroll{padding:16px 0}}.section-way .horizontal-scroll__container{overflow:hidden;width:100%}.section-way .horizontal-scroll__inner{display:flex;flex-wrap:nowrap;will-change:transform;width:-moz-max-content;width:max-content}.section-way .horizontal-scroll__item{height:100px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:clamp(3rem,6vw,4.75rem);font-family:"Big Shoulders",sans-serif;font-weight:900;color:#fff;text-transform:uppercase;position:relative}@media(max-width: 1024px){.section-way .horizontal-scroll__item{height:70px}}@media(max-width: 768px){.section-way .horizontal-scroll__item{height:50px;font-size:2rem}}.section-way .horizontal-scroll__item::after{content:"";width:16px;height:16px;margin-left:16px;margin-right:16px;background:#bef92a;border-radius:2px}@media(max-width: 768px){.section-way .horizontal-scroll__item::after{width:8px;height:8px;margin-left:8px;margin-right:8px}}.section-way .horizontal-scroll .horizontal-scroll__container{-webkit-mask:linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent);mask:linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent)}.section-tools{background-color:#141414;padding:0 20px;overflow:hidden}.section-tools__container{max-width:1400px;margin:0 auto;padding:120px 0;display:flex;flex-direction:column;align-items:center;gap:60px}@media(max-width: 768px){.section-tools__container{gap:30px;padding:80px 0}}.section-tools h2{text-transform:uppercase;text-align:center;font-size:clamp(2rem,6vw,4rem) !important;color:#fff;max-width:800px}.section-tools .horizontal-scroll{overflow:hidden;position:relative;width:100%;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;padding:30px 0}@media(max-width: 768px){.section-tools .horizontal-scroll{padding:16px 0}}.section-tools .horizontal-scroll__container{overflow:hidden;width:100%}.section-tools .horizontal-scroll__inner{display:flex;flex-wrap:nowrap;will-change:transform;width:-moz-max-content;width:max-content;gap:16px}@media(max-width: 768px){.section-tools .horizontal-scroll__inner{gap:10px}}.section-tools .horizontal-scroll__item{flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:clamp(1rem,4vw,1.5rem);font-family:"Big Shoulders",sans-serif;font-weight:400;color:#aff500;padding:16px 32px;text-transform:uppercase;background-color:#191919;border-radius:3rem}@media(max-width: 768px){.section-tools .horizontal-scroll__item{padding:12px 20px}}.section-tools .horizontal-scroll .horizontal-scroll__container{-webkit-mask:linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent);mask:linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent)}.section-tools svg{transform:scale(110%)}.section-alt{background-color:#0a211f;padding:0 20px}.section-alt__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.section-alt__container{padding:80px 0}}.section-alt__container>span{font-family:"big shoulders",sans-serif;font-size:1.5rem;color:#d0ff5b;text-transform:uppercase;display:block;margin-bottom:24px;text-align:center;font-weight:300}.section-alt__container h2{text-align:center;text-transform:uppercase;margin:0 auto 40px;font-size:clamp(2rem,6vw,4rem);color:#fff;max-width:700px}.section-alt__container h2 span{color:#d0ff5b}.section-alt__table{width:100%;--table-grid: 80px 330px repeat(5, 1fr);--table-gap: 40px;--table-padding: 32px 20px 32px 0}@media(max-width: 1024px){.section-alt__table{--table-grid: 50px 200px repeat(5, 1fr);--table-gap: 20px;--table-padding: 24px 10px 24px 0}}@media(max-width: 768px){.section-alt__table{--table-grid: 30px 150px repeat(5, 1fr);--table-gap: 10px;--table-padding: 20px 0px 20px 0}}.section-alt__table-wrapper{width:100%;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:24px;scrollbar-color:#d0ff5b rgba(0,0,0,0)}.section-alt__table-wrapper::-webkit-scrollbar{height:6px}.section-alt__table-wrapper::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.section-alt__table-wrapper::-webkit-scrollbar-thumb{background-color:#d0ff5b;border-radius:10px}.section-alt__table-head{display:grid;align-items:center;grid-template-columns:var(--table-grid);padding:var(--table-padding);-moz-column-gap:var(--table-gap);column-gap:var(--table-gap);min-width:620px}.section-alt__table-head-item{text-align:center;font-family:"Big Shoulders",sans-serif;font-size:1.125rem;font-weight:400;color:#fff}.section-alt__table-head-item:first-child{grid-column:3}.section-alt__table-item{display:grid;align-items:center;grid-template-columns:var(--table-grid);color:#fff;padding:var(--table-padding);-moz-column-gap:var(--table-gap);column-gap:var(--table-gap);min-width:620px}.section-alt__table-item:not(.-selected){border-bottom:1px solid rgba(247,249,242,.1019607843)}.section-alt__table-item:last-child{border-bottom:1px solid rgba(0,0,0,0)}.section-alt__table-item.-selected{background-color:#d0ff5b;color:#0a211f;border-radius:7rem;overflow:hidden;margin-bottom:10px}.section-alt__table-item.-selected .item-img{background-color:#d0ff5b}.section-alt__table-item.-selected p{font-weight:500 !important}.section-alt__table-item.-selected svg path{stroke:#0a211f !important}.section-alt__table-item .item-img{background-color:rgba(247,249,242,.1019607843);width:80px;height:80px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;justify-self:flex-start;align-self:flex-start}@media(max-width: 1024px){.section-alt__table-item .item-img{width:50px;height:50px}.section-alt__table-item .item-img svg{width:24px;height:24px}}@media(max-width: 768px){.section-alt__table-item .item-img{width:30px;height:30px}.section-alt__table-item .item-img svg{width:20px;height:20px}}.section-alt__table-item .item-content{display:flex;flex-direction:column;gap:10px;max-width:330px;width:100%}.section-alt__table-item .item-content img{width:130px}.section-alt__table-item .item-content h3{font-size:clamp(1.5rem,4vw,1.75rem);text-transform:uppercase}@media(max-width: 768px){.section-alt__table-item .item-content h3{font-size:1rem}}.section-alt__table-item .item-content p{font-size:1rem;line-height:120%;font-weight:300}@media(max-width: 1024px){.section-alt__table-item .item-content p{font-size:.875rem;display:none}}.section-alt__table-item .item-stat{width:100%;display:flex;align-items:center;justify-content:center}.section-alt__table-item .item-stat svg path{stroke:#fff}.section-brands{background-color:#fffae3;padding:0 20px}.section-brands__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.section-brands__container{padding:80px 0}}.section-brands__container>span{font-family:"big shoulders",sans-serif;font-size:1.5rem;color:#143e34;text-transform:uppercase;display:block;margin-bottom:24px;text-align:center;font-weight:300}.section-brands__container h2{text-align:center;text-transform:uppercase;margin:0 auto 70px;font-size:clamp(2rem,6vw,4rem);color:#0a211f;max-width:800px}@media(max-width: 768px){.section-brands__container h2{margin-bottom:40px}}.section-brands__container h2 span{color:#d0ff5b}.section-brands__cols{display:flex;gap:20px;justify-content:space-between}@media(max-width: 768px){.section-brands__cols{flex-direction:column;gap:40px;align-items:center}}.section-brands__cols-item{flex:1;display:flex;flex-direction:column;width:100%}@media(min-width: 768px){.section-brands__cols-item{max-width:350px}}@media(max-width: 768px){.section-brands__cols-item{align-items:center;text-align:center}}.section-brands__cols-item .item-img{width:80px;height:80px;margin-bottom:32px;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:10px}@media(max-width: 768px){.section-brands__cols-item .item-img{margin-bottom:8px;width:40px;height:40px}.section-brands__cols-item .item-img svg{width:24px;height:24px}}.section-brands__cols-item>span{font-family:"big shoulders",sans-serif;font-size:1.5rem;color:#00833d;text-transform:uppercase;display:block;margin-bottom:20px;font-weight:400}.section-brands__cols-item h3{font-weight:700;color:#0a211f;text-transform:uppercase;font-size:clamp(1.5rem,4vw,1.75rem);margin-bottom:10px}.section-brands__cols-item p{color:#0a211f;font-size:1rem;line-height:120%;font-weight:300}.faq-service-section{background-color:#ffbf00;padding:0 20px}.faq-service-section__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.faq-service-section__container{padding:80px 0}}.faq-service-section h2{text-transform:uppercase;margin:0 auto 56px;font-size:clamp(2rem,6vw,4rem) !important;color:#143e34}@media(max-width: 768px){.faq-service-section h2{margin-bottom:36px}}.faq-service-section__cols{display:flex;gap:clamp(40px,4vw,60px)}@media(max-width: 768px){.faq-service-section__cols{gap:0px;flex-direction:column}}.faq-service-section__cols-first,.faq-service-section__cols-second{flex:1}.section-pricing{background-color:#fcfcfc;padding:0 20px}.section-pricing__container{max-width:1220px;margin:0 auto;padding:120px 0 60px}@media(max-width: 768px){.section-pricing__container{padding:80px 0 40px}}.section-pricing__container h2{text-transform:uppercase;margin:0 auto 20px;font-size:clamp(2rem,6vw,4rem) !important;color:#111;text-align:center}@media(max-width: 768px){.section-pricing__container h2{margin-bottom:36px}}.section-pricing__container>p{text-align:center;margin:0 auto;font-size:clamp(1rem,4vw,1.25rem);line-height:140%;font-weight:500;color:#143e34}.section-pricing__tabs{max-width:900px;margin:80px auto;display:flex;align-items:center}@media(max-width: 768px){.section-pricing__tabs{flex-direction:column;gap:20px}}.section-pricing__tabs .tabs-text{flex-shrink:0;color:#00833d;font-family:"big shoulders",sans-serif;line-height:18px;align-self:flex-start;margin-top:-25px;margin-right:6px;font-size:1.25rem;transform:rotate(-2deg)}@media(max-width: 768px){.section-pricing__tabs .tabs-text{margin-top:-40px;font-size:1.5rem}}.section-pricing__tabs svg{margin-top:-9px;margin-right:20px}@media(max-width: 768px){.section-pricing__tabs svg{display:none}}.section-pricing__tabs-wrapper{display:flex;width:100%;align-items:center;counter-reset:step}.section-pricing__tabs-wrapper .tab-dot{flex-shrink:0;width:21px;height:21px;background-color:#c1c1c1;border-radius:50%;border:3px solid #fff;position:relative;cursor:pointer;counter-increment:step;transition:.3s ease;transition-delay:.1s}@media(max-width: 768px){.section-pricing__tabs-wrapper .tab-dot{width:24px;height:24px}}.section-pricing__tabs-wrapper .tab-dot:hover{filter:brightness(110%)}.section-pricing__tabs-wrapper .tab-dot.active{background-color:#00833d;transform:scale(120%)}.section-pricing__tabs-wrapper .tab-dot.active::after{color:#00833d}.section-pricing__tabs-wrapper .tab-dot::after{content:counter(step);position:absolute;top:24px;transition:.3s ease;left:50%;transform:translateX(-50%);font-size:1.125rem;font-weight:700;font-family:"big shoulders",sans-serif;color:#2c3638}.section-pricing__tabs-wrapper .tab-dot:last-of-type::after{content:"More"}.section-pricing__tabs-wrapper .tab-line{width:100%;height:2.5px;background-color:#c1c1c1;transition:.3s ease;transition-delay:.1s}.section-pricing__tabs-wrapper .tab-line.active{background-color:#00833d}.section-pricing__content{background-color:#fffae3;border-radius:12px;padding:70px 60px;display:flex;flex-direction:column}@media(max-width: 1024px){.section-pricing__content{padding:40px 20px}}.section-pricing__content>h3{color:#141414;font-size:clamp(1.75rem,4vw,3rem);text-transform:uppercase;margin-bottom:16px}.section-pricing__content>p{font-size:clamp(1rem,4vw,1.25rem);line-height:120%;color:#141414;max-width:700px;padding-bottom:50px !important;margin:none !important}.section-pricing__content-wrapper{display:flex;gap:40px;width:100%}@media(max-width: 768px){.section-pricing__content-wrapper{flex-wrap:wrap-reverse;gap:12px}}.section-pricing__content-wrapper ul{width:100%;display:flex;flex-direction:column;gap:30px}@media(max-width: 1024px){.section-pricing__content-wrapper ul{gap:12px}}@media(max-width: 768px){.section-pricing__content-wrapper ul{width:43%}}@media(max-width: 425px){.section-pricing__content-wrapper ul{width:100%}}.section-pricing__content-wrapper ul li{font-size:clamp(.875rem,2vw,1.25rem);line-height:120%;font-weight:500;color:#143e34;position:relative;display:flex;align-items:center;gap:12px}.section-pricing__content-wrapper ul li svg{flex-shrink:0;width:22px;height:22px}.section-pricing__content-price{display:flex;width:100%;flex-direction:column;gap:20px}@media(min-width: 768px){.section-pricing__content-price{max-width:280px}}@media(max-width: 768px){.section-pricing__content-price{padding-bottom:40px !important}}.section-pricing__content-price h3{font-size:clamp(3rem,7vw,4.5rem);font-weight:900;color:#00833d;text-transform:uppercase;text-align:center}.section-pricing__content-price a{padding:4px 20px}.section-pricing__content-price span{color:#898989;text-align:center;font-size:.875rem}.section-pricing__accordion{margin-top:24px;border:none !important;border-radius:12px}.section-pricing__accordion .accordion-title{border-radius:12px;background-color:#f8f8f8;color:#222;font-size:20px;font-family:"big shoulders",sans-serif !important;font-weight:700;text-transform:uppercase;padding:24px 60px !important;justify-content:flex-start !important;gap:16px}@media(max-width: 1024px){.section-pricing__accordion .accordion-title{padding:20px 20px !important}}.section-pricing__accordion .accordion-title-chevron{transition:.3s ease}.section-pricing__accordion.open .accordion-title{border-radius:12px 12px 0 0}.section-pricing__accordion.open .accordion-title-chevron{transform:rotate(180deg)}.section-pricing__accordion .accordion-content{transform:none !important;border-radius:0;padding:60px !important;transition:.3s ease;background-color:#f8f8f8 !important}@media(max-width: 1024px){.section-pricing__accordion .accordion-content{padding:40px 20px !important}.section-pricing__accordion .accordion-content .section-pricing__content-wrapper{flex-wrap:wrap !important}.section-pricing__accordion .accordion-content .section-pricing__content-wrapper .section-pricing__content-price{margin-top:20px !important;padding-bottom:0 !important}}.extra-services{margin-top:-40px;border-radius:40px 40px 0 0;background-color:#fcfcfc;padding:0 20px}.extra-services__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.extra-services__container{padding:80px 0}}.extra-services h2{text-transform:uppercase;margin:0 auto 56px;font-size:clamp(2rem,6vw,4rem) !important;text-align:center !important;color:#143e34}.extra-services h2 span{color:#00833d}.extra-services__content{display:flex;gap:40px;justify-content:space-between;align-items:center;position:relative}@media(max-width: 1024px){.extra-services__content{flex-direction:column;gap:30px}}.extra-services__content-fish{position:absolute;top:50%;left:-10%;transform:translateY(-50%);z-index:0}@media(max-width: 1024px){.extra-services__content-fish{display:none}}.extra-services__logo{display:flex;align-items:center;justify-content:center;width:clamp(100px,11vw,140px);height:clamp(100px,11vw,140px);background-color:#d0ff5b;border-radius:32px;border:5px solid #fff;z-index:1;box-shadow:0 18px 20px 10px rgba(0,0,0,.07);flex-shrink:0;padding:24px}.extra-services__bricks,.extra-services__team{max-width:500px;z-index:1;width:100%}.extra-services__bricks{display:flex;flex-wrap:wrap;gap:12px;height:-moz-fit-content;height:fit-content}@media(max-width: 1024px){.extra-services__bricks{justify-content:center}}.extra-services__bricks-brick{display:flex;align-items:center;padding:3px;border-radius:9px;height:46px;color:#143e34;box-shadow:0 0px 5px 2px rgba(0,0,0,.04)}.extra-services__bricks-brick.-brick-style-1{background-color:#c3e878}.extra-services__bricks-brick.-brick-style-2{background-color:#c0e2fe}.extra-services__bricks-brick.-brick-style-3{background-color:#292323;color:#eca4e0}.extra-services__bricks-brick.-brick-style-4{background-color:#eee2ca}.extra-services__bricks-brick.-brick-style-5{background-color:#0f2c29;color:#d0ff5b}.extra-services__bricks-brick.-brick-style-6{background-color:#e7ecd6}.extra-services__bricks-brick .brick-image{width:56px;height:40px;border-radius:7px;overflow:hidden;flex-shrink:0;background-color:#d0d0d0;display:flex;align-items:center;justify-content:center}.extra-services__bricks-brick .brick-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.extra-services__bricks-brick span{padding:0px 14px;font-family:"Big Shoulders",sans-serif;font-weight:900;font-size:14px;text-transform:uppercase}.extra-services__team{position:relative;height:410px}@media(max-width: 1024px){.extra-services__team{display:none}}.extra-services__team-item{width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;align-items:center;position:absolute}@media(max-width: 1024px){.extra-services__team-item{position:static !important;transform:none !important;left:none !important;top:none !important;right:none !important;bottom:none !important}.extra-services__team-item .item-image{width:90px !important;height:90px !important}}.extra-services__team-item.-team-pos-1{top:0;right:0}.extra-services__team-item.-team-pos-1 .item-image{width:clamp(90px,8vw,95px);height:clamp(90px,8vw,95px)}.extra-services__team-item.-team-pos-2{bottom:0;right:0}.extra-services__team-item.-team-pos-2 .item-image{width:clamp(90px,8vw,95px);height:clamp(90px,8vw,95px)}.extra-services__team-item.-team-pos-3{top:5%;right:30%}.extra-services__team-item.-team-pos-3 .item-image{width:clamp(70px,8vw,75px);height:clamp(70px,8vw,75px)}.extra-services__team-item.-team-pos-4{bottom:5%;right:30%}.extra-services__team-item.-team-pos-4 .item-image{width:clamp(70px,8vw,75px);height:clamp(70px,8vw,75px)}.extra-services__team-item.-team-pos-5{top:15%;right:60%}.extra-services__team-item.-team-pos-5 .item-image{width:clamp(70px,8vw,75px);height:clamp(70px,8vw,75px)}.extra-services__team-item.-team-pos-6{bottom:15%;right:60%}.extra-services__team-item.-team-pos-6 .item-image{width:clamp(70px,8vw,75px);height:clamp(70px,8vw,75px)}.extra-services__team-item.-team-pos-7{top:50%;right:5%;transform:translateY(-50%)}.extra-services__team-item.-team-pos-7 .item-image{width:clamp(100px,8vw,110px);height:clamp(100px,8vw,110px)}.extra-services__team-item.-team-pos-8{top:50%;right:45%;transform:translateY(-50%)}.extra-services__team-item.-team-pos-8 .item-image{width:clamp(90px,8vw,95px);height:clamp(90px,8vw,95px)}.extra-services__team-item.-team-pos-9{top:50%;right:100%;transform:translateY(-50%) translateX(100%)}.extra-services__team-item.-team-pos-9 .item-image{width:clamp(65px,8vw,70px);height:clamp(65px,8vw,70px)}.extra-services__team-item.-team-pos-1 span{background-color:#8cfeba}.extra-services__team-item.-team-pos-2 span{background-color:#c0e2fe}.extra-services__team-item.-team-pos-3 span{background-color:#292323;color:#eca4e0}.extra-services__team-item.-team-pos-4 span{background-color:#eee2ca}.extra-services__team-item.-team-pos-5 span{background-color:#0f2c29;color:#d0ff5b}.extra-services__team-item.-team-pos-6 span{background-color:#292323;color:#eca4e0}.extra-services__team-item.-team-pos-7 span{background-color:#c3e878}.extra-services__team-item.-team-pos-8 span{background-color:#ffbf00}.extra-services__team-item.-team-pos-9 span{background-color:#e7ecd6}.extra-services__team-item .item-image{width:95px;height:95px;border-radius:50%;overflow:hidden;border:3px solid #fff}.extra-services__team-item .item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.extra-services__team-item span{display:block;background-color:#000;width:-moz-fit-content;width:fit-content;margin-top:-20px;padding:10px 8px;font-size:14px;border-radius:10px;font-family:"Big Shoulders",sans-serif;font-weight:900;line-height:100%;text-transform:uppercase;white-space:nowrap}.section-extras{background-color:#f8f8f8;padding:0 20px}.section-extras__container{max-width:1220px;margin:0 auto;padding:100px 0}@media(max-width: 768px){.section-extras__container{padding:70px 0}}.section-extras h2{text-transform:uppercase;margin:0 auto 56px;font-size:clamp(2rem,6vw,4rem) !important;color:#111;text-align:center !important}@media(max-width: 768px){.section-extras h2{margin:0 auto 26px}}.section-extras__content{display:flex;flex-direction:column;gap:16px}.section-extras__note{text-align:right;font-size:1rem;font-family:"Big Shoulders",sans-serif;font-weight:bold;color:#939393;margin-bottom:-8px;padding-right:16px}.section-extras__item{display:flex;align-items:center;padding:32px 40px;background-color:#fff;border:1px solid #e4e4e4;gap:24px;border-radius:16px}@media(max-width: 768px){.section-extras__item{padding:24px 20px;flex-direction:column;align-items:flex-start}}.section-extras__item-img{align-self:flex-start;flex-shrink:0}.section-extras__item-block{display:flex;flex-direction:column;gap:10px}.section-extras__item-block h3{font-size:clamp(1.5rem,4vw,1.75rem);text-transform:uppercase;color:#141414}.section-extras__item-block p{font-size:1.25rem;line-height:120%;color:#141414;font-weight:300}.section-extras__item-price{margin-left:auto;font-family:"Big Shoulders",sans-serif;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:bold;color:#00833d}@media(max-width: 768px){.section-extras__item-price{margin-left:0;margin-top:16px;font-size:2.75rem}}.section-extras__item-btn{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0 32px !important}@media(max-width: 768px){.section-extras__item-btn{padding:0 20px !important;width:100%;height:50px !important}}.section-extras__item-btn.-added{border-color:#aff500}.section-extras__item-btn.-added::after{transform:translateX(0)}.section-extras__item-btn.-added span{background:radial-gradient(circle at 100% 100%, #1b453b 0%, #1b453b 0%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.contact-page{background-color:#fff;animation:contact-bg-ani 1.5s ease .1s forwards}@keyframes contact-bg-ani{from{background-color:#fff}to{background-color:#f7f7f7}}.hero-contact{padding:200px 20px 70px;overflow:hidden}.hero-contact__container{max-width:1400px;margin:0 auto;text-align:center}.hero-contact h1{z-index:1;font-size:clamp(4rem,10vw,7.5rem);text-transform:uppercase;opacity:0;animation:hero-enter 1s ease .2s forwards;color:#0f352c}@media(max-width: 1023px){.hero-contact h1{animation:none;opacity:1;transform:none}}@media(min-width: 768px){.hero-contact h1{background:radial-gradient(circle at 80% 50%, #29554a 0%, #143e34 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.hero-contact .horizontal-scroll{overflow:hidden;position:relative;width:100%;max-width:1220px;margin:0 auto;display:flex;flex-direction:column;padding:30px 0 0;opacity:0;animation:hero-enter 1s ease .3s forwards}@media(max-width: 1023px){.hero-contact .horizontal-scroll{animation:none;opacity:1;transform:none}}@media(max-width: 768px){.hero-contact .horizontal-scroll{padding:30px 0 0}}.hero-contact .horizontal-scroll__container{overflow:hidden;width:100%}.hero-contact .horizontal-scroll__inner{display:flex;flex-wrap:nowrap;will-change:transform;width:-moz-max-content;width:max-content;gap:26px;align-items:center}@media(max-width: 768px){.hero-contact .horizontal-scroll__inner{gap:10px}}.hero-contact .horizontal-scroll__item{height:100px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:clamp(3rem,6vw,4.75rem);font-family:"Big Shoulders",sans-serif;font-weight:900;color:#00833d;text-transform:uppercase;position:relative}@media(max-width: 1024px){.hero-contact .horizontal-scroll__item{height:70px}}@media(max-width: 768px){.hero-contact .horizontal-scroll__item{height:50px;font-size:2rem}}.hero-contact .horizontal-scroll svg{display:block;width:80px;height:80px}@media(max-width: 1024px){.hero-contact .horizontal-scroll svg{width:50px;height:50px}}@media(max-width: 768px){.hero-contact .horizontal-scroll svg{width:30px;height:30px}}.hero-contact .horizontal-scroll .horizontal-scroll__container{-webkit-mask:linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent);mask:linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent)}.section-contact-form{opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .4s forwards;padding:0 20px 60px}@media(max-width: 1023px){.section-contact-form{animation:none;opacity:1;transform:none}}@media(max-width: 768px){.section-contact-form{padding:0 0 60px}}.section-contact-form__container{max-width:1400px;margin:0 auto;padding:70px 100px;background-color:#fff;border:1px solid #fafafa;border-radius:32px}@media(max-width: 1024px){.section-contact-form__container{padding:40px 32px}}.section-contact-form .form{display:flex;flex-direction:column}.section-contact-form .form label,.section-contact-form .form input{font-family:"Big Shoulders",sans-serif;font-weight:900;font-size:clamp(1.5rem,5vw,3.125rem);line-height:120%;text-transform:uppercase}.section-contact-form .form label{color:#092b23;flex-shrink:0}.section-contact-form .form input{width:100%}.section-contact-form .form input::-moz-placeholder{color:#d9d9d9}.section-contact-form .form input::placeholder{color:#d9d9d9}.section-contact-form .form input:focus{color:#00833d !important}.section-contact-form .form input:not(:-moz-placeholder){color:#00833d !important}.section-contact-form .form input:not(:placeholder-shown){color:#00833d !important}.section-contact-form .form input:-webkit-autofill{-webkit-text-fill-color:#00833d !important;-webkit-box-shadow:0 0 0px 1000px #fff inset !important}.section-contact-form .form input:autofill{-webkit-text-fill-color:#00833d !important;-webkit-box-shadow:0 0 0px 1000px #fff inset !important}.section-contact-form .form-row{display:flex;gap:16px;padding:16px 0;align-items:center;border-bottom:1px solid #d9d9d9}@media(max-width: 768px){.section-contact-form .form-row{flex-direction:column;align-items:flex-start;gap:6px}}.section-contact-form .form-col{display:flex;flex-direction:column;padding:40px 0;gap:20px;border-bottom:1px solid #d9d9d9}@media(max-width: 768px){.section-contact-form .form-col{padding:28px 0;gap:16px}}.section-contact-form .form-col-options{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px}@media(max-width: 768px){.section-contact-form .form-col-options{gap:6px}}.section-contact-form .form-col-options input[type=text]{font-family:"Big Shoulders",sans-serif;font-weight:900;font-size:clamp(1.5rem,5vw,3.125rem);line-height:120%;text-transform:uppercase}.section-contact-form .form-col-options input[type=text]::-moz-placeholder{color:#d9d9d9}.section-contact-form .form-col-options input[type=text]::placeholder{color:#d9d9d9}.section-contact-form .form-col-options input[type=text]:focus{color:#00833d !important}.section-contact-form .form-col-options input[type=text]:not(:-moz-placeholder){color:#00833d !important}.section-contact-form .form-col-options input[type=text]:not(:placeholder-shown){color:#00833d !important}.section-contact-form .form-col-options input[type=radio],.section-contact-form .form-col-options input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.section-contact-form .form-col-options .button-like{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;padding:12px 32px;border:1px solid #092b23;border-radius:3rem;cursor:pointer;text-transform:uppercase;background-color:#fff;transition:all .25s ease;color:#092b23;font-weight:400;font-size:clamp(1.125rem,4vw,1.5rem)}@media(max-width: 768px){.section-contact-form .form-col-options .button-like{font-weight:500;padding:8px 16px;font-size:clamp(1rem,4vw,1.25rem)}}.section-contact-form .form-col-options .button-like:hover{border-color:#00833d;color:#00833d}.section-contact-form .form-col-options input[type=radio]:checked+.button-like,.section-contact-form .form-col-options input[type=checkbox]:checked+.button-like{background-color:#00833d;border-color:#00833d;color:#fff}.section-contact-form .form .hero-btn{margin-top:60px;align-self:center;width:-moz-fit-content;width:fit-content;background-color:#bef92a;border-color:#bef92a}@media(max-width: 768px){.section-contact-form .form .hero-btn{margin-top:40px;width:100%}}.section-contact-form .form .hero-btn span{-webkit-background-clip:initial;background-clip:initial;-webkit-text-fill-color:initial;color:initial;color:#092b23;background:none}.section-contact-form .form .hero-btn svg{z-index:2}.section-contact-form .form .hero-btn svg path{fill:#092b23}.section-contact-form .form .hero-btn::after{background-color:#fff;border-color:#fff}.section-contact-form .form .result{font-family:"Big Shoulders",sans-serif;font-weight:900;margin-top:30px;font-size:clamp(1.5rem,5vw,3.125rem);line-height:120%;text-transform:uppercase;text-align:center;width:100%}.section-contact-form .form .result.success{color:#00833d}.section-contact-form .form .result.error{color:#ffbf00}.contact-address{padding:0 20px 100px}.contact-address__container{max-width:1400px;margin:0 auto;background-color:#111;border-radius:32px;padding:48px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:32px}@media(max-width: 768px){.contact-address__container{padding:32px;flex-direction:column;align-items:flex-start}}.contact-address h2{color:#bef92a;font-weight:900;font-size:clamp(2rem,5vw,2.5rem);text-transform:uppercase;margin-right:80px}.contact-address__col{display:flex;flex-direction:column;gap:16px}.contact-address__col span{font-family:"big shoulders";font-weight:900;font-size:20px;line-height:100%;text-transform:uppercase;color:#626262}.contact-address__col a,.contact-address__col address{font-family:"big shoulders";font-weight:900;font-size:20px;line-height:100%;text-transform:uppercase;color:#fff;text-decoration:none;font-style:normal;transition:.3s ease}.contact-address__col a:hover:not(address),.contact-address__col address:hover:not(address){color:#bef92a}.hero-pricing{padding:190px 0 150px;background-color:#fff;overflow:hidden;position:relative;height:100vh}@media(max-width: 768px){.hero-pricing{padding:120px 0 80px;height:-moz-fit-content !important;height:fit-content !important}}.hero-pricing__bg{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0;pointer-events:none;filter:brightness(90%);animation:main-bg-ani-about 1.5s ease 0s forwards}@keyframes main-bg-ani-about{from{opacity:0;transform:scale(105%)}to{opacity:1;transform:scale(100%)}}@media(max-width: 768px){.hero-pricing__bg{display:none}}.hero-pricing__container{position:relative;max-width:1400px;margin:0 auto;display:flex;padding:0 20px;height:100%;gap:32px;flex-direction:column;align-items:center;justify-content:center;text-align:center}.hero-pricing__container__pretitle{color:#ffbf00;font-family:"Space Grotesk",sans-serif;font-weight:700;letter-spacing:1px;font-size:clamp(.875rem,2vw,1.125rem);text-transform:uppercase;opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .2s forwards}@media(max-width: 1023px){.hero-pricing__container__pretitle{animation:none;opacity:1;transform:none}}.hero-pricing__container h1{z-index:2;font-size:clamp(3rem,7vw,6.5rem);opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .3s forwards;line-height:100%}@media(max-width: 1023px){.hero-pricing__container h1{animation:none;opacity:1;transform:none}}@media(max-width: 768px){.hero-pricing__container h1{font-size:2rem}}.hero-pricing__container__text{color:#313131;letter-spacing:1px;font-size:clamp(1.25rem,2vw,1.5rem);opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .4s forwards}@media(max-width: 1023px){.hero-pricing__container__text{animation:none;opacity:1;transform:none}}.hero-pricing__container a{z-index:2;opacity:0;transform-origin:center;animation:hero-about-enter 1s ease .5s forwards}@media(max-width: 1023px){.hero-pricing__container a{animation:none;opacity:1;transform:none}}.section-pricing{background-color:#fcfcfc;padding:0 20px}.section-pricing__container{max-width:1220px;margin:0 auto;padding:120px 0 60px}@media(max-width: 768px){.section-pricing__container{padding:80px 0 40px}}.section-pricing__container h2{text-transform:uppercase;margin:0 auto 20px;font-size:clamp(2rem,6vw,4rem) !important;color:#111;text-align:center}@media(max-width: 768px){.section-pricing__container h2{margin-bottom:36px}}.section-pricing__container>p{text-align:center;margin:0 auto;font-size:clamp(1rem,4vw,1.25rem);line-height:140%;font-weight:500;color:#143e34}.section-pricing__tabs{max-width:900px;margin:80px auto;display:flex;align-items:center}@media(max-width: 768px){.section-pricing__tabs{flex-direction:column;gap:20px}}.section-pricing__tabs .tabs-text{flex-shrink:0;color:#00833d;font-family:"big shoulders",sans-serif;line-height:18px;align-self:flex-start;margin-top:-25px;margin-right:6px;font-size:1.25rem;transform:rotate(-2deg)}@media(max-width: 768px){.section-pricing__tabs .tabs-text{margin-top:-40px;font-size:1.5rem}}.section-pricing__tabs svg{margin-top:-9px;margin-right:20px}@media(max-width: 768px){.section-pricing__tabs svg{display:none}}.section-pricing__tabs-wrapper{display:flex;width:100%;align-items:center;counter-reset:step}.section-pricing__tabs-wrapper .tab-dot{flex-shrink:0;width:21px;height:21px;background-color:#c1c1c1;border-radius:50%;border:3px solid #fff;position:relative;cursor:pointer;counter-increment:step;transition:.3s ease;transition-delay:.1s}@media(max-width: 768px){.section-pricing__tabs-wrapper .tab-dot{width:24px;height:24px}}.section-pricing__tabs-wrapper .tab-dot:hover{filter:brightness(110%)}.section-pricing__tabs-wrapper .tab-dot.active{background-color:#00833d;transform:scale(120%)}.section-pricing__tabs-wrapper .tab-dot.active::after{color:#00833d}.section-pricing__tabs-wrapper .tab-dot::after{content:counter(step);position:absolute;top:24px;transition:.3s ease;left:50%;transform:translateX(-50%);font-size:1.125rem;font-weight:700;font-family:"big shoulders",sans-serif;color:#2c3638}.section-pricing__tabs-wrapper .tab-dot:last-of-type::after{content:"More"}.section-pricing__tabs-wrapper .tab-line{width:100%;height:2.5px;background-color:#c1c1c1;transition:.3s ease;transition-delay:.1s}.section-pricing__tabs-wrapper .tab-line.active{background-color:#00833d}.section-pricing__content{background-color:#fffae3;border-radius:12px;padding:70px 60px;display:flex;flex-direction:column}@media(max-width: 1024px){.section-pricing__content{padding:40px 20px}}.section-pricing__content>h3{color:#141414;font-size:clamp(1.75rem,4vw,3rem);text-transform:uppercase;margin-bottom:16px}.section-pricing__content>p{font-size:clamp(1rem,4vw,1.25rem);line-height:120%;color:#141414;max-width:700px;padding-bottom:50px !important;margin:none !important}.section-pricing__content-wrapper{display:flex;gap:40px;width:100%}@media(max-width: 768px){.section-pricing__content-wrapper{flex-wrap:wrap-reverse;gap:12px}}.section-pricing__content-wrapper ul{width:100%;display:flex;flex-direction:column;gap:30px}@media(max-width: 1024px){.section-pricing__content-wrapper ul{gap:12px}}@media(max-width: 768px){.section-pricing__content-wrapper ul{width:43%}}@media(max-width: 425px){.section-pricing__content-wrapper ul{width:100%}}.section-pricing__content-wrapper ul li{font-size:clamp(.875rem,2vw,1.25rem);line-height:120%;font-weight:500;color:#143e34;position:relative;display:flex;align-items:center;gap:12px}.section-pricing__content-wrapper ul li svg{flex-shrink:0;width:22px;height:22px}.section-pricing__content-price{display:flex;width:100%;flex-direction:column;gap:20px}@media(min-width: 768px){.section-pricing__content-price{max-width:280px}}@media(max-width: 768px){.section-pricing__content-price{padding-bottom:40px !important}}.section-pricing__content-price h3{font-size:clamp(3rem,7vw,4.5rem);font-weight:900;color:#00833d;text-transform:uppercase;text-align:center}.section-pricing__content-price a{padding:4px 20px}.section-pricing__content-price span{color:#898989;text-align:center;font-size:.875rem}.section-pricing__accordion{margin-top:24px;border:none !important;border-radius:12px}.section-pricing__accordion .accordion-title{border-radius:12px;background-color:#f8f8f8;color:#222;font-size:20px;font-family:"big shoulders",sans-serif !important;font-weight:700;text-transform:uppercase;padding:24px 60px !important;justify-content:flex-start !important;gap:16px}@media(max-width: 1024px){.section-pricing__accordion .accordion-title{padding:20px 20px !important}}.section-pricing__accordion .accordion-title-chevron{transition:.3s ease}.section-pricing__accordion.open .accordion-title{border-radius:12px 12px 0 0}.section-pricing__accordion.open .accordion-title-chevron{transform:rotate(180deg)}.section-pricing__accordion .accordion-content{transform:none !important;border-radius:0;padding:60px !important;transition:.3s ease;background-color:#f8f8f8 !important}@media(max-width: 1024px){.section-pricing__accordion .accordion-content{padding:40px 20px !important}.section-pricing__accordion .accordion-content .section-pricing__content-wrapper{flex-wrap:wrap !important}.section-pricing__accordion .accordion-content .section-pricing__content-wrapper .section-pricing__content-price{margin-top:20px !important;padding-bottom:0 !important}}.section-extras{background-color:#f8f8f8;padding:0 20px}.section-extras__container{max-width:1220px;margin:0 auto;padding:100px 0}@media(max-width: 768px){.section-extras__container{padding:70px 0}}.section-extras h2{text-transform:uppercase;margin:0 auto 56px;font-size:clamp(2rem,6vw,4rem) !important;color:#111;text-align:center !important}@media(max-width: 768px){.section-extras h2{margin:0 auto 26px}}.section-extras__content{display:flex;flex-direction:column;gap:16px}.section-extras__note{text-align:right;font-size:1rem;font-family:"Big Shoulders",sans-serif;font-weight:bold;color:#939393;margin-bottom:-8px;padding-right:16px}.section-extras__item{display:flex;align-items:center;padding:32px 40px;background-color:#fff;border:1px solid #e4e4e4;gap:24px;border-radius:16px}@media(max-width: 768px){.section-extras__item{padding:24px 20px;flex-direction:column;align-items:flex-start}}.section-extras__item-img{align-self:flex-start;flex-shrink:0}.section-extras__item-block{display:flex;flex-direction:column;gap:10px}.section-extras__item-block h3{font-size:clamp(1.5rem,4vw,1.75rem);text-transform:uppercase;color:#141414}.section-extras__item-block p{font-size:1.25rem;line-height:120%;color:#141414;font-weight:300}.section-extras__item-price{margin-left:auto;font-family:"Big Shoulders",sans-serif;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:bold;color:#00833d}@media(max-width: 768px){.section-extras__item-price{margin-left:0;margin-top:16px;font-size:2.75rem}}.section-extras__item-btn{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0 32px !important}@media(max-width: 768px){.section-extras__item-btn{padding:0 20px !important;width:100%;height:50px !important}}.section-extras__item-btn.-added{border-color:#aff500}.section-extras__item-btn.-added::after{transform:translateX(0)}.section-extras__item-btn.-added span{background:radial-gradient(circle at 100% 100%, #1b453b 0%, #1b453b 0%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.pricing-features{background-color:#fff;padding:0 20px}.pricing-features__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.pricing-features__container{padding:80px 0}}.pricing-features span{display:block;font-family:"Space Grotesk",sans-serif;font-size:clamp(1.25rem,4vw,1.5rem);line-height:120%;color:#ffbf00;text-align:center;margin:auto;max-width:200px;font-weight:500;text-transform:uppercase}.pricing-features h2{margin:26px auto 72px;font-size:clamp(2rem,6vw,6rem) !important;color:#111;text-align:center !important}@media(max-width: 768px){.pricing-features h2{margin:16px auto 26px}}.pricing-features__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}@media(max-width: 1024px){.pricing-features__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.pricing-features__grid{grid-template-columns:1fr}}.pricing-features__grid-item{display:flex;flex-direction:column;box-shadow:0 10px 20px 20px rgba(0,0,0,.02);padding:24px;display:flex;flex-direction:column;border-radius:24px}.pricing-features__grid-item .item-num{font-family:"Space Grotesk",sans-serif;font-weight:600;font-size:28px;letter-spacing:-2px;text-transform:capitalize;color:#111;background:linear-gradient(200deg, #e6ff9c, #a4d70a);display:flex;justify-content:center;align-items:center;width:72px;height:72px;border-radius:50%}.pricing-features__grid-item h3{font-size:clamp(2em,4vw,2.5rem);color:#141414;margin:32px 0 16px}.pricing-features__grid-item p{font-size:1.125rem;line-height:120%;color:#4b4b4b}.pricing-why-us{background-color:#0c0c0c;padding:0 20px}.pricing-why-us__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.pricing-why-us__container{padding:80px 0}}.pricing-why-us span{display:block;font-family:"Space Grotesk",sans-serif;font-size:clamp(1.25rem,4vw,1.5rem);line-height:120%;color:#aff500;text-align:center;margin:auto;max-width:200px;font-weight:500;text-transform:uppercase}.pricing-why-us h2{margin:26px auto 72px;font-size:clamp(2rem,6vw,6rem) !important;color:#fff;text-align:center !important}@media(max-width: 768px){.pricing-why-us h2{margin:16px auto 26px}}.pricing-why-us__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}@media(max-width: 1024px){.pricing-why-us__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.pricing-why-us__grid{grid-template-columns:1fr}}.pricing-why-us__grid-item{display:flex;flex-direction:column;box-shadow:0 10px 20px 20px rgba(0,0,0,.02);padding:24px;display:flex;flex-direction:column;border-radius:24px;background-color:#141414}.pricing-why-us__grid-item .item-num{font-family:"Space Grotesk",sans-serif;font-weight:600;font-size:28px;letter-spacing:-2px;text-transform:capitalize;color:#111;background:linear-gradient(200deg, #dcdcff, #8d85ff);display:flex;justify-content:center;align-items:center;width:72px;height:72px;border-radius:50%}.pricing-why-us__grid-item h3{font-size:clamp(2em,4vw,2.5rem);color:#fff;margin:32px 0 16px}.pricing-why-us__grid-item p{font-size:1.125rem;line-height:120%;color:#a5a5a5}.our-work .our-work-hero{position:relative;overflow:hidden;background:radial-gradient(120% 120% at 50% 0%, #1b453b 0%, #143e34 55%, #0a211f 100%);padding:clamp(120px,16vh,220px) 20px clamp(60px,10vh,120px)}.our-work .our-work-hero__container{max-width:1220px;margin:0 auto;position:relative;z-index:2}.our-work .our-work-hero__leaves{position:absolute;top:8%;right:-4%;width:clamp(120px,22vw,320px);opacity:.5;z-index:1;pointer-events:none}.our-work .our-work-hero__title{font-family:"Big Shoulders",sans-serif;font-weight:800;text-transform:uppercase;line-height:.95;color:#ffbf00;font-size:clamp(2.4rem,6vw,5.5rem);max-width:15ch}.our-work .our-work-hero__subtitle{margin-top:clamp(16px,3vw,28px);font-family:"Big Shoulders",sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:#fff;font-size:clamp(1rem,2.4vw,1.6rem)}.our-work .our-work-filter{background-color:#fffae3;padding:clamp(28px,5vw,56px) 20px}.our-work .our-work-filter__container{max-width:1220px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px}.our-work .our-work-filter__status{font-family:"Big Shoulders",sans-serif;text-transform:uppercase;font-size:clamp(1.25rem,3vw,2rem);color:#143e34;font-weight:400}.our-work .our-work-filter__status strong{font-weight:800}.our-work .our-work-filter__control{display:flex;flex-direction:column;gap:6px}.our-work .our-work-filter__control label{font-size:.85rem;color:#00833d;text-transform:uppercase;letter-spacing:.04em}.our-work .our-work-filter__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #143e34;background-color:rgba(0,0,0,0);color:#143e34;font-family:"Big Shoulders",sans-serif;font-weight:700;text-transform:uppercase;font-size:1rem;padding:12px 44px 12px 16px;border-radius:4px;cursor:pointer;min-width:220px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23143e34%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpath d=%27M6 9l6 6 6-6%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;transition:border-color .2s ease}.our-work .our-work-filter__select:hover,.our-work .our-work-filter__select:focus{border-color:#ffbf00;outline:none}.our-work .our-work-projects{padding-top:0}.our-work .our-work-projects .projects__title{display:none}.our-work .our-work-projects .projects__item{position:static;min-height:0;display:block;padding:clamp(48px,8vw,90px) 0}.our-work .our-work-projects .projects__item.is-hidden,.our-work .our-work-projects .projects__item.is-filtered-out{display:none}.our-work .our-work-projects__more{display:flex;justify-content:center;padding:clamp(32px,6vw,72px) 20px clamp(48px,8vw,96px);background-color:#fffae3}.our-work .our-work-cta{background-color:#143e34;padding:clamp(64px,10vw,130px) 20px;text-align:center}.our-work .our-work-cta__container{max-width:1220px;margin:0 auto}.our-work .our-work-cta h2{font-family:"Big Shoulders",sans-serif;font-weight:800;text-transform:uppercase;color:#ffbf00;font-size:clamp(2.5rem,7vw,6rem);line-height:1}.our-work .our-work-cta p{margin-top:12px;color:#fff;text-transform:uppercase;letter-spacing:.04em;font-size:clamp(1rem,2.4vw,1.5rem)}.our-work .our-work-cta__actions{margin-top:clamp(24px,4vw,44px);display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.scroll-wrapper{position:relative;background-color:#152726}.scroll-wrapper__inner{position:sticky;top:0px;z-index:3}.hero-home-page{position:sticky;top:0px;padding:240px 20px 80px;overflow:hidden;z-index:1}@media(max-width: 768px){.hero-home-page{padding:150px 20px 80px;height:-moz-fit-content !important;height:fit-content !important}}@media(max-width: 768px){.hero-home-page{position:static}}.hero-home-page__bg{position:absolute;top:0;right:0;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;z-index:0;animation:bg__ani 1.75s ease forwards}@keyframes bg__ani{from{opacity:0;transform:scale(110%)}to{opacity:1;transform:scale(102%)}}.hero-home-page__bg svg{height:100% !important;width:100%}.hero-home-page__bg svg g{height:100% !important}.hero-home-page__container{max-width:1220px;position:relative;margin:0 auto;display:flex;flex-direction:column;height:100%;justify-content:flex-end;gap:40px;z-index:1}@media(max-width: 768px){.hero-home-page__container{gap:20px}}.hero-home-page__title{max-width:800px;text-align:left;z-index:1}.hero-home-page__title h1{color:#fff;z-index:2;font-size:clamp(4rem,8vw,9rem);text-transform:uppercase;opacity:0;animation:hero-enter 1s ease .2s forwards}@media(max-width: 1023px){.hero-home-page__title h1{animation:none;opacity:1;transform:none}}@media(min-width: 768px){.hero-home-page__title h1{background:radial-gradient(circle at 80% 50%, #ffffff 0%, #fff9da 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.news-section{position:sticky;top:0px;z-index:2;border-radius:54px;padding:110px 20px;background:#fff}@media(max-width: 1024px){.news-section{padding:80px 20px}}@media(max-width: 768px){.news-section{position:static}}.news-section__container{max-width:1220px;margin:0 auto;display:flex;flex-wrap:wrap;display:flex;flex-direction:column;position:relative;scroll-margin-top:150px}.news-section__categories-filter{display:flex;gap:16px;padding:0px 0 60px;align-items:center;flex-wrap:wrap}@media(max-width: 768px){.news-section__categories-filter{padding:0px 0 40px;gap:8px}}.news-section__categories-filter-item{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border:1px solid #0a211f;border-radius:3rem;cursor:pointer;text-transform:uppercase;transition:all .2s ease;color:#0a211f;font-family:"big shoulders",cursive;font-weight:600;font-size:1.125rem}@media(max-width: 768px){.news-section__categories-filter-item{font-weight:500;padding:8px 16px}}.news-section__categories-filter-item.is-active{background-color:#0a211f;color:#fff;border-color:#0a211f}.news-section__categories-filter-item.is-active.is-disabled{pointer-events:none}.news-section__categories-filter-item.is-active:hover{background-color:#0a211f;border-color:#0a211f;color:#fff}.news-section__categories-filter-item:hover{background-color:#0a211f;color:#fff}.news-section__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:54px 32px;align-items:stretch;transition:opacity .4s ease,transform .4s ease;opacity:1;transform:translateY(0)}@media(max-width: 1024px){.news-section__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.news-section__grid{grid-template-columns:repeat(1, 1fr);gap:32px 16px}}.news-section__grid .news__item{box-shadow:0 6px 40px 5px rgba(0,0,0,.05)}.news-section__grid.is-fading-out{opacity:0;transform:translateY(10px);pointer-events:none}.news-section__grid.is-fading-in{opacity:1;transform:translateY(0)}.news-section .news-preloader{position:absolute;left:50%;top:300px;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .2s ease;border-radius:inherit;z-index:10}.news-section .news-preloader.is-visible{opacity:1;pointer-events:auto;transition:opacity .2s ease}.news-section .news-preloader__spinner{width:50px;height:50px;border-radius:50%;border:2px solid rgba(0,0,0,.1);border-top-color:#00833d;animation:news-spinner-rotate .5s linear infinite}@keyframes news-spinner-rotate{to{transform:rotate(360deg)}}.news-section .news-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:72px;transition:opacity .2s ease}.news-section .news-pagination.is-disabled{opacity:.5;pointer-events:none}.news-section .news-pagination__arrow{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #ddd;border-radius:8px;background:rgba(0,0,0,0);cursor:pointer;color:#0a211f;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.news-section .news-pagination__arrow:hover:not(:disabled){background-color:#0a211f;border-color:#0a211f;color:#fff}.news-section .news-pagination__arrow:disabled{opacity:0;cursor:not-allowed}.news-section .news-pagination__pages{display:flex;align-items:center;gap:8px}.news-section .news-pagination__page{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 4px;border:1px solid rgba(0,0,0,0);border-radius:8px;background:rgba(0,0,0,0);cursor:pointer;font-size:16px;font-weight:600;color:#0a211f;border-color:#ddd;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.news-section .news-pagination__page:hover:not(.is-active){background-color:#0a211f;border-color:#0a211f;color:#fff}.news-section .news-pagination__page.is-active{background-color:#0a211f;color:#fff;border-color:#0a211f;cursor:default}.home-page-cta{background-color:#152726;padding:120px 20px}@media(max-width: 768px){.home-page-cta{padding:80px 20px}}.home-page-cta__container{background-color:#fff;display:flex;flex-direction:column;max-width:1220px;margin:0 auto;padding:80px 20px;border-radius:40px}@media(max-width: 768px){.home-page-cta__container{padding:60px 20px}}.home-page-cta__container h2{max-width:800px;margin:0 auto;text-align:center;text-transform:uppercase}.home-page-cta__container p{max-width:800px;text-align:center;font-weight:500;font-size:clamp(1.25rem,4vw,1.5rem);line-height:120%;margin:24px auto 64px}.home-page-cta__container a{width:-moz-fit-content;width:fit-content;margin:0 auto}.single-hero{position:sticky;top:0px;z-index:1;padding:240px 20px 80px;overflow:hidden;background-color:#152726}@media(max-width: 768px){.single-hero{padding:150px 20px 80px;height:-moz-fit-content !important;height:fit-content !important}}@media(max-width: 768px){.single-hero{position:static}}.single-hero__container{max-width:1220px;position:relative;margin:0 auto;display:flex;flex-direction:column;height:100%;justify-content:flex-end;gap:40px;z-index:1}@media(max-width: 768px){.single-hero__container{gap:20px}}.single-hero__category{display:block;width:-moz-fit-content !important;width:fit-content !important;font-size:1.25rem !important;color:#fff !important;border-radius:4rem;border:1px solid #fff !important;font-weight:500 !important;font-family:"big shoulders",sans-serif;padding:8px 26px;opacity:0;animation:hero-enter 1s ease .1s forwards}@media(max-width: 1023px){.single-hero__category{animation:none;opacity:1;transform:none}}.single-hero__title{max-width:1000px;text-align:left;z-index:1}.single-hero__title h1{color:#fff;z-index:2;font-size:clamp(2.5rem,5vw,5rem);text-transform:uppercase;opacity:0;animation:hero-enter 1s ease .2s forwards}@media(max-width: 1023px){.single-hero__title h1{animation:none;opacity:1;transform:none}}@media(min-width: 768px){.single-hero__title h1{background:radial-gradient(circle at 80% 50%, #236152 0%, #0f352c 50%);background:radial-gradient(circle, #d1ff5e, #aff500);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.single-thumbnail{z-index:2;background:linear-gradient(180deg, rgba(21, 39, 38, 0) 50%, #ffffff 50%);padding:0 20px}.single-thumbnail__container{max-width:1220px;margin:0 auto;border-radius:40px;border:3px solid #fff;overflow:hidden;max-height:600px;width:100%}.single-thumbnail__container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(max-width: 768px){.single-thumbnail__container{border-radius:24px}}.single-content{z-index:3;padding:60px 20px 80px;background:#fff}@media(max-width: 1024px){.single-content{padding:30px 20px 80px}}.single-content__container{max-width:800px;margin:0 auto;display:flex;flex-direction:column}.single-content img{border-radius:8px}.single-content a{color:#00833d;font-weight:500;text-decoration:underline;transition:color .2s ease}.single-content a:hover{color:rgb(0,80,37.2519083969)}.single-content h2{font-size:2.25rem !important;font-size:clamp(1.75rem,4vw,2.5rem) !important;font-weight:600;color:#0a211f;margin-bottom:24px;margin-top:48px}@media(max-width: 768px){.single-content h2{margin-top:32px}}.single-content h3{font-size:clamp(1.5rem,3vw,2rem) !important;font-weight:600;color:#0a211f;margin-top:48px;margin-bottom:24px}@media(max-width: 768px){.single-content h3{margin-top:32px}}.single-content p{font-size:clamp(1rem,2.5vw,1.25rem) !important;line-height:1.6;color:#0a211f;margin-bottom:24px}.single-content ul{list-style:disc;padding-left:40px;margin-bottom:24px}.single-content ul li{font-size:clamp(1rem,2.5vw,1.25rem) !important;line-height:1.6;color:#0a211f;margin-bottom:4px}.single-content ol{list-style:decimal;padding-left:40px;margin-bottom:24px}.single-content ol li{font-size:clamp(1rem,2.5vw,1.25rem) !important;line-height:1.6;color:#0a211f;margin-bottom:4px}.hero-proposal{background:radial-gradient(circle at 90% 20%, #29554a 10%, #143e34 50%);overflow:hidden;height:100dvh !important;padding:100px 20px 100px;display:flex;align-items:center;justify-content:center}@media(max-width: 768px){.hero-proposal{padding:80px 20px 80px;height:-moz-fit-content !important;height:fit-content !important}}.hero-proposal__leaves{position:absolute;top:-40%;left:0;width:100%;height:auto;z-index:1;transform:scale(125%);opacity:.6}@media(max-width: 768px){.hero-proposal__leaves{display:none}}.hero-proposal__container{position:relative;max-width:1220px;margin:0 auto;display:flex;text-transform:uppercase;align-items:center;gap:20px;flex-direction:column;text-align:center}.hero-proposal__container h1{color:#fff;z-index:2;font-size:clamp(3rem,8vw,9rem)}@media(min-width: 768px){.hero-proposal__container h1{background:linear-gradient(165deg, #ffffff 20%, #d9f881 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.hero-proposal__container p{font-weight:600;font-size:clamp(1.25rem,4vw,1.75rem);line-height:120%;z-index:2;text-transform:uppercase}.hero-proposal__container p:nth-of-type(1){color:#aff500}.hero-proposal__container p:nth-of-type(2){color:#ffbf00}.hero-proposal__container a{z-index:2}.hero-proposal__actions{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;margin-top:64px}@media(max-width: 768px){.hero-proposal__actions{margin-top:32px;gap:12px}}.hero-proposal__actions a{background-color:#111;border-color:#111}@media(min-width: 768px){.hero-proposal__actions a{filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3))}}@media(max-width: 768px){.hero-proposal__actions a{width:100%;height:50px}}.hero-proposal__actions a span{box-shadow:none !important;text-shadow:none !important}.our-process{background-color:#ffbf00;padding:0 20px}.our-process__container{max-width:1220px;margin:0 auto;padding:120px 0}@media(max-width: 768px){.our-process__container{padding:80px 0}}.our-process h2{text-align:left;text-transform:uppercase;margin:0 0 50px;font-size:clamp(2rem,6vw,4rem);color:#0a211f;max-width:800px}@media(max-width: 768px){.our-process h2{margin-bottom:40px}}.our-process__content{display:flex;flex-direction:column;border-radius:32px;padding:56px;background-color:#143e34;gap:24px}@media(max-width: 768px){.our-process__content{gap:16px;padding:8px}}.our-process__item{display:flex;align-items:flex-start;gap:32px;padding:48px;border-radius:26px;background-color:#164237;border:1px solid #185a50}@media(max-width: 1024px){.our-process__item{flex-direction:column}}@media(max-width: 768px){.our-process__item{padding:24px}}.our-process__item-title{display:flex;gap:24px}.our-process__item-num{font-size:2.5rem;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;background-color:#00833d;font-family:"big shoulders";width:80px;height:80px;border-radius:50%;flex-shrink:0}.our-process__item-block{display:flex;flex-direction:column;gap:6px;max-width:300px}.our-process__item-block h3{font-size:clamp(1.75rem,4vw,2.25rem);color:#fff;font-family:"big shoulders",sans-serif;text-transform:uppercase}.our-process__item-block span{font-size:1rem;color:#fff;font-weight:300}.our-process__item-p{max-width:470px;font-size:clamp(1rem,3vw,1.25rem);line-height:150%;color:#fff;margin-left:auto;font-weight:300}@media(max-width: 1024px){.our-process__item-p{margin-left:0;max-width:100%}}.proposal-team{background-color:#0f2c25;padding:0 20px}.proposal-team__container{max-width:1220px;margin:0 auto;padding:100px 0;display:flex;gap:56px}@media(max-width: 1024px){.proposal-team__container{flex-direction:column;justify-content:center;align-items:center}}@media(max-width: 768px){.proposal-team__container{padding:80px 0}}.proposal-team__content{display:flex;flex-direction:column;gap:24px}@media(max-width: 768px){.proposal-team__content{gap:16px}}.proposal-team__content h2{color:#fff;z-index:2;text-transform:uppercase;font-size:clamp(2.5rem,5vw,4rem)}@media(min-width: 768px){.proposal-team__content h2{background:linear-gradient(165deg, #f5ffdb 5%, #cbff3c 95%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.proposal-team__content p{font-size:clamp(1rem,3vw,1.25rem);line-height:150%;color:#fff;font-weight:300}.proposal-team__content h3{font-family:"anek latin",sans-serif;margin-top:10px;margin-bottom:-20px;font-size:clamp(1rem,3vw,1.25rem);line-height:150%;color:#fff;font-weight:600}.proposal-team__img{position:relative;width:100%;border-radius:60px;overflow:hidden}@media(min-width: 1024px){.proposal-team__img{max-width:600px;min-width:530px}}.proposal-team__img img{width:100%;height:auto;display:block}.proposal-team__img::after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 10px 2px #0f2c25;z-index:2}@media(min-width: 1024px){.proposal-team__img::after{box-shadow:inset 0 0 10px 20px #0f2c25}}.proposal-table{background-color:#204c42;padding:0 20px}.proposal-table__container{max-width:1220px;margin:0 auto;padding:100px 0}@media(max-width: 768px){.proposal-table__container{padding:80px 0}}.proposal-table h2{text-align:left;text-transform:uppercase;margin:0 0 36px;font-size:clamp(2rem,6vw,4rem);color:#f5ffdb;max-width:800px}@media(min-width: 768px){.proposal-table h2{background:linear-gradient(165deg, #ffffff 20%, #7dab00 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.proposal-table h2 span{color:#ffbf00;background:linear-gradient(165deg, #ffd24a 20%, #ffbf00 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.proposal-table__table-wrapper{overflow-x:auto}.proposal-table__table-wrapper table{min-width:500px;width:100%;border-collapse:collapse;overflow:hidden}.proposal-table__table-wrapper table th,.proposal-table__table-wrapper table td{padding:24px 12px;text-align:left;color:#fff;line-height:110%;border-bottom:1px solid hsla(0,0%,80%,.8)}@media(max-width: 768px){.proposal-table__table-wrapper table th,.proposal-table__table-wrapper table td{padding:12px 16px}}.proposal-table__table-wrapper table th:last-child,.proposal-table__table-wrapper table td:last-child{text-align:right}.proposal-table__table-wrapper table th{font-size:clamp(1rem,3vw,1.25rem);font-weight:500}.proposal-table__table-wrapper table td{font-size:clamp(.875rem,3vw,1rem)}.proposal-table__total{display:flex;flex-direction:column;margin-top:32px}.proposal-table__total-row{display:flex;justify-content:space-between;padding:6px 12px;margin-left:auto;max-width:380px;width:100%}@media(max-width: 768px){.proposal-table__total-row{max-width:100%}}.proposal-table__total-row p{font-size:1.25rem;color:#fff;font-weight:500}.proposal-table__total-row span{font-size:1rem;color:#fff;font-weight:600}.proposal-table__total-price{margin-top:16px;padding-top:16px;border-top:1px dashed #ccc}.proposal-table__total-price span{font-size:2rem;color:#fff;font-weight:600}.proposal-terms{padding:0 20px;background-color:#092b23}.proposal-terms__container{max-width:1220px;margin:0 auto;padding:100px 0 180px}@media(max-width: 768px){.proposal-terms__container{padding:80px 0}}.proposal-terms h2{text-align:left;text-transform:uppercase;margin:0 0 48px;font-size:clamp(2rem,6vw,4rem);color:#f5ffdb;max-width:800px}@media(min-width: 768px){.proposal-terms h2{background:linear-gradient(165deg, #f2ffcc 20%, #7dab00 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.proposal-terms__content{display:flex;gap:24px}@media(max-width: 768px){.proposal-terms__content{gap:16px;flex-direction:column}}.proposal-terms__item{display:flex;flex-direction:column;gap:6px;padding:24px;border-radius:16px;width:100%;background:linear-gradient(135deg, #cdff4f 0%, #beff1b 100%);position:relative}.proposal-terms__item .svg-arrow{position:absolute;top:103%;left:50%;width:100%}@media(max-width: 768px){.proposal-terms__item .svg-arrow{display:none}}.proposal-terms__item .svg-arrow.flipped{top:auto;bottom:103%;transform:rotateX(180deg)}.proposal-terms__item h3{font-size:clamp(1rem,3vw,1.25rem);color:#111;font-weight:700;font-family:"anek latin",sans-serif}.proposal-terms__item p{font-size:clamp(1rem,2vw,1.25rem);line-height:150%;color:#111;font-weight:300}.proposal-video{padding:0 20px;background-color:#1b453b}.proposal-video__container{max-width:1220px;margin:0 auto;padding:100px 0}@media(max-width: 768px){.proposal-video__container{padding:80px 0}}.proposal-video h2{text-transform:uppercase;text-align:center;margin:0 auto 56px;color:#fff}.proposal-video h2 span{background-clip:none;-webkit-background-clip:none;-webkit-text-fill-color:#ffbf00;background:none}@media(min-width: 768px){.proposal-video h2{background:linear-gradient(165deg, #ffffff 40%, #d9f881 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.proposal-video__player{position:relative;width:100%;padding-top:56.25%;border-radius:16px;overflow:hidden;background-color:#092b23}.proposal-video__player iframe,.proposal-video__player video{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.main-btn{display:inline-flex;color:#fff;padding:8px 48px;align-items:center;justify-content:center;height:55px;border:3px solid #fff;border-radius:3rem;cursor:pointer;gap:10px;position:relative;overflow:hidden;transition:.8s ease;letter-spacing:2px;font-family:"big shoulders",sans-serif;font-weight:900;flex-shrink:0}.main-btn span{transition:transform .8s ease;position:relative;z-index:2;transform:translateX(-15px)}.main-btn svg{position:absolute;transform:translateY(-50%);transition:transform .7s ease;z-index:1}.main-btn svg:first-child{left:8px;transform:translateX(-300%)}.main-btn svg:first-child path{fill:#0f352c}.main-btn svg:last-child{right:8px;transform:translateX(-70%)}.main-btn:hover{background-color:#00833d;color:#0f352c;border-color:#00833d}.main-btn:hover span{transform:translateX(15px)}.main-btn:hover svg:first-child{transform:translateX(70%)}.main-btn:hover svg:last-child{transform:translateX(300%)}.main-btn:active{transform:scale(0.98);transition:.1s ease}.regular-btn{display:inline-flex;color:#fff;padding:8px 32px;align-items:center;justify-content:center;height:55px;border:3px solid #fff;border-radius:3rem;cursor:pointer;gap:25px;position:relative;overflow:hidden;font-family:"big shoulders",sans-serif;font-weight:900;letter-spacing:2px;transition:.3s ease}.regular-btn span{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:clamp(16px,3vw,24px);transition:.3s ease}.regular-btn svg path{transition:.3s ease}.regular-btn:hover{background-color:#fff;color:#00833d}.regular-btn:hover svg path{fill:#00833d}.regular-btn:active{transform:scale(0.98);transition:.1s ease}.action-btn{display:inline-flex;flex:0 0 auto;padding:8px 28px;align-items:center;justify-content:center;height:64px;border-radius:3rem;cursor:pointer;gap:8px;position:relative;overflow:hidden;font-family:"big shoulders",sans-serif;font-weight:900;letter-spacing:2px;transition:.2s;background-color:#143e34}.action-btn span{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;z-index:2;font-size:clamp(16px,3vw,24px);transition:.2s}@media(min-width: 768px){.action-btn span{background:radial-gradient(circle at 100% 100%, #aff500 0%, #ffffff 70%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.action-btn svg{z-index:2}.action-btn svg path{fill:#aff500}@media(min-width: 768px){.action-btn:hover{background-color:#ffbf00}.action-btn:hover::after{transform:translateX(0)}.action-btn:hover span{background:radial-gradient(circle at 100% 100%, #1b453b 0%, #1b453b 0%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#143e34}.action-btn:hover svg path{fill:#143e34}}.action-btn:active{transform:scale(0.98);transition:.1s ease}.hero-btn{display:inline-flex;flex:0 0 auto;padding:8px 50px;align-items:center;justify-content:center;height:64px;border:3px solid #0f352c;border-radius:3rem;cursor:pointer;gap:10px;position:relative;overflow:hidden;font-family:"big shoulders",sans-serif;font-weight:900;letter-spacing:2px;transition:.2s;background-color:#0f352c}.hero-btn::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transform:translateX(-110%);background:#aff500;border-radius:3rem;z-index:1;transition:transform .4s cubic-bezier(0.34, 1.56, 0.64, 1);border:2px solid #0f352c}.hero-btn span{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;z-index:2;font-size:clamp(16px,3vw,24px);transition:.2s}@media(min-width: 768px){.hero-btn span{background:radial-gradient(circle at 100% 100%, #aff500 0%, #ffffff 70%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}}.hero-btn svg{z-index:2}.hero-btn svg path{fill:#aff500}@media(min-width: 768px){.hero-btn:hover{border-color:#aff500}.hero-btn:hover::after{transform:translateX(0)}.hero-btn:hover span{background:radial-gradient(circle at 100% 100%, #1b453b 0%, #1b453b 0%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.hero-btn:hover svg path{fill:#0f352c}}.hero-btn:active{transform:scale(0.98);transition:.1s ease}.faq-accordion{border-bottom:1px solid rgb(204,152.8,0)}.faq-accordion .accordion-title{cursor:pointer;padding:32px 0 32px;font-weight:600;position:relative;font-family:"anek latin",sans-serif;font-size:clamp(1.25rem,3vw,1.625rem);transition:.3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;justify-content:space-between;align-items:center;gap:20px}.faq-accordion .accordion-title:hover{color:rgb(20.625,72.875,60.5)}@media(max-width: 768px){.faq-accordion .accordion-title{padding:20px 0 20px}}.faq-accordion .accordion-content{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .3s ease,transform .3s ease;padding:0;transform:scaleX(95%);transform-origin:left}.faq-accordion .accordion-content p{font-weight:300;font-size:clamp(1rem,2vw,1.25rem);line-height:140%;padding-bottom:2rem}@media(max-width: 768px){.faq-accordion .accordion-content p{font-weight:400}}.faq-accordion.open .accordion-content{opacity:1;transform:scaleX(100%)}.faq-accordion.open .accordion-title{padding:32px 0 16px}@media(max-width: 768px){.faq-accordion.open .accordion-title{padding:20px 0 16px}}.faq-accordion .accordion-toggle{width:24px;height:24px;background-color:#143e34;flex-shrink:0;position:relative;overflow:hidden;border-radius:50%}.faq-accordion .accordion-toggle span{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);background-color:#ffbf00;transition:.3s ease;width:12px;border:1px solid #ffbf00;height:2px;border-radius:1rem}.faq-accordion .accordion-toggle span:first-child{transform:translate(-50%, -50%) rotate(-180deg)}.faq-accordion .accordion-toggle span:last-child{transform:translate(-50%, -50%) rotate(-90deg)}.faq-accordion.open .accordion-toggle span:first-child{transform:translate(-50%, -50%) rotate(0deg)}.faq-accordion.open .accordion-toggle span:last-child{transform:translate(-50%, -50%) rotate(0deg)}.news__item{flex:1;width:100%;border-radius:15px;overflow:hidden;text-align:left;transition:.3s ease;background-color:#fff}.news__item-image{height:205px;overflow:hidden}.news__item-image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.3s ease;transform:scale(101%)}.news__item-info{height:auto;padding:30px 50px 50px;display:flex;flex-direction:column;border-radius:0 0 15px 15px;gap:30px}.news__item-info h3{transition:.3s ease;font-family:"anek latin",sans-serif;font-weight:600;font-size:1.875rem;color:#143e34;margin:0;line-height:100%}.news__item-info p{transition:.3s ease;color:#143e34;font-size:1rem;font-weight:400;line-height:150%}@media(max-width: 1024px){.news__item-info{padding:24px 24px 32px;gap:16px}}.news__item:hover .news__item-info h3{color:#00833d}.news__item:hover .news__item-image img{transform:scale(102%)}.animated-hero{overflow:hidden;position:relative;z-index:2}.animated-hero__track{transform:translate3d(0, 0, 0)}.animated-hero__panel--marquee,.animated-hero__panel--cards,.animated-hero__panel--founder,.animated-hero__face,.site-header{will-change:transform,opacity;transform:translateZ(0)}.animated-hero__face-line{align-items:center}.animated-hero__face{position:relative}.animated-hero__face::before{content:"";position:absolute;inset:0 0 -20% 0;background-image:url(../0d41e399972b44f0c929.png);background-repeat:no-repeat;background-position:50% 50%;background-size:100%;z-index:0;pointer-events:none}.animated-hero__face>span,.animated-hero__face-line{position:relative;z-index:1}.animated-hero__face-image{display:block;width:auto;height:max(110px,min(28vw,28vh))}@media(min-width: 1025px){.animated-hero__scroll-root{position:relative;min-height:100vh}.animated-hero__sticky{position:sticky;top:0;height:100vh;overflow:hidden}.animated-hero__viewport{position:relative;display:flex;align-items:flex-start;justify-content:flex-start;width:100%;height:100vh;padding-top:clamp(108px,7vw,124px);overflow:hidden;box-sizing:border-box;transform:translateZ(0);will-change:transform}.animated-hero__track{position:relative;flex:0 0 auto;align-items:flex-start;-moz-column-gap:clamp(18px,1.5vw,30px);column-gap:clamp(18px,1.5vw,30px);padding-left:clamp(24px,3vw,72px);padding-right:0;height:auto;min-height:min(780px,100vh - 132px);transform:translate3d(0, 0, 0)}.animated-hero__panel{min-width:0;padding-inline:0;align-self:flex-start;height:88vh;justify-content:space-between}.animated-hero__panel--face{width:69.6595vw;justify-content:flex-start;gap:clamp(4px,1.2vh,18px)}.animated-hero__panel--marquee{flex:0 0 56px;min-width:56px;max-width:56px;width:56px;min-height:min(780px,100vh - 132px);align-self:stretch;padding-bottom:0}.animated-hero__panel--cards{width:932px}.animated-hero__panel--founder{width:min(100vw - 120px,962px);min-width:min(100vw - 120px,960px)}.animated-hero__face{padding:0}.animated-hero__infinite-scroll{width:56px;height:100%;min-height:min(780px,100vh - 132px);border:1px solid #0f352c;border-radius:4px;overflow:hidden}.animated-hero__infinite-scroll-rotate{top:50%;bottom:auto;transform:translate(-50%, -50%) rotate(90deg)}.animated-hero__face-line{gap:clamp(8px,.9vw,16px)}.animated-hero__grid-cards{grid-template-columns:repeat(1, 932px);grid-auto-rows:1fr;gap:clamp(16px,1.2vw,24px);width:932px;max-width:932px}.animated-hero__grid-cards-item{width:454px;min-height:100%;height:100%;justify-content:flex-start}.animated-hero__grid-cards-title{font-size:clamp(2rem,2.4vw,3rem);letter-spacing:-0.04em}.animated-hero__grid-cards-link{font-size:clamp(.95rem,1vw,1.2rem)}.animated-hero__founder{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:26px;width:100%;min-height:min(760px,100vh - 180px);padding:clamp(36px,4vw,56px) 20px;text-align:center;color:#0f352c;overflow:visible}.animated-hero__intro-face .animated-hero__face-image{height:clamp(150px,18vh,240px)}.animated-hero__founder::before{inset:-8% 0}.animated-hero__panel--founder{overflow-x:hidden}.animated-hero__panel--cards{overflow:hidden}}@media(min-width: 1600px){.animated-hero__track{min-height:min(820px,100vh - 120px)}.animated-hero__panel--marquee,.animated-hero__infinite-scroll{min-height:min(820px,100vh - 120px)}.animated-hero__panel--face{width:69.6595vw}.animated-hero__panel--cards{width:932px}}@media(max-width: 1024px){.animated-hero{height:auto !important;overflow:visible !important;position:relative !important}.animated-hero__face{padding:90px 20px 60px}.animated-hero__face-image{height:clamp(100px,30vw,160px) !important}.animated-hero__viewport{width:100%;overflow:visible}.animated-hero__founder{display:flex;flex-direction:column;align-items:center;gap:18px;min-height:auto;padding:24px 12px 8px;text-align:center;color:#0f352c}.animated-hero__founder::before{inset:-8% 0;background-size:145%}.animated-hero__panel--founder{overflow:hidden}.animated-hero__founder-badge{position:relative;display:grid;place-items:center;width:min(220px,62vw,26vh);aspect-ratio:1}.animated-hero__founder-ring{position:absolute;inset:0;border-radius:50%;color:#0f352c}.animated-hero__founder-ring svg{display:block;width:100%;height:100%;overflow:visible}.animated-hero__founder-ring-text{font-family:"Big Shoulders",sans-serif;font-size:clamp(.7rem,2.4vw,.92rem);font-weight:800;letter-spacing:.18em;text-transform:uppercase;fill:currentColor}}@media(max-width: 480px){.animated-hero__face{padding:18px 20px 80px}}@media(max-width: 380px){.animated-hero__face{padding:14px 20px 80px}}@keyframes founder-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.animated-hero+.infinite-scroll{position:relative;z-index:0;margin-top:0 !important}@media(min-width: 1025px){.animated-hero__grid-cards-item{width:100%;min-height:unset;height:-moz-fit-content;height:fit-content;margin:0;aspect-ratio:5/4}.animated-hero__grid-cards .item-image{aspect-ratio:16/9;padding:10px}.animated-hero__grid-cards.no-scrollbar{scrollbar-width:none}.animated-hero__grid-cards.no-scrollbar::-webkit-scrollbar{display:none}.animated-hero__grid-cards h2{margin-top:3%}.animated-hero__grid-cards a{margin-bottom:auto}}.card-inner{display:grid;grid-template-areas:"card";width:100%;height:100%}.card-front,.card-back{grid-area:card;border-radius:8px;transition:opacity .4s ease}.card-front{display:flex;flex-direction:column;padding:14px 14px 20px;background-color:#fff;opacity:1;z-index:1}.animated-hero__grid-cards-item:hover .card-front{opacity:0;pointer-events:none}.card-back{opacity:0;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:clamp(16px,2vw,28px);text-align:center;pointer-events:none}.animated-hero__grid-cards-link--back{flex:0 0 auto;margin-top:12px;position:relative;z-index:2}.animated-hero__grid-cards-item:hover .card-back{opacity:1;pointer-events:auto}.card-back__quote{font-size:clamp(8rem,12vw,12rem);color:#d0d0d0;font-family:Georgia,serif;line-height:.7;align-self:center}.card-back__text{font-size:clamp(1.6rem,2.2vw,2rem);color:#0f352c;line-height:1.55;margin:0}.card-back__author{display:flex;align-items:center;gap:10px;margin-top:auto}.card-back__avatar{width:44px;height:44px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.card-back__author-info{text-align:left}.card-back__author-info strong{display:block;font-size:clamp(1.6rem,2.2vw,2rem);font-weight:700;color:#0f352c;font-family:"Big Shoulders",sans-serif;text-transform:uppercase}.card-back iframe{width:100% !important;height:100% !important}@media(max-width: 1024px){.card-inner,.card-front,.card-back{height:100%;min-height:0;box-sizing:border-box}.card-front{padding:12px 12px 18px;box-shadow:0 18px 40px rgba(15,53,44,.14);overflow:visible}.card-front .item-image{height:auto;min-height:0}.card-back{overflow:visible}.card-back__quote{font-size:clamp(4rem,10vw,4rem)}.card-back__text{font-size:clamp(1.2rem,3.5vw,1.6rem)}.card-back__author-info strong{font-size:clamp(1.2rem,3.5vw,1.4rem)}}@media(hover: none),(pointer: coarse){.animated-hero__grid-cards-item:hover .card-front{opacity:1;pointer-events:auto}.animated-hero__grid-cards-item:hover .card-back{opacity:0;pointer-events:none}.animated-hero__grid-cards-item.is-flipped .card-front{opacity:0;pointer-events:none}.animated-hero__grid-cards-item.is-flipped .card-back{opacity:1;pointer-events:auto}}@media(min-width: 1025px){.animated-hero__panel--founder .animated-hero__founder{flex-direction:column;align-items:center;justify-content:center;gap:clamp(14px,2.2vh,30px);padding:clamp(16px,3vh,56px) clamp(40px,5vw,80px);min-height:100%;width:100%;text-align:center}.animated-hero__founder-content{container-type:inline-size;max-width:100%;width:100%;text-align:center}.animated-hero__founder-name{font-size:clamp(3.5rem,min(14.35cqw,14vh),127px);line-height:.87;margin-bottom:clamp(6px,.8vw,14px);letter-spacing:-0.01em;white-space:nowrap}.animated-hero__founder-meta{font-size:clamp(1.3rem,min(6.2cqw,6vh),55px);line-height:1.05;font-weight:800;letter-spacing:.015em;margin-top:0}.animated-hero__founder-quote{font-size:clamp(.95rem,min(2cqw,2.3vh),20px);line-height:1.6;max-width:70%;margin:clamp(12px,1.5vw,22px) auto 0}}@media(max-width: 1024px){.animated-hero__panel--founder .animated-hero__founder{flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:60px 24px 70px;text-align:center}.animated-hero__founder-badge{width:180px;height:180px}.animated-hero__founder-content{container-type:inline-size;max-width:100%;width:100%;text-align:center}.animated-hero__founder-name{font-size:clamp(2.8rem,12vw,72px);white-space:normal;word-break:break-word}.animated-hero__founder-meta{font-size:clamp(1.1rem,5vw,32px);line-height:1.1}.animated-hero__founder-quote{font-size:clamp(.95rem,3.5vw,18px);line-height:1.6;max-width:90%;margin:16px auto 0}}@media(max-width: 480px){.animated-hero__founder-badge{width:150px;height:150px}.animated-hero__founder-name{font-size:clamp(2.4rem,11vw,56px)}.animated-hero__founder-meta{font-size:clamp(1rem,4.5vw,22px)}}@media(max-width: 768px){html{scroll-padding-top:88px}.site-main>.section{scroll-margin-top:88px}.animated-hero__panel--founder .animated-hero__founder{gap:16px;padding:0 16px 56px}.animated-hero__founder-quote{max-width:34ch}.awd-clients{padding-block:56px}.awd-clients__container{padding-inline:16px}.ups-downs{padding-top:56px}.ups-downs__container{padding-inline:16px}.abc{padding:56px 16px}.million-ads{padding:56px 16px}.services__q{min-height:300px;padding:28px 20px;gap:16px}.services__q-body{gap:16px}.how-works__container{padding:64px 16px}.how-works__steps{gap:28px}.projects-intro{padding-inline:16px}.projects{padding-top:64px}.projects__title,.projects__container{padding-inline:16px}.projects__item+.projects__item{margin-top:56px}.ready-to-work{gap:32px;padding:72px 16px}.ready-to-work__cards{gap:16px}.ready-to-work__card{min-height:400px;padding:24px 20px}.latest-news-section{padding:64px 16px}.latest-news-section__content{gap:24px}.hero-btn,.rtw-btn,.services__cta,.news__item a{-webkit-tap-highlight-color:rgba(0,0,0,0);transition:transform .22s ease,filter .22s ease}.hero-btn:active,.rtw-btn:active,.services__cta:active,.news__item a:active{transform:scale(0.97);filter:brightness(0.96)}[data-mobile-reveal]{opacity:0;transform:translate3d(0, 24px, 0);transition:opacity .65s ease var(--mobile-reveal-delay, 0ms),transform .65s cubic-bezier(0.22, 1, 0.36, 1) var(--mobile-reveal-delay, 0ms);will-change:opacity,transform}[data-mobile-reveal=soft]{transform:translate3d(0, 14px, 0)}[data-mobile-reveal].is-mobile-visible{opacity:1;transform:translate3d(0, 0, 0)}}@media(prefers-reduced-motion: reduce){[data-mobile-reveal]{opacity:1 !important;transform:none !important;transition:none !important}}
