@charset "UTF-8";@font-face{font-family:Clash Display;src:url(/fonts/ClashDisplay-Semibold.woff2) format("woff2"),url(/fonts/ClashDisplay-Semibold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Be Vietnam Pro;src:url(/fonts/BeVietnamPro-Regular.woff2) format("woff2"),url(/fonts/BeVietnamPro-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap;font-feature-settings:"ss01"}@font-face{font-family:Be Vietnam Pro;src:url(/fonts/BeVietnamPro-Medium.woff2) format("woff2"),url(/fonts/BeVietnamPro-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap;font-feature-settings:"ss01"}@font-face{font-family:Be Vietnam Pro;src:url(/fonts/BeVietnamPro-SemiBold.woff2) format("woff2"),url(/fonts/BeVietnamPro-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap;font-feature-settings:"ss01"}:root{font-family:Be Vietnam Pro,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;background-color:#000;color:#fff}h1,h2,h3,h4,h5,h6{font-family:Clash Display,sans-serif;text-transform:uppercase;font-weight:600;letter-spacing:-.02em}h1{font-size:3.2em;line-height:1.1}button{font-family:inherit;font-feature-settings:inherit;border:none;cursor:pointer}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}}.container{max-width:1200px;width:100%;margin:0 auto}body.body-scroll-locked{overflow:hidden}#root{margin:0 auto;font-feature-settings:"ss01"}h1,p,button,a{font-feature-settings:"ss01";font-variant-alternates:stylistic(ss01)}main{position:relative;z-index:2}.content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:960px;margin:0 auto;padding:0 2rem}.center{text-align:center}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px);z-index:999;opacity:0;visibility:hidden}.sidebar{position:fixed;top:0;right:0;width:100%;max-width:480px;height:100dvh;z-index:1000;padding:2rem;box-sizing:border-box;will-change:transform}.sidebar-content{height:100%;background-color:#18191b;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}.sidebar-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding:1.5rem;background-color:#18191b;position:sticky;top:0;z-index:2}.sidebar-body{flex:1;overflow-y:auto;padding:0 1.5rem 1.5rem}.sidebar-close{width:40px;height:40px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#292a2e;border-radius:8px}.sidebar-close svg{width:24px;height:24px;stroke:#fff}.sidebar h2{font-family:Clash Display,sans-serif;font-size:1.75rem;letter-spacing:0em;font-weight:600;margin:0;color:#fff}.sidebar p{font-size:1rem;line-height:1.6;color:#fff;margin-bottom:2rem}.sidebar-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;color:#fff;opacity:.8}.form-group input{padding:.75rem;border:1px solid rgba(255,255,255,.1);border-radius:4px;background-color:#ffffff0d;color:#fff;font-size:1rem;font-family:Be Vietnam Pro,sans-serif;font-feature-settings:"ss01"}.form-group input:focus{outline:none;border-color:#05b892}.form-error{color:#f44;margin-bottom:1rem;padding:.75rem;background-color:#ff44441a;border-radius:4px;text-align:center}.form-success{color:#00c853;margin-bottom:1rem;padding:.75rem;background-color:#00c8531a;border-radius:4px;text-align:center}.faq-section{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid rgba(255,255,255,.1)}.faq-question{width:100%;background:none;border:none;padding:12px 0;color:#fff;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:16px}.faq-icon{font-size:24px;color:#ffffff80;transition:transform .3s ease}.faq-question.expanded .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out,padding .3s ease-out;padding:0;opacity:0;color:#fffc}.faq-answer.expanded{max-height:200px;padding:0 0 16px;opacity:1;transition:max-height .5s ease-in,padding .3s ease-in,opacity .3s ease-in}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#010102;display:flex;justify-content:center;align-items:center;text-align:center;z-index:1000}.loading-screen span{font-family:Clash Display,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:.9;text-transform:uppercase;letter-spacing:-.02em;margin:0 auto;display:block}.initial-headline{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.initial-headline span{font-family:Clash Display,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:.9;text-transform:uppercase;letter-spacing:-.02em;max-width:700px;margin:0 auto;display:block}.main-content{will-change:opacity,transform}.landing-container.show-background header{opacity:1}@media (max-width: 768px){.content{justify-content:flex-start;align-items:flex-start;text-align:left;padding:0}h1{margin-bottom:.5rem;line-height:1;font-size:2.2rem}.sidebar{padding:1.5rem}.sidebar h2{font-size:1.75rem}.sidebar-content{padding:0}.sidebar-header{padding:1rem}.sidebar-body{padding:0 1rem 1rem}.loading-screen span{font-size:1.25rem}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}header{z-index:10;display:grid;grid-template-columns:1fr 1fr;width:100%;justify-content:center;align-items:center;padding:2rem;opacity:0;transition:opacity .8s ease-in-out;position:absolute;top:0;left:0;right:0}@media (min-width: 576px){header{grid-template-columns:1fr 1fr 1fr}}header div{width:100%;display:flex;justify-content:flex-start;align-items:center}header div:nth-child(1){display:none}@media (min-width: 576px){header div:nth-child(1){display:flex}}header div:nth-child(2){justify-content:flex-start}@media (min-width: 576px){header div:nth-child(2){justify-content:center}}header div:nth-child(3){justify-content:flex-end}header.show-background{opacity:1}@media (max-width: 767.98px){header{padding:1.5rem}}.logo svg{width:56px;opacity:0;transform:translateY(-10px);transition:opacity .8s ease,transform .8s ease}.show-background .logo svg{opacity:1;transform:translateY(0)}nav{display:flex;gap:.5rem}@media (min-width: 768px){nav{gap:1rem}}nav a{color:#fff;text-decoration:none;font-size:.875rem;transition:opacity .3s ease;font-weight:400}nav a:hover{opacity:.8}html{scroll-behavior:smooth}.footer{background-color:#010102;color:#fff;padding:5rem 2rem 2rem}.footer-container{display:flex;justify-content:space-between;max-width:1400px;margin:0 auto;flex-wrap:wrap;gap:4rem}.footer-column{display:flex;flex-direction:column}.footer-branding{max-width:400px}.coming-soon-badge{text-transform:uppercase;font-size:12px;font-weight:500;color:#05b892;background-color:#05b89133;padding:.2rem .3rem;border-radius:.25rem;margin-left:.2rem}.footer-logo{font-family:Clash Display,sans-serif;font-size:2.5rem;font-weight:600;margin-bottom:1.5rem}.footer-description{color:#ffffffb3;font-size:1rem;line-height:1.6;margin:0}.footer-navigation{display:flex;gap:4rem}.footer-heading{font-size:1.125rem;font-weight:600;margin:0 0 1.5rem;color:#fff}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:5rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-copyright{color:#ffffff80;font-size:.875rem}.footer-back-to-top{color:#ffffffb3;text-decoration:none;font-size:.875rem;transition:color .2s ease}.footer-back-to-top:hover{color:#fff}@media (max-width: 1024px){.footer-container{flex-direction:column;gap:3rem}.footer-navigation{flex-wrap:wrap;gap:3rem}}@media (max-width: 768px){.footer{padding:4rem 1.5rem 1.5rem}.footer-navigation{flex-direction:column;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center;margin-top:3rem}.footer-copyright{order:2}.footer-back-to-top{order:1;margin-bottom:1rem}}.home-footer{background:linear-gradient(135deg,#010102,#0a0a0b);color:#fff;position:relative;overflow:hidden}.home-footer:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.05) 1px,transparent 0);background-size:40px 40px;opacity:.3;pointer-events:none}.home-footer__cta-section{position:relative;background:linear-gradient(135deg,#05b892,#04a082);padding:6rem 2rem;text-align:center;margin-bottom:0}.home-footer__cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/images/pattern.svg) center/cover;opacity:.1;pointer-events:none}.home-footer__cta-container{max-width:800px;margin:0 auto;position:relative;z-index:1}.home-footer__cta-title{font-family:Clash Display,sans-serif;font-size:3rem;font-weight:600;margin:0 0 1.5rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1)}@media (max-width: 768px){.home-footer__cta-title{font-size:2.2rem}}.home-footer__cta-description{font-size:1.2rem;line-height:1.6;margin:0 0 3rem;color:#ffffffe6;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.home-footer__cta-description{font-size:1.1rem;margin-bottom:2.5rem}}.home-footer__cta-button{background:#fff;color:#05b892;border:none;padding:1rem 3rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #0000001a;text-transform:uppercase;letter-spacing:.5px}.home-footer__cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026;background:#f8f8f8}.home-footer__cta-button:active{transform:translateY(0)}.home-footer__main{position:relative;padding:6rem 2rem 4rem}.home-footer__container{display:flex;justify-content:space-between;max-width:1400px;margin:0 auto;flex-wrap:wrap;gap:4rem}.home-footer__column{display:flex;flex-direction:column}.home-footer__branding{max-width:450px}.home-footer__logo{font-family:Clash Display,sans-serif;font-size:3rem;font-weight:600;margin-bottom:1.5rem;background:linear-gradient(135deg,#05b892,#04a082);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-footer__description{color:#ffffffb3;font-size:1rem;line-height:1.6;margin:0 0 3rem}.home-footer__newsletter{margin-top:2rem}.home-footer__newsletter-title{font-size:1.2rem;font-weight:600;margin:0 0 1rem;color:#05b892}.home-footer__newsletter-form{display:flex;gap:.5rem;margin-top:1rem}@media (max-width: 480px){.home-footer__newsletter-form{flex-direction:column}}.home-footer__newsletter-input{flex:1;padding:.8rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#fff;font-size:.9rem;transition:all .3s ease}.home-footer__newsletter-input::placeholder{color:#ffffff80}.home-footer__newsletter-input:focus{outline:none;border-color:#05b892;background:#ffffff1a}.home-footer__newsletter-button{padding:.8rem 1.5rem;background:#05b892;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.home-footer__newsletter-button:hover{background:#04a082;transform:translateY(-1px)}.home-footer__navigation{display:flex;gap:4rem}.home-footer__heading{font-size:1.2rem;font-weight:600;margin:0 0 1.5rem;color:#05b892;position:relative}.home-footer__heading:after{content:"";position:absolute;left:0;bottom:-.5rem;width:30px;height:2px;background:#05b892}.home-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.home-footer__links a{color:#ffffffb3;text-decoration:none;transition:all .3s ease;position:relative;padding-left:0}.home-footer__links a:hover{color:#05b892;padding-left:5px}.home-footer__link-button{background:none;border:none;color:#ffffffb3;text-align:left;padding:0;font-size:inherit;cursor:pointer;transition:all .3s ease;position:relative}.home-footer__link-button:hover{color:#05b892;padding-left:5px}.home-footer__coming-soon-badge{text-transform:uppercase;font-size:11px;font-weight:600;color:#05b892;background-color:#05b89133;padding:.2rem .4rem;border-radius:12px;margin-left:.5rem;border:1px solid rgba(5,184,145,.3)}.home-footer__bottom{position:relative;background:#0000004d;padding:2rem;border-top:1px solid rgba(255,255,255,.1)}.home-footer__bottom-container{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;flex-wrap:wrap;gap:1rem}.home-footer__copyright{color:#ffffff80;font-size:.875rem}.home-footer__bottom-links{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.home-footer__bottom-link{color:#fff9;text-decoration:none;font-size:.875rem;transition:color .3s ease}.home-footer__bottom-link:hover{color:#05b892}.home-footer__back-to-top{color:#ffffffb3;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .3s ease;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:25px}.home-footer__back-to-top:hover{color:#05b892;border-color:#05b892;transform:translateY(-2px)}@media (max-width: 1024px){.home-footer__container{flex-direction:column;gap:3rem}.home-footer__navigation{flex-wrap:wrap;gap:3rem}.home-footer__cta-section{padding:4rem 2rem}}@media (max-width: 768px){.home-footer__main{padding:4rem 1.5rem 3rem}.home-footer__cta-section{padding:3rem 1.5rem}.home-footer__navigation{flex-direction:column;gap:2.5rem}.home-footer__bottom-container{flex-direction:column;text-align:center;gap:1.5rem}.home-footer__bottom-links{justify-content:center}.home-footer__branding{max-width:100%}.home-footer__logo{font-size:2.5rem}}@media (max-width: 480px){.home-footer__cta-section{padding:2.5rem 1rem}.home-footer__main{padding:3rem 1rem 2rem}.home-footer__bottom{padding:1.5rem 1rem}.home-footer__navigation{gap:2rem}.home-footer__bottom-links{flex-direction:column;gap:1rem}}.hero-section{height:100dvh;width:100%;display:flex;flex-direction:column;position:relative;background-color:#000}@media (max-width: 767.98px){.hero-section{padding:80px 24px}}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:1}.background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:0;transition:opacity .2s ease-in-out}.show-background .background-video{opacity:1}.hero-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:2;padding:0 32px;max-width:800px;margin:0 auto;text-wrap:balance;opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.show-background .hero-content{opacity:1;transform:translateY(0)}@media (max-width: 991.98px){.hero-content{max-width:600px}}@media (max-width: 479.98px){.hero-content{max-width:400px;padding:0}}.hero-heading{text-align:center;color:#fff;margin-bottom:2rem}@media (max-width: 479.98px){.hero-heading{margin-bottom:1rem}}.hero-cta{display:flex;gap:1rem;justify-content:center;will-change:opacity,transform}@media (max-width: 479.98px){.hero-cta{gap:.8rem;flex-direction:column;width:100%}.hero-cta button{width:100%}}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0;transition:opacity .5s ease .8s;cursor:pointer}.show-background .scroll-indicator{opacity:.8}.scroll-indicator:hover{opacity:1}.scroll-indicator span{text-transform:uppercase;letter-spacing:.1em;color:#fff}.scroll-indicator .chevron{width:24px;height:24px;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.h1,.headline-large,h1{font-family:Clash Display,sans-serif;font-weight:600;font-size:3rem;line-height:.9;margin-bottom:1.5rem}@media (min-width: 768px){.h1,.headline-large,h1{font-size:3.5rem}}@media (min-width: 992px){.h1,.headline-large,h1{font-size:4rem}}@media (min-width: 1200px){.h1,.headline-large,h1{font-size:4.5rem}}.h2,.headline-medium,h2{font-family:Clash Display,sans-serif;font-weight:600;font-size:2rem;line-height:1;margin-bottom:1.25rem}@media (min-width: 768px){.h2,.headline-medium,h2{font-size:2.75rem}}@media (min-width: 992px){.h2,.headline-medium,h2{font-size:3.25rem}}@media (min-width: 1200px){.h2,.headline-medium,h2{font-size:3.5rem}}.h3,.headline-small,h3{font-family:Clash Display,sans-serif;font-weight:500;font-size:1.75rem;line-height:1.2;margin-bottom:1rem;letter-spacing:.05em}@media (min-width: 768px){.h3,.headline-small,h3{font-size:2rem}}@media (min-width: 992px){.h3,.headline-small,h3{font-size:2.25rem}}@media (min-width: 1200px){.h3,.headline-small,h3{font-size:2.5rem}}.h4,.title-large,h4{font-family:Clash Display,sans-serif;font-weight:500;font-size:1.25rem;line-height:1.3;margin-bottom:.75rem}@media (min-width: 768px){.h4,.title-large,h4{font-size:1.5rem}}@media (min-width: 992px){.h4,.title-large,h4{font-size:1.75rem}}@media (min-width: 1200px){.h4,.title-large,h4{font-size:2rem}}.h5,.title-medium,h5{font-family:Clash Display,sans-serif;font-weight:500;font-size:1.1rem;line-height:1.4;margin-bottom:.5rem}@media (min-width: 768px){.h5,.title-medium,h5{font-size:1.25rem}}@media (min-width: 992px){.h5,.title-medium,h5{font-size:1.4rem}}@media (min-width: 1200px){.h5,.title-medium,h5{font-size:1.5rem}}.h6,.title-small,h6{font-family:Clash Display,sans-serif;font-weight:500;font-size:1rem;line-height:1.4;margin-bottom:.5rem}@media (min-width: 768px){.h6,.title-small,h6{font-size:1.1rem}}@media (min-width: 992px){.h6,.title-small,h6{font-size:1.2rem}}@media (min-width: 1200px){.h6,.title-small,h6{font-size:1.25rem}}:root{--cubic-default: cubic-bezier(.65, .05, 0, 1);--duration-default: .735s;--animation-default: var(--duration-default) var(--cubic-default);--animation-ease: .2s ease;--color-neutral-200: #f5f5f5}.button-bg{z-index:0;background-color:var(--color-neutral-200);border-radius:.25em;position:absolute;top:0;right:0;bottom:0;left:0;transition:transform var(--animation-default),background-color .2s ease-in-out}@media (hover: hover) and (pointer: fine){.button:hover .button-bg{transform:scale(.95)}}.button{position:relative}.button:hover .single-letter-top{transform:translateY(-100%);opacity:0}.button:hover .single-letter-bottom{transform:translateY(0);opacity:1}.single-letter-top,.single-letter-bottom{transition-property:transform,opacity;transition-duration:var(--duration-default);transition-timing-function:var(--cubic-default);position:relative;display:inline-block}.single-letter-bottom{transform:translateY(100%);opacity:0}.section-header{text-align:center;max-width:600px;margin:0 auto 20px}@media (min-width: 480px){.section-header{margin-bottom:32px}}@media (min-width: 768px){.section-header{margin-bottom:40px;max-width:700px}}.cta-buttons{flex-direction:column;display:flex;gap:16px;justify-content:center;will-change:opacity,transform;width:100%;padding:0 20px;align-items:center}.cta-buttons button,.cta-buttons a{width:100%;text-align:center}@media (min-width: 480px){.cta-buttons{flex-direction:row;gap:16px;justify-content:center}.cta-buttons button,.cta-buttons a{width:initial}}.primary-button{background-color:#05b892;color:#1a1a1a;border:none;padding:1rem 1.2rem;border-radius:8px;font-size:1rem;text-decoration:none;letter-spacing:-.03em;font-weight:600;font-family:Be Vietnam Pro,sans-serif;cursor:pointer;transition:background-color .3s ease}.primary-button:hover{background-color:#04a583}.primary-button:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 767.98px){.primary-button{padding:.9rem 1.3rem;font-size:.95rem}}.secondary-button{background-color:#ffffff1a;color:#fff;border:none;padding:1rem 1.2rem;border-radius:8px;font-size:1rem;font-weight:500;font-family:Be Vietnam Pro,sans-serif;cursor:pointer;transition:background-color .3s ease}@supports (backdrop-filter: blur(40px)){.secondary-button{background-color:#ffffff1a;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px)}}.secondary-button:hover{background-color:#ffffff40}@supports (backdrop-filter: blur(40px)){.secondary-button:hover{background-color:#ffffff26}}@media (max-width: 767.98px){.secondary-button{padding:.9rem 1.3rem;font-size:.95rem}}.badge{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 12px;gap:8px;color:#05b892;background:#05b8921a;border:1px solid rgba(5,184,146,.05);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:100px;font-size:12px;font-weight:600;text-transform:uppercase}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Be Vietnam Pro,sans-serif;font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff}p{margin-bottom:1rem}.text-light{color:#fffc}.text-dark{color:#000c}.container{width:100%;margin:0 auto;padding:0 1rem}@media (min-width: 1400px){.container{max-width:1320px}}.container-fluid{width:100%;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.container-fluid{padding:0 2rem}}.m-auto{margin:auto}.waitlis-checkbox{display:flex;flex-direction:row;align-items:flex-start;gap:8px}.waitlis-checkbox span{line-height:1}.cards-section{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:120px 0;gap:24px;width:100%}@media (max-width: 767.98px){.cards-section{padding:80px 0}}.cards-header{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1040px}.cards-header .word{display:inline-block;color:#fff;transition:opacity .3s ease,filter .3s ease;will-change:opacity,filter}.cards-visual{position:relative;width:684px;height:664px;overflow:hidden}@media (max-width: 767.98px){.cards-visual{width:100%;height:500px}}@media (max-width: 575.98px){.cards-visual{width:100%;height:460px}}.cards-container{position:relative;width:100%;height:100%;margin:0 auto}@media (max-width: 767.98px){.cards-container{width:500px;height:100%}}@media (max-width: 575.98px){.cards-container{width:100%;height:100%}}.credit-card{position:absolute;overflow:hidden}@media (max-width: 767.98px){.credit-card{width:300px}}.card-image{width:100%;height:100%;object-fit:cover;display:block}.card-left{left:80px}@media (max-width: 767.98px){.card-left{left:7vw}}.card-right{left:200px;top:120px}@media (max-width: 767.98px){.card-right{left:20vw}}.feature-item{transition:opacity .3s ease,filter .3s ease;will-change:opacity,filter}.card-chip,.card-mastercard,.circle,.circle-left,.circle-right{display:none}.introduction-section{width:100%;padding:120px 32px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#0006;max-width:1200px;margin:0 auto}@media (max-width: 767.98px){.introduction-section{padding:80px 24px}}.introduction-section p{text-wrap:balance;text-align:center;text-transform:inherit;font-size:3.5rem;line-height:1.2;font-weight:500;letter-spacing:-.01em;color:#ffffff80;margin:0}@media (max-width: 991.98px){.introduction-section p{font-size:2.1rem}}@media (max-width: 479.98px){.introduction-section p{font-size:1.5rem;line-height:1.4;letter-spacing:0}}.introduction-section .word{display:inline-block;color:#fff;transition:opacity .3s ease,filter .3s ease;will-change:opacity,filter}.features-row,.feature-grid{display:flex;flex-direction:row;align-items:flex-start;gap:48px;width:100%}@media (max-width: 1199.98px){.features-row,.feature-grid{gap:24px}}@media (max-width: 767.98px){.features-row,.feature-grid{flex-direction:column;align-items:center;gap:24px}}.features-row .feature-item,.feature-grid .feature-item{max-width:356px}@media (max-width: 1199.98px){.features-row .feature-item,.feature-grid .feature-item{width:100%}}@media (max-width: 767.98px){.features-row .feature-item,.feature-grid .feature-item{width:100%;max-width:initial}}.features-row .feature-divider,.feature-grid .feature-divider{width:1px;display:flex;background:#d9d9d9;opacity:.2;align-self:stretch}@media (max-width: 767.98px){.features-row .feature-divider,.feature-grid .feature-divider{width:100%;height:1px}}.concierge-section{background-color:#050505;position:relative;padding:120px 0;background-size:fit;background-position:center;min-height:100vh;display:flex;flex-direction:column;align-items:center;color:#fff}@media (max-width: 767.98px){.concierge-section{padding:80px 0}}.pocket-image-container{width:100%;height:100%;margin-top:-150px;margin-bottom:-100px;overflow:hidden;display:flex;justify-content:center;align-items:center}@media (max-width: 991.98px){.pocket-image-container{margin-top:-50px;margin-bottom:-80px}}@media (max-width: 767.98px){.pocket-image-container{margin-top:-10px;margin-bottom:-50px;object-fit:fill;object-position:center}}.pocket-image{width:100%;height:100%}@media (max-width: 767.98px){.pocket-image{width:150%}}h3 span{display:block}@media (max-width: 767.98px){h3 span{display:inline}}.concierge-content{position:relative;z-index:2;max-width:1200px;margin:0 auto}.concierge-content-top{position:relative;z-index:2;max-width:1200px;margin:0 auto;text-align:center}.concierge-title{max-width:800px;margin-left:auto;margin-right:auto}.concierge-title .word{display:inline-block;color:#fff;transition:opacity .3s ease,filter .3s ease;will-change:opacity,filter}.tagline-top,.primary-button,.feature-item{transition:opacity .3s ease,filter .3s ease;will-change:opacity,filter}.stagger-button:hover .letter{animation:staggerUp .3s forwards}@keyframes staggerUp{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.stagger-fade:hover .letter{animation:staggerFade .3s forwards}@keyframes staggerFade{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.token-section{display:flex;align-items:center;position:relative}.token-container{display:grid;grid-template-columns:1fr 1fr;width:100%}.token-image-wrapper{position:relative;width:100%;overflow:hidden;aspect-ratio:4/4;border-radius:12px}@media (min-width: 576px){.token-image-wrapper{aspect-ratio:4/3;height:100%}}@media (min-width: 992px){.token-image-wrapper{aspect-ratio:3/4;height:100%}}.token-image{width:100%;height:100%;object-fit:cover}.token-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:2.5rem 0}@media (min-width: 576px){.token-content{padding:3rem}}.tagline-top{transition:opacity .3s ease,filter .3s ease;will-change:opacity,filter}.token-headline{text-align:left}.token-headline .word{display:inline-block;color:#fff;transition:opacity .3s ease,filter .3s ease;will-change:opacity,filter}.token-subheadline{font-family:Be Vietnam Pro,sans-serif;text-transform:inherit;font-size:1.5rem;font-weight:500;color:#fff;margin:0 0 1.5rem;transition:opacity .3s ease,filter .3s ease;will-change:opacity,filter}.token-description{font-size:1rem;line-height:1.6;color:#fffc;margin:0 0 2.5rem;max-width:550px;transition:opacity .3s ease,filter .3s ease;will-change:opacity,filter}.token-button{display:inline-block;background-color:#05b892;color:#000;font-weight:600;text-decoration:none;padding:1rem 2.5rem;border-radius:500px;font-size:1rem;transition:background-color .3s ease;align-self:flex-start}.token-button:hover{background-color:#04a280}.primary-button{transition:opacity .3s ease,filter .3s ease,background-color .3s ease;will-change:opacity,filter}@media (max-width: 1024px){.token-container{grid-template-columns:1fr;height:auto}.token-headline{font-size:clamp(2.5rem,5vw,4rem)}}@media (max-width: 768px){.token-headline{font-size:2.5rem;margin-bottom:1.5rem}.token-subheadline{font-size:1.25rem}}.section-padding{padding:48px 20px}@media (min-width: 768px){.section-padding{padding-top:80px;padding-bottom:80px}}@media (min-width: 992px){.section-padding{padding-top:120px;padding-bottom:120px}}.section-padding-compact{padding-top:24px;padding-bottom:24px}@media (min-width: 768px){.section-padding-compact{padding-top:48px;padding-bottom:48px}}@media (min-width: 992px){.section-padding-compact{padding-top:80px;padding-bottom:80px}}.section-padding-minimal{padding-top:24px;padding-bottom:24px}@media (min-width: 768px){.section-padding-minimal{padding-top:48px;padding-bottom:48px}}.section-padding-top{padding-top:48px}@media (min-width: 768px){.section-padding-top{padding-top:80px}}@media (min-width: 992px){.section-padding-top{padding-top:120px}}.section-padding-bottom{padding-bottom:48px}@media (min-width: 768px){.section-padding-bottom{padding-bottom:80px}}@media (min-width: 992px){.section-padding-bottom{padding-bottom:120px}}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-auto{margin-top:auto;margin-bottom:auto}.mt-xs{margin-top:8px}.mb-xs{margin-bottom:8px}.ml-xs{margin-left:8px}.mr-xs{margin-right:8px}.mx-xs{margin-left:8px;margin-right:8px}.my-xs{margin-top:8px;margin-bottom:8px}.pt-xs{padding-top:8px}.pb-xs{padding-bottom:8px}.pl-xs{padding-left:8px}.pr-xs{padding-right:8px}.px-xs{padding-left:8px;padding-right:8px}.py-xs{padding-top:8px;padding-bottom:8px}.mt-sm{margin-top:16px}.mb-sm{margin-bottom:16px}.ml-sm{margin-left:16px}.mr-sm{margin-right:16px}.mx-sm{margin-left:16px;margin-right:16px}.my-sm{margin-top:16px;margin-bottom:16px}.pt-sm{padding-top:16px}.pb-sm{padding-bottom:16px}.pl-sm{padding-left:16px}.pr-sm{padding-right:16px}.px-sm{padding-left:16px;padding-right:16px}.py-sm{padding-top:16px;padding-bottom:16px}.mt-md{margin-top:24px}.mb-md{margin-bottom:24px}.ml-md{margin-left:24px}.mr-md{margin-right:24px}.mx-md{margin-left:24px;margin-right:24px}.my-md{margin-top:24px;margin-bottom:24px}.pt-md{padding-top:24px}.pb-md{padding-bottom:24px}.pl-md{padding-left:24px}.pr-md{padding-right:24px}.px-md{padding-left:24px;padding-right:24px}.py-md{padding-top:24px;padding-bottom:24px}.mt-lg{margin-top:48px}.mb-lg{margin-bottom:48px}.ml-lg{margin-left:48px}.mr-lg{margin-right:48px}.mx-lg{margin-left:48px;margin-right:48px}.my-lg{margin-top:48px;margin-bottom:48px}.pt-lg{padding-top:48px}.pb-lg{padding-bottom:48px}.pl-lg{padding-left:48px}.pr-lg{padding-right:48px}.px-lg{padding-left:48px;padding-right:48px}.py-lg{padding-top:48px;padding-bottom:48px}.mt-xl{margin-top:80px}.mb-xl{margin-bottom:80px}.ml-xl{margin-left:80px}.mr-xl{margin-right:80px}.mx-xl{margin-left:80px;margin-right:80px}.my-xl{margin-top:80px;margin-bottom:80px}.pt-xl{padding-top:80px}.pb-xl{padding-bottom:80px}.pl-xl{padding-left:80px}.pr-xl{padding-right:80px}.px-xl{padding-left:80px;padding-right:80px}.py-xl{padding-top:80px;padding-bottom:80px}.mt-2xl{margin-top:120px}.mb-2xl{margin-bottom:120px}.ml-2xl{margin-left:120px}.mr-2xl{margin-right:120px}.mx-2xl{margin-left:120px;margin-right:120px}.my-2xl{margin-top:120px;margin-bottom:120px}.pt-2xl{padding-top:120px}.pb-2xl{padding-bottom:120px}.pl-2xl{padding-left:120px}.pr-2xl{padding-right:120px}.px-2xl{padding-left:120px;padding-right:120px}.py-2xl{padding-top:120px;padding-bottom:120px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin-top:60px;text-align:left;width:100%}@media (max-width: 991.98px){.features-grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media (max-width: 767.98px){.features-grid{grid-template-columns:1fr;gap:40px;margin-top:80px}}.feature-item{display:flex;flex-direction:column;align-items:flex-start;gap:12px;text-wrap:balance}.feature-item h3{font-size:24px;font-weight:500;margin:0;color:#fff;font-family:Be Vietnam Pro,sans-serif;text-transform:inherit}@media (max-width: 991.98px){.feature-item h3{font-size:20px}}@media (max-width: 767.98px){.feature-item h3{font-size:18px}}.feature-item p{font-size:16px;line-height:1.6;color:#fffc;margin:0;font-family:Be Vietnam Pro,sans-serif}.feature-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#05b892}.features-row{display:flex;flex-direction:row;align-items:flex-start;gap:48px;width:100%}@media (max-width: 1199.98px){.features-row{gap:24px}}@media (max-width: 767.98px){.features-row{flex-direction:column;align-items:center;gap:24px}}.features-row .feature-item{max-width:356px}@media (max-width: 1199.98px){.features-row .feature-item{width:100%}}@media (max-width: 767.98px){.features-row .feature-item{width:100%;max-width:initial}}.features-row .feature-divider{width:1px;display:flex;background:#d9d9d9;opacity:.2;align-self:stretch}@media (max-width: 767.98px){.features-row .feature-divider{width:100%;height:1px}}.membership-section{padding:80px 20px}@media (min-width: 768px){.membership-section{padding:120px 0}}.membership-section-inner{position:relative;display:flex;align-items:flex-end;justify-content:center;text-align:center;background-size:cover;background-position:center;height:60vh;padding:20px;border-radius:1rem;margin:0 auto;overflow:hidden}@media (min-width: 768px){.membership-section-inner{height:70vh;padding:4vw}}@media (min-width: 992px){.membership-section-inner{align-items:center;padding:3vw}}.cta-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;opacity:.5}.membership-container{max-width:900px;width:100%;display:flex;flex-direction:column;align-items:flex-start;z-index:2;text-align:left}@media (min-width: 992px){.membership-container{text-align:center;align-items:center}}.membership-headline{font-size:2.5rem;font-weight:600;color:#fff;text-transform:uppercase;line-height:1;margin:0 0 .8rem;letter-spacing:-.02em}@media (min-width: 768px){.membership-headline{margin:0 0 1rem;font-size:3.5rem}}@media (min-width: 992px){.membership-headline{margin:0 0 1.5rem;font-size:clamp(3rem,8vw,5.5rem)}}.membership-headline .word{display:inline-block;color:#fff;transition:opacity .3s ease,filter .3s ease;will-change:opacity,filter}.membership-description{text-wrap:balance;font-size:1.5rem;line-height:1.3;letter-spacing:-.05rem;color:#ffffffe6;margin:0 0 1.5rem;max-width:700px;transition:opacity .3s ease,filter .3s ease;will-change:opacity,filter}@media (min-width: 768px){.membership-description{letter-spacing:-.08rem;margin:0 0 1.5rem;line-height:1.2;font-size:3rem}}.fundraising-tracker{max-width:1600px;margin:0 auto}.fundraising-tracker__cards{margin-top:32px;display:grid;gap:16px;width:100%;position:relative;align-items:center;grid-template-columns:repeat(1,1fr);align-items:stretch}@media (min-width: 768px){.fundraising-tracker__cards{margin-top:32px;grid-template-columns:repeat(4,1fr)}}@media (min-width: 992px){.fundraising-tracker__cards{display:flex;align-items:center;margin:32px auto 0;max-width:1200px;gap:16px;grid-template-columns:none;justify-content:space-between}}.fundraising-tracker__blur-bg{position:absolute;width:588px;height:77px;left:50%;top:26px;transform:translate(-50%);background:#b7b7b7;opacity:.2;filter:blur(50px);border-radius:7500px;z-index:-1;display:none}@media (min-width: 992px){.fundraising-tracker__blur-bg{display:block}}.fundraising-tracker__spacer--desktop{grid-column:span 2;display:none}@media (min-width: 992px){.fundraising-tracker__spacer--desktop{display:block}}.fundraising-tracker__spacer--tablet{grid-column:span 1;display:none!important}@media (min-width: 576px) and (max-width: 767.98px){.fundraising-tracker__spacer--tablet{display:block}}.fundraising-tracker__card-wrapper{width:100%}@media (min-width: 768px){.fundraising-tracker__card-wrapper--desktop{grid-column:span 2}}@media (min-width: 576px) and (max-width: 767.98px){.fundraising-tracker__card-wrapper--tablet{grid-column:span 1!important;width:100%!important}}@media (max-width: 575.98px){.fundraising-tracker__card-wrapper--mobile{grid-column:span 1}}@media (min-width: 576px) and (max-width: 767.98px){.fundraising-tracker__sale-card-inner{width:100%!important;flex:1 1 0!important}}@media (min-width: 576px) and (max-width: 767.98px){.fundraising-tracker__card-wrapper--tablet,.fundraising-tracker__sale-card,.fundraising-tracker__sale-card-inner{width:100%!important;max-width:100%!important;min-width:0!important;grid-column:span 1!important;flex:1 1 0!important;height:auto!important;min-height:0!important;max-height:none!important}}.privacy-policy-page{min-height:100vh;background-color:#000;color:#fff;padding:120px 0 80px}@media (max-width: 767.98px){.privacy-policy-page{padding:100px 0 60px}}.privacy-policy-page .container{max-width:800px;margin:0 auto;padding:0 32px}@media (max-width: 767.98px){.privacy-policy-page .container{padding:0 24px}}.policy-header{text-align:center;margin-bottom:80px}@media (max-width: 767.98px){.policy-header{margin-bottom:60px}}.policy-header h1{font-family:Clash Display,sans-serif;font-weight:600;font-size:2.5rem;line-height:1.1;margin:0;text-transform:uppercase;letter-spacing:-.02em;color:#fff}@media (max-width: 991.98px){.policy-header h1{font-size:2rem}}@media (max-width: 767.98px){.policy-header h1{font-size:1.75rem}}@media (max-width: 479.98px){.policy-header h1{font-size:1.5rem;line-height:1.2}}.policy-content .policy-section{margin-bottom:48px}@media (max-width: 767.98px){.policy-content .policy-section{margin-bottom:40px}}.policy-content .policy-section:last-child{margin-bottom:0}.policy-content .policy-section h2{font-family:Clash Display,sans-serif;font-weight:600;font-size:1.5rem;line-height:1.2;margin-bottom:24px;text-transform:uppercase;letter-spacing:-.01em;color:#05b892}@media (max-width: 767.98px){.policy-content .policy-section h2{font-size:1.25rem;margin-bottom:20px}}@media (max-width: 479.98px){.policy-content .policy-section h2{font-size:1.125rem}}.policy-content .policy-section p{font-family:Be Vietnam Pro,sans-serif;font-size:1rem;line-height:1.6;font-weight:400;color:#ffffffe6;margin-bottom:16px}@media (max-width: 767.98px){.policy-content .policy-section p{font-size:.9rem;line-height:1.7}}.policy-content .policy-section p:last-child{margin-bottom:0}.policy-content .policy-section p a{color:#05b892;text-decoration:none;transition:color .3s ease}.policy-content .policy-section p a:hover{color:#06eab9;text-decoration:underline}.policy-content .policy-section ul{margin:0;padding-left:24px;color:#ffffffe6}@media (max-width: 767.98px){.policy-content .policy-section ul{padding-left:20px}}.policy-content .policy-section ul li{font-family:Be Vietnam Pro,sans-serif;font-size:1rem;line-height:1.6;font-weight:400;margin-bottom:8px}@media (max-width: 767.98px){.policy-content .policy-section ul li{font-size:.9rem;line-height:1.7}}.policy-content .policy-section ul li:last-child{margin-bottom:0}.policy-content .policy-section ul li::marker{color:#05b892}.legal-document-page{min-height:100vh;background-color:#000;color:#fff;padding:120px 0 80px}@media (max-width: 767.98px){.legal-document-page{padding:100px 0 60px}}.legal-document-page .container{max-width:900px;margin:0 auto;padding:0 32px}@media (max-width: 767.98px){.legal-document-page .container{padding:0 24px}}.document-header{text-align:center;margin-bottom:60px}@media (max-width: 767.98px){.document-header{margin-bottom:50px}}.document-header h1{font-family:Clash Display,sans-serif;font-weight:600;font-size:2.5rem;line-height:1.1;margin:0 0 16px;text-transform:uppercase;letter-spacing:-.02em;color:#fff}@media (max-width: 991.98px){.document-header h1{font-size:2rem}}@media (max-width: 767.98px){.document-header h1{font-size:1.75rem}}@media (max-width: 479.98px){.document-header h1{font-size:1.5rem;line-height:1.2}}.document-header .subtitle{font-family:Be Vietnam Pro,sans-serif;font-size:1.125rem;color:#fff9;margin:0}@media (max-width: 767.98px){.document-header .subtitle{font-size:1rem}}.document-content .document-section{margin-bottom:48px}@media (max-width: 767.98px){.document-content .document-section{margin-bottom:40px}}.document-content .document-section:last-of-type{margin-bottom:60px}.document-content .document-section h2{font-family:Clash Display,sans-serif;font-weight:600;font-size:1.75rem;line-height:1.2;margin-bottom:24px;text-transform:uppercase;letter-spacing:-.01em;color:#05b892}@media (max-width: 767.98px){.document-content .document-section h2{font-size:1.5rem;margin-bottom:20px}}@media (max-width: 479.98px){.document-content .document-section h2{font-size:1.25rem}}.document-content .document-section h3{font-family:Clash Display,sans-serif;font-weight:500;font-size:1.25rem;line-height:1.3;margin-bottom:16px;margin-top:24px;color:#fffffff2}@media (max-width: 767.98px){.document-content .document-section h3{font-size:1.125rem;margin-bottom:14px}}@media (max-width: 479.98px){.document-content .document-section h3{font-size:1rem}}.document-content .document-section p{font-family:Be Vietnam Pro,sans-serif;font-size:1rem;line-height:1.7;font-weight:400;color:#ffffffe6;margin-bottom:16px}@media (max-width: 767.98px){.document-content .document-section p{font-size:.95rem;line-height:1.75}}.document-content .document-section p:last-child{margin-bottom:0}.document-content .document-section p strong{font-weight:600;color:#fffffff2}.document-content .document-section p a{color:#05b892;text-decoration:none;transition:color .3s ease}.document-content .document-section p a:hover{color:#06eab9;text-decoration:underline}.document-content .document-section ul{margin:16px 0;padding-left:28px;color:#ffffffe6}@media (max-width: 767.98px){.document-content .document-section ul{padding-left:24px}}.document-content .document-section ul li{font-family:Be Vietnam Pro,sans-serif;font-size:1rem;line-height:1.7;font-weight:400;margin-bottom:10px}@media (max-width: 767.98px){.document-content .document-section ul li{font-size:.95rem;line-height:1.75;margin-bottom:8px}}.document-content .document-section ul li:last-child{margin-bottom:0}.document-content .document-section ul li::marker{color:#05b892}.document-content .document-section ul li strong{font-weight:600;color:#fffffff2}.document-footer{border-top:1px solid rgba(255,255,255,.1);padding-top:40px;margin-top:40px}@media (max-width: 767.98px){.document-footer{padding-top:32px;margin-top:32px}}.document-footer .company-info p{font-family:Be Vietnam Pro,sans-serif;font-size:.95rem;line-height:1.6;color:#ffffffb3;margin-bottom:8px}@media (max-width: 767.98px){.document-footer .company-info p{font-size:.9rem}}.document-footer .company-info p:last-child{margin-bottom:0}.document-footer .company-info p strong{color:#ffffffe6;font-weight:600}.document-footer .company-info p a{color:#05b892;text-decoration:none;transition:color .3s ease}.document-footer .company-info p a:hover{color:#06eab9;text-decoration:underline}.tagline-top{display:inline-block;color:#05b892;margin-bottom:.875rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;font-family:Be Vietnam Pro,sans-serif}@media (min-width: 768px){.tagline-top{margin-bottom:1rem;font-size:1rem}}.h1,h1{font-family:Clash Display,sans-serif;font-weight:600;font-size:3rem;line-height:.9;margin-bottom:1.5rem}@media (min-width: 768px){.h1,h1{font-size:3.5rem}}@media (min-width: 992px){.h1,h1{font-size:4rem}}@media (min-width: 1200px){.h1,h1{font-size:4.5rem}}.h1-presale{font-family:Clash Display,sans-serif;font-weight:600;font-size:3rem;line-height:.9;margin-bottom:1.5rem;background:linear-gradient(180deg,#86a9a3,#d6f5f0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (min-width: 768px){.h1-presale{font-size:3.5rem}}@media (min-width: 992px){.h1-presale{font-size:4rem}}@media (min-width: 1200px){.h1-presale{font-size:4.5rem}}.h2-presale{text-wrap:pretty;font-family:Clash Display,sans-serif;font-weight:600;font-size:1.6rem;line-height:1;margin:0;background:linear-gradient(180deg,#86a9a3,#d6f5f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (min-width: 480px){.h2-presale{font-size:2.75rem}}@media (min-width: 992px){.h2-presale{font-size:3.25rem}}@media (min-width: 1200px){.h2-presale{font-size:3.5rem}}.h2,h2{font-family:Clash Display,sans-serif;font-weight:600;font-size:2rem;line-height:1;margin-bottom:1.25rem}@media (min-width: 768px){.h2,h2{font-size:2.75rem}}@media (min-width: 992px){.h2,h2{font-size:3.25rem}}@media (min-width: 1200px){.h2,h2{font-size:3.5rem}}.h3,h3{font-family:Clash Display,sans-serif;font-weight:500;font-size:1.75rem;line-height:1.2;margin-bottom:1rem;letter-spacing:.05em}@media (min-width: 768px){.h3,h3{font-size:2rem}}@media (min-width: 992px){.h3,h3{font-size:2.25rem}}@media (min-width: 1200px){.h3,h3{font-size:2.5rem}}.h4,h4{font-family:Clash Display,sans-serif;font-weight:500;font-size:1.25rem;line-height:1.3;margin-bottom:.75rem}@media (min-width: 768px){.h4,h4{font-size:1.5rem}}@media (min-width: 992px){.h4,h4{font-size:1.75rem}}@media (min-width: 1200px){.h4,h4{font-size:2rem}}.h5,h5{font-family:Clash Display,sans-serif;font-weight:500;font-size:1.1rem;line-height:1.4;margin-bottom:.5rem}@media (min-width: 768px){.h5,h5{font-size:1.25rem}}@media (min-width: 992px){.h5,h5{font-size:1.4rem}}@media (min-width: 1200px){.h5,h5{font-size:1.5rem}}.h6,h6{font-family:Clash Display,sans-serif;font-weight:500;font-size:1rem;line-height:1.4;margin-bottom:.5rem}@media (min-width: 768px){.h6,h6{font-size:1.1rem}}@media (min-width: 992px){.h6,h6{font-size:1.2rem}}@media (min-width: 1200px){.h6,h6{font-size:1.25rem}}.body-large{font-family:Be Vietnam Pro,sans-serif;font-size:1rem;line-height:1.6;font-weight:400;text-wrap:pretty}@media (min-width: 768px){.body-large{font-size:1.25rem;font-weight:500;line-height:1.5;letter-spacing:.01em}}.body-medium{font-family:Be Vietnam Pro,sans-serif;font-size:.875rem;line-height:1.6;font-weight:400}@media (min-width: 768px){.body-medium{font-size:1rem}}.body-small{font-family:Be Vietnam Pro,sans-serif;font-size:.75rem;line-height:1.5;font-weight:400}@media (min-width: 768px){.body-small{font-size:.875rem}}.caption{font-family:Be Vietnam Pro,sans-serif;font-size:.75rem;line-height:1.4;font-weight:400}.font-light{font-weight:300}.font-regular{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}@media (max-width: 768px){.body-large{font-size:1rem}.body-medium{font-size:.875rem}.body-small{font-size:.75rem}}.how-to-apple-wallet-page{min-height:100vh;background-color:#000;color:#fff;padding:120px 0 80px}@media (max-width: 767.98px){.how-to-apple-wallet-page{padding:100px 0 60px}}.how-to-apple-wallet-page .container{max-width:1000px;margin:0 auto;padding:0 32px}@media (max-width: 767.98px){.how-to-apple-wallet-page .container{padding:0 24px}}.guide-header{position:relative!important;display:block;opacity:1;text-align:center;margin-bottom:60px}@media (max-width: 767.98px){.guide-header{margin-bottom:48px}}.guide-header .banner-image{width:100%;max-width:850px;height:auto;border-radius:12px;margin-bottom:32px;display:block;margin-left:auto;margin-right:auto}@media (max-width: 767.98px){.guide-header .banner-image{max-width:100%;margin-bottom:24px;border-radius:8px}}.guide-header h1{font-family:Clash Display,sans-serif;font-weight:600;font-size:2.5rem;line-height:1.2;margin:0 0 16px;text-transform:uppercase;letter-spacing:-.02em;color:#fff}@media (max-width: 991.98px){.guide-header h1{font-size:2.25rem}}@media (max-width: 767.98px){.guide-header h1{font-size:1.75rem}}@media (max-width: 479.98px){.guide-header h1{font-size:1.5rem;line-height:1.2}}.guide-header .intro-text{font-family:Be Vietnam Pro,sans-serif;font-size:1.125rem;line-height:1.6;color:#ffffffb3;max-width:700px;margin:0 auto}@media (max-width: 767.98px){.guide-header .intro-text{font-size:1rem}}.guide-content .guide-step{margin-bottom:60px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media (max-width: 991.98px){.guide-content .guide-step{gap:32px;margin-bottom:48px}}@media (max-width: 767.98px){.guide-content .guide-step{gap:20px;margin-bottom:36px;grid-template-columns:40% 1fr}}@media (max-width: 479.98px){.guide-content .guide-step{gap:16px;margin-bottom:32px;grid-template-columns:50% 1fr}}.guide-content .guide-step:last-child{margin-bottom:0}.guide-content .guide-step:nth-child(2n) .step-image-wrapper{order:2;justify-content:flex-end}.guide-content .guide-step:nth-child(2n) .step-content{order:1}.guide-content .guide-step .step-image-wrapper{position:relative;display:flex}.guide-content .guide-step .step-image-wrapper .step-image{width:100%;height:auto;border-radius:16px;box-shadow:0 20px 60px #05b89226;transition:transform .3s ease,box-shadow .3s ease;max-width:320px}@media (max-width: 767.98px){.guide-content .guide-step .step-image-wrapper .step-image{border-radius:10px;box-shadow:0 12px 40px #05b8921f}}@media (max-width: 479.98px){.guide-content .guide-step .step-image-wrapper .step-image{border-radius:8px;box-shadow:0 8px 30px #05b8921a;max-width:110px}}.guide-content .guide-step .step-image-wrapper .step-image:hover{transform:translateY(-4px);box-shadow:0 24px 70px #05b89233}@media (max-width: 767.98px){.guide-content .guide-step .step-image-wrapper .step-image:hover{transform:translateY(-2px);box-shadow:0 14px 45px #05b89226}}.guide-content .guide-step .step-content ul{list-style:none;padding:0;margin:0}.guide-content .guide-step .step-content ul li{font-family:Be Vietnam Pro,sans-serif;font-size:1.125rem;line-height:1.7;font-weight:400;color:#ffffffe6;margin-bottom:20px;padding-left:32px;position:relative}@media (max-width: 767.98px){.guide-content .guide-step .step-content ul li{font-size:.95rem;line-height:1.6;margin-bottom:12px;padding-left:24px}}@media (max-width: 479.98px){.guide-content .guide-step .step-content ul li{font-size:.875rem;line-height:1.5;margin-bottom:10px;padding-left:20px}}.guide-content .guide-step .step-content ul li:last-child{margin-bottom:0}.guide-content .guide-step .step-content ul li:before{content:"→";position:absolute;left:0;color:#05b892;font-weight:600;font-size:1.25rem}@media (max-width: 767.98px){.guide-content .guide-step .step-content ul li:before{font-size:1rem}}@media (max-width: 479.98px){.guide-content .guide-step .step-content ul li:before{font-size:.9rem}}.guide-content .guide-step .step-content ul li b,.guide-content .guide-step .step-content ul li strong{font-weight:600;color:#fff}.guide-content-simple .guide-step{margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}@media (max-width: 767.98px){.guide-content-simple .guide-step{margin-bottom:40px;padding-bottom:40px}}.guide-content-simple .guide-step:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.guide-content-simple .guide-step .step-image{width:100%;max-width:400px;height:auto;border-radius:16px;margin-bottom:24px;display:block;margin-left:auto;margin-right:auto;box-shadow:0 20px 60px #05b89226}@media (max-width: 767.98px){.guide-content-simple .guide-step .step-image{border-radius:12px;max-width:100%}}.guide-content-simple .guide-step ul{list-style:none;padding:0;margin:0}.guide-content-simple .guide-step ul li{font-family:Be Vietnam Pro,sans-serif;font-size:1.125rem;line-height:1.7;font-weight:400;color:#ffffffe6;margin-bottom:16px;padding-left:32px;position:relative}@media (max-width: 767.98px){.guide-content-simple .guide-step ul li{font-size:1rem;margin-bottom:14px;padding-left:28px}}.guide-content-simple .guide-step ul li:last-child{margin-bottom:0}.guide-content-simple .guide-step ul li:before{content:"→";position:absolute;left:0;color:#05b892;font-weight:600;font-size:1.25rem}@media (max-width: 767.98px){.guide-content-simple .guide-step ul li:before{font-size:1.125rem}}.guide-content-simple .guide-step ul li b,.guide-content-simple .guide-step ul li strong{font-weight:600;color:#fff}
