@import url(https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap);:root{--c-black:#000;--c-white:#fff;--c-scrollbar-track:#181c25;--c-scrollbar-thumb:#ff444f;--c-scroller-top:207,208,209;--c-prime:#ff444f;--c-prime-dark:#e13d46;--c-prime-mid:#ff666f;--c-prime-light:#ffb9bd;--c-stroke:#cfd0d1;--c-d-card-bg:#21252e;--c-l-card-bg:#f6f7f8;--c-bg:#181c25;--c-d-heading:#15181e;--c-l-heading:#fafafa;--c-d-text1:#404247;--c-l-text1:#cecfd1;--c-d-text2:#656668;--c-l-text2:#adadad}.wrapper{margin-inline:auto;max-width:1320px;padding-inline:30px;width:100%}@media (max-width:1024px){.wrapper{max-width:100%}}@media (max-width:768px){.wrapper{padding-inline:14px}}body{background:var(--c-white)}body::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-track{background:var(--c-scrollbar-track)}body::-webkit-scrollbar-thumb{background:var(--c-scrollbar-thumb);border-radius:6px}section{overflow:hidden;position:relative;z-index:1}section:not(.not-found,.banner,.subheader,.history,.why,.careers,.principles,.analytics,.account,.faq,.extensions,.learn,.regulatory,.terms){padding:clamp(50px,calc(40px + 3.125vw),100px) 0}@media (max-width:768px){section:not(.not-found,.banner,.subheader,.history,.why,.careers,.principles,.analytics,.account,.faq,.extensions,.learn,.regulatory,.terms){padding:clamp(35px,calc(28px + 2.1875vw),70px) 0}}img{height:auto;max-width:100%;width:auto}.title-gradient{-webkit-font-smoothing:antialiased;-webkit-text-fill-color:#0000;background:var(--gr-main);-webkit-background-clip:text;color:#0000}h1{font-size:clamp(48px,calc(38.4px + 3vw),96px);font-weight:700}h1,h2{font-family:Onest,sans-serif;font-style:normal;line-height:1.15}h2{font-size:clamp(36px,calc(29.2px + 2.125vw),70px);font-weight:600}h3{font-size:clamp(26px,calc(21.2px + 1.5vw),50px);line-height:1.25}h3,h4{font-family:Onest,sans-serif;font-style:normal;font-weight:600}h4{font-size:clamp(20px,calc(17px + .9375vw),35px);line-height:1.3}.lead-text{font-weight:600;line-height:1}.lead-text,.text1{font-family:Onest,sans-serif;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal}.text1{font-weight:400;line-height:1.4}.text2{font-size:clamp(12px,calc(11.6px + .125vw),14px);font-weight:300;line-height:1.35}.text-btn,.text2{font-family:Onest,sans-serif;font-style:normal}.text-btn{font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-weight:500;line-height:1.2}.btn-common{align-items:center;cursor:pointer;display:inline-flex;justify-content:center;transition:all .3s ease-in-out}.btn-reg{background:var(--c-prime);border-radius:30px;color:var(--c-white);min-width:204px;padding:16px 24px;width:fit-content}.btn-reg:hover{background:var(--c-prime-mid);color:var(--c-white);transform:translateY(-2px)}.btn-reg:active{background:var(--c-prime-dark);color:var(--c-white)}.btn-log--dark{background:#0000;border:2px solid var(--c-d-heading);border-radius:30px;color:var(--c-d-heading);min-width:130px;padding:14px 24px;width:fit-content}.btn-log--dark:hover{background:#0000;border:2px solid var(--c-prime);color:var(--c-prime);transform:translateY(-2px)}.btn-log--dark:active{background:#0000;border:2px solid var(--c-prime-dark);color:var(--c-prime-dark)}.btn-log--light{background:#0000;border:2px solid var(--c-l-heading);border-radius:30px;color:var(--c-l-heading);min-width:130px;padding:14px 24px;width:fit-content}.btn-log--light:hover{background:#0000;border:2px solid var(--c-prime-light);color:var(--c-prime-light);transform:translateY(-2px)}.btn-log--light:active{background:#0000;border:2px solid var(--c-prime-mid);color:var(--c-prime-mid)}.btn-arrow{gap:4px;min-width:120px;width:fit-content}.btn-arrow svg path{stroke:var(--c-prime-dark);transition:all .3s ease-in-out}.btn-arrow span{color:var(--c-prime-dark);transition:all .3s ease-in-out}.btn-arrow:hover svg path{stroke:var(--c-prime)}.btn-arrow:hover span{color:var(--c-prime)}.btn-lang{display:flex;justify-content:center;width:68px}.btn-go-home{position:relative}.btn-go-home,.btn-go-home:hover{background:#0000;color:var(--c-btn-reg)}.btn-go-home:hover:before{animation:zoomOut .5s forwards;z-index:-2}.btn-go-home:hover:after{animation:zoomIn .5s forwards;z-index:-1}.btn-go-home:before{animation:zoomIn .5s forwards;background:var(--gr-main);z-index:-1}.btn-go-home:after,.btn-go-home:before{border-radius:12px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.btn-go-home:after{animation:zoomOut .5s forwards;background:var(--gr-main-hover);z-index:-2}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes zoomOut{0%{opacity:1;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(1)}}@keyframes revealLeft{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes revealRight{0%{clip-path:inset(0 0 0 100%)}to{clip-path:inset(0 0 0 0)}}@keyframes blink{to{visibility:hidden}}button{background:unset;border:none;outline:none}*{box-sizing:border-box}*,ul{margin:0;padding:0}li{list-style:none}a,a:hover{color:unset}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}input:focus-visible,textarea:focus-visible{border:none;outline:none}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:initial;text-decoration:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.header{align-items:center;background:#0000;display:flex;height:100px;left:0;position:fixed;top:0;transition:all .3s ease-in-out;width:100%;z-index:99}.header.header--dark.active{background:var(--c-bg);box-shadow:0 15px 10px -15px var(--c-prime)}.header.header--dark .header__menu .menu__wrapper{box-shadow:unset}.header.header--dark .header__menu .menu__links>li.menu-item-has-children>a:after{background-image:url(../../public/img/header/menu_arrow.svg);background-position:50%;background-repeat:no-repeat;background-size:contain}.header.header--dark .header__menu .menu__links>li a{color:var(--c-white)}.header.active{background:var(--c-l-card-bg);box-shadow:0 15px 10px -15px var(--c-prime);height:50px}.header.active .header__btns a,.header.active .header__logo img,.header.active .header__menu .menu__wrapper{height:40px}.header .header__inner{align-items:center;display:flex;gap:10px;justify-content:space-between}.header .header__logo img{max-width:200px;width:100%}.header .header__menu{margin-inline:auto;width:fit-content}.header .header__menu .menu__wrapper{background:#fff3;border-radius:32px;box-shadow:0 4px 15px 0 #d5d0d040;display:flex;height:50px;justify-content:center}.header .header__menu .menu__links{align-items:center;display:flex;gap:clamp(10px,calc(4px + 1.875vw),40px);padding:0 clamp(14px,calc(10.8px + 1vw),30px);width:100%}.header .header__menu .menu__links .current-menu-item{cursor:pointer}.header .header__menu .menu__links .current-menu-item>a{border-bottom:2px solid var(--c-prime);color:var(--c-prime)}.header .header__menu .menu__links>li{position:relative}.header .header__menu .menu__links>li:hover>ul.sub-menu{transform:scaleY(1)}.header .header__menu .menu__links>li:hover.menu-item-has-children>a:after{transform:translateY(-50%) rotate(180deg)}.header .header__menu .menu__links>li.menu-item-has-children>a{align-items:center;cursor:pointer;display:flex;gap:10px;justify-content:center}.header .header__menu .menu__links>li.menu-item-has-children>a:after{background-image:url(../../public/img/header/menu-arrow_dark.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:5px;transition:all .3s ease-in-out;width:10px}.header .header__menu .menu__links>li:not(.menu-item-has-children)>a:before{background:var(--c-prime);bottom:-2px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transform-origin:center;transition:all .3s ease-in-out;width:0}.header .header__menu .menu__links>li:not(.menu-item-has-children)>a:hover:before{width:100%}.header .header__menu .menu__links>li a{color:var(--c-d-heading);font-family:Onest,sans-serif;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:500;line-height:1.2;position:relative;white-space:nowrap}.header .header__menu .menu__links>li ul.sub-menu{grid-gap:8px 0;display:grid;z-index:2}.header .header__menu .menu__links>li>ul.sub-menu{background:var(--c-stroke);border-radius:4px;box-shadow:0 4px 10px 0 #ff444fd9;padding:8px;position:absolute;top:calc(100% + 14px);transform:scaleY(0);transform-origin:top;transition:all .3s ease-in-out;width:fit-content}.header .header__menu .menu__links>li>ul.sub-menu>li:not(.current-menu-item)>a{transition:all .3s ease-in-out}.header .header__menu .menu__links>li>ul.sub-menu>li:not(.current-menu-item)>a:before{background:var(--c-prime);bottom:-2px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transform-origin:center;transition:all .3s ease-in-out;width:0}.header .header__menu .menu__links>li>ul.sub-menu>li:not(.current-menu-item)>a:hover:before{width:100%}.header #menu-item-270 .sub-menu{display:grid;gap:8px 20px;grid-template-columns:1fr 1fr;width:fit-content}.header .header__closer{display:none}.header .header__burger{cursor:pointer;height:30px}.header .header__burger span{position:relative}.header .header__burger span,.header .header__burger span:after,.header .header__burger span:before{background:var(--c-prime);border-radius:3px;box-shadow:0 2px 10px 0 var(--c-prime);display:block;height:3px;width:40px}.header .header__burger span:after,.header .header__burger span:before{content:"";position:absolute}.header .header__burger span:before{top:-12px}.header .header__burger span:after{top:12px}.header .header__btns{align-items:center;display:grid;gap:clamp(10px,calc(6px + 1.25vw),30px);grid-template-columns:repeat(2,auto);position:relative;z-index:100}.header .header__btns a{min-width:unset}.header .language{align-items:center;display:flex;justify-content:center;position:relative}.header .language>ul.menu_lang{color:var(--c-text-menu);cursor:pointer;display:contents;font-family:Onest,sans-serif;position:relative;text-transform:uppercase;transition:all .3s ease-in-out}.header .language>ul.menu_lang .menu-item{font-family:Onest,sans-serif;font-size:clamp(12px,1.125vw,18px);line-height:clamp(16px,1.4vw,20px);text-transform:uppercase}.header .language>ul.menu_lang .menu-item a{align-items:center;display:flex}.header .language>ul.menu_lang .menu-item a img{max-width:18px;object-fit:contain}.header .language>ul.menu_lang .menu-item a span{color:var(--c-prime);font-family:Onest,sans-serif;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:500;line-height:normal}.header .language>ul.menu_lang>.menu-item>a:after{background-image:url(../../public/img/header/menu-arrow_prime.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:5px;margin:0 0 0 4px;transition:all .3s ease-in-out;width:10px}.header .language>ul.menu_lang>.menu-item:hover>ul.sub-menu{color:var(--c-text-menu);cursor:pointer;font-family:Onest,sans-serif;transform:scaleY(1)}.header .language>ul.menu_lang>.menu-item:hover>a:after{transform:rotate(180deg)}.header .language>ul.menu_lang>.menu-item>ul.sub-menu{font-family:Onest,sans-serif;font-weight:400;margin:0;padding:0;position:absolute;top:100%;transform:scaleY(0);transform-origin:top;transition:all .3s ease-in-out}.header .language>ul.menu_lang>.menu-item>ul.sub-menu span{font-family:Onest,sans-serif;font-weight:400}@media (max-width:1200px){.header .header__menu{margin:0}}@media (max-width:1024px){.header.active .header__menu .menu__wrapper{height:fit-content}.header .header__menu{background:var(--c-bg);height:100vh;left:-100vw;margin:0;position:fixed;top:0;transition:all .7s ease-in-out;width:100vw;z-index:500}.header .header__menu.active{height:70px;left:0}.header .header__menu .menu__wrapper{height:fit-content;margin:80px auto 0;max-width:500px;padding:50px;width:100%}.header .header__menu .menu__links{display:flex;flex-direction:column;text-align:center}.header .header__menu .menu__links>li a{font-size:16px}.header .header__menu .menu__links>li:not(:last-child){margin:0 0 14px}.header .header__menu .menu__links>li:hover>ul.sub-menu{max-height:500px;padding:10px 14px;transform:unset;width:100%}.header .header__menu .menu__links>li ul.sub-menu{grid-gap:8px 0;border-left:none;display:grid;text-align:center}.header .header__menu .menu__links>li>ul.sub-menu{background:var(--c-bg);max-height:0;overflow:hidden;padding:0;position:static;top:unset;transform:unset;transform-origin:unset}.header .header__menu #menu-item-270 .sub-menu{gap:initial;grid-template-columns:1fr;width:auto}.header .header__menu .header__closer{color:var(--c-prime);cursor:pointer;display:inline-block;font-size:50px;line-height:0;position:absolute;right:50px;top:80px}.header .language>ul.menu_lang .menu-item{font-size:16px;font-weight:700;line-height:normal}}@media (max-width:768px){.header{height:unset}.header .header__menu .menu__wrapper{margin:40px 0 0;width:100%}.header .header__menu .header__closer{top:40px}.header .header__inner{padding:10px 0}.header .header__logo{width:fit-content}.header .btn-header,.header .header__btns,.header .header__btns-mob{display:none}.header .btn-lang{margin:0 10px 0 auto}}@media (max-width:576px){.header.active{height:unset}.header.active .header__inner{grid-gap:unset;padding:10px 0}.header .header__logo img{max-height:50px;max-width:120px}.header .header__btns{display:none}}@media (min-width:1025px){.header .header__burger{display:none}}@media (min-width:769px){.header .header__btns-mob{display:none}}.footer{background:var(--c-white);padding:48px 0}.footer.footer--dark{background:var(--c-bg)}.footer.footer--dark .footer__inner .footer__contacts .contacts-line .contacts-data .lead-text,.footer.footer--dark .footer__inner .footer__contacts .contacts-line .contacts-data a,.footer.footer--dark .footer__inner .footer__risk p.lead-text{color:var(--c-l-heading)}.footer.footer--dark .footer__inner .footer__risk p.text1{color:var(--c-l-text1)}.footer.footer--dark .footer__menu{margin:clamp(34px,calc(26px + 2.5vw),74px) 0 clamp(34px,calc(31.2px + .875vw),48px)}.footer.footer--dark .footer__menu .menu__wrapper .menu__links>li>a{color:var(--c-l-heading)}.footer.footer--dark .footer__menu .menu__wrapper .menu__links>li ul.sub-menu li a{color:var(--c-l-text1)}.footer.footer--dark .footer__menu .menu__wrapper .menu__links>li ul.sub-menu li a:hover{color:var(--c-prime)}.footer .footer__logo img{max-width:200px;width:100%}.footer .footer__inner{grid-gap:clamp(50px,calc(30px + 6.25vw),150px);display:grid;grid-template-columns:auto 1fr;margin:clamp(34px,calc(26px + 2.5vw),74px) 0 clamp(34px,calc(31.2px + .875vw),48px)}@media (max-width:768px){.footer .footer__inner{grid-gap:50px;grid-template-columns:1fr}}.footer .footer__inner .footer__contacts{grid-gap:clamp(20px,calc(16px + 1.25vw),40px);display:grid;height:fit-content}.footer .footer__inner .footer__contacts .contacts-line{align-items:center;display:flex;gap:clamp(12px,calc(9.6px + .75vw),24px)}.footer .footer__inner .footer__contacts .contacts-line .contacts-icon{height:44px;width:44px}.footer .footer__inner .footer__contacts .contacts-line .contacts-icon svg{height:auto;width:100%}.footer .footer__inner .footer__contacts .contacts-line .contacts-data .lead-text{color:var(--c-d-heading)}.footer .footer__inner .footer__contacts .contacts-line .contacts-data a{color:var(--c-d-heading);cursor:pointer;display:inline-block;font-family:Onest;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:400;line-height:1.4;margin-top:8px}.footer .footer__inner .footer__risk p.lead-text{color:var(--c-d-heading);margin-bottom:clamp(16px,calc(14.4px + .5vw),24px)}.footer .footer__inner .footer__risk p.text1{color:var(--c-d-text1)}.footer .footer__menu .menu__wrapper .menu__links{grid-gap:8vw;display:grid;grid-template-columns:repeat(5,auto)}@media (max-width:768px){.footer .footer__menu .menu__wrapper .menu__links{grid-template-columns:repeat(3,auto)}}@media (max-width:576px){.footer .footer__menu .menu__wrapper .menu__links{grid-template-columns:repeat(2,auto)}}.footer .footer__menu .menu__wrapper .menu__links>li>a{color:var(--c-d-heading);display:inline-block;font-family:Onest,sans-serif;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:600;line-height:1;margin-bottom:clamp(16px,calc(14.4px + .5vw),24px)}.footer .footer__menu .menu__wrapper .menu__links>li ul.sub-menu{grid-gap:clamp(10px,calc(7.2px + .875vw),24px);display:grid}.footer .footer__menu .menu__wrapper .menu__links>li ul.sub-menu li a{color:var(--c-d-text1);font-family:Onest,sans-serif;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:400;line-height:1.4;transition:all .3s ease-in-out}.footer .footer__menu .menu__wrapper .menu__links>li ul.sub-menu li a:hover{color:var(--c-prime)}.mobile-nav{height:100vh;left:0;position:fixed;top:0;transform:translateX(-100%);-webkit-transform-origin:left center;transform-origin:left center;transition:all .5s ease-in-out .5s,visibility .5s ease .5s;visibility:hidden;width:100vw;z-index:999999}.mobile-nav.expanded{opacity:1;transform:translateX(0);transition:all .5s ease-in-out 0s,visibility .5s ease 0s;visibility:visible}.mobile-nav.expanded .mobile-nav__content{opacity:1;transform:translateX(0);transition:opacity .5s ease .5s,visibility .5s ease .5s,all .5s ease-in-out .5s;visibility:visible}.mobile-nav .mobile-nav__overlay{background:var(--c-black);bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.mobile-nav .mobile-nav__content{background:var(--c-white);height:100%;opacity:0;overflow-y:auto;padding:30px 15px;position:relative;transform:translateX(-100%);transition:opacity .5s ease 0s,visibility .5s ease 0s,all .5s ease-in-out 0s;visibility:hidden;width:300px;z-index:10}.mobile-nav .mobile-nav__content::-webkit-scrollbar{width:6px}.mobile-nav .mobile-nav__content::-webkit-scrollbar-track{background:var(--c-scrollbar-track)}.mobile-nav .mobile-nav__content::-webkit-scrollbar-thumb{background:var(--c-scrollbar-thumb);border-radius:6px}.mobile-nav .mobile-nav__content .mobile-nav__top{align-items:center;display:flex;justify-content:space-between;margin:0 0 40px}.mobile-nav .mobile-nav__content .mobile-nav__top .mobile-nav__logo img{max-width:150px;width:100%}.mobile-nav .mobile-nav__content .mobile-nav__top .mobile-nav__close{color:var(--c-black);cursor:pointer;font-family:Onest,sans-serif;font-size:40px}.mobile-nav .mobile-nav__content .mobile-nav__menu-list{border-bottom:1px solid var(--c-stroke);border-top:1px solid var(--c-stroke);list-style-type:none;margin:0;padding:0}.mobile-nav .mobile-nav__content .mobile-nav__menu-list li:not(:last-child){border-bottom:1px solid var(--c-stroke)}.mobile-nav .mobile-nav__content .mobile-nav__menu-list li>a{align-items:center;color:var(--c-d-heading);display:flex;font-family:Onest,sans-serif;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:500;line-height:1.2;padding:10px 0}.mobile-nav .mobile-nav__content .mobile-nav__menu-list li .current-menu-item a{color:var(--c-prime)}.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children>a:hover{color:var(--c-prime);cursor:pointer}.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children>a:hover span{color:var(--c-prime)}.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children .sub-menu a[href]:hover{color:var(--c-prime);cursor:pointer}.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children.current-menu-parent>a,.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children.current-menu-parent>a span{color:var(--c-prime)}.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children.expanded>a span{transform:rotate(90deg)}.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children.expanded ul{border-top:1px solid var(--c-stroke)}.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children a{justify-content:space-between;padding:10px 0;transition:.5s}.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children a span{align-items:center;color:var(--c-d-heading);display:flex;font-size:24px;height:30px;justify-content:center;text-align:center;transform:rotate(0deg);transform:rotate(180deg);transition:all .5s ease-in-out;width:30px}.mobile-nav .mobile-nav__content .mobile-nav__menu-list li.menu-item-has-children ul{height:0;list-style-type:none;margin:0 0 0 10px;overflow:hidden;padding:0}.mobile-nav .mobile-nav__content .mobile-nav__contact{margin:40px 0 0}.mobile-nav .mobile-nav__content .mobile-nav__contact li:first-of-type{display:flex;flex-direction:column;gap:20px}.mobile-nav .mobile-nav__content .mobile-nav__contact li:first-of-type a[data-link=log]{min-width:204px}.mobile-nav .mobile-nav__content .mobile-nav__contact li:not(:first-of-type){align-items:center;display:flex;gap:10px}.mobile-nav .mobile-nav__content .mobile-nav__contact li+li{margin:20px 0 0}.mobile-nav .mobile-nav__content .mobile-nav__contact li a:not(.btn-common){color:var(--c-d-heading);font-family:Onest,sans-serif;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:400;line-height:1.4;transition:all .5s ease-in-out}.mobile-nav .mobile-nav__content .mobile-nav__contact li a:not(.btn-common):hover{color:var(--c-prime)}input{border:none;outline:none}.auth-modal{align-items:center;background:#000000d9;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;transform:scale(0);transform-origin:center;transition:all .3s ease-in-out;width:100%;z-index:999}.auth-modal.active{transform:scale(1)}.auth-modal .auth-modal__wrap{position:relative}.auth-modal .auth-modal__wrap .overlay{background:#000000e6;border-radius:0;content:"";height:0;inset:0;left:50%;overflow:hidden;position:absolute;top:50%;transition:all .3s linear;width:0;z-index:2}.auth-modal .auth-modal__wrap .overlay.active{height:100%;left:0;top:0;width:100%}.auth-modal .auth-modal__wrap .overlay .message__closer{color:#a3a3a3;cursor:pointer;font-weight:700;position:absolute;right:8px;top:6px}.auth-modal .auth-modal__wrap .overlay .spinner.spinner1{background:#0000;border:4px solid #fff;border-bottom:none;border-radius:50%;border-right-color:#0000;color:#0000;height:50px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .4s ease-in-out;width:50px}.auth-modal .auth-modal__wrap .overlay .spinner.spinner1.active{animation:spin .8s linear .3s infinite;opacity:1}.auth-modal .auth-modal__wrap .overlay .spinner.spinner2{height:50px;left:calc(50% - 30px);opacity:0;position:absolute;top:calc(50% - 30px);transform:translate(-50%,-50%);width:50px}.auth-modal .auth-modal__wrap .overlay .spinner.spinner2:after,.auth-modal .auth-modal__wrap .overlay .spinner.spinner2:before{content:"";display:block;height:20px;width:20px}.auth-modal .auth-modal__wrap .overlay .spinner.spinner2:before{animation:box1 1s infinite;background:#ffd74d;box-shadow:30px 0 0 #ff7401;margin-bottom:10px}.auth-modal .auth-modal__wrap .overlay .spinner.spinner2:after{animation:box2 1s infinite;background:#ff7401;box-shadow:30px 0 0 #ffd74d}.auth-modal .auth-modal__wrap .overlay .spinner.spinner2.active{animation:rotate 1s infinite;opacity:1}@keyframes box1{0%{box-shadow:30px 0 0 #ff7401}50%{box-shadow:0 0 0 #ff7401;margin-bottom:0;transform:translate(15px,15px)}to{box-shadow:30px 0 0 #ff7401;margin-bottom:10px}}@keyframes box2{0%{box-shadow:30px 0 0 #ffd74d}50%{box-shadow:0 0 0 #ffd74d;margin-top:-20px;transform:translate(15px,15px)}to{box-shadow:30px 0 0 #ffd74d;margin-top:0}}.auth-modal .auth-modal__wrap .overlay .spinner.spinner3{height:80px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80px}.auth-modal .auth-modal__wrap .overlay .spinner.spinner3:after,.auth-modal .auth-modal__wrap .overlay .spinner.spinner3:before{border:4px solid #fff;border-radius:50%;box-sizing:border-box;content:"";height:80px;left:0;position:absolute;top:0;transform:scale(0);width:80px}.auth-modal .auth-modal__wrap .overlay .spinner.spinner3.active:after,.auth-modal .auth-modal__wrap .overlay .spinner.spinner3.active:before{animation:animloader 1.2s linear infinite}.auth-modal .auth-modal__wrap .overlay .spinner.spinner3.active:after{animation-delay:.6s}@keyframes animloader{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(1)}}.auth-modal .auth-modal__wrap .overlay .spinner.spinner4,.auth-modal .auth-modal__wrap .overlay .spinner.spinner4:after{border:5px solid #fff;border-radius:50%;height:48px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:48px}.auth-modal .auth-modal__wrap .overlay .spinner.spinner4:after{content:""}.auth-modal .auth-modal__wrap .overlay .spinner.spinner4.active{animation:pulse .75s linear infinite}.auth-modal .auth-modal__wrap .overlay .spinner.spinner4.active:after{animation:scaleUp .75s linear infinite}@keyframes scaleUp{0%{transform:translate(-50%,-50%) scale(0)}60%,to{transform:translate(-50%,-50%) scale(1)}}@keyframes pulse{0%,60%,to{transform:translate(-50%,-50%) scale(1)}80%{transform:translate(-50%,-50%) scale(1.2)}}.auth-modal .auth-modal__wrap .overlay .message-modal{align-items:center;background:#fff;border-radius:0;box-shadow:0 0 4px 0 #fff;color:#000;display:flex;justify-content:center;left:50%;min-height:100px;opacity:0;padding:10px;position:absolute;text-align:center;top:80%;transform:translate(-50%,-50%);width:80%}.auth-modal .auth-modal__wrap .overlay .message-modal.active{animation:fadeInUp .5s ease-in-out forwards}.auth-modal .auth-modal__wrap .overlay .message{color:#ff7401}.auth-modal form{background:#fff;border:3px solid #ff444f;border-radius:24px;height:fit-content;padding:24px 24px 40px;width:400px}.auth-modal form:not(.active-form){display:none}.auth-modal form .form__closer{color:#000;cursor:pointer;font-size:18px;margin:0 0 0 auto;width:fit-content}.auth-modal form h2{text-align:center}.auth-modal .field-wrapper{position:relative}.auth-modal .field-wrapper label{color:#3a3a3a;font-family:Onest,sans-serif;font-size:16px;left:20px;pointer-events:none;position:absolute;top:calc(50% + 18px);transform:translateY(-50%);transition:all .2s ease-in-out}.auth-modal .field-wrapper input.not-empty~label,.auth-modal .field-wrapper input:focus~label{color:var(--c-d-heading);font-size:12px;top:18px;transform:unset}.auth-modal input:not([type=submit]){background:#0000;border:1px solid #3a3a3a;border-radius:100px;color:var(--c-d-heading);font-family:Onest,sans-serif;font-size:16px;margin:36px 0 0;width:100%}.auth-modal input:not([type=submit]).input-invalid{border:1px solid red}.auth-modal input:not([type=submit]):disabled{border:1px solid #3c3c3c;color:#3c3c3c}.auth-modal input:not([type=tel],[type=submit]){padding:12px 20px}.auth-modal input[type=tel]{padding-bottom:12px;padding-right:20px;padding-top:12px}.auth-modal .field-invalid{bottom:-14px;color:red;font-family:Onest,sans-serif;font-size:10px;position:absolute;right:10px}.auth-modal #regUnavailable{color:red;margin:10px 0 0;position:absolute;text-align:center;width:calc(100% - 48px)}.auth-modal .iti{margin:26px 0 0;width:100%}.auth-modal .btn-form{display:flex;margin:40px 0 0 auto}.auth-modal .btn-form:disabled{background:#3c3c3c;color:#000}.auth-modal .btn-form:disabled:hover{color:#000}.auth-modal .password-wrapper{position:relative}.auth-modal .toggle-pass{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;padding:0;position:absolute;right:15px;top:70%;transform:translateY(-50%)}.auth-modal .toggle-pass svg{color:#888;height:24px;width:24px}@keyframes spin{to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes fadeInUp{0%{opacity:0;top:80%}to{opacity:1;top:50%}}@media (max-width:576px){.auth-modal form{padding:16px;width:300px}.auth-modal .btn-form{margin:24px 0 0 auto}}#scroller{display:none;scroll-behavior:smooth}#scroller.active{align-items:center;background:#0000;border:1px solid rgba(var(--c-scroller-top),.4);bottom:1%;cursor:pointer;display:inline-flex;height:40px;justify-content:center;position:fixed;right:40px;transition:all .3s ease-in-out;width:40px;z-index:111}#scroller.active:hover{background:#0000;border:1px solid rgba(var(--c-scroller-top),1)}#scroller.active:hover svg path{fill:rgba(var(--c-scroller-top),1)}#scroller.active svg path{fill:rgba(var(--c-scroller-top),.4);transition:all .3s ease-in-out}@media screen and (max-width:576px){#scroller.active{bottom:1%}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff }.swiper-lazy-preloader-black{--swiper-preloader-color:#000 }@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px }.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:var(--swiper-navigation-sides-offset,10px)}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}.home .hero{align-items:center;background:url(../../public/img/home/hero_bg.png) no-repeat;background-attachment:fixed;background-position:50%;background-size:cover;display:flex;min-height:100vh;padding-bottom:clamp(50px,calc(38px + 3.75vw),110px);padding-top:110px}@media (max-width:650px){.home .hero{min-height:unset}}.home .hero .hero__info{max-width:clamp(350px,calc(321px + 9.0625vw),495px)}.home .hero .hero__info h4{animation:fadeInRight .8s ease-in-out forwards;animation-delay:.25s;opacity:0}.home .hero .hero__info h1{animation:fadeInRight .8s ease-in-out forwards;animation-delay:.5s;opacity:0}@media (min-width:577px){.home .hero .hero__info h1:lang(fr-FR){white-space:nowrap}}.home .hero .hero__info p{animation:fadeInRight .8s ease-in-out forwards;animation-delay:.75s;opacity:0}.home .hero .hero__info a{animation:fadeInRight .8s ease-in-out forwards;animation-delay:1s;opacity:0}.home .hero .hero__info h1,.home .hero .hero__info h4{color:var(--c-white)}.home .hero .hero__info h4{margin:0 0 16px}.home .hero .hero__info p{color:var(--c-l-text1);margin:clamp(20px,calc(17.6px + .75vw),32px) 0}.home .trade .trade__top{margin-inline:auto;max-width:clamp(500px,calc(468px + 10vw),660px);text-align:center}.home .trade .trade__top h3{color:var(--c-d-heading)}.home .trade .trade__top p{color:var(--c-d-text1);margin:24px 0 0}.home .trade .trade__cols{grid-gap:72px;display:grid;grid-template-columns:1fr 1.27fr 1fr;margin:clamp(50px,calc(44px + 1.875vw),80px) 0 0}@media (max-width:1024px){.home .trade .trade__cols{grid-gap:30px 20px;grid-template-areas:"col2 col2" "col1 col3";grid-template-columns:repeat(2,.35fr);justify-content:center}}@media (max-width:768px){.home .trade .trade__cols{grid-template-columns:repeat(2,.45fr)}}@media (max-width:576px){.home .trade .trade__cols{grid-template-areas:"col2" "col1" "col3";grid-template-columns:1fr}}.home .trade .trade__cols .trade__col:first-child,.home .trade .trade__cols .trade__col:nth-child(3){display:flex;flex-direction:column;justify-content:space-around}@media (max-width:1024px){.home .trade .trade__cols .trade__col:first-child,.home .trade .trade__cols .trade__col:nth-child(3){gap:20px}}.home .trade .trade__cols .trade__col:first-child .trade__row,.home .trade .trade__cols .trade__col:nth-child(3) .trade__row{align-items:center;display:flex;justify-content:space-between;text-align:center}.home .trade .trade__cols .trade__col:first-child .trade__row p.lead-text,.home .trade .trade__cols .trade__col:nth-child(3) .trade__row p.lead-text{color:var(--c-d-heading);margin:0 0 8px}.home .trade .trade__cols .trade__col:first-child .trade__row p.text1,.home .trade .trade__cols .trade__col:nth-child(3) .trade__row p.text1{color:var(--c-d-text1)}@media (max-width:1024px){.home .trade .trade__cols .trade__col:first-child{grid-area:col1}}.home .trade .trade__cols .trade__col:nth-child(2){grid-gap:24px;background:var(--c-l-card-bg);border-radius:clamp(20px,calc(17.6px + .75vw),32px);display:grid;padding:clamp(26px,calc(23.2px + .875vw),40px) clamp(30px,calc(23.2px + 2.125vw),64px);text-align:center}@media (max-width:1024px){.home .trade .trade__cols .trade__col:nth-child(2){grid-area:col2}}.home .trade .trade__cols .trade__col:nth-child(2) .trade__num h3,.home .trade .trade__cols .trade__col:nth-child(2) .trade__num p{transition:all .3s ease-in-out}.home .trade .trade__cols .trade__col:nth-child(2) .trade__num.active h3{color:var(--c-d-heading)}.home .trade .trade__cols .trade__col:nth-child(2) .trade__num.active p{color:var(--c-d-text1)}.home .trade .trade__cols .trade__col:nth-child(2) .trade__num h3{color:var(--c-stroke)}.home .trade .trade__cols .trade__col:nth-child(2) .trade__num p{color:var(--c-l-text1)}@media (max-width:1024px){.home .trade .trade__cols .trade__col:nth-child(3){grid-area:col3}}.home .marketplace .marketplace__title{color:var(--c-d-heading);opacity:0;text-align:center}.home .marketplace .marketplace__title.active{animation:fadeInUp .8s ease-in-out forwards}.home .marketplace #marketplace-slider{margin-top:clamp(40px,calc(32px + 2.5vw),80px);opacity:0}.home .marketplace #marketplace-slider.active{animation:zoomIn .8s ease-in-out forwards}.home .marketplace #marketplace-slider .splide__slide{grid-gap:clamp(50px,calc(36px + 4.375vw),120px);align-items:center;display:grid;grid-template-columns:1fr 1.25fr;padding:0 clamp(40px,calc(30px + 3.125vw),90px) 0 clamp(40px,calc(34px + 1.875vw),70px)}@media (max-width:768px){.home .marketplace #marketplace-slider .splide__slide{grid-template-columns:1fr}.home .marketplace #marketplace-slider .splide__slide .splide__slide-desc{grid-row:2}}.home .marketplace #marketplace-slider .splide__slide .splide__slide-desc h3{color:var(--c-d-heading)}.home .marketplace #marketplace-slider .splide__slide .splide__slide-desc p{color:var(--c-d-text1);margin:clamp(14px,calc(12px + .625vw),24px) 0 clamp(20px,calc(16.8px + 1vw),36px)}@media (max-width:768px){.home .marketplace #marketplace-slider .splide__slide .splide__slide-mockup{grid-row:1;text-align:center}}.home .marketplace #marketplace-slider .splide__slide .splide__slide-mockup img{max-width:clamp(400px,calc(373px + 8.4375vw),535px);width:100%}.home .marketplace #marketplace-slider .splide__arrows .splide__arrow{all:unset;align-items:center;background:var(--c-l-card-bg);border-radius:8px;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;top:50%;transform:translateX(-50%);width:40px}.home .marketplace #marketplace-slider .splide__arrows .splide__arrow--prev{left:0}.home .marketplace #marketplace-slider .splide__arrows .splide__arrow--next{right:0}.home .marketplace #marketplace-slider .splide__arrows .splide__arrow:disabled svg path{fill:var(--c-stroke)}.home .marketplace #marketplace-slider .splide__arrows .splide__arrow svg{height:100%;width:100%}.home .marketplace #marketplace-slider .splide__arrows .splide__arrow svg path{fill:var(--c-bg)}.home .trading .trading__main{display:flex;line-height:0}@media (max-width:576px){.home .trading .trading__main{flex-direction:column}}.home .trading .trading__main.active .trading__day{animation:revealLeft .8s ease-in-out forwards}.home .trading .trading__main.active .trading__night{animation:revealRight .8s ease-in-out forwards}.home .trading .trading__main .trading__day{clip-path:inset(0 100% 0 0);position:relative}.home .trading .trading__main .trading__day h3{color:var(--c-d-heading);position:absolute;right:clamp(40px,calc(32px + 2.5vw),80px);top:clamp(40px,calc(32px + 2.5vw),80px)}.home .trading .trading__main .trading__night{clip-path:inset(0 0 0 100%);position:relative}.home .trading .trading__main .trading__night h3{color:var(--c-l-heading);left:clamp(40px,calc(32px + 2.5vw),80px);position:absolute;top:clamp(40px,calc(32px + 2.5vw),80px)}.home .trading .trading__desc{margin:clamp(50px,calc(44px + 1.875vw),80px) 0 0;margin-inline:auto;max-width:clamp(500px,calc(470px + 9.375vw),650px);text-align:center}.home .trading .trading__desc p{color:var(--c-d-text1);opacity:0}.home .trading .trading__desc p.active{animation:fadeInDown .8s ease-in-out forwards}.home .trading .trading__desc a{margin:32px 0 0;opacity:0}.home .trading .trading__desc a.active{animation:fadeInUp .8s ease-in-out forwards}.home .way h3{color:var(--c-d-heading);opacity:0;text-align:center}.home .way h3.active{animation:fadeInDown .8s ease-in-out forwards}.home .way .way__inner{grid-gap:6.88vw;align-items:center;display:grid;grid-template-columns:1.26fr 1fr;margin:clamp(50px,calc(44px + 1.875vw),80px) 0 0}@media (max-width:576px){.home .way .way__inner{grid-template-columns:1fr}}.home .way .way__inner.active .way__mockup{animation:fadeInLeft .8s ease-in-out forwards}.home .way .way__inner.active .way__info{animation:fadeInRight .8s ease-in-out forwards}.home .way .way__inner .way__info,.home .way .way__inner .way__mockup{opacity:0}.home .way .way__inner .way__info h4{color:var(--c-d-heading)}.home .way .way__inner .way__info p{color:var(--c-d-text1);margin:clamp(14px,calc(12px + .625vw),24px) 0 clamp(20px,calc(16.8px + 1vw),36px)}.home .money{background-color:var(--c-bg);padding:unset}.home .money .money__inner{grid-gap:6.56vw;align-items:center;display:grid;grid-template-columns:1.27fr 1fr}@media (max-width:768px){.home .money .money__inner{grid-gap:0;grid-template-columns:1fr}}.home .money .money__inner .money__cards{grid-gap:clamp(26px,calc(21.2px + 1.5vw),50px);display:grid;grid-template-columns:minmax(100px,260px) minmax(100px,260px);justify-content:center;padding:0 clamp(20px,calc(16px + 1.25vw),40px)}.home .money .money__inner .money__cards .items-wrap{display:flex;flex-direction:column;gap:clamp(26px,calc(21.2px + 1.5vw),50px);height:calc(100vh - 102px);overflow:hidden;position:relative;user-select:none}@media (max-width:1200px){.home .money .money__inner .money__cards .items-wrap{height:500px}}@media (max-width:768px){.home .money .money__inner .money__cards .items-wrap{height:clamp(300px,calc(228.57143px + 22.32143vw),400px)}}.home .money .money__inner .money__cards .items-wrap .items{display:flex;flex-direction:column;flex-shrink:0;gap:clamp(26px,calc(21.2px + 1.5vw),50px);justify-content:space-around;min-height:100%}.home .money .money__inner .money__cards .items-wrap .items .item{align-items:center;background:var(--c-d-card-bg);border-radius:12px;display:flex;flex:0 0 auto;justify-content:space-between;max-width:258px;padding:clamp(18px,calc(15.6px + .75vw),30px) clamp(24px,calc(12.8px + 3.5vw),80px);transition:all .1s ease-in-out;width:100%}.home .money .money__inner .money__cards .items-wrap .items .item img{margin:0 auto}.home .money .money__inner .money__cards .marquee{animation:scroll 20s linear infinite}.home .money .money__inner .money__cards .reverce{animation-direction:reverse}.home .money .money__inner .money__cards .items-wrap:hover .marquee{animation-play-state:paused}@keyframes scroll{0%{transform:translateY(0)}to{transform:translateY(calc(-100% - 50px))}}.home .money .money__inner .money__info{padding:50px 0}@media (max-width:768px){.home .money .money__inner .money__info{margin-inline:auto;max-width:clamp(320px,calc(155.71429px + 51.33929vw),550px);text-align:center}}.home .money .money__inner .money__info h3{color:var(--c-l-heading)}.home .money .money__inner .money__info p.text1{color:var(--c-l-text1);margin:clamp(14px,calc(12px + .625vw),24px) 0}.home .money .money__inner .money__info p.text2{color:var(--c-l-text2)}.home .answers .answers__inner{grid-gap:8.22vw;align-items:center;display:grid;grid-template-columns:1fr 1.16fr}@media (max-width:576px){.home .answers .answers__inner{grid-gap:30px;grid-template-columns:1fr;text-align:center}}.home .answers .answers__inner.active .answers__info{animation:fadeInDown .8s ease-in-out forwards}.home .answers .answers__inner.active .answers__mockup{animation:fadeInUp .8s ease-in-out forwards}.home .answers .answers__inner .answers__info{opacity:0}.home .answers .answers__inner .answers__info h3{color:var(--c-d-heading)}.home .answers .answers__inner .answers__info p{color:var(--c-d-text1);margin:clamp(14px,calc(11.6px + .75vw),26px) 0 0}.home .answers .answers__inner .answers__mockup{opacity:0}.home .steps .steps__top{text-align:center}.home .steps .steps__top h3{color:var(--c-d-heading)}.home .steps .steps__inner{margin-top:clamp(40px,calc(36px + 1.25vw),60px)}.home .steps .steps__inner .steps__navs{align-items:center;background:var(--c-l-card-bg);border-radius:32px;display:flex;margin:0 auto 24px;padding:2px;width:fit-content}.home .steps .steps__inner .steps__navs .steps__nav{color:var(--c-d-text2);cursor:pointer;min-width:clamp(86px,calc(73.2px + 4vw),150px);padding:clamp(12px,12px,12px) clamp(12px,calc(9.6px + .75vw),24px);text-align:center;transition:all .3s ease-in-out;width:fit-content}.home .steps .steps__inner .steps__navs .steps__nav.active{background:var(--c-prime-mid);border-radius:32px;color:var(--c-l-heading)}.home .steps .steps__inner .steps__contents{display:grid}.home .steps .steps__inner .steps__contents .steps__content{grid-gap:0;border-radius:32px;display:grid;grid-column:-1/1;grid-row:-1/1;grid-template-columns:repeat(2,1fr);overflow:hidden;transition:all .3s ease-in-out}@media (max-width:500px){.home .steps .steps__inner .steps__contents .steps__content{grid-template-columns:1fr;height:fit-content}}.home .steps .steps__inner .steps__contents .steps__content:not(.active){opacity:0;transition:all .3s ease-in-out;visibility:hidden}.home .steps .steps__inner .steps__contents .steps__content:first-child .desc{background:var(--c-l-card-bg)}.home .steps .steps__inner .steps__contents .steps__content:first-child .desc h3{color:var(--c-d-text1)}.home .steps .steps__inner .steps__contents .steps__content:first-child .desc p{color:var(--c-d-text2)}.home .steps .steps__inner .steps__contents .steps__content:nth-child(2) .desc{background:var(--c-prime)}.home .steps .steps__inner .steps__contents .steps__content:nth-child(2) .desc h3,.home .steps .steps__inner .steps__contents .steps__content:nth-child(2) .desc p{color:var(--c-l-heading)}.home .steps .steps__inner .steps__contents .steps__content:nth-child(3) .desc{background:var(--c-bg)}.home .steps .steps__inner .steps__contents .steps__content:nth-child(3) .desc h3{color:var(--c-l-heading)}.home .steps .steps__inner .steps__contents .steps__content:nth-child(3) .desc p{color:var(--c-l-text1)}.home .steps .steps__inner .steps__contents .steps__content .desc{display:flex;flex-direction:column;justify-content:space-between;padding:clamp(30px,calc(28px + .625vw),40px) clamp(20px,calc(14px + 1.875vw),50px) clamp(20px,calc(16px + 1.25vw),40px) clamp(20px,calc(11.2px + 2.75vw),64px)}@media (max-width:500px){.home .steps .steps__inner .steps__contents .steps__content .desc{gap:50px}}.home .steps .steps__inner .steps__contents .steps__content .mockup{line-height:0}.home .join{background:var(--c-prime)}.home .join .join__inner{align-items:center;display:flex;gap:5.2vw;justify-content:center}@media (max-width:768px){.home .join .join__inner{flex-direction:column-reverse;gap:30px}}.home .join .join__inner .join__info{text-align:center}.home .join .join__inner .join__info p.join__text{color:var(--c-white);font-family:Onest,sans-serif;font-size:clamp(70px,calc(46.4px + 7.375vw),188px);font-style:normal;font-weight:700;line-height:1.15}.home .join .join__inner .join__info a{margin:28px 0 0}.home .join .join__inner .join__mockup img{max-width:clamp(150px,calc(120px + 9.375vw),300px);width:100%}.not-found{display:flex;height:100vh}.not-found .container-paper{grid-gap:3em 1.5em;display:grid;margin:auto;max-width:40em;padding:3em 0;text-align:center;width:calc(100% - 3em)}.not-found .paper{display:block;height:auto;margin:auto;max-width:224px;overflow:visible;width:100%}.not-found .paper__fill{fill:#fff}.not-found .paper__lines,.not-found .paper__outline{transition:stroke .3s}.not-found .paper__bottom,.not-found .paper__tear,.not-found .paper__tear-fill,.not-found .paper__top{animation:paperTop 1.25s cubic-bezier(.77,0,.18,1)}.not-found .paper__bottom,.not-found .paper__top{transform-origin:0 148px;transition:transform .3s cubic-bezier(.77,0,.18,1)}.not-found .paper__top{transform:translateY(8px)}.not-found .paper__bottom{animation-name:paperBottom;transform:translateY(42px)}.not-found .paper__tear,.not-found .paper__tear-fill{animation-timing-function:cubic-bezier(.32,0,.67,0)}.not-found .paper__tear{stroke-dashoffset:0;animation-name:paperTear}.not-found .paper__tear-fill{animation-name:paperTearFill}.not-found .paper__outline:hover .paper__bottom,.not-found .paper__outline:hover .paper__top{transform:translateY(25px)}.not-found .text1{margin-bottom:24px}@media (min-width:768px){.not-found .container-paper{align-items:center;grid-template-columns:1fr 2fr;text-align:left}.not-found .paper{max-width:300px}}@keyframes paperTop{0%,40%{animation-timing-function:cubic-bezier(.32,0,.67,0);transform:translateY(25px) rotate(0);transform-origin:61px 148px}70%{animation-timing-function:cubic-bezier(.33,1,.67,1.5);transform:translateY(25px) rotate(-5deg);transform-origin:61px 148px}to{transform:translateY(8px) rotate(0);transform-origin:0 148px}}@keyframes paperBottom{0%,40%{animation-timing-function:cubic-bezier(.32,0,.67,0);transform:translateY(25px) rotate(0);transform-origin:61px 148px}70%{animation-timing-function:cubic-bezier(.33,1,.67,1.5);transform:translateY(25px) rotate(5deg);transform-origin:61px 148px}to{transform:translateY(42px) rotate(0);transform-origin:0 148px}}@keyframes paperTear{0%,40%{stroke-dashoffset:-198}70%,to{stroke-dashoffset:0}}@keyframes paperTearFill{0%,40%{width:187px}70%,to{width:0}}.subheader{background:url(../../public/img/subheader/subheader_bg.webp),#fff;background-position:top;background-repeat:no-repeat;background-size:cover;padding-bottom:clamp(48px,calc(31.6px + 5.125vw),130px)}.subheader .breadcrumbs-list{align-items:center;display:flex;padding-top:clamp(160px,3.375vw,180px)}.subheader .breadcrumbs-list .breadcrumbs-link{color:var(--c-d-heading);font-family:Onest;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:500;line-height:1.2}.subheader .breadcrumbs-list .breadcrumbs-link--dark{color:var(--c-l-text2)}.subheader .breadcrumbs-list svg{height:13px;margin:0 13px 0 6px;width:8px}.subheader .subheader-text{margin:40px auto 0;max-width:830px;text-align:center;width:100%}.subheader h1{color:var(--c-d-heading)}.subheader .text1{color:var(--c-d-text1);margin-top:clamp(8px,calc(3.2px + 1.5vw),32px)}.subheader .subheader-btns{display:grid;gap:24px;grid-template-columns:repeat(2,216px);justify-content:center;margin-top:clamp(16px,calc(9.6px + 2vw),48px)}.subheader .subheader-btns--center{display:flex;justify-content:center}@media (max-width:768px){.subheader .subheader-text{margin:24px auto 0}.subheader .subheader-btns{gap:8px;grid-template-columns:1fr;justify-items:center;margin-top:clamp(32px,calc(28.8px + 1vw),48px)}}#whatsup{border-radius:50%;bottom:80px;display:inline-flex;flex-shrink:0;height:50px;position:fixed;right:40px;width:50px;z-index:50}.icon-bg{animation:wave 1.5s linear infinite}.icon-symbol{animation:rotate 2s infinite alternate;transform-origin:center}@keyframes wave{0%{box-shadow:0 4px 6px #3eeea14d,0 0 0 0 #3eeea133,0 0 0 0 #3eeea133}40%{box-shadow:0 4px 6px #3eeea14d,0 0 0 25px #3eeea133,0 0 0 0 #3eeea133}80%{box-shadow:0 4px 6px #3eeea14d,0 0 0 45px #3eeea100,0 0 0 18px rgba(62,238,161,.067)}to{box-shadow:0 4px 6px #3eeea14d,0 0 0 60px #3eeea100,0 0 0 32px #3eeea100}}@keyframes rotate{0%{transform:rotate(0) scale(1) skew(.017rad)}25%{transform:rotate(0) scale(1) skew(.017rad)}35%{transform:rotate(-.3rad) scale(1) skew(.017rad)}45%{transform:rotate(.3rad) scale(1) skew(.017rad)}55%{transform:rotate(-.3rad) scale(1) skew(.017rad)}65%{transform:rotate(.3rad) scale(1) skew(.017rad)}75%{transform:rotate(0) scale(1) skew(.017rad)}to{transform:rotate(0) scale(1) skew(.017rad)}}.who-page{background-color:var(--c-white);padding-top:clamp(60px,calc(48px + 3.75vw),120px)}.who-page .breadcrumbs-list{align-items:center;display:flex;padding-top:clamp(20px,calc(12px + 2.5vw),60px)}.who-page .breadcrumbs-list .breadcrumbs-link{color:var(--c-d-heading);font-family:Onest;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:500;line-height:1.2}.who-page .breadcrumbs-list .breadcrumbs-link--dark{color:var(--c-l-text2)}.who-page .breadcrumbs-list svg{height:13px;margin:0 13px 0 6px;width:8px}.who-page img{display:block;height:auto;max-height:100%;max-width:100%;width:auto}.who-page h1,.who-page h3,.who-page h4{text-wrap:balance}.who-page .history{padding-bottom:clamp(60px,calc(48px + 3.75vw),120px)}.who-page .history .history-row{align-items:center;display:flex;justify-content:space-between;margin-top:clamp(30px,px_to_vw(70),60px)}.who-page .history .history-text{animation:revealLeft .8s ease-in-out forwards;flex:0 0 44%}.who-page .history .history-picture{animation:zoomIn .8s ease-in-out forwards;flex:0 0 49.5%}.who-page .history h1{color:var(--c-d-heading)}.who-page .history .text1{color:var(--c-d-text1);margin-top:clamp(8px,calc(3.2px + 1.5vw),32px)}.who-page .results{background-color:var(--c-l-card-bg);padding-bottom:clamp(16px,calc(12.8px + 1vw),32px);padding-top:clamp(16px,calc(12.8px + 1vw),32px)}.who-page .results .results-container{margin:0 auto;max-width:1093px;width:100%}.who-page .results .results-row{display:flex;justify-content:space-between}.who-page .results .results-col{margin-right:clamp(12px,calc(9.6px + .75vw),24px);text-align:center}.who-page .results .results-col:last-child{margin-right:0}.who-page .results h4{color:var(--c-d-heading)}.who-page .results .text1{color:var(--c-d-text1);margin-top:clamp(5px,calc(4px + .3125vw),10px)}.who-page .conditions .conditions-text-cetner{margin:0 auto;max-width:624px;text-align:center;width:100%}.who-page .conditions h3{color:var(--c-d-heading)}.who-page .conditions .conditions-row{display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-top:clamp(24px,calc(17.6px + 2vw),56px)}.who-page .conditions .conditions-col{padding:clamp(24px,calc(19.2px + 1.5vw),48px) clamp(4px,calc(3.2px + .25vw),8px) clamp(25px,calc(20px + 1.5625vw),50px)}.who-page .conditions .conditions-col img{margin:0 auto}.who-page .conditions .conditions-text{margin:0 auto;max-width:266px;text-align:center;width:100%}.who-page .conditions .text-content{margin:0 auto;max-width:216px;width:100%}.who-page .conditions h4{color:var(--c-d-heading);margin-top:clamp(12px,calc(9.6px + .75vw),24px)}.who-page .conditions .text1{color:var(--c-d-text1);margin-top:clamp(12px,calc(9.6px + .75vw),24px)}.who-page .rules .rules-text-cetner{margin:0 auto;max-width:801px;text-align:center;width:100%}.who-page .rules .rules-row{display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-top:clamp(24px,calc(17.6px + 2vw),56px)}.who-page .rules .rules-col{background-color:var(--c-l-card-bg);border-radius:32px;overflow:hidden;padding:clamp(20px,calc(14.8px + 1.625vw),46px) clamp(16px,calc(12.8px + 1vw),32px);transition:all .3s linear}.who-page .rules .rules-col:hover{transform:scale(1.1)}.who-page .rules .rules-col img{margin:0 auto}.who-page .rules h4{color:var(--c-d-heading);text-align:center}.who-page .rules .rules-btn{display:flex;justify-content:center;margin-top:clamp(24px,calc(17.6px + 2vw),56px)}.who-page .join{background-image:url(../../public/img/who-we-are/join_bg.webp);background-position:top;background-repeat:repeat-x;background-size:cover}.who-page .join .join-panel{background-color:var(--c-bg);border-radius:32px;margin:0 auto;max-width:1024px;overflow:hidden;padding:clamp(24px,calc(19.2px + 1.5vw),48px) clamp(32px,calc(25.6px + 2vw),64px);width:100%}.who-page .join .join-row{align-items:center;display:flex;justify-content:space-between}.who-page .join .join-text{width:53%}.who-page .join .join-btn{width:22.5%}.who-page .join h3{color:var(--c-white)}@media (max-width:1024px){.who-page .conditions .conditions-col img,.who-page .rules .rules-col img{height:120px;object-fit:contain;object-position:center;width:100px}.who-page .join .join-btn{width:30%}}@media (max-width:768px){.who-page .history{padding-bottom:0}.who-page .history .history-row{align-items:flex-start;flex-direction:column-reverse;padding:clamp(35px,calc(28px + 2.1875vw),70px) 0}.who-page .history .history-picture,.who-page .history .history-text{flex:0 0 100%}.who-page .history .history-text{margin-top:clamp(24px,calc(19.2px + 1.5vw),48px)}.who-page .results .results-row{flex-wrap:wrap}.who-page .results .results-col{border-radius:15px;margin-bottom:clamp(8px,calc(7.6px + .125vw),10px);margin-right:0;margin-top:clamp(8px,calc(7.6px + .125vw),10px);width:45%}.who-page .conditions .conditions-row,.who-page .rules .rules-row{grid-template-columns:repeat(2,1fr)}.who-page .join .join-panel,.who-page .rules .rules-col{border-radius:15px}.who-page .join .join-btn{width:40%}}@media (max-width:576px){.who-page .results .results-row{align-items:center;flex-direction:column}.who-page .results .results-col{margin:clamp(12px,calc(9.6px + .75vw),24px) auto;max-width:320px;width:100%}.who-page .results .results-col:last-child{margin-right:auto}.who-page .conditions .conditions-row{gap:32px;grid-template-columns:1fr}.who-page .conditions .conditions-col{padding-bottom:0;padding-top:0}.who-page .conditions .conditions-text,.who-page .conditions .text-content{max-width:320px}.who-page .rules .rules-row{grid-template-columns:1fr}.who-page .join .join-row{align-items:center;flex-direction:column}.who-page .join .join-btn,.who-page .join .join-text{text-align:center;width:100%}.who-page .join .join-btn{margin-top:clamp(16px,calc(12.8px + 1vw),32px)}}.why-page{background-color:var(--c-white);padding-top:0}.why-page .breadcrumbs-list{align-items:center;display:flex}.why-page .breadcrumbs-list .breadcrumbs-link{color:var(--c-white);font-family:Onest;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:500;line-height:1.2}.why-page .breadcrumbs-list .breadcrumbs-link--light{color:var(--c-l-text2)}.why-page .breadcrumbs-list svg{height:13px;margin:0 13px 0 6px;width:8px}.why-page img{display:block;height:auto;max-height:100%;max-width:100%;width:auto}.why-page h1,.why-page h3,.why-page h4,.why-page p{text-wrap:balance}.why-page .why{background-attachment:fixed;background-image:url(../../public/img/why-choose-us/why_bg.webp);background-position:top;background-repeat:no-repeat;background-size:cover;min-height:100vh}.why-page .why .why-body{max-width:505px;padding-top:clamp(120px,calc(108px + 3.75vw),180px);width:100%}.why-page .why .why-text{animation:revealLeft .8s ease-in-out forwards;padding-top:clamp(30px,calc(8px + 6.875vw),140px)}.why-page .why h1{color:var(--c-l-heading)}.why-page .why .text1{color:var(--c-l-text1);margin-top:clamp(8px,calc(3.2px + 1.5vw),32px)}.why-page .features .features-row-2{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.why-page .features .features-row-3{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin:20px 0}.why-page .features .feature-col{background-color:var(--c-l-card-bg);border-radius:32px;overflow:hidden;padding:clamp(24px,calc(19.2px + 1.5vw),48px) clamp(16px,calc(9.2px + 2.125vw),50px);position:relative}.why-page .features .feature-num{position:absolute;right:clamp(8px,calc(4.8px + 1vw),24px);top:0}.why-page .features h4{color:var(--c-d-heading);margin-top:clamp(16px,calc(12.8px + 1vw),32px)}.why-page .features .help-link,.why-page .features .text1{color:var(--c-d-text1);margin-top:clamp(5px,calc(3.6px + .4375vw),12px)}.why-page .features .help-link{cursor:pointer;font-family:Onest;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:400;line-height:1.3;text-decoration:underline}@media (max-width:1024px){.why-page .why{min-height:768px}.why-page .features .feature-icon{height:120px;object-fit:contain;object-position:center;width:100px}.why-page .features .feature-num{height:100px;object-fit:contain;object-position:center;width:48px}.why-page .features .feature-num--1{width:32px}.why-page .features .features-row-3{grid-template-columns:1fr}}@media (max-width:768px){.why-page .why{min-height:100vh}.why-page .why .why-body{padding-top:clamp(160px,calc(156px + 1.25vw),180px)}.why-page .why .why-text{padding-top:clamp(60px,calc(44px + 5vw),140px)}.why-page .features .features-row-2{grid-template-columns:1fr}.why-page .features .feature-col{border-radius:15px}}.contacts-page{background-color:var(--c-white)}.contacts-page .contacts .contacts-panel{display:flex;justify-content:space-between}.contacts-page .contacts .contacts-left{flex:0 0 30%}.contacts-page .contacts .contacts-right{flex:0 0 66%}.contacts-page .contacts .contacts-line{align-items:center;display:flex;margin-bottom:clamp(20px,calc(16px + 1.25vw),40px)}.contacts-page .contacts .contacts-icon{height:64px;width:64px}.contacts-page .contacts .contacts-data{padding-left:clamp(12px,calc(9.6px + .75vw),24px)}.contacts-page .contacts .contacts-data .lead-text{color:var(--c-d-heading)}.contacts-page .contacts .contacts-data a{color:var(--c-d-heading);cursor:pointer;display:inline-block;font-family:Onest;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:400;line-height:1.4;margin-top:8px}.contacts-page .contacts .contacts-row{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.contacts-page .contacts .contacts-row img{border-radius:24px;overflow:hidden}@media (max-width:768px){.contacts-page .contacts .contacts-panel{flex-direction:column}.contacts-page .contacts .contacts-left,.contacts-page .contacts .contacts-right{flex:0 0 100%}.contacts-page .contacts .contacts-row{gap:10px}}@media (max-width:576px){.contacts-page .contacts .contacts-row{gap:10px;grid-template-columns:1fr}}.careers-page{background-color:var(--c-white)}.careers-page .careers{padding-bottom:clamp(70px,calc(60px + 3.125vw),120px);padding-top:clamp(16px,calc(14.4px + .5vw),24px)}.careers-page .careers .careers-row{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.careers-page .careers .careers-col{background-color:var(--c-l-card-bg);border-radius:32px;overflow:hidden;padding:clamp(16px,calc(14.4px + .5vw),24px) clamp(16px,calc(12.8px + 1vw),32px)}.careers-page .careers h4{color:var(--c-d-heading)}.careers-page .careers .lead-text,.careers-page .careers .text1{color:var(--c-d-text1);margin-top:clamp(8px,calc(6.4px + .5vw),16px)}.careers-page .careers .text-lead--strong{font-family:Onest;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:600;line-height:1.3;margin-top:clamp(4px,calc(3.2px + .25vw),8px)}.careers-page .careers .careers-btn{display:flex;justify-content:flex-end;margin-top:clamp(14px,calc(12px + .625vw),24px)}.careers-page .careers .careers-line{align-items:center;display:flex}.careers-page .careers .careers-line a{color:var(--c-prime-dark);cursor:pointer;font-family:Onest;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:500;line-height:1.2;padding-right:10px}.careers-page .careers .careers-line:hover span{transform:rotate(-90deg);transition:all .3s linear}.careers-page .careers .careers-line span{display:inline-block;height:24px;width:24px}@media (max-width:768px){.careers-page .careers .careers-row{grid-template-columns:1fr}.careers-page .careers .careers-col{border-radius:15px}}.principles-page{background-color:var(--c-white)}.principles-page .principles{padding-top:32px}.principles-page .principles .principles-row{align-items:center;display:flex}.principles-page .principles h3{color:var(--c-d-heading);padding-left:clamp(12px,calc(9.2px + .875vw),26px)}.principles-page .principles .principles-body{margin-left:auto;max-width:1228px;padding-left:clamp(16px,calc(9.6px + 2vw),48px);width:100%}.principles-page .principles .principles-item{margin-bottom:24px}.principles-page .principles .tab{margin-bottom:20px;position:relative}.principles-page .principles .tab input{opacity:0;position:absolute;z-index:-1}.principles-page .principles .tab__content{max-height:0;overflow:hidden;transition:max-height .35s linear,padding .35s linear}.principles-page .principles .tab input:checked~.tab__content{background-color:var(--c-l-card-bg);border-radius:0 0 12px 12px;max-height:1000rem}.principles-page .principles .tab__label{border-radius:12px 12px 0 0;cursor:pointer;display:flex;justify-content:space-between;padding:24px 20px 0}.principles-page .principles .tab__label:after{background:url(../../public/img/general/arrow_faq.svg) no-repeat;background-size:contain;content:"";display:flex;flex-shrink:0;height:24px;text-align:center;width:24px}.principles-page .principles .tab input:checked+.tab__label{background-color:var(--c-l-card-bg)}.principles-page .principles .tab input:checked+.tab__label:after{transform:rotate(-180deg)}.principles-page .principles .tab-heading{color:var(--c-d-heading);font-family:Onest;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:600;line-height:1.3;margin-top:clamp(4px,calc(3.2px + .25vw),8px)}.principles-page .principles .tab__content p{color:var(--c-d-text1);font-family:Onest;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:400;line-height:1.4;padding:26px 20px 24px}@media (max-width:768px){.principles-page .principles .principles-body{padding-left:0}.principles-page .principles .principles-icon img{height:80px;object-fit:contain;object-position:center;width:60px}}.analytics-page{background-color:var(--c-white)}.analytics-page .analytics{padding-bottom:clamp(70px,calc(60px + 3.125vw),120px);padding-top:32px}.analytics-page .analytics .analytics-row{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.analytics-page .analytics .analytics-col{background-color:var(--c-l-card-bg);border-radius:32px;padding:clamp(23px,calc(18.4px + 1.4375vw),46px) clamp(16px,calc(13.6px + .75vw),28px);transition:all .3s linear;width:100%}.analytics-page .analytics .analytics-col:hover{transform:scale(1.05)}.analytics-page .analytics .analytics-link{align-items:center;cursor:pointer;display:inline-flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}.analytics-page .analytics h4{color:var(--c-d-heading);margin-top:clamp(12px,calc(9.2px + .875vw),26px);text-align:center}.analytics-page .analytics .widget{height:573px;margin-top:clamp(70px,calc(60px + 3.125vw),120px)}@media (max-width:1024px){.analytics-page .analytics .analytics-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.analytics-page .analytics .analytics-col{border-radius:15px}.analytics-page .analytics .widget{height:460px}}@media (max-width:576px){.analytics-page .analytics .analytics-row{grid-template-columns:1fr}.analytics-page .analytics .widget{height:400px}}.account-page{background-color:var(--c-white)}.account-page .account{padding-bottom:clamp(70px,calc(60px + 3.125vw),120px);padding-top:clamp(32px,calc(22.4px + 3vw),80px)}.account-page .account .account-wrap{border:1px solid var(--c-stroke);border-radius:32px;display:flex;justify-content:space-between;overflow:hidden}.account-page .account .account-col-name{width:26%}.account-page .account .account-col{border-left:1px solid var(--c-stroke);width:12.33%}.account-page .account .account-description,.account-page .account .account-info{border-top:1px solid var(--c-stroke)}.account-page .account .account-name,.account-page .account .desc-strong{color:var(--c-d-heading);font-family:Onest;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:600;line-height:1.3}.account-page .account .account-name{font-family:Onest;font-size:clamp(10px,calc(8.6px + .4375vw),17px);font-style:normal;font-weight:600;line-height:1.3;padding:clamp(14px,calc(11.2px + .875vw),28px) clamp(4px,calc(3.2px + .25vw),8px);text-align:center}.account-page .account .desc,.account-page .account .desc-strong{padding:clamp(12px,calc(11.6px + .125vw),14px) clamp(4px,1.25vw,24px)}.account-page .account .desc{color:var(--c-d-text1);font-family:Onest;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:400;line-height:1.4}.account-page .account .account-info{align-items:center;display:flex;justify-content:center}.account-page .account .account-info span{color:var(--c-d-text1);font-family:Onest;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:400;line-height:1.4}@media (max-width:1024px){.account-page .account .account-col-name{width:20%}.account-page .account .account-col{width:13.33%}}@media (max-width:768px){.account-page .account .account-wrap{border-radius:15px;overflow-x:auto}.account-page .account .account-col-name,.account-page .account .account-description{background-color:var(--c-white);box-shadow:inset -14px 0 15px -7px #0000001a;left:0;position:sticky;width:140px;z-index:20}.account-page .account .account-col{width:140px}.account-page .account .account-info,.account-page .account .account-type{display:flex;flex-shrink:0;justify-content:center;width:100px}}.faq-page{background-color:var(--c-white)}.faq-page .faq{padding-bottom:clamp(35px,calc(18px + 5.3125vw),120px);padding-top:32px}.faq-page .faq .tab{margin-bottom:20px;position:relative}.faq-page .faq .tab input{opacity:0;position:absolute;z-index:-1}.faq-page .faq .tab__content{max-height:0;overflow:hidden;transition:all .35s}.faq-page .faq .tab__content span#show-tft-example{cursor:pointer;text-decoration:underline}.faq-page .faq .tab input:checked~.tab__content{background-color:var(--c-l-card-bg);border-radius:0 0 12px 12px;max-height:100rem}.faq-page .faq .tab__label{border-radius:12px 12px 0 0;cursor:pointer;display:flex;justify-content:space-between;padding:24px 20px 0}.faq-page .faq .tab__label:after{background:url(../../public/img/general/arrow_faq.svg) no-repeat;background-size:contain;content:"";display:flex;flex-shrink:0;height:24px;text-align:center;width:24px}.faq-page .faq .tab input:checked+.tab__label{background-color:var(--c-l-card-bg)}.faq-page .faq .tab input:checked+.tab__label:after{transform:rotate(-180deg)}.faq-page .faq .tab-heading{color:var(--c-d-heading);font-weight:600;line-height:1.3;margin-top:clamp(4px,calc(3.2px + .25vw),8px)}.faq-page .faq .tab-heading,.faq-page .faq .tab__content p{font-family:Onest;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal}.faq-page .faq .tab__content p{color:var(--c-d-text1);font-weight:400;line-height:1.4;padding:26px 20px 24px}.faq-page #tft-example{align-items:center;background:#000c;display:flex;height:100vh;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:all .5s ease-in-out;visibility:hidden;width:100vw;z-index:98}.faq-page #tft-example.active{opacity:1;pointer-events:auto;visibility:visible}.faq-page #tft-example .tft-example__wrap{background:var(--c-l-card-bg);border-radius:10px;display:flex;flex-direction:column;gap:20px;max-width:300px;padding:20px}.faq-page #tft-example button{color:var(--c-d-heading);cursor:pointer;font-family:Onest,sans-serif;font-size:clamp(30px,calc(28.8px + .375vw),36px);font-style:normal;font-weight:600;line-height:1.3;margin-inline-start:auto;transition:all .3s ease-in-out;width:fit-content}.faq-page #tft-example button:hover{color:var(--c-prime)}.extensions-page{background-color:var(--c-white)}.extensions-page .extensions{padding-bottom:clamp(70px,calc(60px + 3.125vw),120px);padding-top:32px}.extensions-page .extensions .extensions-list{display:grid;gap:50px clamp(20px,9.89vw,190px);grid-template-columns:repeat(3,1fr);justify-content:space-between}.extensions-page .extensions .extensions-service{cursor:pointer;display:inline-block;height:100%;transition:all .3s linear;width:100%}.extensions-page .extensions .extensions-service:hover{transform:scale(1.05)}@media (max-width:576px){.extensions-page .extensions{padding-top:0}.extensions-page .extensions .extensions-list{gap:20px;grid-template-columns:repeat(2,1fr)}}.learn-page{background-color:var(--c-white)}.learn-page .learn{padding-bottom:clamp(70px,calc(60px + 3.125vw),120px);padding-top:32px}.learn-page .learn .learn-list{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.learn-page .learn .learn-item{background-color:var(--c-l-card-bg);border-radius:32px;overflow:hidden}.learn-page .learn .learn-link{cursor:pointer;display:inline-block;height:100%;transition:all .3s linear;width:100%}.learn-page .learn .learn-link:hover{transform:scale(1.05)}.learn-page .learn .learn-link svg{display:block;height:auto;max-height:100%;max-width:100%;width:auto}@media (max-width:768px){.learn-page .learn{padding-top:0}.learn-page .learn .learn-list{gap:20px;grid-template-columns:427px;justify-content:center}.learn-page .learn .learn-item{border-radius:15px}}@media (max-width:440px){.learn-page .learn .learn-list{grid-template-columns:1fr}}.markets-page{background-color:var(--c-white);padding-top:clamp(60px,calc(48px + 3.75vw),120px)}.markets-page .breadcrumbs-list{align-items:center;display:flex;padding-top:clamp(20px,calc(12px + 2.5vw),60px)}.markets-page .breadcrumbs-list .breadcrumbs-link{color:var(--c-d-heading);font-family:Onest;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:500;line-height:1.2}.markets-page .breadcrumbs-list .breadcrumbs-link--dark{color:var(--c-l-text2)}.markets-page .breadcrumbs-list svg{height:13px;margin:0 13px 0 6px;width:8px}.markets-page h2,.markets-page h4{text-wrap:balance}.markets-page img{display:block;height:auto;max-height:100%;max-width:100%;width:auto}.markets-page .banner{padding-bottom:clamp(30px,calc(16px + 4.375vw),100px)}.markets-page .banner .banner-row{align-items:center;display:flex;justify-content:space-between;margin-top:40px}.markets-page .banner .banner-text{flex:0 0 48%}.markets-page .banner .banner-picture{flex:0 0 50%}.markets-page .banner h2{color:var(--c-d-heading)}.markets-page .banner .text1{color:var(--c-d-text1);margin-bottom:clamp(8px,calc(3.2px + 1.5vw),32px);margin-top:clamp(8px,calc(3.2px + 1.5vw),32px)}.markets-page .condtions .condtions--center{margin:0 auto;text-align:center;width:50%}.markets-page .condtions .condtions-content{margin:0 auto;max-width:984px;width:100%}.markets-page .condtions .condtions-row{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-top:clamp(24px,calc(17.6px + 2vw),56px)}.markets-page .condtions .conditions-icon{margin:0 auto}.markets-page .condtions .conditions-text{margin-top:clamp(16px,calc(14.4px + .5vw),24px);max-width:266px;text-align:center;width:100%}.markets-page .condtions h4{color:var(--c-d-heading)}.markets-page .condtions .text1{color:var(--c-d-text1);margin-top:clamp(8px,calc(4.8px + 1vw),24px)}.markets-page .datas{background-color:var(--c-l-card-bg);padding:32px 0}.markets-page .datas .datas-body{margin:0 auto;max-width:984px;width:100%}.markets-page .datas .datas-row{display:flex;justify-content:space-between}.markets-page .datas .datas-col{margin-right:24px;text-align:center}.markets-page .datas .datas-col :last-child{margin-right:0}.markets-page .datas h4{color:var(--c-d-heading);font-family:Onest;font-size:clamp(20px,calc(17px + .9375vw),35px);font-style:normal;font-weight:600;line-height:1.3}.markets-page .datas .text1{color:var(--c-d-text1);margin-top:clamp(4px,calc(2.8px + .375vw),10px)}.markets-page .instrumentals .instrumentals-text{margin:0 auto;text-align:center;width:50%}.markets-page .instrumentals .instrumentals-body{margin:0 auto;max-width:1096px;width:100%}.markets-page .instrumentals .instrumentals-row{display:grid;grid-template-columns:repeat(2,1fr);margin-top:clamp(24px,calc(12.8px + 3.5vw),80px)}.markets-page .instrumentals .instrumentals-col{text-align:center}.markets-page .instrumentals .instrumentals-col--left{border-right:1px solid var(--c-stroke);padding-right:clamp(24px,calc(4.8px + 6vw),120px)}.markets-page .instrumentals .instrumentals-col--right{padding-left:clamp(24px,calc(4.8px + 6vw),120px)}.markets-page .instrumentals h4{color:var(--c-d-heading)}.markets-page .instrumentals .text1{color:var(--c-d-text1);margin-top:clamp(8px,calc(4.8px + 1vw),24px)}.markets-page .instrumentals .instrumentals-btn{display:flex;justify-content:center;margin-top:clamp(32px,calc(18.4px + 4.25vw),100px)}.markets-page .markets .markets-head{max-width:650px;width:100%}.markets-page .markets .text1{color:var(--c-d-text1);margin-top:clamp(8px,calc(3.2px + 1.5vw),32px)}.markets-page .markets .markets-row{display:grid;gap:26px;grid-template-columns:repeat(3,1fr);margin-top:clamp(24px,calc(12.8px + 3.5vw),80px)}.markets-page .markets .markets-col{background-color:var(--c-l-card-bg);border-radius:32px;overflow:hidden;padding-bottom:clamp(24px,calc(17.6px + 2vw),56px);padding-left:clamp(16px,calc(9.6px + 2vw),48px);padding-right:clamp(16px,calc(9.6px + 2vw),48px)}.markets-page .markets .markets-col img{margin-left:auto}.markets-page .markets .markets-col h4{margin-top:clamp(10px,calc(7.6px + .75vw),22px)}.markets-page .markets .markets-col .text-subheading{margin-top:clamp(4px,calc(2.4px + .5vw),12px)}.markets-page .strade{background-image:url(../../public/img/who-we-are/join_bg.webp);background-position:top;background-repeat:repeat-x;background-size:cover}.markets-page .strade .strade-panel{background-color:var(--c-bg);border-radius:32px;margin:0 auto;max-width:1024px;overflow:hidden;padding:clamp(24px,calc(19.2px + 1.5vw),48px) clamp(32px,calc(25.6px + 2vw),64px);width:100%}.markets-page .strade .strade-row{align-items:center;display:flex;justify-content:space-between}.markets-page .strade .strade-text{width:53%}.markets-page .strade .strade-btn{width:23.5%}.markets-page .strade h4{color:var(--c-white)}.markets-page .strade .text1{color:var(--c-l-text1);margin-top:clamp(10px,calc(8px + .625vw),20px)}@media (max-width:1024px){.markets-page .condtions .condtions-col img{height:120px;object-fit:contain;object-position:center;width:100px}.markets-page .markets .markets-row{gap:20px}.markets-page .markets .markets-col img{height:120px;object-fit:contain;object-position:center;width:100px}.markets-page .strade .strade-btn{width:30%}}@media (max-width:768px){.markets-page{padding-top:160px}.markets-page .banner .banner-row{align-items:center;flex-direction:column-reverse;margin-top:40px}.markets-page .banner .banner-picture,.markets-page .banner .banner-text{flex:0 0 100%}.markets-page .banner .banner-picture img{margin:0 auto;max-width:75%}.markets-page .banner .banner-text{margin-top:clamp(24px,calc(19.2px + 1.5vw),48px);text-align:center}.markets-page .condtions .condtions-row{gap:32px;grid-template-columns:1fr}.markets-page .condtions .conditions-text{margin:0 auto}.markets-page .datas .datas-row{align-items:center;flex-direction:column}.markets-page .datas .datas-col{margin:16px 0}.markets-page .instrumentals .instrumentals-text{width:80%}.markets-page .instrumentals .instrumentals-body{max-width:576px}.markets-page .instrumentals .instrumentals-row{gap:40px;grid-template-columns:1fr}.markets-page .instrumentals .instrumentals-col--left{border-right:none}.markets-page .instrumentals .instrumentals-col--left,.markets-page .instrumentals .instrumentals-col--right{padding:0}.markets-page .markets .markets-head{margin:0 auto;text-align:center}.markets-page .markets .markets-row{grid-template-columns:1fr}.markets-page .markets .markets-col{border-radius:15px}.markets-page .strade .strade-row{align-items:center;flex-direction:column}.markets-page .strade .strade-btn,.markets-page .strade .strade-text{text-align:center;width:100%}.markets-page .strade .strade-btn{margin-top:clamp(16px,calc(12.8px + 1vw),32px)}}@media (max-width:576px){.markets-page .instrumentals .instrumentals-text{width:1000%}}.regulatory-page{background-color:var(--c-white)}.regulatory-page .regulatory{padding-bottom:clamp(70px,calc(60px + 3.125vw),120px);padding-top:clamp(16px,calc(3.2px + 4vw),80px)}.regulatory-page .regulatory .regulatory-row{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.regulatory-page .regulatory .regulatory-col{background-color:var(--c-l-card-bg);border-radius:32px;display:grid;grid-template-columns:1fr;grid-template-rows:64px auto auto;overflow:hidden;padding:clamp(16px,calc(14.4px + .5vw),24px) clamp(16px,calc(12.8px + 1vw),32px)}.regulatory-page .regulatory .lead-text{color:var(--c-d-heading);margin:16px 0}.regulatory-page .regulatory .regulatory-line{align-items:center;display:flex}.regulatory-page .regulatory .regulatory-line a{color:var(--c-prime-dark);cursor:pointer;font-family:Onest;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:500;line-height:1.2;padding-right:10px}.regulatory-page .regulatory .regulatory-line:hover span{transform:rotate(-90deg);transition:all .3s linear}.regulatory-page .regulatory .regulatory-line span{display:inline-block;height:24px;margin-top:-4px;width:24px}@media (max-width:1024px){.regulatory-page .regulatory .regulatory-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.regulatory-page .regulatory .regulatory-row{grid-template-columns:1fr}.regulatory-page .regulatory .regulatory-col{border-radius:15px}.regulatory-page .regulatory .regulatory-col br{display:none}}.terms-page{background-color:var(--c-white)}.terms-page .terms{padding-bottom:clamp(70px,calc(60px + 3.125vw),120px);padding-top:clamp(16px,calc(3.2px + 4vw),80px)}.terms-page .terms .terms-row{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.terms-page .terms .terms-col{background-color:var(--c-l-card-bg);border-radius:32px;overflow:hidden;padding:clamp(16px,calc(14.4px + .5vw),24px) clamp(16px,calc(12.8px + 1vw),32px)}.terms-page .terms h4{color:var(--c-d-heading);margin:16px 0}.terms-page .terms .text1{color:var(--c-d-text1);margin:16px 0}.terms-page .terms .terms-line{align-items:center;display:flex}.terms-page .terms .terms-line a{color:var(--c-prime-dark);cursor:pointer;font-family:Onest;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:500;line-height:1.2;line-height:24px}.terms-page .terms .terms-line:hover span{transform:rotate(-90deg);transition:all .3s linear}.terms-page .terms .terms-line span{display:inline-block;height:24px;margin-left:4px;margin-top:-4px;width:24px}@media (max-width:768px){.terms-page .terms .terms-row{grid-template-columns:repeat(2,1fr)}.terms-page .terms .terms-col{border-radius:15px}}@media (max-width:576px){.terms-page .terms .terms-row{grid-template-columns:1fr}}.mt5-page{background-color:var(--c-white);padding-top:clamp(60px,calc(48px + 3.75vw),120px)}.mt5-page .breadcrumbs-list{align-items:center;display:flex;padding-top:clamp(20px,calc(12px + 2.5vw),60px)}.mt5-page .breadcrumbs-list .breadcrumbs-link{color:var(--c-d-heading);font-family:Onest;font-size:clamp(14px,calc(13.4px + .1875vw),17px);font-style:normal;font-weight:500;line-height:1.2}.mt5-page .breadcrumbs-list .breadcrumbs-link--dark{color:var(--c-l-text2)}.mt5-page .breadcrumbs-list svg{height:13px;margin:0 13px 0 6px;width:8px}.mt5-page img{display:block;height:auto;max-height:100%;max-width:100%;width:auto}.mt5-page .banner{padding-bottom:clamp(30px,calc(16px + 4.375vw),100px)}.mt5-page .banner .banner-row{align-items:center;display:flex;justify-content:space-between;margin-top:40px}.mt5-page .banner .banner-text{flex:0 0 53%}.mt5-page .banner .banner-picture{flex:0 0 45%}.mt5-page .banner h2{color:var(--c-d-heading)}.mt5-page .banner .text1{color:var(--c-d-text1);margin-bottom:clamp(8px,calc(3.2px + 1.5vw),32px);margin-top:clamp(8px,calc(3.2px + 1.5vw),32px)}.mt5-page .datas{background-color:var(--c-l-card-bg);padding:32px 0}.mt5-page .datas .datas-body{margin:0 auto;max-width:1000px;width:100%}.mt5-page .datas .datas-row{display:flex;justify-content:space-between}.mt5-page .datas .datas-col{margin-right:24px;text-align:center}.mt5-page .datas .datas-col :last-child{margin-right:0}.mt5-page .datas h4{color:var(--c-d-heading)}.mt5-page .datas .text1{color:var(--c-d-text1);margin-top:clamp(4px,calc(2.8px + .375vw),10px)}.mt5-page .metatrader h3{color:var(--c-d-heading);text-align:center}.mt5-page .metatrader .metatrader-panel{display:grid;gap:40px;grid-template-columns:repeat(3,1fr);margin-top:clamp(24px,calc(17.6px + 2vw),56px)}.mt5-page .metatrader .metatrader-left{display:flex;flex-direction:column;justify-content:center}.mt5-page .metatrader .metatrader-right{display:flex;flex-direction:column;justify-content:space-evenly}.mt5-page .rules .rules-row{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.mt5-page .rules .rules-col{border:1px solid var(--c-stroke);border-radius:32px;padding:clamp(16px,calc(7.2px + 2.75vw),60px)}.mt5-page .rules h4{color:var(--c-d-heading)}.mt5-page .rules .text1{color:var(--c-d-text1);margin-top:clamp(4px,calc(2.4px + .5vw),12px)}.mt5-page .rules .rules-img1{margin-top:clamp(24px,calc(7.6px + 5.125vw),106px)}.mt5-page .rules .rules-img2{margin-bottom:clamp(24px,calc(17.6px + 2vw),56px)}.mt5-page .strade{background-image:url(../../public/img/who-we-are/join_bg.webp);background-position:top;background-repeat:repeat-x;background-size:cover}.mt5-page .strade .strade-panel{background-color:var(--c-bg);border-radius:32px;margin:0 auto;max-width:1024px;overflow:hidden;padding:clamp(24px,calc(19.2px + 1.5vw),48px) clamp(32px,calc(25.6px + 2vw),64px);width:100%}.mt5-page .strade .strade-row{align-items:center;display:flex;justify-content:space-between}.mt5-page .strade .strade-text{width:53%}.mt5-page .strade .strade-btn{width:23.5%}.mt5-page .strade h4{color:var(--c-white)}.mt5-page .strade .text1{color:var(--c-l-text1);margin-top:clamp(10px,calc(8px + .625vw),20px)}@media (max-width:1024px){.mt5-page .strade .strade-btn{width:30%}}@media (max-width:768px){.mt5-page{padding-top:160px}.mt5-page .banner .banner-row{align-items:center;flex-direction:column-reverse;margin-top:40px}.mt5-page .banner .banner-picture,.mt5-page .banner .banner-text{flex:0 0 100%}.mt5-page .banner .banner-picture img{margin:0 auto;max-width:75%}.mt5-page .banner .banner-text{margin-top:clamp(24px,calc(19.2px + 1.5vw),48px);text-align:center}.mt5-page .datas .datas-row{align-items:center;flex-direction:column}.mt5-page .datas .datas-col{margin:16px 0}.mt5-page .metatrader .metatrader-panel{gap:0;grid-template-columns:1fr}.mt5-page .metatrader .metatrader-center,.mt5-page .metatrader .metatrader-left,.mt5-page .metatrader .metatrader-right{margin:0 auto;max-width:500px;text-align:center;width:100%}.mt5-page .metatrader .metatrader-center{margin-top:24px}.mt5-page .metatrader .metatrader-center img{margin:0 auto;max-width:60%}.mt5-page .metatrader .metatrader-item{margin-top:24px}.mt5-page .rules .rules-row{grid-template-columns:1fr}.mt5-page .rules .rules-col{border-radius:15px;margin:0 auto;max-width:500px;text-align:center;width:100%}.mt5-page .rules .rules-img1,.mt5-page .rules .rules-img2{margin:0 auto}.mt5-page .strade .strade-row{align-items:center;flex-direction:column}.mt5-page .strade .strade-btn,.mt5-page .strade .strade-text{text-align:center;width:100%}.mt5-page .strade .strade-btn{margin-top:clamp(16px,calc(12.8px + 1vw),32px)}}@media (max-width:460px){.mt5-page .metatrader .metatrader-center img{max-width:100%}}.secure-page{background-color:var(--c-white)}.secure-page img{display:block;height:auto;max-height:100%;max-width:100%;width:auto}.secure-page .protecting .protecting-row{align-items:center;display:flex;justify-content:space-between}.secure-page .protecting .protecting-text{flex:0 0 47.5%}.secure-page .protecting .protecting-picture{flex:0 0 45%}.secure-page .protecting h3{color:var(--c-d-heading)}.secure-page .protecting .protecting-item{display:flex;margin-top:20px}.secure-page .protecting .protecting-icon{display:flex;flex-shrink:0;height:32px;width:32px}.secure-page .protecting .text1{color:var(--c-d-text1);padding-left:clamp(7px,calc(5.6px + .4375vw),14px)}.secure-page .responsibly h3{color:var(--c-d-heading);text-align:center}.secure-page .responsibly .responsibly-row{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-top:clamp(24px,calc(17.6px + 2vw),56px)}.secure-page .responsibly .responsibly-col{padding-bottom:clamp(8px,calc(5.2px + .875vw),22px);padding-top:clamp(16px,calc(9.6px + 2vw),48px);text-align:center}.secure-page .responsibly .responsibly-col img{margin:0 auto}.secure-page .responsibly .responsibly-text{margin:0 auto;max-width:296px;width:100%}.secure-page .responsibly h4{color:var(--c-d-heading);margin-top:clamp(4px,1.25vw,24px)}.secure-page .responsibly .text1{color:var(--c-d-text1);margin-top:clamp(8px,calc(4.4px + 1.125vw),26px)}.secure-page .practices .practices-text{margin:0 auto;text-align:center;width:55%}.secure-page .practices h3{color:var(--c-d-heading)}.secure-page .practices .text1{color:var(--c-d-text1);margin-top:clamp(8px,calc(4.8px + 1vw),24px)}.secure-page .practices .practices-row{display:grid;gap:clamp(20px,4.58vw,88px);grid-template-columns:repeat(2,1fr);margin-top:clamp(24px,calc(17.6px + 2vw),56px)}.secure-page .practices h4{color:var(--c-d-heading);margin-bottom:clamp(8px,calc(4.8px + 1vw),24px)}.secure-page .practices .practices-list{margin-top:clamp(12px,calc(9.6px + .75vw),24px)}.secure-page .practices .practices-item{display:flex;margin-bottom:clamp(8px,calc(5.6px + .75vw),20px)}.secure-page .practices .practices-icon{display:flex;flex-shrink:0;height:32px;width:32px}.secure-page .practices .practices-desc{margin-top:0;padding-left:clamp(7px,calc(5.6px + .4375vw),14px)}@media (max-width:1024px){.secure-page .responsibly .responsibly-row{grid-template-columns:repeat(2,1fr)}.secure-page .responsibly .responsibly-col img{height:120px;object-fit:contain;object-position:center;width:100px}}@media (max-width:768px){.secure-page .protecting .protecting-row{flex-direction:column-reverse}.secure-page .protecting .protecting-picture,.secure-page .protecting .protecting-text{flex:0 0 100%}.secure-page .protecting .protecting-picture img{margin:0 auto;max-width:75%}.secure-page .protecting .protecting-text{margin:32px auto 0;max-width:400px;width:100%}.secure-page .protecting h3{text-align:center}.secure-page .protecting .protecting-item{align-items:center}.secure-page .practices .practices-text{width:80%}.secure-page .practices .practices-row{grid-template-columns:1fr}.secure-page .practices .practices-col{margin:0 auto;max-width:400px;width:100%}}@media (max-width:576px){.secure-page .responsibly .responsibly-row{gap:0;grid-template-columns:1fr}.secure-page .practices .practices-text{width:100%}}@media (max-width:460px){.secure-page .protecting .protecting-picture img{max-width:100%}}.profit-page{background-color:var(--c-white)}.profit-page .profit{padding-bottom:clamp(70px,calc(60px + 3.125vw),120px);padding-top:clamp(24px,calc(12.8px + 3.5vw),80px)}.profit-page .profit .calculator{background:#f7f8fa;border-radius:32px;margin:0 auto;max-width:538px;padding:clamp(32px,calc(28.8px + 1vw),48px) clamp(16px,calc(6.4px + 3vw),64px) clamp(32px,32px,32px)}.profit-page .profit .calculator label{display:block;margin-bottom:clamp(18px,calc(16.8px + .375vw),24px)}.profit-page .profit .calculator span{color:var(--c-d-heading);display:block;font-weight:700;margin-bottom:clamp(8px,calc(5.6px + .75vw),20px)}.profit-page .profit .calculator input{border:none;border-radius:12px;outline:none;padding:clamp(10px,calc(8px + .625vw),20px);width:100%}.profit-page .profit .calculator input,.profit-page .profit .calculator input[readonly]{background-color:var(--c-white);color:var(--c-d-text2)}.profit-page .profit .calculator .disclaimer{color:var(--c-d-text2);margin-top:clamp(18px,calc(16.8px + .375vw),24px)}.profit-page .profit .error{color:var(--c-prime);margin-top:2px}@media (max-width:768px){.profit-page .profit .calculator{border-radius:15px}}.reviews-page{background-color:var(--c-white)}.reviews-page .reviews{padding-bottom:clamp(70px,calc(60px + 3.125vw),120px);padding-top:clamp(16px,calc(3.2px + 4vw),80px)}.reviews-page .reviews .reviews-center{display:block;margin:0 auto;max-width:1164px;width:100%}.reviews-page .reviews .swiper-container{position:relative}.reviews-page .reviews .swiper{width:100%}.reviews-page .reviews .swiper-slide{position:relative;transform:scale(.8);transition:transform .4s ease,opacity .4s ease;width:428px}.reviews-page .reviews .swiper-slide:after{background:#ffffff80;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}.reviews-page .reviews .swiper-slide-active{transform:scale(1)!important}.reviews-page .reviews .swiper-slide-active:after{background:none!important;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}.reviews-page .reviews .slide-body{background-color:var(--c-l-card-bg);border-radius:32px;overflow:hidden}.reviews-page .reviews .slide-text{padding:32px 0;text-align:center}.reviews-page .reviews .lead-text{color:var(--c-d-heading)}.reviews-page .reviews .text1{color:var(--c-d-text1);margin-top:8px}.reviews-page .reviews video{display:block;height:auto;max-height:100%;max-width:100%;width:auto}.reviews-page .reviews .swiper-button-next,.reviews-page .reviews .swiper-button-prev{height:42px;position:absolute;top:55%;transform:translateY(-50%);width:42px;z-index:100}.reviews-page .reviews .arrow-svg .arrow-bg{fill:var(--c-l-card-bg);transition:var(--transition-main)}.reviews-page .reviews .arrow-svg .arrow-color{stroke:var(--c-d-card-bg);transition:var(--transition-main)}.reviews-page .reviews .arrow-svg:hover .arrow-bg{fill:#f56263}.reviews-page .reviews .arrow-svg:hover .arrow-color{stroke:#fefefe}.reviews-page .reviews .arrow-svg:active .arrow-bg{fill:#ba2829}.reviews-page .reviews .arrow-svg:active .arrow-color{stroke:#fefefe}.reviews-page .reviews .swiper-button-prev{left:-62px}.reviews-page .reviews .swiper-button-next{right:-62px}@media (max-width:1320px){.reviews-page .reviews .swiper-button-prev{left:16px}.reviews-page .reviews .swiper-button-next{right:16px}}@media (max-width:768px){.reviews-page .reviews .swiper-slide{width:320px}.reviews-page .reviews .slide-body{border-radius:15px}.reviews-page .reviews .slide-text{padding:16px 0}.reviews-page .reviews .text1{margin-top:4px}}@media (max-width:576px){.reviews-page .reviews .swiper-slide{width:220px}}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-ms-flex-negative:0;backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:#0000;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports (outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports (outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid #0000;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}