@import"https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap";*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}a,button{cursor:revert}ol,ul,menu,summary{list-style:none}img{max-inline-size:100%;max-block-size:100%}svg{display:inline-block;vertical-align:middle;width:1em;height:1em;fill:currentColor;stroke:none;flex-shrink:0}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}:where(pre){all:revert;box-sizing:border-box}::placeholder{color:unset}:where([hidden]){display:none}@font-face{font-family:Agrandir;src:url(/assets/Agrandir-Regular-BYoU6TPx.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Agrandir;src:url(/assets/Agrandir-TextBold-DccL7DrF.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Agrandir;src:url(/assets/Agrandir-GrandHeavy-Bjmtt1-X.otf) format("opentype");font-weight:900;font-style:normal}@font-face{font-family:Agrandir;src:url(/assets/Agrandir-WideLight-CcvnHu-x.otf) format("opentype");font-weight:300;font-style:normal}html{scroll-behavior:smooth}body{background:#000;font-family:Agrandir,sans-serif;font-weight:700;color:#fff;font-size:18px}.section{padding:80px 0}.section--hero{padding:0!important}.section--color{background:#110f0f}.container{max-width:1300px;width:100%;margin:0 auto;padding:0 16px}@media (max-width: 375px){.container{padding:0 12px}}.header{background:#0f0f0f66;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);z-index:999;position:sticky;top:0}.header__wrapper{padding:24px 0;display:flex;align-items:center;justify-content:space-between}.header .logo__link{display:flex;align-items:center;gap:12px}.header .logo__text{font-weight:900}.header .nav{display:flex;align-items:center;gap:28px}.header .nav--hidden{display:none}.header .nav .menu{display:flex;align-items:center;gap:24px}.header .nav .menu__link{display:flex;gap:6px;align-items:center;line-height:20px;letter-spacing:.32px;position:relative}.header .nav .menu__link:after{content:"";position:absolute;bottom:-4px;left:0;height:1px;width:100%;background:#fff;opacity:0;transition:opacity .3s ease}@media (hover: hover) and (pointer: fine){.header .nav .menu__link:hover:after{opacity:1}}.header .burger-menu{display:none;width:30px;height:40px;align-items:center;cursor:pointer}.header .burger-menu__line{display:block;width:100%;height:2px;background:#fff;position:relative;transition:all .3s ease}.header .burger-menu__line:before,.header .burger-menu__line:after{display:block;content:"";position:absolute;width:100%;height:2px;background:#fff;transition:transform .3s ease}.header .burger-menu__line:before{top:-10px}.header .burger-menu__line:after{bottom:-10px}.header .burger-menu__line.active{background:transparent}.header .burger-menu__line.active:before{transform:rotate(45deg);top:0}.header .burger-menu__line.active:after{transform:rotate(-45deg);top:0}@media (max-width: 768px){.header{position:sticky}.header .nav{display:none;gap:20px}.header .nav.active{display:flex;flex-direction:column;width:40%;height:30vh;background:#232323e6;border:none;border-radius:6px;position:absolute;top:90px;right:0}.header .nav .menu{margin:2rem 2rem 0;flex-direction:column;justify-content:center}.header .nav .menu__arrow{display:none}.header .burger-menu{display:flex}}@media (max-width: 375px){.header .nav.active{width:50%}}.yellow-button{display:flex;padding:10px 24px;justify-content:center;align-items:center;align-self:flex-start;gap:10px;border-radius:1000px;border:1px solid #ffa800;color:#ffa800;font-size:14px;text-transform:uppercase;cursor:pointer;transition:background .3s ease,color .3s ease}.yellow-button:hover{background:#ffa800;color:#fff}.yellow-button:active{background:#d58f0c}.hero{height:calc(100vh - 90px);display:flex;justify-content:center}.hero__bg{background:url(/assets/hero-Q7rfsxtW.jpg) no-repeat center center;background-size:cover;width:100%;height:100vh;position:absolute;top:0;left:0;z-index:-1}.hero__wrapper{margin-top:100px;display:flex;flex-direction:column;max-width:523px}.hero__title{margin-bottom:16px;font-size:clamp(2.875rem,2.1165048544rem + 3.2362459547vw,6rem);font-weight:700;line-height:80px}.hero__title--gradient{background:linear-gradient(218deg,#9de8ee 25.05% 25.05%,#fa7c0b 51.71%,#9f8ced 79.45%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero__text{margin-bottom:32px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.32px;color:#fff9;font-size:clamp(.875rem,.8446601942rem + .1294498382vw,1rem)}.hero .email-input{display:flex;gap:16px}.hero .email-input__email{display:flex;padding:16px;align-items:center;align-self:stretch;max-width:288px;width:100%;border-radius:30px;border:2px solid #a1aebf;font-size:clamp(.875rem,.8446601942rem + .1294498382vw,1rem);font-weight:400;line-height:20px;letter-spacing:.32px}.hero .email-input__btn{display:flex;padding:12px 24px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:1000px;background:#ffa800;color:#000;font-size:clamp(.75rem,.7196601942rem + .1294498382vw,.875rem);cursor:pointer;transition:background .3s ease}.hero .email-input__btn:hover{background:#fbb126}.hero .email-input__btn:active{background:#d58f0c}@media (max-width: 1024px){.hero__wrapper{margin-top:140px}.hero__title{line-height:60px}}@media (max-width: 768px){.hero__title{line-height:50px}.hero .email-input__email{padding:14px}}@media (max-width: 375px){.hero .email-input__email{padding:12px}}.companies__top{display:flex;justify-content:space-between;gap:10px}.companies__title{flex:1 0 0;font-size:clamp(1.625rem,1.4126213592rem + .9061488673vw,2.5rem);line-height:56px}.companies__text{flex:1 0 0;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.32px;color:#fff9;font-size:clamp(.875rem,.8446601942rem + .1294498382vw,1rem)}.scroll{margin-top:64px;width:100%;overflow:hidden}.scroll__top{position:relative;height:74px;overflow:hidden}.scroll__bottom{margin-top:20px;position:relative;height:74px;overflow:hidden}.scroll__item{padding:16px 24px;display:flex;align-items:center;justify-content:center;border:1px solid #a1aebf;border-radius:10px;gap:12px;height:74px;width:200px;position:absolute;left:2000px;animation:leftScroll 100s linear infinite}.scroll__item:nth-child(1){animation-delay:-90s}.scroll__item:nth-child(2){animation-delay:-80s}.scroll__item:nth-child(3){animation-delay:-70s}.scroll__item:nth-child(4){animation-delay:-60s}.scroll__item:nth-child(5){animation-delay:-50s}.scroll__item:nth-child(6){animation-delay:-40s}.scroll__item:nth-child(7){animation-delay:-30s}.scroll__item:nth-child(8){animation-delay:-20s}.scroll__item:nth-child(9){animation-delay:-10s}.scroll__item:nth-child(10){animation-delay:0s}@keyframes leftScroll{to{left:-200px}}@media (max-width: 1024px){.companies__title{line-height:40px}}@media (max-width: 768px){.companies__title{line-height:30px}.scroll__top,.scroll__bottom,.scroll__item{height:65px}}.offer{display:flex;flex-direction:column;align-items:center;justify-content:center}.offer__title{margin-bottom:24px;font-size:clamp(1.625rem,1.4126213592rem + .9061488673vw,2.5rem);line-height:56px}.offer__text{margin-bottom:40px;max-width:634px;width:100%;text-align:center;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.32px;color:#fff9;font-size:clamp(.875rem,.8446601942rem + .1294498382vw,1rem)}.offer__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px 32px}.offer__item{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:12px;flex:1 0 0;align-self:stretch;border-radius:4px;border:1px solid #a1aebf}.offer__name{font-size:clamp(1.625rem,1.4126213592rem + .9061488673vw,2.5rem);line-height:56px;font-size:clamp(1.25rem,1.1286407767rem + .5177993528vw,1.75rem);line-height:36px}.offer__desc{font-style:normal;font-weight:400;line-height:24px;letter-spacing:.32px;color:#fff9;font-size:clamp(.875rem,.8446601942rem + .1294498382vw,1rem);line-height:20px;letter-spacing:.28px;font-size:clamp(.75rem,.7196601942rem + .1294498382vw,.875rem)}@media (max-width: 1280px){.offer__title{margin-bottom:12px}.offer__text{margin-bottom:35px}}@media (max-width: 1024px){.offer__title{margin-bottom:6px}.offer__text{margin-bottom:25px}.offer__grid{grid-template-columns:repeat(2,1fr);grid-gap:30px 26px}}@media (max-width: 475px){.offer__grid{grid-template-columns:repeat(1,1fr);gap:20px}}.why-us{display:flex;justify-content:space-between;align-items:center;gap:40px}.why-us__img{max-width:648px;width:100%;height:auto}.why-us__wrapper{display:flex;flex-direction:column}.why-us__title{margin-bottom:16px;font-size:clamp(1.625rem,1.4126213592rem + .9061488673vw,2.5rem);line-height:56px}.why-us__text{margin-bottom:32px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.32px;color:#fff9;font-size:clamp(.875rem,.8446601942rem + .1294498382vw,1rem)}.why-us__btn{align-self:flex-start}@media (max-width: 1024px){.why-us{flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:0}.why-us__wrapper{align-items:center;justify-content:center}.why-us__btn{align-self:center}}.work{display:flex;justify-content:center;gap:32px}.work__info{display:flex;flex-direction:column;max-width:412px;width:100%}.work__title{margin-bottom:16px;font-size:clamp(1.625rem,1.4126213592rem + .9061488673vw,2.5rem);line-height:56px}.work__text{margin-bottom:24px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.32px;color:#fff9;font-size:clamp(.875rem,.8446601942rem + .1294498382vw,1rem)}.work__cards{display:flex;gap:32px;max-width:100%}.work__col{display:flex;flex-direction:column;gap:32px;width:412px}.work .card{display:flex;width:100%;max-width:412px;padding:24px;flex-direction:column;align-items:flex-start;gap:20px;border-radius:4px;border:1px solid #a1aebf;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000000d}.work .card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #0000001f;border-color:#ffa800}.work .card:active{transform:translateY(-2px);box-shadow:0 4px 10px #00000014;border-color:#d58f0c}.work .card__img{margin-bottom:4px;border-radius:4px;background:#8474c4;width:100%;height:142px}.work .card__tag{display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:2px;background:#ffa800;border:none;border-radius:4px;color:#1a365d;font-family:Archivo,sans-serif;font-size:clamp(.625rem,.5946601942rem + .1294498382vw,.75rem);font-style:normal;font-weight:600;line-height:16px;letter-spacing:.24px;text-transform:uppercase}.work .card__title{font-family:Quicksand,sans-serif;font-size:clamp(1.125rem,1.0339805825rem + .3883495146vw,1.5rem);font-style:normal;font-weight:700;line-height:32px}.work .card__btn{display:flex;gap:4px;align-items:center;color:#728095;font-family:Quicksand,sans-serif;font-size:clamp(.75rem,.6893203883rem + .2588996764vw,1rem);font-style:normal;font-weight:500;line-height:20px;letter-spacing:.32px;cursor:pointer}@media (max-width: 1340px){.work{flex-direction:column;align-items:center;justify-content:center}.work__info{align-items:center;justify-content:center;text-align:center}.work__btn{align-self:center}}@media (max-width: 1024px){.work__title{margin-bottom:10px}.work__text{margin-bottom:18px}.work .card{gap:12px}}@media (max-width: 768px){.work__cards{flex-wrap:wrap;justify-content:center;align-items:center}}.reviews .swiper{padding-top:116px;position:relative;width:100%}.reviews .navigation{position:absolute;top:22px;right:-10px;width:164px}.reviews .navigation .swiper-button-prev,.reviews .navigation .swiper-button-next{min-width:60px;min-height:60px;display:flex;padding:20px;justify-content:center;align-items:center;gap:6px;border-radius:4px;border:1px solid #ffa800;background:transparent}.reviews .navigation .swiper-button-prev:after,.reviews .navigation .swiper-button-next:after{display:none}.reviews .user-review{display:flex;padding:24px;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;flex:1 0 0;border-radius:4px;border:1px solid #a1aebf}.reviews .user-review__user{display:flex;gap:8px}.reviews .user-review__img{width:48px;height:48px;flex-shrink:0}.reviews .user-review__wrapper{display:flex;flex-direction:column;justify-content:center}.reviews .user-review__name{font-size:clamp(.875rem,.8446601942rem + .1294498382vw,1rem);font-weight:700;line-height:20px}.reviews .user-review__company{color:#fff9;font-size:clamp(.875rem,.8446601942rem + .1294498382vw,1rem);font-weight:700;line-height:20px}.reviews .user-review__text{font-size:clamp(.875rem,.8446601942rem + .1294498382vw,1rem);font-weight:700;line-height:20px}.idea{padding:80px 12px;background:#ffb219;border-radius:4px;border:1px solid #a1aebf;display:flex;flex-direction:column;justify-content:center;align-items:center}.idea__title{margin-bottom:16px;font-size:clamp(1.625rem,1.4126213592rem + .9061488673vw,2.5rem);line-height:56px;color:#0d0e14}.idea__text{margin-bottom:32px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.32px;color:#fff9;font-size:clamp(.875rem,.8446601942rem + .1294498382vw,1rem);color:#0009;max-width:511px;width:100%;text-align:center}.idea__send{display:flex;align-items:center;justify-content:center;gap:16px;width:100%}.idea__email{display:flex;padding:16px;align-items:center;border-radius:30px;border:2px solid #a1aebf;background:#fff;max-width:288px;width:100%;color:#0d0e14;font-family:Archivo,sans-serif;font-size:clamp(.875rem,.8446601942rem + .1294498382vw,1rem);font-weight:400;line-height:20px;letter-spacing:.32px}.idea__btn-send{display:flex;padding:12px 24px;justify-content:center;align-items:center;gap:10px;border-radius:1000px;background:#000;cursor:pointer;font-size:clamp(.75rem,.7196601942rem + .1294498382vw,.875rem);font-weight:700;line-height:normal;text-transform:uppercase;transition:background .3s ease}.idea__btn-send:hover{background:#232323}.idea__btn-send:active{background:#000}@media (max-width: 475px){.idea__send{flex-direction:column}}.footer__wrapper{display:grid;grid-template-columns:repeat(5,1fr);justify-content:center}.footer__col{display:flex;flex-direction:column;gap:24px}.footer__title{font-size:16px;font-weight:700;line-height:20px;letter-spacing:.32px}.footer__link{color:#fff9;font-family:Archivo,sans-serif;font-size:16px;font-weight:500;line-height:20px;letter-spacing:.32px;transition:color .3s ease}.footer__link:hover{color:#fff}.footer__link:active{color:#fffc}.footer__logo{display:flex;align-items:center;gap:12px}.footer__logo-text{font-size:16px;font-weight:800;line-height:108%}.footer__text{color:#fff9;font-size:16px;font-weight:300;line-height:20px;letter-spacing:.28px}.footer__input{max-width:234px;padding:13px;align-items:center;border-radius:24.341px;border:1.623px solid #a1aebf;font-size:13px;font-weight:400;line-height:16.227px;letter-spacing:.26px}@media (max-width: 1024px){.footer__wrapper{grid-template-columns:repeat(3,1fr);grid-gap:60px 40px;width:fit-content;margin-left:auto;margin-right:auto}}@media (max-width: 768px){.footer__wrapper{grid-template-columns:repeat(2,1fr);grid-gap:50px 30px}}@media (max-width: 475px){.footer__wrapper{grid-template-columns:1fr;gap:40px;width:auto}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}
