@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&display=swap);:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:#0000001a;background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px #00000080,inset 0 0 0 1px #00000080;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-self:stretch;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}@font-face{font-display:swap;font-family:MainFontLight;font-style:normal;font-weight:300;src:url(/static/media/MainFontLight.c58c907fb1d179d8e41f.ttf) format("truetype")}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{display:flex;flex-direction:column;min-height:100vh}:root{--primary-color:#072231;--secondary-color:#853a38;--text-color:#333;--background-color:#fff;--spacing-sm:10px;--spacing-md:20px;--spacing-lg:40px;--breakpoint-mobile:768px}.hidden{display:none!important}.text-center{text-align:center}.full-width{width:100%}button:focus,input:focus,select:focus,textarea:focus{outline:none}h1,h2,h3,h4,h5,h6{font-weight:600;margin:0}p{margin:0}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.hamburger-nav{animation:fadeInUp 1s ease-out forwards;left:20px;opacity:0;position:absolute;top:20px;z-index:100}.hamburger{cursor:pointer;height:30px;position:relative;width:30px;z-index:101}.hamburger span{backface-visibility:hidden;-webkit-backface-visibility:hidden;background:#fff;border-radius:2px;display:block;height:3px;left:0;position:absolute;transform:translateZ(0);-webkit-transform:translateZ(0);transition:all .3s ease;width:100%}.hamburger span:first-child{top:6px}.hamburger span:nth-child(2){top:13.5px}.hamburger span:nth-child(3){top:21px}.hamburger.open span:first-child{top:13.5px;transform:rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){top:13.5px;transform:rotate(-45deg)}.nav-menu{align-items:flex-start;background:#0000;display:flex;flex-direction:column;gap:20px;left:-20px;min-width:180px;opacity:0;position:absolute;top:40px;transform:translateY(-20px);transition:all .3s ease;visibility:hidden}.nav-menu.open{opacity:1;transform:translateY(0);visibility:visible}.nav-link{color:#fff;display:inline-block;font-size:1.1rem;font-weight:400;padding:5px 0;position:relative;text-align:left;text-decoration:none;transition:all .3s ease;white-space:nowrap}.nav-link:after{background:#fff;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover{color:#fff;text-decoration:none}.nav-link:hover:after{width:100%}@media (max-width:768px){.hamburger-nav{left:13px;top:13px}.hamburger{height:25px;width:25px}.hamburger span{height:2.5px}.hamburger span:first-child{top:5px}.hamburger span:nth-child(2){top:11.25px}.hamburger span:nth-child(3){top:17.5px}.hamburger.open span:first-child,.hamburger.open span:nth-child(3){top:11.25px}.nav-menu{left:-13px;top:35px}.nav-link{font-size:1rem}}@media (max-width:480px){.hamburger-nav{left:33px;top:33px}.hamburger{height:23px;width:23px}.hamburger span{height:2.5px}.hamburger span:first-child{top:4.5px}.hamburger span:nth-child(2){top:10.25px}.hamburger span:nth-child(3){top:16px}.hamburger.open span:first-child,.hamburger.open span:nth-child(3){top:10.25px}.nav-menu{gap:1px;left:0;top:18px}.nav-link{font-size:1.06rem}}.landing-page-container{background:#072231;margin:0;overflow-x:hidden;padding:0;position:relative;width:100vw}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#072231;color:#e8e8e8;font-family:MainFont,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.hero-section{align-items:center;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;display:flex;justify-content:center;margin:0;min-height:100vh;overflow:hidden;padding:50px 20px;position:relative;width:100vw}.hero-decoration-circle{background:#ffd7004d;border-radius:50%;filter:blur(100px);-webkit-filter:blur(100px);height:1200px;left:50%;pointer-events:none;position:absolute;top:-1000px;transform:translateX(-50%);-webkit-transform:translateX(-50%);width:1200px;will-change:transform}@media (max-width:768px){.hero-decoration-circle{height:433px;top:-120px;width:433px}}.hero-content{align-items:center;display:flex;flex-direction:column;gap:40px;max-width:100%;position:relative;text-align:center;z-index:1}.hero-logo{animation:fadeInDown .8s ease-out forwards;display:block;margin-top:-180px;opacity:0;transition:all .3s ease}.hero-logo .logo{filter:drop-shadow(0 0 30px rgba(255,255,255,.5)) drop-shadow(0 0 20px rgba(255,255,255,.3));-webkit-filter:drop-shadow(0 0 30px rgba(232,236,13,.322)) drop-shadow(0 0 20px #ffffff4d);height:auto;transition:all .3s ease;width:156.6px;will-change:filter,transform}@media (max-width:768px){.hero-logo .logo{filter:drop-shadow(0 0 133px rgba(157,255,0,0));-webkit-filter:drop-shadow(0 0 133px #fbff0000)}}.hero-logo:hover .logo{filter:drop-shadow(0 0 40px rgba(255,255,255,.6)) drop-shadow(0 0 25px rgba(255,255,255,.4));-webkit-filter:drop-shadow(0 0 40px #fff9) drop-shadow(0 0 25px #fff6);transform:scale(1.05)}.hero-title{animation:fadeInUp 1s ease-out forwards;animation-delay:.2s;color:#e8e8e8;font-size:clamp(2rem,6vw,5rem);font-weight:700;letter-spacing:-2px;margin-bottom:0;opacity:0;text-align:center;transform:translateY(30px);white-space:nowrap;width:90vw}.hero-go-button{animation:fadeInUp 1s ease-out forwards;animation-delay:.4s;background:#072231;border:2px solid #ffd900f3;border-radius:9px;box-shadow:0 5px 20px #0000004d;color:gold;cursor:pointer;display:inline-block;font-size:1.33rem;font-weight:500;opacity:0;overflow:hidden;padding:16px 45px;position:relative;text-decoration:none;transition:all .3s ease;z-index:1}.hero-go-button:hover{background:#0a2d44;box-shadow:0 8px 30px #ffd7004d;text-decoration:none;transform:translateY(-2px)}.scroll-arrows{align-items:center;animation:fadeInArrows 1s ease-out forwards;animation-delay:.6s;bottom:40px;display:flex;flex-direction:column;gap:10px;left:50%;opacity:0;position:absolute;transform:translateX(-50%)}.arrow{animation:glitter 2s ease-in-out infinite,bounce 2s ease-in-out infinite;height:22.4px;position:relative;width:32px}.arrow:before{transform:translateX(-50%) rotate(-20deg);transform-origin:bottom center}.arrow:after,.arrow:before{background:#fff;content:"";height:22.4px;left:50%;position:absolute;top:0;width:3.2px}.arrow:after{transform:translateX(-50%) rotate(20deg);transform-origin:bottom center}.arrow:first-child{animation-delay:0s,0s}.arrow:nth-child(2){animation-delay:.2s,.2s}.arrow:nth-child(3){animation-delay:.4s,.4s}@keyframes fadeInArrows{to{opacity:1}}@keyframes glitter{0%,to{filter:drop-shadow(0 0 10px rgba(255,255,255,.6)) drop-shadow(0 0 20px rgba(255,255,255,.4))}50%{filter:drop-shadow(0 0 20px rgba(255,255,255,.9)) drop-shadow(0 0 30px rgba(255,255,255,.6)) drop-shadow(0 0 40px rgba(255,255,255,.3))}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.services-section{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;margin:0;overflow:hidden;padding:100px 20px;position:relative;width:100vw}@keyframes pulseSun{0%,to{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.2)}}.services-container{margin:0 auto;max-width:1200px;position:relative;z-index:1}.services-container.desktop-view{display:block}.services-container.mobile-view{display:none}.service-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#072231d9;border:1px solid #ffd70066;border-radius:20px;box-shadow:0 4px 20px #0000004d;margin-bottom:40px;opacity:0;overflow:hidden;padding:50px 40px;position:relative;transform:translateY(50px);transition:all .6s ease}.service-card:before{background:linear-gradient(45deg,gold,orange,gold);border-radius:20px;bottom:-2px;content:"";left:-2px;opacity:0;position:absolute;right:-2px;top:-2px;transition:opacity .3s ease;z-index:-1}.service-card:hover:before{opacity:.3}.service-card.visible{opacity:1;transform:translateY(0)}.service-card:hover{background:#072231f2;box-shadow:0 10px 40px #ffd7004d;transform:translateY(-5px)}.service-number{font-size:4rem;font-weight:700;opacity:.7;position:absolute;right:33px;top:20px}.service-number,.service-title{color:gold;font-family:Caveat,cursive}.service-title{font-size:2.5rem;font-weight:400;margin-bottom:20px;padding-right:100px;text-align:left}.service-description{color:#fff;font-size:1.2rem;line-height:1.8;text-align:left}.carousel-wrapper{overflow:hidden;position:relative;width:100%}.carousel-track,.carousel-wrapper{-webkit-tap-highlight-color:transparent}.carousel-track{display:flex;transition:transform .3s ease}.carousel-slide{flex:0 0 100%;width:100%}.carousel-slide,.carousel-slide *{-webkit-tap-highlight-color:transparent}.carousel-slide *{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.carousel-dots{display:flex;gap:10px;justify-content:center;margin-top:30px}.dot{-webkit-tap-highlight-color:transparent;background:#072231d9;border-radius:100%;cursor:pointer;height:33px;padding:0;transition:all .3s ease;width:33px}.dot.active{background:gold;border:2px solid #072231d9}@media (max-width:768px){.carousel-slide .service-card:hover{background:#072231d9;box-shadow:0 4px 20px #0000004d;transform:none}.carousel-slide .service-card:hover:before{opacity:0}}.features-section{background:#072231;margin:0;overflow:hidden;padding:100px 20px;position:relative;text-align:center;width:100vw}.features-title{color:#e8e8e8;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;margin-bottom:80px;text-shadow:0 0 30px #e8e8e880}.features-mobile-hint{display:none}.features-grid{grid-gap:50px;display:grid;gap:50px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1200px;position:relative;z-index:10}.feature-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#072231d9;border:1px solid #ffd7004d;border-radius:20px;color:inherit;cursor:default;display:block;opacity:0;padding:40px;text-decoration:none;transform:scale(.9);transition:all .6s ease}.feature-item.clickable{cursor:pointer}.feature-item.visible{opacity:1;transform:scale(1)}.feature-item:hover{background:#072231f2;border-color:#ffd70080;box-shadow:0 10px 40px #0006;transform:scale(1.05)}.feature-icon{filter:drop-shadow(0 4px 10px rgba(255,215,0,.3));font-size:4rem;margin-bottom:20px}.feature-title{color:#fff;font-size:1.8rem;font-weight:400;margin-bottom:15px}.feature-title.underlined{text-decoration:underline}.feature-text{color:#fff;font-size:1.1rem;line-height:1.6;opacity:.9}.story-link{text-decoration:underline}.features-section .stars{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.features-section .star{animation:twinkle 3s infinite;background:#fff;border-radius:50%;height:2px;position:absolute;width:2px}@keyframes twinkle{0%,to{opacity:0}50%{opacity:1}}.feature-popup-overlay{align-items:center;background:#000c;display:flex;height:100%;justify-content:center;left:0;opacity:0;padding:20px;position:fixed;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100%;z-index:1000}.feature-popup-overlay.active{opacity:1;visibility:visible}.feature-popup{background:#072231fa;border:2px solid #ffd70080;border-radius:20px;box-shadow:0 10px 40px #00000080;max-width:90%;max-width:400px;padding:30px;position:relative;transform:scale(.9);transition:transform .3s ease;width:100%}.feature-popup-overlay.active .feature-popup{transform:scale(1)}.feature-popup-close{align-items:center;background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:300;height:30px;justify-content:center;position:absolute;right:15px;top:15px;transition:background .3s ease,border-color .3s ease;width:30px}.feature-popup-close:hover{background:#fff3;border-color:#ffffff80}.feature-popup-icon{font-size:3rem;margin-bottom:15px;text-align:center}.feature-popup-title{color:gold;font-size:1.5rem;margin-bottom:15px;text-align:center}.feature-popup-text{color:#fff;font-size:1.1rem;line-height:1.6;text-align:center}@media (max-width:768px){.features-section{padding:33px 20px 60px}.features-mobile-hint{color:gold;display:block;font-family:Caveat;font-size:1.8rem;margin-bottom:13px;opacity:1;position:relative;text-align:center;z-index:10}.feature-item{cursor:pointer;padding:25px}.feature-item .feature-text{display:none}.feature-icon{font-size:2.5rem;margin-bottom:10px}.feature-title{font-size:1.2rem;margin-bottom:0}.feature-popup-close{background:none;border:none;font-size:1.5rem;font-weight:500;height:auto;padding:5px;width:auto}.feature-popup-close:hover{background:none;border:none;color:gold}}.cta-section{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;margin:0;min-height:400px;overflow:hidden;padding:120px 20px 240px;text-align:center;width:100vw}.cta-content,.cta-section{align-items:center;display:flex;justify-content:center;position:relative}.cta-content{flex-direction:column;gap:120px;max-width:800px;width:100%;z-index:10}.cta-polaroids{align-items:center;display:flex;gap:0;justify-content:space-between;max-width:800px;width:100%}.cta-go-button{background:gold;border:2px solid gold;border-radius:13px;box-shadow:0 5px 20px #07223166;color:#072231;cursor:pointer;display:inline-block;font-size:1.77rem;font-weight:500;overflow:hidden;padding:21px 60px;position:relative;text-decoration:none;transition:all .3s ease;z-index:1}.cta-go-button:hover{box-shadow:0 8px 30px #ffd70099;text-decoration:none;transform:translateY(-2px)}.cta-polaroid:focus-visible{outline:none}.cta-polaroid:focus{box-shadow:0 6px 20px #0006;outline:none}.cta-polaroid:focus:not(:focus-visible){outline:none}.cta-polaroid{background:#fff;border:1px solid #f0f0f0;box-shadow:0 6px 20px #0006;display:block;opacity:1;padding:10px 10px 30px;position:relative;transition:all .3s ease;width:266px;z-index:10}.cta-polaroid,.cta-polaroid-caption,.cta-polaroid:active,.cta-polaroid:focus,.cta-polaroid:hover,.cta-polaroid:visited{text-decoration:none}.cta-polaroid:after,.cta-polaroid:before{background:#fff;border:1px solid #f0f0f0;box-shadow:0 4px 12px #0000004d;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.cta-polaroid-left{transform:rotate(-5deg) translateX(-20px)}.cta-polaroid-left .cta-polaroid-image{transform:rotate(-3deg) scale(.9)}.cta-polaroid-left .cta-polaroid-caption{transform:rotate(-3deg) skewX(-3deg)}.cta-polaroid-left:before{transform:rotate(-3deg) translate(-5px,5px);z-index:-1}.cta-polaroid-left:after{transform:rotate(4deg) translate(3px,8px);z-index:-2}.cta-polaroid-right{transform:rotate(5deg) translateX(20px)}.cta-polaroid-right .cta-polaroid-image{transform:rotate(2.6deg) scale(.96)}.cta-polaroid-right .cta-polaroid-caption{transform:rotate(2.6deg) skewX(-3deg)}.cta-polaroid-right:before{transform:rotate(3deg) translate(5px,5px);z-index:-1}.cta-polaroid-right:after{transform:rotate(-4deg) translate(-3px,8px);z-index:-2}.cta-polaroid:hover{box-shadow:0 10px 30px #00000080;transform:scale(1.1) rotate(0deg);z-index:15}.cta-polaroid-image{display:block;height:239px;object-fit:cover;width:100%}.cta-polaroid-caption{color:#012031;font-family:Caveat,bold;font-size:33px;font-weight:1000;letter-spacing:.7px;margin-top:23px;text-align:center;text-shadow:1px 1px 0 #0000001a}.decoration-circle{background:#ffd7001a;border-radius:50%;filter:blur(100px);pointer-events:none;position:absolute}.circle-1{height:400px;left:-200px;top:-200px;width:400px}.circle-2{bottom:-300px;height:600px;right:-300px;width:600px}@media (max-width:1024px){.features-grid{gap:40px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero-title{font-family:PassFont,MainFont,sans-serif;font-size:clamp(2.5rem,2vw,3rem)}.hero-go-button{font-size:1.33rem}.services-container.desktop-view{display:none}.services-container.mobile-view{display:block}.carousel-slide .service-card{margin:0;opacity:1;overflow:visible;padding:40px 25px;transform:none}.service-number{font-size:2.5rem;right:33px;top:10px}.service-title{font-size:clamp(2.3rem,4vw,2.7rem);line-height:1.2;margin-bottom:13px;margin-top:0;padding-right:0;padding-top:0}.service-description{font-size:1.08rem;line-height:1.6;text-align:center}.features-grid{gap:30px;grid-template-columns:repeat(2,1fr)}.cta-section{padding:80px 20px 160px}.cta-content{gap:80px;max-width:90%}.cta-go-button{font-size:1.33rem;padding:16px 45px}.cta-polaroids{gap:0;justify-content:space-between;width:100%}.cta-polaroid-image{height:auto}.cta-polaroid-caption{color:#012031;font-family:Caveat,bold;font-size:33px;font-weight:1000;letter-spacing:.7px;margin-top:23px;text-align:center;text-shadow:1px 1px 0 #0000001a}.cta-polaroid-left{transform:rotate(-5deg) scale(.9) translateX(-15px)}.cta-polaroid-left .cta-polaroid-image{transform:rotate(-3deg) scale(.9)}.cta-polaroid-left .cta-polaroid-caption{transform:rotate(-3deg) skewX(-3deg)}.cta-polaroid-right{transform:rotate(5deg) scale(.9) translateX(15px)}.cta-polaroid-right .cta-polaroid-image{transform:rotate(3deg) scale(.9)}.cta-polaroid-right .cta-polaroid-caption{transform:rotate(3deg) skewX(-3deg)}.cta-polaroid:hover{transform:scale(1.05) rotate(0deg)}.arrow{height:17.6px;width:25.6px}.arrow:after,.arrow:before{height:17.6px;width:2.4px}.scroll-arrows{bottom:30px;gap:8px}}@media (max-width:480px){.carousel-slide .service-card{margin-top:0;padding:40px 30px 23px 20px}.service-number{font-size:2.5rem;letter-spacing:.05em;right:25px;top:15px}.service-title{font-size:1.66 rem;padding-right:33px;padding-top:0}.service-description{font-size:1.03rem;text-align:center}.scroll-arrows{bottom:90px}.cta-content{gap:80px}.cta-go-button{font-size:1.2rem;padding:14px 40px}.cta-polaroids{gap:0;justify-content:space-between;width:100%}.cta-polaroid-image{height:auto}.cta-polaroid-caption{color:#012031;font-family:Caveat,bold;font-size:23px;font-weight:1700;letter-spacing:.1px;margin-bottom:-12px;margin-top:6px;text-align:center;text-shadow:1px 1px 0 #0000001a}.cta-polaroid-left{transform:rotate(-3deg) scale(.85) translateX(-10px)}.cta-polaroid-left .cta-polaroid-image{transform:rotate(-2.5deg) scale(.9)}.cta-polaroid-left .cta-polaroid-caption{transform:rotate(-2.5deg) skewX(-3deg)}.cta-polaroid-right{transform:rotate(3deg) scale(.85) translateX(10px)}.cta-polaroid-right .cta-polaroid-image{transform:rotate(2.7deg) scale(.9)}.cta-polaroid-right .cta-polaroid-caption{transform:rotate(2.7deg) skewX(-3deg)}.feature-popup-close{background:none;border:none;font-size:1rem;font-weight:500;height:auto;padding:5px;width:auto}.feature-popup-close:hover{background:none;border:none;color:gold}}@media (max-width:380px){.cta-content{gap:80px}.cta-polaroids{gap:0;justify-content:space-between;width:100%}.cta-polaroid{width:120px}.cta-polaroid-image{height:108px}.cta-go-button{font-size:1.1rem;padding:12px 35px}}.landing-footer{background:#0a0f1b;border-top:2px solid gold;margin-top:80px;padding:40px 20px 30px;width:100%}.footer-content{margin:0 auto;max-width:1200px;text-align:center}.footer-links{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-bottom:25px}.footer-link{color:gold;font-size:15px;font-weight:500;padding:5px 10px;text-decoration:none;transition:all .3s ease}.footer-link:hover{color:orange;text-shadow:0 0 10px #ffd70080;transform:translateY(-2px)}.footer-separator{color:#666;font-size:14px}.footer-copyright{margin-top:20px}.footer-copyright p{color:#999;font-size:14px;line-height:1.6;margin:5px 0}.footer-copyright p:first-child{color:#bbb;font-weight:500}.footer-tagline{color:#888!important;font-size:13px!important;font-style:italic;margin-top:8px!important}@media (max-width:768px){.landing-footer{margin-top:60px;padding:30px 15px 25px}.footer-links{flex-direction:column;gap:10px}.footer-separator{display:none}.footer-link{font-size:14px;padding:8px 15px}.footer-copyright p{font-size:13px}.footer-tagline{font-size:12px!important}}@font-face{font-family:AirbnbCereal_W_Lt;font-style:normal;font-weight:400;src:url(/static/media/AirbnbCereal_W_Lt.7dd66fff37901897d914.ttf) format("truetype")}@font-face{font-family:AirbnbCereal_W_Md;font-style:normal;font-weight:500;src:url(/static/media/AirbnbCereal_W_Md.81798c6cdace650a8c1a.ttf) format("truetype")}@font-face{font-family:MainFontLight;font-style:normal;font-weight:400;src:url(/static/media/MainFontLight.c58c907fb1d179d8e41f.ttf) format("truetype")}@font-face{font-family:PassFont;font-style:normal;font-weight:400;src:url(/static/media/PassFont.7dd66fff37901897d914.ttf) format("truetype")}@font-face{font-family:Caveat-Bold;font-style:normal;font-weight:700;src:url(/static/media/Caveat-Bold.74d7d67268f4c3a9fdde.ttf) format("truetype")}@font-face{font-family:Barlow-Bold;font-style:normal;font-weight:700;src:url(/static/media/Barlow-Bold.0cb1ab864072bf9e0991.ttf) format("truetype")}:root{--primary-color:#e8e8e8;--spacing-sm:16px;--spacing-md:24px;--spacing-lg:32px}.App{align-items:center;background-attachment:fixed;background-image:linear-gradient(#072231e6,#072231e6),url(/static/media/mainbackground.a8fa465c8cd6e9d50bc1.jpg);background-position:50%;background-size:cover;color:#e8e8e8;color:var(--primary-color);display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh;text-align:center}.App>*{position:relative;z-index:2}.main-content{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;max-width:1200px;padding:24px;padding:var(--spacing-md);width:100%}.App.landing-page-active{background:none;background-image:none}.App.landing-page-active .main-content{max-width:none;padding:0;width:100%}.App.learn-more-active{background:none;background-image:none}.App.learn-more-active .main-content{max-width:none;padding:0;width:100%}.App.origin-story-active{background:none;background-image:none}.App.origin-story-active .main-content{max-width:none;padding:0;width:100%}.App.back-the-pass-active{background:none;background-image:none}.App.back-the-pass-active .main-content{max-width:none;padding:0;width:100%}@media (max-width:768px){.main-content{padding:16px;padding:var(--spacing-sm)}.App.back-the-pass-active .main-content,.App.landing-page-active .main-content,.App.learn-more-active .main-content,.App.origin-story-active .main-content{padding:0}}.outer-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:100%;min-height:100vh;overflow-x:hidden;padding:0;text-align:center}.logo{display:block;height:auto;margin:0 auto 20px;max-width:150px}.code-container{background-color:#ffffffe6;border-radius:10px;box-shadow:0 4px 6px #0003;box-sizing:border-box;margin:0 auto;max-width:350px;padding:20px;text-align:center;width:90%}.code-container h2{color:#853a38;margin-bottom:20px}.code-container input{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;padding:12px;text-align:center;width:100%}.code-container input:focus{border-color:#853a38;outline:1px solid #853a38}.code-container button{background-color:#853a38;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:12px;padding:12px}.code-container button:hover{background-color:#6b2d2d}@media (max-width:768px){.code-container{width:90%}}body>.footer,body>.header,body>.navbar,body>footer,body>header,body>nav:not(.payment-cancelled-nav){display:none!important}body{font-family:PassFont,-apple-system,BlinkMacSystemFont,sans-serif!important;margin:0!important;overflow:auto!important;padding:0!important}.payment-cancelled-page{background-attachment:fixed;background-color:#072231;background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;isolation:isolate;left:0;margin:0;overflow-y:auto;padding:0;position:fixed;top:0;width:100vw;z-index:9999}.payment-cancelled-page:before{background:#072231b3;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.payment-cancelled-page .logo-header{animation:fadeInDown .8s ease-out forwards;display:flex;justify-content:center;margin:0 auto;opacity:0;padding-bottom:40px;padding-top:40px;position:relative;z-index:100}.payment-cancelled-page .logo-header a{display:inline-block;text-decoration:none}.payment-cancelled-page .logo-header .logo{cursor:pointer;display:block;filter:drop-shadow(0 0 30px rgba(255,255,255,.5)) drop-shadow(0 0 20px rgba(255,255,255,.3));height:auto;transition:all .3s ease;width:220px}.payment-cancelled-page .logo-header .logo:hover{filter:drop-shadow(0 0 40px rgba(255,255,255,.6)) drop-shadow(0 0 25px rgba(255,255,255,.4));transform:scale(1.05)}.payment-cancelled-content{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:40px 20px;width:100%}.cancellation-box{animation:popupAppear .3s ease-out;animation-delay:.2s;animation-fill-mode:forwards;background:#072231fa;border:2px solid #fff;border-radius:20px;box-shadow:0 20px 60px #00000080;margin-bottom:40px;max-width:600px;opacity:0;padding:50px 40px;text-align:center;width:90%}.cancellation-message{color:gold;font-size:1.6rem;font-weight:600;line-height:1.8;text-shadow:0 2px 10px #ffd70033}.cancellation-message,.return-button{font-family:Open Sans,-apple-system,BlinkMacSystemFont,sans-serif!important;margin:0}.return-button{animation:fadeInUp .5s ease-out forwards;animation-delay:.4s;background:linear-gradient(135deg,gold,orange);border:none;border-radius:50px;box-shadow:0 10px 30px #ffd7004d;color:#072231;cursor:pointer;display:inline-block;font-size:1.3rem;font-weight:700;letter-spacing:1px;opacity:0;overflow:hidden;padding:18px 50px;position:relative;text-transform:uppercase;transition:all .3s ease}.return-button:hover{background:linear-gradient(135deg,orange,gold);box-shadow:0 15px 40px #ffd70066;transform:translateY(-3px)}.return-button:active{box-shadow:0 8px 20px #ffd7004d;transform:translateY(-1px)}@media (max-width:768px){.payment-cancelled-page .logo-header{padding-bottom:30px;padding-top:30px}.payment-cancelled-page .logo-header .logo{width:180px}.payment-cancelled-content{min-height:100vh;padding:30px 15px}.cancellation-box{margin-bottom:30px;padding:40px 30px;width:95%}.cancellation-message{font-size:1.3rem;line-height:1.6}.return-button{font-size:1.1rem;padding:15px 40px}}@media (max-width:480px){.payment-cancelled-page .logo-header .logo{width:150px}.cancellation-box{padding:30px 20px}.cancellation-message{font-size:1.1rem}.return-button{font-size:1rem;padding:12px 35px}}.payment-cancelled-page *{font-family:inherit!important}.payment-cancelled-page button,.payment-cancelled-page input,.payment-cancelled-page select{font-family:Open Sans,-apple-system,BlinkMacSystemFont,sans-serif!important}.payment-cancelled-page button{-webkit-appearance:none;appearance:none;outline:none;text-decoration:none}.payment-cancelled-page,.payment-cancelled-page *{display:inherit!important;visibility:visible!important}.payment-cancelled-page [style*="display: none"]{display:none!important}body,html{height:100%;overflow-x:hidden;width:100%}.inaugural-signup-page{align-items:center;flex-direction:column;font-family:PassFont,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;overflow-x:hidden;padding:20px;width:100vw}.inaugural-logo-wrapper,.inaugural-signup-page{display:flex;justify-content:center;position:relative}.inaugural-logo-wrapper{animation:fadeInDown .8s ease-out forwards;margin-bottom:40px;opacity:0;z-index:100}.inaugural-logo{filter:drop-shadow(0 0 40px rgba(255,255,255,.5)) drop-shadow(0 0 27px rgba(255,255,255,.3));height:auto;transition:all .3s ease;width:147px}.inaugural-signup-container{animation:fadeInUp .8s ease-out .3s forwards;background-color:#000000b3;border:2px solid #fff;border-radius:20px;box-shadow:0 8px 32px #0000004d;max-width:500px;opacity:0;padding:40px;width:100%}.inaugural-signup-container h1{color:gold;font-family:PassFont,sans-serif;font-size:28px;margin-bottom:20px;text-align:center}.inaugural-description{color:#fff;font-family:MainFontLight,sans-serif;font-size:16px;line-height:1.6;margin-bottom:30px;text-align:center}.inaugural-description strong{color:gold}.inaugural-signup-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px;position:relative}.form-group label{color:gold}.form-group input,.form-group label{font-family:MainFontLight,sans-serif}.form-group input{background-color:#ffffff1a;border:1px solid #ffd7004d;border-radius:8px;color:#fff;font-size:16px;padding:12px 16px;text-align:center;transition:all .3s ease}.form-group input::placeholder{color:#ffffff80;text-align:center}.form-group input:focus{background-color:#ffffff26;border-color:gold;outline:none}.form-group input.error,.phone-input-wrapper.error .PhoneInput input{background-color:#ffd7001a;border-color:gold}.error-message{color:gold;display:block;font-family:MainFontLight,sans-serif;font-size:12px;margin-top:4px;text-align:center}.PhoneInput,.phone-input-wrapper{position:relative;width:100%}.PhoneInput input{background-color:#ffffff1a;border:1px solid #ffd7004d;border-radius:8px;color:#fff;font-family:MainFontLight,sans-serif;font-size:16px;padding:12px 70px;text-align:center;transition:all .3s ease;width:100%}.PhoneInput input::placeholder{color:#ffffff80;text-align:center}.PhoneInput input:focus{background-color:#ffffff26;border-color:gold;outline:none}.PhoneInputCountry{align-items:center;background-color:initial;display:flex;left:16px;margin:0;padding:0;pointer-events:auto;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.PhoneInputCountryIcon{border-radius:2px;height:15px;width:20px}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelectArrow{color:#fff;height:8px;margin-bottom:2px;margin-left:10px;opacity:.7;width:8px}.phone-number-input{-webkit-appearance:textfield;appearance:textfield}.phone-number-input::-webkit-inner-spin-button,.phone-number-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.inaugural-submit-button{background-color:gold;border:none;border-radius:20px;color:#072231;cursor:pointer;font-family:MainFontLight,sans-serif;font-size:18px;font-weight:700;margin:20px auto 0;max-width:300px;padding:14px 32px;transition:all .3s ease;width:66%}.inaugural-submit-button:hover:not(:disabled){background-color:#ffc700;box-shadow:0 4px 12px #ffd7004d;transform:translateY(-2px)}.inaugural-submit-button:disabled{cursor:not-allowed;opacity:.6}.confirmation-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;cursor:default;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.confirmation-popup{animation:popupAppear .3s ease-out;background:linear-gradient(135deg,gold,orange);border-radius:20px;box-shadow:0 20px 60px #00000080;cursor:default;max-width:90%;padding:40px;position:relative;text-align:center;width:450px}.popup-close{align-items:center;background:#0722314d;border:none;border-radius:50%;color:#072231!important;cursor:pointer;display:flex;font-size:20px;font-weight:700;height:30px;justify-content:center;line-height:1;padding:0;position:absolute;right:15px;top:15px;transition:all .3s ease;width:30px}.popup-close:hover{background:#07223180;transform:scale(1.1)}.confirmation-popup h3{color:#072231;font-family:PassFont,sans-serif;font-size:2rem;font-weight:700;margin-bottom:20px}.confirmation-popup p{color:#072231;font-family:MainFontLight,sans-serif;font-size:1.1rem;line-height:1.6;margin-bottom:15px}.confirmation-popup p strong{font-weight:700;text-transform:uppercase}.confirmation-details{background:#ffd90000;border-radius:10px;margin:20px 0;padding:15px;text-align:center}.confirmation-details p{font-size:1rem;margin:8px 0;text-align:center}.confirmation-details strong{font-weight:600;margin-right:8px}.password-confirmation{margin:20px 0;text-align:center}.password-confirmation label{color:#072231;display:block;font-family:MainFontLight,sans-serif;font-size:14px;font-weight:600;margin-bottom:8px}.confirm-password-input{background-color:#072231;border:2px solid #072231;border-radius:8px;color:gold;font-family:MainFontLight,sans-serif;font-size:16px;outline:none;padding:12px 16px;text-align:center;transition:all .3s ease;width:80%}.confirm-password-input::placeholder{color:#ffd70080}.confirm-password-input:focus{border-color:#0a3144;box-shadow:0 0 0 3px #07223133}.password-mismatch{color:#072231;display:block;font-family:MainFontLight,sans-serif;font-size:12px;font-weight:600;margin-top:8px}.confirmation-buttons{display:flex;justify-content:center;margin-top:30px}.confirm-yes{background-color:#072231;border:none;border-radius:25px;color:gold;cursor:pointer;font-family:PassFont,sans-serif;font-size:16px;font-weight:700;padding:12px 30px;transition:all .3s ease}.confirm-yes:hover{background-color:#0a3144;box-shadow:0 4px 12px #0000004d;transform:translateY(-2px)}.verification-screen{background-color:#000000b3;border:1px solid #ffd70033;border-radius:12px;box-shadow:0 8px 32px #0000004d;max-width:600px;padding:60px 40px;text-align:center;width:100%}.verification-content h2{color:gold;font-size:28px;margin-bottom:40px}.verification-spinner{animation:spin 1s linear infinite;border:3px solid #ffd70033;border-radius:50%;border-top-color:gold;height:60px;margin:0 auto 30px;width:60px}.verification-checklist{display:flex;flex-direction:column;gap:20px;margin-bottom:40px;text-align:left}.checklist-item{align-items:center;animation:fadeInLeft .5s ease-out forwards;color:#fff;display:flex;font-size:16px;gap:15px;opacity:0}.checklist-item:first-child{animation-delay:.5s}.checklist-item:nth-child(2){animation-delay:1s}.checklist-item:nth-child(3){animation-delay:1.5s}.check-icon{color:gold;font-size:20px;font-weight:700}.verification-note{color:gold;font-size:18px;font-weight:600}.char-counter{color:#ffffff80;font-family:MainFontLight,sans-serif;font-size:11px;position:absolute;right:10px;top:35px}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.inaugural-logo{width:107px}.inaugural-signup-container{padding:30px 20px}.inaugural-signup-container h1{font-size:24px}.confirmation-popup{padding:30px 20px}.verification-screen{padding:40px 20px}.inaugural-submit-button{width:80%}.PhoneInput input{font-size:16px;padding:12px 60px}.error-message{font-size:11px}.PhoneInputCountry{left:12px}.confirm-password-input{width:90%}}.inaugural-confirmation-page{align-items:center;display:flex;flex-direction:column;font-family:PassFont,-apple-system,BlinkMacSystemFont,sans-serif;justify-content:center;min-height:100vh;overflow-x:hidden;padding:20px;position:relative;width:100vw}.confirmation-logo-wrapper{animation:fadeInDown .8s ease-out forwards;display:flex;justify-content:center;margin-bottom:40px;opacity:0;position:relative;z-index:100}.confirmation-logo{filter:drop-shadow(0 0 40px rgba(255,255,255,.5)) drop-shadow(0 0 27px rgba(255,255,255,.3));height:auto;transition:all .3s ease;width:147px}.confirmation-logo:hover{filter:drop-shadow(0 0 50px rgba(255,255,255,.6)) drop-shadow(0 0 35px rgba(255,255,255,.4));transform:scale(1.05)}.confirmation-container{animation:fadeInUp .8s ease-out .3s forwards;background-color:#000000b3;border:2px solid #fff;border-radius:20px;box-shadow:0 8px 32px #0000004d;max-width:700px;opacity:0;padding:60px 40px;text-align:center;width:100%}.confirmation-title{color:gold;font-family:PassFont,sans-serif;font-size:32px;line-height:1.3;margin-bottom:30px}.journey-code-display{animation:fadeIn .8s ease-out .6s forwards;background:#ffd7001a;border:2px solid gold;border-radius:15px;margin-bottom:40px;opacity:0;padding:25px}.journey-code-label{color:gold;font-family:MainFontLight,sans-serif;font-size:18px;margin-bottom:10px}.journey-code-value{color:gold;font-size:48px;font-weight:700;letter-spacing:8px;margin-bottom:10px}.journey-code-note{color:#fff;font-family:MainFontLight,sans-serif;font-size:14px;opacity:.8}.app-polaroids{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin-bottom:40px}.polaroid{animation:fadeInRotate .8s ease-out .8s forwards;background:#fff;border:1px solid #f0f0f0;box-shadow:0 4px 12px #0000004d;cursor:pointer;opacity:0;padding:10px 10px 15px;position:relative;transform:rotate(-3deg);transition:all .3s ease;width:180px}.polaroid:nth-child(2){animation-delay:.9s;transform:rotate(3deg)}.polaroid:after,.polaroid:before{background:#fff;border:1px solid #f0f0f0;box-shadow:0 2px 8px #0003;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.polaroid:before{transform:rotate(-2deg) translate(-3px,3px)}.polaroid:after{transform:rotate(2deg) translate(2px,4px);z-index:-2}.polaroid:hover{box-shadow:0 6px 20px #0006;transform:rotate(0deg) scale(1.05)}.polaroid-content{align-items:center;background:#f5f5f5;border-radius:2px;display:flex;height:160px;justify-content:center;width:100%}.app-icon-placeholder{color:#072231}.polaroid-caption{font-size:16px;font-weight:600;letter-spacing:.5px;margin-top:10px}.contact-info{color:#fff;font-family:MainFontLight,sans-serif;font-size:16px;margin-bottom:40px}.contact-info a{color:gold;text-decoration:none;transition:all .3s ease}.contact-info a:hover{opacity:.8;text-decoration:underline}.home-button{background-color:gold;border:none;border-radius:25px;color:#072231;cursor:pointer;font-family:MainFontLight,sans-serif;font-size:18px;font-weight:700;padding:14px 40px;transition:all .3s ease}.home-button:hover{background-color:#ffc700;box-shadow:0 4px 12px #ffd7004d;transform:translateY(-2px)}.app-popup-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.app-popup-content{animation:popupAppear .3s ease-out;background:linear-gradient(135deg,gold,orange);border-radius:20px;box-shadow:0 20px 60px #00000080;max-width:90%;padding:40px;position:relative;text-align:center;width:400px}.app-popup-close{align-items:center;background:#0722314d;border:none;border-radius:50%;color:#072231;cursor:pointer;display:flex;font-size:20px;font-weight:700;height:30px;justify-content:center;line-height:1;padding:0;position:absolute;right:15px;top:15px;transition:all .3s ease;width:30px}.app-popup-close:hover{background:#07223180;transform:scale(1.1)}.app-popup-content h3{color:#072231;font-family:PassFont,sans-serif;font-size:24px;font-weight:700;margin-bottom:20px}.app-popup-content p{color:#072231;font-family:MainFontLight,sans-serif;font-size:16px;line-height:1.6}@keyframes fadeInRotate{0%{opacity:0;transform:translateY(20px) rotate(var(--rotation))}to{opacity:1;transform:translateY(0) rotate(var(--rotation))}}@media (max-width:768px){.confirmation-logo{width:107px}.confirmation-container{padding:40px 20px}.confirmation-title{font-size:24px}.journey-code-value{font-size:36px;letter-spacing:5px}.app-polaroids{gap:20px}.polaroid{width:150px}.polaroid-content{height:130px}.contact-info{font-size:16px}.home-button{max-width:300px;width:80%}.app-popup-content{padding:30px 20px}}@font-face{font-display:swap;font-family:MainFont;font-style:normal;font-weight:300;src:url(/static/media/MainFontLight.c58c907fb1d179d8e41f.ttf) format("truetype")}.origin-story-container{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#853a38;background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#e8e8e8;font-family:MainFont,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100vh;left:0;line-height:1.8;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100vw;z-index:1}.main-container{margin:0 auto;max-width:900px;min-height:100vh;padding:60px 20px 120px;position:relative}.logo-header{animation:fadeIn .8s ease-out forwards;text-decoration:none;z-index:10}.logo-header .logo{transition:all .3s ease;width:120px}.origin-story-title{animation:fadeInUp 1s ease-out forwards;animation-delay:.2s;color:#072231;font-family:Caveat,cursive;font-size:clamp(3rem,6vw,4.5rem);font-weight:700;letter-spacing:-2px;margin-bottom:40px;opacity:0;text-align:center;text-shadow:2px 2px 4px #0000001a;transform:translateY(30px)}.polaroid-container{align-items:center;animation:fadeInUp 1s ease-out forwards;animation-delay:.3s;display:flex;flex-direction:column;justify-content:center;margin-bottom:80px;opacity:0;position:relative;touch-action:pan-y;transform:translateY(30px)}.clickable-polaroid{cursor:pointer}.polaroid-large{background:#fff;border:1px solid #f0f0f0;box-shadow:0 8px 24px #0006;padding:15px 15px 30px;position:relative;transform:rotate(0deg);transition:all .3s ease;width:350px}.polaroid-inner{transform:rotate(0deg);transition:transform .3s ease}.polaroid-large:after,.polaroid-large:before{background:#fff;border:1px solid #f0f0f0;box-shadow:0 4px 12px #0000004d;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.polaroid-large:before{transform:rotate(-3deg) translate(-5px,5px);z-index:-1}.polaroid-large:after{transform:rotate(4deg) translate(3px,8px);z-index:-2}.polaroid-large:hover{box-shadow:0 12px 32px #00000080;transform:rotate(0deg) scale(1.05)}.polaroid-large:hover .polaroid-inner{transform:rotate(0deg)}.polaroid-image-large{display:block;height:300px;object-fit:cover;transform:rotate(-2deg) scale(.95);width:100%}.polaroid-caption{color:#012031;font-family:Caveat,cursive;font-size:20px;font-weight:700;letter-spacing:1px;margin-top:15px;text-align:center;text-shadow:1px 1px 0 #0000001a;transform:rotate(-2deg) skewX(-3deg)}.polaroid-popup-overlay{align-items:center;background:#000c;cursor:pointer;display:flex;height:100%;justify-content:center;left:0;opacity:0;padding:20px;position:fixed;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100%;z-index:9999}.polaroid-popup-overlay.active{opacity:1;visibility:visible}.polaroid-popup{align-items:center;background:#fff;border:1px solid #f0f0f0;box-shadow:0 20px 60px #0000004d;cursor:default;display:flex;flex-direction:column;height:auto;justify-content:center;max-height:80vh;max-width:800px;padding:20px 20px 40px;transform:scale(.9) rotate(0deg);transition:transform .3s ease;width:80vw}.polaroid-popup-overlay.active .polaroid-popup{transform:scale(1) rotate(0deg)}.polaroid-popup-content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.polaroid-popup-image{display:block;height:auto;margin:0 auto;max-height:calc(80vh - 120px);object-fit:contain;width:100%}.polaroid-popup-caption{color:#012031;font-family:Caveat,cursive;font-size:24px;font-weight:700;letter-spacing:1px;margin-top:20px;text-align:center;text-shadow:1px 1px 0 #0000001a;transform:rotate(-1deg) skewX(-3deg)}.mobile-nav-container{gap:30px;margin-top:20px;position:relative;width:100%}.carousel-nav-main,.mobile-nav-container{align-items:center;display:flex;justify-content:center}.carousel-nav-main{background:#072231cc;border:2px solid #fff;border-radius:50%;color:gold;cursor:pointer;font-size:24px;height:40px;transition:all .3s ease;width:40px}.carousel-nav-main:hover{background:#072231f2;border-color:#fff;transform:scale(1.1)}.story-section{margin:0 auto;max-width:1400px;position:relative;width:100%}.story-content{animation:fadeInUp 1s ease-out forwards;animation-delay:.5s;background:#072231cc;border-radius:20px;opacity:0;overflow:hidden;padding:60px 50px;position:relative;transform:translateY(30px);z-index:1}.story-text{color:#fff;font-size:1.2rem;line-height:1.9;margin-bottom:25px;text-align:left}.story-text:last-child{margin-bottom:0}.side-polaroid{background:#fff;border:1px solid #f0f0f0;box-shadow:0 4px 12px #0000004d;opacity:0;padding:8px 8px 20px;position:absolute;transform:translateY(30px);transition:all .3s ease;width:clamp(120px,15vw,200px)}.side-polaroid.visible{opacity:1;transform:translateY(0) rotate(var(--rotation))}.side-polaroid .polaroid-inner{transform:rotate(0deg)}.side-polaroid:after,.side-polaroid:before{background:#fff;border:1px solid #f0f0f0;box-shadow:0 2px 8px #0003;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.side-polaroid:before{transform:rotate(-2deg) translate(-2px,2px);z-index:-1}.side-polaroid:after{transform:rotate(3deg) translate(1px,3px);z-index:-2}.side-polaroid:hover{box-shadow:0 6px 20px #0006;transform:scale(1.1) rotate(0deg);z-index:10}.side-polaroid:hover .polaroid-inner{transform:rotate(0deg)}.side-polaroid-image{aspect-ratio:1.3;display:block;object-fit:cover;width:100%}.polaroid-1 .side-polaroid-image{transform:rotate(3deg) scale(.92)}.polaroid-2 .side-polaroid-image{transform:rotate(-2.5deg) scale(.94)}.polaroid-3 .side-polaroid-image{transform:rotate(-2deg) scale(.93)}.polaroid-4 .side-polaroid-image{transform:rotate(3.5deg) scale(.92)}.polaroid-5 .side-polaroid-image{transform:rotate(-2.8deg) scale(.93)}.polaroid-6 .side-polaroid-image{transform:rotate(3deg) scale(.94)}.side-polaroid-caption{color:#012031;font-family:Caveat,cursive;font-size:14px;font-weight:600;letter-spacing:.5px;line-height:1.2;margin-top:8px;text-align:center}.polaroid-1 .side-polaroid-caption{transform:rotate(3deg) skewX(-3deg)}.polaroid-2 .side-polaroid-caption{transform:rotate(-2.5deg) skewX(-3deg)}.polaroid-3 .side-polaroid-caption{transform:rotate(-2deg) skewX(-3deg)}.polaroid-4 .side-polaroid-caption{transform:rotate(3.5deg) skewX(-3deg)}.polaroid-5 .side-polaroid-caption{transform:rotate(-2.8deg) skewX(-3deg)}.polaroid-6 .side-polaroid-caption{transform:rotate(3deg) skewX(-3deg)}.polaroid-1{--rotation:-5deg;left:-250px;top:50px}.polaroid-2{--rotation:4deg;right:-250px;top:150px}.polaroid-3{--rotation:-3deg;left:-240px;top:375px}.polaroid-4{--rotation:6deg;right:-240px;top:475px}.polaroid-5{--rotation:-4deg;left:-245px;top:700px}.polaroid-6{--rotation:5deg;right:-245px;top:800px}.push-button-container{animation:fadeInUp 1s ease-out forwards;animation-delay:.7s;display:flex;justify-content:center;margin-bottom:40px;margin-top:60px;opacity:0;transform:translateY(20px)}.push-button{background:linear-gradient(135deg,gold,orange);border:none;border-radius:50px;box-shadow:0 5px 20px #ffd7004d;color:#0a0a0a;cursor:pointer;display:inline-block;font-size:1.6rem;font-weight:500;overflow:hidden;padding:24px 67px;position:relative;text-decoration:none;transition:all .3s ease;z-index:1}.push-button:hover{box-shadow:0 8px 30px #ffd70080;transform:translateY(-2px)}@keyframes fadeIn{to{opacity:1}}@media (max-width:1600px){.polaroid-1{left:-200px}.polaroid-2{right:-200px}.polaroid-3{left:-190px}.polaroid-4{right:-190px}.polaroid-5{left:-195px}.polaroid-6{right:-195px}}@media (max-width:1400px){.side-polaroid{width:clamp(100px,12vw,150px)}.polaroid-1{left:-170px}.polaroid-2{right:-170px}.polaroid-3{left:-160px}.polaroid-4{right:-160px}.polaroid-5{left:-165px}.polaroid-6{right:-165px}}@media (max-width:1200px){.side-polaroid{width:clamp(90px,10vw,120px)}.polaroid-1{left:-140px}.polaroid-2{right:-140px}.polaroid-3{left:-130px}.polaroid-4{right:-130px}.polaroid-5{left:-135px}.polaroid-6{right:-135px}}@media (min-width:1100px){.mobile-nav-container{display:none!important}}@media (max-width:1100px){.polaroid-large{transform:rotate(0deg)}.polaroid-image-large{transform:rotate(0deg) scale(1)}.polaroid-caption{transform:rotate(0deg) skewX(0deg)}.polaroid-large:hover{transform:scale(1)}}@media (max-width:768px){.main-container{padding:40px 20px 150px}.logo-header{margin-bottom:0}.logo-header .logo{width:100px}.origin-story-title{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:10px}.polaroid-large{width:280px}.polaroid-image-large{height:250px}.story-content{padding:40px 30px}.story-text{font-size:1.1rem}.push-button{font-size:1.6rem;padding:24px 67px}.push-button-container{margin-bottom:80px}.carousel-nav-main{font-size:20px;height:35px;width:35px}.polaroid-popup{max-height:70vh;max-width:500px;width:90vw}.polaroid-popup-image{max-height:calc(70vh - 100px)}.polaroid-popup-caption{font-size:20px}}@media (max-width:480px){.main-container{padding:40px 20px 200px}.origin-story-title{font-family:Caveat,cursive;font-size:2.5rem;margin-bottom:25px}.polaroid-large{width:240px}.polaroid-image-large{height:200px}.polaroid-caption{font-size:18px}.carousel-nav-main{font-size:18px;height:30px;width:30px}.mobile-nav-container{gap:25px}.polaroid-popup{padding:15px 15px 30px;width:95vw}.polaroid-popup-caption{font-size:18px;margin-top:15px}.push-button-container{margin-bottom:100px}}.contact-form-component{display:flex;flex-direction:column;gap:20px;width:100%}.contact-form-component h2{color:gold;font-size:2.5rem;margin-bottom:10px;text-align:center}.form-title-caveat{font-family:Caveat,cursive!important;font-size:3rem!important;font-weight:700}.contact-form{display:flex;flex-direction:column;gap:20px}.contact-form input,.contact-form select,.contact-form textarea{background:#ffffff1a;border:2px solid #ffd7004d;border-radius:8px;color:#fff;font-family:PassFont,sans-serif;font-size:1.1rem;padding:15px;transition:all .3s ease}.contact-form select:disabled{background:#ffffff0d;cursor:not-allowed;opacity:.7}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{background:#ffffff26;border-color:gold;outline:none}.contact-form input::placeholder,.contact-form select::placeholder,.contact-form textarea::placeholder{color:#fff9}.contact-form textarea{min-height:120px;resize:vertical}.contact-form button{background:gold;border:2px solid gold;border-radius:10px;color:#072231;cursor:pointer;font-family:PassFont,sans-serif;font-size:1.2rem;font-weight:600;padding:15px 40px;transition:all .3s ease}.contact-form button:hover:not(:disabled){background:#072231;color:gold}.contact-form button:disabled{cursor:not-allowed;opacity:.6}.popup-overlay{background:#000000e6;padding:20px}.popup-content{animation:popupEnter .3s ease-out;border:2px solid gold;border-radius:15px;box-shadow:0 10px 40px #00000080;max-width:500px;padding:40px;text-align:center;width:100%}.popup-content.success-popup{max-width:none;min-width:280px;padding:35px 45px;width:auto}.popup-content.success-popup h3{margin-bottom:0}.popup-content h3{color:gold;font-family:MainFont,sans-serif;font-size:2rem;margin-bottom:20px}.popup-content p{color:#fff;font-family:PassFont,sans-serif;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.popup-content button{background:gold;border:2px solid gold;border-radius:8px;color:#072231;cursor:pointer;font-family:PassFont,sans-serif;font-size:1.2rem;font-weight:600;padding:12px 40px;transition:all .3s ease}.popup-content button:hover{background:#072231;color:gold}@media (max-width:768px){.form-title-caveat{font-size:2.5rem!important}.contact-form input,.contact-form select,.contact-form textarea{font-size:1rem}.contact-form button{font-size:1.1rem}.popup-content{padding:30px 20px}.popup-content.success-popup{padding:25px 35px}.popup-content h3{font-size:1.8rem}.popup-content p{font-size:1rem}}@media (max-width:480px){.form-title-caveat{font-size:2rem!important}.popup-content h3{font-size:1.6rem}}@font-face{font-display:swap;font-family:MainFont;font-style:normal;font-weight:400;src:url(/static/media/MainFontLight.c58c907fb1d179d8e41f.ttf) format("truetype")}.back-the-pass-container{background:#072231;margin:0;overflow-x:hidden;padding:0;position:relative;width:100vw}.back-the-pass-container .hero-section{align-items:center;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;display:flex;justify-content:center;margin:0;min-height:100vh;overflow:hidden;padding:50px 20px;position:relative;width:100vw}.back-the-pass-container .hero-content{align-items:center;display:flex;flex-direction:column;gap:2vw;max-width:100%;position:relative;text-align:center;z-index:1}.back-the-pass-container .hero-logo{animation:fadeInDown .8s ease-out forwards;display:block;margin-bottom:1vw;margin-top:1vw;opacity:0;transition:all .3s ease}.back-the-pass-container .hero-logo .logo{filter:drop-shadow(0 0 30px rgba(255,255,255,.5)) drop-shadow(0 0 20px rgba(255,255,255,.3));height:auto;transition:all .3s ease;width:clamp(120px,15vw,156.6px)}.back-the-pass-container .hero-logo:hover .logo{filter:drop-shadow(0 0 40px rgba(255,255,255,.6)) drop-shadow(0 0 25px rgba(255,255,255,.4));transform:scale(1.05)}.back-the-pass-container .hero-title-caveat{animation:fadeInDown .8s ease-out forwards;color:gold;font-family:Caveat,cursive;font-size:clamp(3rem,7vw,6rem);font-weight:700;margin:0;opacity:0;text-shadow:2px 2px 10px #00000080}.back-the-pass-container .hero-subtitle{animation:fadeInUp .8s ease-out forwards;animation-delay:.2s;color:#fff;font-family:PassFont,sans-serif;font-size:clamp(1.2rem,2vw,1.5rem);margin:-10px 0 30px;opacity:0;padding:0 20px}.back-the-pass-container .cta-buttons{animation:fadeInUp .8s ease-out forwards;animation-delay:.4s;display:flex;flex-wrap:wrap;gap:clamp(20px,3vw,30px);justify-content:center;opacity:0}.back-the-pass-container .cta-button{background:#072231e6;border:2px solid gold;border-radius:12px;box-shadow:0 5px 20px #0000004d;color:gold;cursor:pointer;font-family:PassFont,sans-serif;font-size:clamp(1.1rem,1.5vw,1.3rem);font-weight:500;min-width:clamp(200px,25vw,250px);padding:clamp(16px,2vw,18px) clamp(35px,4vw,50px);transition:all .3s ease}.back-the-pass-container .cta-button:hover{background:gold;color:#072231;transform:translateY(-2px)}.back-the-pass-container .modal-overlay{align-items:center;background:#000000d9;display:flex;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:1000}.back-the-pass-container .modal-content{animation:modalEnter .3s ease-out;background:#072231fa;border:2px solid #ffd70080;border-radius:20px;box-shadow:0 10px 40px #00000080;max-height:90vh;max-width:90%;overflow-y:auto;padding:clamp(30px,4vw,50px);position:relative}.back-the-pass-container .modal-content.contact-form-modal{max-width:700px;width:100%}@keyframes modalEnter{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.back-the-pass-container .modal-content h2{color:gold;font-family:MainFont,sans-serif;font-size:clamp(2.2rem,4vw,3rem);margin-bottom:20px;text-align:center}.back-the-pass-container .modal-lead{color:#fff;font-family:PassFont,sans-serif;font-size:clamp(1.1rem,1.5vw,1.3rem);margin-bottom:30px;text-align:center}.back-the-pass-container .traveler-benefits{margin:30px 0}.back-the-pass-container .traveler-benefits p{color:#fff;font-family:PassFont,sans-serif;font-size:clamp(1rem,1.3vw,1.2rem);line-height:1.8;margin-bottom:15px;text-align:left}.back-the-pass-container .ambassador-button{background:gold;border:2px solid gold;border-radius:10px;color:#072231;cursor:pointer;display:block;font-family:PassFont,sans-serif;font-size:clamp(1.1rem,1.5vw,1.3rem);font-weight:600;margin:40px auto 0;padding:clamp(14px,1.8vw,16px) clamp(35px,4vw,45px);transition:all .3s ease}.back-the-pass-container .ambassador-button:hover{background:#072231;color:gold}.back-the-pass-container .org-options-wrapper{align-items:stretch;display:flex;gap:clamp(20px,2vw,25px);justify-content:center;margin:0 auto;max-width:min(90vw,1200px);opacity:0;padding:0 20px;transition:opacity .3s ease}.back-the-pass-container .org-options-wrapper.show{opacity:1}.back-the-pass-container .org-options-wrapper.desktop{display:flex;flex-direction:row;flex-wrap:wrap}.back-the-pass-container .org-option{animation:modalEnter .3s ease-out;background:#072231fa;border:2px solid #ffd70080;border-radius:20px;box-shadow:0 10px 40px #00000080;cursor:pointer;display:flex;flex-basis:calc(33.333% - 20px);flex-direction:column;flex-grow:1;flex-shrink:1;justify-content:space-between;max-width:380px;min-height:250px;min-width:280px;padding:clamp(20px,3vw,30px);transition:all .3s ease}.back-the-pass-container .org-option:hover{border-color:gold;transform:translateY(-5px)}.back-the-pass-container .org-option h3{color:gold;font-family:MainFont,sans-serif;font-size:clamp(1.3rem,1.8vw,1.5rem);margin-bottom:15px}.back-the-pass-container .org-option p{color:#fff;flex-grow:1;font-family:PassFont,sans-serif;font-size:clamp(1rem,1.2vw,1.1rem);line-height:1.6;margin-bottom:20px}.back-the-pass-container .org-options-wrapper.mobile{display:none;flex-direction:column;padding:0;width:100%}.back-the-pass-container .org-option-mobile{animation:modalEnter .3s ease-out;background:#072231fa;border:2px solid #ffd70080;border-radius:20px;box-shadow:0 10px 40px #00000080;cursor:pointer;padding:25px;text-align:center;transition:all .3s ease;width:100%}.back-the-pass-container .org-option-mobile:active{transform:scale(.98)}.back-the-pass-container .org-option-mobile h3{color:gold;font-family:MainFont,sans-serif;font-size:clamp(1.3rem,4vw,1.6rem);margin:0}.back-the-pass-container .org-detail-view{text-align:center}.back-the-pass-container .org-detail-view h3{color:gold;font-family:MainFont,sans-serif;font-size:clamp(1.8rem,5vw,2.2rem);margin-bottom:20px}.back-the-pass-container .org-detail-view p{color:#fff;font-family:PassFont,sans-serif;font-size:clamp(1.1rem,3vw,1.3rem);line-height:1.6;margin-bottom:15px}.back-the-pass-container .org-action-button{background:gold;border:2px solid gold;border-radius:8px;color:#072231;cursor:pointer;display:block;font-family:PassFont,sans-serif;font-size:clamp(1rem,1.3vw,1.1rem);font-weight:600;margin:30px auto 0;padding:clamp(12px,1.5vw,14px) clamp(28px,3.5vw,35px);transition:all .3s ease}.back-the-pass-container .org-action-button:hover{background:#072231;color:gold}@media (max-width:1024px){.back-the-pass-container .org-option{flex-basis:calc(50% - 20px);flex-grow:1;flex-shrink:1;min-width:260px}}@media (max-width:768px){.back-the-pass-container .hero-content{gap:20px}.back-the-pass-container .cta-buttons{flex-direction:column;gap:20px;max-width:300px;width:100%}.back-the-pass-container .cta-button{min-width:0;min-width:auto;width:100%}.back-the-pass-container .modal-content{max-width:95%;padding:30px 20px}.back-the-pass-container .org-options-wrapper.desktop{display:none}.back-the-pass-container .org-options-wrapper.mobile{display:flex}}@media (max-width:480px){.back-the-pass-container .hero-section{padding:30px 15px}.back-the-pass-container .modal-content{padding:25px 15px}}@media (min-width:1400px){.back-the-pass-container .org-options-wrapper{max-width:1400px}.back-the-pass-container .org-option{max-width:420px}}*{box-sizing:border-box;margin:0;padding:0}@font-face{font-display:swap;font-family:PassFont;font-style:normal;font-weight:400;src:url(/static/media/PassFont.7dd66fff37901897d914.ttf) format("truetype")}.learn-more-container{background:#072231;position:relative;width:100vw}.learn-more-container,body{margin:0;overflow-x:hidden;padding:0}.learn-more-container .hero-section{align-items:center;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;display:flex;justify-content:center;margin:0;min-height:100vh;overflow:hidden;padding:50px 20px;position:relative;width:100vw}.learn-more-container .hero-content{align-items:center;display:flex;flex-direction:column;gap:30px;max-width:100%;position:relative;text-align:center;z-index:1}.learn-more-container .hero-logo{animation:fadeInDown .8s ease-out forwards;display:block;opacity:0;transition:all .3s ease}.learn-more-container .hero-logo .logo{filter:drop-shadow(0 0 30px rgba(255,255,255,.5)) drop-shadow(0 0 20px rgba(255,255,255,.3));height:auto;transition:all .3s ease;width:156.6px}.learn-more-container .hero-logo:hover .logo{filter:drop-shadow(0 0 40px rgba(255,255,255,.6)) drop-shadow(0 0 25px rgba(255,255,255,.4));transform:scale(1.05)}.learn-more-container .hero-subtitle{animation:fadeInUp .8s ease-out forwards;animation-delay:.2s;color:gold;font-family:Caveat,cursive;font-size:2rem;margin:-20px 0 20px;opacity:0}.learn-more-container .expandable-buttons{grid-gap:20px;animation:fadeInUp .8s ease-out forwards;animation-delay:.4s;display:grid;gap:20px;grid-template-columns:1fr 1fr;opacity:0}.learn-more-container .expand-button{background:#072231;border:2px solid gold;border-radius:9px;box-shadow:0 5px 20px #0000004d;color:gold;cursor:pointer;font-family:inherit;font-size:1.1rem;font-weight:400;font-weight:500;line-height:1.8;min-width:280px;padding:16px 45px;transition:all .3s ease}.learn-more-container .expand-button.active,.learn-more-container .expand-button:hover{background:#0a2d44;box-shadow:0 8px 30px #ffd7004d;transform:translateY(-2px)}.learn-more-container .popup-overlay{align-items:center;background:#000c;display:flex;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:1000}.learn-more-container .popup-content{animation:popupEnter .3s ease-out;background:#072231fa;border:2px solid #ffd70080;border-radius:20px;box-shadow:0 10px 40px #00000080;max-height:80vh;max-width:80%;overflow-y:auto;padding:40px;position:relative}@keyframes popupEnter{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.learn-more-container .popup-content h2{color:gold;font-family:Caveat,cursive;font-size:2.5rem;margin-bottom:30px}.learn-more-container .popup-content h3{color:gold;font-size:2rem;margin:30px 0 20px}.learn-more-container .popup-content p{color:#fff;font-size:1.4rem;line-height:1.8;margin-bottom:20px}.learn-more-container .popup-content ul{display:inline-block;list-style:none;margin:20px 0;padding:0;text-align:left}.learn-more-container .popup-content ul li{color:#fff;font-size:1.3rem;margin-bottom:10px;padding-left:30px;position:relative}.learn-more-container .popup-content ul li:before{color:gold;content:"✓";font-weight:700;left:0;position:absolute}.learn-more-container .services-tagline-section{background-attachment:fixed!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;margin:0;padding:100px 20px 120px;position:relative;width:100vw}.learn-more-container .section-title{color:gold;font-size:3rem;margin-bottom:60px;position:relative;text-align:center;z-index:2}.learn-more-container .services-container.desktop-view{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1200px;position:relative;z-index:2}.learn-more-container .services-container.mobile-view{display:none;position:relative;z-index:2}.learn-more-container .service-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#072231d9;border:1px solid #ffd70066;border-radius:20px;box-shadow:0 4px 20px #0000004d;opacity:0;overflow:hidden;padding:50px 40px;position:relative;transform:translateY(50px);transition:all .6s ease}.learn-more-container .service-card.visible{opacity:1;transform:translateY(0)}.learn-more-container .service-number{color:gold;font-family:Caveat,cursive;font-size:4rem;font-weight:700;opacity:.7;position:absolute;right:33px;top:20px}.learn-more-container .service-title{color:gold;font-family:Caveat,cursive;font-size:2rem;font-weight:400;margin-bottom:20px;padding-right:100px;text-align:left}.learn-more-container .service-description{color:#fff;font-size:1.1rem;line-height:1.8}.learn-more-container .tagline-content{margin-top:80px;opacity:0;position:relative;text-align:center;transform:translateY(30px);transition:all .6s ease;z-index:10}.learn-more-container .services-tagline-section.visible .tagline-content{opacity:1;transform:translateY(0)}.learn-more-container .sub-tagline{color:gold;font-family:Caveat,cursive;font-size:2rem;font-weight:700;margin-bottom:40px}.learn-more-container .go-button{background:gold;border:2px solid gold;border-radius:13px;box-shadow:0 5px 20px #07223166;color:#072231;cursor:pointer;display:inline-block;font-size:1.77rem;font-weight:500;padding:21px 60px;text-decoration:none;transition:all .3s ease}.learn-more-container .go-button:hover{box-shadow:0 8px 30px #ffd70099;text-decoration:none;transform:translateY(-2px)}.learn-more-container .cta-section{align-items:center;background-attachment:fixed!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;display:flex;flex-direction:column;justify-content:center;margin:0;overflow:hidden;padding:120px 20px 240px;position:relative;text-align:center;width:100vw}.learn-more-container .contact-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#072231f2;border-radius:20px;box-shadow:0 10px 40px #0000004d;max-width:600px;opacity:0;padding:60px;transform:translateY(30px);transition:all .6s ease;width:100%}.learn-more-container .contact-section.visible{opacity:1;transform:translateY(0)}.learn-more-container .contact-section h2{color:gold;font-family:Caveat,cursive;font-size:2.5rem;margin-bottom:40px}.learn-more-container .contact-form{display:flex;flex-direction:column;gap:20px}.learn-more-container .contact-form input,.learn-more-container .contact-form textarea{background:#ffffff0d;border:2px solid #ffd7004d;border-radius:8px;color:#fff;font-family:PassFont,sans-serif;font-size:1rem;padding:15px;text-align:center;transition:all .3s ease}.learn-more-container .contact-form input::placeholder,.learn-more-container .contact-form textarea::placeholder{color:#fff9;font-family:PassFont,sans-serif;text-align:center}.learn-more-container .contact-form input:focus,.learn-more-container .contact-form textarea:focus{background:#ffffff1a;border-color:gold;outline:none}.learn-more-container .contact-form button{background:gold;border:2px solid gold;border-radius:8px;color:#072231;cursor:pointer;font-family:PassFont,sans-serif;font-size:1.2rem;font-weight:600;padding:15px 40px;transition:all .3s ease}.learn-more-container .form-status{border-radius:5px;font-size:1rem;margin-top:10px;padding:10px}.learn-more-container .form-status.success{background:#4caf5033;color:#4caf50}.learn-more-container .form-status.error{background:#f4433633;color:#f44336}.learn-more-container .carousel-wrapper{-webkit-tap-highlight-color:transparent;overflow:hidden;position:relative;width:100%}.learn-more-container .carousel-track{-webkit-tap-highlight-color:transparent;display:flex;transition:transform .3s ease}.learn-more-container .carousel-slide{-webkit-tap-highlight-color:transparent;flex:0 0 100%;width:100%}.learn-more-container .carousel-slide *{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}@media (max-width:768px){.learn-more-container .carousel-slide .service-card:hover{background:#072231d9;box-shadow:0 4px 20px #0000004d;transform:none}}.learn-more-container .carousel-dots{display:flex;gap:10px;justify-content:center;margin-top:30px}.learn-more-container .dot{-webkit-tap-highlight-color:transparent;background:#ffffff4d;border:none;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:background .3s ease;width:10px}.learn-more-container .dot.active{background:gold}@media (max-width:768px){.learn-more-container .hero-logo .logo{width:120px}.learn-more-container .hero-subtitle{font-size:1.5rem}.learn-more-container .expandable-buttons{gap:15px;grid-template-columns:1fr}.learn-more-container .expand-button{font-size:1rem;min-width:240px;padding:14px 35px}.learn-more-container .popup-content{max-width:95%;padding:30px 20px}.learn-more-container .popup-content h2{font-size:2rem}.learn-more-container .popup-content p{font-size:1.1rem}.learn-more-container .popup-content ul li{font-size:1rem}.learn-more-container .services-container.desktop-view{display:none}.learn-more-container .services-container.mobile-view{display:block}.learn-more-container .carousel-slide .service-card{box-shadow:none}.learn-more-container .service-title{font-size:1.5rem}.learn-more-container .service-number{font-size:3rem}.learn-more-container .services-tagline-section{background-attachment:scroll!important;padding:60px 20px 80px}.learn-more-container .tagline-content{margin-top:60px}.learn-more-container .sub-tagline{font-size:1.5rem;margin-bottom:30px}.learn-more-container .go-button{font-size:1.33rem;padding:16px 45px}.learn-more-container .cta-section{background-attachment:scroll!important;padding:80px 20px 480px}.learn-more-container .contact-section{padding:40px 20px}.learn-more-container .contact-section h2{font-size:2rem}}@media (max-width:480px){.learn-more-container .section-title{font-size:2rem}.learn-more-container .service-card{padding:30px 25px}.learn-more-container .service-title{font-size:1.3rem;padding-right:60px}.learn-more-container .service-description{font-size:1rem}.learn-more-container .sub-tagline{font-size:1.3rem}.learn-more-container .go-button{font-size:1.2rem;padding:14px 40px}}.haylee-dinner-container{align-items:center;background:#0000;display:flex;justify-content:center;min-height:100vh;padding:20px}.haylee-dinner-content{background:#0000;max-width:800px;padding:60px;text-align:center;width:100%}.haylee-dinner-title{color:gold;font-family:Caveat,cursive;font-size:4.5rem;font-weight:700;margin-bottom:50px;text-shadow:3px 3px 6px #0000004d}.color-boxes-container{flex-wrap:wrap;gap:40px;margin-bottom:40px}.color-box,.color-boxes-container{display:flex;justify-content:center}.color-box{align-items:center;border-radius:25px;box-shadow:0 8px 20px #00000026;cursor:pointer;height:180px;overflow:hidden;position:relative;transition:all .3s ease;width:180px}.color-box:hover:not(.disabled){box-shadow:0 15px 35px #00000040;transform:translateY(-10px)}.color-box.selected{transform:scale(1.1)}.color-box.disabled{cursor:not-allowed;opacity:.6}.green-box{background:linear-gradient(135deg,#4caf50,#45a049)}.gold-box{background:linear-gradient(135deg,gold,orange)}.red-box{background:linear-gradient(135deg,#f44336,#e53935)}.loading-message{margin-top:30px}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;height:40px;margin:0 auto 20px;width:40px}.popup-message{animation:popIn .3s ease;border-radius:20px;box-shadow:0 20px 60px #0000004d;cursor:default;left:50%;padding:40px 80px;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1000}.popup-message.success{background-color:#001f3f;border:3px solid gold}.popup-message.error{background-color:#f8d7da;border:2px solid #f5c6cb;color:#721c24}.popup-message p{font-family:Caveat,cursive;font-size:3rem;font-weight:700;margin:0}.popup-message.success p{color:gold}@keyframes popIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media (max-width:768px){.haylee-dinner-content{padding:40px 20px}.haylee-dinner-title{font-size:3rem;margin-bottom:40px}.color-boxes-container{gap:20px}.color-box{height:140px;width:140px}.popup-message p{font-size:2.5rem}.popup-message{padding:30px 60px}}@media (max-width:480px){.haylee-dinner-title{font-size:2.5rem}.color-box{height:120px;width:120px}.popup-message p{font-size:2rem}.popup-message{padding:25px 50px}}.admin-loading{align-items:center;color:#666;display:flex;font-size:18px;justify-content:center;min-height:400px}.admin-bookings-page{max-width:100%;overflow-x:auto;padding:20px}.admin-bookings-page h2{border-bottom:2px solid gold;color:#333;font-size:28px;margin-bottom:20px;padding-bottom:10px}.admin-bookings-page h3{color:#444;font-size:20px;margin-bottom:15px;margin-top:30px}.filters-section{background:#f8f9fa;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px;padding:20px}.filter-row{align-items:flex-end;display:flex;flex-wrap:wrap;gap:15px}.filter-group{flex:1 1;min-width:200px}.filter-group label{color:#555;display:block;font-size:14px;font-weight:600;margin-bottom:5px}.form-control{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:8px 12px;transition:border-color .2s;width:100%}.form-control:focus{border-color:gold;box-shadow:0 0 0 2px #ffd7001a;outline:none}.date-range{align-items:center;display:flex;gap:10px}.date-range span{color:#666;font-size:14px}.stats-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:20px;margin-top:15px}.stat-card{background:#fff;border:1px solid #e9ecef;border-radius:6px;box-shadow:0 2px 4px #00000014;padding:12px;text-align:center}.stat-card h4{color:#666;font-size:11px;font-weight:600;letter-spacing:.3px;margin:0 0 5px;text-transform:uppercase}.stat-card p{color:#333;font-size:24px;font-weight:700;margin:0}.table-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:30px;overflow:hidden;overflow-x:auto}.compact-table .admin-table{border-collapse:collapse;width:100%}.compact-table .admin-table thead{background:#f8f9fa}.compact-table .admin-table th{border-bottom:2px solid #dee2e6;color:#555;font-size:11px;font-weight:600;padding:6px 8px;text-align:left;white-space:nowrap}.compact-table .admin-table th.sortable{cursor:pointer;transition:background .2s;-webkit-user-select:none;user-select:none}.compact-table .admin-table th.sortable:hover{background:#e9ecef}.compact-table .admin-table tbody tr{border-bottom:1px solid #dee2e6;transition:background .2s}.compact-table .admin-table tbody tr:hover{background:#f8f9fa}.compact-table .admin-table td{color:#333;font-size:11px;line-height:1.3;padding:4px 8px}.compact-table .btn-sm{font-size:10px;padding:2px 6px}.compact-table .text-muted{font-size:9px}.admin-table{border-collapse:collapse;width:100%}.admin-table thead{background:#f8f9fa}.admin-table th{border-bottom:2px solid #dee2e6;color:#555;font-size:14px;font-weight:600;padding:12px 15px;text-align:left;white-space:nowrap}.admin-table th.sortable{cursor:pointer;transition:background .2s;-webkit-user-select:none;user-select:none}.admin-table th.sortable:hover{background:#e9ecef}.admin-table tbody tr{border-bottom:1px solid #dee2e6;transition:background .2s}.admin-table tbody tr:hover{background:#f8f9fa}.admin-table td{color:#333;font-size:14px;padding:12px 15px}.text-muted{color:#6c757d;font-size:12px}.status-badge{font-weight:700;padding:4px 8px}.status-badge,.status-indicator{border-radius:4px;display:inline-block;font-size:12px;text-transform:uppercase}.status-indicator{border:2px solid #0000;cursor:pointer;font-weight:600;letter-spacing:.5px;min-width:100px;padding:6px 12px;text-align:center;transition:all .2s}.status-indicator.compact{font-size:10px;letter-spacing:.3px;min-width:70px;padding:3px 6px}.status-indicator:hover{box-shadow:0 2px 4px #0003;opacity:.85;transform:translateY(-1px)}.btn{border:none;border-radius:4px;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;padding:8px 16px;text-decoration:none;transition:all .2s}.btn-primary{background:gold;color:#333}.btn-primary:hover{background:#f0c800;box-shadow:0 2px 4px #0003;transform:translateY(-1px)}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover{background:#c82333;box-shadow:0 2px 4px #dc35454d;transform:translateY(-1px)}.btn-sm{font-size:12px;padding:5px 10px}.btn-sm.btn-danger{font-weight:700;min-width:24px;padding:5px 8px}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:8px;box-shadow:0 10px 40px #0003;max-height:90vh;max-width:600px;overflow-y:auto;padding:30px;width:100%}.modal-content h3{border-bottom:2px solid gold;color:#333;font-size:24px;margin-bottom:20px;margin-top:0;padding-bottom:10px}.booking-detail-card{background:#f8f9fa;border-radius:6px;margin-bottom:20px;padding:15px}.booking-detail-card h4{color:#333;font-size:18px;margin:0 0 10px}.booking-detail-card p{color:#666;font-size:14px;margin:5px 0}.form-group{margin-bottom:20px}.form-group label{color:#555;display:block;font-size:14px;font-weight:600;margin-bottom:5px}.form-group input[type=number],.form-group input[type=text],.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:8px 12px;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:gold;box-shadow:0 0 0 2px #ffd7001a;outline:none}.form-group textarea{font-family:inherit;min-height:80px;resize:vertical}.modal-actions{border-top:1px solid #dee2e6;display:flex;gap:10px;justify-content:flex-end;margin-top:20px;padding-top:20px}.audit-section{background:#f8f9fa;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-bottom:20px;padding:15px}.audit-section h3{color:#444;font-size:16px;margin-bottom:10px;margin-top:0}.audit-logs{margin-top:10px}.audit-log-item{align-items:center;background:#fff;border-bottom:1px solid #dee2e6;border-radius:4px;display:flex;font-size:12px;gap:10px;margin-bottom:2px;padding:6px 8px}.audit-log-item:last-child{border-bottom:none;margin-bottom:0}.audit-timestamp{color:#6c757d;font-size:11px;min-width:130px}.audit-action{color:#333;flex:1 1;font-size:12px}.no-data{background:#f8f9fa;border-radius:8px;color:#6c757d;font-size:16px;padding:40px;text-align:center}@media (max-width:768px){.filter-row{flex-direction:column}.filter-group{width:100%}.stats-row{grid-template-columns:1fr}.modal-content{padding:20px}.admin-table{font-size:12px}.admin-table td,.admin-table th{padding:8px 10px}.modal-actions{flex-direction:column}.modal-actions .btn{width:100%}}.spinner{animation:spin .8s linear infinite;border:3px solid #0000001a;border-radius:50%;border-top-color:gold;display:inline-block;height:20px;width:20px}.alert{border-radius:4px;font-size:14px;margin-bottom:20px;padding:12px 20px}.alert-success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.alert-warning{background:#fff3cd;border:1px solid #ffeaa7;color:#856404}.pagination-container{align-items:center;background:#fff;border-radius:0 0 8px 8px;border-top:1px solid #dee2e6;display:flex;justify-content:space-between;margin-bottom:30px;margin-top:-1px;padding:20px}.pagination-info{color:#6c757d;font-size:14px}.pagination-controls{align-items:center;display:flex;gap:5px}.page-numbers{display:flex;gap:5px;margin:0 10px}.pagination-btn{background:#fff;border:1px solid #dee2e6;border-radius:4px;color:#333;cursor:pointer;font-size:14px;min-width:70px;padding:6px 12px;transition:all .2s}.pagination-btn:hover:not(:disabled){background:#f8f9fa;border-color:gold}.pagination-btn:disabled{color:#6c757d;cursor:not-allowed;opacity:.5}.pagination-number{background:#fff;border:1px solid #dee2e6;border-radius:4px;color:#333;cursor:pointer;font-size:14px;min-width:35px;padding:6px 12px;text-align:center;transition:all .2s}.pagination-number:hover{background:#f8f9fa;border-color:gold}.pagination-number.active{background:gold;border-color:gold;color:#333;font-weight:600}@media (max-width:768px){.pagination-container{flex-direction:column;gap:15px}.pagination-info{text-align:center}.pagination-btn{font-size:12px;min-width:auto;padding:6px 10px}.pagination-number{font-size:12px;min-width:30px;padding:6px 8px}}body,html{box-sizing:border-box;margin:0;padding:0}*,:after,:before{box-sizing:inherit}.user-info-container{background-color:#2b2b2b;border-radius:8px;color:#fff;margin:40px auto;max-width:400px;padding:20px;text-align:center;width:90%}.back-button{background-color:#853a38;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:8px 16px}.back-button,.user-info-title{margin-bottom:10px}.user-info-form{display:flex;flex-direction:column;gap:1rem}.error-text{color:red}.form-row{align-items:center;border:1px solid #444;border-radius:4px;display:flex;flex-direction:column;gap:.5rem;padding:10px}.form-row label{cursor:pointer;font-weight:700}.form-row input,.form-row select{border:1px solid #ccc;border-radius:4px;margin:0 auto;max-width:300px;padding:10px;text-align:center;width:80%}.flag-wrapper{margin:0 auto;max-width:300px;position:relative;width:80%}.flag-wrapper select{padding-left:35px}.flag{display:inline-block;left:10px;position:absolute;top:50%;transform:translateY(-50%)}.browse-button,.verify-button{background-color:#853a38;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:8px 16px}.browse-button{display:inline-block;overflow:hidden;position:relative}.file-input-row{align-items:center;display:flex;flex-direction:column;gap:.5rem}.delete-button{background-color:#800020;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:6px 12px}.passport-hint{color:#ccc;font-size:.9rem;margin-top:.5rem}.button-row{display:flex;justify-content:center;margin-top:10px}.save-button{background-color:#28a745;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:8px 16px}.App:has(.store-page){background:none;justify-content:stretch;padding:0}.App:has(.store-page) .main-content{max-width:none;padding:0;width:100%}.pass-card-container{--header-height:10px;--bottom-margin:10px;--available-height:calc(100vh - var(--header-height) - var(--bottom-margin));--scale-factor:min(1,var(--available-height)/451px);contain:layout style;display:block;height:451px;margin:0 auto;overflow:visible;perspective:1000px;-webkit-perspective:1000px;position:relative;transform:scale(var(--scale-factor));transform-origin:top center;width:278px;z-index:1}.pass-card{cursor:default;height:100%;position:relative;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transition:transform .6s;width:100%;z-index:1}.pass-card.flipped{transform:rotateY(180deg)}.pass-card-face{align-items:center;backface-visibility:hidden;-webkit-backface-visibility:hidden;background:#072231;border:2px solid #fff;border-radius:12px;box-shadow:0 10px 40px #0006;display:flex;flex-direction:column;height:100%;overflow:hidden;padding:25px;position:absolute;width:100%}.pass-card-back{align-items:flex-start;padding:25px;transform:rotateY(180deg)}.inaugural-ribbon{align-items:center;background:linear-gradient(135deg,gold,orange);border-bottom-right-radius:20px;border-top-left-radius:10px;box-shadow:2px 2px 10px #0000004d;color:#072231;cursor:pointer;display:flex;font-size:.85rem;font-weight:700;gap:6px;left:-2px;letter-spacing:.5px;padding:8px 20px 8px 15px;position:absolute;top:-2px;transition:all .3s ease;z-index:20}.inaugural-ribbon:hover{background:linear-gradient(135deg,orange,gold)}.inaugural-ribbon svg{height:16px;width:16px}.flip-button{align-items:center;background:#0000;border:none;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:15px;top:15px;width:40px;z-index:10}.flip-button:hover{color:#fffc}.flip-button svg{height:21px;width:21px}.flip-button-back{align-items:center;background:#0000;border:none;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:15px;top:15px;width:40px;z-index:10}.flip-button-back:hover{color:#fffc}.flip-button-back svg{height:21px;width:21px}.status-badge{border-radius:20px;font-size:.8rem;font-weight:600;left:20px;letter-spacing:.5px;padding:5px 15px;position:absolute;top:20px}.status-badge.beta{background:#ffd70033;border:1px solid gold;color:gold}.status-badge.coming-soon{background:#ffffff1a;border:1px solid #ffffff4d;color:#e8e8e8}.route-name{margin:33px 0 8px}.route-name,.route-name-back{color:#fff;font-family:PassFont,sans-serif;font-size:2.2rem;font-stretch:condensed;font-weight:400;letter-spacing:-.5px;line-height:1.1;text-align:center}.route-name-back{margin:15px 0 8px}.route-tagline{color:gold;font-family:MainFontLight,sans-serif;font-size:.85rem;font-style:normal;font-weight:300;margin-bottom:25px;text-align:center}.route-image-container{align-items:center;background:#072231;border-radius:10px;display:flex;height:174px;justify-content:center;margin:20px 0 30px;overflow:hidden;position:relative;width:174px}.route-image{background:#072231;max-height:100%;max-width:100%;object-fit:contain}.route-image-placeholder{align-items:center;background:#072231;border:1px dashed #ffd7004d;border-radius:10px;display:flex;height:100%;justify-content:center;position:relative;width:100%}.route-image-placeholder:before{background:#ffd7000d;border-radius:10px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.price-button{align-items:center;background:linear-gradient(135deg,gold,orange);border:none;border-radius:12px;color:#072231;cursor:pointer;display:flex;font-family:MainFontLight,sans-serif;font-size:1.6rem;font-weight:700;justify-content:center;margin-bottom:15px;margin-top:auto;overflow:hidden;padding:12px 0;position:relative;transition:all .3s ease;width:33.33%}.pass-card-back .price-button{align-self:center;margin-bottom:15px;margin-top:auto}.price-button:hover:not(.disabled){background:linear-gradient(135deg,orange,gold)}.price-button.disabled{background:#ffffff1a;color:#e8e8e8;cursor:not-allowed}.price-duration-wrapper{color:#fff;font-family:MainFontLight,sans-serif;font-size:.85rem;font-weight:300;margin-bottom:15px;margin-top:10px;text-align:center}.coming-soon-text{font-family:PassFont,sans-serif;font-size:1rem}.bullet-points{display:flex;flex:1 1;flex-direction:column;gap:3px;margin:0 0 17px;width:100%}.bullet-point{align-items:flex-start;display:flex;gap:6px}.bullet-diamond{color:gold;flex-shrink:0;font-size:1.04rem;line-height:2;margin-top:2px}.bullet-content{display:flex;flex:1 1;flex-direction:column;gap:-4px;text-align:left}.bullet-main-text{color:gold;font-family:Caveat,cursive;font-size:1.3rem;font-weight:600;line-height:1.3}.bullet-sub-text{color:#e8e8e8;font-size:.97rem;line-height:1;padding-left:2px}.bullet-text{color:#e8e8e8;font-size:.96rem;line-height:1.4}@media (max-width:768px){.pass-card-container{--header-height:120px;height:451px;max-width:90vw;width:278px}.route-name,.route-name-back{font-size:1.8rem}.flip-button,.flip-button-back{height:40px;width:40px}.bullet-main-text{font-size:1.25rem}.bullet-sub-text{font-size:.95rem}.bullet-diamond{font-size:1.1rem}}@media (max-width:400px){.pass-card-container{--scale-factor:min(0.95,var(--available-height)/451px)}}.date-selection-box button:not(.popup-cta){background:#0000!important;background-image:none!important}.date-selection-box .currency-dropdown-button{background:#072231!important;background-image:none!important;border:1px solid #072231!important;box-shadow:none!important;color:#fff;outline:none!important}.date-selection-box .currency-dropdown-button:active,.date-selection-box .currency-dropdown-button:focus,.date-selection-box .currency-dropdown-button:focus-visible,.date-selection-box .currency-dropdown-button:hover{background:#072231cc!important;border:1px solid #072231!important;box-shadow:none!important;outline:none!important}.date-selection-box .currency-dropdown-button:after,.date-selection-box .currency-dropdown-button:before{display:none!important}.date-selection-box{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding-bottom:27px;padding-top:44px;position:relative;width:100%}.currency-selector-container{left:-30px;position:absolute;top:-30px;z-index:10}.currency-dropdown{position:relative}.currency-dropdown-button{align-items:center;background:#072231;border:1px solid #072231;border-radius:11px;color:#fff;cursor:pointer;display:flex;font-size:.89rem;gap:7px;height:69px;padding:16px;transition:all .3s ease}.currency-dropdown-button:hover{background:#072231cc}.currency-icon{font-size:2.34rem}.currency-symbol{color:gold;font-weight:600}.currency-dropdown-menu{background:#072231fa;border:1px solid #fff;border-radius:8px;box-shadow:0 7px 27px #00000080;left:0;margin-top:4px;min-width:118px;padding:4px;position:absolute;top:100%}.currency-option{align-items:center;background:#0000!important;border:none!important;border-radius:4px;box-shadow:none!important;color:#fff!important;cursor:pointer;display:flex;font-size:.89rem;justify-content:space-between;outline:none!important;padding:8px 11px;transition:all .2s ease;width:100%}.currency-option:hover{background:#ffd7001a!important}.currency-option.selected,.currency-option:hover{border:none!important;box-shadow:none!important;color:gold!important;outline:none!important}.currency-option.selected{background:#ffd70026!important}.currency-option:active,.currency-option:focus,.currency-option:focus-visible{border:none!important;box-shadow:none!important;outline:none!important}.currency-option span{color:inherit!important}.date-header-group{text-align:center}.date-selection-box h3{color:gold;font-size:2.66rem;margin-bottom:-13px;margin-top:-23px;text-align:center}.popup-tagline{color:#e8e8e8;font-size:1.33rem;font-style:italic;opacity:.9;text-align:center}.date-selection-wrapper,.popup-tagline{margin-bottom:13px}.date-inputs-simple{align-items:flex-start;display:flex;gap:13px;justify-content:center;margin-bottom:13px}.date-box-container{align-items:center;display:flex;flex-direction:column;gap:11px;width:69px}.date-input-wrapper{cursor:pointer;position:relative}.date-input.visually-hidden{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.date-input:focus{opacity:0;outline:none}.calendar-icon{align-items:center;background:#072231;border:1px solid #ffffff4d;border-radius:11px;color:#fff;display:flex;height:69px;justify-content:center;padding:16px;position:relative;transition:all .3s ease;-webkit-user-select:none;user-select:none;width:69px}.calendar-icon.selected{background:#072231;border:1px solid gold;color:gold}.calendar-icon.error{background:#072231;border:1px solid #ffffff4d;color:#fff}.calendar-icon:hover{background:#072231cc;border-color:#fff;transform:scale(1.05)}.calendar-icon.selected:hover{border-color:gold}.calendar-icon:active{transform:scale(.98)}.calendar-icon svg{height:37px;pointer-events:none;width:37px}.date-separator{align-items:center;display:flex;justify-content:center;padding-top:17px;-webkit-user-select:none;user-select:none}.date-separator svg{transform:scale(1.33)}.individual-date{color:gold;font-family:MainFontLight,sans-serif;font-size:1.04rem;font-weight:700;line-height:1;margin-bottom:3px;margin-top:3px;min-height:1.04rem;text-align:center;white-space:nowrap}.individual-date.empty{visibility:hidden}.individual-date.error{color:#f44}.button-container{align-items:center;display:flex;flex-shrink:0;justify-content:center;width:100%}.date-status-below{margin-top:11px;min-height:1.77rem;position:static;text-align:center;width:100%}.nights-text{color:#fff;font-family:PassFont,sans-serif;font-size:1.77rem;font-style:italic}.nights-text.error{color:#f44}.popup-cta{background:linear-gradient(135deg,gold,orange);border:none;border-radius:27px;color:#072231;cursor:pointer;display:block;font-family:MainFontLight,sans-serif;font-size:2rem;font-weight:700;min-width:150px;padding:20px 40px;text-align:center;transition:none}.popup-cta,.popup-cta:hover:not(:disabled){-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.popup-cta:hover:not(:disabled){background:linear-gradient(135deg,orange,gold);color:#072231!important;filter:none!important;opacity:1!important;text-shadow:none!important}.popup-cta:disabled{background:#072231;border:1px solid #072231;color:#fff;cursor:not-allowed;font-size:1.6rem}.popup-cta.when-mode{background:#07223100;border:none;color:#fff;cursor:default;font-size:1.78rem;padding:10px 20px;text-align:center}.popup-cta.when-mode:hover{background:#072231fa}@media (max-width:768px){.currency-selector-container{display:flex;justify-content:center;left:auto;margin-bottom:20px;margin-top:-100px;position:relative;top:auto}.date-selection-box{padding-bottom:27px;padding-top:67px}.date-header-group{margin-bottom:27px}.date-selection-wrapper{margin-bottom:27px;margin-top:27px}.button-container{display:flex;justify-content:center;margin-bottom:13px;margin-top:13px;width:100%}.date-status-below{margin-top:27px;min-height:1.59rem}.date-inputs-simple{flex-direction:row;gap:11px}.currency-dropdown-button{font-size:.79rem;height:61px;padding:13px}.currency-icon{font-size:2rem}.calendar-icon{height:61px;width:61px}.date-box-container{width:61px}.date-separator{padding-top:15px}.individual-date{font-size:.92rem;margin-top:3px;min-height:.92rem}.popup-cta{min-width:120px}.popup-cta,.popup-cta.when-mode{display:block;margin:0 auto;text-align:center}.nights-text{font-size:1.59rem}}.payment-stub{display:flex;flex-direction:column;font-family:MainFontLight,PassFont,-apple-system,BlinkMacSystemFont,sans-serif;height:100%;padding:20px}.payment-stub h2{color:gold;font-family:PassFont,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;margin-bottom:20px;text-align:center}.terms-container{background-color:#0000004d;border:1px solid #ffd7004d;border-radius:8px;display:flex;flex:1 1;flex-direction:column;margin:0 auto;overflow:hidden;padding:20px;width:85%}.terms-content{color:#fff;font-family:MainFontLight,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.6;overflow-y:auto;padding-right:10px}.terms-content::-webkit-scrollbar{width:8px}.terms-content::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.terms-content::-webkit-scrollbar-thumb{background:#ffd70080;border-radius:4px}.terms-content::-webkit-scrollbar-thumb:hover{background:#ffd700b3}.terms-content h3{color:gold;font-family:PassFont,-apple-system,BlinkMacSystemFont,sans-serif;margin-bottom:20px;text-align:center}.terms-content p{margin-bottom:15px}.terms-content strong{color:gold}.terms-footer{color:#fff9;font-style:italic;margin-top:30px;text-align:center}.payment-go-button{background-color:gold;border:none;border-radius:25px;color:#072231;cursor:pointer;font-family:PassFont,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:700;margin:20px auto 10px;padding:12px 40px;transition:all .3s ease}.payment-go-button:hover:not(.disabled){background-color:#ffc700;box-shadow:0 4px 12px #ffd7004d;transform:translateY(-2px)}.payment-go-button.disabled{background-color:#ffd7004d;cursor:not-allowed;opacity:.6}.scroll-hint{color:#ffd700b3;font-family:MainFontLight,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-style:italic;margin-top:5px;text-align:center}.terms-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px;text-align:center}.terms-loading p{color:#ffffffb3;font-size:14px;margin-top:16px}.loading-spinner{animation:spin 1s ease-in-out infinite;border:3px solid #ffd7004d;height:40px;width:40px}.terms-error{align-items:center;color:#ff6b6b;display:flex;flex-direction:column;justify-content:center;padding:40px;text-align:center}.terms-error h3{color:#ff6b6b;font-size:18px;margin-bottom:16px}.terms-error p{color:#ff6b6b;line-height:1.5;margin-bottom:8px}.terms-error .error-subtext{color:#ff6b6bb3;font-size:12px;font-style:italic}.terms-version{color:#ffd700b3;font-size:12px;font-style:italic;margin-bottom:16px;text-align:center}.payment-popup-content{background-color:#072231;height:80vh;max-height:600px;max-width:700px;width:90%}.payment-placeholder{display:flex;flex:1 1;flex-direction:column;overflow:hidden}@media (max-width:768px){.terms-container{padding:15px;width:90%}.payment-stub h2{font-size:20px}.terms-content{font-size:12px}.payment-go-button{font-size:16px;padding:10px 30px}}@media (max-width:480px){.terms-container{padding:10px;width:95%}.terms-content{font-size:11px}}.store-page .footer,.store-page .header,.store-page .navbar,.store-page footer,.store-page header,.store-page nav:not(.store-nav){display:none!important}.store-page{box-sizing:border-box;color:#e8e8e8;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;min-height:100vh;padding:0;width:100%}.App:has(.store-page){align-items:stretch}.logo-header{animation:fadeInDown .8s ease-out forwards;display:flex;justify-content:center;opacity:0;padding-bottom:0;padding-top:10px;position:relative;z-index:1000}.logo-header .logo{cursor:pointer;filter:drop-shadow(0 0 30px rgba(255,255,255,.5)) drop-shadow(0 0 20px rgba(255,255,255,.3));height:auto;transition:all .8s ease;width:100px}.logo-header .logo:hover{filter:drop-shadow(0 0 40px rgba(255,255,255,.6)) drop-shadow(0 0 25px rgba(255,255,255,.4));transform:scale(1.05)}.routes-section{display:flex;flex:1 1;justify-content:center;padding:0 20px 100px;position:relative;z-index:1}.routes-container{margin:0 auto;max-width:1400px;width:100%}.routes-grid{align-items:flex-start;flex-wrap:wrap;gap:40px;position:relative;z-index:1}.popup-overlay,.routes-grid{display:flex;justify-content:center}.popup-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;height:100%;left:0;position:fixed;top:0;width:100%;z-index:2000}.popup-content{background:#072231fa;border:2px solid #fff;border-radius:20px;height:411px;width:665px}.inaugural-popup-content,.popup-content{align-items:center;animation:popupAppear .3s ease-out;box-shadow:0 20px 60px #00000080;display:flex;flex-direction:column;position:relative}.inaugural-popup-content{background:linear-gradient(135deg,gold,orange);border:none;border-radius:20px;max-width:90%;padding:40px;text-align:center;width:400px}.inaugural-popup-content h3{color:#072231;font-family:PassFont,sans-serif;font-size:1.8rem;font-weight:700;margin-bottom:15px}.inaugural-popup-content p{color:#072231;font-family:MainFontLight,sans-serif;font-size:1rem;line-height:1.6}.inaugural-popup-content .popup-close{color:#072231}.inaugural-popup-content .popup-close:hover{background:#0722311a}.payment-popup-content{align-items:center;animation:popupAppear .3s ease-out;background:#072231fa;border:2px solid #fff;border-radius:12px;box-shadow:0 20px 60px #00000080;display:flex;flex-direction:column;height:518px;justify-content:center;overflow:hidden;position:relative;width:320px}.payment-placeholder{padding:40px;text-align:center}.payment-placeholder h2{color:gold;font-family:PassFont,sans-serif;font-size:2rem;margin:0}.error-container,.loading-container{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;min-height:100vh}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #ffd70033;border-radius:50%;border-top-color:gold;height:50px;width:50px}.error-container p{color:#ff6b6b;font-size:1.2rem}@keyframes fadeInDown{to{opacity:1}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes popupAppear{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.logo-header{padding-top:22px}.logo-header .logo{width:107px}.routes-section{padding:0}.routes-grid{align-items:center;flex-direction:column}.popup-content{height:auto;min-height:400px;padding:50px 20px 30px;width:90%}.payment-popup-content{max-width:320px;width:90%}}
/*# sourceMappingURL=main.f8bfcbc1.css.map*/