.ChatSimulator-module__E2obiW__chatContainer{-webkit-backdrop-filter:blur(26.3875px);backdrop-filter:blur(26.3875px);z-index:1000;background:#fff;border:1px solid #ffffffb3;border-radius:18px;flex-direction:column;width:390px;height:530px;display:flex;position:fixed;bottom:20px;right:110px;box-shadow:0 20px 60px #0f172a2e}.ChatSimulator-module__E2obiW__chatContainer:before{z-index:1001;content:"";background:#fff;border-radius:2px;width:12px;height:12px;position:absolute;bottom:30px;right:-6px;transform:rotate(45deg)}.ChatSimulator-module__E2obiW__chatHeader{background:0 0;border-bottom:none;justify-content:space-between;align-items:center;gap:8px;height:auto;padding:24px 24px 10px;display:flex;position:relative}.ChatSimulator-module__E2obiW__complyAvatar{width:156px;height:auto}.ChatSimulator-module__E2obiW__complyAvatar img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;padding:2px}.ChatSimulator-module__E2obiW__headerInfo{flex:1}.ChatSimulator-module__E2obiW__headerInfo h3{color:#000c31;letter-spacing:0;margin:0;font-size:16px;font-weight:600}.ChatSimulator-module__E2obiW__status{color:#6b7280;align-items:center;gap:6px;margin-top:2px;font-size:12px;display:flex}.ChatSimulator-module__E2obiW__statusDot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s infinite ChatSimulator-module__E2obiW__pulse;box-shadow:0 0 10px #22c55e80}@keyframes ChatSimulator-module__E2obiW__pulse{0%,to{opacity:1}50%{opacity:.5}}.ChatSimulator-module__E2obiW__minimizeBtn{color:#0f172a;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:0;transition:all .3s}.ChatSimulator-module__E2obiW__minimizeBtn:hover{color:#0f172a;background:#0f172a14}.ChatSimulator-module__E2obiW__messagesContainer{background:0 0;flex-direction:column;flex:1;gap:14px;padding:18px 24px;display:flex;overflow-y:auto}.ChatSimulator-module__E2obiW__messagesContainer::-webkit-scrollbar{width:6px}.ChatSimulator-module__E2obiW__messagesContainer::-webkit-scrollbar-track{background:#f8f9fa}.ChatSimulator-module__E2obiW__messagesContainer::-webkit-scrollbar-thumb{background:#ced4da;border-radius:3px}.ChatSimulator-module__E2obiW__messagesContainer::-webkit-scrollbar-thumb:hover{background:#adb5bd}.ChatSimulator-module__E2obiW__message{align-items:flex-start;gap:12px;animation:.3s ChatSimulator-module__E2obiW__fadeInUp;display:flex}.ChatSimulator-module__E2obiW__message.ChatSimulator-module__E2obiW__comply{justify-content:flex-start}@keyframes ChatSimulator-module__E2obiW__fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ChatSimulator-module__E2obiW__message.ChatSimulator-module__E2obiW__user{flex-direction:row-reverse}.ChatSimulator-module__E2obiW__messageAvatar{width:40px;height:40px;box-shadow:none;background:#004497;border:none;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;padding:6px;display:flex;overflow:hidden}.ChatSimulator-module__E2obiW__messageAvatar img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.ChatSimulator-module__E2obiW__messageContent{max-width:230px;box-shadow:none;background:#3a52c7;border:none;border-radius:12px;padding:16px;position:relative}.ChatSimulator-module__E2obiW__message.ChatSimulator-module__E2obiW__user .ChatSimulator-module__E2obiW__messageContent{background:#f3f3f3;border:none}.ChatSimulator-module__E2obiW__messageContent p{color:#fff;margin:0;font-size:14px;line-height:20px}.ChatSimulator-module__E2obiW__message.ChatSimulator-module__E2obiW__user .ChatSimulator-module__E2obiW__messageContent p{color:#000}.ChatSimulator-module__E2obiW__timestamp{color:#ffffffb3;margin-top:4px;font-size:10px;display:block}.ChatSimulator-module__E2obiW__message.ChatSimulator-module__E2obiW__user .ChatSimulator-module__E2obiW__timestamp{color:#00000073}.ChatSimulator-module__E2obiW__message.ChatSimulator-module__E2obiW__comply .ChatSimulator-module__E2obiW__messageContent:before{content:"";background:#3a52c7;border-radius:2px;width:12px;height:12px;position:absolute;top:14px;left:-5px;transform:rotate(45deg)}.ChatSimulator-module__E2obiW__message.ChatSimulator-module__E2obiW__user .ChatSimulator-module__E2obiW__messageContent:before{content:"";background:#f3f3f3;border-radius:2px;width:12px;height:12px;position:absolute;top:14px;right:-6px;transform:rotate(45deg)}.ChatSimulator-module__E2obiW__typingIndicator{background:#3a52c7;border:none;border-radius:12px;gap:6px;margin:auto 0;padding:12px 8px;display:flex;position:relative}.ChatSimulator-module__E2obiW__typingIndicator:before{content:"";background:#3a52c7;border-radius:2px;width:12px;height:12px;position:absolute;top:8px;left:-4.5px;transform:rotate(45deg)}.ChatSimulator-module__E2obiW__typingIndicator span{background:#fff;border-radius:50%;width:4px;height:4px;animation:1.4s ease-in-out infinite ChatSimulator-module__E2obiW__bounce}.ChatSimulator-module__E2obiW__typingIndicator span:first-child{animation-delay:-.32s}.ChatSimulator-module__E2obiW__typingIndicator span:nth-child(2){animation-delay:-.16s}@keyframes ChatSimulator-module__E2obiW__bounce{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.ChatSimulator-module__E2obiW__inputContainer{background:0 0;border-top:none;gap:12px;padding:16px 22px 24px;display:flex}.ChatSimulator-module__E2obiW__input{color:#0f172a;background:#f4f4f6;border:1px solid #f4f4f6;border-radius:12px;outline:none;flex:1;height:46px;padding:12px 16px;font-size:14px;transition:all .3s}.ChatSimulator-module__E2obiW__input:focus{border-color:#3a52c7;box-shadow:0 0 0 3px #3a52c71f}.ChatSimulator-module__E2obiW__input::placeholder{color:#7e8799}.ChatSimulator-module__E2obiW__input:disabled{opacity:.5;cursor:not-allowed}.ChatSimulator-module__E2obiW__sendButton{color:#fff;cursor:pointer;background:#3a52c7;border:none;border-radius:12px;justify-content:center;align-items:center;height:46px;padding:12px 14px;transition:all .3s;display:flex}.ChatSimulator-module__E2obiW__sendButton:hover:not(:disabled){background:#3348b1;transform:translateY(-2px);box-shadow:0 6px 20px #3a52c74d}.ChatSimulator-module__E2obiW__sendButton:active:not(:disabled){transform:translateY(0)}.ChatSimulator-module__E2obiW__sendButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.ChatSimulator-module__E2obiW__chatContainer{border-radius:0;width:100%;height:100%;bottom:0;right:0}}
.LandingPage-module__QknYsa__landing{--primary-gradient:linear-gradient(-86deg,#96deea 0%,#4cfcd4 0%,#3a52c7 100%);--aurora-gradient:linear-gradient(180deg,#96deea 0%,#4cfcd4 0%,#3a52c7 100%);--midnight-dark:#0a0a0a;--lunar:#f4f4f6;--white:#fff;--black:#000;--text-gray:#666;min-height:100vh;text-rendering:geometricPrecision;background-color:#fff;background-image:linear-gradient(#fff6,#fff6),url(/assets/wBG.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;font-family:Inter,sans-serif}.LandingPage-module__QknYsa__header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0;justify-content:center;padding:1.5rem 0;display:flex;position:fixed;top:0;left:0;right:0}.LandingPage-module__QknYsa__headerContainer{justify-content:space-between;align-items:center;width:100%;max-width:1161px;padding:0 1rem;display:flex}.LandingPage-module__QknYsa__logoContainer{align-items:center;width:206px;display:flex}.LandingPage-module__QknYsa__logo{width:auto;height:36px}.LandingPage-module__QknYsa__navPill{background:var(--lunar);border-radius:60px;align-items:center;gap:48px;padding:16px 44px;display:flex}.LandingPage-module__QknYsa__navLink{color:var(--black);font-size:16px;font-weight:400;text-decoration:none;transition:opacity .2s}.LandingPage-module__QknYsa__navLink:hover{opacity:.7}.LandingPage-module__QknYsa__navSeparator{background:var(--black);width:.5px;height:22px}.LandingPage-module__QknYsa__headerActions{align-items:center;gap:16px;display:flex}.LandingPage-module__QknYsa__menuButton{cursor:pointer;background:#ffffffe6;border:1px solid #0000000f;border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;padding:0;display:none;box-shadow:0 10px 24px #0f172a1f}.LandingPage-module__QknYsa__menuIcon{flex-direction:column;justify-content:space-between;width:18px;height:14px;display:flex}.LandingPage-module__QknYsa__menuLine{background:var(--black);border-radius:999px;width:100%;height:2px}.LandingPage-module__QknYsa__talkToBot{color:var(--black);cursor:pointer;background:0 0;border:none;border-radius:40px;align-items:center;gap:10px;padding:12px 32px;font-size:16px;font-weight:500;transition:transform .2s;display:flex;box-shadow:0 0 38px -6px #2b3e8d5e}.LandingPage-module__QknYsa__talkToBot:hover{transform:translateY(-1px)}.LandingPage-module__QknYsa__label{color:var(--white);border-radius:40px;margin-bottom:0;padding:4px 20px;font-size:14px;font-weight:500;display:inline-block}.LandingPage-module__QknYsa__aboutSection{background:var(--white);padding:100px 5%}.LandingPage-module__QknYsa__aboutContainer{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1280px;margin:0 auto;display:grid}.LandingPage-module__QknYsa__aboutContent{flex-direction:column;gap:1.5rem;display:flex}.LandingPage-module__QknYsa__sectionLabel{background:var(--primary-gradient);color:var(--white);border-radius:40px;width:fit-content;padding:.5rem 1.5rem;font-size:.875rem;display:inline-block}.LandingPage-module__QknYsa__aboutTitle{color:var(--midnight-dark);font-size:2.5rem;font-weight:500;line-height:1.2}.LandingPage-module__QknYsa__benefits{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1280px;margin:0 auto;padding:80px 5%;display:grid}.LandingPage-module__QknYsa__benefitCard{background:#f9fafb;border-radius:24px;flex-direction:column;gap:1rem;padding:2.5rem 2rem;transition:transform .3s;display:flex}.LandingPage-module__QknYsa__benefitCard:hover{transform:translateY(-5px)}.LandingPage-module__QknYsa__benefitIcon{width:48px;height:48px;margin-bottom:.5rem}.LandingPage-module__QknYsa__benefitTitle{color:var(--midnight-dark);font-size:1.25rem;font-weight:600}.LandingPage-module__QknYsa__benefitDescription{color:var(--text-gray);font-size:1rem;line-height:1.5}.LandingPage-module__QknYsa__contactSection{background:var(--white);padding:100px 5%}.LandingPage-module__QknYsa__contactContainer{max-width:1280px;margin:0 auto}.LandingPage-module__QknYsa__contactGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.LandingPage-module__QknYsa__contactCard{text-align:center;background:#f9fafb;border-radius:24px;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem;display:flex}@media screen and (max-width:1024px){.LandingPage-module__QknYsa__header{padding:32px}.LandingPage-module__QknYsa__headerContainer{padding:0}.LandingPage-module__QknYsa__logo{height:36px}.LandingPage-module__QknYsa__navPill{display:none}.LandingPage-module__QknYsa__headerActions{gap:16px}.LandingPage-module__QknYsa__menuButton{display:inline-flex}.LandingPage-module__QknYsa__loginIcon{display:none}.LandingPage-module__QknYsa__benefits,.LandingPage-module__QknYsa__plansGrid,.LandingPage-module__QknYsa__contactGrid{grid-template-columns:repeat(2,1fr)}.LandingPage-module__QknYsa__aboutContainer{text-align:center;grid-template-columns:1fr}.LandingPage-module__QknYsa__sectionLabel{margin:0 auto}}@media (max-width:768px){.LandingPage-module__QknYsa__navPill{display:none}.LandingPage-module__QknYsa__header{padding:17px 15px}.LandingPage-module__QknYsa__headerContainer{justify-content:center;position:relative}.LandingPage-module__QknYsa__logoContainer{justify-content:center;width:auto}.LandingPage-module__QknYsa__logo{height:29px}.LandingPage-module__QknYsa__headerActions{position:absolute;right:0}.LandingPage-module__QknYsa__headerActions>:not(.LandingPage-module__QknYsa__menuButton){display:none}.LandingPage-module__QknYsa__menuButton{display:inline-flex}}
.FeatureCard-module__oy6ifW__cardsContainer{flex-direction:column;align-items:flex-start;gap:1.25rem;width:809px;display:flex;position:relative}.FeatureCard-module__oy6ifW__card{width:100%;height:348px;box-shadow:none;background:0 0;border:0;align-self:stretch;position:relative;overflow:hidden}.FeatureCard-module__oy6ifW__cardContent{width:100%;height:100%;padding:0;position:relative}.FeatureCard-module__oy6ifW__cardBackground{-o-object-fit:cover;object-fit:cover;border-radius:30px;width:100%;height:100%;position:absolute;top:0;left:0}.FeatureCard-module__oy6ifW__cardInner{-webkit-backdrop-filter:blur(14.7px)brightness();backdrop-filter:blur(14.7px)brightness();background:linear-gradient(90deg,#13a7e91c 0%,#2b3e8d1c 100%);border:1px solid #96deea;border-radius:30px;flex-direction:column;justify-content:center;align-items:flex-start;gap:.625rem;width:100%;height:348px;padding:1.5rem 4.5rem;display:flex;position:absolute;top:0;left:0;box-shadow:0 4px 64px #0000}.FeatureCard-module__oy6ifW__cardTextContainer{z-index:2;flex-direction:column;align-items:flex-start;gap:12px;display:inline-flex;position:relative}.FeatureCard-module__oy6ifW__cardIcon{width:72px;height:72px;position:relative}.FeatureCard-module__oy6ifW__cardTexts{flex-direction:column;gap:16px;width:343px;display:flex;position:relative}.FeatureCard-module__oy6ifW__cardTitle{color:#fafafa;font-family:Inter;font-size:28px;font-style:normal;font-weight:700;line-height:36px}.FeatureCard-module__oy6ifW__cardDescription{color:#fafafa;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.FeatureCard-module__oy6ifW__cardImageContainer{border-radius:30px;width:355px;height:348px;display:flex;position:absolute;top:0;left:454px;overflow:hidden}.FeatureCard-module__oy6ifW__cardContent2{padding:0 1.5rem 1.5rem}.FeatureCard-module__oy6ifW__card2{background:var(--card);color:var(--card-foreground);border-radius:40px;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}@media screen and (max-width:1024px){.FeatureCard-module__oy6ifW__cardInner{padding:52px 44px}}@media screen and (max-width:768px){.FeatureCard-module__oy6ifW__cardTitle{font-size:20px}.FeatureCard-module__oy6ifW__card{border-radius:28px;min-height:440px}.FeatureCard-module__oy6ifW__cardInner{justify-content:flex-start;height:100%}.FeatureCard-module__oy6ifW__cardImageContainer{bottom:0}}
.Chip-module__IAwj_a__chip{background:linear-gradient(270.38deg,#96deea -31.09%,#4cfcd4 -31.07%,#3a52c7 109.61%);border-radius:40px;flex-direction:row;justify-content:center;align-items:center;gap:8px;width:fit-content;height:32px;padding:4px 20px;display:flex}.Chip-module__IAwj_a__chip svg{pointer-events:none;flex-shrink:0;width:1rem;height:1rem}.Chip-module__IAwj_a__primary{-webkit-backdrop-filter:blur(2px)brightness(110%);color:#fff;background:linear-gradient(274deg,#96deea 0%,#4cfcd4 0%,#3a52c7 100%);border:none;border-radius:40px;padding:.75rem 2rem;box-shadow:0 0 38px 4px #006cff1a,inset 0 1px #fff6,inset 1px 0 #ffffff52,inset 0 -1px 1px #00000021,inset -1px 0 1px #0000001c}.Chip-module__IAwj_a__secondary{color:#000;background:#f4f4f6;border:none}.Chip-module__IAwj_a__outline{color:#000;background:0 0;border:1px solid #e5e7eb}.Chip-module__IAwj_a__ghost{color:#000;background:0 0;border:none}.Chip-module__IAwj_a__small{height:32px;padding:.25rem .75rem;font-size:.75rem}.Chip-module__IAwj_a__medium{height:48px;padding:.5rem 1.5rem;font-size:.875rem}.Chip-module__IAwj_a__large{height:56px;padding:.75rem 2.5rem;font-size:1rem}.Chip-module__IAwj_a__fullWidth{width:100%}
.WhiteButton-module__pmmn8W__whiteButton{box-sizing:border-box;-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px);text-align:center;color:#000;cursor:pointer;background:#a4a4a40a;border:.5px solid #fafafa66;border-radius:40px;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:fit-content;height:48px;padding:12px 32px;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 0 38px -6px #2b3e8d5e,inset 2px 2px 1px #fff}.WhiteButton-module__pmmn8W__whiteButton:hover{transform:translateY(-1px);box-shadow:0 4px 40px -4px #2b3e8d73}.WhiteButton-module__pmmn8W__whiteButton:active{transform:translateY(0)}.WhiteButton-module__pmmn8W__whiteButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.WhiteButton-module__pmmn8W__fullWidth{width:100%}
.AboutSection-module__5WBF5q__aboutSection{height:auto;min-height:100vh;padding:0 120px;padding-top:var(--padding-gap-section);justify-content:center;gap:8px;display:flex}.AboutSection-module__5WBF5q__leftColumn{z-index:10;flex-direction:column;gap:24px;max-width:343px;margin-top:-100px;padding-top:145px;display:flex;position:sticky;top:1.5rem}.AboutSection-module__5WBF5q__tag{color:#fff;background-color:#e0e7ff;border-radius:999px;padding:8px 16px;font-size:14px;font-weight:500;display:inline-block}.AboutSection-module__5WBF5q__title{color:#1e293b;font-size:36px;font-weight:400;line-height:1.2}.AboutSection-module__5WBF5q__title strong{font-weight:700}.AboutSection-module__5WBF5q__rightColumn{flex-direction:column;gap:24px;width:100%;max-width:809px;display:flex}.AboutSection-module__5WBF5q__cardImageContainer{border-radius:30px;width:355px;height:348px;position:absolute;top:0;left:auto;right:-80px}.AboutSection-module__5WBF5q__cardImage{width:493px;height:521px;position:absolute;top:-5px;left:auto}.AboutSection-module__5WBF5q__cardImageAlt{width:493px;height:521px;position:absolute;top:-40px;right:-200px;transform:rotate(-40deg)}.AboutSection-module__5WBF5q__cardImageAlt2{width:493px;height:521px;position:absolute;top:-60px;right:-220px;transform:rotate(-80deg)}.AboutSection-module__5WBF5q__cardImageAlt3{width:493px;height:521px;position:absolute;top:-22px;right:-200px}@media screen and (max-width:1024px){.AboutSection-module__5WBF5q__aboutSection{width:100%;max-width:100%;padding:var(--padding-gap-section-tablet)32px 0;justify-content:space-between}.AboutSection-module__5WBF5q__title{font-size:28px}.AboutSection-module__5WBF5q__whiteButton{font-size:14px}.AboutSection-module__5WBF5q__cardImageContainer{width:clamp(220px,38vw,320px);left:auto;right:0}.AboutSection-module__5WBF5q__cardImage{width:clamp(280px,50vw,420px);height:auto;top:-20px;left:auto;right:-220px;transform:rotate(-20deg)}.AboutSection-module__5WBF5q__cardImageAlt,.AboutSection-module__5WBF5q__cardImageAlt2{z-index:0;height:auto;left:auto;right:-260px;transform:rotate(-20deg)}.AboutSection-module__5WBF5q__cardImageAlt3{top:-120px}}@media screen and (max-width:768px){.AboutSection-module__5WBF5q__aboutSection{padding:var(--padding-gap-section-mobile)15px 0;flex-direction:column;gap:24px}.AboutSection-module__5WBF5q__leftColumn{z-index:auto;max-width:250px;margin-top:0;padding-top:0;position:static;top:auto}.AboutSection-module__5WBF5q__cardImageContainer{bottom:0;top:unset}.AboutSection-module__5WBF5q__cardImage{top:unset;left:-30%;right:unset;width:clamp(330px,50vw,420px);bottom:-160px;transform:rotate(45deg)}.AboutSection-module__5WBF5q__cardImageAlt{top:unset;left:unset;width:clamp(330px,50vw,420px);bottom:-160px;right:-40px;transform:rotate(45deg)scale(1.3)}.AboutSection-module__5WBF5q__cardImageAlt2{top:unset;left:unset;width:clamp(330px,50vw,420px);bottom:-190px;right:-50px;transform:rotate(100deg)scale(1.3)}.AboutSection-module__5WBF5q__cardImageAlt3{top:unset;left:unset;width:clamp(400px,50vw,400px);height:clamp(400px,50vw,400px);bottom:-200px;right:-100px;transform:rotate(90deg)scale(1.3)}}
.Button-module__8RiFmG__button{text-align:center;color:#fafafa;cursor:pointer;background:linear-gradient(270.38deg,#96deea -31.09%,#4cfcd4 -31.07%,#3a52c7 109.61%);border:none;border-radius:40px;flex-direction:row;justify-content:center;align-items:center;gap:8px;width:fit-content;height:48px;padding:12px 32px;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 0 38px 4px #006cff1a}.Button-module__8RiFmG__button:focus-visible{outline-offset:2px;outline:2px solid #3a52c7}.Button-module__8RiFmG__button:disabled{appearance:none;cursor:not-allowed;color:#fafafa;opacity:1;box-shadow:none;filter:none;-webkit-text-fill-color:#fafafa;background:#d2d2d2;border:none}.Button-module__8RiFmG__button:hover{filter:brightness(1.1);transform:translateY(-1px)scale(1);box-shadow:0 8px 25px #006cff4d}.Button-module__8RiFmG__button:disabled:hover{box-shadow:none;filter:none;transform:none}.Button-module__8RiFmG__fullWidth{width:100%}
.GlassButton-module__fzkTYG__button{box-sizing:border-box;cursor:pointer;-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px);text-align:center;color:#fafafa;background:#a4a4a40a;border:.5px solid #fafafa66;border-radius:40px;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:fit-content;height:48px;padding:12px 32px;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 0 38px -6px #2b3e8d5e,inset 2px 2px 1px #ffffff26}.GlassButton-module__fzkTYG__button:active{transform:scale(.97)translateZ(0);box-shadow:0 10px 26px #002060b3,0 0 0 1px #007aff80}.GlassButton-module__fzkTYG__button:hover{filter:brightness(1.1);transform:translateY(-1px)scale(1);box-shadow:0 8px 25px #006cff4d}.GlassButton-module__fzkTYG__fullWidth{width:100%}
.BadgeGlass-module__pjLTjG__badgeContainer{box-sizing:border-box;-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px);text-align:center;color:#fafafa;background:#a4a4a40a;border:.5px solid #fafafa66;border-radius:40px;flex-direction:row;justify-content:center;align-items:center;gap:8px;width:fit-content;height:32px;padding:4px 20px;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px;display:flex;box-shadow:0 0 38px -6px #2b3e8d5e,inset 2px 2px 1px #ffffff26}.BadgeGlass-module__pjLTjG__badgeContent{z-index:10;color:#fff;white-space:nowrap;font-size:14px;font-weight:500;position:relative}.BadgeGlass-module__pjLTjG__glassEffect{z-index:1;pointer-events:none;position:absolute;inset:0}.BadgeGlass-module__pjLTjG__edgeReflection{border-radius:inherit;-webkit-mask-composite:xor;background:linear-gradient(135deg,#fff6 0%,#ffffff0d 50%,#fff3 100%);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.BadgeGlass-module__pjLTjG__blurLayer{border-radius:inherit;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;position:absolute;inset:0}.BadgeGlass-module__pjLTjG__highlight{background:linear-gradient(#ffffff1a 0%,#0000 100%);border-radius:40px 40px 0 0;height:50%;position:absolute;top:0;left:0;right:0}
.Hero-module__EssTfW__hero{text-align:center;flex-direction:column;align-items:center;max-width:1401px;margin:0 auto;padding:120px 0 0;display:flex;position:relative}.Hero-module__EssTfW__heroContainer{justify-content:center;width:100%;height:100%;min-height:514px;display:flex;position:relative}.Hero-module__EssTfW__heroBackground{z-index:0;pointer-events:none;border:1px solid #ffffff1a;border-radius:40px;width:100%;height:514px;position:absolute;top:0;left:50%;overflow:hidden;transform:translate(-50%)}.Hero-module__EssTfW__heroDecoration{-o-object-fit:cover;object-fit:cover;filter:blur(20px);border-radius:40px;width:100%;height:100%;display:block;transform:scale(1.1)}.Hero-module__EssTfW__heroContent{z-index:10;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:593px;margin-top:112px;display:flex;position:relative}.Hero-module__EssTfW__heroTitle{color:var(--white);margin:0;font-size:64px;font-weight:700;line-height:1.1875;position:relative}.Hero-module__EssTfW__heroTitleHighlight{background:linear-gradient(-89deg,#26e0ff 0%,#4cfcd4 0%,#9bdeff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block;position:relative}.Hero-module__EssTfW__highlightDecoration{z-index:-1;pointer-events:none;width:219px;height:84px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__EssTfW__heroButtons{gap:25px;margin-top:0;display:flex}.Hero-module__EssTfW__navigateDecoration{z-index:1;pointer-events:none;width:14px;height:14px;position:absolute;bottom:-30px;right:-30px}@media screen and (max-width:1024px){.Hero-module__EssTfW__hero{padding:120px 32px 0}.Hero-module__EssTfW__heroContainer{min-height:369px}.Hero-module__EssTfW__heroBackground{height:369px}.Hero-module__EssTfW__heroContent{justify-content:center;align-items:center;margin-top:0}.Hero-module__EssTfW__heroTitle{max-width:440px;font-size:36px}.Hero-module__EssTfW__highlightDecoration{width:145px;height:47px}.Hero-module__EssTfW__navigateDecoration{width:12px;height:12px;bottom:-20px;right:-20px}.Hero-module__EssTfW__heroButtons{gap:12px}.Hero-module__EssTfW__getStartedButton,.Hero-module__EssTfW__moreInfoButton{font-size:14px}}@media screen and (max-width:768px){.Hero-module__EssTfW__hero{padding:90px 15px 0}.Hero-module__EssTfW__heroContent{padding:0 15px}.Hero-module__EssTfW__heroTitle{font-size:36px}.Hero-module__EssTfW__moreInfoButton,.Hero-module__EssTfW__getStartedButton{width:100%}.Hero-module__EssTfW__heroButtons{flex-direction:column;width:100%;max-width:220px}.Hero-module__EssTfW__heroBackground{height:669px}.Hero-module__EssTfW__heroContainer{min-height:669px}}
.Footer-module___NbDuG__footer{max-width:1280px;color:var(--text-gray);flex-direction:column;justify-content:center;align-items:center;gap:20px;margin:0 auto;padding:60px 5%;font-size:.875rem;display:flex}.Footer-module___NbDuG__footer p{margin:0}.Footer-module___NbDuG__logo{width:auto;height:36px}@media screen and (max-width:1024px){.Footer-module___NbDuG__logo{height:36px}}@media (max-width:768px){.Footer-module___NbDuG__footer p{text-align:center}}
.ContactSection-module__mDpCFG__contactSection{margin-top:var(--padding-gap-section);background:0 0;justify-content:center;align-items:stretch;min-height:790px;display:flex}.ContactSection-module__mDpCFG__contactContainer{background:#fff;border-radius:40px;width:100%;max-width:1400px;min-height:100%;overflow:hidden;box-shadow:0 24px 60px #0f172a2e}.ContactSection-module__mDpCFG__contactLayout{grid-template-columns:1.1fr 1fr;height:100%;min-height:420px;display:grid}.ContactSection-module__mDpCFG__infoPanel{color:#e5e7eb;background:radial-gradient(circle at 0 0,#1e40af 0%,#131b41 55%,#0828b8 100%);flex-direction:column;gap:40px;min-width:688px;height:100%;padding:67px 76px;display:flex;position:relative;overflow:hidden}.ContactSection-module__mDpCFG__infoHeader{justify-content:flex-start;align-items:center;display:flex}.ContactSection-module__mDpCFG__heroBackground{z-index:0;pointer-events:none;border:1px solid #ffffff1a;border-radius:40px;width:1401px;position:absolute;top:0;left:50%;overflow:hidden;transform:translate(-50%)}.ContactSection-module__mDpCFG__heroDecoration{-o-object-fit:cover;object-fit:cover;filter:blur(30px);border-radius:40px;width:100%;height:100%;display:block;transform:scale(1.1)}.ContactSection-module__mDpCFG__logo{z-index:10;width:auto;height:43px;position:relative}.ContactSection-module__mDpCFG__infoCards{flex-direction:column;gap:24px;width:100%;margin-top:auto;display:flex}.ContactSection-module__mDpCFG__mainContactWrapper{width:calc(50% + 24px)}.ContactSection-module__mDpCFG__contactCardRow{grid-template-columns:1fr 1fr;gap:24px;width:100%;display:grid}.ContactSection-module__mDpCFG__contactCard{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffff03;border:.5px solid #ffffff4d;border-radius:20px;flex-direction:column;align-items:flex-start;gap:16px;width:261px;height:152px;padding:40px 24px;display:flex}.ContactSection-module__mDpCFG__contactTitle{color:#fafafa;font-family:Inter;font-size:20px;font-style:normal;font-weight:700;line-height:28px}.ContactSection-module__mDpCFG__contactValue{color:#fafafa;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.ContactSection-module__mDpCFG__formPanel{background:#fff;flex-direction:column;height:100%;padding:92px 110px;display:flex}.ContactSection-module__mDpCFG__formTitle{color:#000c31;font-family:Inter;font-size:36px;font-style:normal;font-weight:400;line-height:44px}.ContactSection-module__mDpCFG__formSubtitle{color:#404040;margin-top:12px;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.ContactSection-module__mDpCFG__formUnderline{background:linear-gradient(90deg,#3a52c7 0%,#96deea 100%,#4cfcd4 0%);width:100%;height:2px;margin:16px 0}.ContactSection-module__mDpCFG__form,.ContactSection-module__mDpCFG__formFields{flex-direction:column;gap:16px;display:flex}.ContactSection-module__mDpCFG__inputField{color:#0e074e;background:#f4f4f6;border:none;border-radius:60px;outline:none;gap:10px;width:100%;max-width:436px;height:52px;padding:12px 64px 12px 32px;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.ContactSection-module__mDpCFG__inputField::placeholder{color:#0e074e}.ContactSection-module__mDpCFG__inputField:focus{background:#fff;box-shadow:0 0 0 2px #3b82f62e}.ContactSection-module__mDpCFG__textarea{resize:none;border-radius:20px;min-height:120px;padding-top:14px}.ContactSection-module__mDpCFG__formActions{justify-content:flex-end;margin-top:4px;display:flex}.ContactSection-module__mDpCFG__submitButton{border-radius:999px;min-width:140px;box-shadow:0 16px 40px #2563eb66}@media (max-width:1024px){.ContactSection-module__mDpCFG__contactSection{margin-top:var(--padding-gap-section-tablet);min-height:unset;padding:0 32px}.ContactSection-module__mDpCFG__contactContainer{border-radius:20px}.ContactSection-module__mDpCFG__contactLayout{grid-template-columns:1.1fr 1fr}.ContactSection-module__mDpCFG__infoHeader{justify-content:center}.ContactSection-module__mDpCFG__logo{width:auto;height:43px}.ContactSection-module__mDpCFG__infoPanel{min-width:0;padding:32px 28px 40px}.ContactSection-module__mDpCFG__infoCards,.ContactSection-module__mDpCFG__contactCardRow{justify-content:center;place-items:center}.ContactSection-module__mDpCFG__formPanel{padding:32px 28px 40px}.ContactSection-module__mDpCFG__formTitle{font-size:28px}.ContactSection-module__mDpCFG__contactCardRow{grid-template-columns:1fr}.ContactSection-module__mDpCFG__mainContactWrapper{width:unset}}@media (max-width:768px){.ContactSection-module__mDpCFG__contactSection{margin-top:var(--padding-gap-section-mobile);padding:0 15px}.ContactSection-module__mDpCFG__contactContainer{border-radius:20px}.ContactSection-module__mDpCFG__contactLayout{flex-direction:column;display:flex}.ContactSection-module__mDpCFG__formPanel{order:1;padding:32px 16px 40px}.ContactSection-module__mDpCFG__infoPanel{border-radius:20px;order:2}.ContactSection-module__mDpCFG__formTitle{font-size:24px}.ContactSection-module__mDpCFG__inputField{padding:11px 16px;font-size:13px}.ContactSection-module__mDpCFG__mainContactWrapper{width:unset}}
.Checkbox-module__tYwp1q__checkboxWrapper{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.75rem;display:flex}.Checkbox-module__tYwp1q__checkbox{cursor:pointer;appearance:none;background:#fff;border:2px solid #3a52c7;border-radius:3px;width:20px;min-width:20px;height:20px;transition:all .3s;position:relative}.Checkbox-module__tYwp1q__checkbox:checked{background:#0171ac;border-color:#0171ac}.Checkbox-module__tYwp1q__primaria:checked{background:#3a52c7;border-color:#3a52c7}.Checkbox-module__tYwp1q__checkbox:checked:after{content:"✓";color:#fff;font-size:13px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Checkbox-module__tYwp1q__checkbox:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}.Checkbox-module__tYwp1q__checkbox.Checkbox-module__tYwp1q__error{border-color:#ef4444}.Checkbox-module__tYwp1q__label{color:#1f2937;flex:1;font-size:.875rem}.Checkbox-module__tYwp1q__errorMessage{color:#ef4444;margin-top:.25rem;margin-left:2rem;font-size:.875rem}
.PlansSection-module__LLOgOW__plansSection{padding-top:var(--padding-gap-section);background:0 0}.PlansSection-module__LLOgOW__plansContainer{max-width:1280px;margin:0 auto}.PlansSection-module__LLOgOW__sectionHeader{text-align:center;flex-direction:column;align-items:center;margin-bottom:3rem;display:flex}.PlansSection-module__LLOgOW__sectionTag{text-align:center;color:#fafafa;justify-content:center;align-items:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px;display:inline-flex}.PlansSection-module__LLOgOW__sectionTitle{text-align:center;color:#000c31;margin:20px 0 12px;font-family:Inter;font-size:36px;font-style:normal;font-weight:400;line-height:44px}.PlansSection-module__LLOgOW__sectionSubtitle{text-align:center;color:#404040;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.PlansSection-module__LLOgOW__billingToggle{margin:25px 0 52px}.PlansSection-module__LLOgOW__billingToggleInner{--toggle-offset:110px;background:#006cff03;border-radius:40px;align-items:center;width:228px;height:52px;padding:4px;display:flex;position:relative;box-shadow:0 0 38px -6px #2b3e8d5e}.PlansSection-module__LLOgOW__billingToggleIndicator{background:#fff;border-radius:40px;width:calc(50% - 4px);height:calc(100% - 8px);transition:transform .3s;position:absolute;top:4px;left:4px;box-shadow:0 12px 30px #0f172a1f}.PlansSection-module__LLOgOW__billingOption{cursor:pointer;z-index:1;background:0 0;border:none;flex:1;justify-content:center;align-items:center;height:100%;font-family:Inter;font-size:16px;font-weight:500;line-height:28px;display:flex;position:relative}.PlansSection-module__LLOgOW__billingMonthly .PlansSection-module__LLOgOW__billingToggleIndicator{transform:translate(0)}.PlansSection-module__LLOgOW__billingAnnual .PlansSection-module__LLOgOW__billingToggleIndicator{transform:translateX(var(--toggle-offset))}.PlansSection-module__LLOgOW__billingOptionLabel{color:#000}.PlansSection-module__LLOgOW__billingOptionLabelActive{background:linear-gradient(#96deea 0%,#4cfcd4 0%,#3a52c7 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text}.PlansSection-module__LLOgOW__plansGrid{place-content:center;align-items:stretch;display:flex;position:relative;overflow:visible}.PlansSection-module__LLOgOW__planCard{z-index:1;background:#fafafa;border:none;border-radius:20px;flex-direction:column;flex:0 377px;padding:0;display:flex;position:relative;box-shadow:0 4px 24px #0000001a}.PlansSection-module__LLOgOW__planStar{z-index:1;pointer-events:none;width:200px;height:200px;position:absolute;top:-32%;right:-100px}.PlansSection-module__LLOgOW__planHighlighted{z-index:3;flex:0 435px;transform:translateY(-24px)}.PlansSection-module__LLOgOW__plansGrid>:first-child{left:13px;right:0;transform:translate(0)}.PlansSection-module__LLOgOW__plansGrid>:last-child{right:13px;transform:translate(0)}.PlansSection-module__LLOgOW__plansGrid>:first-child>.PlansSection-module__LLOgOW__planHeader>.PlansSection-module__LLOgOW__planSummary,.PlansSection-module__LLOgOW__plansGrid>:last-child>.PlansSection-module__LLOgOW__planHeader>.PlansSection-module__LLOgOW__planSummary{max-width:260px}.PlansSection-module__LLOgOW__planHighlighted .PlansSection-module__LLOgOW__planHeader{border:1.5px solid #96deea;padding:42px 50px}.PlansSection-module__LLOgOW__planHeader{background:#fafafa;border:none;border-radius:20px;flex-direction:column;gap:12px;min-height:258px;padding:42px 36px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000001a}.PlansSection-module__LLOgOW__planName{color:#000c31;font-size:28px;font-weight:700}.PlansSection-module__LLOgOW__planHighlighted .PlansSection-module__LLOgOW__planName{color:#0f172a}.PlansSection-module__LLOgOW__planDivider{background:linear-gradient(-86deg,#96deea 0%,#4cfcd4 0%,#3a52c7 100%);width:126px;height:1px}.PlansSection-module__LLOgOW__planPriceRow{z-index:1;align-items:baseline;gap:.5rem;display:flex}.PlansSection-module__LLOgOW__planPrice{color:#000c31;font-size:40px;font-weight:700}.PlansSection-module__LLOgOW__planPeriod{color:#000c31;opacity:.3;font-size:28px;font-weight:700}.PlansSection-module__LLOgOW__planSummary{color:#404040;margin:0;font-size:14px;line-height:1.6}.PlansSection-module__LLOgOW__planBody{background:#fafafa;border-radius:20px;flex-direction:column;flex:1;justify-content:space-between;align-items:center;gap:32px;padding:40px 36px;display:flex}.PlansSection-module__LLOgOW__planHighlighted .PlansSection-module__LLOgOW__planBody{padding:36px 65px}.PlansSection-module__LLOgOW__planFeatures{flex-direction:column;gap:20px;width:100%;max-width:304px;margin:0;padding:0;list-style:none;display:flex}.PlansSection-module__LLOgOW__planFeatures li{color:#404040;align-items:center;gap:12px;font-size:14px;display:flex}.PlansSection-module__LLOgOW__checkboxOuter,.PlansSection-module__LLOgOW__checkboxOuter:checked{background:#3a52c7;border-color:#3a52c7}.PlansSection-module__LLOgOW__checkboxMiddle,.PlansSection-module__LLOgOW__checkboxMiddle:checked{background:#0171ac;border-color:#0171ac}.PlansSection-module__LLOgOW__featureIcon{background:#3a52c71f;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.PlansSection-module__LLOgOW__featureIconHighlighted{background:linear-gradient(#22d3ee 0%,#3b82f6 100%)}.PlansSection-module__LLOgOW__planAction{width:100%;max-width:304px}.PlansSection-module__LLOgOW__primaryButton{background:linear-gradient(-86deg,#96deea 0%,#4cfcd4 0%,#3a52c7 100%);box-shadow:0 0 38px 4px #006cff1a}.PlansSection-module__LLOgOW__secondaryButton{color:#000;background:#a4a4a40a;border:.5px solid #fafafa66;box-shadow:0 0 38px -6px #2b3e8d5e,inset 2px 2px 1px #fff}.PlansSection-module__LLOgOW__planHighlighted .PlansSection-module__LLOgOW__planFeatures li{color:#1f2937}.PlansSection-module__LLOgOW__popularBadgeWrapper{z-index:2;flex-direction:column;align-items:center;gap:12px;display:flex;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.PlansSection-module__LLOgOW__popularBadge{text-align:center;color:#fafafa;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:28px}@media (max-width:1200px){.PlansSection-module__LLOgOW__plansGrid{gap:16px;padding:0 12px}.PlansSection-module__LLOgOW__planCard{flex-basis:350px}.PlansSection-module__LLOgOW__planHighlighted{flex-basis:400px}.PlansSection-module__LLOgOW__plansGrid>:first-child{left:25px}.PlansSection-module__LLOgOW__plansGrid>:last-child{right:25px}}@media (max-width:1024px){.PlansSection-module__LLOgOW__plansSection{padding:var(--padding-gap-section-tablet)32px 0}.PlansSection-module__LLOgOW__plansGrid{flex-direction:column;padding:0}.PlansSection-module__LLOgOW__sectionTitle{font-size:28px}.PlansSection-module__LLOgOW__billingToggle{margin-bottom:0}.PlansSection-module__LLOgOW__planCard{width:100%;box-shadow:none;z-index:1;background:0 0;flex-direction:row;align-items:center;gap:0}.PlansSection-module__LLOgOW__planPrice{word-break:break-word;font-size:52px}.PlansSection-module__LLOgOW__planPriceRow{flex-wrap:wrap}.PlansSection-module__LLOgOW__planFeatures{gap:16px}.PlansSection-module__LLOgOW__planAction{max-width:unset}.PlansSection-module__LLOgOW__planHighlighted{flex-basis:calc(50% - .75rem)}.PlansSection-module__LLOgOW__planHeaderContainer{flex-direction:column;flex:1;width:50%;min-width:0;display:flex;position:relative}.PlansSection-module__LLOgOW__price{word-break:break-word}.PlansSection-module__LLOgOW__planHeader{flex:1;min-height:auto;padding:32px 28px 40px;right:-10px}.PlansSection-module__LLOgOW__planHighlighted .PlansSection-module__LLOgOW__planHeader{padding:32px 28px 40px}.PlansSection-module__LLOgOW__planBody{z-index:2;flex:1;align-items:flex-start;width:50%;min-width:0;padding:36px 53px;box-shadow:0 4px 24px #0000001a}.PlansSection-module__LLOgOW__planHighlighted .PlansSection-module__LLOgOW__planBody{padding:36px 53px}.PlansSection-module__LLOgOW__plansGrid>:first-child,.PlansSection-module__LLOgOW__plansGrid>:last-child{left:unset;right:unset;transform:translate(0)}}@media (max-width:768px){.PlansSection-module__LLOgOW__plansSection{margin-top:var(--padding-gap-section-mobile);padding:0 15px}.PlansSection-module__LLOgOW__planStar{width:48px;height:48px}.PlansSection-module__LLOgOW__plansGrid{flex-direction:column;align-items:center;gap:32px}.PlansSection-module__LLOgOW__planCard{background:#fafafa;flex-direction:column;flex:100%;max-width:520px;box-shadow:0 4px 24px #0000001a}.PlansSection-module__LLOgOW__planHeaderContainer{z-index:3;flex:1;width:100%}.PlansSection-module__LLOgOW__planHeader{padding:42px 50px;right:0}.PlansSection-module__LLOgOW__planHighlighted .PlansSection-module__LLOgOW__planHeader{padding:42px 50px}.PlansSection-module__LLOgOW__planBody{width:100%;box-shadow:none;border-top-left-radius:0;border-top-right-radius:0;align-items:center;padding:40px 36px}.PlansSection-module__LLOgOW__plansGrid>:last-child>.PlansSection-module__LLOgOW__planHeaderContainer>.PlansSection-module__LLOgOW__planHeader>.PlansSection-module__LLOgOW__planPriceRow>.PlansSection-module__LLOgOW__planPrice{font-size:36px}.PlansSection-module__LLOgOW__planHighlighted{flex-basis:auto;transform:translateY(0)}.PlansSection-module__LLOgOW__plansGrid>:first-child,.PlansSection-module__LLOgOW__plansGrid>:last-child{transform:translate(0)}}
.VideoSection-module__a-ghQW__videoSection{width:100%;margin-top:var(--padding-gap-section);background:0 0;flex-direction:column;align-items:center;padding:0 120px;display:flex;position:relative;overflow:hidden}.VideoSection-module__a-ghQW__contentWrapper{z-index:2;flex-direction:column;gap:79px;width:100%;max-width:1200px;display:flex;position:relative}.VideoSection-module__a-ghQW__headerWrapper{justify-content:center;width:100%;display:flex}.VideoSection-module__a-ghQW__headerContent{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:40px;width:100%;max-width:1200px;display:flex}.VideoSection-module__a-ghQW__leftColumn{flex-direction:column;flex:1;gap:20px;display:flex}.VideoSection-module__a-ghQW__rightColumn{flex:1;max-width:500px;padding-bottom:8px}.VideoSection-module__a-ghQW__label{color:#fff;width:fit-content;font-size:14px;font-weight:500}.VideoSection-module__a-ghQW__title{color:#000c31;font-family:Inter;font-size:36px;font-style:normal;font-weight:400;line-height:44px}.VideoSection-module__a-ghQW__description{color:#404040;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.VideoSection-module__a-ghQW__mediaContainer{justify-content:center;width:100%;max-width:1200px;padding-bottom:146px;display:flex;position:relative}.VideoSection-module__a-ghQW__backgroundImageWrapper{z-index:0;width:100%;height:clamp(220px,47%,420px);position:absolute;inset:auto 0 0}.VideoSection-module__a-ghQW__videoCardOverlayBlur{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff03;width:100%;height:100%;position:absolute;top:0;left:0}.VideoSection-module__a-ghQW__backgroundImage{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.VideoSection-module__a-ghQW__videoCard{aspect-ratio:16/9;z-index:10;border-radius:20px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 30px #0f172a47}.VideoSection-module__a-ghQW__video{-o-object-fit:cover;object-fit:cover;-o-object-position:center 65%;object-position:center 65%;z-index:1;border-radius:20px;width:100%;height:100%;position:absolute;top:10px;left:0}.VideoSection-module__a-ghQW__playButton{border:nonce;cursor:pointer;z-index:20;background:#0f172a8c;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;transition:transform .2s;display:flex;box-shadow:0 12px 30px #000}.VideoSection-module__a-ghQW__playButton:hover{transform:scale(1.05)}.VideoSection-module__a-ghQW__isPlaying{opacity:0;pointer-events:auto}.VideoSection-module__a-ghQW__videoCard:hover .VideoSection-module__a-ghQW__isPlaying{opacity:1}.VideoSection-module__a-ghQW__playButtonImage{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 2px 6px #0006);width:100%;height:100%}@media (max-width:1024px){.VideoSection-module__a-ghQW__videoSection{margin-top:var(--padding-gap-section-tablet);padding:0 32px}.VideoSection-module__a-ghQW__contentWrapper{gap:47px;max-width:900px}.VideoSection-module__a-ghQW__mediaContainer{padding-bottom:80px}.VideoSection-module__a-ghQW__headerContent{flex-wrap:wrap;gap:20px}.VideoSection-module__a-ghQW__title{font-size:28px}.VideoSection-module__a-ghQW__rightColumn{max-width:100%}.VideoSection-module__a-ghQW__backgroundImageWrapper{height:clamp(220px,39%,420px)}}@media (max-width:768px){.VideoSection-module__a-ghQW__videoSection{margin-top:var(--padding-gap-section-mobile);padding:0 16px}.VideoSection-module__a-ghQW__contentWrapper{gap:24px}.VideoSection-module__a-ghQW__headerContent{flex-direction:column;align-items:flex-start}.VideoSection-module__a-ghQW__headerWrapper{padding:0}.VideoSection-module__a-ghQW__title{font-size:28px}.VideoSection-module__a-ghQW__mediaContainer{padding-bottom:60px}.VideoSection-module__a-ghQW__playButton{width:64px;height:64px}.VideoSection-module__a-ghQW__backgroundImageWrapper{height:clamp(170px,10%,320px)}}
.ChatButton-module__VoSK0a__chatButton{cursor:pointer;z-index:1000;background:#fafafa;border:none;border-radius:36px;justify-content:center;align-items:center;width:72px;height:72px;padding:0;transition:transform .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 24px #0000001a}.ChatButton-module__VoSK0a__chatButton:hover{transform:scale(1.05)}.ChatButton-module__VoSK0a__icon{width:42px;height:42px}@media screen and (max-width:768px){.ChatButton-module__VoSK0a__chatButton{width:56px;height:56px}.ChatButton-module__VoSK0a__icon{width:31px;height:31px}}
