.custom-button{border-radius:32px;font-family:Stetica,sans-serif;font-size:14px;font-weight:700;line-height:100%;letter-spacing:0;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;border:none;transition:all .3s ease;cursor:pointer}.custom-button--sm{padding:12px 24px 11px}.custom-button--lg{padding:23px 42px}.custom-button--primary{background-color:#0f0f0f;color:#fff}.custom-button--primary--disabled{background-color:#828282;color:#a6a6a6;cursor:not-allowed}.custom-button--primary:hover{background:linear-gradient(90deg,#0028c3,#00adc0);color:#fff}.custom-button--outlined{position:relative;background-color:rgba(0,0,0,0);color:#0f0f0f;border:none;z-index:1;background:none}.custom-button--outlined--disabled{border:2px solid #828282;color:#828282;background:#fff;cursor:not-allowed}.custom-button--outlined:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;padding:1px;background:#0f0f0f;border-radius:inherit;z-index:-1;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;transition:background .3s ease}.custom-button--outlined:hover{color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background:linear-gradient(90deg,#0028c3,#00adc0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.custom-button--outlined:hover:before{background:linear-gradient(90deg,#0028c3,#00adc0)}.custom-button--text{position:relative;background:none;border:none;color:#0f0f0f;transition:all .3s ease}.custom-button--text--disabled{background:#fff;color:#828282;cursor:not-allowed}.custom-button--text:hover{color:rgba(0,0,0,0);background:linear-gradient(90deg,#0028c3,#00adc0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.custom-button--text:hover:after{content:"";position:absolute;left:24px;right:24px;bottom:13px;height:1px;background:linear-gradient(90deg,#0028c3,#00adc0)}.PhoneInputField__input{width:100%;padding:.5rem 0;font-size:20px;background-color:rgba(0,0,0,0);color:#fff;border:none;border-bottom:1px solid rgba(236,236,236,.2);transition:background-color 5000s ease-in-out 0s!important}.PhoneInputField__input:-webkit-autofill,.PhoneInputField__input:-webkit-autofill:active,.PhoneInputField__input:-webkit-autofill:focus,.PhoneInputField__input:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;-webkit-box-shadow:inset 0 0 0 1000px rgba(0,0,0,0)!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important}.PhoneInputField__input:focus-visible{outline:none}.PhoneInputField__input::placeholder{color:#fff;line-height:100%;letter-spacing:0;font-weight:400}.Input .ant-input{padding:5px 0;color:#fff;background:rgba(0,0,0,0)!important;font-size:20px;transition:background-color 5000s ease-in-out 0s!important;font-family:Stetica,sans-serif}.Input .ant-input:-webkit-autofill,.Input .ant-input:-webkit-autofill:active,.Input .ant-input:-webkit-autofill:focus,.Input .ant-input:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;-webkit-box-shadow:inset 0 0 0 1000px rgba(0,0,0,0)!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important}.Input .ant-input::placeholder{color:#fff;line-height:100%;letter-spacing:0;font-weight:400}.Input .ant-input:focus{background-color:rgba(0,0,0,0);box-shadow:none}.Input .ant-input-underlined{border-bottom:1px solid rgba(236,236,236,.2)!important}.Input__checkbox-label{color:#fff;font-size:10px;line-height:100%;letter-spacing:0;font-weight:400;margin:8px}.Input .ant-checkbox,.Input .ant-checkbox-inner{background-color:rgba(0,0,0,0)}.Input__textarea-span{color:rgba(236,236,236,.2);font-size:14px;line-height:100%;letter-spacing:0;display:flex;justify-content:flex-end;margin-top:5px}.Loader{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;z-index:-10;background:#fff;width:100%;height:100%}.Loader__image{animation:rotate 1.5s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ContactForm__send-button{padding:22px 46px;background:#fff;width:100%}.ContactForm__send-button--success{background:linear-gradient(90deg,#4bc300,#23ffae)}.ContactForm__send-button--error{background:linear-gradient(90deg,#c30048,#ff2327)}.ContactForm__send-button:not(:hover){color:#0f0f0f!important}.ContactForm__send-button:hover{color:#fff}@media screen and (max-width:360px){.ContactForm__captcha{transform:scale(.8) translateX(-40px)}}.ContactForm .PhoneInputField__input::selection,.ContactForm .ant-input::selection{background:#212841;color:#fff}.GradientBackground{position:relative;width:100%;height:100%}.GradientBackground__blob{position:absolute;width:70%;height:225px;border-radius:50%;filter:blur(80px);opacity:.8;z-index:1;top:35%;left:100%;transform:translate(-30%,-50%)}@media screen and (max-width:992px){.GradientBackground__blob{width:100%;height:100px;top:2%;left:35%;transform:translate(-50%,-50%)}}.GradientBackground__blob--primary{background:#0028c3;animation:movePrimary 6s ease-in-out infinite alternate}@media screen and (max-width:992px){.GradientBackground__blob--primary{opacity:1}}.GradientBackground__blob--secondary{background:#00adc0;animation:moveSecondary 6s ease-in-out infinite alternate}@media screen and (max-width:992px){.GradientBackground__blob--secondary{opacity:1}}.GradientBackground__blob--primary2{background:#0028c3;animation:movePrimary2 6s ease-in-out infinite alternate}@media screen and (max-width:992px){.GradientBackground__blob--primary2{opacity:0}}.GradientBackground__blob--secondary2{background:#00adc0;animation:moveSecondary2 6s ease-in-out infinite alternate}@media screen and (max-width:992px){.GradientBackground__blob--secondary2{opacity:0}}@keyframes movePrimary2{0%{transform:translate(-40%,-40%) scale(1)}to{transform:translateY(-150%) scale(1)}}@keyframes moveSecondary2{0%{transform:translate(-50%,-25%) scale(1)}to{transform:translate(-40%,-105%) scale(1)}}.ProjectGradient{position:relative;width:100%;height:100%}.ProjectGradient__blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:1;z-index:1;top:50%;left:50%;width:80%;transform:translate(-50%,-50%)}@media screen and (max-width:992px){.ProjectGradient__blob{height:100px}}.ProjectGradient__blob--primary{animation:movePrimary 5s ease-in-out infinite alternate}.ProjectGradient__blob--secondary{animation:moveSecondary 5s ease-in-out infinite alternate}@keyframes movePrimary{0%{transform:translate(-40%,-50%)}to{transform:translate(-60%,-40%)}}@keyframes moveSecondary{0%{transform:translate(-70%,-50%)}to{transform:translate(-30%,-50%)}}.ServiceGradient{position:relative;width:100%;height:100%}.ServiceGradient__blob{position:absolute;border-radius:50%;filter:blur(50px);opacity:1;z-index:1;top:90%;left:15%;width:35%;height:120px;transform:translate(-50%,-50%)}@media screen and (max-width:992px){.ServiceGradient__blob{left:50%;width:75%}}.ServiceGradient__blob--primary{animation:movePrimaryServiceSection 5s ease-in-out infinite alternate}.ServiceGradient__blob--secondary{animation:moveSecondaryServiceSection 5s ease-in-out infinite alternate}@keyframes movePrimaryServiceSection{0%{transform:translate(-50%,-50%)}to{transform:translate(-30%,-70%)}}@keyframes moveSecondaryServiceSection{0%{transform:translate(-30%,-100%)}to{transform:translate(-80%,-10%)}}.HeaderSection{height:531px}@media screen and (max-width:992px){.HeaderSection{height:271px}}.HeaderSection__layout-hidden{overflow-x:clip}.HeaderSection__bread-crumb{display:none;margin-top:55px;position:relative;z-index:2}@media screen and (max-width:992px){.HeaderSection__bread-crumb{display:block}}.HeaderSection__bread-crumb li:last-child .ant-breadcrumb-link{font-weight:700}.HeaderSection__section{display:flex;flex-direction:column;justify-content:center;height:100%;position:relative;z-index:2}@media screen and (max-width:992px){.HeaderSection__section{padding:30px 0;align-items:center}}.HeaderSection .GradientBackground__blob{left:110%;top:50%;height:400px;width:70%;scale:.75;animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media screen and (max-width:992px){.HeaderSection .GradientBackground__blob{width:120vw;height:150px;top:15%;left:50%;right:50%}}.HeaderSection__title{font-family:Days,sans-serif;font-size:76px;line-height:100%;letter-spacing:0;text-transform:uppercase;color:#0f0f0f;margin-bottom:42px}@media screen and (max-width:992px){.HeaderSection__title{text-align:center;font-size:38px;letter-spacing:4%;margin-bottom:57px}}.HeaderSection__description{font-size:20px;font-weight:400;line-height:148%;letter-spacing:0;color:#0f0f0f;width:60%}@media screen and (max-width:992px){.HeaderSection__description{font-size:14px;line-height:156%;letter-spacing:1%;text-align:center;width:100%}}.HeaderSection .GradientBackground__blob--primary{animation:floatPrimaryHeaderSection 6s ease-in-out infinite alternate}@media screen and (max-width:992px){.HeaderSection .GradientBackground__blob--primary{animation:floatPrimaryHeaderSectionMobile 2s ease-in-out infinite alternate}}.HeaderSection .GradientBackground__blob--secondary{animation:floatSecondaryHeaderSection 6s ease-in-out infinite alternate}@media screen and (max-width:992px){.HeaderSection .GradientBackground__blob--secondary{animation:floatSecondaryHeaderSectionMobile 12s ease-in-out infinite alternate}}.HeaderSection .GradientBackground__blob--primary2{animation:floatPrimaryHeaderSection2 6s ease-in-out infinite alternate}.HeaderSection .GradientBackground__blob--secondary2{animation:floatSecondaryHeaderSection2 6s ease-in-out infinite alternate}@keyframes floatPrimaryHeaderSection{0%,to{transform:translate(-80em,-15em) scale(.95)}50%{transform:translate(-83em,-11em) scale(1.05)}}@keyframes floatSecondaryHeaderSection{0%,to{transform:translate(-50em,-25em) scale(1.1)}50%{transform:translate(-87em,-13em) scale(.9)}}@keyframes floatPrimaryHeaderSection2{0%,to{transform:translate(-80em,-20em) scale(.6)}50%{transform:translate(-83em,-11em) scale(1.05)}}@keyframes floatSecondaryHeaderSection2{0%,to{transform:translate(-70em,-20em) scale(1.4)}50%{transform:translate(-87em,-13em) scale(.9)}}@keyframes floatPrimaryHeaderSectionMobile{0%,to{transform:translate(-60%,-60%) scale(1)}50%{transform:translate(-65%,-55%) scale(1.05)}}@keyframes floatSecondaryHeaderSectionMobile{0%,to{transform:translate(-60%,-10%) scale(1)}50%{transform:translate(-65%,-75%) scale(.95)}}.ProjectCard{width:100%}.ProjectCard__wrapper{width:100%;aspect-ratio:1.15;position:relative;overflow:hidden;border:1px solid #ececec;border-radius:37px;transition:all .3s ease;cursor:pointer}@media screen and (max-width:768px){.ProjectCard__wrapper{border-radius:24px;aspect-ratio:1.3}}.ProjectCard__wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all .3s ease}.ProjectCard__wrapper .ant-tag{opacity:0}.ProjectCard__wrapper:hover .ant-tag{opacity:1}.ProjectCard__wrapper:hover img{transform:scale(1.05)}.ProjectCard__wrapper:hover:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5882352941);z-index:2}.ProjectCard__wrapper:hover .hover-content{opacity:1}.ProjectCard__tag-wrapper{position:relative;top:24px;left:24px;z-index:3;display:flex;flex-wrap:wrap;gap:4px}@media screen and (max-width:992px){.ProjectCard__tag-wrapper{top:12px;left:12px}}.ProjectCard .ant-tag{border-radius:28px;background-color:#fff;white-space:inherit;color:#101010;border:none;font-size:14px;font-weight:500;line-height:112%;letter-spacing:0;padding:10px 20px;font-family:Stetica,sans-serif;transition:opacity .3s ease,visibility .3s ease}@media screen and (max-width:992px){.ProjectCard .ant-tag{font-size:12px;padding:6px 12px}}.ProjectCard .hover-content{position:absolute;bottom:10%;left:45%;transform:translate(-50%,20px);z-index:3;color:#fff;width:80%;opacity:0;transition:all .3s ease}.ProjectCard .hover-content h3{font-size:clamp(24px,3vw,48px);line-height:100%;letter-spacing:0;font-family:Days,sans-serif;margin-bottom:10px;text-transform:uppercase}.ProjectCard .hover-content p{font-size:clamp(12px,1.5vw,16px);line-height:150%;letter-spacing:0}@media screen and (max-width:992px){.ProjectCard .hover-content{bottom:12%;left:50%;width:90%}.ProjectCard .hover-content h3{margin-bottom:4px}}.RatesSection{background:#fff;padding:80px 0 40px;border-top-right-radius:48px;border-top-left-radius:48px;text-align:center;margin-top:-40px;position:-webkit-sticky;position:sticky;top:0}.RatesSection--service{position:static}@media(max-width:992px){.RatesSection{padding:60px 0 30px;border-top-right-radius:32px;border-top-left-radius:32px}}@media(max-width:768px){.RatesSection{padding:40px 0 20px;border-top-right-radius:24px;border-top-left-radius:24px}}.RatesSection__title{font-family:Days,sans-serif;font-size:36px;line-height:100%;letter-spacing:0;text-transform:uppercase}.RatesSection__carousel-wrapper{position:relative;overflow-x:hidden}.RatesSection__carousel-wrapper .slick-slide{padding:0 15px}.RatesSection__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:1}.RatesSection__arrow--prev{left:0}.RatesSection__arrow--next{right:0}@media(max-width:992px){.RatesSection__arrow{top:7.5%}}.RatesSection__carousel-content{max-width:790px;margin:30px auto;display:flex;flex-direction:column;align-items:center;gap:28px}.RatesSection__company{display:flex;justify-content:center;align-items:center;margin-top:80px}.RatesSection__company-content{display:flex;flex-direction:column;align-items:flex-start;margin-left:10px}.RatesSection__company-name{font-family:Exo\ 2,sans-serif;font-weight:700;font-size:16px}.RatesSection__company-author,.RatesSection__company-name{line-height:16px;letter-spacing:.5%;text-transform:uppercase}.RatesSection__company-author{font-family:Noto Sans,sans-serif;font-weight:400;font-size:12px;color:#828298}.RatesSection__label{margin-top:20px;font-size:32px;line-height:132%;font-weight:500;letter-spacing:0;text-transform:uppercase;color:#212841}.RatesSection__description{color:#595959;font-weight:300;font-size:20px;line-height:148%;letter-spacing:0;vertical-align:middle}@media(max-width:992px){.RatesSection__title{font-size:24px}.RatesSection__label{font-size:16px}.RatesSection__description{font-size:14px}}.FaqSection{padding-right:clamp(1px,20vw,400px);padding-top:50px}@media screen and (max-width:992px){.FaqSection{padding-right:0}}.FaqSection__layout{position:relative;background-color:#fff;border-top-left-radius:24px;border-top-right-radius:24px}.FaqSection__title{font-family:Days,sans-serif;font-weight:400;font-size:36px;line-height:100%;letter-spacing:0;text-transform:uppercase;margin-bottom:47px}@media screen and (max-width:992px){.FaqSection__title{text-align:center;font-size:24px}}.FaqSection__item{padding-bottom:48px}.FaqSection__faq-title{font-weight:700;font-size:24px;line-height:148%;letter-spacing:0}@media screen and (max-width:992px){.FaqSection__faq-title{font-size:16px}}.FaqSection__faq-description{font-weight:400;font-size:16px;line-height:128%;letter-spacing:0;margin-top:16px}@media screen and (max-width:992px){.FaqSection__faq-description{font-size:14px}}.FaqSection .ant-collapse-header{padding:0!important;align-items:center!important}.FaqSection .ant-collapse-content-box{padding:0!important}.FaqSection .ant-collapse-arrow{font-size:20px!important}.ContactFormModal__container{background:#101010}.ContactFormModal__wrapper{position:relative;z-index:1002;padding:80px 30px 60px}.ContactFormModal__title{font-size:36px;font-weight:400;color:#fff;text-align:center;font-family:Days,sans-serif;margin-bottom:24px;text-transform:uppercase}@media(max-width:768px){.ContactFormModal__title{font-size:24px}}.ContactFormModal .GradientBackground__blob{left:0;height:150px;top:90%}.ContactFormModal .GradientBackground__blob--primary{animation:moveB 5s ease-in-out infinite alternate}.ContactFormModal .GradientBackground__blob--secondary{animation:moveC 5s ease-in-out infinite alternate}.ContactFormModal .GradientBackground__blob--primary2,.ContactFormModal .GradientBackground__blob--secondary2{opacity:0}@keyframes moveB{0%{transform:translate(0) scale(1)}to{transform:translate(50%) scale(1)}}@keyframes moveC{0%{transform:translate(50%) scale(1)}to{transform:translate(0) scale(1)}}.ContactFormModal .ant-modal-content{padding:0;border-radius:32px;overflow:hidden}.ContactFormModal .ant-modal-content button{color:rgba(255,253,253,.45)}.ContactFormModal .ant-modal-content button:hover{color:#fffdfd}.ContactFormModal .ant-form{max-width:450px;margin:0 auto}.ant-modal-root .ant-modal-mask,.ant-modal-root .ant-modal-wrap{z-index:1003}@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-cube-shadow,.swiper-3d .swiper-slide{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{-webkit-margin-start:var(--swiper-centered-offset-before);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{-webkit-margin-before:var(--swiper-centered-offset-before);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-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.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-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{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-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev 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-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;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"}.Header{background:rgba(0,0,0,0);transition:all .3s ease;position:absolute;top:0;width:100%;z-index:1001}.Header__wrapper{height:80px;margin:0;flex-wrap:nowrap;transition:all .3s ease}@media(max-width:1024px){.Header__wrapper{height:60px}}.Header__logo{height:auto;width:180px;transition:all .3s ease}@media(max-width:1024px){.Header__logo{width:140px}}@media(max-width:992px){.Header__logo{width:120px}}@media(max-width:768px){.Header__logo{width:80px}}.Header__list-items{list-style:none;margin:0;padding:0}.Header__list-items__link{color:#0f0f0f;text-decoration:none;font-size:16px;font-weight:400;padding:5px 10px;transition:all .3s ease;position:relative}.Header__list-items__link--active,.Header__list-items__link:hover{background:linear-gradient(90deg,#0028c3,#00adc0);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.Header__wrapper-lists{gap:40px}@media(max-width:1200px){.Header__wrapper-lists{gap:10px}}@media(max-width:1024px){.Header__wrapper-lists{display:none}}.Header__contact-btn{padding:14px 25.5px;font-size:14px}@media(max-width:1024px){.Header__contact-btn{display:none}}.Header__burger{display:flex;flex-direction:column;justify-content:space-around;width:20px;height:20px;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:0;z-index:1001;position:relative}@media(min-width:1024px){.Header__burger{display:none}}.Header__burger span{width:100%;height:2px;border-radius:8px;background:#0f0f0f;transition:all .3s ease;transform-origin:center}.Header__burger-open{z-index:4}.Header__burger-open span:first-child{transform:rotate(45deg) translate(5px,5px)}.Header__burger-open span:nth-child(2){opacity:0}.Header__burger-open span:nth-child(3){transform:rotate(-45deg) translate(4.5px,-4.5px)}.Header__mobile-menu .ant-drawer-content{background:hsla(0,0%,100%,.98)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Header__mobile-menu .ant-drawer-body{padding:0;display:flex;flex-direction:column}.Header__mobile-menu-content{padding:80px 30px 30px;height:100%;display:flex;flex-direction:column}.Header__mobile-list{list-style:none;padding:0;margin:0;flex-grow:1}.Header__mobile-item{margin-bottom:25px;opacity:0;transform:translateX(20px);animation:fadeIn .4s ease forwards;cursor:pointer}.Header__mobile-item:first-child{animation-delay:.1s}.Header__mobile-item:nth-child(2){animation-delay:.2s}.Header__mobile-item:nth-child(3){animation-delay:.3s}.Header__mobile-item:nth-child(4){animation-delay:.4s}.Header__mobile-item:nth-child(5){animation-delay:.5s}.Header__mobile-item:nth-child(6){animation-delay:.6s}.Header__mobile-item:nth-child(7){animation-delay:.7s}.Header__mobile-item:nth-child(8){animation-delay:.8s}.Header__mobile-item:nth-child(9){animation-delay:.9s}.Header__mobile-item:nth-child(10){animation-delay:1s}.Header__mobile-item__link{color:#0f0f0f;text-decoration:none;font-size:24px;font-weight:400;transition:all .3s ease;display:inline-block}.Header__mobile-item__link--active,.Header__mobile-item__link:hover{background:linear-gradient(90deg,#0028c3,#00adc0);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.Header__mobile-contact-btn{margin-top:30px;align-self:center;width:100%;max-width:250px;padding:12px;font-size:16px}.Header__scrolled{background:hsla(0,0%,100%,.98);box-shadow:0 2px 15px rgba(0,0,0,.1)}.Header__scrolled .Header__wrapper{height:70px}@media(max-width:1024px){.Header__scrolled .Header__wrapper{height:60px}}@keyframes fadeIn{to{opacity:1;transform:translateX(0)}}.Header__mobile-contact-form-wrapper{background:#101010;border-top-left-radius:32px;border-top-right-radius:32px;overflow:hidden}.Header__mobile-contact-form-content{position:relative;z-index:2;padding:60px 30px}.Header__mobile-contact-form-title{font-size:36px;font-weight:400;color:#fff;text-align:center;font-family:Days,sans-serif;margin-bottom:24px;text-transform:uppercase}@media(max-width:768px){.Header__mobile-contact-form-title{font-size:24px}}.SliderSection{padding:75px 0}@media screen and (max-width:992px){.SliderSection{padding:40px 0}.SliderSection__mobile-button{width:100%}}.SliderSection__first{display:flex;align-items:center;justify-content:space-between;gap:20px}@media screen and (max-width:992px){.SliderSection__first{flex-direction:column;justify-content:center}}.SliderSection__wrapper-desc{max-width:614px;display:flex;flex-direction:column;gap:14px}@media screen and (max-width:992px){.SliderSection__wrapper-desc{max-width:100%}}.SliderSection__title{font-size:36px;line-height:150%;letter-spacing:1%;vertical-align:middle;font-family:Days,sans-serif;text-transform:uppercase}@media screen and (max-width:992px){.SliderSection__title{font-size:24px;text-align:center}}.SliderSection__description{font-size:14px;line-height:148%;letter-spacing:0;vertical-align:middle;color:#a6a6a6}@media screen and (max-width:992px){.SliderSection__description{text-align:center}}.SliderSection__wrapper-label{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:80px}.SliderSection__project-label{font-weight:700;font-size:20px;line-height:100%;letter-spacing:2%}@media screen and (max-width:992px){.SliderSection__project-label{font-size:14px}.SliderSection__chevron-icon{height:24px}}.SliderSection__second{width:100%;padding:20px 0;overflow-x:auto;scrollbar-width:none}.SliderSection__second::-webkit-scrollbar{display:none}.SliderSection__slider-container{display:flex;gap:24px;padding:10px 0}@media screen and (max-width:992px){.SliderSection__slider-container{width:92vw}}.SliderSection__slide{width:608px;flex-shrink:0;display:flex;flex-direction:column;gap:16px}@media screen and (max-width:992px){.SliderSection__slide{width:92vw}}.SliderSection .swiper-button-next,.SliderSection .swiper-button-prev{position:absolute;top:50%;transform:translateY(-50%);background-color:#fff;border-radius:50%;width:44px;height:44px;cursor:pointer;color:#000}.SliderSection .swiper-button-next:after,.SliderSection .swiper-button-prev:after{font-size:20px}.Footer{background:#101010;padding:80px 0 40px;color:#fff;border-top-right-radius:48px;border-top-left-radius:48px;overflow:hidden;position:relative;z-index:3}@media(max-width:992px){.Footer{padding:60px 0 30px;border-top-right-radius:32px;border-top-left-radius:32px}}@media(max-width:768px){.Footer{padding:40px 0 20px;border-top-right-radius:24px;border-top-left-radius:24px}}.Footer__content{display:flex;justify-content:space-between;flex-wrap:wrap}@media(max-width:992px){.Footer__content{flex-direction:column-reverse;gap:0}}.Footer__left{width:432px;position:relative}@media(max-width:992px){.Footer__left{width:100%;margin:0 auto}}.Footer .ant-divider-vertical{border-color:rgba(236,236,236,.2);height:75%}@media(max-width:992px){.Footer .ant-divider-vertical{display:none}}.Footer__right{margin-top:70px;max-width:614px;color:#fff;position:relative;z-index:2}@media(max-width:1280px){.Footer__right{max-width:500px;margin-top:50px}}@media(max-width:992px){.Footer__right{max-width:100%;margin-top:0;text-align:center}}.Footer__title{font-size:32px;font-weight:700;margin-bottom:20px;text-transform:uppercase;font-family:Days,sans-serif}@media(max-width:1280px){.Footer__title{font-size:28px}}@media(max-width:768px){.Footer__title{font-size:24px}}@media(max-width:576px){.Footer__title{font-size:20px}}.Footer__email{color:#fff;text-decoration:underline;font-size:24px}@media(max-width:1280px){.Footer__email{font-size:20px}}@media(max-width:768px){.Footer__email{font-size:18px}}.Footer__form{width:100%;display:flex;flex-direction:column;gap:5px}.Footer__bottom{padding-top:220px}@media(max-width:1280px){.Footer__bottom{padding-top:160px}}@media(max-width:992px){.Footer__bottom{padding-top:100px}}@media(max-width:768px){.Footer__bottom{padding-top:60px}}.Footer__columns{display:flex;justify-content:space-between;margin-bottom:40px;flex-wrap:wrap}@media(max-width:768px){.Footer__columns{flex-direction:column;gap:30px;margin-bottom:30px}}.Footer__column{min-width:200px;text-align:center}.Footer__column:first-child{text-align:left}.Footer__column:last-child{text-align:end}@media(max-width:768px){.Footer__column{text-align:center!important}}.Footer__column-title{font-size:20px;font-weight:700;margin-bottom:20px}@media(max-width:768px){.Footer__column-title{font-size:18px;margin-bottom:15px}}.Footer__links{list-style:none;padding:0}.Footer__links li{margin-bottom:10px;font-size:14px;color:#a6a6a6}.Footer__links li>a{color:#a6a6a6;text-decoration:none}.Footer__links li>a:hover{text-decoration:underline}.Footer__links .phone-li{display:flex;align-items:center;justify-content:center;gap:6px}@media(max-width:768px){.Footer__links .phone-li{justify-content:flex-start}}.Footer__social{justify-content:center;flex-direction:column;gap:8px}.Footer__icons,.Footer__social{display:flex;align-items:center}.Footer__icons{gap:32px}.Footer__icon{width:26px;height:26px;display:flex;align-items:center;justify-content:center;overflow:hidden}.Footer__copyright{font-size:12px;font-weight:700;color:#a6a6a6;font-family:Roboto Mono,sans-serif}.Footer .ant-typography,.Footer .ant-typography .ant-typography-copy{color:#a6a6a6}.Footer__desktop-columns{display:block}@media(max-width:768px){.Footer__desktop-columns{display:none}}.Footer__mobile-accordion{display:none}@media(max-width:768px){.Footer__mobile-accordion{display:block;margin-bottom:30px}}.Footer__accordion{background:rgba(0,0,0,0);border:none}.Footer__accordion .ant-collapse-item{border-bottom:1px solid rgba(236,236,236,.2)}.Footer__accordion .ant-collapse-item:last-child{border-bottom:none}.Footer__accordion .ant-collapse-header{color:#fff!important;font-size:20px;font-weight:700;padding:12px 0!important}.Footer__accordion .ant-collapse-header .ant-collapse-arrow{color:#fff!important}.Footer__accordion .ant-collapse-content{background:rgba(0,0,0,0);border-top:none}.Footer__accordion .ant-collapse-content .ant-collapse-content-box{padding:0 0 16px!important}