:root{--primary-50:#E4BEDA;--primary-100:#D8A4CA;--primary-200:#CB8BBB;--primary-300:#BD72AB;--primary-400:#AE5A9A;--primary-500:#964C85;--primary:#7B416E;--primary-700:#61365A;--primary-800:#492A45;--primary-900:#311E2F;--primary-950:#191019;--secondary-50:#FFFEFA;--secondary-100:#FFF4CF;--secondary-200:#FFE9A4;--secondary-300:#FFE9A4;--secondary-400:#FFCE4D;--secondary:#FFBE22;--secondary-600:#F1AC02;--secondary-700:#C18C04;--secondary-800:#936C05;--secondary-900:#664C04;--secondary-950:#392B03;--neutral-0:#FFFFFF;--neutral-100:#F5F5F5;--neutral-200:#E5E5E5;--neutral-300:#D4D4D4;--neutral-400:#A3A3A3;--neutral:#737373;--neutral-600:#525252;--neutral-700:#404040;--neutral-800:#262626;--neutral-900:#262626;--neutral-950:#0A0A0A;--font-geist:'Geist',sans-serif;--font-thin:100;--font-extralight:200;--font-light:300;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--transition-color:color 0.3s ease-in-out;--transition-transform:transform 0.3s ease-in-out;--transition-opacity:opacity 0.3s ease-in-out;--transition-all:all 0.3s ease-in-out;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--text-7xl:4.5rem;--text-8xl:6rem;--text-9xl:8rem;--text-xs-line-height:1rem;--text-sm-line-height:1.25rem;--text-base-line-height:1.5rem;--text-lg-line-height:1.75rem;--text-xl-line-height:1.75rem;--text-2xl-line-height:2rem;--text-3xl-line-height:2.25rem;--text-4xl-line-height:2.5rem;--text-5xl-line-height:3rem;--text-6xl-line-height:3.75rem;--text-7xl-line-height:4.5rem;--text-8xl-line-height:6rem;--text-9xl-line-height:8rem;--letter-tighter:-0.8px;--letter-tight:-0.4px;--letter-normal:0px;--letter-wide:0.4px;--letter-wider:0.8px;--letter-widest:1.2px;--black:#171717}*,::after,::before{box-sizing:border-box;margin:0;padding:0}body,html{font-family:var(--font-geist)}canvas,img,picture,svg,video{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit;color:inherit;background:0 0;border:none;outline:0}a{text-decoration:none;color:inherit}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}button{cursor:pointer}html{scroll-behavior:smooth}.wrapper{display:flex;flex-direction:column}.container{max-width:1152px;width:100%;padding-right:16px;padding-left:16px;margin:0 auto}label{user-select:none}.hidden{display:none}.title{color:var(--black);font-weight:var(--font-bold);font-size:var(--text-3xl);line-height:var(--text-3xl-line-height)}@media screen and (max-width:1150px){.title{font-size:var(--text-2xl);line-height:var(--text-2xl-line-height)}}@media screen and (max-width:640px){.title{font-size:var(--text-xl);line-height:var(--text-xl-line-height)}}.btn.lg,.btn.md,.btn.xl{font-size:var(--text-sm);font-weight:var(--font-semibold)}.btn{display:flex;gap:8px;align-items:center;transition:var(--transition-all);border-radius:60px}.btn.center{justify-content:center}.btn.xl{padding:20px 28px}.btn.lg{padding:14px 24px}.btn.md{padding:10px 20px}.btn-primary{background-color:var(--primary);color:var(--neutral-0)}.btn-primary:hover{background-color:var(--primary-700);box-shadow:inset 0 -1px 3px 3px var(--primary)}.btn-grey{background-color:#0a0a0a0d;color:var(--black)}.btn-grey:hover{background-color:#0a0a0a1a;box-shadow:inset 0 -1px 3px 3px #eee}.btn-black{background-color:#140014;color:var(--neutral-0)}.btn-black:hover{background-color:var(--neutral-800);box-shadow:inset 0 -1px 3px 3px var(--neutral-800)}.btn:active{transform:scale(.95)}.btn-wrap{display:flex;justify-content:center}@media screen and (max-width:640px){.btn.xl{padding:16px 28px}.btn.lg{padding:11px 24px}}.btn-outline{border:1px solid var(--neutral-300)}.animation-button{position:relative;overflow:hidden;border-radius:60px;padding:1px;display:inline-flex}.animation-button .btn{position:relative;z-index:10;background-color:#f5f5f5;border-radius:58px;width:100%;margin:0;border:none}.animation-button::after,.animation-button::before{content:"";position:absolute;width:300%;height:300%;left:50%;top:50%;background:conic-gradient(from 90deg at 50% 50%,#fff0 0deg,#a34e90 30deg,#fff0 60deg);animation:10s linear infinite rotateCenter}.animation-button::after{background:conic-gradient(from 270deg at 50% 50%,#fff0 0deg,#a34e90 30deg,#fff0 60deg)}@keyframes rotateCenter{0%{transform:translate(-50%,-50%) rotate(0)}100%{transform:translate(-50%,-50%) rotate(360deg)}}.input,.textarea{width:100%;height:60px;border:1px solid var(--neutral-300);background-color:#fff;padding:0 16px;border-radius:50px;font-weight:var(--font-normal);font-size:var(--text-base);color:var(--neutral-950);transition:border-color .3s}.input::placeholder{font-weight:var(--font-normal);font-size:var(--text-sm);line-height:var(--text-sm-line-height);color:#0a0a0a4d}.input:focus{outline:0;border-color:var(--primary-500)}.input.md{height:48px}.textarea{height:142px;padding:12px 16px;border-radius:24px}@media screen and (max-width:640px){.input{height:50px}.textarea{height:150px}.input.md{height:40px}}[error-state]{position:relative}[error-state]::after{content:attr(error-message);font-size:var(--text-xs);font-weight:var(--font-medium)}[error-state=false]::after{display:none}[error-state=true]::after{color:#e80000}[error-state=true] .input,[error-state=true] .textarea{border-color:#e80000;color:#e80000}[error-state=true] svg path{fill:#e80000}[error-state=success]::after{color:green}[error-state=success] svg path{fill:#008000}[error-state=success] .input,[error-state=success] .textarea{border-color:green;color:green}.currency-dropdown,.header--open-datepicker{opacity:0;visibility:hidden}.header{position:sticky;top:0;z-index:999;width:100%;padding:24px 0;background-color:#fff;border-bottom:1px solid transparent;transition:.3s}.header--sticky{padding:16px 0;border-color:#e5e5e5}.header .container{max-width:1298px;display:flex;align-items:center;gap:48px}.header-logo-wrapper{display:flex;align-items:center;gap:6px}.header-logo-wrapper .header-logo{margin-right:2px}.header-logo-wrapper-gemini{width:10px;height:10px;display:inline-block;-webkit-mask:url("/assets/images/header/gemini-fill.svg") no-repeat center/contain;mask:url("/assets/images/header/gemini-fill.svg") no-repeat center/contain;background:linear-gradient(91deg,#fae2bb 10%,#a34e90 30%,#02a4f0 50%,#985497 70%,#fae2bb 90%);background-size:400% 100%;animation:15s linear infinite header-gemini-shine}@keyframes header-gemini-shine{0%{background-position:0 0;transform:rotate(0)}100%{background-position:400% 0;transform:rotate(360deg)}}.header-logo-wrapper span{max-width:52px;font-size:12px;font-weight:300;line-height:16px;color:var(--primary)}.currency-box a,.currency-box button,.currency-dropdown button,.header-nav-menu a{font-size:var(--text-sm);line-height:var(--text-sm-line-height)}.header-nav-menu{display:flex;gap:30px}.header-nav-menu a{color:#171717;display:flex;gap:10px;align-items:center;font-weight:var(--font-semibold);transition:var(--transition-color)}.currency-box .currency-button svg.arrow,.currency-box a,.currency-box button,.currency-box.active{transition:var(--transition-transform)}.header-nav-menu a:hover{color:var(--primary)}.header-hamburger,.header-nav-header,.header-nav-menu a svg,.header-nav-social-menu{display:none}.header-right{display:flex;align-items:center;gap:8px;margin-left:auto}.currency-box{display:flex;flex-direction:column;position:relative}.currency-box a,.currency-box button{display:flex;align-items:center;gap:8px;font-weight:var(--font-medium);border-radius:28px;padding:12px 16px}.currency-box a:active,.currency-box button:active{transform:scale(.95)}.currency-box .currency-button{background-color:rgba(10,10,10,.05);color:#171717;border-radius:100px;transition:var(--transition-all);border:1px solid transparent}.currency-box .currency-button:hover{background-color:rgba(10,10,10,.1)}.currency-box .currency-button svg.flag{width:24px;height:24px}.currency-box .currency-button svg.arrow path{fill:#171717}.header-right .login-button{background-color:#a34e9033;color:#f387da}.currency-dropdown{position:absolute;width:100%;top:100%;left:0;background-color:var(--neutral-0);border:1px solid #e5e5e5;border-radius:0 0 8px 8px;padding:2px;z-index:-1;margin-top:-1px;transition:var(--transition-all)}.currency-dropdown button{width:100%;height:48px;border-radius:12px;transition:var(--transition-all);color:var(--black);font-weight:var(--font-medium);border-bottom:1px solid transparent}.header-number span,.header-number svg{color:var(--secondary);transition:var(--transition-color)}.currency-dropdown button:hover{background-color:#7b416e1a}.currency-dropdown button .icon{width:24px;height:24px;border-radius:50%;overflow:hidden}.currency-box.active{border-radius:8px 8px 0 0}.currency-box .currency-button svg{border-radius:50%}.currency-box.active>button{border-radius:8px 8px 0 0;color:var(--black);background-color:#fff;border-color:#e5e5e5}.currency-box.active .currency-button svg.arrow path{fill:var(--black)}.currency-box.active .currency-button svg.arrow{transform:rotate(180deg)}.currency-box.active .currency-dropdown{opacity:1;visibility:visible;z-index:1}.header-number{display:flex;align-items:center;gap:8px}.header-number span{font-size:14px;font-weight:700;line-height:12px}.header-number:hover span,.header-number:hover svg{color:#fff}@media (max-width:1168px){.header .container,.header-nav-menu{gap:16px}}@media (max-width:1100px){.header{padding:12px 0}.header .container{padding:0 12px;gap:8px}.header-logo img{height:37px; width:82px;}.header-number{margin-right:0;gap:4px}.header-number span{font-size:10px;line-height:10px}.header-hamburger{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--primary);color:#fff;border-radius:50%;order:3}.header-hamburger-menu{opacity:1;transition:opacity .3s}.header-hamburger-close{position:absolute;opacity:0;transition:opacity .3s}.header.header--menu-open{z-index:9999999999}.header.header--menu-open .header-hamburger-close{opacity:1}.header.header--menu-open .header-hamburger-menu{opacity:0}.header-nav-header{display:flex;align-items:center;gap:4px;padding-left:8px}.header-nav-header strong{font-size:20px;font-weight:700;line-height:28px;color:#171717;margin-right:auto}.header-nav-header .btn{height:50px;padding:0 16px;font-size:14px;line-height:20px}.header-nav-header .currency-button{border:1px solid #d4d4d4;background-color:transparent}.header-nav-header .currency-button:hover{background-color:transparent}.header-nav-header .currency-box .currency-button svg.arrow path{fill:#0a0a0a}.header-nav-header .currency-box.active .currency-button{border-radius:8px 8px 0 0}.header-nav{position:fixed;top:69px;left:0;display:flex;flex-direction:column;gap:14px;width:100%;height:calc(100dvh - 69px);padding:12px 12px 32px;background-color:var(--neutral-0);border-radius:20px 20px 0 0;transform:translateY(-16px);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s,transform .3s}.header.header--menu-open .header-nav{opacity:1;visibility:visible;transform:translateY(0)}.header-nav-menu{display:flex;flex-direction:column;gap:16px;padding:0 6px;margin-bottom:auto}.header-nav-menu li{display:flex;align-items:center;padding-bottom:16px;border-bottom:1px solid rgba(10,10,10,.1)}.header-nav-menu li:last-child{padding-bottom:0;border-bottom:none}.header-nav-menu li a{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:500;line-height:24px;color:#171717}.header-nav-menu li a svg{display:inline-block}.header-nav-social-menu{display:flex;flex-direction:column;gap:8px;padding:0 8px;width:100%}.header-nav-social-menu strong{font-size:14px;font-weight:600;line-height:20px;color:#0a0a0a}.header-nav-social-menu ul{display:flex;align-items:center;gap:8px;width:100%}.header-nav-social-menu ul li{width:100%}.header-nav-social-menu ul li a{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 16px;border:1px solid rgba(10,10,10,.1);border-radius:48px;color:#0a0a0a}.header-right .currency-box,.header-right a:nth-of-type(2){display:none}.header-right .button{padding:0 12px;height:36px}.header-right .button svg{width:20px;height:20px}}@media screen and (max-width:375px){.header-right .button{font-size:13px}.header-right .button svg{width:16px;height:16px}}@media screen and (max-width:360px){.header-right .button{font-size:12px}.header-right .button svg{width:13px;height:13px}}.information .container .box h3,.information .container .box p{font-size:var(--text-base);line-height:var(--text-base-line-height);color:var(--neutral-950)}.information{padding:64px 0 128px}.information .container{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.information .container .box{border:1px solid #0a0a0a1a;padding:24px;border-radius:8px;display:flex;gap:32px}.information .container .box .icon{min-width:36px}.information .container .box .text{display:flex;flex-direction:column;gap:8px}.information .container .box h3{font-weight:var(--font-semibold)}.information .container .box p{font-weight:var(--font-normal)}.footer .container{display:flex;flex-direction:column;padding-top:64px;border-top:1px solid #0a0a0a1a}.footer .container .top{padding-top:64px;padding-bottom:48px;display:flex;gap:12px}.footer .container .bottom,.footer .container .center,.footer .container .social-mobile-app{padding:48px 0;border-top:1px solid #0a0a0a1a}.footer .container .top .footer-blog,.footer .container .top .menu{max-width:205px;width:100%;display:flex;flex-direction:column;gap:18px}.footer .container .center form,.footer .container .top .footer-blog a{gap:12px;align-items:center;display:flex}.footer .container .top .footer-blog{min-width:248px;gap:8px}.footer .container .top .footer-blog a .image{min-width:73px;max-width:73px;height:58px;border-radius:8px;overflow:hidden}.footer .container .top .footer-blog a .image img{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:var(--transition-transform)}.footer .container .top .footer-blog a:hover .image img{transform:scale(1.05)}.footer .container .top .footer-blog a h5{font-size:var(--text-xs);font-weight:var(--font-medium);transition:var(--transition-color)}.footer .container .center .text h6,.footer .container .social-mobile-app .footer-badge span strong,.footer .container .social-mobile-app h6,.footer .container .top .footer-blog h4,.footer .container .top .menu h4{font-weight:var(--font-semibold);font-size:var(--text-sm);line-height:var(--text-sm-line-height);color:var(--neutral-950)}.footer .container .top .footer-blog a:hover h5{color:var(--primary)}.footer .container .top .footer-blog h4{margin-bottom:12px}.footer .container .top .menu ul{display:flex;flex-direction:column;gap:18px}.footer .container .center .text p,.footer .container .top .menu a{font-weight:var(--font-normal);font-size:var(--text-sm);line-height:var(--text-sm-line-height);color:var(--neutral-950)}.footer .container .bottom p a:hover,.footer .container .top .menu a:hover{text-decoration:underline}.footer .container .center{display:flex;justify-content:space-between}.footer .container .center .text{max-width:322px;width:100%;display:flex;flex-direction:column;gap:8px}.footer .container .center form .input-wrap{position:relative}.footer .container .center form .input-wrap svg{position:absolute;top:18px;left:16px;color:var(--neutral-500)}.footer .container .center form .input{width:308px;padding-left:52px}.footer .container .social-mobile-app{display:flex;gap:116px}.footer .container .social-mobile-app .box.application{max-width:352px;width:100%}.footer .container .social-mobile-app h6{margin-bottom:8px}.footer .container .social-mobile-app .footer-badge{display:flex;align-items:center;justify-content:space-between;border:1px solid #0a0a0a1a;max-width:172px;padding:0 20px;height:48px;border-radius:50px;width:100%;transition:var(--transition-transform),background-color .3s ease}.footer .container .social-mobile-app .footer-badge:hover{background-color:#f9f9f9f9;transform:scale(1.05)}.footer .container .social-mobile-app .footer-badge svg{min-width:24px}.footer .container .social-mobile-app .footer-badge span{display:flex;flex-direction:column;font-weight:var(--font-normal);font-size:var(--text-xs);line-height:var(--text-xs-line-height);color:var(--neutral-950)}.footer .container .social-mobile-app .badge-wrap{display:flex;align-items:center;gap:8px}.footer .container .social-mobile-app .box.social-media{max-width:418px;width:100%}.footer .container .social-mobile-app .box.social-media .badge-wrap{flex-wrap:wrap}.footer .container .social-mobile-app .box.social-media .footer-badge{max-width:134px;padding:0 15px}.footer .container .social-mobile-app .currency-box .currency-button{background-color:#ffffff1f;color:var(--neutral-950);display:flex;align-items:center;gap:8px;font-weight:var(--font-medium);font-size:var(--text-sm);line-height:var(--text-sm-line-height);border-radius:28px;padding:12px 16px;transition:var(--transition-transform);border:1px solid #0a0a0a1a}.footer .container .social-mobile-app .currency-box .currency-button svg{border-radius:50%}.footer .container .social-mobile-app .currency-box .currency-button svg.flag{width:24px;height:24px}.footer .container .social-mobile-app .currency-box .currency-button svg.arrow{transition:var(--transition-transform)}.footer .container .social-mobile-app .currency-box .currency-button svg.arrow path{fill:var(--neutral-950)}.footer .container .social-mobile-app .login-button{background-color:#a34e9033;color:#f387da}.footer .container .social-mobile-app .currency-dropdown{position:absolute;width:100%;top:100%;left:0;background-color:var(--neutral-0);border:1px solid #0a0a0a1a;border-top:0;border-radius:0 0 8px 8px;padding:2px;opacity:0;visibility:hidden;z-index:-1;margin-top:0}.footer .container .social-mobile-app .currency-dropdown button{display:flex;align-items:center;gap:8px;padding:12px 16px;width:100%;height:48px;border-radius:12px;transition:var(--transition-all);color:var(--black);font-weight:var(--font-medium);font-size:var(--text-sm);line-height:var(--text-sm-line-height);border-bottom:1px solid transparent}.footer .container .social-mobile-app .currency-dropdown button:hover{background-color:#7b416e1a;transform:scale(1)}.footer .container .social-mobile-app .currency-dropdown button .icon{width:24px;height:24px;border-radius:50%;overflow:hidden}.footer .container .social-mobile-app .currency-box.active{background-color:var(--neutral-0);border-radius:8px 8px 0 0;transition:var(--transition-transform)}.footer .container .social-mobile-app .currency-box.active>button{border-radius:8px 8px 0 0;color:var(--black)}.footer .container .social-mobile-app .currency-box.active .currency-button svg.arrow path{fill:var(--black)}.footer .container .social-mobile-app .currency-box.active .currency-button svg.arrow{transform:rotate(180deg)}.footer .container .social-mobile-app .currency-box.active>button:hover{transform:scale(1)}.footer .container .social-mobile-app .currency-box.active .currency-dropdown{opacity:1;z-index:1;visibility:visible}.footer .container .bottom{display:flex;justify-content:space-between;align-items:center}.footer .container .bottom .left{display:flex;gap:24px;max-width:600px}.footer .container .bottom .left .images{display:flex;align-items:center;justify-content:center;width:100%;gap:24px}.footer .container .bottom .left p{max-width:405px}.footer .container .bottom p{color:var(--neutral-950);font-weight:var(--font-normal);font-size:var(--text-sm);line-height:var(--text-sm-line-height)}.footer .container .bottom p a{color:var(--neutral-950)}@media screen and (max-width:1150px){.information .container .box p{font-size:var(--text-sm);line-height:var(--text-sm-line-height)}.information .container .box .icon{min-width:24px}.information .container .box{gap:24px}.footer .container .social-mobile-app{width:100%;align-items:flex-start;gap:32px}}@media screen and (max-width:992px){.footer .container .social-mobile-app{gap:16px}}@media screen and (max-width:768px){.information .container{grid-template-columns:1fr 1fr}}@media screen and (max-width:640px){.footer .container .center form{flex-direction:column;width:100%;align-items:flex-start}.footer .container .center form .btn{width:100%;justify-content:center}.footer .container .center form .input,.footer .container .center form .input-wrap{width:100%}.information .container .box{padding:16px;flex-direction:row;gap:16px;flex-direction:column}.information{padding:48px 0}.information .container .box svg{min-width:24px;width:24px}.information .container .box h3{font-size:var(--text-sm);line-height:var(--text-sm-line-height)}.footer .container .top{flex-wrap:wrap;gap:32px;padding-top:0}.footer .container{padding-top:48px}.footer .container .center{flex-direction:column;gap:32px;align-items:flex-start}.footer .container .bottom,.footer .container .social-mobile-app{flex-direction:column;gap:32px}.footer .container .social-mobile-app .box.application,.footer .container .social-mobile-app .box.social-media{max-width:100%;width:100%}.footer .container .bottom{align-items:flex-start}.footer .container .bottom .left{flex-direction:column;gap:16px;align-items:center;max-width:100%}.footer .container .bottom p{font-size:var(--text-xs);line-height:var(--text-xs-line-height);text-align:center;width:100%}.footer .container .center form .input-wrap svg{top:13px}}#newsletter-form{display:flex;align-items:flex-start}#newsletter-form .input-wrap{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.tour-basic-card{border:1px solid #0a0a0a1a;padding:24px;border-radius:8px;display:flex;flex-direction:column;gap:32px}.tour-basic-card svg{transition:var(--transition-transform),fill .3s ease-in-out}.tour-basic-card:hover svg{transform:scale(1.05);will-change:transform,fill}.tour-basic-card:hover svg path{fill:var(--primary)}.tour-basic-card img{height:38px}.tour-basic-card h3{color:var(--neutral-950);font-weight:var(--font-semibold);font-size:var(--text-xl);line-height:var(--text-xl-line-height)}.tour-basic-card p{color:var(--neutral-950);font-weight:var(--font-normal);font-size:var(--text-base);line-height:var(--text-base-line-height)}.tour-basic-card .text{display:flex;flex-direction:column;gap:8px}@media screen and (max-width:1150px){.tour-basic-card{gap:24px}.tour-basic-card h3{font-size:var(--text-lg);line-height:var(--text-lg-line-height)}.tour-basic-card p{font-size:var(--text-sm);line-height:var(--text-sm-line-height)}}@media screen and (max-width:640px){.tour-basic-card svg{width:24px}.tour-basic-card{padding:16px;gap:16px}.tour-basic-card h3{font-size:var(--text-base);line-height:var(--text-base-line-height)}.tour-basic-card p{font-size:var(--text-sm);line-height:var(--text-sm-line-height)}}.questions{padding:64px 0}.questions .container{display:flex;flex-direction:column;gap:32px}.questions .container .head{display:flex;justify-content:space-between;align-items:center;gap:24px}.questions .questions-list{display:flex;flex-direction:column;gap:24px}.questions .questions-list .item{border:1px solid #0a0A0A1A;border-radius:12px;background-color:#fff;overflow:hidden;transition:background-color .3s ease-in-out}.questions .questions-list .item button{height:62px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;width:100%;color:var(--neutral-950);font-weight:var(--font-semibold);font-size:var(--text-sm);line-height:var(--text-sm-line-height);text-align:left}.questions .questions-list .item button span{display:flex;min-width:40px;height:40px;justify-content:center;align-items:center;border-radius:50%;border:1px solid #0a0A0A1A;transition:var(--transition-transform)}.questions .questions-list .item .text{height:0;overflow:hidden;transition:height .3s ease-in-out;padding:0 24px}.questions .questions-list .item p{color:var(--neutral-0);font-weight:var(--font-light);font-size:var(--text-sm);line-height:var(--text-base-line-height)}.questions .questions-list .item.active{background-color:var(--primary)}.questions .questions-list .item.active button{color:var(--neutral-0)}.questions .questions-list .item.active button span{border-color:var(--neutral-0);transform:rotate(45deg)}.questions .questions-list .item.active button svg path{fill:var(--neutral-0)}.questions .btn-wrap{display:none}@media screen and (max-width:1150px){.questions .questions-list .item p{font-size:var(--text-sm);line-height:var(--text-sm-line-height)}}@media screen and (max-width:640px){.questions,.questions .btn-wrap{display:flex}.questions .container{gap:24px}.questions{padding:48px 0}.questions .container .head .btn{display:none}.questions .questions-list{gap:12px}.questions .questions-list .item button span{min-width:32px;max-width:32px;height:32px}.questions .questions-list .item button{height:52px;font-size:var(--text-sm);line-height:var(--text-sm-line-height);padding:0 16px;gap:12px}.questions .questions-list .item .text{padding:0 16px}}input,textarea,select{-webkit-user-select:auto;user-select:auto}.page,.why-us{padding:64px 0}.noUi-horizontal{height:6px!important}.noUi-connect{background:var(--primary)!important}.noUi-horizontal .noUi-handle{width:16px!important;height:16px!important;border-radius:50%!important;background:var(--neutral-0)!important;box-shadow:0 2px 4px rgb(0 0 0 / .1);right:-15px!important}.noUi-handle:after,.noUi-handle:before{display:none!important}#slider{margin-top:52px;width:90%;margin-left:auto;margin-right:auto}.noUi-tooltip{border-width:0!important;background:var(--neutral-0)!important;color:var(--neutral-950)!important;font-size:var(--text-sm)!important;line-height:var(--text-sm-line-height)!important;font-weight:var(--font-semibold)}.why-us .container .boxes{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:12px}.why-us .container{display:flex;flex-direction:column;gap:32px}.whatsapp-container{position:fixed;bottom:52px;left:52px;z-index:12}.whatsapp-btn{width:60px;height:60px;background:#7b416e1a;backdrop-filter:blur(4px);border:1px solid rgb(255 255 255 / .05);display:flex;align-items:center;justify-content:center;text-decoration:none;border-radius:50%;position:relative;transition:all 0.3s ease-in-out;transform:scale(1);position:relative;z-index:2}.whatsapp-btn span{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:#25d366;border-radius:50%}.whatsapp-btn:hover{transform:scale(1.05);background:#128c4a}.whatsapp-btn svg{width:30px;height:30px;fill:#fff;display:block;transition:all 0.3s ease-in-out}.whatsapp-container.shake-anim .whatsapp-btn::before{content:"";position:absolute;width:100%;height:100%;background:rgb(33 192 99 / .6);border-radius:50%;z-index:-1;top:0;right:0;animation:pulse 2s infinite}.whatsapp-container.shake-anim .whatsapp-btn svg{animation:wiggle 1s ease infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.6)}100%{transform:scale(1.7);opacity:0}}@keyframes wiggle{0%{transform:rotate(-3deg)}20%{transform:rotate(20deg)}40%{transform:rotate(-15deg)}60%{transform:rotate(5deg)}90%{transform:rotate(-1deg)}100%{transform:rotate(0)}}@media screen and (max-width:768px){.why-us .container .boxes{grid-template-columns:1fr 1fr}}@media screen and (max-width:640px){.why-us{padding:48px 0}.page{padding:48px 0}}.bot-wrap{width:45px;height:43px;position:relative;animation:bot-animation 3s ease-in-out infinite;will-change:transform;transition:transform 0.3s ease-in-out;cursor:pointer}.bot-wrap:hover{animation-play-state:paused}.bot-wrap .ear{width:13px;height:16px;opacity:1;border-radius:24.09px;top:calc(50% - 8px);rotate:-180deg;background:#b68ad5;position:absolute}.bot-wrap .ear.left{left:-3px;box-shadow:-1.55px 0 .75px 0 #c8a0e0 inset}.bot-wrap .ear.right{right:-3px;box-shadow:1.55px 0 .75px 0 #c8a0e0 inset}.bot-wrap .antenna{width:5px;height:8px;position:absolute;top:-4px;left:calc(50% - 2.5px)}.bot-wrap .antenna .line{position:relative;width:5px;height:9px;background:linear-gradient(to top,#d0b0ff,#b890d9);clip-path:path("M0.97 0.43 L0.41 4.34 H4.58 L4.15 0.43 C3.05 -0.04 1.57 0.23 0.97 0.43 Z");filter:drop-shadow(0 4px 10px rgb(208 176 255 / .35));transition:transform 0.2s ease-in-out;will-change:transform}.bot-wrap .antenna .dot{width:5px;height:5px;border-radius:50%;background:#b68ad5;position:absolute;top:-4px;left:0;box-shadow:0 -1.47px .75px 0 #c8a0e0 inset}.bot-wrap .bot{width:100%;height:100%;position:absolute;border-radius:24.09px;background:linear-gradient(180deg,#ceb1de 0%,#aa91b2 100%);box-shadow:0 0 1.03px 3.15px #ddc0ee inset;display:flex;align-items:center;justify-content:center;overflow:hidden}.bot-wrap .bot .bot-box{width:37px;height:33px;border-radius:18.97px;background:linear-gradient(180deg,#ba9bd0 0%,#a07db8 53.37%,#c1a4d4 100%);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.bot-wrap .bot .bot-box .bot-in{position:relative;width:34px;height:30px;opacity:1;border-radius:14.8px;border-width:.2px;background:linear-gradient(44.08deg,#1d1423 57.14%,#3e294b 86.33%);border:.2px solid;border-image-source:linear-gradient(180deg,rgb(255 255 255 / .2) 0%,#fff0 100%);box-shadow:0 0 1.14px .59px #000c inset;box-shadow:0 0 2.45px 1.29px #ffffff1a inset;overflow:hidden}.bot-wrap .bot .bot-box .bg-1{width:17px;height:9px;opacity:.6;border-radius:14.8px;top:-1.79px;left:-1.34px;background:#2bf3fe;position:absolute;filter:blur(5px)}.bot-wrap .bot .bot-box .bg-2{width:32px;height:11px;opacity:.6;border-radius:14.8px;top:2.21px;right:-12px;background:#006de8;position:absolute;filter:blur(5px)}.bot-wrap .bot .bot-box .bg-3{width:16px;height:12px;opacity:.6;border-radius:14.8px;top:20px;right:-3px;background:#be31ef;filter:blur(5px);position:absolute}.bot-wrap .bot .bot-box .bg-4{width:6px;height:2px;opacity:1;border-radius:31.39px;top:5px;right:4px;position:absolute;background:linear-gradient(111.8deg,rgb(255 255 255 / 10%) 9.52%,#fff0 90.48%);rotate:-153deg}.bot-wrap .bot .bot-box .bg-5{width:6px;height:2px;opacity:1;border-radius:31.39px;top:5px;left:4px;position:absolute;background:linear-gradient(291.8deg,rgb(255 255 255 / 10%) 9.52%,#fff0 90.48%);rotate:153deg}.bot-wrap .bot .bot-box .lines{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.bot-wrap .bot .bot-box .lines .lips{width:8.962809px;height:6.19329833984375px;opacity:1;background:linear-gradient(180deg,#d47ffb 0%,#be58d9 100%);clip-path:path("M7.71556 0.88266C8.15738 0.88266 8.52644 1.24973 8.38525 1.66838C8.33948 1.80409 8.28181 1.93751 8.21248 2.0677C8.01239 2.4434 7.71912 2.78477 7.34942 3.07232C6.97971 3.35987 6.5408 3.58797 6.05776 3.74359C5.57471 3.89921 5.05698 3.97931 4.53414 3.97931C4.01129 3.97931 3.49357 3.89921 3.01052 3.74359C2.52747 3.58797 2.08857 3.35987 1.71886 3.07232C1.34915 2.78477 1.05588 2.4434 0.855801 2.0677C0.786469 1.93751 0.728797 1.80409 0.683028 1.66838C0.541833 1.24973 0.910898 0.88266 1.35272 0.88266H1.41366C1.82182 0.88266 2.14212 1.23122 2.33397 1.59148C2.45365 1.8162 2.62907 2.02039 2.85021 2.19239C3.07134 2.36438 3.33387 2.50082 3.6228 2.5939C3.91173 2.68698 4.2214 2.73489 4.53414 2.73489C4.84687 2.73489 5.15655 2.68698 5.44548 2.5939C5.73441 2.50082 5.99693 2.36438 6.21807 2.19239C6.43921 2.02039 6.61462 1.8162 6.7343 1.59148C6.92616 1.23122 7.24646 0.88266 7.65461 0.88266H7.71556Z");filter:drop-shadow(0 4px 10px rgb(212 127 251 / .4));border-radius:9.83px;bottom:3px;left:12px;position:absolute}.bot-wrap .bot .bot-box .lines .eye{width:10px;height:10px;opacity:1;border-radius:50%;background-color:#c57ddf;display:flex;align-items:center;justify-content:center;padding:2px}.bot-wrap .bot .bot-box .lines .eye.right{transition:height 0.3s ease;animation:eye-right-animation 7.5s ease-in-out infinite}.bot-wrap .bot .bot-box .lines .eyes{width:100%;height:10px;top:8px;position:absolute;display:flex;align-items:center;justify-content:space-between;padding:0 4px}.bot-wrap .bot .bot-box .lines .eye .pupil{width:100%;height:100%;opacity:1;border-radius:50%;background:linear-gradient(180deg,#312538 0%,#000000 100%);position:relative}.bot-wrap .bot .bot-box .lines .eye .pupil:after{content:"";width:2px;height:2px;border-radius:24.09px;background:#fff;position:absolute;top:1px;right:.5px;will-change:opacity}.bot-wrap .bot .bot-box .lines .eye.right .pupil:after{animation:pupil-blink 7.5s ease-in-out infinite}@keyframes bot-animation{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes eye-right-animation{0%,10%,100%{height:10px}2.5%{height:6px;.eye.right{height:6px}}}@keyframes pupil-blink{0%,10%,100%{opacity:1}2.5%{opacity:0}}.smart-menu{position:fixed;bottom:52px;right:52px;z-index:999;width:60px;height:60px;border-radius:100px;transition:all 0.3s ease-in-out;cursor:pointer}.smart-menu--hide{opacity:0;visibility:hidden}@media screen and (max-width:767px){.smart-menu{bottom:12px;right:12px}.whatsapp-container{bottom:12px;left:12px}}@media (max-height:800px){.smart-menu{bottom:24px;right:24px}.whatsapp-container{bottom:24px;left:24px}}.smart-menu::after{content:"";width:100%;height:100%;background-color:#7b416e1a;box-shadow:0 0 0 1px rgb(255 255 255 / .05) inset;border-radius:100px;position:absolute;top:0;left:0;backdrop-filter:blur(4px)}.smart-menu-list{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:8px;width:100%;height:100%;padding:6px 0}.smart-menu-list-item{position:relative;display:flex;align-items:center;transition:all 0.3s ease-in-out}.smart-menu-list-item-button{position:relative;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:#a34e90;box-shadow:0 0 0 2px rgb(255 255 255 / .1) inset,0 -5px 7.2px 0 rgb(255 255 255 / .25) inset;color:#fff;border-radius:50%;pointer-events:none}.smart-menu-list-item-button--disabled{pointer-events:none;cursor:not-allowed}.smart-menu-list-item:last-child .smart-menu-list-item-button{color:rgb(255 255 255 / .7)}.smart-menu-list-item-content{position:absolute;bottom:100%;right:-6px;z-index:2;transform:translateY(-32px);opacity:0;visibility:hidden;transition:all 0.3s ease}@media screen and (max-width:767px){.smart-menu-list-item-content{position:fixed;bottom:unset;right:unset;top:0;left:0;transform:translateY(0)}}.smart-menu-list-item-content--open{opacity:1;visibility:visible;transform:translateY(-16px)}@media screen and (max-width:767px){.smart-menu-list-item-content--open{transform:translateY(0)}}.smart-menu-list-item-button-tooltips{position:absolute;top:50%;right:100%;transform:translateY(-50%) translateX(-14px);display:inline-flex;align-items:center;height:24px;padding:4px 10px;background-color:#7b416e;box-shadow:0 12px 24px 0 #0e121b0f,0 1px 2px 0 #0e121b08;white-space:nowrap;border-radius:16px;opacity:0;visibility:hidden;transition:all 0.3s ease}@media screen and (max-width:767px){.smart-menu-list-item-button-tooltips{display:none}}.smart-menu-list-item-button-tooltips span{position:relative;z-index:2;font-size:12px;line-height:16px}.smart-menu-list-item-button-tooltips::after{content:"";width:12px;height:12px;background-color:#7b416e;border-radius:2px;position:absolute;top:50%;left:100%;transform:translateY(-50%) translateX(-10px) rotate(45deg)}.smart-menu-list-item-button:hover .smart-menu-list-item-button-tooltips{opacity:1;visibility:visible}.smart-menu-list-item-button .bot-scale{transform:scale(.7) translateY(6px)}.smart-menu-list-item-button .smart-menu-state{position:absolute;top:1px;right:1px;display:flex;align-items:center;justify-content:center;width:18px;height:18px;background-color:#1f081e;border-radius:50%}.smart-menu-list-item-button .smart-menu-state::before{content:"";width:8px;height:8px;background-color:#06df73;border-radius:50%;position:relative;z-index:2}.smart-menu-list-item-button .smart-menu-state::after{content:"";width:14px;height:14px;background-color:#06df7333;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);border-radius:50%;z-index:1;animation:smart-menu-state-animation 2s ease-in-out infinite}@keyframes smart-menu-state-animation{0%{transform:translate(-50%,-50%) scale(0);opacity:0}40%{transform:translate(-50%,-50%) scale(1);opacity:1}80%{transform:translate(-50%,-50%) scale(1);opacity:0}100%{transform:translate(-50%,-50%) scale(0);opacity:0}}.smart-menu-list-item{position:absolute;top:6px;left:6px;opacity:0;visibility:hidden}.smart-menu-list-item:nth-child(2){opacity:1;visibility:visible}.smart-menu--open{height:340px;cursor:default}.smart-menu--open .smart-menu-list-item-button{pointer-events:auto}.smart-menu--open .smart-menu-list-item:nth-child(1){opacity:1;visibility:visible}.smart-menu--open .smart-menu-list-item:nth-child(2){top:62px;opacity:1;visibility:visible}.smart-menu--open .smart-menu-list-item:nth-child(3){top:118px;opacity:1;visibility:visible}.smart-menu--open .smart-menu-list-item:nth-child(4){top:174px;opacity:1;visibility:visible}.smart-menu--open .smart-menu-list-item:nth-child(5){top:230px;opacity:1;visibility:visible}.smart-menu--open .smart-menu-list-item:nth-child(6){top:286px;opacity:1;visibility:visible}.smart-menu--show-content .smart-menu-list-item.smart-menu-list-item--active{opacity:1;visibility:visible;top:6px}.smart-menu--show-content .smart-menu-list-item:not(.smart-menu-list-item--active){opacity:0;visibility:hidden}.smart-menu--show-content{z-index:9999999999;cursor:default}.get-offer-form{position:relative;width:100%;min-width:496px;padding:24px;background-color:#fff;box-shadow:0 16px 32px -12px rgb(14 18 27 / .1);border:1px solid #d4d4d4;border-radius:16px;overflow:hidden}@media screen and (max-width:767px){.get-offer-form{min-width:100vw;height:100dvh;border-radius:0;box-shadow:none;border:none;overflow-y:auto}}.get-offer-form-wrapper{display:flex;flex-direction:column;gap:32px;width:100%;transition:all 0.3s ease}@media screen and (max-width:767px){.get-offer-form-wrapper{gap:16px}}@media (max-height:800px){.get-offer-form-wrapper{gap:16px}}.get-offer-form-wrapper--disabled{opacity:0;visibility:hidden}.get-offer-form-header{display:flex;flex-direction:column}.get-offer-form-header strong{font-size:24px;font-weight:600;line-height:32px}.get-offer-form-header p{font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.176px;color:rgb(10 10 10 / .6)}.get-offer-form-body{display:grid;grid-template-columns:repeat(2,1fr);gap:32px 16px;width:100%}@media screen and (max-width:767px){.get-offer-form-body{gap:16px}}@media (max-height:800px){.get-offer-form-body{gap:16px}}.get-offer-form-body .form-control{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.get-offer-form-body .form-control:nth-child(3),.get-offer-form-body .form-control:nth-child(4){grid-column:span 2}.get-offer-form .btn{width:100%;justify-content:center;margin-top:32px}@media screen and (max-width:767px){.get-offer-form .btn{margin-top:16px}}@media (max-height:800px){.get-offer-form-body .form-control input{height:48px}.get-offer-form .btn{height:48px;margin-top:16px}}.get-offer-form .smart-menu-list-item-content-close{position:absolute;top:20px;right:20px;width:24px;height:24px;z-index:2;transition:color 0.3s ease}.get-offer-form .smart-menu-list-item-content-close:hover{color:#7b416e}.get-offer-form-success{position:absolute;top:0;left:0;width:100%;padding:40px 24px;display:flex;flex-direction:column;align-items:center;gap:32px;background-color:#fff;opacity:0;visibility:hidden;transition:all 0.3s ease}.get-offer-form-success-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;width:100%;padding:0 10px}.get-offer-form-success-content strong{font-size:24px;font-weight:600;line-height:32px}.get-offer-form-success-content p{font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.176px;color:rgb(10 10 10 / .6)}.get-offer-form-success--active{opacity:1;visibility:visible}.hero-content .ai{transition:opacity 0.3s ease}.hero-content .ai.ai--fade-out{opacity:0}.chat{position:relative;display:flex;flex-direction:column;min-width:422px;padding:6px;box-shadow:0 16px 32px -12px rgb(14 18 27 / .1);border-radius:16px;backdrop-filter:blur(12px)}@media screen and (max-width:767px){.chat{min-width:100vw;height:100dvh;border-radius:0}}.chat::after{content:"";width:100%;height:100%;background:linear-gradient(102deg,rgb(255 190 34 / .2) -13.85%,#a34e90 46.91%,#02a4f0 102.76%);border-radius:16px;position:absolute;top:0;left:0;z-index:1}@media screen and (max-width:767px){.chat::after{border-radius:0}}.chat-header{position:relative;z-index:2;display:flex;align-items:center;gap:8px;width:100%;height:90px;padding:0 8px}.chat-header-icon{display:flex;align-items:center;justify-content:center;padding-top:8px;width:64px;height:64px;background:rgb(255 255 255 / .2);border-radius:64px}.chat-header-icon .bot-scale{transform:scale(.9)}.chat-header-inner{display:flex;flex-direction:column}.chat-header-inner strong{font-size:20px;font-weight:600;line-height:26px;color:#fff}.chat-header-inner p{font-size:18px;line-height:24px;margin-top:-4px;color:rgb(255 255 255 / .5)}.chat-inner{position:relative;z-index:2;display:flex;flex-direction:column;width:100%;background-color:#fff;border-radius:10px}@media screen and (max-width:767px){.chat-inner{height:calc(100% - 90px)}}.chat-inner-messages{display:flex;flex-direction:column-reverse;align-items:flex-start;gap:20px;width:100%;height:320px;overflow-y:auto;padding:20px 16px}@media screen and (max-width:767px){.chat-inner-messages{height:calc(100% - 69px)}}.chat-inner-messages-ruyaai{display:flex;align-items:center;gap:8px}.chat-inner-messages-ruyaai-message{gap:14px;padding:8px 10px;background:rgb(0 0 0 / .05);border-radius:18px 18px 18px 0;font-size:16px;line-height:20px;color:rgb(0 0 0 / .8)}.chat-inner-messages-ruyaai-message a{color:var(--primary);text-decoration:underline}.chat-inner-messages-buttons{display:flex;align-items:center;gap:4px;padding:0 16px 0 52px;margin-top:-6px}.chat-inner-messages-user{padding:8px 10px;background:linear-gradient(236deg,rgb(255 190 34 / .2) -176.74%,#a34e90 4.11%,#02a4f0 124.12%);border-radius:18px 18px 0 18px;font-size:16px;line-height:20px;color:#fff;align-self:flex-end}.chat-inner-form{display:flex;align-items:center;width:100%;padding-right:16px;border-top:1px solid rgb(0 0 0 / .1)}.chat-inner-form--disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.chat-inner-form input{width:100%;padding:20px 16px;font-size:18px;line-height:28px;color:#171717}.chat-inner-form input::placeholder{color:rgb(0 0 0 / .5)}.chat-inner-form button{position:relative;display:flex;align-items:center;justify-content:center;width:48px;min-width:48px;height:48px;background-color:#f3f3f3;border-radius:50%;color:#c1c1c1;pointer-events:none;cursor:default;transition:all 0.3s ease}.chat-inner-form button::after{content:"";width:100%;height:100%;background:linear-gradient(153deg,rgb(255 190 34 / .2) -329.85%,#a34e90 23.9%,#02a4f0 258.65%);border-radius:50%;position:absolute;top:0;left:0;z-index:1;opacity:0;transition:opacity 0.3s ease}.chat-inner-form button svg{position:relative;z-index:2}.chat-inner-form button.valid::after{opacity:1}.chat-inner-form button.valid{color:#fff;cursor:pointer;pointer-events:auto}.chat-inner-messages-ruyaai-message-typing{display:flex;align-items:center;gap:4px;margin:6px 0}.chat-inner-messages-ruyaai-message-typing div{width:8px;height:8px;background-color:#000;border-radius:50%;animation:chat-inner-messages-ruyaai-message-typing-animation 1s infinite}.chat-inner-messages-ruyaai-message-typing div:nth-child(2){animation-delay:0.2s}.chat-inner-messages-ruyaai-message-typing div:nth-child(3){animation-delay:0.4s}@keyframes chat-inner-messages-ruyaai-message-typing-animation{0%{opacity:.2}50%{opacity:.4}100%{opacity:.2}}.chat-inner-close{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:38px;width:100%;height:320px;padding:0 16px;background-color:#fff;border-radius:8px 8px 0 0;opacity:0;visibility:hidden;transition:all 0.3s ease}@media screen and (max-width:767px){.chat-inner-close{height:calc(100% - 69px)}}.chat-inner-close strong{max-width:352px;font-size:18px;font-weight:600;line-height:24px;color:#000;text-align:center}.chat-inner-close strong span{color:var(--primary)}.chat-inner-close-buttons{display:flex;flex-direction:column;gap:12px;gap:16px;width:100%;max-width:292px}.chat-inner-close-buttons .btn{width:100%;justify-content:center;text-align:center}.chat-inner-close--active{opacity:1;visibility:visible}.chat-close{position:absolute;top:20px;right:20px;z-index:2;color:#fff;transition:color 0.3s ease}.chat-close:hover{color:rgb(255 255 255 / .6)}.hero .globe-animation-wrapper{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;overflow:hidden}.hero .globe-animation{position:absolute;top:108px;left:50%;transform:translateX(-50%);z-index:-1}.globe-animation{pointer-events:none}.globe-animation img{position:relative;z-index:2;max-width:unset}.globe-animation::after{content:"";width:396px;height:396px;border-radius:50%;position:absolute;top:64px;right:138px;background:linear-gradient(180deg,#a34e90 0%,#ffbe22 10.91%,#02a4f0 22.26%);filter:blur(38px);animation:globe-animation-lighter 20s linear infinite alternate-reverse backwards}@keyframes globe-animation-lighter{0%{top:64px;right:138px;transform:rotate(0deg)}12.5%{top:24px;right:208px;transform:rotate(0deg)}25%{top:0;right:318px;transform:rotate(90deg)}37.5%{top:24px;right:428px;transform:rotate(0deg)}50%{top:64px;right:498px;transform:rotate(0deg)}62.5%{top:24px;right:428px;transform:rotate(0deg)}75%{top:0;right:318px;transform:rotate(90deg)}87.5%{top:24px;right:208px;transform:rotate(0deg)}100%{top:64px;right:138px;transform:rotate(0deg)}}.hero-content .icon-badge{margin-bottom:32px}.icon-badge{position:relative;display:flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .05);border-radius:100px;padding:1px;overflow:hidden;backdrop-filter:blur(4px)}.icon-badge::before{content:"";width:300%;height:800%;background:conic-gradient(from 90deg at 50% 50%,#fff0 0deg,#a34e90 30deg,#fff0 60deg);position:absolute;animation:rotate360 10s linear infinite forwards}.icon-badge::after{content:"";width:300%;height:800%;background:conic-gradient(from 270deg at 50% 50%,#fff0 0deg,#a34e90 30deg,#fff0 60deg);position:absolute;animation:rotate360 10s linear infinite forwards}@keyframes rotate360{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.icon-badge-inner{position:relative;z-index:2;display:flex;align-items:center;gap:10px;padding:8px 16px 8px 8px;background-color:#251524;border-radius:100px;backdrop-filter:blur(4px)}.icon-badge-inner-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:radial-gradient(79.17% 79.17% at 50% 50%,#a34e90 0%,#251c25 100%);border-radius:50%;color:#fff}.icon-badge-inner span{font-size:14px;line-height:20px;color:#fff}html.header-menu-open,body.header-menu-open{overflow:hidden}@media (max-width:640px){html.header-menu-open,body.header-menu-open{position:fixed;width:100%;height:100%}}.button{display:flex;align-items:center;gap:8px;height:48px;padding:0 16px;background:var(--primary);border-radius:48px;font-size:14px;font-weight:500;line-height:20px;color:#fff;border:1px solid #fff0;transition:var(--transition-all)}.button:hover{background-color:var(--primary-700);box-shadow:inset 0 -1px 3px 3px var(--primary)}.button--white{background-color:var(--neutral-0);color:var(--neutral-800)}.button--white:hover{background-color:var(--neutral-100)}.button--outline{background-color:#fff0;border-color:var(--primary);color:var(--primary)}.button--outline:hover{background-color:#fff0;box-shadow:inset 0 -1px 3px 3px #eee}.button--small{height:28px;padding:4px 10px}.video-iframe{position:relative;padding-bottom:178%;height:0;overflow:hidden;border-radius:12px}.video-iframe iframe{width:100%;height:100%;border:0}.widget-visible{transition:opacity 0.3s ease-in-out,visibility 0.3s ease-in-out;z-index:9!important}.story-modal{position:fixed;top:0;left:0;z-index:9999999999;display:flex;align-items:center;justify-content:center;gap:16px;width:100%;height:100dvh;padding:0 16px;background-color:rgb(10 10 10 / .6);opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease}.story-modal--active{opacity:1;visibility:visible}.story-modal-button{display:flex;align-items:center;justify-content:center;width:40px;min-width:40px;height:40px;background-color:rgb(255 255 255 / .9);border-radius:50%;transition:background-color 0.3s ease}.story-modal-button:hover{background-color:#fff}.story-modal-box{position:relative;height:calc(100dvh - 168px);aspect-ratio:9/16;border-radius:16px;overflow:hidden;transition:width 0.3s ease,height 0.3s ease,border-radius 0.3s ease}@media (max-width:640px){.story-modal-box{width:100%;height:unset}}.story-modal-box::after{content:"";width:100%;height:100%;background:linear-gradient(180deg,#000 -3.86%,#fff0 26.17%);position:absolute;top:0;left:0;z-index:1;pointer-events:none}.story-modal-box--fullscreen{height:100dvh;border-radius:0}@media (max-width:640px){.story-modal-box--fullscreen{width:100vw;min-width:100vw;height:100dvh}}.story-modal-box-video{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;border-radius:16px;overflow:hidden}.story-modal-box-steps{display:flex;align-items:center;gap:2px;position:relative;z-index:4;padding:22px 16px 16px}.story-modal-box-steps-item{position:relative;flex:1;height:3px;border-radius:3px;background:rgb(255 255 255 / .2);overflow:hidden}.story-modal-box-header{position:relative;z-index:3;display:none;align-items:center;gap:8px;padding:0 16px;backdrop-filter:blur(4px)}.story-modal-box-header-close{width:24px;height:24px;color:rgb(255 255 255 / .8);transition:color 0.3s ease;margin-left:auto}.story-modal-box-header-close:hover{color:#fff}.story-loading{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgb(0 0 0 / .8);z-index:1000;transition:opacity 0.3s ease}.story-spinner{width:50px;height:50px;border:4px solid rgb(163 78 144 / .2);border-top:4px solid #a34e90;border-radius:50%;animation:story-spin 1s linear infinite}@keyframes story-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.story-modal-box-video .story-video-item{display:none;width:100%;height:100%}.story-modal-box-video .story-video-item.active{display:flex}.story-modal-box-video .plyr{width:100%;height:100%}.story-modal-box-steps-item{position:relative;overflow:hidden}.story-progress{position:absolute;top:0;left:0;height:100%;width:0%;background:#a34e90;transition:width 0.1s linear}.story-modal-box-video .plyr__controls{width:calc(100% - 68px)!important;height:44px!important;margin-left:auto!important;background:rgb(10 10 10 / .5)!important;margin-bottom:8px!important;margin-right:8px!important;backdrop-filter:blur(30px)!important;border-radius:12px!important;padding:0!important}.story-modal-box-video .plyr__control[data-plyr="play"]:not(.plyr__control--overlaid){position:absolute!important;top:50%!important;left:0!important;transform:translateY(-50%) translateX(-52px)!important;display:flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;background:#fff!important;border-radius:12px!important;color:#0a0a0a!important}.story-modal-box-video .plyr__control.plyr__control--overlaid{display:none!important}.story-modal-box-video .plyr__controls__item.plyr__progress__container{margin:0 8px 0 0!important;order:3!important}.story-modal-box-video .plyr__time{margin:0 8px 0 -2px!important;padding:0!important;order:2!important}.story-modal-box-video .plyr__volume{padding:0!important;margin:0!important;order:1!important}.story-modal-box-video .plyr__volume input{display:none!important}.story-modal-box-video .plyr__control[data-plyr="fullscreen"]{width:44px!important;height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-left:1px solid rgb(255 255 255 / .12)!important;order:4!important}.story-modal-box-video .plyr__control[data-plyr="fullscreen"]:hover{background:transparent!important}.story-modal-box-video .plyr__control[data-plyr="mute"]{display:flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important}.story-modal-box-video .plyr__control[data-plyr="mute"]:hover{background:transparent!important}.story-modal-box-video .plyr--full-ui input[type="range"]{color:#fff!important}.story-modal-box-video .plyr__progress__buffer{height:4px!important;color:rgb(255 255 255 / .5)!important}#newsletter-form-top [error-state=true]::after{color:#e80000;position:absolute;width:100%;left:0;bottom:-20px;left:16px}