.hero-section{width:100%;height:100vh;height:100dvh;scroll-snap-align:start;background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:fixed;margin:0;padding:0;position:relative;top:0;left:0}@media(max-width:960px){.hero-section{background-attachment:scroll}}.hero-outer{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;padding-right:7%;position:relative}.hero-content{display:flex;flex-direction:column;align-items:flex-end;text-align:right;font-family:ImpactWeb,Anton,Impact,Arial Black,sans-serif;gap:0}.hero-title{font-size:clamp(4rem,12vw,12rem);color:#fff;white-space:nowrap;line-height:.9;font-family:ImpactWeb,Anton,Impact,Arial Black,sans-serif;margin:0;padding:0}.hero-title-highlight{font-size:clamp(4rem,12vw,12rem);color:#018606;font-family:ImpactWeb,Anton,Impact,Arial Black,sans-serif}.hero-subtitle{font-size:clamp(2rem,6.08vw,6.08rem);color:#fff;white-space:nowrap;line-height:.9;font-family:ImpactWeb,Anton,Impact,Arial Black,sans-serif;margin:0;padding:0;margin-top:0rem}.hero-description{margin:1.5rem 0 0;max-width:38rem;color:#fffffff0;font-family:Inter,Roboto Flex,Arial,sans-serif;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.7;text-wrap:balance}.hero-btn-wrapper{margin-top:3rem;width:100%;display:flex;justify-content:center}.hero-scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;z-index:10;opacity:.9;transition:opacity .3s ease}.hero-scroll-indicator:hover{opacity:1}.hero-scroll-text{color:#fff;font-size:.9rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-scroll-arrow{color:#fff;font-size:2rem;animation:bounce 2s infinite;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media(max-width:960px){.hero-outer{justify-content:center;align-items:center;padding-right:0}.hero-content{align-items:center;text-align:center}.hero-description{text-align:center}}@media(max-width:600px){.hero-outer{justify-content:center;align-items:center;padding:0}.hero-content{align-items:center;text-align:center;width:80%}.hero-title-highlight{font-size:clamp(3rem,16vw,6rem);color:#018606;font-family:ImpactWeb,Anton,Impact,Arial Black,sans-serif}.hero-title{font-size:clamp(3rem,16vw,6rem);text-align:center;width:100%;white-space:normal;word-wrap:break-word}.hero-subtitle{font-size:clamp(1.5rem,8vw,3rem);text-align:center;margin-top:0;width:100%;white-space:normal;word-wrap:break-word}.hero-btn-wrapper{align-self:center;margin-top:10rem;padding-right:0}.hero-description{max-width:100%;font-size:1rem}.hero-scroll-indicator{bottom:3.5rem;z-index:25}.hero-scroll-text{font-size:.75rem}.hero-scroll-arrow{font-size:1.5rem}}.landing-section{width:100%;height:100vh;height:100dvh;scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:6rem 1% 3rem;box-sizing:border-box;background-color:#4e4e4e;position:relative;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.landing-section.visible{opacity:1;transform:translateY(0)}.landing-section-content{width:100%;display:flex;gap:4rem;align-items:flex-start;padding:0 5%}.landing-section-image-wrapper{flex:1;min-width:0;display:flex;flex-direction:column;gap:2rem}.landing-section-main-image{position:relative;width:100%;border-radius:12px;box-shadow:0 4px 24px #00000014;overflow:hidden;aspect-ratio:2 / 1}.landing-section-main-image img{width:100%;height:100%;object-fit:cover;cursor:pointer}.landing-section-thumbnails{display:flex;align-items:center;gap:.5rem;justify-content:center}.landing-section-thumbnail{width:100%;max-width:150px;height:75px;border-radius:6px;border:2px solid #fff;overflow:hidden;cursor:pointer;transition:transform .2s,border-color .2s}.landing-section-thumbnail:hover{transform:scale(1.05);border-color:#1976d2}.landing-section-thumbnail img{width:100%;height:100%;object-fit:cover}.landing-section-text-wrapper{flex:1;min-width:0;display:flex;flex-direction:column;gap:2rem}.landing-section-title{font-weight:700;letter-spacing:2px;text-transform:uppercase;font-size:clamp(2.5rem,7vw,5rem);color:#fff;font-family:ImpactWeb,Anton,Impact,Arial Black,sans-serif;max-width:100%;line-height:1.1;white-space:nowrap;margin:0}.landing-section-title-highlight{color:#018606;font-family:ImpactWeb,Anton,Impact,Arial Black,sans-serif}.landing-section-text{font-size:16px;line-height:1.7;text-align:justify;hyphens:auto;-webkit-hyphens:auto;overflow-wrap:break-word;word-break:break-word;color:#fff}.landing-section-cta-button{display:inline-flex;border-radius:4px!important}.landing-section-cta-wrapper-mobile{display:none}.landing-section-branding{position:absolute;bottom:0;left:0;padding-left:5%;padding-bottom:2rem;pointer-events:none}.landing-section-branding-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left;font-family:ImpactWeb,Anton,Impact,Arial Black,sans-serif;gap:0}.landing-section-branding-title{font-size:clamp(2rem,6vw,6rem);color:#fff;white-space:nowrap;line-height:.9;font-family:ImpactWeb,Anton,Impact,Arial Black,sans-serif;margin:0;padding:0}.landing-section-branding-title-highlight{color:#018606;font-family:ImpactWeb,Anton,Impact,Arial Black,sans-serif}.landing-section-branding-subtitle{font-size:clamp(1rem,3vw,3rem);color:#fff;white-space:nowrap;line-height:.9;font-family:ImpactWeb,Anton,Impact,Arial Black,sans-serif;margin:0;padding:0;margin-top:0rem}@media(max-width:960px){.landing-section-content{flex-direction:column;gap:1.5rem}.landing-section-content{display:flex;flex-direction:column}.landing-section-text-wrapper{order:1;width:100%;gap:1rem}.landing-section-image-wrapper{order:2;width:100%}.landing-section-cta-button{display:none!important}.landing-section-cta-wrapper-mobile{display:flex;order:3;width:100%;justify-content:center;margin-top:1.5rem}.landing-section{padding:5rem 4% 2rem;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;max-height:100vh;max-height:100dvh;overflow:hidden;justify-content:flex-start}.landing-section>.landing-section-content{flex-shrink:1;min-height:0}.landing-section-branding{padding-left:4%;padding-bottom:1.5rem}.landing-section-title{font-size:clamp(2rem,8vw,3rem);margin-bottom:.5rem}.landing-section-text-wrapper{gap:1rem}.landing-section-main-image{aspect-ratio:16 / 9}.landing-section-thumbnails{gap:.3rem}.landing-section-thumbnail{flex:0 0 auto;width:80px;max-width:80px;height:60px}}@media(max-width:600px){.landing-section{padding:4.5rem 3% 1.5rem}.landing-section-content{gap:1rem}.landing-section-title{font-size:clamp(1.8rem,7vw,2.5rem)}.landing-section-text{font-size:14px;line-height:1.6;text-align:justify;hyphens:auto;-webkit-hyphens:auto}.landing-section-thumbnail{width:70px;max-width:70px;height:50px}.landing-section-cta-wrapper-mobile{margin-top:1rem}.landing-section-branding{padding-left:3%;padding-bottom:1rem}.landing-section-branding-title{font-size:clamp(1.5rem,5vw,4rem)}.landing-section-branding-subtitle{font-size:clamp(.8rem,2.5vw,2rem)}}.section-navigation{position:fixed;right:2rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:1rem;z-index:1000;padding:1rem 0}.section-nav-dot{width:12px;height:12px;border-radius:50%;background-color:#fff6;border:2px solid rgba(255,255,255,.6);cursor:pointer;transition:all .3s ease;position:relative}.section-nav-dot:hover{background-color:#ffffffb3;border-color:#fff;transform:scale(1.3)}.section-nav-dot.active{background-color:#018606;border-color:#018606;width:14px;height:14px;box-shadow:0 0 10px #01860699}.section-nav-dot.active:hover{background-color:#01a007;border-color:#01a007}@media(max-width:768px){.section-navigation{right:1rem;gap:.75rem}.section-nav-dot{width:10px;height:10px}.section-nav-dot.active{width:12px;height:12px}}.scroll-snap-container{width:100%;height:100vh;height:100dvh;overflow-y:scroll;scroll-snap-type:y mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior-y:none}.scroll-snap-container::-webkit-scrollbar{display:none}.scroll-snap-container{-ms-overflow-style:none;scrollbar-width:none}@media(max-width:960px){.scroll-snap-container{scroll-behavior:auto}}@font-face{font-family:ImpactWeb;src:url(/fonts/ImpactLTStd.woff2) format("woff2");font-weight:400;font-style:normal}:root{font-family:Roboto flex,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:300;color-scheme:light dark;color:#ffffffde;background-color:transparent;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;touch-action:manipulation}*{-webkit-overflow-scrolling:touch}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;width:100%;min-width:320px;min-height:100vh;min-height:100dvh;overscroll-behavior:none}h1{font-size:3.2em;line-height:1.1}button{display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;color:#fff;background-color:#4e4e4e;cursor:pointer;transition:border-color .25s;min-width:44px}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.rbc-date-cell,.rbc-event-content{font-size:.8rem}.rbc-event{padding:1px!important}header button{background-color:transparent;border:none;padding:8px;font-size:1.2em}@media(max-width:768px){html{font-size:14px}button{min-height:48px;min-width:48px}}@media(max-width:768px){input,textarea,select{font-size:16px!important}}.tour-highlight{box-shadow:0 0 0 4px #1976d2,0 0 0 100vw #1976d226!important;z-index:9999!important;position:relative!important;border-radius:8px!important;outline:2px solid #1976d2!important;transition:box-shadow .2s,outline .2s;background-color:#fff!important}@media(max-width:768px){.gameevents-mobile-card,.gamevideos-mobile-card{width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box;margin-bottom:18px!important}.gameevents-mobile-card .MuiCardContent-root,.gamevideos-mobile-card .MuiCardContent-root{padding-left:8px!important;padding-right:8px!important}.gameevents-mobile-card .MuiListItem-root,.gamevideos-mobile-card .MuiListItem-root{flex-direction:column!important;align-items:flex-start!important;gap:6px;padding-left:0!important;padding-right:0!important}.gamevideos-mobile-card img{width:90vw!important;max-width:320px;height:auto;margin-bottom:6px}.gameevents-mobile-card .MuiListItemText-root>.MuiBox-root{flex-direction:column!important;align-items:flex-start!important;gap:4px}}@media(max-width:768px){.rbc-calendar{font-size:12px!important}.rbc-toolbar{flex-direction:column!important;gap:8px!important}.rbc-toolbar .rbc-btn-group{display:none!important}.rbc-header{padding:4px!important;font-size:11px!important;font-weight:600!important}.rbc-date-cell{padding:2px!important;font-size:10px!important}.rbc-event{font-size:9px!important;padding:1px 2px!important;border-radius:2px!important;line-height:1.1!important}.rbc-month-row{min-height:50px!important}.rbc-agenda-view table{font-size:12px!important}.rbc-agenda-time-cell{width:70px!important;font-size:10px!important}.rbc-agenda-event-cell{padding:4px!important}.rbc-time-view{font-size:11px!important}.rbc-time-slot{min-height:20px!important}.rbc-timeslot-group{min-height:40px!important}}@media(max-width:768px){.rbc-btn-group button{min-width:44px!important;min-height:44px!important;font-size:12px!important}.rbc-event{min-height:18px!important;cursor:pointer!important}.rbc-day-bg+.rbc-day-bg{border-left:1px solid rgba(0,0,0,.1)!important}}@media(max-width:896px)and (orientation:landscape){.rbc-calendar{font-size:10px!important}.rbc-month-row{min-height:40px!important}.rbc-header{padding:2px!important;font-size:10px!important}}@media(max-width:480px){.rbc-calendar{font-size:10px!important}.rbc-event{font-size:8px!important;padding:1px!important;min-height:14px!important}.rbc-month-row{min-height:45px!important}.rbc-header{font-size:9px!important;padding:2px 1px!important}.rbc-date-cell{font-size:9px!important;padding:1px!important}}@media(max-width:768px){.MuiCard-root{margin-bottom:8px!important}.MuiButtonGroup-root{flex-wrap:wrap!important}.MuiButtonGroup-root .MuiButton-root{font-size:.75rem!important;padding:4px 8px!important}.MuiDrawer-paper{width:85vw!important;max-width:320px!important}.MuiDialog-paper{margin:16px!important;width:calc(100% - 32px)!important;max-height:calc(100% - 64px)!important}}@media(max-width:768px){input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=url],input[type=number],input[type=date],input[type=datetime-local],input[type=time],textarea,select{font-size:16px!important;transform:scale(1)!important}.MuiInputBase-input{font-size:16px!important}}@supports (-webkit-touch-callout: none){.ios-viewport-fix{height:100vh;height:100dvh;height:-webkit-fill-available}}@media(max-width:768px){.scroll-container{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.rbc-calendar{scroll-behavior:smooth}}
