/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap";*{border:none;margin:0;padding:0}*,:after,:before{box-sizing:border-box}a,a:hover,a:link,a:visited{text-decoration:none}aside,footer,header,main,nav,section{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li{list-style:none}img{vertical-align:top}img,svg{max-width:100%;height:auto}address{font-style:normal}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;background-color:#0000}input::-ms-clear{display:none}button,input[type=submit]{box-shadow:none;cursor:pointer;background-color:#0000;display:inline-block}button:active,button:focus,input:active,input:focus{outline:none}button::-moz-focus-inner{border:0;padding:0}label{cursor:pointer}legend{display:block}:root{--container-width:1230px;--container-padding:15px;--font-family:"Montserrat",sans-serif;--second-family:"Wadik",sans-serif;--third-family:"Nunito Sans",sans-serif;--white-100:#fff;--white-80:#fffc;--white-60:#fff9;--white-40:#fff6;--white-20:#fff3;--white-10:#ffffff1a;--dark-100:#1e1e1e;--dark-80:#1e1e1ecc;--dark-60:#1e1e1e99;--dark-40:#1e1e1e66;--dark-20:#1e1e1e33;--grey-100:#ebebeb;--grey-back:#d9d9d94d;--orange-light:#ef400f;--orange-dark:#c4360f}.dark{--page-bg:#252526;--text-color:#fff}html{scroll-behavior:smooth}.admin-bar{z-index:99999;width:100%;position:fixed}body{background-color:var(--white-100);color:var(--dark-100);font-family:var(--font-family);text-wrap:balance;overflow-x:hidden}body.menu-open{overflow:hidden}.request .iti{width:100%}.request .iti .request__input{padding-bottom:0}.request .iti__country-container,.request .iti__tel-input{padding-bottom:12px!important}.iti{width:100%}img{display:block}a{color:var(--link-color)}a,button{cursor:pointer}code{padding:.2rem}code,pre.code{background-color:#e9f1f6;border-radius:4px}pre.code{padding:1rem;overflow-x:auto}.container{padding:0 var(--container-padding);max-width:var(--container-width);width:100%;margin:0 auto}@media (max-width:1024px){.container{padding:0 40px}}@media (max-width:767px){.container{padding:0 20px}}.container-full{padding:0 var(--container-padding);max-width:100%}.header{background-color:var(--white-100);z-index:100;padding:20px 0;transition:background-color .3s;position:fixed;top:0;left:0;right:0}.header.menu-open{background-color:#0000}.header.menu-open .header__lang-mobile{opacity:0;pointer-events:none}.header__content{justify-content:space-between;align-items:center;display:flex;position:relative}@media (max-width:767px){.header__content{justify-content:unset}}.header__left{align-items:center;gap:12px;display:flex}@media (max-width:767px){.header__left{transition:transform .3s}.header__left.menu-open{transform:translate(calc(100vw - 280px))}}.header__logo{width:180px;height:20px;display:block;position:relative}.header__logo img{width:180px;height:20px;transition:opacity .3s;position:absolute;top:0;left:0}.header__logo-dark{opacity:1}@media (max-width:767px){.header__logo-dark.menu-open{opacity:0}}.header__logo-light{opacity:0}@media (max-width:767px){.header__logo-light.menu-open{opacity:1}}.header__nav{position:relative}@media (max-width:767px){.header__nav{display:none}}.header__lang-mobile-wrapper{display:none}@media (max-width:767px){.header__lang-mobile-wrapper{margin-left:auto;margin-right:15px;display:block;position:relative}}.header__lang-mobile{display:none}@media (max-width:767px){.header__lang-mobile{background-color:var(--dark-100);cursor:pointer;min-width:56px;height:36px;font-family:var(--font-family);text-transform:uppercase;color:var(--white-100);border:none;border-radius:30px;flex-shrink:0;justify-content:center;align-items:center;padding:9px 16px;font-size:12px;font-weight:700;line-height:1.4;transition:opacity .3s;display:flex}.header__lang-mobile:hover{opacity:.8}}.header__lang-mobile-menu{display:none}@media (max-width:767px){.header__lang-mobile-menu{background-color:var(--dark-100);z-index:110;border-radius:12px;flex-direction:column;min-width:56px;padding:4px;display:flex;position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);box-shadow:0 4px 16px #00000026}}.header__lang-mobile-option{cursor:pointer;font-family:var(--font-family);text-transform:uppercase;color:var(--white-100);white-space:nowrap;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px 12px;font-size:12px;font-weight:700;line-height:1.4;transition:background-color .2s;display:flex}.header__lang-mobile-option:hover{background-color:#ffffff1f}.header__burger{display:none}@media (max-width:767px){.header__burger{background:var(--orange-light);cursor:pointer;z-index:101;border:none;border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:6px;width:48px;height:50px;padding:12px;transition:background-color .3s;display:flex;position:relative}.header__burger span{background-color:var(--white-100);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.header__burger.menu-open span:first-child{transform:translateY(8px)rotate(45deg)}.header__burger.menu-open span:nth-child(2){opacity:0}.header__burger.menu-open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}}.nav{align-items:center;gap:12px;display:flex}.nav__item:hover .nav__submenu{opacity:1;visibility:visible;transform:translateY(0)}.nav__submenu{background-color:var(--grey-100);opacity:0;visibility:hidden;z-index:10;border-radius:31px;gap:15px;min-width:200px;padding:9.5px 42px;transition:opacity .2s,visibility .2s,transform .2s;display:flex;position:absolute;top:calc(100% + 12px);left:0;transform:translateY(-6px);box-shadow:0 4px 24px #0000001f}.nav__submenu:before{content:"";height:8px;position:absolute;top:-8px;left:0;right:0}.nav__submenu-link{color:var(--dark-100);white-space:nowrap;border-radius:8px;transition:background-color .2s,opacity .2s;display:block}.nav__link,.nav__submenu-link{font-family:var(--font-family);text-transform:uppercase;font-size:12px;font-weight:700;line-height:1.4;text-decoration:none}.nav__link{background-color:var(--dark-100);cursor:pointer;height:36px;color:var(--white-100);border:none;border-radius:30.5px;justify-content:center;align-items:center;padding:8px 20px;transition:opacity .3s;display:flex}.nav__link:hover{opacity:.8}.nav__lang-dropdown{position:relative}.nav__lang-menu{background-color:var(--dark-100);z-index:110;border-radius:12px;flex-direction:column;min-width:56px;padding:4px;display:flex;position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);box-shadow:0 4px 16px #00000026}.nav__lang-option{cursor:pointer;font-family:var(--font-family);text-transform:uppercase;color:var(--white-100);white-space:nowrap;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px 12px;font-size:12px;font-weight:700;line-height:1.4;transition:background-color .2s;display:flex}.nav__lang-option:hover{background-color:#ffffff1f}@media (max-width:767px){.nav{display:none}}.footer{background-color:var(--white-100);width:100%;margin-top:120px;padding:20px 0}@media (max-width:1024px){.footer{margin-top:80px;padding:40px 0 30px}}@media (max-width:767px){.footer{margin-top:60px;padding:40px 0 20px}}.footer__content{justify-content:space-between;gap:40px;margin-bottom:50px;display:flex}@media (max-width:1024px){.footer__content{flex-wrap:wrap;gap:40px 30px;margin-bottom:50px}}@media (max-width:767px){.footer__content{flex-direction:column;gap:40px;margin-bottom:40px}}.footer__row{display:contents}@media (max-width:1024px){.footer__row{display:contents}}@media (max-width:767px){.footer__row{gap:100px;width:100%;display:flex}}.footer__left{flex:0 0 324px}@media (max-width:1024px){.footer__left{flex:0 0 100%;order:-1;margin-bottom:30px}}@media (max-width:767px){.footer__left{flex:none;margin-bottom:10px}}.footer__logo{width:258px;height:28px;margin-bottom:20px}@media (max-width:1024px){.footer__logo{margin-bottom:15px}}@media (max-width:767px){.footer__logo{width:180px;height:auto;margin-bottom:15px}}.footer__description{font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--dark-100);opacity:.42;font-size:12px;font-weight:400;line-height:140%}@media (max-width:1024px){.footer__description{max-width:500px}}@media (max-width:767px){.footer__description{font-size:10px;line-height:150%}}.footer__contacts,.footer__docs,.footer__nav{flex-direction:column;gap:20px;display:flex}@media (max-width:1024px){.footer__contacts,.footer__docs,.footer__nav{gap:15px}}@media (max-width:767px){.footer__contacts,.footer__docs,.footer__nav{gap:20px}}.footer__title{font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--dark-40);margin:0;font-size:10px;font-weight:500;line-height:140%}@media (max-width:767px){.footer__title{margin-bottom:5px;font-size:9px}}.footer__list{flex-direction:column;gap:15px;margin:0;padding:0;list-style:none;display:flex}@media (max-width:767px){.footer__list{gap:20px}}.footer__item{margin:0}.footer__link{font-family:var(--font-family);text-transform:uppercase;color:var(--dark-100);font-size:12px;font-weight:500;line-height:140%;text-decoration:none;transition:color .3s}.footer__link:hover{color:var(--orange-light)}@media (max-width:767px){.footer__link{font-size:12px;line-height:150%}}.footer__bottom{padding-top:20px;position:relative}@media (max-width:767px){.footer__bottom{padding-top:20px}}.footer__line{background-color:var(--dark-20);width:100%;height:1px;position:absolute;top:0;left:0}.footer__copyright{font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--dark-100);margin:0;font-size:10px;font-weight:400;line-height:140%}@media (max-width:767px){.footer__copyright{font-size:10px;line-height:160%}}.footer__copyright-br{display:none}@media (max-width:767px){.footer__copyright-br{display:inline}}.mobile-menu{background-color:var(--dark-100);z-index:99;flex-direction:column;justify-content:center;align-items:flex-start;width:75%;height:100dvh;padding:0 20px;transition:transform .3s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.mobile-menu.is-open{transform:translate(0)}@media (min-width:768px){.mobile-menu{display:none}}.mobile-menu__nav{flex-direction:column;gap:30px;margin-bottom:60px;margin-left:12px;display:flex}.mobile-menu__link{font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--white-100);font-size:14px;font-weight:700;line-height:140%;text-decoration:none;transition:opacity .3s}.mobile-menu__link:hover{opacity:.8}.mobile-menu__link.active{opacity:.3}.mobile-menu__socials{gap:16px;display:flex;position:absolute;bottom:20px;left:20px}@supports (-webkit-touch-callout:none){.mobile-menu__socials{bottom:60px}}.mobile-menu__social{background-color:var(--orange-light);border-radius:5px;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .3s;display:flex}.mobile-menu__social:hover{background-color:var(--orange-dark)}.mobile-menu__social img{width:18px;height:16px}.mobile-menu-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:98;opacity:0;pointer-events:none;width:100%;height:100dvh;transition:opacity .3s;position:fixed;top:0;left:0}.mobile-menu-overlay.is-open{opacity:1;pointer-events:auto}@media (min-width:768px){.mobile-menu-overlay{display:none}}.request{width:100%}@media (max-width:1024px){.request{margin-bottom:80px}}@media (max-width:767px){.request{margin-bottom:60px;padding:0}}.request__content{background-color:var(--grey-back);border-radius:40px;justify-content:space-between;align-items:flex-start;padding:60px 80px;display:flex}@media (max-width:1024px){.request__content{gap:50px;padding:50px 40px}}@media (max-width:767px){.request__content{border-radius:0;flex-direction:column;gap:25px;padding:30px}}.request__left{flex-shrink:0;width:270px}@media (max-width:767px){.request__left{width:100%}}.request__header{display:none}@media (max-width:767px){.request__header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}}.request__title{font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--dark-100);margin:0 0 35px;font-size:20px;font-weight:700;line-height:140%}@media (max-width:767px){.request__title--desktop{display:none}}.request__title--mobile{display:none}@media (max-width:767px){.request__title--mobile{margin-bottom:0;font-size:18px;display:block}}.request__contact{flex-direction:column;gap:4px;margin-bottom:32px;display:flex}.request__contact:last-of-type{margin-bottom:40px}@media (max-width:767px){.request__contact{margin-bottom:20px}.request__contact:last-of-type{margin-bottom:0}}.request__contact-label{font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--dark-100);font-size:14px;font-weight:500;line-height:140%}@media (max-width:767px){.request__contact-label{font-size:14px}}.request__contact-value{font-family:var(--font-family);text-transform:uppercase;color:var(--orange-light);font-size:20px;font-weight:500;line-height:140%;text-decoration:none;transition:opacity .3s}.request__contact-value--email{text-transform:lowercase}.request__contact-value:hover{opacity:.8}@media (max-width:767px){.request__contact-value{font-size:20px}}.request__socials{align-items:center;gap:20px;display:flex}@media (max-width:767px){.request__socials--desktop{display:none}}.request__socials--mobile{display:none}@media (max-width:767px){.request__socials--mobile{gap:10px;display:flex}}.request__social{background-color:var(--dark-100);border-radius:12px;justify-content:center;align-items:center;width:53px;height:53px;transition:background-color .3s;display:flex}.request__social:hover{background-color:var(--orange-light)}.request__social img{width:24px;height:20px}@media (max-width:767px){.request__social{width:40px;height:40px}.request__social img{width:20px;height:20px}}.request__right{width:100%;max-width:500px}@media (max-width:767px){.request__right{max-width:unset}}.request__form{flex-direction:column;gap:12px;display:flex}.request__field{position:relative}.request__field .iti{--iti-hover-color:transparent;width:100%;display:block;position:relative}.request__field .iti .iti__flag-container{align-items:center;padding:0;display:flex;position:absolute;top:0;bottom:0;left:0}.request__field .iti .iti__selected-flag{border:none;align-items:center;gap:8px;padding:0;display:flex}.request__field .iti .iti__selected-flag,.request__field .iti .iti__selected-flag:focus,.request__field .iti .iti__selected-flag:hover{outline:none;background-color:#0000!important}.request__field .iti .iti__arrow{border-left:4px solid #0000;border-right:4px solid #0000;border-top:5px solid var(--dark-80);margin-left:6px}.request__field .iti .iti__arrow--up{border-top:none;border-bottom:5px solid var(--dark-80)}.request__field .iti .iti__selected-dial-code{font-family:var(--font-family);text-transform:uppercase;color:var(--dark-80);font-size:18px;font-weight:500;line-height:140%}.request__field input[type=tel]{padding-left:90px}.request__input{border:none;border-bottom:1px solid var(--dark-20);width:100%;font-family:var(--font-family);text-transform:uppercase;color:var(--dark-80);background-color:#0000;padding:0 0 12px;font-size:18px;font-weight:500;line-height:140%;transition:border-color .3s}.request__input::placeholder{color:var(--dark-80);opacity:1}.request__input:focus{border-bottom-color:var(--dark-80);outline:none}@media (max-width:767px){.request__input{padding-bottom:12px;font-size:18px}}.request__checkbox{margin-top:8px}@media (max-width:767px){.request__checkbox{justify-content:center;display:flex}}.request__checkbox-label{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.request__checkbox-input{opacity:0;pointer-events:none;position:absolute}.request__checkbox-input:checked+.request__checkbox-box{background-color:var(--dark-100);border-color:var(--dark-100)}.request__checkbox-input:checked+.request__checkbox-box:after{opacity:1}.request__checkbox-box{border:1px solid var(--dark-100);background-color:#0000;border-radius:2px;flex-shrink:0;width:12px;height:12px;margin-top:2px;transition:all .3s;position:relative}.request__checkbox-box:after{content:"";border:solid var(--white-100);opacity:0;border-width:0 1.5px 1.5px 0;width:4px;height:7px;transition:opacity .3s;position:absolute;top:1px;left:3px;transform:rotate(45deg)}.request__checkbox-text{font-family:var(--font-family);text-transform:uppercase;color:var(--dark-100);font-size:10px;line-height:140%}@media (max-width:767px){.request__checkbox-text{font-size:9px}}.request__checkbox-link{color:var(--dark-100);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;transition:color .3s;text-decoration:underline!important}.request__checkbox-link:hover{color:var(--orange-light)}.request__submit{background-color:var(--orange-light);cursor:pointer;width:288px;height:59px;font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--white-100);border:none;border-radius:30.5px;justify-content:space-between;align-self:flex-start;align-items:center;margin-top:12px;padding:6px 6px 6px 30px;font-size:16px;font-weight:700;line-height:140%;transition:background-color .3s,transform .2s;display:inline-flex}.request__submit svg path{transition:all .3s}.request__submit:hover{background-color:#d63508;transform:translateY(-2px)}.request__submit:hover .request__submit-circle{background-color:#000}.request__submit:hover svg path{fill:var(--white-100)}.request__submit:active{transform:translateY(0)}@media (max-width:767px){.request__submit{align-self:center;gap:30px;padding:6px 6px 6px 24px;font-size:14px}}.request__submit-circle{background-color:var(--white-100);border-radius:23.5px;flex-shrink:0;justify-content:center;align-items:center;width:47px;height:47px;transition:background-color .3s;display:flex}.request__submit-circle svg{width:23.88px;height:16px}@media (max-width:767px){.request__submit-circle{width:47px;height:47px}.request__submit-circle svg{width:23.88px;height:16px}}.request__success{color:#4caf50}.request__error,.request__success{font-family:var(--font-family);text-transform:uppercase;margin-bottom:10px;font-size:14px;font-weight:700}.request__error{color:#d32f2f}.modal{z-index:1000;opacity:0;visibility:hidden;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;transition:opacity .3s,visibility .3s;display:flex;position:fixed;top:0;left:0}.modal.is-open{opacity:1;visibility:visible}.modal.is-open .modal__content{transform:scale(1)}.modal__overlay{cursor:pointer;background-color:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.modal__content{background-color:var(--white-100);border-radius:30px;width:100%;max-width:600px;max-height:90vh;padding:60px 52px 40px;transition:transform .3s;position:relative;overflow-y:auto;transform:scale(.9);box-shadow:0 0 30px 2px #00000026}@media (max-width:1024px){.modal__content{padding:50px 40px 60px}}@media (max-width:767px){.modal__content{border-radius:20px;max-height:95vh;padding:40px 20px 50px}}.modal__close{background-color:var(--dark-100);cursor:pointer;border:none;border-radius:70px;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .3s;display:flex;position:absolute;top:16px;right:16px}.modal__close:hover{background-color:var(--orange-light)}.modal__close:focus-visible{outline:none}.modal__close img{width:18px;height:18px}.modal__title{font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;text-align:center;color:var(--dark-100);margin:0 0 8px;font-size:38px;font-weight:700;line-height:140%}@media (max-width:1024px){.modal__title{font-size:32px}}@media (max-width:767px){.modal__title{font-size:24px}}.modal__subtitle{font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;text-align:center;color:var(--dark-60);margin:0 0 40px;font-size:12px;font-weight:700;line-height:140%}@media (max-width:767px){.modal__subtitle{margin-bottom:30px;font-size:10px}}.modal__form{flex-direction:column;gap:12px;display:flex}.modal__field{width:100%;position:relative}.modal__input{border:1px solid var(--dark-20);width:100%;height:56px;font-family:var(--font-family);text-transform:uppercase;color:var(--dark-80);background-color:#0000;border-radius:50px;padding:19px 20px;font-size:15px;font-weight:700;line-height:140%;transition:border-color .3s}.modal__input::placeholder{color:var(--dark-80);opacity:1}.modal__input:focus{border-color:var(--dark-80);outline:none}.modal__input.error{border-color:#d32f2f}.modal__input.valid{border-color:#4caf50}@media (max-width:767px){.modal__input{height:50px;padding:16px 18px;font-size:11px}}.modal__checkbox{margin-top:8px}@media (max-width:767px){.modal__checkbox{margin-top:5px}}.modal__checkbox-label{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.modal__checkbox-input{opacity:0;pointer-events:none;position:absolute}.modal__checkbox-input:checked+.modal__checkbox-box{background-color:var(--dark-100);border-color:var(--dark-100)}.modal__checkbox-input:checked+.modal__checkbox-box:after{opacity:1}.modal__checkbox-input:focus-visible+.modal__checkbox-box{outline:2px solid var(--orange-light);outline-offset:2px}.modal__checkbox-box{border:.6px solid var(--dark-100);background-color:#0000;border-radius:2px;flex-shrink:0;width:12px;height:12px;margin-top:3px;transition:all .3s;position:relative}.modal__checkbox-box:after{content:"";border:solid var(--white-100);opacity:0;border-width:0 1.5px 1.5px 0;width:4px;height:7px;transition:opacity .3s;position:absolute;top:1px;left:3px;transform:rotate(45deg)}.modal__checkbox-text{font-family:var(--font-family);text-transform:uppercase;color:var(--dark-100);font-size:10px;line-height:140%}@media (max-width:767px){.modal__checkbox-text{font-size:9px}}.modal__checkbox-link{color:var(--dark-100);transition:color .3s;text-decoration:underline!important}.modal__checkbox-link:hover{color:var(--orange-light)}.modal__submit{background-color:var(--orange-light);width:fit-content;font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--white-100);cursor:pointer;border:none;border-radius:50px;align-self:center;margin-top:20px;padding:15px 40px;font-size:20px;font-weight:700;line-height:140%;transition:background-color .3s,transform .2s}.modal__submit:hover{background-color:#d63508;transform:translateY(-2px)}.modal__submit:active{transform:translateY(0)}.modal__submit:focus-visible{outline:2px solid var(--orange-light);outline-offset:2px}.modal__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:767px){.modal__submit{margin-top:15px;padding:12px 35px;font-size:16px}}.modal__success{text-align:center;padding:40px 20px}.modal__success-title{font-family:var(--font-family);text-transform:uppercase;color:var(--dark-100);margin-bottom:10px;font-size:24px;font-weight:700;line-height:140%}.modal__success-text{font-family:var(--font-family);color:var(--dark-60);font-size:14px}.modal__error{color:#d32f2f;text-align:center;margin-top:10px;font-size:12px}body.modal-open{overflow:hidden}.preloader{background-color:var(--dark-100);z-index:9999;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .8s;display:flex;position:fixed;top:0;left:0}.preloader--fading{opacity:0;pointer-events:none}.preloader__content{flex-direction:column;align-items:center;gap:40px;display:flex}.preloader__logo{object-fit:contain;width:260px;height:36px;animation:preloaderPulse 2s ease-in-out infinite}@media (max-width:767px){.preloader__logo{width:200px;height:28px}}.preloader__spinner{gap:8px;display:flex}.preloader__spinner span{background-color:var(--orange-light);border-radius:50%;width:8px;height:8px;animation:preloaderBounce 1.4s ease-in-out infinite}.preloader__spinner span:nth-child(2){animation-delay:.16s}.preloader__spinner span:nth-child(3){animation-delay:.32s}@keyframes preloaderPulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes preloaderBounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.hero{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:760px;margin-top:76px;position:relative}@media (max-width:1024px){.hero{height:calc(100vh - 76px)}}@media (max-width:767px){.hero{align-items:center;height:825px;min-height:825px}.hero,.hero .container{flex-direction:column;justify-content:center;display:flex}.hero .container{height:100%;padding:0}}.hero__lines{position:absolute;inset:0}.hero__lines span{background-color:var(--white-100);width:354px;height:.6px;position:absolute}.hero__lines span:first-of-type{width:20%;top:50%;left:0;transform:translateY(-50%)}.hero__lines span:nth-of-type(2){width:20%;top:50%;right:0;transform:translateY(-50%)}.hero__lines span:nth-of-type(3){width:.6px;height:70%;top:0;left:50%;transform:translateY(-50%)}.hero__lines span:nth-of-type(4){width:.6px;height:35%;bottom:-150px;left:50%;transform:translateY(-50%)}@media (max-width:767px){.hero__lines{display:none}}.hero__video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero__overlay{background:var(--dark-100);opacity:.6;z-index:1;position:absolute;inset:0}.hero__top{z-index:2;text-align:center;flex-direction:column;align-items:center;display:flex;position:absolute;top:53%;left:52%;transform:translate(-50%,-50%)}@media (max-width:767px){.hero__top{gap:8px;top:40%}}.hero__bottom{z-index:2;flex-direction:column;align-items:flex-end;gap:40px;max-width:398px;display:flex;position:absolute;bottom:40px;right:120px}@media (max-width:1024px){.hero__bottom{max-width:500px;bottom:30px;right:40px}}@media (max-width:767px){.hero__bottom{align-items:center;gap:20px;max-width:100%;margin-top:auto;padding:0 29px 40px;position:static}}.hero__logo{object-fit:contain;width:673px;height:93px;margin:0 0 9px;display:block}@media (max-width:1024px){.hero__logo{width:350px;height:auto}}@media (max-width:767px){.hero__logo{margin:0;width:318px!important;height:44px!important}}.hero__subtitle{font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--white-100);text-align:left;white-space:nowrap;margin-bottom:40px;margin-left:4px;font-size:18px;font-weight:700;line-height:140%}@media (max-width:767px){.hero__subtitle{text-align:center;margin-bottom:0;margin-left:0;font-size:14px}}.hero__text{font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;text-align:right;color:var(--white-100);font-size:12px;font-weight:700;line-height:140%}@media (max-width:1024px){.hero__text{max-width:398px}}@media (max-width:767px){.hero__text{text-align:center;max-width:318px;font-size:12px}}.hero__btn{background-color:var(--white-100);width:285px;height:59px;font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--dark-100);border:none;border-radius:30px;flex-shrink:0;justify-content:space-between;align-items:center;padding:6px 6px 6px 30px;font-size:16px;font-weight:700;line-height:140%;transition:all .3s;display:inline-flex}.hero__btn,.hero__btn:hover{cursor:pointer}.hero__btn:hover .hero__btn-circle{background-color:var(--orange-light)}@media (max-width:767px){.hero__btn{width:100%;max-width:285px;padding:14px 14px 14px 28px;font-size:14px}}.hero__btn--secondary{text-decoration:none;display:none}@media (max-width:767px){.hero__btn--secondary{border:1px solid var(--white-100);color:var(--white-100);background-color:#0000;justify-content:center;padding:6px 30px;font-size:14px;display:flex}}.hero__btn-circle{background-color:var(--dark-100);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:47px;height:47px;transition:background-color .3s;display:flex}.hero__btn-circle img{width:37px;height:37px;rotate:-45deg}@media (max-width:767px){.hero__btn-circle{width:47px;height:47px}}.what-we-do{background-color:var(--white-100);padding:80px 0}@media (max-width:1024px){.what-we-do{padding:60px 0}}@media (max-width:767px){.what-we-do{padding:40px 0}}.what-we-do .desktop-br{display:inline}@media (max-width:1024px){.what-we-do .desktop-br{display:none}}@media (max-width:767px){.what-we-do .desktop-br{display:none}}.what-we-do__top{justify-content:space-between;align-items:flex-end;margin-bottom:80px;display:flex}@media (max-width:1024px){.what-we-do__top{align-items:flex-end;margin-bottom:40px}}@media (max-width:767px){.what-we-do__top{flex-direction:column;align-items:flex-start;gap:30px}}.what-we-do__left{flex-direction:column;flex:0 0 320px;display:flex}@media (max-width:1024px){.what-we-do__left{flex:1;max-width:442px}}@media (max-width:767px){.what-we-do__left{flex:none;width:100%}}.what-we-do__logo{width:372px;height:41px;margin-bottom:40px}@media (max-width:767px){.what-we-do__logo{width:272px;height:30px;margin-bottom:20px}}.what-we-do__text{font-family:var(--font-family);letter-spacing:.03em;color:var(--dark-80);margin-bottom:40px;font-size:14px;font-weight:700;line-height:140%}@media (max-width:767px){.what-we-do__text{max-width:304px;font-size:12px}}.what-we-do__btn{background-color:var(--grey-100);cursor:pointer;width:285px;height:59px;font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--dark-100);border:none;border-radius:30px;flex-shrink:0;justify-content:space-between;align-items:center;padding:6px 6px 6px 30px;font-size:16px;font-weight:700;line-height:140%;transition:all .3s;display:inline-flex}.what-we-do__btn:hover .what-we-do__btn-circle{background-color:var(--orange-light)}@media (max-width:767px){.what-we-do__btn{width:287px;padding:14px 14px 14px 28px;font-size:14px}}.what-we-do__btn-circle{background-color:var(--dark-100);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:47px;height:47px;transition:background-color .3s;display:flex}.what-we-do__btn-circle img{width:37px;height:37px;rotate:-45deg}@media (max-width:767px){.what-we-do__btn-circle{width:40px;height:40px}}.what-we-do__right{flex-shrink:0}.what-we-do__title{font-family:var(--font-family);text-transform:uppercase;letter-spacing:.03em;color:var(--dark-100);text-align:right;font-size:32px;font-weight:700;line-height:140%}@media (max-width:1024px){.what-we-do__title{white-space:nowrap}}@media (max-width:767px){.what-we-do__title{text-align:left;white-space:normal;max-width:263px;font-size:24px}}.what-we-do__cards{flex-wrap:nowrap;gap:10px;margin-bottom:60px;display:flex}@media (min-width:1025px) and (max-width:1380px){.what-we-do__cards{flex-wrap:wrap}}@media (max-width:1024px){.what-we-do__cards{flex-wrap:wrap;gap:14px}}@media (max-width:767px){.what-we-do__cards{flex-flow:column;gap:20px}}.what-we-do__card{cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:30px;height:250px;text-decoration:none;transition:transform .3s;display:block;position:relative;overflow:hidden}.what-we-do__card:first-child{flex-shrink:0;width:359px}@media (min-width:1025px) and (max-width:1380px){.what-we-do__card:first-child{width:calc(33.3333% - 6.66667px)}}@media (max-width:1024px){.what-we-do__card:first-child{width:calc(50% - 7px)}}.what-we-do__card:nth-child(2){flex-shrink:0;width:200px}@media (min-width:1025px) and (max-width:1380px){.what-we-do__card:nth-child(2){width:calc(33.3333% - 6.66667px)}}@media (max-width:1024px){.what-we-do__card:nth-child(2){width:calc(50% - 7px)}}.what-we-do__card:nth-child(3){flex-shrink:0;width:200px}@media (min-width:1025px) and (max-width:1380px){.what-we-do__card:nth-child(3){width:calc(33.3333% - 6.66667px)}}@media (max-width:1024px){.what-we-do__card:nth-child(3){width:calc(46.9974% - 13.1593px)}}.what-we-do__card:nth-child(4){flex-shrink:0;width:200px}@media (min-width:1025px) and (max-width:1380px){.what-we-do__card:nth-child(4){width:calc(50% - 5px)}}@media (max-width:1024px){.what-we-do__card:nth-child(4){width:calc(26.1097% - 7.31071px)}}.what-we-do__card:nth-child(5){flex-shrink:0;width:200px}@media (min-width:1025px) and (max-width:1380px){.what-we-do__card:nth-child(5){width:calc(50% - 5px)}}@media (max-width:1024px){.what-we-do__card:nth-child(5){width:calc(26.893% - 7.53003px)}}.what-we-do__card:hover .what-we-do__card-arrow{background-color:var(--orange-light)}@media (max-width:767px){.what-we-do__card{height:250px;width:100%!important}}.what-we-do__card-btn{background-color:var(--white-100);cursor:pointer;pointer-events:none;border:none;border-radius:30px;align-items:center;gap:10px;padding:6px 6px 6px 20px;transition:all .3s;display:flex;position:absolute;bottom:8px;right:8px}.what-we-do__card-btn span:first-child{font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--dark-100);font-size:12px;font-weight:700;line-height:140%}@media (max-width:767px){.what-we-do__card-btn{gap:12px;width:auto;height:59px;padding:6px 6px 6px 20px;bottom:18px;right:18px}.what-we-do__card-btn span:first-child{font-size:16px}}.what-we-do__card:first-child .what-we-do__card-btn{padding:6px 6px 6px 30px}@media (max-width:767px){.what-we-do__card:first-child .what-we-do__card-btn{padding:6px 6px 6px 20px}}.what-we-do__card-arrow{background-color:var(--dark-100);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background-color .3s;display:flex}.what-we-do__card-arrow img{width:24px;height:24px;transform:rotate(-45deg)}@media (max-width:767px){.what-we-do__card-arrow{width:47px;height:47px}.what-we-do__card-arrow img{width:45px;height:45px}}.what-we-do__features{align-items:flex-start;gap:40px;display:flex}@media (min-width:1025px) and (max-width:1380px){.what-we-do__features{flex-direction:column;gap:12px}}@media (max-width:1024px){.what-we-do__features{flex-direction:column;gap:12px}}@media (max-width:767px){.what-we-do__features{flex-direction:column;gap:12px}}.what-we-do__divider{flex-shrink:0;width:110px;height:1px;margin-top:120px;display:block}@media (min-width:1025px) and (max-width:1380px){.what-we-do__divider{border-left:1px solid var(--dark-100);width:0;height:40px;margin-top:0}}@media (max-width:1024px){.what-we-do__divider{border-left:1px solid var(--dark-100);width:0;height:40px;margin-top:0}}@media (max-width:767px){.what-we-do__divider{border-left:1px solid var(--dark-100);width:0;height:40px;margin-top:0;display:block}}.what-we-do__feature{flex:1}.what-we-do__feature-title{font-family:var(--font-family);text-transform:uppercase;letter-spacing:.03em;color:var(--dark-100);margin-bottom:20px;font-size:32px;font-weight:400;line-height:140%}@media (max-width:1024px){.what-we-do__feature-title{white-space:nowrap}}@media (max-width:767px){.what-we-do__feature-title{white-space:normal;font-size:28px}}.what-we-do__feature-text{font-family:var(--font-family);color:var(--dark-60);font-size:12px;font-weight:500;line-height:140%}.steps{background-color:var(--white-100);padding:80px 0 120px}@media (max-width:1024px){.steps{padding:60px 0 80px}}@media (max-width:767px){.steps{padding:40px 0 60px}}.steps__subtitle{margin-bottom:4px;font-size:14px}.steps__subtitle,.steps__title{font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--dark-100);font-weight:700;line-height:140%}.steps__title{margin-bottom:40px;font-size:38px}@media (max-width:767px){.steps__title{font-size:24px}}.steps__grid-wrapper{position:relative}.steps__grid-wrapper:before{content:"";background-color:var(--dark-100);z-index:0;width:100vw;height:1px;position:absolute;top:178px;left:50%;transform:translate(-50%)}@media (max-width:1024px){.steps__grid-wrapper:before{display:none}.steps__grid-wrapper{padding:0}}.steps__grid{outline:8px solid var(--white-100);z-index:1;grid-template-columns:repeat(4,1fr);gap:20px;padding:0 2px;display:grid;position:relative}@media (max-width:1024px){.steps__grid{outline:none;grid-template-columns:repeat(2,1fr);gap:14px;padding:0}}@media (max-width:767px){.steps__grid{grid-template-columns:1fr;gap:20px}}.steps__card{outline:2px solid var(--white-100);z-index:2;background:#f4f4f4;border-radius:30px;flex-direction:column;min-height:355px;padding:20px;display:flex;position:relative}@media (max-width:1024px){.steps__card{outline:none}}@media (max-width:767px){.steps__card{min-height:unset;outline:none;height:auto}}.steps__card--orange{background-color:var(--orange-light)}.steps__card--orange .steps__card-text,.steps__card--orange .steps__card-title,.steps__card--orange .steps__number{color:var(--white-100)}.steps__number{font-family:var(--font-family);text-transform:uppercase;color:var(--dark-100);text-align:right;margin-bottom:0;font-size:90px;font-weight:200;line-height:1.4em;display:block}@media (max-width:767px){.steps__number{font-size:60px}}.steps__card-title{font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--dark-100);margin-bottom:23px;font-size:18px;font-weight:700;line-height:140%}@media (max-width:767px){.steps__card-title{margin-bottom:15px;font-size:16px}}.steps__card-text{font-family:var(--font-family);text-transform:uppercase;color:var(--dark-60);margin-top:auto;font-size:12px;font-weight:400;line-height:140%}@media (max-width:767px){.steps__card-text{font-size:11px}}.details{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:440px;position:relative;overflow:hidden}@media (min-width:1025px) and (max-width:1380px){.details{background-position:50%;background-size:100%;background-image:var(--bg-desktop)!important}}@media (max-width:1024px){.details{background-size:cover;height:440px;background-image:var(--bg-tablet)!important}}@media (max-width:767px){.details{background-position:50%;height:300px;background-image:var(--bg-mobile)!important}}.details__content{justify-content:center;align-items:center;width:100%;max-width:1440px;height:100%;margin:0 auto;display:flex;position:relative}.details__circle{border-radius:50%;position:absolute}.details__circle--middle{border:.5px solid var(--white-40);width:93px;height:93px;top:155px;left:806px}@media (min-width:1441px){.details__circle--middle{top:calc(179.48px - 1.7vw);left:calc(33vw + 330.8px)}}@media (min-width:1920px){.details__circle--middle{top:146.84px;left:964.4px}}@media (min-width:1025px) and (max-width:1440px){.details__circle--middle{left:auto;right:450px}}@media (max-width:1024px){.details__circle--middle{top:155px;left:auto;right:405px}}@media (max-width:767px){.details__circle--middle{display:none}}.details__circle--large{border:.5px solid var(--white-20);opacity:.54;width:202px;height:202px;top:101px;left:1201px}@media (min-width:1441px){.details__circle--large{top:calc(125.48px - 1.7vw);left:calc(33.1vw + 724.36px)}}@media (min-width:1920px){.details__circle--large{top:93px;left:1360px}}@media (min-width:1025px) and (max-width:1440px){.details__circle--large{left:auto;right:0}}@media (max-width:1024px){.details__circle--large{top:101px;left:auto;right:-61px}}@media (max-width:767px){.details__circle--large{display:none}}.details__text{font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--white-100);white-space:nowrap;font-size:11px;font-weight:500;line-height:140%;position:absolute;top:210px;left:973px}@media (min-width:1441px){.details__text{top:calc(234.48px - 1.7vw);left:calc(33.1vw + 496.36px)}}@media (min-width:1920px){.details__text{top:201.84px;left:1131.88px}}@media (min-width:1025px) and (max-width:1440px){.details__text{left:auto;right:220px}}@media (max-width:1024px){.details__text{top:210px;left:auto;right:150px}}@media (max-width:767px){.details__text{display:none}}.photo-page{width:100%}.photo-page__hero{background-color:var(--white-100);width:100%;margin-top:76px;padding:80px 0 0}@media (max-width:1024px){.photo-page__hero{margin-top:60px;padding:60px 0 0}}@media (max-width:767px){.photo-page__hero{margin-top:50px;padding:40px 0 0}}.photo-page__content{max-width:608px;margin-bottom:40px}@media (max-width:1024px){.photo-page__content{max-width:100%;margin-bottom:30px}}@media (max-width:767px){.photo-page__content{margin-bottom:20px}}.photo-page__title{font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--dark-100);margin:0 0 20px;font-size:40px;font-weight:700;line-height:1.4em}@media (max-width:1024px){.photo-page__title{margin-bottom:16px;font-size:32px}}@media (max-width:767px){.photo-page__title{margin-bottom:12px;font-size:24px}}.photo-page__description{font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--dark-80);margin:0;font-size:14px;font-weight:700;line-height:1.4em}@media (max-width:1024px){.photo-page__description{font-size:13px}}@media (max-width:767px){.photo-page__description{font-size:12px;line-height:1.5em}}.photo-page__image-wrapper{width:100%;height:350px;overflow:hidden}@media (max-width:1024px){.photo-page__image-wrapper{height:280px}}@media (max-width:767px){.photo-page__image-wrapper{height:200px}}.photo-page__image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.photo-page__3d-viewer{background-color:var(--grey-back);width:100%;padding:80px 0}@media (max-width:1024px){.photo-page__3d-viewer{padding:60px 0}}@media (max-width:767px){.photo-page__3d-viewer{padding:40px 0}}.photo-page__3d-placeholder{background-color:var(--white-100);border:2px dashed var(--dark-20);border-radius:8px;justify-content:center;align-items:center;width:100%;height:500px;display:flex;position:relative}.photo-page__3d-placeholder:before{content:"Здесь будут размещены 3D модели";font-family:var(--font-family);color:var(--dark-40);text-align:center;padding:0 20px;font-size:16px;font-weight:500}@media (max-width:767px){.photo-page__3d-placeholder:before{font-size:14px}}@media (max-width:1024px){.photo-page__3d-placeholder{height:400px}}@media (max-width:767px){.photo-page__3d-placeholder{height:300px}}.photos{background-color:var(--white-100);width:100%;padding-top:10px}.photos__grid{flex-wrap:wrap;gap:11px;padding:0 20px;display:flex}@media (max-width:1024px){.photos__grid{flex-wrap:wrap;gap:10px 12px;padding:0 20px;display:flex}.photos__grid .photos__item{flex-shrink:0}.photos__grid .photos__item:first-of-type{width:calc(59.6% - 6px)}.photos__grid .photos__item:nth-of-type(2){width:calc(40.4% - 6px)}.photos__grid .photos__item:nth-of-type(3){width:calc(45.5% - 8px)}.photos__grid .photos__item:nth-of-type(4){width:calc(27.4% - 8px)}.photos__grid .photos__item:nth-of-type(5),.photos__grid .photos__item:nth-of-type(6){width:calc(27.1% - 8px)}.photos__grid .photos__item:nth-of-type(7){width:calc(32.8% - 8px)}.photos__grid .photos__item:nth-of-type(8){width:calc(40.1% - 8px)}.photos__grid .photos__item:nth-of-type(10),.photos__grid .photos__item:nth-of-type(9){display:none}}@media (max-width:767px){.photos__grid{gap:6px;padding:0}.photos__grid .photos__item{flex-shrink:0}.photos__grid .photos__item:first-of-type,.photos__grid .photos__item:nth-of-type(2){width:calc(50% - 3px)}.photos__grid .photos__item:nth-of-type(3){width:100%}.photos__grid .photos__item:nth-of-type(4),.photos__grid .photos__item:nth-of-type(5){width:calc(50% - 3px)}.photos__grid .photos__item:nth-of-type(6){width:100%}.photos__grid .photos__item:nth-of-type(7),.photos__grid .photos__item:nth-of-type(8){width:calc(50% - 3px);height:130px}}.photos__item{background-color:var(--grey-back);border-radius:4px;flex-shrink:0;position:relative;overflow:hidden}@media (max-width:1024px){.photos__item{height:280px}}@media (max-width:767px){.photos__item{height:262px}}.photos__image,.photos__video{object-fit:cover;border-radius:4px;width:100%;height:100%;display:block}.photos__video{background-color:var(--dark-100)}.photos--portrait .photos__grid{flex-wrap:wrap;gap:10px;padding:0 20px;display:flex}.photos--portrait .photos__grid .photos__item{flex-shrink:0}.photos--portrait .photos__grid .photos__item:first-of-type{width:calc(34.4% - 8px)}.photos--portrait .photos__grid .photos__item:nth-of-type(2){width:calc(15.7% - 8px)}.photos--portrait .photos__grid .photos__item:nth-of-type(3){width:calc(34.2% - 8px)}.photos--portrait .photos__grid .photos__item:nth-of-type(4){width:calc(15.7% - 8px)}.photos--portrait .photos__grid .photos__item:nth-of-type(5),.photos--portrait .photos__grid .photos__item:nth-of-type(6){width:calc(16.3% - 8px)}.photos--portrait .photos__grid .photos__item:nth-of-type(7){width:calc(35% - 8px)}.photos--portrait .photos__grid .photos__item:nth-of-type(8){width:calc(16% - 8px)}.photos--portrait .photos__grid .photos__item:nth-of-type(9){width:calc(16.3% - 8px);display:block}.photos--portrait .photos__grid .photos__item:nth-of-type(10),.photos--portrait .photos__grid .photos__item:nth-of-type(11),.photos--portrait .photos__grid .photos__item:nth-of-type(12){display:none}@media (max-width:1024px){.photos--portrait .photos__grid{flex-wrap:wrap;gap:10px 12px;padding:0 20px;display:flex}.photos--portrait .photos__grid .photos__item{flex-shrink:0}.photos--portrait .photos__grid .photos__item:first-of-type{order:-5;width:calc(45.4% - 8px)!important}.photos--portrait .photos__grid .photos__item:nth-of-type(6){display:none}.photos--portrait .photos__grid .photos__item:nth-of-type(2){width:calc(40.4% - 6px);display:none}.photos--portrait .photos__grid .photos__item:nth-of-type(3){order:0;width:calc(39.8% - 8px)!important}.photos--portrait .photos__grid .photos__item:nth-of-type(3) img{object-position:top}.photos--portrait .photos__grid .photos__item:nth-of-type(4){order:-6;width:calc(27.4% - 8px)}.photos--portrait .photos__grid .photos__item:nth-of-type(4) img{object-position:left}.photos--portrait .photos__grid .photos__item:nth-of-type(5){order:-7;width:calc(27.1% - 8px)}.photos--portrait .photos__grid .photos__item:nth-of-type(7){order:-8;width:calc(59.6% - 6px)!important}.photos--portrait .photos__grid .photos__item:nth-of-type(8){order:-8;width:calc(40.6% - 8px)!important}.photos--portrait .photos__grid .photos__item:nth-of-type(9){display:none}.photos--portrait .photos__grid .photos__item:nth-of-type(10){order:-1;display:block;width:calc(33% - 8px)!important}.photos--portrait .photos__grid .photos__item:nth-of-type(11){order:-2;display:block;width:calc(27.1% - 8px)!important}}@media (max-width:767px){.photos--portrait .photos__grid{gap:6px;padding:0}.photos--portrait .photos__grid .photos__item{flex-shrink:0}.photos--portrait .photos__grid .photos__item:first-of-type{display:none}.photos--portrait .photos__grid .photos__item:nth-of-type(2){order:-8;width:calc(50% - 3px)}.photos--portrait .photos__grid .photos__item:nth-of-type(3){height:130px;width:calc(50% - 3px)!important}.photos--portrait .photos__grid .photos__item:nth-of-type(4){order:-5;width:calc(50% - 3px)}.photos--portrait .photos__grid .photos__item:nth-of-type(5){order:-6;width:calc(50% - 3px)}.photos--portrait .photos__grid .photos__item:nth-of-type(6){width:100%}.photos--portrait .photos__grid .photos__item:nth-of-type(7){display:none}.photos--portrait .photos__grid .photos__item:nth-of-type(8){order:-8;width:calc(50% - 3px)!important;height:262px!important}.photos--portrait .photos__grid .photos__item:nth-of-type(10){height:130px;width:calc(50% - 3px)!important}.photos--portrait .photos__grid .photos__item:nth-of-type(9){width:100%!important}.photos--portrait .photos__grid .photos__item:nth-of-type(11){order:-7;width:100%!important}.photos--portrait .photos__grid .photos__item:nth-of-type(11) img{object-position:top}.photos--portrait .photos__grid .photos__item:nth-of-type(12){order:-9;width:calc(50% - 3px);display:block}}@media (max-width:1024px){.photos--3d .photos__grid,.photos--machine .photos__grid,.photos--macro .photos__grid,.photos--object .photos__grid,.photos--portrait .photos__grid{flex-wrap:wrap;gap:10px 12px;padding:0 20px;display:flex}.photos--3d .photos__grid .photos__item,.photos--machine .photos__grid .photos__item,.photos--macro .photos__grid .photos__item,.photos--object .photos__grid .photos__item,.photos--portrait .photos__grid .photos__item{flex-shrink:0}.photos--3d .photos__grid .photos__item:first-of-type,.photos--machine .photos__grid .photos__item:first-of-type,.photos--macro .photos__grid .photos__item:first-of-type,.photos--object .photos__grid .photos__item:first-of-type,.photos--portrait .photos__grid .photos__item:first-of-type{width:calc(59.6% - 6px)}.photos--3d .photos__grid .photos__item:nth-of-type(2),.photos--machine .photos__grid .photos__item:nth-of-type(2),.photos--macro .photos__grid .photos__item:nth-of-type(2),.photos--object .photos__grid .photos__item:nth-of-type(2),.photos--portrait .photos__grid .photos__item:nth-of-type(2){width:calc(40.4% - 6px)}.photos--3d .photos__grid .photos__item:nth-of-type(3),.photos--machine .photos__grid .photos__item:nth-of-type(3),.photos--macro .photos__grid .photos__item:nth-of-type(3),.photos--object .photos__grid .photos__item:nth-of-type(3),.photos--portrait .photos__grid .photos__item:nth-of-type(3){width:calc(45.5% - 8px)}.photos--3d .photos__grid .photos__item:nth-of-type(4),.photos--machine .photos__grid .photos__item:nth-of-type(4),.photos--macro .photos__grid .photos__item:nth-of-type(4),.photos--object .photos__grid .photos__item:nth-of-type(4),.photos--portrait .photos__grid .photos__item:nth-of-type(4){width:calc(27.4% - 8px)}.photos--3d .photos__grid .photos__item:nth-of-type(5),.photos--3d .photos__grid .photos__item:nth-of-type(6),.photos--machine .photos__grid .photos__item:nth-of-type(5),.photos--machine .photos__grid .photos__item:nth-of-type(6),.photos--macro .photos__grid .photos__item:nth-of-type(5),.photos--macro .photos__grid .photos__item:nth-of-type(6),.photos--object .photos__grid .photos__item:nth-of-type(5),.photos--object .photos__grid .photos__item:nth-of-type(6),.photos--portrait .photos__grid .photos__item:nth-of-type(5),.photos--portrait .photos__grid .photos__item:nth-of-type(6){width:calc(27.1% - 8px)}.photos--3d .photos__grid .photos__item:nth-of-type(7),.photos--machine .photos__grid .photos__item:nth-of-type(7),.photos--macro .photos__grid .photos__item:nth-of-type(7),.photos--object .photos__grid .photos__item:nth-of-type(7),.photos--portrait .photos__grid .photos__item:nth-of-type(7){width:calc(32.8% - 8px)}.photos--3d .photos__grid .photos__item:nth-of-type(8),.photos--machine .photos__grid .photos__item:nth-of-type(8),.photos--macro .photos__grid .photos__item:nth-of-type(8),.photos--object .photos__grid .photos__item:nth-of-type(8),.photos--portrait .photos__grid .photos__item:nth-of-type(8){width:calc(40.1% - 8px)}}@media (max-width:767px){.photos--3d .photos__grid,.photos--machine .photos__grid,.photos--macro .photos__grid,.photos--object .photos__grid,.photos--portrait .photos__grid{gap:6px;padding:0}.photos--3d .photos__grid .photos__item,.photos--machine .photos__grid .photos__item,.photos--macro .photos__grid .photos__item,.photos--object .photos__grid .photos__item,.photos--portrait .photos__grid .photos__item{flex-shrink:0}.photos--3d .photos__grid .photos__item:first-of-type,.photos--3d .photos__grid .photos__item:nth-of-type(2),.photos--machine .photos__grid .photos__item:first-of-type,.photos--machine .photos__grid .photos__item:nth-of-type(2),.photos--macro .photos__grid .photos__item:first-of-type,.photos--macro .photos__grid .photos__item:nth-of-type(2),.photos--object .photos__grid .photos__item:first-of-type,.photos--object .photos__grid .photos__item:nth-of-type(2),.photos--portrait .photos__grid .photos__item:first-of-type,.photos--portrait .photos__grid .photos__item:nth-of-type(2){width:calc(50% - 3px)}.photos--3d .photos__grid .photos__item:nth-of-type(3),.photos--machine .photos__grid .photos__item:nth-of-type(3),.photos--macro .photos__grid .photos__item:nth-of-type(3),.photos--object .photos__grid .photos__item:nth-of-type(3),.photos--portrait .photos__grid .photos__item:nth-of-type(3){width:100%}.photos--3d .photos__grid .photos__item:nth-of-type(4),.photos--3d .photos__grid .photos__item:nth-of-type(5),.photos--machine .photos__grid .photos__item:nth-of-type(4),.photos--machine .photos__grid .photos__item:nth-of-type(5),.photos--macro .photos__grid .photos__item:nth-of-type(4),.photos--macro .photos__grid .photos__item:nth-of-type(5),.photos--object .photos__grid .photos__item:nth-of-type(4),.photos--object .photos__grid .photos__item:nth-of-type(5),.photos--portrait .photos__grid .photos__item:nth-of-type(4),.photos--portrait .photos__grid .photos__item:nth-of-type(5){width:calc(50% - 3px)}.photos--3d .photos__grid .photos__item:nth-of-type(6),.photos--machine .photos__grid .photos__item:nth-of-type(6),.photos--macro .photos__grid .photos__item:nth-of-type(6),.photos--object .photos__grid .photos__item:nth-of-type(6),.photos--portrait .photos__grid .photos__item:nth-of-type(6){width:100%}.photos--3d .photos__grid .photos__item:nth-of-type(7),.photos--3d .photos__grid .photos__item:nth-of-type(8),.photos--machine .photos__grid .photos__item:nth-of-type(7),.photos--machine .photos__grid .photos__item:nth-of-type(8),.photos--macro .photos__grid .photos__item:nth-of-type(7),.photos--macro .photos__grid .photos__item:nth-of-type(8),.photos--object .photos__grid .photos__item:nth-of-type(7),.photos--object .photos__grid .photos__item:nth-of-type(8),.photos--portrait .photos__grid .photos__item:nth-of-type(7),.photos--portrait .photos__grid .photos__item:nth-of-type(8){width:calc(50% - 3px);height:130px}}.photos--machine .photos__item:first-of-type{width:calc(18.8% - 8px)}.photos--machine .photos__item:nth-of-type(2){width:calc(34.2% - 10px)}.photos--machine .photos__item:nth-of-type(3){width:calc(16.2% - 8px)}.photos--machine .photos__item:nth-of-type(4){width:calc(30.8% - 8px)}.photos--machine .photos__item:nth-of-type(5){width:calc(42.4% - 8px)}.photos--machine .photos__item:nth-of-type(6){width:calc(18.7% - 8px)}.photos--machine .photos__item:nth-of-type(7){width:calc(38.9% - 8px)}.photos--machine .photos__item:nth-of-type(8){width:calc(33.5% - 8px)}.photos--machine .photos__item:nth-of-type(9){width:calc(33.5% - 8px);display:block}.photos--machine .photos__item:nth-of-type(10){width:calc(33% - 8px);display:block}.photos--machine .photos__item:nth-of-type(11),.photos--machine .photos__item:nth-of-type(12){display:none}@media (max-width:1024px){.photos--machine{flex-wrap:wrap;gap:10px 12px;display:flex}.photos--machine .photos__item{flex-shrink:0}.photos--machine .photos__item:first-of-type{width:calc(59.6% - 6px)}.photos--machine .photos__item:nth-of-type(2){width:calc(40.4% - 6px)}.photos--machine .photos__item:nth-of-type(3){width:calc(45.5% - 8px)}.photos--machine .photos__item:nth-of-type(4){width:calc(27.4% - 8px)}.photos--machine .photos__item:nth-of-type(5),.photos--machine .photos__item:nth-of-type(6){width:calc(27.1% - 8px)}.photos--machine .photos__item:nth-of-type(7){width:calc(32.8% - 8px)}.photos--machine .photos__item:nth-of-type(8){width:calc(40.1% - 8px)}.photos--machine .photos__item:nth-of-type(10),.photos--machine .photos__item:nth-of-type(9){width:calc(50% - 6px)}}@media (max-width:767px){.photos--machine .photos__item:first-of-type{order:-8}.photos--machine .photos__item:nth-of-type(2){order:-7;width:100%!important}.photos--machine .photos__item:nth-of-type(3),.photos--machine .photos__item:nth-of-type(6){display:none}.photos--machine .photos__item:nth-of-type(4){width:calc(50% - 3px);height:130px}.photos--machine .photos__item:nth-of-type(5){order:-9}.photos--machine .photos__item:nth-of-type(7){order:-4;width:100%!important;height:240px!important}.photos--machine .photos__item:nth-of-type(8){display:none}.photos--machine .photos__item:nth-of-type(9){order:-5;display:block}.photos--machine .photos__item:nth-of-type(10){display:none}.photos--machine .photos__item:nth-of-type(11){order:-6;width:50%;display:block}.photos--machine .photos__item:nth-of-type(12){width:calc(50% - 3px);height:130px;display:block}}.photos--object .photos__grid .photos__item:first-of-type{width:calc(34.2% - 9px)}.photos--object .photos__grid .photos__item:nth-of-type(2){width:calc(15.6% - 9px)}.photos--object .photos__grid .photos__item:nth-of-type(3){width:calc(34.7% - 9px)}.photos--object .photos__grid .photos__item:nth-of-type(4){width:calc(15.5% - 9px)}.photos--object .photos__grid .photos__item:nth-of-type(5),.photos--object .photos__grid .photos__item:nth-of-type(6){width:calc(15.4% - 9px)}.photos--object .photos__grid .photos__item:nth-of-type(7){width:calc(30.7% - 9px)}.photos--object .photos__grid .photos__item:nth-of-type(8){width:calc(38.5% - 9px)}@media (max-width:1024px){.photos--object .photos__grid .photos__item:first-of-type{width:calc(59.6% - 6px)}.photos--object .photos__grid .photos__item:nth-of-type(2){width:calc(40.4% - 6px)}.photos--object .photos__grid .photos__item:nth-of-type(3){width:calc(45.5% - 8px)}.photos--object .photos__grid .photos__item:nth-of-type(4){width:calc(27.4% - 8px)}.photos--object .photos__grid .photos__item:nth-of-type(5),.photos--object .photos__grid .photos__item:nth-of-type(6){width:calc(27.1% - 8px)}.photos--object .photos__grid .photos__item:nth-of-type(7){width:calc(32.8% - 8px)}.photos--object .photos__grid .photos__item:nth-of-type(8){width:calc(40.1% - 8px)}}@media (max-width:767px){.photos--object .photos__grid{gap:6px;padding:0}.photos--object .photos__grid .photos__item{flex-shrink:0}.photos--object .photos__grid .photos__item:first-of-type{width:calc(50% - 3px);height:130px}.photos--object .photos__grid .photos__item:nth-of-type(2){order:-6;width:calc(50% - 3px)}.photos--object .photos__grid .photos__item:nth-of-type(3){order:-4;width:100%}.photos--object .photos__grid .photos__item:nth-of-type(4){order:-5;width:calc(50% - 3px)}.photos--object .photos__grid .photos__item:nth-of-type(5){order:-9;width:calc(50% - 3px)}.photos--object .photos__grid .photos__item:nth-of-type(6){order:-8;width:calc(50% - 3px)}.photos--object .photos__grid .photos__item:nth-of-type(7){order:-7;width:100%;height:240px}.photos--object .photos__grid .photos__item:nth-of-type(8){order:-3;width:calc(50% - 3px);height:130px}}.photos--macro .photos__item:first-of-type{width:calc(32.5% - 9px)}.photos--macro .photos__item:nth-of-type(2){width:calc(17.1% - 8px)}.photos--macro .photos__item:nth-of-type(3){width:calc(32.4% - 9px)}.photos--macro .photos__item:nth-of-type(4){width:calc(18% - 8px)}.photos--macro .photos__item:nth-of-type(5){width:calc(32.5% - 8px)}.photos--macro .photos__item:nth-of-type(6){width:calc(32.5% - 9px)}.photos--macro .photos__item:nth-of-type(7){width:calc(18% - 8px)}.photos--macro .photos__item:nth-of-type(8){width:calc(17% - 9px)}.photos--macro .photos__item:nth-of-type(9){width:calc(34% - 8px)}.photos--macro .photos__item:nth-of-type(10){width:calc(33.4% - 8px)}.photos--macro .photos__item:nth-of-type(11){width:calc(32.6% - 8px)}.photos--macro .photos__item:nth-of-type(12),.photos--macro .photos__item:nth-of-type(13),.photos--macro .photos__item:nth-of-type(14){display:none}@media (max-width:1024px){.photos--macro .photos__item:nth-of-type(5){order:-9;width:calc(59.6% - 6px)!important}.photos--macro .photos__item:nth-of-type(2){order:-8}.photos--macro .photos__item:nth-of-type(3){order:-7}.photos--macro .photos__item:nth-of-type(4){order:-6;width:calc(28% - 8px)!important}.photos--macro .photos__item:first-of-type,.photos--macro .photos__item:nth-of-type(6){display:none}.photos--macro .photos__item:nth-of-type(12){order:-5;width:calc(26.4% - 8px);display:block}.photos--macro .photos__item:nth-of-type(13){order:-4;width:calc(27% - 9px);display:block}.photos--macro .photos__item:nth-of-type(7){order:-3}.photos--macro .photos__item:nth-of-type(8){order:-2}.photos--macro .photos__item:nth-of-type(9){order:-1;display:block!important}.photos--macro .photos__item:nth-of-type(10){order:0;display:block!important}}@media (max-width:767px){.photos--macro .photos__item:nth-of-type(6){order:-10;display:block;width:calc(50% - 3px)!important}.photos--macro .photos__item:nth-of-type(2){order:-9}.photos--macro .photos__item:nth-of-type(3){order:-8}.photos--macro .photos__item:nth-of-type(12),.photos--macro .photos__item:nth-of-type(4){order:-7;width:calc(50% - 3px)!important}.photos--macro .photos__item:nth-of-type(10),.photos--macro .photos__item:nth-of-type(5){display:none!important}.photos--macro .photos__item:nth-of-type(9){width:100%}.photos--macro .photos__item:nth-of-type(11){order:1;width:calc(50% - 3px);height:130px}.photos--macro .photos__item:nth-of-type(13){order:-7;width:100%}.photos--macro .photos__item:nth-of-type(14){order:0;width:calc(50% - 3px);height:130px;display:block}}.where{padding:80px 0}@media (max-width:1024px){.where{padding:60px 0}}@media (max-width:767px){.where{padding:40px 0}}.where--three .where__grid{grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.where--three .where__grid{grid-template-columns:1fr}}@media (max-width:767px){.where--three .where__grid{grid-template-columns:1fr}}.where--three .where__item:nth-child(4),.where--three .where__item:nth-child(5){background-color:#0000;border-radius:0;grid-column:span 1}.where--three .where__item:first-child{background-color:var(--grey-back);border-radius:0 80px 80px 0}@media (max-width:1024px){.where--three .where__item:first-child{background-color:var(--white-100);border-radius:0}}@media (max-width:767px){.where--three .where__item:first-child{background-color:var(--white-100);border-radius:0}}.where--three .where__item:nth-child(2){background-color:#0000;border-radius:0}.where--three .where__item:nth-child(3){background-color:var(--grey-back);border-radius:80px 0 0 80px}@media (max-width:1024px){.where--three .where__item:nth-child(3){background-color:var(--white-100);border-radius:0}}@media (max-width:767px){.where--three .where__item:nth-child(3){background-color:var(--white-100);border-radius:0}}.where__title{font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--dark-100);margin:0 0 60px;font-size:38px;font-weight:700;line-height:140%}@media (max-width:1024px){.where__title{margin-bottom:49px;font-size:38px}}@media (max-width:767px){.where__title{margin-bottom:30px;font-size:24px}}.where__grid{grid-template-columns:repeat(3,1fr);gap:0;display:grid}@media (max-width:1024px){.where__grid{grid-template-columns:1fr 1fr;gap:0 100px}}@media (max-width:767px){.where__grid{grid-template-columns:1fr;gap:0}}.where__item{flex-direction:column;min-height:280px;padding:40px 60px;display:flex;position:relative}@media (max-width:1024px){.where__item{min-height:auto;margin-bottom:78px;padding:80px 0 40px}.where__item:last-child{margin-bottom:0}}@media (max-width:767px){.where__item{min-height:auto;margin-bottom:30px;padding:25px 20px}.where__item:last-child{margin-bottom:0}}.where__item:nth-child(4),.where__item:nth-child(5){grid-column:span 1.5}@media (max-width:1024px){.where__item:nth-child(4),.where__item:nth-child(5){grid-column:span 1}}@media (max-width:767px){.where__item:nth-child(4),.where__item:nth-child(5){grid-column:span 1}}.where__item:first-child{background-color:var(--grey-back);border-radius:0 80px 80px 0}@media (max-width:1024px){.where__item:first-child{background-color:var(--white-100);padding:80px 30px 40px}}@media (max-width:767px){.where__item:first-child{background-color:var(--white-100);padding:25px 20px}}.where__item:nth-child(3){background-color:var(--grey-back);border-radius:80px 0 0 80px}@media (max-width:1024px){.where__item:nth-child(3){background-color:var(--white-100);padding:80px 30px 40px}}@media (max-width:767px){.where__item:nth-child(3){background-color:var(--white-100);padding:25px 20px}}.where__item:nth-child(5){background-color:var(--grey-back);border-radius:80px}@media (max-width:1024px){.where__item:nth-child(5){background-color:var(--white-100);padding:80px 30px 40px}}@media (max-width:767px){.where__item:nth-child(5){background-color:var(--white-100);padding:25px 20px}}.where__icon{flex-shrink:0;width:60px;height:60px;margin-bottom:20px;display:block}@media (max-width:767px){.where__icon{width:50px;height:50px;margin-bottom:15px}}.where__item-title{font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--dark-100);margin:0 0 12px;font-size:18px;font-weight:700;line-height:140%}@media (max-width:767px){.where__item-title{margin-bottom:10px;font-size:16px}}.where__item-description{font-family:var(--font-family);text-transform:uppercase;color:var(--dark-60);margin:0;font-size:12px;font-weight:500;line-height:140%}@media (max-width:767px){.where__item-description{font-size:11px}}.cycle{margin-bottom:120px}@media (max-width:1024px){.cycle{margin-bottom:80px}}@media (max-width:767px){.cycle{margin-bottom:60px}}.cycle__container{flex-direction:column;width:100%;margin-bottom:0;display:flex}.cycle__text-row{width:100%;height:50px;position:relative}@media (max-width:1024px){.cycle__text-row{height:40px}}@media (max-width:767px){.cycle__text-row{height:30px}}.cycle__text{font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--dark-100);white-space:nowrap;font-size:32px;font-weight:400;line-height:1.28}@media (max-width:1024px){.cycle__text{font-size:24px}}@media (max-width:767px){.cycle__text{font-size:16px}}.cycle__text--left{position:absolute;left:auto;right:calc(36.67% + 20px)}@media (max-width:1024px){.cycle__text--left{right:calc(40% + 20px)}}@media (max-width:767px){.cycle__text--left{right:calc(46.42% + 5px)}}.cycle__text--right{position:absolute;left:calc(63.33% + 20px);right:auto;transform:translate(180px)}@media (max-width:1024px){.cycle__text--right{left:calc(60% + 20px);transform:translate(130px)}}@media (max-width:767px){.cycle__text--right{left:calc(53.58% + 5px);transform:translate(75px)}}.cycle__bar{background-color:#1e1e1e33;align-items:center;width:100%;height:1px;display:flex;position:relative}.cycle__line{background-color:var(--dark-20);height:1px}.cycle__line--left{width:63.33%;position:absolute;top:0;left:0}@media (max-width:767px){.cycle__line--left{width:52.25%}}.cycle__line--right{width:28.19%;position:absolute;top:0;right:0}@media (max-width:767px){.cycle__line--right{width:36.87%}}.cycle__number-wrapper{background-color:var(--white-100);z-index:2;border-radius:20px;padding:0 40px;position:absolute;top:50%;left:63.33%;transform:translateY(-50%)}@media (max-width:1024px){.cycle__number-wrapper{border-radius:15px;padding:0 30px;left:60%}}@media (max-width:767px){.cycle__number-wrapper{border-radius:10px;padding:0 15px;left:53.58%}}.cycle__number{font-family:var(--font-family),Arial,sans-serif;text-transform:uppercase;color:var(--dark-100);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:-10px 0;font-size:200px;font-weight:700;line-height:.9;display:block}@media (max-width:1024px){.cycle__number{margin:-8px 0;font-size:150px}}@media (max-width:767px){.cycle__number{margin:-5px 0;font-size:90px}}.cycle__image-container{width:100%;height:451px;margin-top:100px;position:relative;overflow:hidden}@media (max-width:1024px){.cycle__image-container{height:350px;margin-top:80px}}@media (max-width:767px){.cycle__image-container{height:250px;margin-top:60px}}.cycle__image-object{object-fit:cover;width:100%;height:100%;display:block}.cycle__overlay{pointer-events:none;position:absolute;bottom:53%;right:120px}@media (max-width:1024px){.cycle__overlay{display:none}}@media (max-width:767px){.cycle__overlay{display:none}}.cycle__text-wrapper{z-index:2;background-color:#0000;position:relative}.cycle__text-white{font-family:var(--font-family);text-transform:uppercase;color:var(--white-100);white-space:nowrap;margin:0;font-size:18px;font-weight:700;line-height:1.4em}@media (max-width:1024px){.cycle__text-white{font-size:16px}}.cycle--machine .cycle__overlay{pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.cycle--machine .cycle__overlay .cycle__text-wrapper{z-index:2;background-color:#0000;position:relative;transform:translate(-195px)}@media (max-width:767px){.cycle--machine .cycle__overlay .cycle__text-wrapper{display:none}}.viewer-3d{background:#f5f5f7;border-radius:6px;width:100%;position:relative;overflow:hidden}.viewer-3d__container{justify-content:center;align-items:center;width:100%;height:100vh;max-height:800px;display:flex;position:relative}@media (max-width:1024px){.viewer-3d__container{height:600px;max-height:600px}}@media (max-width:767px){.viewer-3d__container{height:450px;max-height:450px}}.viewer-3d__spline-wrapper{z-index:10;background:#f5f5f7;border-radius:6px;position:absolute;inset:0;overflow:hidden}.viewer-3d__canvas{touch-action:pan-y;outline:none;width:100%;height:100%;display:block}.viewer-3d__hotspots{pointer-events:none;z-index:15;position:absolute;inset:0}.viewer-3d__hotspot{cursor:pointer;pointer-events:auto;background:#233fa1;border:none;border-radius:20px;justify-content:center;align-items:center;width:26px;height:27px;padding:0;transition:transform .2s,box-shadow .2s;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 20px #233fa1}.viewer-3d__hotspot:hover{transform:translate(-50%,-50%)scale(1.1);box-shadow:0 0 25px #233fa1}.viewer-3d__hotspot:active{transform:translate(-50%,-50%)scale(.95)}.viewer-3d__hotspot svg{width:20px;height:20px}.viewer-3d__360-icon{z-index:20;color:#233fa1;pointer-events:none;opacity:.95;filter:drop-shadow(0 3px 10px #00000040);position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.viewer-3d__360-icon svg{width:84px;height:84px;display:block}.viewer-3d__360-icon path{fill:currentColor!important}.viewer-3d__loader{z-index:5;pointer-events:none;flex-direction:column;align-items:center;gap:12px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.viewer-3d__spinner{border:3px solid #233fa133;border-top-color:#233fa1;border-radius:50%;width:40px;height:40px;animation:viewer-3d-spin .8s linear infinite}.viewer-3d__loader-text{font-family:var(--font-family);color:#6b7280;font-size:14px}.viewer-3d__description{opacity:0;visibility:hidden;z-index:200;pointer-events:none;border:1px solid var(--grey-back);background:#fffffffa;border-radius:12px;width:357px;max-width:calc(100% - 40px);padding:20px;transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute;top:100px;right:20px;transform:translateY(-20px)scale(.95);box-shadow:0 12px 32px #0000001f}.viewer-3d__description.visible{opacity:1;visibility:visible;pointer-events:auto;cursor:pointer;transform:translateY(0)scale(1)}.viewer-3d__description--bottom-left{inset:auto auto 100px 20px}@media (max-width:767px){.viewer-3d__description{inset:auto auto 20px 50%;transform:translate(-50%)translateY(10px)scale(.95)}.viewer-3d__description.visible{transform:translate(-50%)translateY(0)scale(1)}.viewer-3d__description--bottom-left{bottom:20px;left:50%}}.viewer-3d__description-badge{color:#fff;width:26px;height:27px;font-family:var(--font-family);background:#333;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;margin-bottom:12px;font-size:16px;font-weight:400;display:flex;box-shadow:0 0 20px #233fa1}.viewer-3d__description-title{font-family:var(--font-family);letter-spacing:-.005em;color:var(--dark-100);margin:0 0 12px;font-size:32px;font-weight:500;line-height:1.2}@media (max-width:767px){.viewer-3d__description-title{font-size:24px}}.viewer-3d__description-text{font-family:var(--font-family);color:var(--dark-100);margin:0;padding:0;font-size:14px;font-weight:400;line-height:1.5;list-style:none}.viewer-3d__description-text li{margin-bottom:8px;padding-left:16px;position:relative}.viewer-3d__description-text li:before{content:"•";color:#233fa1;position:absolute;left:0}.viewer-3d__description-text li:last-child{margin-bottom:0}@keyframes viewer-3d-spin{to{transform:rotate(1turn)}}.products{height:100vh;position:relative}.products.page-section{margin-bottom:60px}.products__title{font-family:var(--font-family);margin-bottom:40px;font-size:48px;font-weight:500;line-height:1.2}@media (max-width:767px){.products__title{margin-bottom:20px;font-size:32px}}.products__content{background:#f5f5f7;align-items:center;width:100%;height:100%;padding:40px 0;display:flex;position:relative}.products__container{gap:60px;position:relative}.products__categories{z-index:1000;flex-direction:column;gap:6px;display:flex;position:absolute;top:20px;left:20px}@media (max-width:1024px){.products__categories{left:20px}}@media (max-width:767px){.products__categories{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;flex-direction:row;align-items:center;gap:4px;width:auto;position:relative;right:0;overflow:auto hidden}.products__categories::-webkit-scrollbar{display:none}}.products__category{cursor:pointer;text-align:left;background:0 0;border:none;outline:none;align-items:center;gap:8px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.products__category:hover .products__category-text{color:var(--orange-light);transform:translate(4px)}.products__category.active .products__category-dot{opacity:1;background:var(--orange-light);transform:scale(1.2)}.products__category.active .products__category-text{font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--orange-light);font-size:32px;font-weight:700;line-height:1.219;transform:translate(0)}@media (max-width:767px){.products__category.active .products__category-text{font-size:14px}}.products__category.active .products__category-number{color:var(--orange-light);opacity:1;font-size:16px;font-weight:600}@media (max-width:767px){.products__category.active .products__category-number{display:none}.products__category{scroll-snap-align:start;scroll-snap-stop:always;border:1px solid var(--grey-back);background:var(--white-100,#fff);border-radius:20px;flex-shrink:0;width:fit-content;padding:10px 12px}.products__category.active{background:#233fa1}.products__category.active .products__category-text{color:#fff;text-transform:none}}.products__category-dot{opacity:0;background:0 0;border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:all .4s cubic-bezier(.4,0,.2,1)}@media (max-width:767px){.products__category-dot{display:none}}.products__category-text{font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--dark-100);will-change:transform,color,font-size;font-size:16px;font-weight:500;line-height:1.25;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-block;position:relative}@media (max-width:767px){.products__category-text{text-transform:none;font-size:14px;font-weight:400}}.products__category-number{font-family:var(--font-family);letter-spacing:.03em;color:var(--dark-100);opacity:.5;pointer-events:none;white-space:nowrap;font-size:16px;font-weight:500;line-height:1;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;top:-5px;right:-35px}@media (max-width:767px){.products__category-number{display:none}}.products__animation{justify-content:center;align-items:center;width:100%;height:100vh;max-height:800px;display:flex;position:relative;overflow:hidden}@media (max-width:1024px){.products__animation{height:600px;max-height:600px}}@media (max-width:767px){.products__animation{border-radius:6px;height:450px;max-height:450px}}.products__canvas{object-fit:contain;z-index:1;width:100%;max-width:100%;max-height:100%;position:relative}.products__spline-wrapper{z-index:10;pointer-events:none;background:#f5f5f7;border-radius:6px;display:none;position:absolute;inset:0;overflow:hidden}.products__spline-wrapper #spline3d{touch-action:pan-y;pointer-events:auto;outline:none;width:100%;height:100%;display:block}.products__spline-hotspots{pointer-events:none;z-index:15;position:absolute;inset:0}.products__spline-hotspot{cursor:pointer;pointer-events:auto;background:#233fa1;border-radius:20px;justify-content:center;align-items:center;width:26px;height:27px;transition:transform .2s,box-shadow .2s;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 20px #233fa1}.products__spline-hotspot:hover{transform:translate(-50%,-50%)scale(1.1);box-shadow:0 0 25px #233fa1}.products__spline-hotspot:active{transform:translate(-50%,-50%)scale(.95)}.products__spline-hotspot svg{width:20px;height:20px}.products__spline-360{z-index:20;color:#233fa1;pointer-events:none;opacity:.95;filter:drop-shadow(0 3px 10px #00000040);position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.products__spline-360 svg{width:84px;height:84px;display:block}.products__spline-360 path{fill:currentColor!important}.products__box-spline-wrapper{z-index:10;pointer-events:none;background:#f5f5f7;border-radius:6px;display:none;position:absolute;inset:0;overflow:hidden}.products__box-spline-wrapper .products__box-spline-canvas{touch-action:pan-y;pointer-events:auto;outline:none;width:100%;height:100%;display:block}.products__box-hotspots{pointer-events:none;z-index:15;position:absolute;inset:0}.products__box-hotspot{cursor:pointer;pointer-events:auto;opacity:0;visibility:hidden;background:#233fa1;border-radius:20px;justify-content:center;align-items:center;width:26px;height:27px;transition:transform .2s,box-shadow .2s;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 20px #233fa1}.products__box-hotspot.visible{opacity:1;visibility:visible}.products__box-hotspot.hidden{display:none!important}.products__box-loader{z-index:20;pointer-events:none;background:#f5f5f7d9;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:none;position:absolute;inset:0}.products__box-spinner{border:3px solid #233fa133;border-top-color:#233fa1;border-radius:50%;width:40px;height:40px;animation:products-spin .8s linear infinite}.products__box-loader-text{font-family:var(--font-family);color:#6b7280;font-size:14px}.products__box-360{z-index:20;color:#233fa1;pointer-events:none;opacity:.95;filter:drop-shadow(0 3px 10px #00000040);position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.products__box-360 svg{width:84px;height:84px;display:block}.products__granules-tablet,.products__membrane-tablet{z-index:12;pointer-events:none;position:absolute;inset:0}.products__granules-hotspot,.products__membrane-hotspot{cursor:pointer;pointer-events:auto;background:#233fa1;border:none;border-radius:20px;justify-content:center;align-items:center;width:26px;height:27px;padding:0;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 20px #233fa1}.products__granules-hotspot.hidden,.products__membrane-hotspot.hidden{display:none!important}.products__tablet-canvas-loader{z-index:30;background:#f5f5f7e6;justify-content:center;inset:0}.products__spline-loader,.products__tablet-canvas-loader{pointer-events:none;flex-direction:column;align-items:center;gap:12px;display:flex;position:absolute}.products__spline-loader{z-index:5;top:50%;left:50%;transform:translate(-50%,-50%)}.products__spline-spinner{border:3px solid #233fa133;border-top-color:#233fa1;border-radius:50%;width:40px;height:40px;animation:products-spin .8s linear infinite}.products__spline-loader-text{font-family:var(--font-family);color:#6b7280;font-size:14px}.products__description{opacity:0;visibility:hidden;z-index:100;pointer-events:none;border-radius:12px;width:357px;max-width:100%;padding:20px;transition:all .6s cubic-bezier(.4,0,.2,1);position:absolute;top:125px;right:0;transform:translateY(-20px)}.products__description.visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.products__description[data-position=bottom-left]{inset:auto auto 270px 0}@media (max-width:767px){.products__description{border:1px solid var(--grey-back);z-index:2000;background:#fffffff5;border-radius:12px;width:min(357px,100% - 40px);max-width:calc(100% - 40px);margin:0;padding:16px;position:absolute;top:470px;left:50%;right:auto;transform:translate(-50%)translateY(10px);box-shadow:0 12px 32px #0000001f}.products__description[data-position=bottom-left]{inset:470px auto auto 50%}.products__description.visible{transform:translate(-50%)translateY(0)}}.products__description-badge{color:#fff;width:26px;height:27px;font-family:var(--font-family);background:#333;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;margin-bottom:12px;font-size:16px;font-weight:400;display:flex;box-shadow:0 0 20px #233fa1}.products__description-title{font-family:var(--font-family);letter-spacing:-.005em;color:var(--dark-100);white-space:nowrap;text-transform:capitalize;margin:0 0 12px;font-size:48px;font-weight:500;line-height:1.219}@media (max-width:767px){.products__description-title{font-size:32px}}.products__description-text{font-family:var(--font-family);letter-spacing:.03em;color:var(--dark-100);margin:0;padding:0;font-size:16px;font-weight:400;line-height:1.366;list-style:none}.products__description-text li{margin-bottom:8px;padding-left:20px;position:relative}.products__description-text li:before{content:"•";position:absolute;left:0}.products__description-text li:last-child{margin-bottom:0}@media (max-width:767px){.products__description-text{font-size:14px}}.products__skip-btn{z-index:10000;background:var(--dark-100);border:1px solid var(--dark-100);cursor:pointer;opacity:0;visibility:hidden;height:60px;font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:#fff;border-radius:40px;outline:none;justify-content:center;align-items:center;gap:8px;padding:4px 20px;font-size:16px;font-weight:500;line-height:1.219;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%)translateY(100px)}.products__skip-btn:hover{background:#2a2a2a;border-color:#2a2a2a}.products__skip-btn.visible{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}@media (max-width:767px){.products__skip-btn{gap:6px;height:50px;padding:4px 16px;font-size:14px;bottom:20px}}.products__cta{z-index:12;width:fit-content;position:absolute;top:0;right:0}@media (max-width:767px){.products__cta{display:none!important}}.products__read-more{color:#fff;font-family:var(--font-family);text-transform:uppercase;background:#233fa1;border-radius:30px;align-items:center;gap:12px;padding:12px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.products__read-more:hover{background:#1a2f7a}.products__read-more p{margin:0}.products__read-more div{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}@media (max-width:1024px){.products{height:auto}.products[data-active-animation=Uniguide] .products__spline-wrapper{display:block!important}.products[data-active-animation=Uniguide] .products__canvas{display:none!important}.products[data-active-animation=Box] .products__box-spline-wrapper{display:block!important}.products[data-active-animation=Box] .products__canvas{display:none!important}.products[data-active-animation=Granules] .products__canvas,.products[data-active-animation=Membrane] .products__canvas{display:block!important}.products[data-active-animation=Box] .products__skip-btn,.products[data-active-animation=Granules] .products__skip-btn,.products[data-active-animation=Membrane] .products__skip-btn,.products[data-active-animation=Uniguide] .products__skip-btn{display:none!important}}@keyframes products-spin{to{transform:rotate(1turn)}}.error-page{background-color:var(--white-100);justify-content:center;align-items:center;min-height:calc(100vh - 76px);padding:80px 0;display:flex}@media (max-width:1024px){.error-page{padding:60px 0}}@media (max-width:767px){.error-page{padding:40px 0}}.error-page__content{flex-direction:column;align-items:center;gap:40px;display:flex}.error-page__code{justify-content:center;align-items:center;gap:20px;display:flex}.error-page__digit{font-family:var(--second-family);text-transform:uppercase;color:var(--dark-100);font-size:300px;font-weight:700;line-height:1.106}@media (max-width:1024px){.error-page__digit{font-size:200px}}@media (max-width:767px){.error-page__digit{font-size:125px}}.error-page__image{object-fit:contain;width:200px;height:249px}@media (max-width:1024px){.error-page__image{width:150px;height:auto}}@media (max-width:767px){.error-page__image{width:80px;height:auto}}.error-page__message{font-family:var(--font-family);text-align:center;color:var(--dark-100);max-width:336px;font-size:20px;font-weight:400;line-height:1.219}@media (max-width:767px){.error-page__message{max-width:280px;font-size:16px}}.error-page__button{background-color:var(--orange-light);font-family:var(--font-family);letter-spacing:.03em;text-transform:uppercase;color:var(--white-100);border-radius:50px;justify-content:center;align-items:center;padding:15px 40px;font-size:20px;font-weight:700;line-height:1.4;text-decoration:none;transition:all .3s;display:inline-flex}.error-page__button:active,.error-page__button:hover{background-color:var(--orange-dark)}@media (max-width:767px){.error-page__button{padding:12px 30px;font-size:16px}}