h1,h2,h3,h4,h5,h6,p{margin:0}p:last-child{margin-bottom:0}ul{margin:0;padding:0;list-style:none}a{color:currentColor;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%;height:auto}section{scroll-margin-top:80px}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.title-wrapper{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.title{font-family:var(--second-family);font-weight:700;font-size:36px;line-height:1.2;color:var(--accent);margin-bottom:48px}.desk{font-weight:500;font-size:18px;line-height:1.5;color:var(--text)}.text{font-weight:400;font-size:16px;line-height:1.5;color:var(--text)}@media screen and (min-width: 1200px){section{scroll-margin-top:60px}.title{font-size:48px}.desk{font-size:20px}.text{font-size:18px}}*,*:before,*:after{box-sizing:border-box}:root{--font-family: "Inter", sans-serif;--second-family: "Cinzel Decorative", sans-serif;--text: #ccfcff;--bg: #12110f;--surface: #0d0d0c;--primary: #85d6ff;--accent: #ffd462}body{display:flex;flex-direction:column;min-width:100%;min-height:auto;margin:0;background:var(--bg);font-family:var(--font-family);overflow-x:hidden}main{flex-grow:1}main:has(.back-link){text-align:center}html{scroll-behavior:smooth}.container{width:100%;margin:0 auto;padding-inline:16px}@media only screen and (min-width: 1200px){.container{max-width:none;padding-inline:clamp(16px,12vw,160px)}}.header{width:100%;position:relative;z-index:1000}.header-container{width:100%;position:fixed;top:0;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:space-between;padding-block:20px 16px;padding-inline:16px;height:80px;background:var(--surface)}.header-container.scrolled{opacity:.9}.header-logo{transition:all .5s cubic-bezier(.22,.61,.36,1)}.header-logo-img{width:100%;max-width:44px;height:44px;transition:all .5s cubic-bezier(.22,.61,.36,1)}.header-logo-img:hover{transform:translateY(2px) scale(.97);filter:drop-shadow(0px 0px 4px rgb(179,99,30,.4))}.header-nav{display:none}.header-nav-list{display:flex;align-items:center;gap:16px;list-style:none;margin:0;padding:0}.header-mobile-menu{display:flex;position:fixed;top:0;right:0;width:100%;max-width:375px;height:100vh;background:var(--surface);z-index:100;flex-wrap:wrap;flex-direction:column;opacity:0;visibility:hidden;pointer-events:none;transform:translate(100%);will-change:transform,opacity;transition:all .3s ease}.header-mobile-menu.active{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.noscroll{overflow:hidden}.header-mobile-header{display:flex;align-items:center;justify-content:flex-end;padding-block:20px 16px;padding-inline:16px;height:80px;background:var(--surface)}.header-burger,.header-mobile-close{background:none;border:none;cursor:pointer}.header-mobile-close-icon,.header-burger-icon{width:100%;stroke:var(--text);transition:color .3s ease}.header-burger-icon:hover,.header-mobile-close-icon:hover{stroke:var(--accent)}.header-mobile-menu .header-mobile-nav{display:flex;flex-wrap:wrap;align-content:center}.header-mobile-nav{flex:1;display:flex;flex-direction:column;justify-content:center;margin-block:32px;gap:16px}.header-nav-link{font-weight:400;font-size:18px;line-height:1.5;color:var(--text);display:inline-flex;align-self:center;position:relative;padding-block:8px;text-decoration:none;transition:all .3s ease}.header-nav-link:after{content:"";position:absolute;left:50%;bottom:5px;width:100%;height:38px;border-bottom:1px solid var(--accent);opacity:0;transform:translate(-50%) scaleX(.5);transition:transform .5s cubic-bezier(.22,.61,.36,1),opacity .4s ease;pointer-events:none}.header-nav-link:hover:after{opacity:1;transform:translate(-50%) scaleX(1)}.header-nav-link:hover{opacity:unset;color:var(--accent)}@media screen and (min-width: 1200px){.header-container{padding-block:4px;padding-inline:160px;height:60px;align-items:center;justify-content:center}.header-nav{display:flex;justify-content:flex-end;width:100%}.header-burger,.header-mobile-menu{display:none}.header-nav-list{width:100%;max-width:1027px;justify-content:flex-end;gap:50px}}.hero-container{padding-block:80px;padding-inline:0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-image:url(/assets/hero-img-mob-tCN_Y1Cz.webp);background-position:top center;background-repeat:no-repeat;background-size:cover;height:812px}.hero.title-wrapper{padding-block:76px 87px;background-color:#00000080;align-items:center}.hero-title{font-family:var(--second-family);font-weight:700;font-size:48px;line-height:1.2;text-align:center;color:var(--accent);margin-bottom:32px}.hero-subtitle{font-weight:600;font-size:24px;line-height:1.3;text-align:center;color:var(--text);margin-bottom:8px}.hero-text{font-weight:500;font-size:18px;line-height:1.5;text-align:center;color:var(--text)}@media only screen and (min-width: 1200px){.hero-container{width:100%;padding-block:150px 1px;padding-inline:160px;height:625px;align-items:flex-start;background-color:#e7e7e7;background-image:url(/assets/hero-img-CtP5fWEU.webp)}.hero.title-wrapper{padding-block:0;background-color:unset;align-items:flex-start}.hero-title{font-size:72px;margin-bottom:84px}.hero-subtitle{font-size:28px;margin-bottom:12px}.hero-text{font-size:20px}}.about-container{padding-block:64px;display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:32px}.about.title-wrapper{width:100%;max-width:343px}.about-img{width:100%;border-radius:4px;max-width:343px;height:196px;transition:all .5s cubic-bezier(.22,.61,.36,1)}.about-img:hover{transform:translateY(2px) scale(.97);filter:drop-shadow(0px 0px 4px rgb(255,212,98,.6))}@media screen and (min-width: 1200px){.about-container{padding-block:80px;gap:128px}.about.title-wrapper,.about-cards,.about-card{max-width:448px}.about-img{max-width:544px;height:311px}}.visual-container{padding-block:64px;display:flex;flex-wrap:wrap;flex-direction:row-reverse;justify-content:center;align-items:flex-start;gap:32px}.visual.title-wrapper{width:100%;max-width:343px}.visual-list{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:32px}.visual-item{width:100%;display:flex;align-items:center;gap:14px}.visual-dot{display:flex;width:100%;max-width:12px;height:12px;border-radius:50%;background:radial-gradient(68.34% 68.34% at 37.5% 33.33%,#fff900,#827f00)}.visual-img{width:100%;border-radius:4px;max-width:343px;height:245px;transition:all .5s cubic-bezier(.22,.61,.36,1)}.visual-img:hover{transform:translateY(2px) scale(.97);filter:drop-shadow(0px 0px 4px rgb(133,214,255,.6))}@media screen and (min-width: 1200px){.visual-container{padding-block:80px;gap:128px}.visual.title-wrapper,.visual-cards,.visual-card{max-width:448px}.visual-img{max-width:544px;height:390px}}.journey-container{padding-block:64px;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:flex-start;gap:32px}.journey.title-wrapper{width:100%;max-width:343px}.journey-list{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:32px}.journey-item{width:100%;display:flex;align-items:center;gap:14px}.journey-dot{display:flex;width:100%;max-width:12px;height:12px;border-radius:50%;background:radial-gradient(68.34% 68.34% at 37.5% 33.33%,#fff900,#827f00)}.journey-img{width:100%;border-radius:4px;max-width:343px;height:245px;transition:all .5s cubic-bezier(.22,.61,.36,1)}.journey-img:hover{transform:translateY(2px) scale(.97);filter:drop-shadow(0px 0px 4px rgb(133,214,255,.6))}@media screen and (min-width: 1200px){.journey-container{padding-block:80px;gap:128px}.journey.title-wrapper,.journey-cards,.journey-card{max-width:448px}.journey-img{max-width:544px;height:390px}}.player-container{padding-block:64px;display:flex;flex-wrap:wrap;flex-direction:row-reverse;justify-content:center;align-items:flex-start;gap:32px}.player.title-wrapper{width:100%;max-width:343px}.player-img{width:100%;border-radius:4px;max-width:343px;height:196px;transition:all .5s cubic-bezier(.22,.61,.36,1)}.player-img:hover{transform:translateY(2px) scale(.97);filter:drop-shadow(0px 0px 4px rgb(255,212,98,.6))}@media screen and (min-width: 1200px){.player-container{padding-block:80px 123px;gap:128px}.player.title-wrapper,.player-cards,.player-card{max-width:448px}.player-img{max-width:544px;height:311px}}.legal{width:100%;position:relative;z-index:1000;padding-top:0;height:100vh;background:var(--bg)}.legal-container{padding-block:120px 40px;display:flex;flex-direction:column}.privacy-section{font-weight:400;font-size:16px;line-height:1.5;color:var(--text);overflow-wrap:break-word;word-wrap:break-word}.privacy-section ul{list-style:disc;margin-left:30px}.legal-title{margin-bottom:40px;font-family:var(--second-family);font-weight:700;font-size:36px;line-height:1.2;color:var(--text)}.privacy-section h2{display:inline-block;font-weight:600;font-size:24px;line-height:1.3;color:var(--text);margin-block:16px}.legal-container a{transition:color .3s ease;border-bottom:1px solid transparent}.legal-container a:hover{color:var(--accent);border-bottom:1px solid var(--accent)}@media screen and (min-width: 1200px){.legal-container{padding-block:140px 80px;padding-inline:160px}.privacy-section{font-size:18px}.legal-title{font-size:48px}.privacy-section h2{font-size:28px}}.footer-container{padding-block:40px 16px;background:var(--surface)}.footer-nav{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:40px}.footer-nav-list{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}.footer-separator-li{font-weight:400;font-size:16px;line-height:1.5;text-align:center;color:var(--primary);border-bottom:1px solid transparent;transition:all .3s ease}.footer-copy{font-weight:400;font-size:11px;line-height:1.5;text-align:center;color:var(--primary)}.footer-separator-li:hover{color:var(--accent);border-bottom:1px solid var(--accent);transform:translateY(2px) scale(.97)}@media only screen and (min-width: 1200px){.footer-separator-li{font-size:18px}.footer-copy{font-size:12px}}
