:root{--gapSection:100px;--sectionMt:50px;--mt1:32px}@media only screen and (max-width:480px){:root{--gapSection:50px}}@media only screen and (max-width:520px){:root{--sectionMt:30px}}@keyframes toBtm{0%{transform:translateY(0)}50%{transform:translateY(10px)}}.form__caption b,.btn-link{color:inherit;background:linear-gradient(90deg,#FF3F02 16.09%,#FF8B3D 68.78%,#FF3F02 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}html,body{min-height:100vh;font-family:montserrat;scroll-behavior:smooth;margin:0;padding:0}body{background-color:#fff}body::-webkit-scrollbar{width:10px;height:10px}body::-webkit-scrollbar-track{background-color:#000}body::-webkit-scrollbar-thumb{background:#ff3f02}*{box-sizing:border-box}*::selection{background-color:#ff3f02;color:#fff}a{text-decoration:none;color:inherit}a:hover,a:focus{text-decoration:none;color:#000}img{user-select:none}button:hover,button:active,button:focus,a:hover,a:active,a:focus,input:hover,input:active,input:focus{appearance:none;outline:none;box-shadow:none}.page__body{display:flex;flex-direction:column}.page__wrapper{flex:1 0 auto}@media(min-width:576px){.container-sm,.container{max-width:540px}}@media(min-width:768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width:992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width:1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width:1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}.header{padding-top:16px;padding-bottom:16px}@media only screen and (max-width:480px){.header .logo img{width:80%}}.drawer{position:fixed;top:0;left:0;z-index:100500;width:100%;height:100%;background:#000;color:#fff;padding:24px;height:0;visibility:hidden;transform:translateX(-100%);transition:transform .3s linear;overflow:hidden}.drawer .container{display:flex;flex-direction:column}.drawer__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;padding-bottom:24px}.drawer__content{display:flex;flex-direction:column;justify-content:space-between;height:100%}.drawer__nav{display:flex;flex-direction:column;margin-bottom:24px}.drawer__nav a{padding:24px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;font:1.375rem/1 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;text-transform:uppercase;border:1px solid #fff;border-width:1px 0 0}.drawer__nav a:first-child{border-top:0}.drawer__nav a svg{color:#ff3f02}.drawer .btn,.drawer .form button,.form .drawer button,.drawer .btn-bd{margin-left:auto;margin-right:auto;max-width:100%;width:100%}.drawer.show{display:flex;visibility:visible;height:100%;transform:translateX(0)}@media only screen and (max-width:480px){.drawer .contacts{text-align:center}.drawer .logo img{width:80%}.drawer__nav a{font:500 1rem/1 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}.navbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:2em;row-gap:16px}.navbar__btns{display:inline-flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:16px}.navbar-toggler{border:none;padding:0;color:inherit;background:0 0}.navbar-toggler:hover,.navbar-toggler:active,.navbar-toggler:focus{box-shadow:none}.navbar__nav{display:inline-flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:2em;margin-left:auto;margin-right:auto}.navbar__nav a{position:relative;transition:all .35s ease-in-out;text-transform:uppercase;font:1rem/1 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;margin-top:4px}.navbar__nav a::after{content:'';display:block;margin-top:2px;width:0;height:2px;background:#ff3f02;transition:width .3s}.navbar__nav a:hover{color:#ff3f02}.navbar__nav a:hover::after{width:100%}@media only screen and (min-width:991px){.navbar-toggler{display:none}}@media only screen and (max-width:991px){.navbar__nav{display:none}}@media only screen and (max-width:768px){.navbar{gap:0}.navbar .btn,.navbar .form button,.form .navbar button,.navbar .btn-bd{display:none}}.hero{position:relative}.hero__wrap{color:#fff;background-color:#131313;background-repeat:no-repeat;background-size:contain;background-position:100% 100%;background-image:url(../images/bg/bg1.svg)}.hero__container{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px}.hero__container hgroup{position:relative;z-index:2}.hero__sub{margin-top:16px;margin-bottom:32px;font:500 1.375rem/1 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;color:#ff3f02}.hero__sub em{font-style:normal;text-decoration:line-through}@media only screen and (max-width:991px){.hero__container{grid-template-columns:1fr;justify-content:center;text-align:center;gap:0}}@media only screen and (max-width:768px){.hero__wrap{background-size:cover,cover}}@media only screen and (max-width:480px){.hero__sub{font:.9375rem/1.2 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}.footer{background-color:#131313;color:#fff;text-align:center;font:1rem/1.4 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}.footer .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:32px;row-gap:16px}.footer__divider{opacity:.5;border-width:1px 0 0}.footer__btm{padding:32px 0}.footer__btm .container{text-align:center;justify-content:center}.footer__top{padding:32px 0}@media only screen and (max-width:991px){.footer .navbar__nav{display:flex;flex-wrap:wrap;gap:2em}.footer .container{flex-direction:column;align-items:center;text-align:center}}@media only screen and (max-width:480px){.footer .navbar__nav{row-gap:8px}}.logo{display:inline-flex;align-items:center;justify-content:flex-start;flex-wrap:nowrap;margin:0}.logo::after{display:none}*{font-family:montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}h1,.h1{font:3.125rem/1 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;text-transform:uppercase;margin-top:0;margin-bottom:0}h1 strong,.h1 strong{color:#ff3f02;font-weight:700}@media only screen and (max-width:1200px){h1,.h1{font-size:40px}}@media only screen and (max-width:991px){h1,.h1{font-size:40px;line-height:1.2}h1 img,.h1 img{display:block;width:auto;max-width:100%;margin-left:auto;margin-right:auto}}@media only screen and (max-width:480px){h1,.h1{font-size:30px}}h2,.h2{font:700 2.5rem/1.1 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;text-transform:uppercase;margin-top:0;margin-bottom:32px}h2 strong,.h2 strong{color:#ff3f02}@media only screen and (max-width:1200px){h2,.h2{font:700 2.25rem/1.4 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}@media only screen and (max-width:991px){h2,.h2{font:700 2.25rem/1.4 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}@media only screen and (max-width:768px){h2,.h2{font:700 2.125rem/1.4 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}@media only screen and (max-width:480px){h2,.h2{font:700 1.5rem/1.4 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}h3,.h3{margin-top:0;font:500 1.625rem/1.4 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}@media only screen and (max-width:768px){h3,.h3{font:500 1.375rem/1.4 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}h4{margin-top:0;text-transform:uppercase;font:700 1.25rem/1.4 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}h1,h2,h3,h4,h5,h6{font-family:montserrat}hgroup h1,hgroup h2,hgroup h3,hgroup h4,hgroup h5,hgroup h6{margin-bottom:8px;margin-top:0}.text-center{text-align:center}.subtitle{font-weight:500;margin-top:32px}.btn,.form button,.btn-bd{display:inline-flex;align-items:center;justify-content:center;flex-wrap:nowrap;height:50px;min-width:230px;max-width:250px;padding:8px 16px;border-radius:5px;border:0 solid transparent;background:linear-gradient(90deg,#FF3F02 16.09%,#FF8B3D 68.78%,#FF3F02 100%);color:#fff;text-align:center;text-transform:uppercase;font:600 1rem/1 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;transition:all .35s ease-in-out}.btn b,.form button b,.btn-bd b{position:relative;overflow:hidden;font-weight:inherit}.btn span,.form button span,.btn-bd span{display:block;transition:all .25s linear}.btn span:last-child,.form button span:last-child,.btn-bd span:last-child{position:absolute;top:100%;bottom:0}.btn:hover,.form button:hover,.btn-bd:hover,.btn:active,.form button:active,.btn-bd:active,.btn:focus,.form button:focus,.btn-bd:focus{background-color:#ce3200;color:#fff}.btn:hover span:first-child,.form button:hover span:first-child,.btn-bd:hover span:first-child,.btn:active span:first-child,.form button:active span:first-child,.btn-bd:active span:first-child,.btn:focus span:first-child,.form button:focus span:first-child,.btn-bd:focus span:first-child{transform:translateY(-165%)}.btn:hover span:last-child,.form button:hover span:last-child,.btn-bd:hover span:last-child,.btn:active span:last-child,.form button:active span:last-child,.btn-bd:active span:last-child,.btn:focus span:last-child,.form button:focus span:last-child,.btn-bd:focus span:last-child{transform:translateY(0);top:0;margin:auto}.btn_top{position:fixed;right:16px;bottom:16px;z-index:1000;width:40px;height:40px;background-color:#ff3f02;color:#fff;border-radius:8px;border:none}.btn-bd{max-width:100%;background:0 0;color:#fff;border:2px solid #ff3f02}.btn-link{text-transform:uppercase;font:700 1rem/1 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;border-bottom:1px solid #ff3f02;transition:all .35s ease-in-out}.btn-link:hover{border-bottom-color:transparent}@media only screen and (max-width:480px){.btn,.form button,.btn-bd{max-width:100%;width:100%;min-width:0}}.form__wrap{max-width:470px;margin-left:auto;margin-right:auto;margin-top:32px;margin-bottom:32px;padding:32px;border-radius:8px;background-color:rgba(0,0,0,.2);border:1px solid #ff3f02;box-shadow:0 25px 50px -12px rgba(0,0,0,.12),0 0 15px rgba(0,0,0,7%);text-align:center}.form__caption{font:600 1.5rem/1.2 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;text-transform:uppercase;margin-bottom:32px}.form__caption b{color:#ff3f02;font-weight:inherit}.form__note{font-weight:400;font-size:80%;margin-top:8px}.form label{display:block;text-align:left}.form input{width:100%;padding:14px 16px;background-color:rgba(255,255,255,.1);border:1px solid #131313;border-width:0 0 1px;border-radius:4px;color:#fff}.form button{width:100%;max-width:100%;margin-top:24px}.form__row{margin-top:12px;margin-bottom:12px}.form__row--inline{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media only screen and (max-width:480px){.form__row--inline{grid-template-columns:1fr}}@media only screen and (max-width:768px){.form__caption{font:700 1.125rem/1.4 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}.faq{width:100%;margin-top:32px}.faq__num{font:800 2.1875rem/1 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;width:100px;border-right:1px solid rgba(255,255,255,.2);text-align:center}.faq__cta{width:100px;text-align:center}.faq__cta svg{margin:auto}.faq__cta svg:last-child{display:none}.faq__term{font:700 1.5rem/1.16666667 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;padding:44px 0;user-select:none}.faq__row{border-top:1px solid rgba(255,255,255,.2);cursor:pointer}.faq__row.active .faq__cta svg:first-child{display:none}.faq__row.active .faq__cta svg:last-child{display:block}.faq__row.active .faq__num{color:#ff8b3d}.faq__row.active+tr>.faq__body{display:block}.faq tr:last-child{border-bottom:1px solid rgba(255,255,255,.2);border-bottom:0}.faq tr:first-child{border-top:0}.faq__body{font:300 1.25rem/1.2 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;padding:0 0 38px;display:none}@media only screen and (max-width:991px){.faq__term{font:800 1.25rem/1 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}.faq__body{font:300 .8125rem/1.4 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}@media only screen and (max-width:768px){.faq__num{display:none}.faq__term,.faq__body{padding:15px;padding-left:0}.faq__term{font:700 1rem/1.4 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}@media only screen and (max-width:480px){.faq__cta{display:none}.faq__term,.faq__body{padding-right:0}}.preloader{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;width:100%;height:100%;position:fixed;top:0;left:0;z-index:100500;transition:all .35s ease-in-out;background-color:#000}.preloader-dots .dot{display:inline-block;width:10px;height:10px;margin:2px;background:#ff3f02;border-radius:50%;animation:moveit 1.8s infinite}.dot:nth-child(2){animation-delay:.15s}.dot:nth-child(3){animation-delay:.3s}.dot:nth-child(4){animation-delay:.45s}.dot:nth-child(5){animation-delay:.6s}@keyframes moveit{0%{transform:translateY(0)}35%{transform:translateY(0);opacity:.3}50%{transform:translateY(-20px);opacity:.8}70%{transform:translateY(3px);opacity:.8}85%{transform:translateY(-3px)}}body{background-color:#f3f3f3;color:#171414;background-repeat:no-repeat;background-size:cover;background-position:0 0;font-family:montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}a{font-family:inherit}a:hover,a:focus,a:active,a:focus-visible{color:inherit;outline:none;appearance:none;box-shadow:none}.page__wrapper{overflow:hidden}.page__single{padding-top:var(--gapSection);padding-bottom:var(--gapSection)}.page__single h1{font:700 2.5rem/1 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}.page__single h2,.page__single h3,.page__single h4,.page__single h5,.page__single h5{font:700 1.25rem/1.2 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;margin-top:32px;margin-bottom:16px}.page__single .hero__single{margin-bottom:32px}.page__content{margin-top:32px;margin-bottom:32px}.page__container{max-width:800px;margin-left:auto;margin-right:auto}.container{max-width:1215px;width:100%;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.section{position:relative;margin-top:var(--gapSection);margin-bottom:var(--gapSection);z-index:1}.section_hero{margin:0;padding-top:var(--gapSection);padding-bottom:var(--gapSection)}.section_str{background-color:#131313;color:#fff;margin:0;padding-top:var(--gapSection);padding-bottom:var(--gapSection);background-repeat:no-repeat;background-size:cover;background-position:50%;background-image:url(../images/bg/bg3.svg),url(../images/bg/bg4.svg)}.row_1{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px;row-gap:32px}@media only screen and (max-width:991px){.row_1{grid-template-columns:1fr;gap:0}}@media only screen and (max-width:768px){.row_1{text-align:center}}.box{background-color:#131313;color:#fff;border-radius:8px;padding:64px;text-align:center}.box_cta{background-image:url(../images/bg/bg2.svg);background-repeat:no-repeat;background-size:80%;background-position:50% 100%}.box__content{max-width:80%;margin-left:auto;margin-right:auto}@media only screen and (max-width:768px){.box__content{max-width:100%}}@media only screen and (max-width:480px){.box{padding:32px;margin-left:-24px;margin-right:-24px;border-radius:0}}.swiper__nav{position:relative;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;justify-self:center;gap:16px;margin-left:auto;margin-right:auto;margin-top:24px;margin-bottom:32px;display:none}.swiper-pagination{position:relative!important;width:auto!important;bottom:0!important}.swiper-pagination-bullet{width:10px!important;height:10px!important}.swiper-pagination-bullet-active{background:#ff3f02!important}.swiper-btns{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:16px}.swiper-btn-prev,.swiper-btn-next{width:40px;height:40px;border-radius:50%;border:2px solid #ff3f02;color:#ff3f02;display:inline-flex;align-items:center;justify-content:center;flex-wrap:nowrap}.swiper-btn-prev:hover,.swiper-btn-prev:focus,.swiper-btn-prev:active,.swiper-btn-next:hover,.swiper-btn-next:focus,.swiper-btn-next:active{background-color:#ff3f02;color:#fff}@media only screen and (min-width:991px){.swiper__nav{display:none}}.comment{text-align:left;background-color:#fff;color:#000;border-radius:8px;padding:32px;display:flex;flex-direction:column;justify-content:space-between}.comments{margin-top:32px;margin-bottom:32px}.comment__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:16px;margin-bottom:16px;padding-bottom:16px;border-bottom:2px solid #ff3f02}.comment__footer{display:flex;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:16px;margin-top:16px;text-align:left}.comment__footer p{margin:0}.comment__label{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:8px;padding:8px 16px;border:1px solid #ff3f02;border-radius:16pc;background:linear-gradient(90deg,#FF3F02 16.09%,#FF8B3D 68.78%,#FF3F02 100%);color:#fff;font:.75rem/1 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}.feature:last-child .feature__content{margin-right:0}.feature__content{margin-right:48px}.feature__title{font:700 1.125rem/1 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;margin-top:16px;margin-bottom:16px}.feature__divider{border:1px solid #ff3f02;opacity:1;margin:16px 0}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:32px}@media only screen and (max-width:1200px){.features{grid-template-columns:1fr 1fr}}@media only screen and (max-width:768px){.features{grid-template-columns:1fr;gap:32px;text-align:center}.feature__content{margin-right:0}}.stat__divider{width:30px;height:30px;min-width:30px;margin-left:auto;margin-right:auto;border-radius:50%;background-color:#ff8b3d}.stat__val{font:900 5.625rem/1 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;color:#ff3f02;margin-bottom:16px}.stats{display:grid;grid-template-columns:1fr 30px 1fr 30px 1fr;gap:32px;align-items:center;margin-bottom:32px}@media only screen and (max-width:991px){.stats{grid-template-columns:1fr;justify-content:center}}@media only screen and (max-width:480px){.stat__val{font-size:3em}}.card{background-color:#fff;color:#000;border-radius:8px;padding:32px;height:auto!important;display:flex;flex-direction:column;justify-content:space-between}.cards{margin-bottom:32px}.cards .swiper-wrapper{align-items:stretch}.card__footer{margin-top:16px}.step{display:grid;grid-template-columns:auto 2fr;align-items:center;margin:16px 0;width:auto}.step:first-child{grid-column:1/-3}.step:nth-last-child(2){grid-column:1/-2;margin-left:auto}.step:nth-child(3){grid-column:1/-1;margin-left:auto}.steps{display:grid;grid-template-columns:.5fr 1fr;gap:32px}.steps__title{display:grid;grid-template-columns:.15fr 1fr;align-items:center;gap:16px;align-self:flex-end}.steps__title h2{margin:0}.steps__items{display:grid;grid-template-columns:auto auto auto}.step__title{text-transform:uppercase;font:700 1.25rem/1 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}.step__content{background-color:#fff;color:#000;border-radius:8px;padding:32px;margin-left:-1em;width:100%}.step__header{width:100%;padding:16px 32px;border-radius:4px;background-color:#ff3f02;color:#fff;text-transform:uppercase;font:700 1.125rem/1 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;transform:rotate(-90deg);display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap}@media only screen and (max-width:991px){.steps{grid-template-columns:1fr}}@media only screen and (max-width:568px){.step{gap:16px;display:flex;flex-direction:column}.step:nth-child(n){grid-column:1/-1;margin:16px auto;width:100%}.step__content{margin:0 auto}.step__content svg{max-width:100%}.step__header{transform:none}}.badge{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;width:75px;height:75px;border-radius:50%;background-color:#ff3f02;color:#fff}@media only screen and (max-width:991px){.badge{transform:rotate(90deg)}}.news:last-of-type .news__divider{display:none}.news__title{font:700 1.25rem/1 montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;text-transform:uppercase;margin-bottom:16px}.news__divider{border-width:0;border-top:2px solid #ff3f02;opacity:1;margin:32px 0}.news__wrap{display:grid;gap:32px}