.App{width:100%;min-height:100%}.sticky-phone-icon{position:fixed;bottom:120px;right:24px;width:60px;height:60px;border-radius:50%;background:#1a9eb7;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;z-index:999;box-shadow:0 4px 20px #1a9eb766;transition:all .3s ease}.sticky-phone-icon:hover{background:#1590a8;transform:scale(1.1);box-shadow:0 6px 30px #1a9eb780}.sticky-phone-icon:active{transform:scale(.95)}.sticky-phone-icon.active{background:#1590a8}.sticky-phone-pulse{position:absolute;top:-4px;right:-4px;width:16px;height:16px;border-radius:50%;background:#fcce0c;border:2px solid #FFFFFF;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}to{transform:scale(1);opacity:1}}.sticky-phone-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:998;animation:popupFadeIn .2s ease;display:flex;align-items:flex-end;justify-content:flex-end;padding-bottom:196px;padding-right:24px}@keyframes popupFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sticky-phone-popup{background:#1e1e1e;border-radius:16px;padding:24px;width:280px;box-shadow:0 10px 40px #0006;border:1px solid rgba(255,255,255,.1);position:relative}.sticky-phone-popup:after{content:"";position:absolute;bottom:-8px;right:20px;width:16px;height:16px;background:#1e1e1e;border-right:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);transform:rotate(45deg)}.sticky-phone-popup-close{position:absolute;top:12px;right:12px;background:transparent;border:none;color:#fff9;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.sticky-phone-popup-close:hover{color:#fff}.sticky-phone-popup-title{font-family:Montserrat,sans-serif;font-size:20px;font-weight:700;color:#fff;margin:0 0 8px}.sticky-phone-popup-subtitle{font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;color:#fafafa99;margin:0 0 20px}.sticky-phone-popup-call-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 20px;background:#1a9eb7;color:#1e1e1e;border:none;border-radius:10px;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease}.sticky-phone-popup-call-btn:hover{background:#62cbe4;transform:translateY(-2px);box-shadow:0 4px 15px #1a9eb74d}.sticky-phone-popup-call-btn:active{transform:translateY(0)}@media (max-width: 768px){.sticky-phone-icon{bottom:100px;right:20px;width:56px;height:56px}.sticky-phone-popup-overlay{padding-bottom:176px;padding-right:20px}.sticky-phone-popup{width:260px;padding:20px}}@media (max-width: 480px){.sticky-phone-icon{bottom:90px;right:16px;width:52px;height:52px}.sticky-phone-popup-overlay{padding-bottom:158px;padding-right:16px}.sticky-phone-popup{width:calc(100vw - 32px);max-width:280px;padding:18px}.sticky-phone-popup-title{font-size:18px}.sticky-phone-popup-call-btn{font-size:15px;padding:12px 16px}}.header{position:fixed;top:0;left:0;right:0;z-index:1100;background:transparent;transition:background .3s ease,backdrop-filter .3s ease}.header.scrolled{background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a}.header.scrolled .header-container{height:70px;padding:15px 120px}.header-container{max-width:1440px;width:100%;height:91px;margin:0 auto;padding:20px 120px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;transition:height .3s ease,padding .3s ease}@media (max-width: 768px){.header.scrolled .header-container{height:auto;min-height:70px;padding:20px 24px}}.logo{display:flex;align-items:center;text-decoration:none}.logo-icon{width:180px;height:51px;object-fit:contain;display:block}.nav{display:flex;align-items:center}.nav-list{display:flex;list-style:none;gap:2rem;align-items:center}.nav-item,.nav-item-dropdown{position:relative}.nav-item-dropdown:after{content:"";position:absolute;bottom:-15px;left:0;right:0;height:20px;background:transparent;z-index:1001;pointer-events:auto}.nav-link{font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;font-style:normal;line-height:100%;letter-spacing:0%;color:#fafafa;text-decoration:none;transition:color .3s ease;display:flex;align-items:center;gap:.3rem;cursor:pointer}.nav-link:hover,.nav-link--active{color:#00d4ff}.dropdown-arrow{width:16px;height:16px;display:inline-block;transform:rotate(0);transition:transform .3s ease;color:currentColor;flex-shrink:0}.nav-item-dropdown.active .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu.programs-dropdown-menu{position:absolute;top:100%;left:0;margin-top:0;padding:8px 0 0;width:min(348px,calc(100vw - 48px));min-width:min(348px,calc(100vw - 48px));max-width:min(348px,calc(100vw - 48px));max-height:min(85vh,770px);list-style:none;background:transparent;animation:fadeIn .3s ease;z-index:1002;display:flex;flex-direction:column;box-sizing:border-box}.dropdown-menu.programs-dropdown-menu:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px;background:transparent;pointer-events:auto}.programs-dropdown-inner{display:flex;flex-direction:column;gap:0;width:100%;max-height:min(85vh,720px);overflow:hidden;background:#000;border-radius:8px;box-sizing:border-box}.programs-dropdown-all{display:flex;align-items:center;min-height:72px;padding:24px;box-sizing:border-box;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;font-style:normal;line-height:1;letter-spacing:0;color:#fafafa;text-decoration:none;border:none;border-bottom:1px solid rgba(250,250,250,.2);background:#000;transition:background .2s ease,color .2s ease;flex-shrink:0}.programs-dropdown-all:hover{background:#ffffff0f;color:#fafafa}.programs-dropdown-categories{list-style:none;margin:0;padding:0 0 10px;overflow-y:auto;flex:1;min-height:0;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:0;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.28) rgba(255,255,255,.06)}.programs-dropdown-categories::-webkit-scrollbar{width:8px}.programs-dropdown-categories::-webkit-scrollbar-track{background:#ffffff0f;border-radius:4px}.programs-dropdown-categories::-webkit-scrollbar-thumb{background:#ffffff38;border-radius:4px}.programs-dropdown-categories::-webkit-scrollbar-thumb:hover{background:#ffffff61}.programs-dropdown-category{border-bottom:1px solid rgba(250,250,250,.2);background:#000}.programs-dropdown-category:last-child{border-bottom:none}.programs-dropdown-category-toggle{width:100%;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:24px;box-sizing:border-box;margin:0;border:none;background:#000;cursor:pointer;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;font-style:normal;line-height:1;letter-spacing:0;color:#fafafa;text-align:left;transition:background .2s ease,color .2s ease}.programs-dropdown-category-toggle:hover{background:#ffffff0f;color:#fafafa}.programs-dropdown-chevron{flex-shrink:0;color:#fafafa;transition:transform .25s ease}.programs-dropdown-category.is-open .programs-dropdown-chevron{transform:rotate(180deg)}.programs-dropdown-category-list{list-style:none;margin:0;padding:0 24px 24px;box-sizing:border-box;display:flex;flex-direction:column;gap:24px;background:#000}.programs-dropdown-category-list>li>a{display:block;padding:0;font-family:Montserrat,sans-serif;font-size:16px;font-weight:500;font-style:normal;line-height:24px;letter-spacing:0;color:#fafafa;text-decoration:none;border-radius:0;transition:background .2s ease,color .2s ease,opacity .2s ease}.programs-dropdown-category-list>li>a:hover{background:transparent;color:#00d4ff}.programs-dropdown-subgroup{display:flex;flex-direction:column;gap:16px;padding:0;margin:0;width:100%;max-width:300px;box-sizing:border-box}.programs-dropdown-subgroup-label{display:block;padding:0;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;font-style:normal;line-height:24px;letter-spacing:0;text-transform:none;color:#fafafa}.programs-dropdown-sublist{list-style:none;margin:0;padding:0 20px;display:flex;flex-direction:column;gap:16px;box-sizing:border-box;width:100%}.programs-dropdown-sublist a{display:block;padding:0;font-family:Montserrat,sans-serif;font-size:16px;font-weight:400;font-style:italic;line-height:24px;letter-spacing:0;color:#aaa;text-decoration:none;border-radius:0;transition:background .2s ease,color .2s ease,opacity .2s ease}.programs-dropdown-sublist a:hover{background:transparent;color:#00d4ff}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1440px) and (min-width: 769px){.header-container{padding:20px 60px}.header.scrolled .header-container{padding:15px 60px}}.hamburger-menu{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1003;position:relative}.hamburger-line{width:100%;height:3px;background-color:#fafafa;border-radius:3px;transition:all .3s ease;transform-origin:center}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}@media (max-width: 768px){.header-container{padding:20px 24px;height:auto;min-height:70px}.hamburger-menu{display:flex}.nav-item-dropdown .dropdown-arrow{display:none}.nav{position:fixed;top:0;right:-100%;width:80%;max-width:320px;height:100vh;background:#000000fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:right .3s ease;z-index:1002;overflow-y:auto;padding-top:80px;box-shadow:-2px 0 10px #0000004d;pointer-events:none}.nav.mobile-open{right:0;pointer-events:auto}.nav-list{flex-direction:column;gap:0;align-items:stretch;padding:0 24px;width:100%}.nav-item{width:100%;border-bottom:1px solid rgba(250,250,250,.1)}.nav-link{font-size:16px;padding:16px 0;width:100%;display:flex;justify-content:space-between;align-items:center}.logo-icon{width:160px;height:auto}.nav .dropdown-menu.programs-dropdown-menu{display:none!important;visibility:hidden;pointer-events:none;max-height:0!important;overflow:hidden!important;margin:0;padding:0}.programs-dropdown-inner{max-height:none;border-radius:8px;margin-top:8px}.programs-dropdown-all{min-height:auto;padding:20px 16px}.programs-dropdown-categories{padding:0 0 8px}.programs-dropdown-category-toggle{min-height:auto;padding:20px 16px}.programs-dropdown-category-list{padding:0 16px 20px;gap:20px}.programs-dropdown-subgroup{gap:16px;max-width:100%}.programs-dropdown-sublist{padding:0 16px;gap:16px}.programs-dropdown-category-list>li>a{padding:0;font-size:15px;line-height:22px}.programs-dropdown-sublist a{padding:0;font-size:15px;line-height:22px}.programs-dropdown-subgroup-label{font-size:15px;line-height:22px;padding:0}.dropdown-arrow,.submenu-arrow{transition:transform .3s ease}.nav-item-dropdown.active .dropdown-arrow{transform:rotate(180deg)}.dropdown-item-with-submenu.active .submenu-arrow{transform:rotate(90deg)}.header.mobile-menu-open:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:1001;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hamburger-menu{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.nav.mobile-open .nav-list{animation:slideInRight .3s ease}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}}@media (max-width: 480px){.header-container,.header.scrolled .header-container{padding:16px 20px;min-height:65px}.logo-icon{width:140px}.nav{width:85%;max-width:300px}.nav-link{font-size:15px;padding:14px 0}.programs-dropdown-all{font-size:14px}.programs-dropdown-category-toggle{font-size:14px;padding:16px}.programs-dropdown-category-list>li>a,.programs-dropdown-sublist a,.programs-dropdown-subgroup-label{font-size:14px;line-height:20px}}.hero{position:relative;width:100%;height:100vh;height:100svh;display:flex;align-items:center;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#000000b3,#00000080,#0009);z-index:1}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;overflow:hidden}.hero-bg-image{width:100%;height:100%;object-fit:cover;object-position:center}.logo-carousel-placeholder{height:100px}@media (max-width: 768px){.hero-background{display:flex;align-items:center;justify-content:center}.hero-bg-image{object-fit:cover;object-position:78% center;width:120%;height:100%;margin-left:-10%}}@media (max-width: 480px){.hero-background{display:flex;align-items:center;justify-content:center}.hero-bg-image{object-fit:cover;object-position:78% center;width:130%;height:100%;margin-left:-15%}}.hero-content{position:relative;z-index:2;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start}.hero-logo-wrap{position:absolute;bottom:0;left:0;right:0;z-index:10;height:100px;overflow:hidden;pointer-events:none}.hero-logo-wrap>*{position:relative;height:100%}.hero-container{max-width:1440px;width:100%;margin:0 auto;padding:0;display:flex;align-items:flex-start;height:100%;position:relative}.hero-text-section{position:absolute;top:206px;left:120px;display:flex;flex-direction:column;width:588px;height:331px;gap:0px;color:#fff}.hero-text-content{display:flex;flex-direction:column;width:588px;gap:15px}.hero-headline{font-family:Montserrat,sans-serif;font-size:48px;font-weight:600;font-style:normal;line-height:100%;letter-spacing:0%;margin:0;color:#fafafa;text-shadow:2px 2px 10px rgba(0,0,0,.3);min-height:144px}.hero-headline .crack-text{font-weight:700;font-style:normal}.hero-headline-line{white-space:nowrap}.hero-subheadline{font-family:Montserrat,sans-serif;font-size:18px;font-weight:500;font-style:normal;line-height:27px;letter-spacing:0%;width:588px;height:54px;color:#fafafa;opacity:.75;margin:0}.hero-cta-button{font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;font-style:normal;line-height:100%;letter-spacing:0%;background:#1a9eb7;color:#1e1e1e;border:none;padding:14px 40px;border-radius:10px;cursor:pointer;transition:background-position 2s linear 1ms,box-shadow 2s linear 1ms;width:fit-content;height:fit-content;display:flex;align-items:center;justify-content:center;gap:10px;position:relative;overflow:hidden;background-size:200% 100%;background-image:linear-gradient(90deg,#1a9eb7,#1a9eb7 40%,#62cbe4 50%,#fcce0c 65%,#fcce0c);background-position:0% 0}.hero-cta-button:hover{background-position:100% 0;box-shadow:0 5px 50px #7f7f7f4d}.hero-cta-button:active{background-position:100% 0}@media (max-width: 1440px){.hero-text-section{left:60px}}@media (min-width: 1025px){.hero-text-section{top:auto;bottom:200px;height:auto}}@media (max-width: 1024px){.hero{height:auto;min-height:726px}.hero-container{text-align:center;justify-content:center}.hero-text-section{position:relative;top:auto;left:auto;width:100%;max-width:588px;height:auto;align-items:center;text-align:center;margin:2rem auto}.hero-text-content{width:100%;max-width:588px;height:auto;align-items:center}.hero-headline{font-size:36px;text-align:center;min-height:108px}.hero-subheadline{width:100%;max-width:588px;height:auto}}@media (max-width: 768px){.hero{height:657px;min-height:657px;padding-top:70px;padding-bottom:0}.hero-overlay{background:#000c}.hero-content{height:100%;justify-content:flex-start}.hero-container{position:relative;height:100%;gap:0;padding:0 16px;align-items:flex-start;justify-content:flex-start;width:100%}.hero-logo-wrap,.logo-carousel-placeholder{height:80px}.hero-text-section{position:absolute;top:223px;left:16px;width:361px;max-width:calc(100% - 32px);height:auto;min-height:248px;padding:16px;gap:24px;align-items:flex-start;flex-direction:column}.hero-text-content{display:flex;flex-direction:column;gap:8px;width:100%;opacity:.8}.hero-headline{font-family:Montserrat,sans-serif;font-size:32px;font-weight:600;line-height:100%;letter-spacing:0%;text-align:left;min-height:96px}.hero-subheadline{width:100%;height:auto;font-family:Montserrat,sans-serif;font-size:16px;font-weight:500;line-height:27px;letter-spacing:0%;color:#fafafacc;text-align:left}.hero-cta-button{font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;line-height:100%;letter-spacing:0%;color:#1e1e1e;background:#1a9eb7;background-image:none;padding:14px 40px;min-width:174px;min-height:45px;border-radius:10px;gap:10px;margin:0;width:fit-content;align-self:flex-start}}@media (max-width: 480px){.hero-logo-wrap,.logo-carousel-placeholder{height:70px}.hero{height:657px;min-height:657px;padding-top:65px}.hero-overlay{background:#000c}.hero-text-section{top:223px;left:16px;width:361px;max-width:calc(100% - 32px);padding:16px;gap:24px}.hero-text-content{gap:8px;opacity:.8}.hero-headline{font-family:Montserrat,sans-serif;font-size:32px;font-weight:600;line-height:100%;letter-spacing:0%;text-align:left;min-height:96px}.hero-subheadline{font-family:Montserrat,sans-serif;font-size:16px;font-weight:500;line-height:27px;letter-spacing:0%;color:#fafafacc;text-align:left}.hero-cta-button{font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;line-height:100%;letter-spacing:0%;color:#1e1e1e;background:#1a9eb7;background-image:none;padding:14px 40px;min-width:174px;min-height:45px;border-radius:10px;gap:10px;width:fit-content;margin:0;align-self:flex-start}}.home-page{width:100%;min-height:100vh;position:relative;overflow-x:clip}.home-below-fold-placeholder{min-height:100vh;width:100%;pointer-events:none}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:clip;overflow-y:auto;max-width:100%}@media (min-width: 1025px){html{scrollbar-gutter:stable}}body{overflow-x:clip;overflow-y:auto;max-width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000}#root{position:relative;z-index:1;width:100%;max-width:100%;min-height:100vh;overflow-x:clip;overflow-y:visible}
