/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:Silkscreen;src:url(/assets/Silkscreen-Regular-DrhhE05D.ttf) format("truetype");font-weight:1 400;font-style:normal}@font-face{font-family:Silkscreen;src:url(/assets/Silkscreen-Bold-BFaipAUr.ttf) format("truetype");font-weight:500 900;font-style:normal}@font-face{font-family:Space Grotesk;src:url(/assets/SpaceGrotesk-Bold-BheyrowY.ttf) format("truetype");font-weight:700 900;font-style:normal}@font-face{font-family:Space Grotesk;src:url(/assets/SpaceGrotesk-Light-BVMKF3vU.ttf) format("truetype");font-weight:1 300;font-style:normal}@font-face{font-family:Space Grotesk;src:url(/assets/SpaceGrotesk-Medium-CQiCHMQy.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Space Grotesk;src:url(/assets/SpaceGrotesk-Regular-D96nn-Fd.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Space Grotesk;src:url(/assets/SpaceGrotesk-SemiBold-BTfAzs1I.ttf) format("truetype");font-weight:600;font-style:normal}:root{--accent-color: #3DFF2D}*{margin:0;padding:0;box-sizing:border-box}html{scroll-snap-type:y mandatory}#app{min-width:100%;min-height:100%;overflow-x:hidden;display:flex;justify-content:center;margin:0 auto}body{overflow-x:hidden;height:100vh;margin:0 auto}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}.presentation-wrapper{box-sizing:border-box;position:relative;width:100%;height:100%;display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.pattern-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;pointer-events:none;background-image:url(/assets/noise-CtaWPAlO.png);background-repeat:repeat;background-size:auto}.presentation{box-sizing:border-box;position:relative;width:100%;max-width:800px;height:360px;background:#0f0f0f;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.5);box-shadow:0 4px 6px #0000001a}@media (max-width: 470px){.presentation{max-height:84dvh;min-height:84dvh;max-width:100%}}@media (min-width: 471px) and (max-width: 768px){.presentation{max-width:100%;max-height:40%}}@media (min-width: 769px) and (max-width: 1023px){.presentation{max-width:860px;max-height:384px;width:100%;height:100%}}@media (min-width: 1024px) and (max-width: 1439px){.presentation{max-width:1000px;max-height:448px;width:100%;height:100%}}@media (min-width: 1440px){.presentation{max-width:1100px;max-height:492px;width:100%;height:100%}}.video-container{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;overflow:hidden;z-index:10;opacity:1;transition:opacity .5s ease-out}@media (max-width: 470px){.video-container{height:100%}}@media (min-width: 1440px){.video-container{height:492px}}.video-container.fade-out{opacity:0}.intro-video{width:100%;height:100%;object-fit:cover}.presentation__container{width:100%;height:100%;position:relative}.presentation__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease;pointer-events:none}.presentation__slide--active{opacity:1;pointer-events:auto}.slide__content{display:grid;grid-template-columns:1fr 1fr;height:100%;width:100%}@media (max-width: 470px){.slide__content{display:flex;flex-direction:column;justify-content:space-between}}@media (min-width: 471px) and (max-width: 768px){.slide__content{grid-template-columns:1fr 1fr}}.slide__image-container{box-sizing:border-box;width:100%;height:100%;overflow:hidden;display:grid}@media (max-width: 470px){.slide__image-container{height:fit-content;border-bottom-left-radius:.8rem!important;border-bottom-right-radius:.8rem!important}}.slide__image{box-sizing:border-box;width:100%;height:100%;object-fit:cover;aspect-ratio:10/9;grid-area:1/1}@media (max-width: 470px){.slide__image{flex:1;align-self:flex-end;aspect-ratio:7/6!important;width:100%;height:auto!important}}.slide__text{padding:1.4rem;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}@media (max-width: 470px){.slide__text{flex:1;gap:1.2rem;height:fit-content}}@media (min-width: 471px) and (max-width: 768px){.slide__text{padding:1.87rem}}.slide__info{display:flex;flex-direction:column;gap:1rem;justify-content:center;height:100%;font-family:Space Grotesk,serif}.slide__heading{font-size:2.5rem;color:#fff;margin:0;text-align:left;font-weight:400;line-height:2rem}@media (max-width: 470px){.slide__heading{line-height:1.8rem}}@media (max-width: 470px){.slide__heading{font-size:1.5rem}}@media (min-width: 471px) and (max-width: 768px){.slide__heading{font-size:1.5rem}}@media (min-width: 769px) and (max-width: 1023px){.slide__heading{font-size:1.875rem}}@media (min-width: 769px) and (max-width: 1023px){.slide__heading{line-height:3.25rem}}@media (min-width: 1024px) and (max-width: 1439px){.slide__heading{line-height:3.25rem}}@media (min-width: 1440px){.slide__heading{line-height:3.25rem}}.slide__description{font-size:.9rem;font-weight:300;line-height:1.5rem}@media (max-width: 470px){.slide__description{line-height:1.3rem}}.presentation__controls{display:flex;justify-content:center;align-items:center;gap:2rem;padding:1rem;padding-bottom:unset}.presentation__arrow{cursor:pointer;width:2.3rem;height:2.3rem;transition:all .3s ease}.presentation__arrow--left-active{rotate:180deg;background:url("data:image/svg+xml,%3csvg%20width='22'%20height='26'%20viewBox='0%200%2022%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.75%2011.701C21.75%2012.2783%2021.75%2013.7217%2020.75%2014.299L2.75%2024.6913C1.75%2025.2687%200.500001%2024.547%200.500001%2023.3923L0.500002%202.60769C0.500002%201.45299%201.75%200.731306%202.75%201.30866L20.75%2011.701Z'%20stroke='%233DFF2D'/%3e%3c/svg%3e") no-repeat center}.presentation__arrow--left-inactive{rotate:180deg;background:url("data:image/svg+xml,%3csvg%20width='25'%20height='30'%20viewBox='0%200%2025%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.75%2013.701C24.75%2014.2783%2024.75%2015.7217%2023.75%2016.299L2.75%2028.4234C1.75%2029.0007%200.499999%2028.2791%200.499999%2027.1244L0.5%202.87564C0.5%201.72094%201.75%200.999254%202.75%201.57661L23.75%2013.701Z'%20stroke='white'%20stroke-opacity='0.5'/%3e%3c/svg%3e") no-repeat center}.presentation__arrow--right-inactive{background:url("data:image/svg+xml,%3csvg%20width='25'%20height='30'%20viewBox='0%200%2025%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.75%2013.701C24.75%2014.2783%2024.75%2015.7217%2023.75%2016.299L2.75%2028.4234C1.75%2029.0007%200.499999%2028.2791%200.499999%2027.1244L0.5%202.87564C0.5%201.72094%201.75%200.999254%202.75%201.57661L23.75%2013.701Z'%20stroke='white'%20stroke-opacity='0.5'/%3e%3c/svg%3e") no-repeat center}.presentation__arrow--right-active{background:url("data:image/svg+xml,%3csvg%20width='22'%20height='26'%20viewBox='0%200%2022%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.75%2011.701C21.75%2012.2783%2021.75%2013.7217%2020.75%2014.299L2.75%2024.6913C1.75%2025.2687%200.500001%2024.547%200.500001%2023.3923L0.500002%202.60769C0.500002%201.45299%201.75%200.731306%202.75%201.30866L20.75%2011.701Z'%20stroke='%233DFF2D'/%3e%3c/svg%3e") no-repeat center}.presentation__arrow--left-active:hover,.presentation__arrow--right-active:hover{background:url("data:image/svg+xml,%3csvg%20width='25'%20height='30'%20viewBox='0%200%2025%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.75%2013.701C24.75%2014.2783%2024.75%2015.7217%2023.75%2016.299L2.75%2028.4234C1.75%2029.0007%200.499999%2028.2791%200.499999%2027.1244L0.5%202.87564C0.5%201.72094%201.75%200.999254%202.75%201.57661L23.75%2013.701Z'%20fill='%233DFF2D'%20fill-opacity='0.1'%20stroke='%233DFF2D'/%3e%3c/svg%3e") no-repeat center}.presentation__dots{display:flex;gap:.75rem}.presentation__dot{width:12px;height:12px;cursor:pointer;transition:transform .3s ease}.presentation__dot--active{transform:scale(1.2)}.slide__channel{font-family:Silkscreen,sans-serif;text-transform:uppercase;font-size:.875rem;display:flex;align-items:center;flex-direction:row;width:100%;background-color:#272727;border-radius:.625rem;padding:0 .3rem}.slide__on-air{display:flex;flex-direction:row;align-items:center}.slide__on-air p{margin:0}.slide__channel p{padding:.4rem .35rem}.slide__channel p:nth-of-type(1){width:auto}.slide__channel p:nth-of-type(2){flex:1;height:100%;background-color:#3e3e3e;background-size:cover;box-sizing:border-box;border-radius:.625rem}.slide__channel div:nth-of-type(1){text-align:right;color:var(--accent-color);padding-left:.3rem}.snow-container[data-v-c2a865a1]{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden;z-index:9999;background:transparent}.snow-particle[data-v-c2a865a1]{position:absolute;top:-10px;left:var(--left);width:var(--size);height:var(--size);background:rgba(255,255,255,var(--opacity));border-radius:50%;animation:snowfall-c2a865a1 var(--duration) linear infinite;animation-delay:var(--delay);will-change:transform,opacity}@keyframes snowfall-c2a865a1{0%{transform:translateY(-10px) translate(0);opacity:var(--opacity)}50%{transform:translateY(50vh) translate(100px);opacity:var(--opacity)}to{transform:translateY(100vh) translate(-100px);opacity:0}}@keyframes moveDown-fffc262f{0%{transform:translate(5px,17px);opacity:0}25%{transform:translate(7px,19px);opacity:1}50%{transform:translate(9px,21px);opacity:1}75%{transform:translate(11px,23px);opacity:1}to{transform:translate(13px,25px);opacity:0}}.mouse-arrow[data-v-fffc262f]{animation:moveDown-fffc262f 1s ease-in-out infinite}@keyframes blink-fffc262f{0%,to{opacity:1}50%{opacity:0}}.wand-dot[data-v-fffc262f]{opacity:1;transition:opacity .5s}.wand-dot--1[data-v-fffc262f]{animation:blink-fffc262f .8s infinite;animation-delay:0s}.wand-dot--2[data-v-fffc262f]{animation:blink-fffc262f .8s infinite;animation-delay:.15s}.wand-dot--3[data-v-fffc262f]{animation:blink-fffc262f .8s infinite;animation-delay:.28s}.action-button[data-v-fffc262f]{position:absolute;bottom:3.4rem;left:50%;transform:translate(-50%);padding:15px 40px;background:#0f0f0f80;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;border:1px solid var(--accent-color);border-radius:10px;font-size:1rem;font-family:Silkscreen,sans-serif;font-weight:400;cursor:pointer;transition:all .3s ease;z-index:5;text-transform:uppercase;color:var(--accent-color);display:flex;justify-content:center;align-items:center;gap:12px}.action-button__icon[data-v-fffc262f]{position:relative;width:24px;height:24px}.action-button__icon svg[data-v-fffc262f]{color:var(--accent-color)}@media (max-width: 470px){.action-button[data-v-fffc262f]{font-size:.75rem;width:90%;bottom:3.4rem;padding:1.2rem;font-size:1rem}}.top-section__top-image{width:9rem;height:auto}@media (max-width: 470px){.top-section__top-image{width:8.5rem;height:auto}}.top-section__bottom-image{position:absolute;bottom:0;left:50%;transform:translate(-50%);max-width:90%;height:auto;width:auto;max-height:74vh;object-fit:contain}@media (max-width: 470px){.top-section__bottom-image{max-width:100%}}@media (min-width: 471px) and (max-width: 768px){.top-section__bottom-image{max-width:124%;width:124%;height:unset;transform:translate(-50%) scale(1.1);transform-origin:center bottom;object-fit:cover}}@media (min-width: 769px) and (max-width: 1023px){.top-section__bottom-image{max-height:66vh}}@media (min-width: 1024px) and (max-width: 1439px){.top-section__bottom-image{max-height:66vh}}@media (min-width: 1440px){.top-section__bottom-image{max-height:66vh}}.top-section__top{position:absolute;top:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:center;text-align:center;font-family:Space Grotesk,serif;width:80%}@media (max-width: 470px){.top-section__top{top:1.8rem;gap:1rem;width:94%}}.top-section__text{width:100%;text-transform:uppercase;font-size:4rem}@media (max-width: 470px){.top-section__text{font-size:2.5rem;width:100%}}@media (min-width: 471px) and (max-width: 768px){.top-section__text{font-size:3.5rem}}@media (min-width: 769px) and (max-width: 1023px){.top-section__text{font-size:5rem}}@media (min-width: 769px) and (max-width: 1023px){.top-section__text{font-size:5.6rem;max-width:1200px}}@media (min-width: 1024px) and (max-width: 1439px){.top-section__text{font-size:5.6rem;max-width:1200px}}@media (min-width: 1440px){.top-section__text{font-size:5.6rem;max-width:1200px}}.particles-video{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;height:auto;min-width:100%;min-height:100%;max-width:15rem;max-height:auto;mix-blend-mode:screen;z-index:41;pointer-events:none;object-fit:cover}@media (max-width: 470px){.particles-video{object-fit:cover}}.popup{position:fixed;box-sizing:border-box;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#0c0c0c;border-radius:1rem;padding:2rem;box-shadow:0 25px 50px -12px #0006;z-index:50;max-width:28rem;width:100%;margin:0 auto;overflow:hidden;background-image:url(/assets/noise-CtaWPAlO.png);background-repeat:repeat;background-size:contain;border:1px solid rgba(255,255,255,.5)}@media (max-width: 470px){.popup{padding:1.5rem;width:94%}}.popup__close{position:absolute;cursor:pointer;right:1rem;top:1rem;z-index:999}.popup__image-container{width:100%;aspect-ratio:16/9;position:relative;margin-bottom:1rem}.popup__icon{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .3s ease}.popup__icon--loaded{opacity:1}.popup__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000b3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:40}.popup__content{position:relative;z-index:1}.popup__body{text-align:center}.popup__text{color:#fffc;font-family:Space Grotesk,serif;line-height:1.5rem}@media (max-width: 470px){.popup__text{font-size:.875rem}}.fade-enter-active,.fade-leave-active{transition:opacity .4s ease}.fade-enter-from,.fade-leave-to{opacity:0}.gift-enter-active,.gift-leave-active{transition:all .5s cubic-bezier(.4,0,.2,1)}.gift-enter-from{opacity:0;transform:translate(-50%,-40%) scale(.8)}.gift-leave-to{opacity:0;transform:translate(-50%,-60%) scale(.8)}.bottom-section{position:relative;width:100%;height:100%;overflow:hidden}.pattern-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;pointer-events:none;background-image:url(/assets/noise-CtaWPAlO.png);background-repeat:repeat;background-size:auto}.bottom-section__snow-container{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:3;background-image:url(/assets/snow-C0GnqoNj.png);background-position:center bottom;background-repeat:no-repeat}.bottom-section__snow{width:100%;height:auto;display:block}.bottom-section__bottom-image{position:absolute;bottom:0;left:50%;transform:translate(-50%);max-width:90%;height:auto;width:auto;max-height:74vh;object-fit:contain;z-index:2}@media (max-width: 470px){.bottom-section__bottom-image{bottom:3rem;max-width:100%}}@media (min-width: 471px) and (max-width: 768px){.bottom-section__bottom-image{bottom:2.6rem;max-width:100%;width:100%;height:unset;transform:translate(-50%) scale(1.1);transform-origin:center bottom;object-fit:cover}}@media (min-width: 769px) and (max-width: 1023px){.bottom-section__bottom-image{bottom:.5rem}}@media (min-width: 1024px) and (max-width: 1439px){.bottom-section__bottom-image{bottom:.5rem}}@media (min-width: 1440px){.bottom-section__bottom-image{bottom:.5rem}}.bottom-section__top{position:absolute;top:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:center;text-align:center;font-family:Space Grotesk,serif;width:64%;z-index:2}@media (max-width: 470px){.bottom-section__top{width:94%;gap:.9rem}}@media (min-width: 471px) and (max-width: 768px){.bottom-section__top{width:100%;gap:.9rem}}.bottom-section__heading{font-size:4.3rem;text-transform:uppercase}@media (max-width: 470px){.bottom-section__heading{font-size:2.1rem;font-weight:400;line-height:2.1rem}}@media (min-width: 471px) and (max-width: 768px){.bottom-section__heading{width:60%;font-size:2.5rem;font-weight:400;line-height:2.7rem}}.bottom-section__text{width:100%;font-size:1rem;line-height:1.5rem}@media (max-width: 470px){.bottom-section__text{font-size:1rem;width:100%;font-weight:300;line-height:1.5rem}}@media (min-width: 471px) and (max-width: 768px){.bottom-section__text{width:67%;font-weight:300;font-size:1rem}}@media (min-width: 769px) and (max-width: 1023px){.bottom-section__text{max-width:56.25rem}}@media (min-width: 1024px) and (max-width: 1439px){.bottom-section__text{max-width:56.25rem}}@media (min-width: 1440px){.bottom-section__text{max-width:56.25rem}}.bottom-section__button{position:absolute;bottom:5rem;left:50%;transform:translate(-50%);padding:.9375rem 2.5rem;background:#0f0f0f80;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid var(--accent-color);border-radius:.625rem;font-size:1rem;font-family:Silkscreen,sans-serif;font-weight:400;cursor:pointer;transition:all .3s ease;z-index:5;text-transform:uppercase;color:var(--accent-color)}@media (max-width: 470px){.bottom-section__button{font-size:.75rem;width:90%}}.landing{margin:0 auto;height:100dvh;overflow-y:scroll;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;width:100%;position:fixed}.section{box-sizing:border-box;height:100dvh;width:100%;display:flex;justify-content:center;align-items:center;font-size:1rem;color:#fff;position:relative;scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden}.section:nth-of-type(1){background:no-repeat center/100% url(/assets/main-background-1920-B311bOJc.webp);background-size:cover;overflow-x:hidden!important}@media (max-width: 470px){.section:nth-of-type(1){background-position:56% center}}@media (min-width: 471px) and (max-width: 768px){.section:nth-of-type(1){background-position:47% center}}.section:nth-of-type(1):after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:250px;background:linear-gradient(to bottom,#0f0f0f00,#0f0f0f);pointer-events:none;z-index:1}.section:nth-of-type(2){background-color:#0f0f0f;overflow:hidden;flex-direction:column;gap:20px}.section:nth-of-type(3){background:no-repeat center/100% url(/assets/secondary-background-1920-D1k_XeME.webp);background-size:cover}@media (max-width: 470px){.section:nth-of-type(3){background-position:48% center}}.section:nth-of-type(3):before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:250px;background:linear-gradient(to top,#0f0f0f00,#0f0f0f)}.section:nth-of-type(3):after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:250px;background:linear-gradient(to bottom,#0f0f0f00,#0f0f0f);pointer-events:none;z-index:4}@media (max-width: 470px){.section:nth-of-type(3):after{height:200px}}
