@font-face{font-family:Montserrat;font-display:swap;src:url(../fonts/Montserrat-Bold.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;font-display:swap;src:url(../fonts/Montserrat-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;font-display:swap;src:url(../fonts/Montserrat-Medium.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;font-display:swap;src:url(../fonts/Montserrat-Regular.woff2) format("woff2");font-weight:400;font-style:normal}:root{--dark-color:#000;--light-color:#FFF;--accent-color-primary:#3772FF;--accent-color-secondary:#185cfc;--border-color-primary:#ABABAB;--bg-color-primary:#FFF;--bg-color-secondary:#EAF1FF;--bg-color-secondary-transparent:rgba(234, 241, 255, 0.4);--bg-color-tertiary:#EFEFEF;--bg-color-quaternary:#E8F1FF;--bg-color-dark:#232323;--text-color-primary:#1F1F1F;--text-color-secondary:#FFF;--text-color-tertiary:#757980;--text-color-quaternary:#7B7B7B;--text-color-name-site:#C2D3F6}*{padding:0;margin:0;border:0}*,*::after,*::before{box-sizing:border-box}*::after,*::before{display:inline-block}*{scrollbar-width:none}*::-webkit-scrollbar{display:none}::selection{background:rgba(55,114,255,.85);color:#fff!important;text-shadow:none;-webkit-text-fill-color:#fff}img::selection{background:rgba(0,0,0,0)}img::-moz-selection{background:rgba(0,0,0,0)}details>summary::-webkit-details-marker{display:none}details>summary:first-of-type{list-style:none}body,html{min-width:320px;height:100%}body{color:var(--text-color-primary);font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:500;background-color:var(--bg-color-primary);-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:default}button,input,textarea{font-family:Montserrat,sans-serif;font-size:inherit;line-height:inherit;color:inherit;background-color:rgba(0,0,0,0)}input,textarea{width:100%}label{display:inline-block}button,option,select{cursor:pointer}a{display:inline-block;color:inherit;text-decoration:none}summary,ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}.lock body{overflow:hidden;touch-action:none;-ms-scroll-chaining:none;overscroll-behavior:none}.wrapper{min-height:100%;display:flex;flex-direction:column;overflow:hidden}@supports (overflow:clip){.wrapper{overflow:clip}}.wrapper>main{flex:1 1 auto}.wrapper>*{min-width:0}[class*=__container]{max-width:110rem;margin:0 auto;padding:0 2.5rem}.menu{text-align:center}.menu__list{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:6px;background-color:var(--bg-color-secondary);border-radius:70px;counter-reset:menu-item 0}.menu li{position:relative}.menu li::after{display:none;content:"(" counter(menu-item,decimal-leading-zero) ")";counter-increment:menu-item;font-size:1rem;font-weight:600;color:var(--text-color-tertiary);margin-top:auto;margin-bottom:10px;margin-left:8px}.menu li.selected a{color:var(--text-color-secondary);background-color:var(--accent-color-primary)}.menu li span{display:none;position:absolute;top:50%;right:0;width:60px;height:33px;border-radius:170px;border:1px solid var(--dark-color);-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url(../img/icons/menu-arrow.svg) center/15px no-repeat}.icon-menu{display:none;margin-left:14px}.ibg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.title{font-weight:600;letter-spacing:-.04em}.title>span.accent{color:var(--accent-color-primary)}.button{padding:8px 32px;border-radius:80px;background-color:var(--accent-color-primary)}.start-button{display:inline-flex;align-items:center;gap:4px}.start-button__text{white-space:nowrap;font-size:1.5rem;font-weight:500;padding:12px 32px;border-radius:80px;color:var(--accent-color-primary);background-color:var(--bg-color-secondary);position:relative}.start-button__text::after{content:"";width:25px;height:25px;position:absolute;right:-15px;top:50%;background:url(../img/icons/start-bridge.svg) center/contain no-repeat;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.start-button__icon{display:inline-flex;justify-content:center;align-items:center;padding:27px;border-radius:50%;background-color:var(--bg-color-secondary);position:relative;overflow:hidden}.start-button__arrow{position:absolute;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;pointer-events:none}.start-button__arrow--hidden{-webkit-transform:translate(-165%,165%);transform:translate(-165%,165%)}.custom-scroll-bar{position:fixed;right:0;top:0;bottom:3px;width:2px;height:calc(100vh - 3px);background-color:rgba(0,0,0,0)}.custom-scroll-progress{position:absolute;top:0;right:0;width:100%;height:0;opacity:0;background-color:var(--accent-color-primary)}.header{padding:14px 0}.header__menu a,.header__user-menu a{white-space:nowrap;padding:8px 34px;border-radius:80px;background-color:var(--bg-color-primary);transition:all .3s ease-in-out}.header__container{display:flex;align-items:center}.header__container>div{flex-basis:33.33%}.header__logo{position:relative;z-index:5}.header__logo a{width:92px;height:50px}.header__logo img{width:100%}.header__menu{padding:0 10px}.header__actions{display:flex;justify-content:flex-end;align-items:center;gap:10px;position:relative}.header__user-menu{display:flex;flex-wrap:nowrap;gap:8px;padding:6px;border-radius:72px;background-color:var(--bg-color-secondary)}.header__user-account{display:none;width:50px;height:50px}.header__user-account img{width:100%}.language-menu{position:relative}.language-menu-btn{font-weight:500;display:flex;align-items:center;gap:4px}.language-menu-btn svg{transition:all .3s ease-in-out}.open .language-menu-btn svg{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.language-menu-list{position:absolute;left:0;top:100%;padding:6px;background-color:var(--bg-color-secondary);opacity:0;pointer-events:none;transition:all .3s ease-in-out}.open .language-menu-list{opacity:1;pointer-events:all}.footer{background-color:var(--bg-color-secondary)}.footer__content{display:flex}.footer__main{margin-right:auto}.footer__logo{width:62px;height:34px;margin-bottom:27px}.footer__logo img{width:100%}.footer__socials{display:flex;gap:8px;margin-bottom:25px}.footer__socials a{transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.footer__user-menu{display:flex;flex-wrap:nowrap;gap:8px}.footer__user-menu a{white-space:nowrap;padding:8px 34px;border-radius:80px;color:var(--text-color-secondary);background-color:var(--accent-color-primary);transition:background-color .3s ease 0s}.footer__menu h3{font-weight:700;margin-bottom:18px}.footer__menu li:not(:last-child){margin-bottom:20px}.footer__menu li img{vertical-align:middle}.footer__label{font-weight:700;line-height:1;color:var(--text-color-name-site);text-align:center}.hero__title{text-transform:uppercase;letter-spacing:-.04em}.hero__title-line{display:flex;align-items:center;gap:20px;overflow:hidden}.hero__title-text{white-space:nowrap}.hero__title-img img{display:block}.video video{will-change:transform,border-radius;display:block;vertical-align:middle;-webkit-transform-origin:top;transform-origin:top;border-radius:0;max-width:100%;height:auto;aspect-ratio:1680/945}.uniqueness{margin-bottom:150px}.uniqueness__container{display:flex;align-items:flex-start;gap:37px}.uniqueness__inner{position:sticky;top:150px}.uniqueness__inner h2{margin-bottom:24px}.uniqueness__list{flex:1 0 50%;display:grid;grid-template-rows:repeat(4,1fr);gap:50px}.uniqueness__item{display:flex;flex-direction:column;justify-content:space-between;padding:52px;border-radius:14px;background-color:var(--bg-color-secondary);opacity:.2;-webkit-transform:scale(.95);transform:scale(.95)}.uniqueness__item-icon{width:125px;height:125px;margin-bottom:47px}.uniqueness__item-icon img{width:100%;-o-object-fit:cover;object-fit:cover}.uniqueness__item-content h3{font-weight:600;margin-bottom:24px}.uniqueness__item-content p{color:var(--text-color-quaternary)}.benefits__container{width:100%}.benefits__scroll{width:100%;height:100vh;overflow:hidden}.benefits__scroll-inner{height:100vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.benefits__scroll-mobile .benefits__container{margin-bottom:0}.benefits__mobile-inner{display:flex;gap:40px;position:relative}.benefits__items{display:grid;grid-template-columns:21.34% 22.69% 26.28% 29.41%;position:relative}.benefits__line{grid-column:1/-1;margin:30px 0}.benefits__line img{width:100%}.benefits__line-overlay{z-index:10;backdrop-filter:grayscale(100%);-webkit-backdrop-filter:grayscale(100%);background-color:rgba(255,255,255,.75);width:100%;height:100%;position:absolute}.benefits__line-overlay--desktop{inset:0 0 0 auto}.benefits__item h3{font-weight:700;display:flex;align-items:flex-start;gap:4px;margin-bottom:18px}.benefits__item h3::before{content:"";width:24px;height:24px;flex:0 0 24px;background:url(../img/icons/how-marker.svg) center/contain no-repeat}.benefits__item h3 img{aspect-ratio:3250/191}.benefits__item p{font-weight:400;padding-left:28px}.benefits__item-inner--01{max-width:85%}.benefits__item-inner--02{max-width:62%}.benefits__item-inner--03{max-width:77%}.benefits__item-inner--04{max-width:62%}.how-start{margin-bottom:17%;position:relative;z-index:0}.how-start__container{max-width:100%}.how-start__inner{width:100%;height:100vh;inset:0;display:flex;justify-content:center;align-items:center;position:absolute}.how-start__title{font-weight:600;text-transform:capitalize;text-align:center;z-index:100}.how-start__title-line{display:block;overflow:hidden}.how-start__title-line.relative{position:relative;z-index:50}.how-start__title-text{display:block}.how-start__items{min-height:100vh;display:flex;justify-content:center;align-items:center;position:relative}.how-start__item{aspect-ratio:260/520;position:absolute;top:0;left:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.how-start__item img{transition:-webkit-transform .8s cubic-bezier(.25,1,.5,1);transition:transform .8s cubic-bezier(.25,1,.5,1);transition:transform .8s cubic-bezier(.25,1,.5,1),-webkit-transform .8s cubic-bezier(.25,1,.5,1)}.how-start__item.left img{-webkit-transform:translateX(-350%);transform:translateX(-350%)}.how-start__item.right img{-webkit-transform:translateX(350%);transform:translateX(350%)}.show-items .how-start__item.left img,.show-items .how-start__item.right img{-webkit-transform:translateX(0);transform:translateX(0)}.how-start__item[data-id="1"]{top:0;left:10%}.how-start__item[data-id="2"]{top:5%;left:38%}.how-start__item[data-id="3"]{top:6%;left:60%}.how-start__item[data-id="4"]{top:0;left:88%}.how-start__item[data-id="5"]{top:53%;left:5%}.how-start__item[data-id="6"]{top:44%;left:22%}.how-start__item[data-id="7"]{top:44%;left:78%}.how-start__item[data-id="8"]{top:53%;left:95%}.how-start__item[data-id="9"]{top:94%;left:15%}.how-start__item[data-id="10"]{top:94%;left:37%}.how-start__item[data-id="11"]{top:94%;left:61%}.how-start__item[data-id="12"]{top:94%;left:84%}.how-start__item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.instructions{margin-bottom:257px}.instructions__title{padding-bottom:60px;border-bottom:1px solid var(--border-color-primary)}.instructions__step{display:flex;align-items:center;padding:44px 24px;border-bottom:1px solid var(--border-color-primary);position:relative;transition:background-color .3s ease 0s;cursor:pointer}.instructions__step.selected{background-color:var(--bg-color-secondary)}.instructions__step-title{display:flex;align-items:center;justify-content:flex-start;width:100%;flex:1 0 50%;padding-right:30px;transition:padding .4s ease-in-out}.instructions__step-title span:first-of-type{font-weight:600;color:var(--accent-color-primary)}.instructions__step-image{height:0;flex:1 0 50%;text-align:right;padding-left:72px;overflow:hidden;transition:height .4s ease-in-out}.instructions__step-image img{aspect-ratio:1.73/1;width:501px;position:absolute;top:50%;right:72px;z-index:5;-webkit-transform:translateY(-50%) rotateX(90deg);transform:translateY(-50%) rotateX(90deg);pointer-events:none}@media (min-width:66.3125em){.instructions__step-image img{transition:-webkit-transform .55s ease-in-out;transition:transform .55s ease-in-out;transition:transform .55s ease-in-out,-webkit-transform .55s ease-in-out}.selected .instructions__step-image img{opacity:1;-webkit-transform:translateY(-50%) rotateX(0);transform:translateY(-50%) rotateX(0)}}@media (min-width:36em){.benefits__scroll-mobile{display:none}}@media (min-width:48em){.video{margin-bottom:9.375rem}}@media (min-width:110em){.footer{padding-top:3.5625rem}.footer{padding-bottom:5.1875rem}.footer__content{margin-bottom:5.9375rem}.footer__label{font-size:12.5rem}.hero{padding-top:10.9375rem}.instructions{margin-bottom:16.0625rem}}@media (min-width:120em){.title{font-size:5rem}.footer__content{gap:9.25rem}.hero{padding-bottom:15.8125rem}.hero__title{font-size:7.5rem}.hero__title-img img{height:7.25rem}.uniqueness__item-content h3{font-size:2.5rem}.uniqueness__item-content p{font-size:1.875rem}.benefits__container{margin-bottom:9.25rem}.benefits__items{width:203.8125rem}.benefits__item:nth-child(6){padding-left:7.5rem}.benefits__item h3{font-size:2.5rem}.how-start__title{font-size:7.5rem}.how-start__item{width:16.25rem}.instructions__step-title{gap:9.625rem}.instructions__step-title span:first-of-type{font-size:3rem}.instructions__step-title span:last-of-type{font-size:2.5rem}}@media (max-width:110em){.instructions__step-image img{right:32px}}@media (max-width:90em){.benefits__container{margin-bottom:4.375rem}}@media (max-width:62em){.footer__content{gap:2rem}.footer__content{display:grid;grid-template-columns:1fr 1fr;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;row-gap:40px}.footer__menu.privacy-policy{margin-top:50px}.video video{border-radius:14px;aspect-ratio:911/512}.uniqueness__container{flex-direction:column}.uniqueness__inner{position:static}.how-start__item{width:14.6875rem}.how-start__item{display:none}.how-start__item.top img{-webkit-transform:translateX(-400%);transform:translateX(-400%)}.how-start__item.bottom img{-webkit-transform:translateX(400%);transform:translateX(400%)}.how-start__item[data-id="1"],.how-start__item[data-id="11"],.how-start__item[data-id="12"],.how-start__item[data-id="2"],.how-start__item[data-id="3"],.how-start__item[data-id="8"]{display:block}.how-start__item[data-id="1"]{top:77%;left:90%}.how-start__item[data-id="2"]{top:20%;left:12%}.how-start__item[data-id="3"]{top:77%;left:11%}.how-start__item[data-id="8"]{top:14%;left:50%}.how-start__item[data-id="11"]{top:86%;left:50%}.how-start__item[data-id="12"]{top:21%;left:86%}}@media (max-width:48em){.title{font-size:3.5rem}.start-button{gap:1px}.start-button__text{font-size:1rem;padding:8.5px 24px}.start-button__text::after{width:20px;height:20px;right:-11px}.start-button__icon{padding:18px}.start-button__arrow{width:11px;height:11px}.footer__logo{width:56px;height:31px}.hero{padding-bottom:9.1875rem}.hero__title{font-size:3.5rem}.hero__title-line{flex-wrap:wrap}.hero__title-text{white-space:normal}.hero__title-img img{height:3.25rem}.uniqueness__list{gap:32px}.uniqueness__item{height:430px}.uniqueness__item-icon{width:100px;height:100px}.uniqueness__item-content h3{font-size:2.25rem}.uniqueness__item-content p{font-size:1.5rem}.benefits__container h2{max-width:550px}.benefits__items{width:101.25rem}.benefits__item:nth-child(6){padding-left:3.75rem}.benefits__item h3{font-size:1.5rem;margin-bottom:8px}.benefits__item h3::before{width:12px;height:12px;flex:0 0 12px}.benefits__item p{font-size:1rem;padding-left:18px}.how-start{margin-bottom:150px}.how-start__title{font-size:5rem}.instructions__step-title{gap:1.75rem;flex-direction:column;align-items:flex-start;flex:1 0 36%}.instructions__step-title span:first-of-type{font-size:2rem}.instructions__step-title span:last-of-type{font-size:2rem}}@media (max-width:48em)and (max-width:20em){.title{font-size:1.8125rem}.hero{padding-bottom:8.125rem}.hero__title{font-size:2.9375rem}.uniqueness__item-content h3{font-size:1.125rem}.uniqueness__item-content p{font-size:.8125rem}}@media (max-width:48em)and (max-width:23.4375em){.how-start__title{font-size:3rem}.how-start__item{width:8.125rem}.instructions__step-title span:first-of-type{font-size:1.25rem}.instructions__step-title span:last-of-type{font-size:1.5rem}}@media (max-width:20em){.footer{padding-top:1.4375rem}.footer{padding-bottom:2.75rem}.footer__content{margin-bottom:2.5625rem}.footer__label{font-size:3rem}.hero{padding-top:2.375rem}.video{margin-bottom:6.125rem}.instructions{margin-bottom:7rem}}@media (max-width:76.75em){.hero__title-line.one,.hero__title-line.three{flex-wrap:wrap}.hero__title-line.one{gap:8px}.hero__title-line.one .hero__title-text{order:2}.hero__title-line.one .hero__title-img{order:1}}@media (max-width:66.25em){.menu{text-align:left}.menu__body{position:fixed;width:100%;height:100%;left:-100%;top:0;z-index:4;overflow:auto;padding:9.875rem 2.5rem 2.5rem 2.5rem;background-color:var(--bg-color-secondary);transition:left .3s}.menu__body::before{content:"";position:fixed;width:100%;height:3.5625rem;left:-100%;top:0;transition:left .3s;z-index:2;background-color:var(--bg-color-secondary)}.menu-open .menu__body{left:0}.menu-open .menu__body::before{left:0}.menu__list{width:100%;flex-direction:column;align-items:flex-start;gap:0;padding:0}.menu li{font-size:3rem;font-weight:600;width:100%;display:flex;align-items:center;padding-right:60px}.menu li:not(:last-child){margin-bottom:40px}.menu li::after{display:block}.menu li.selected a{color:inherit;background-color:rgba(0,0,0,0)}.menu li span{display:inline-block}.icon-menu{display:block;position:relative;width:1.5625rem;height:1rem;z-index:5}.icon-menu span,.icon-menu::after,.icon-menu::before{content:"";transition:all .3s ease 0s;right:0;position:absolute;width:1.5625rem;height:.125rem;border-radius:.125rem;background-color:#000}.icon-menu::before{top:0}.icon-menu::after{bottom:0}.icon-menu span{top:calc(50% - .0625rem)}.menu-open .icon-menu span{width:0}.menu-open .icon-menu::after,.menu-open .icon-menu::before{width:1.6875rem}.menu-open .icon-menu::before{top:calc(50% - .0625rem);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.menu-open .icon-menu::after{bottom:calc(50% - .0625rem);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.header__menu a{padding:0;border-radius:0;background-color:rgba(0,0,0,0)}.header__logo a{width:67px;height:37px}.header__user-account{width:32px;height:32px;margin-right:16px}.instructions__step{padding:22px 20px 22px 32px}.instructions__step-image{padding-left:0}.instructions__step-image img{width:100%;position:static;-webkit-transform:none;transform:none}}@media (max-width:66.25em)and (any-hover:none){.icon-menu{cursor:default}}@media (max-width:47.99875em){.how-start__item[data-id="1"]{top:75%}.how-start__item[data-id="2"]{top:22%}.how-start__item[data-id="3"]{top:75%}.how-start__item[data-id="8"]{top:16%}.how-start__item[data-id="11"]{top:83%}.how-start__item[data-id="12"]{top:23%}}@media (max-width:35.9375em){[class*=__container]{padding:0 1.25rem}.menu__body{padding:9.875rem 1.25rem 1.25rem 1.25rem}.menu li{font-size:2rem}.menu li::after{font-size:.75rem;margin-bottom:6px}.menu li span{width:45px;height:25px;border-radius:128px;background-size:11px}.icon-menu{margin-left:0}.header__user-menu{display:none}.header__user-account{margin-right:10px}.language-menu{display:none}.footer__content{grid-template-columns:1fr;row-gap:32px}.footer__menu.privacy-policy{margin-top:0}.hero__title{display:flex;flex-direction:column;gap:16px}.hero__title-line{display:inline}.hero__title-img img{display:inline-block}.video video{aspect-ratio:535/535;-o-object-fit:cover;object-fit:cover}.uniqueness__item{height:398px;padding:35px}.uniqueness__item-icon{width:90px;height:90px}.uniqueness__item-content h3{margin-bottom:18px}.benefits{margin-bottom:100px}.benefits__scroll{display:none}.benefits__items{display:flex;flex-direction:column;justify-content:space-between}.benefits__line{margin:0}.benefits__line img{width:auto}.benefits__line-overlay--mobile{inset:auto 0 0 0}.benefits__item h3{flex-direction:column;margin-bottom:20px}.benefits__item p{padding-left:0}.benefits__item-inner--01{max-width:100%}.benefits__item-inner--02{max-width:87%}.benefits__item-inner--03{max-width:95%}.benefits__item-inner--04{max-width:97%}.how-start{margin-bottom:100px}.instructions__step{flex-direction:column;padding:0}.instructions__step-title{padding:18px 10px;gap:7px}.selected .instructions__step-title{padding:10px 10px 15px 10px}.instructions__step-image{flex:none}}@media (max-width:29.99875em){.instructions__title{padding-bottom:24px}}@media (max-width:23.4375em){.header__logo a{width:54px;height:29px}}@media (min-width:48em)and (max-width:120em){@supports (font-size:clamp(3.5rem ,2.5rem + 2.0833333333vw ,5rem)){.title{font-size:clamp(3.5rem ,2.5rem + 2.0833333333vw ,5rem)}}@supports not (font-size:clamp(3.5rem ,2.5rem + 2.0833333333vw ,5rem)){.title{font-size:calc(3.5rem + 1.5*(100vw - 48rem)/ 72)}}@supports (padding-bottom:clamp(9.1875rem ,4.7708333333rem + 9.2013888889vw ,15.8125rem)){.hero{padding-bottom:clamp(9.1875rem ,4.7708333333rem + 9.2013888889vw ,15.8125rem)}}@supports not (padding-bottom:clamp(9.1875rem ,4.7708333333rem + 9.2013888889vw ,15.8125rem)){.hero{padding-bottom:calc(9.1875rem + 6.625*(100vw - 48rem)/ 72)}}@supports (font-size:clamp(3.5rem ,0.8333333333rem + 5.5555555556vw ,7.5rem)){.hero__title{font-size:clamp(3.5rem ,.8333333333rem + 5.5555555556vw ,7.5rem)}}@supports not (font-size:clamp(3.5rem ,0.8333333333rem + 5.5555555556vw ,7.5rem)){.hero__title{font-size:calc(3.5rem + 4*(100vw - 48rem)/ 72)}}@supports (height:clamp(3.25rem ,0.5833333333rem + 5.5555555556vw ,7.25rem)){.hero__title-img img{height:clamp(3.25rem ,.5833333333rem + 5.5555555556vw ,7.25rem)}}@supports not (height:clamp(3.25rem ,0.5833333333rem + 5.5555555556vw ,7.25rem)){.hero__title-img img{height:calc(3.25rem + 4*(100vw - 48rem)/ 72)}}@supports (font-size:clamp(2.25rem ,2.0833333333rem + 0.3472222222vw ,2.5rem)){.uniqueness__item-content h3{font-size:clamp(2.25rem ,2.0833333333rem + .3472222222vw ,2.5rem)}}@supports not (font-size:clamp(2.25rem ,2.0833333333rem + 0.3472222222vw ,2.5rem)){.uniqueness__item-content h3{font-size:calc(2.25rem + .25*(100vw - 48rem)/ 72)}}@supports (font-size:clamp(1.5rem ,1.25rem + 0.5208333333vw ,1.875rem)){.uniqueness__item-content p{font-size:clamp(1.5rem ,1.25rem + .5208333333vw ,1.875rem)}}@supports not (font-size:clamp(1.5rem ,1.25rem + 0.5208333333vw ,1.875rem)){.uniqueness__item-content p{font-size:calc(1.5rem + .375*(100vw - 48rem)/ 72)}}@supports (width:clamp(101.25rem ,32.875rem + 142.4479166667vw ,203.8125rem)){.benefits__items{width:clamp(101.25rem ,32.875rem + 142.4479166667vw ,203.8125rem)}}@supports not (width:clamp(101.25rem ,32.875rem + 142.4479166667vw ,203.8125rem)){.benefits__items{width:calc(101.25rem + 102.5625*(100vw - 48rem)/ 72)}}@supports (padding-left:clamp(3.75rem ,1.25rem + 5.2083333333vw ,7.5rem)){.benefits__item:nth-child(6){padding-left:clamp(3.75rem ,1.25rem + 5.2083333333vw ,7.5rem)}}@supports not (padding-left:clamp(3.75rem ,1.25rem + 5.2083333333vw ,7.5rem)){.benefits__item:nth-child(6){padding-left:calc(3.75rem + 3.75*(100vw - 48rem)/ 72)}}@supports (font-size:clamp(1.5rem ,0.8333333333rem + 1.3888888889vw ,2.5rem)){.benefits__item h3{font-size:clamp(1.5rem ,.8333333333rem + 1.3888888889vw ,2.5rem)}}@supports not (font-size:clamp(1.5rem ,0.8333333333rem + 1.3888888889vw ,2.5rem)){.benefits__item h3{font-size:calc(1.5rem + 1*(100vw - 48rem)/ 72)}}@supports (font-size:clamp(5rem ,3.3333333333rem + 3.4722222222vw ,7.5rem)){.how-start__title{font-size:clamp(5rem ,3.3333333333rem + 3.4722222222vw ,7.5rem)}}@supports not (font-size:clamp(5rem ,3.3333333333rem + 3.4722222222vw ,7.5rem)){.how-start__title{font-size:calc(5rem + 2.5*(100vw - 48rem)/ 72)}}@supports (gap:clamp(1.75rem ,-3.5rem + 10.9375vw ,9.625rem)){.instructions__step-title{gap:clamp(1.75rem ,-3.5rem + 10.9375vw ,9.625rem)}}@supports not (gap:clamp(1.75rem ,-3.5rem + 10.9375vw ,9.625rem)){.instructions__step-title{gap:calc(1.75rem + 7.875*(100vw - 48rem)/ 72)}}@supports (font-size:clamp(2rem ,1.3333333333rem + 1.3888888889vw ,3rem)){.instructions__step-title span:first-of-type{font-size:clamp(2rem ,1.3333333333rem + 1.3888888889vw ,3rem)}}@supports not (font-size:clamp(2rem ,1.3333333333rem + 1.3888888889vw ,3rem)){.instructions__step-title span:first-of-type{font-size:calc(2rem + 1*(100vw - 48rem)/ 72)}}@supports (font-size:clamp(2rem ,1.6666666667rem + 0.6944444444vw ,2.5rem)){.instructions__step-title span:last-of-type{font-size:clamp(2rem ,1.6666666667rem + .6944444444vw ,2.5rem)}}@supports not (font-size:clamp(2rem ,1.6666666667rem + 0.6944444444vw ,2.5rem)){.instructions__step-title span:last-of-type{font-size:calc(2rem + .5*(100vw - 48rem)/ 72)}}}@media (max-width:48em)and (min-width:48em){.title{font-size:3.5rem}.hero{padding-bottom:9.1875rem}.hero__title{font-size:3.5rem}.uniqueness__item-content h3{font-size:2.25rem}.uniqueness__item-content p{font-size:1.5rem}.how-start__title{font-size:5rem}.how-start__item{width:14.6875rem}.instructions__step-title span:first-of-type{font-size:2rem}.instructions__step-title span:last-of-type{font-size:2rem}}@media (max-width:48em)and (min-width:20em)and (max-width:48em){@supports (font-size:clamp(1.8125rem ,0.6071428571rem + 6.0267857143vw ,3.5rem)){.title{font-size:clamp(1.8125rem ,.6071428571rem + 6.0267857143vw ,3.5rem)}}@supports not (font-size:clamp(1.8125rem ,0.6071428571rem + 6.0267857143vw ,3.5rem)){.title{font-size:calc(1.8125rem + 1.6875*(100vw - 20rem)/ 28)}}@supports (padding-bottom:clamp(8.125rem ,7.3660714286rem + 3.7946428571vw ,9.1875rem)){.hero{padding-bottom:clamp(8.125rem ,7.3660714286rem + 3.7946428571vw ,9.1875rem)}}@supports not (padding-bottom:clamp(8.125rem ,7.3660714286rem + 3.7946428571vw ,9.1875rem)){.hero{padding-bottom:calc(8.125rem + 1.0625*(100vw - 20rem)/ 28)}}@supports (font-size:clamp(2.9375rem ,2.5357142857rem + 2.0089285714vw ,3.5rem)){.hero__title{font-size:clamp(2.9375rem ,2.5357142857rem + 2.0089285714vw ,3.5rem)}}@supports not (font-size:clamp(2.9375rem ,2.5357142857rem + 2.0089285714vw ,3.5rem)){.hero__title{font-size:calc(2.9375rem + .5625*(100vw - 20rem)/ 28)}}@supports (font-size:clamp(1.125rem ,0.3214285714rem + 4.0178571429vw ,2.25rem)){.uniqueness__item-content h3{font-size:clamp(1.125rem ,.3214285714rem + 4.0178571429vw ,2.25rem)}}@supports not (font-size:clamp(1.125rem ,0.3214285714rem + 4.0178571429vw ,2.25rem)){.uniqueness__item-content h3{font-size:calc(1.125rem + 1.125*(100vw - 20rem)/ 28)}}@supports (font-size:clamp(0.8125rem ,0.3214285714rem + 2.4553571429vw ,1.5rem)){.uniqueness__item-content p{font-size:clamp(.8125rem ,.3214285714rem + 2.4553571429vw ,1.5rem)}}@supports not (font-size:clamp(0.8125rem ,0.3214285714rem + 2.4553571429vw ,1.5rem)){.uniqueness__item-content p{font-size:calc(.8125rem + .6875*(100vw - 20rem)/ 28)}}}@media (min-width:20em)and (max-width:110em){@supports (padding-top:clamp(1.4375rem ,0.9652777778rem + 2.3611111111vw ,3.5625rem)){.footer{padding-top:clamp(1.4375rem ,.9652777778rem + 2.3611111111vw ,3.5625rem)}}@supports not (padding-top:clamp(1.4375rem ,0.9652777778rem + 2.3611111111vw ,3.5625rem)){.footer{padding-top:calc(1.4375rem + 2.125*(100vw - 20rem)/ 90)}}@supports (padding-bottom:clamp(2.75rem ,2.2083333333rem + 2.7083333333vw ,5.1875rem)){.footer{padding-bottom:clamp(2.75rem ,2.2083333333rem + 2.7083333333vw ,5.1875rem)}}@supports not (padding-bottom:clamp(2.75rem ,2.2083333333rem + 2.7083333333vw ,5.1875rem)){.footer{padding-bottom:calc(2.75rem + 2.4375*(100vw - 20rem)/ 90)}}@supports (margin-bottom:clamp(2.5625rem ,1.8125rem + 3.75vw ,5.9375rem)){.footer__content{margin-bottom:clamp(2.5625rem ,1.8125rem + 3.75vw ,5.9375rem)}}@supports not (margin-bottom:clamp(2.5625rem ,1.8125rem + 3.75vw ,5.9375rem)){.footer__content{margin-bottom:calc(2.5625rem + 3.375*(100vw - 20rem)/ 90)}}@supports (font-size:clamp(3rem ,0.8888888889rem + 10.5555555556vw ,12.5rem)){.footer__label{font-size:clamp(3rem ,.8888888889rem + 10.5555555556vw ,12.5rem)}}@supports not (font-size:clamp(3rem ,0.8888888889rem + 10.5555555556vw ,12.5rem)){.footer__label{font-size:calc(3rem + 9.5*(100vw - 20rem)/ 90)}}@supports (padding-top:clamp(2.375rem ,0.4722222222rem + 9.5138888889vw ,10.9375rem)){.hero{padding-top:clamp(2.375rem ,.4722222222rem + 9.5138888889vw ,10.9375rem)}}@supports not (padding-top:clamp(2.375rem ,0.4722222222rem + 9.5138888889vw ,10.9375rem)){.hero{padding-top:calc(2.375rem + 8.5625*(100vw - 20rem)/ 90)}}@supports (margin-bottom:clamp(7rem ,4.9861111111rem + 10.0694444444vw ,16.0625rem)){.instructions{margin-bottom:clamp(7rem ,4.9861111111rem + 10.0694444444vw ,16.0625rem)}}@supports not (margin-bottom:clamp(7rem ,4.9861111111rem + 10.0694444444vw ,16.0625rem)){.instructions{margin-bottom:calc(7rem + 9.0625*(100vw - 20rem)/ 90)}}}@media (min-width:62em)and (max-width:120em){@supports (gap:clamp(2rem ,-5.75rem + 12.5vw ,9.25rem)){.footer__content{gap:clamp(2rem ,-5.75rem + 12.5vw ,9.25rem)}}@supports not (gap:clamp(2rem ,-5.75rem + 12.5vw ,9.25rem)){.footer__content{gap:calc(2rem + 7.25*(100vw - 62rem)/ 58)}}@supports (width:clamp(14.6875rem ,13.0172413793rem + 2.6939655172vw ,16.25rem)){.how-start__item{width:clamp(14.6875rem ,13.0172413793rem + 2.6939655172vw ,16.25rem)}}@supports not (width:clamp(14.6875rem ,13.0172413793rem + 2.6939655172vw ,16.25rem)){.how-start__item{width:calc(14.6875rem + 1.5625*(100vw - 62rem)/ 58)}}}@media (min-width:20em)and (max-width:48em){@supports (margin-bottom:clamp(6.125rem ,3.8035714286rem + 11.6071428571vw ,9.375rem)){.video{margin-bottom:clamp(6.125rem ,3.8035714286rem + 11.6071428571vw ,9.375rem)}}@supports not (margin-bottom:clamp(6.125rem ,3.8035714286rem + 11.6071428571vw ,9.375rem)){.video{margin-bottom:calc(6.125rem + 3.25*(100vw - 20rem)/ 28)}}}@media (min-width:90em)and (max-width:120em){@supports (margin-bottom:clamp(4.375rem ,-10.25rem + 16.25vw ,9.25rem)){.benefits__container{margin-bottom:clamp(4.375rem ,-10.25rem + 16.25vw ,9.25rem)}}@supports not (margin-bottom:clamp(4.375rem ,-10.25rem + 16.25vw ,9.25rem)){.benefits__container{margin-bottom:calc(4.375rem + 4.875*(100vw - 90rem)/ 30)}}}@media (max-width:48em)and (min-width:23.4375em)and (max-width:48em){@supports (font-size:clamp(3rem ,1.0916030534rem + 8.1424936387vw ,5rem)){.how-start__title{font-size:clamp(3rem ,1.0916030534rem + 8.1424936387vw ,5rem)}}@supports not (font-size:clamp(3rem ,1.0916030534rem + 8.1424936387vw ,5rem)){.how-start__title{font-size:calc(3rem + 2*(100vw - 23.4375rem)/ 24.5625)}}@supports (width:clamp(8.125rem ,1.8630725191rem + 26.7175572519vw ,14.6875rem)){.how-start__item{width:clamp(8.125rem ,1.8630725191rem + 26.7175572519vw ,14.6875rem)}}@supports not (width:clamp(8.125rem ,1.8630725191rem + 26.7175572519vw ,14.6875rem)){.how-start__item{width:calc(8.125rem + 6.5625*(100vw - 23.4375rem)/ 24.5625)}}@supports (font-size:clamp(1.25rem ,0.534351145rem + 3.0534351145vw ,2rem)){.instructions__step-title span:first-of-type{font-size:clamp(1.25rem ,.534351145rem + 3.0534351145vw ,2rem)}}@supports not (font-size:clamp(1.25rem ,0.534351145rem + 3.0534351145vw ,2rem)){.instructions__step-title span:first-of-type{font-size:calc(1.25rem + .75*(100vw - 23.4375rem)/ 24.5625)}}@supports (font-size:clamp(1.5rem ,1.0229007634rem + 2.0356234097vw ,2rem)){.instructions__step-title span:last-of-type{font-size:clamp(1.5rem ,1.0229007634rem + 2.0356234097vw ,2rem)}}@supports not (font-size:clamp(1.5rem ,1.0229007634rem + 2.0356234097vw ,2rem)){.instructions__step-title span:last-of-type{font-size:calc(1.5rem + .5*(100vw - 23.4375rem)/ 24.5625)}}}@media (any-hover:hover){.start-button:hover .start-button__arrow{-webkit-transform:translate(160%,-160%);transform:translate(160%,-160%)}.start-button:hover .start-button__arrow--hidden{-webkit-transform:translate(0,0);transform:translate(0,0)}.header__menu a:hover,.header__user-menu a:hover{color:var(--text-color-secondary);background-color:var(--accent-color-primary)}.footer__socials a:hover{-webkit-transform:scale(1.15);transform:scale(1.15)}.footer__user-menu a:hover{background-color:var(--accent-color-secondary)}.footer__menu a:hover{text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-offset:4px}.instructions__step:hover{background-color:var(--bg-color-secondary-transparent)}}