.gamePage{background:#fff;color:#2c2a33;font-family:Mikado,sans-serif}.gamePage__wrapper{padding-bottom:120px;position:relative;z-index:2}.gamePage__hero{align-items:stretch;display:grid;grid-template:1fr/1fr;height:400px;margin-top:12px}.gamePage__heroVisual{align-items:center;background:radial-gradient(circle at 50% 0,#ffe60a 0,#ffa000 100%);border-radius:0 40px 40px 0;display:flex;grid-area:1/1;justify-content:center;justify-self:end;overflow:hidden;width:36.5%;z-index:1}.gamePage__heroVisual img{height:100%;object-fit:cover;width:100%}.gamePage__heroCard{background:#fff;border-radius:40px;box-shadow:0 0 20px hsla(252,2%,45%,.25);display:flex;flex-direction:column;gap:24px;grid-area:1/1;justify-content:space-between;padding:32px 32px 36px;width:70%;z-index:2}.gamePage__tags{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.gamePage__tag{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#e9e7f1;border-radius:20px;color:#4221b8;display:inline-flex;font-size:10px;font-weight:400;letter-spacing:.1em;line-height:155%;padding:8px 12px;text-transform:uppercase}.gamePage__heroTitle{color:#2c2a33;font-size:48px;font-weight:700;line-height:128%;margin:0}.gamePage__heroDescription{color:#2c2a33;font-size:24px;font-weight:400;line-height:140%;margin:12px 0 0}.gamePage__btnGreen,.gamePage__btnPurple{align-items:center;border:2px solid;border-radius:20px;cursor:pointer;display:inline-flex;font-size:20px;font-weight:700;justify-content:center;line-height:132%;padding:12px 16px;text-decoration:none;transition:transform .2s ease-out}.gamePage__btnGreen:active,.gamePage__btnPurple:active{transform:translate(1px,2px)}.gamePage__btnPurple{background:#fff;border-color:#4221b8;box-shadow:1.5px 3px 0 0 #4221b8;color:#4221b8;max-width:100%;width:300px}.gamePage__btnPurple:hover{background:rgba(66,33,184,.04)}.gamePage__btnGreen{background:#31c838;border-color:#19aa20;box-shadow:1.5px 3px 0 0 #19aa20;color:#fff;max-width:100%;width:287px}.gamePage__btnGreen:hover{background:#19aa20}.gamePage__sectionTitle{color:#2c2a33;font-size:36px;font-weight:700;line-height:128%;margin:0 0 24px}.gamePage__howto{margin-top:120px;max-width:680px}.gamePage__howtoSteps{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0 0 12px;max-width:800px;padding:0}.gamePage__step{align-items:center;display:flex;gap:12px}.gamePage__stepNumber{background:#dee5ff;border-radius:100px;color:#4221b8;flex-shrink:0;font-size:18px;font-weight:700;line-height:140%;min-width:33px;padding:4px 8px;position:relative;text-align:center}.gamePage__stepStar{height:20px;pointer-events:none;position:absolute;right:-6px;top:-7px;width:20px}.gamePage__stepText{color:#2c2a33}.gamePage__howtoNote,.gamePage__stepText{font-size:18px;font-weight:400;line-height:140%;margin:0}.gamePage__howtoNote{color:#706f74}.gamePage__howtoContent{max-width:800px}.gamePage__howtoContent ol,.gamePage__howtoContent ul{counter-reset:howto-step;display:flex;flex-direction:column;gap:12px;list-style:none;margin:0 0 12px;padding:0}.gamePage__howtoContent li{align-items:center;color:#2c2a33;counter-increment:howto-step;display:flex;font-size:18px;font-weight:400;gap:12px;line-height:140%}.gamePage__howtoContent li:before{background:#dee5ff;border-radius:100px;color:#4221b8;content:counter(howto-step);flex-shrink:0;font-size:18px;font-weight:700;line-height:140%;min-width:33px;padding:4px 8px;position:relative;text-align:center}.gamePage__howtoContent p{color:#706f74;font-size:18px;font-weight:400;line-height:140%;margin:0}.gamePage__cta{box-shadow:0 6px 20px rgba(76,76,76,.25);grid-column:1/-1;height:204px;order:-2;overflow:hidden}.gamePage__cta,.gamePage__ctaInner{background:#fff;border-radius:40px;position:relative}.gamePage__ctaInner{box-shadow:0 -4px 20px rgba(76,76,76,.25);display:flex;flex-direction:column;gap:12px;height:100%;justify-content:center;padding:24px 236px 24px 32px;width:100%;z-index:2}html[dir=rtl] .gamePage__ctaInner{padding-left:236px;padding-right:32px}.gamePage__ctaTitle{color:#2c2a33;font-size:24px;font-weight:700;line-height:132%;margin:0}.gamePage__ctaText{color:#2c2a33;font-size:18px;font-weight:400;line-height:140%;margin:0}.gamePage__ctaPhoto{border-radius:29px;box-shadow:-3px 0 20px rgba(0,0,0,.25);height:204px;overflow:hidden;position:absolute;right:0;top:0;width:204px;z-index:3}html[dir=rtl] .gamePage__ctaPhoto{box-shadow:3px 0 20px rgba(0,0,0,.25);left:0;right:auto}.gamePage__ctaPhoto>img:not(.gamePage__ctaIcon),.gamePage__ctaPhoto>picture:not(:has(.gamePage__ctaIcon)) img{display:block;height:100%;object-fit:cover;width:100%}.gamePage picture:has(>.gamePage__ctaIcon),.gamePage__ctaIcon{height:56px;left:8px;pointer-events:none;position:absolute;top:12px;width:50px;z-index:4}html[dir=rtl] .gamePage picture:has(>.gamePage__ctaIcon),html[dir=rtl] .gamePage__ctaIcon{left:auto;right:8px}.gamePage picture:has(>.gamePage__ctaIcon)>.gamePage__ctaIcon{height:100%;position:static;width:100%}.gamePage__related{margin-top:120px}.gamePage__relatedHeading{color:#4221b8;grid-column:1/-1;margin-bottom:16px;margin-top:104px;order:-1}.gamePage__relatedList{display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin:0;padding:0}.gamePage__relatedCard{background:transparent;border-radius:40px;box-shadow:0 6px 20px rgba(76,76,76,.25),4px 0 20px rgba(76,76,76,.25);display:flex;flex-direction:column;overflow:hidden}.gamePage__relatedCardVisual{align-items:center;aspect-ratio:416/320;background:#dee5ff;color:#706f74;display:flex;font-size:14px;font-weight:400;justify-content:center;line-height:140%;overflow:hidden}.gamePage__relatedCardVisual img{height:100%;object-fit:cover;width:100%}.gamePage__relatedCardBody{background:#fff;border-radius:40px 40px 0 0;display:flex;flex:1;flex-direction:column;gap:12px;margin-top:-40px;padding:24px;position:relative;z-index:2}.gamePage__relatedCardTitle{color:#2c2a33;font-size:24px;font-weight:700;line-height:132%;margin:0}.gamePage__relatedCardTitle a{color:inherit;text-decoration:none}.gamePage__relatedCardTitle a:hover{color:#4221b8}.gamePage__relatedCardDescription{color:#2c2a33;font-size:14px;font-weight:400;line-height:140%;margin:0}.gamePage__relatedCardActions{align-items:center;display:flex;flex-direction:column;gap:12px;margin-top:auto;padding-top:16px}.gamePage__relatedCardLink{color:#706f74;font-size:14px;font-weight:400;line-height:140%;text-align:center;text-decoration:underline}.gamePage__relatedCardLink:hover{color:#4221b8}.gamePage__learns{margin-top:120px}.gamePage__learnsCard{background:#fff;border:2px solid #c6d2ff;border-radius:20px;display:flex;flex-direction:column;gap:8px;padding:16px 20px}.gamePage__learnsIntro{color:#2c2a33;font-size:18px;font-weight:400;line-height:140%;margin:0;max-width:680px}.gamePage__learnsList{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.gamePage__learnsItem{align-items:flex-start;color:#2c2a33;display:flex;font-size:18px;font-weight:400;gap:4px;line-height:140%}.gamePage__learnsItem:before{background-color:#2c2a33;content:"";flex-shrink:0;height:24px;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M5 12.5L10 17.5L19 7.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center/16px 16px;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M5 12.5L10 17.5L19 7.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center/16px 16px;width:24px}.gamePage__learnsContent{display:flex;flex-direction:column;gap:8px}.gamePage__learnsContent p{color:#2c2a33;font-size:18px;font-weight:400;line-height:140%;margin:0;max-width:680px}.gamePage__learnsContent ol,.gamePage__learnsContent ul{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.gamePage__learnsContent li{align-items:flex-start;color:#2c2a33;display:flex;font-size:18px;font-weight:400;gap:4px;line-height:140%}.gamePage__learnsContent li:before{background-color:#2c2a33;content:"";flex-shrink:0;height:22px;margin-top:2px;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M5 12.5L10 17.5L19 7.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center/16px 16px;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M5 12.5L10 17.5L19 7.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center/16px 16px;width:22px}.gamePage__faq{background:#170751;color:#fff;padding:60px 0}.gamePage__faqInner{margin:0 auto;max-width:1136px}.gamePage__faqTitle{color:#fff;font-size:48px;font-weight:700;line-height:128%;margin:0 0 60px;text-align:center}.gamePage__faqList{display:flex;flex-direction:column;gap:24px;list-style:none;margin:0;padding:0}.gamePage__faqItem{border:2px solid #fff;border-radius:20px;overflow:hidden}.gamePage__faqItem>summary{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:20px;font-weight:400;gap:16px;justify-content:space-between;line-height:140%;list-style:none;padding:24px}.gamePage__faqItem>summary::-webkit-details-marker{display:none}.gamePage__faqIcon{align-items:center;border:2px solid #fff;border-radius:100%;color:#fff;display:inline-flex;flex-shrink:0;font-size:20px;font-weight:400;height:28px;justify-content:center;line-height:1;transition:transform .35s ease;width:28px}.gamePage__faqIcon:before{content:"+";line-height:0;padding-bottom:2px}.gamePage__faqIcon--open{transform:rotate(45deg)}.gamePage__faqAnswerWrap{height:0;overflow:hidden;transition:height .35s ease}.gamePage__faqAnswer{color:#fff;font-size:18px;font-weight:400;line-height:140%;margin:0;padding:0 24px 24px}.gamePage__iframeOverlay{background:#fff;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:30000}.gamePage__iframeOverlay--active{display:block}.gamePage__iframe{border:0;height:100%;width:100%}.gamePage__iframeClose{background:rgba(0,0,0,.06);border:0;border-radius:50%;cursor:pointer;height:40px;position:absolute;right:12px;top:12px;transition:background .2s ease;width:40px;z-index:1}.gamePage__iframeClose:hover{background:rgba(0,0,0,.12)}.gamePage__iframeClose:after,.gamePage__iframeClose:before{background:#2c2a33;border-radius:1px;content:"";height:2px;left:50%;position:absolute;top:50%;width:18px}.gamePage__iframeClose:before{transform:translate(-50%,-50%) rotate(45deg)}.gamePage__iframeClose:after{transform:translate(-50%,-50%) rotate(-45deg)}.no-scroll{overflow:hidden}html:has(.gamesArchive){scroll-behavior:smooth}.games-transparent-header .header--v3:not(.header--scrolled){left:0!important;margin:0 auto;position:absolute!important;right:0;z-index:10}.games-transparent-header .header--v3:not(.header--scrolled):before{background:transparent!important}.games-transparent-header .flexTopbar~.header--v3:not(.header--scrolled){left:auto!important;position:relative!important;right:auto;top:0!important}body:has(.header--v3):has(.flexTopbar) .gamesArchive__hero{padding-top:0}.gamesArchive{background:#fff;color:#2c2a33;font-family:Mikado,sans-serif}.gamesArchive__hero{background:linear-gradient(180deg,#f2f5ff,#c6d2ff);overflow:hidden;padding-bottom:80px;padding-top:68px;position:relative}.gamesArchive__breadcrumbs,.gamesArchive__heroInner{position:relative;z-index:2}.gamesArchive__breadcrumbs{margin-bottom:24px;padding-top:12px}.gamesArchive__heroContent{margin-bottom:40px;max-width:632px;position:relative;z-index:2}.gamesArchive__title{color:#4221b8;font-size:60px;font-weight:700;line-height:128%;margin:0 0 16px}.gamesArchive__subtitle{color:#4221b8;font-size:24px;font-weight:400;line-height:140%;margin:0}.gamesArchive__quiz{background:#fff;background-image:linear-gradient(180deg,#917ed6 17%,#4221b8);border-bottom-width:8px;border-radius:40px;box-shadow:2px 10px 60px 0 #c2c1ff;max-width:524px;padding:3px;position:relative;z-index:2}.gamesArchive__quizInner{align-items:center;background:#fff;border-radius:38px;display:flex;flex-direction:column;gap:40px;min-height:240px;padding:24px 24px 32px}.gamesArchive__quizHeader{align-items:center;display:flex;flex-wrap:wrap;gap:4px;justify-content:center}.gamesArchive__quizTitle{color:#484848;font-size:32px;font-weight:700;line-height:132%}.gamesArchive__quizOptional{color:#484848;font-size:20px;font-weight:400;line-height:140%}.gamesArchive__quizGrid{display:grid;gap:20px;max-width:295px;width:100%}.gamesArchive__quizGrid--grades{grid-template-columns:repeat(3,1fr)}.gamesArchive__quizGrid--skills{grid-template-columns:repeat(2,1fr)}.gamesArchive .gamesArchive__quizNum,.gamesArchive .gamesArchive__quizPill{align-items:center;background:#fff;border:2px solid #917ed6;border-radius:16px;box-shadow:2px 4px 10px 0 #c6d2ff;color:#2c2a33;cursor:pointer;display:flex;justify-content:center;padding:12px 16px;text-align:center;text-decoration:none;transition:all .2s ease}.gamesArchive .gamesArchive__quizNum:hover,.gamesArchive .gamesArchive__quizPill:hover{border-color:#4221b8;color:#4221b8}.gamesArchive .gamesArchive__quizNum--active,.gamesArchive .gamesArchive__quizPill--active{background:#917ed6;border-color:#917ed6;color:#fff}.gamesArchive .gamesArchive__quizNum--active:hover,.gamesArchive .gamesArchive__quizPill--active:hover{color:#fff}.gamesArchive__quizNum{font-size:18px;font-weight:400;line-height:140%}.gamesArchive__quizPill{font-size:18px;font-weight:400;line-height:132%}.gamesArchive__quizBtn{max-width:100%;width:295px}.gamesArchive__heroIllust{bottom:0;pointer-events:none;position:absolute;right:max(20px,(75vw - 1240px)/2);z-index:1}html[dir=rtl] .gamesArchive__heroIllust{left:max(20px,(75vw - 1240px)/2);right:auto}.gamesArchive__heroIllust img{display:block;height:85vh;max-width:1181px;width:auto}html[dir=rtl] .gamesArchive__heroIllust img{transform:scaleX(-1)}.gamesArchive__filtersBar{padding:40px 0 24px}.gamesArchive__collectionTitle{color:#4221b8;font-size:32px;font-weight:700;line-height:132%;margin:0 0 24px;scroll-margin-top:24px}.gamesArchive__filtersRow{align-items:center;display:none;gap:8px}.gamesArchive__filterToggle{background:#dee5ff;border:0;color:#2c2a33;cursor:pointer;display:inline-flex;flex-shrink:0;gap:4px;padding:8px 12px;position:relative}.gamesArchive__filterBadge,.gamesArchive__filterToggle{align-items:center;border-radius:100px;font-size:14px;font-weight:400;justify-content:center;line-height:140%}.gamesArchive__filterBadge{background:#ff5a56;color:#fff;display:flex;height:20px;min-width:20px;padding:0 6px;position:absolute;right:-8px;top:-8px}.gamesArchive__activeTags{display:flex;flex-wrap:wrap;gap:4px}.gamesArchive__activeTag{align-items:center;background:#c6d2ff;border-radius:100px;color:#2c2a33;display:inline-flex;font-size:16px;font-weight:400;gap:4px;line-height:140%;padding:8px 12px;text-decoration:none;transition:background .2s ease}.gamesArchive__activeTag:hover{background:#c6d2ff}.gamesArchive__activeTag svg{flex-shrink:0}.gamesArchive__main{align-items:flex-start;display:flex;gap:24px;margin-bottom:60px}.gamesArchive__sidebar{background:#fff;border:1px solid #e2e1e7;border-radius:20px;display:flex;flex-direction:column;flex-shrink:0;gap:28px;padding:20px;position:-webkit-sticky;position:sticky;top:20px;width:308px}.gamesArchive__sidebarTitle{color:#2c2a33;font-size:24px;font-weight:700;line-height:132%;margin:0}.gamesArchive__sidebarPills{display:flex;flex-direction:column;gap:8px}.gamesArchive__content{flex:1;min-width:0}.gamesArchive__pill{align-items:center;background:#e2e1e7;border-radius:100px;color:#2c2a33;display:inline-flex;font-size:16px;font-weight:400;line-height:140%;padding:8px 16px;text-decoration:none;transition:all .2s ease}.gamesArchive__pill:hover{background:#dee5ff}.gamesArchive__pill--active{background:#c6d2ff}.gamesArchive__sidebarPills .gamesArchive__pill{background:transparent}.gamesArchive__sidebarPills .gamesArchive__pill:hover{background:#dee5ff}.gamesArchive__sidebarPills .gamesArchive__pill.gamesArchive__pill--active{background:#c6d2ff}.gamesArchive__grid{display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}.gamesArchive__empty{color:#706f74;font-size:18px;font-weight:400;line-height:140%;margin:0;padding:60px 0;text-align:center}.gamesArchive__emptyState .gamesArchive__cta{order:0}.gamesArchive__suggestedTitle{color:#4221b8;font-size:28px;font-weight:700;line-height:120%;margin:40px 0 24px}.gamesArchive__card{background:transparent;border-radius:40px;box-shadow:0 6px 20px rgba(76,76,76,.25),4px 0 20px rgba(76,76,76,.25);display:flex;flex-direction:column;overflow:hidden}.gamesArchive__cardVisual{aspect-ratio:416/320;background:#dee5ff;display:block;overflow:hidden}.gamesArchive__cardVisual img{height:100%;object-fit:cover;width:100%}.gamesArchive__cardPlaceholder{align-items:center;color:#706f74;display:flex;font-size:14px;font-weight:400;height:100%;justify-content:center;line-height:140%;padding:16px;text-align:center;width:100%}.gamesArchive__cardBody{background:#fff;border-radius:40px 40px 0 0;display:flex;flex:1;flex-direction:column;gap:12px;margin-top:-40px;padding:24px;position:relative;z-index:2}.gamesArchive__cardInfo{display:flex;flex-direction:column;gap:8px}.gamesArchive__cardTitle{color:#2c2a33;font-size:24px;font-weight:700;line-height:132%;margin:0}.gamesArchive__cardTitle a{color:inherit;text-decoration:none}.gamesArchive__cardTitle a:hover{color:#4221b8}.gamesArchive__cardDesc{color:#2c2a33;font-size:18px;font-weight:400;line-height:140%;margin:0}.gamesArchive__cardActions{align-items:center;display:flex;flex-direction:column;gap:12px;margin-top:auto;padding-top:16px}.gamesArchive__cardReadMore{color:#706f74;font-size:14px;font-weight:400;line-height:140%;text-align:center;text-decoration:underline}.gamesArchive__cardReadMore:hover{color:#4221b8}.gamesArchive__cta{grid-column:1/-1;order:0}.gamesArchive__pagination{margin-bottom:60px;margin-top:48px}.gamesArchive__filterPanel{background:#fff;display:none;flex-direction:column;height:100%;justify-content:space-between;left:0;padding:20px 20px 40px;position:fixed;top:0;width:100%;z-index:20000}.gamesArchive__filterPanel--open{display:flex}.gamesArchive__filterPanelHeader{align-items:center;display:flex;flex-shrink:0;justify-content:space-between;margin-bottom:28px}.gamesArchive__filterPanelTitle{color:#2c2a33;flex:1;font-size:24px;font-weight:700;line-height:132%;margin:0;text-align:center}.gamesArchive__filterPanelClose{align-items:center;background:none;border:0;color:#2c2a33;cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;width:24px}.gamesArchive__filterPanelBody{display:flex;flex:1;flex-direction:column;gap:28px;overflow-y:auto}.gamesArchive__filterSection{display:flex;flex-direction:column;gap:12px}.gamesArchive__filterSectionHead{align-items:center;color:#2c2a33;display:flex;font-size:18px;font-weight:700;gap:4px;line-height:132%}.gamesArchive__filterSectionHead svg{color:#4221b8;flex-shrink:0}.gamesArchive__filterSectionPills{background:#f7f5ff;border-radius:16px;display:flex;flex-wrap:wrap;gap:8px;padding:16px}.gamesArchive__filterPanelFooter{display:flex;flex-shrink:0;gap:16px;padding-top:20px}.gamesArchive__filterClearBtn{align-items:center;background:#e2e1e7;border-radius:20px;color:#484848;display:flex;flex:1;font-size:20px;font-weight:700;justify-content:center;line-height:132%;padding:12px 16px;text-decoration:none;transition:background .2s ease}.gamesArchive__filterClearBtn:hover{background:#c6c6c6}.gamesArchive__filterApplyBtn{flex:1}.gamesArchive__skillDesc{padding:60px 0}.gamesArchive__skillDescTitle{color:#2c2a33;font-size:48px;font-weight:700;line-height:128%;margin:0 0 36px}.gamesArchive__skillDescCard{background:#fff;border:2px solid #c6d2ff;border-radius:20px;display:flex;flex-direction:column;gap:16px;padding:20px 24px}.gamesArchive__skillDescText{color:#2c2a33;font-size:18px;font-weight:400;line-height:140%;margin:0}.gamesArchive__skillDescList{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.gamesArchive__skillDescItem{align-items:flex-start;color:#2c2a33;display:flex;font-size:18px;font-weight:400;gap:4px;line-height:140%}.gamesArchive__skillDescItem:before{background-color:#2c2a33;content:"";flex-shrink:0;height:22px;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M5 12.5L10 17.5L19 7.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center/16px 16px;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M5 12.5L10 17.5L19 7.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center/16px 16px;width:22px}@media (max-width:1280px){.gamesArchive__heroIllust{right:-15vw}html[dir=rtl] .gamesArchive__heroIllust{left:-15vw;right:auto}}@media (max-width:1024px){.gamePage__wrapper{padding-bottom:80px}.gamePage__hero{height:360px}.gamePage__heroVisual{width:42%}.gamePage__heroCard{padding:28px 28px 32px;width:65%}.gamePage__heroTitle{font-size:36px;font-weight:700;line-height:128%}.gamePage__heroDescription{font-size:20px;font-weight:400;line-height:140%}.gamePage__howto{margin-top:80px}.gamePage__cta{align-items:center;display:flex;flex-direction:column;grid-column:auto;height:auto;order:0}.gamePage__ctaInner{align-items:center;border-radius:40px 40px 0 0;box-shadow:0 -4px 20px rgba(76,76,76,.25);flex:1;gap:20px;height:auto;margin-top:-40px;padding:20px 20px 24px;text-align:center}html[dir=rtl] .gamePage__ctaInner{padding-left:20px;padding-right:20px}.gamePage__ctaPhoto{border-radius:40px;box-shadow:none;height:285px;position:relative;right:auto;top:auto;width:285px;z-index:1}html[dir=rtl] .gamePage__ctaPhoto{box-shadow:none;left:auto}.gamePage picture:has(>.gamePage__ctaIcon),.gamePage__ctaIcon{height:70px;left:13px;top:17px;width:62px}html[dir=rtl] .gamePage picture:has(>.gamePage__ctaIcon),html[dir=rtl] .gamePage__ctaIcon{left:auto;right:13px}.gamePage__related{margin-top:80px}.gamePage__relatedHeading{margin-top:0;order:0}.gamePage__relatedList{grid-template-columns:repeat(2,1fr)}.gamePage__learns{margin-top:80px}.gamesArchive__hero{padding-bottom:230px}.gamesArchive__heroContent{margin-bottom:32px;max-width:100%;padding:0;text-align:center}.gamesArchive__title{font-size:48px;font-weight:700;line-height:128%}.gamesArchive__quiz{margin:0 auto;max-width:400px}.gamesArchive__heroIllust{left:auto;right:50%;transform:translateX(50%)}.gamesArchive__heroIllust img{height:auto;width:436px}.gamesArchive__filtersBar{padding:24px 0 16px}.gamesArchive__collectionTitle{margin-bottom:20px}.gamesArchive__filtersRow{display:flex}.gamesArchive__main{flex-direction:column}.gamesArchive__sidebar{display:none}.gamesArchive__content{width:100%}.gamesArchive__grid{grid-template-columns:repeat(2,1fr)}.gamesArchive__cta{grid-column:auto}.gamesArchive__skillDesc{padding:48px 0}.gamesArchive__skillDescTitle{font-size:36px;font-weight:700;line-height:128%;margin-bottom:28px}}@media (max-width:768px){.gamePage__wrapper{padding-bottom:60px}.gamePage__hero{display:flex;flex-direction:column;height:auto;margin-left:-20px;margin-right:-20px}.gamePage__heroVisual{aspect-ratio:4/5;border-radius:0;grid-area:auto;justify-self:stretch;max-height:470px;width:100%}.gamePage__heroCard{box-shadow:0 0 10px #706f74;gap:20px;grid-area:auto;margin-top:-200px;padding:20px 20px 28px;width:100%}.gamePage__heroTitle{font-size:28px;font-weight:700;line-height:128%}.gamePage__heroDescription{font-size:16px;font-weight:400;line-height:140%}.gamePage__btnGreen,.gamePage__btnPurple{font-size:18px;font-weight:700;line-height:132%;width:100%}.gamePage__sectionTitle{font-size:24px;font-weight:700;line-height:128%;margin:0 0 16px}.gamePage__howto{margin-top:60px}.gamePage__stepText{font-size:16px;font-weight:400;line-height:140%}.gamePage__howtoNote{font-size:14px;font-weight:400;line-height:140%}.gamePage__howtoContent li{font-size:16px;font-weight:400;line-height:140%}.gamePage__howtoContent p{font-size:14px;font-weight:400;line-height:140%}.gamePage__related{margin-top:60px}.gamePage__relatedCardBody{padding:20px}.gamePage__learns{margin-top:60px}.gamePage__faq{padding:40px 0}.gamePage__faqTitle{font-size:28px;font-weight:700;line-height:128%;margin-bottom:32px}.gamePage__faqItem>summary{font-size:16px;font-weight:400;line-height:140%;padding:16px 18px}.gamePage__faqAnswer{font-size:14px;font-weight:400;line-height:140%;padding:0 18px 20px}.gamesArchive__hero{padding-bottom:230px;padding-top:60px}.gamesArchive__title{font-size:32px;font-weight:700;line-height:132%}.gamesArchive__subtitle{font-size:18px;font-weight:400;line-height:140%}.gamesArchive__quiz{margin:0 auto;max-width:335px}.gamesArchive__quizInner{gap:24px;padding:20px 20px 32px}.gamesArchive__quizTitle{font-size:24px;font-weight:700;line-height:132%}.gamesArchive__quizGrid{gap:12px}.gamesArchive__collectionTitle{font-size:24px;font-weight:700;line-height:132%}.gamesArchive__main{margin-bottom:40px}.gamesArchive__suggestedTitle{font-size:22px;font-weight:700;line-height:120%;margin:32px 0 20px}.gamesArchive__cardBody{padding:20px}.gamesArchive__cardDesc{font-size:16px;font-weight:400;line-height:140%}.gamesArchive__pagination{margin-bottom:40px;margin-top:32px}.gamesArchive__skillDesc{padding:40px 0}.gamesArchive__skillDescTitle{font-size:28px;font-weight:700;line-height:132%;margin-bottom:24px}.gamesArchive__skillDescCard{padding:16px 20px}.gamesArchive__skillDescItem,.gamesArchive__skillDescText{font-size:16px;font-weight:400;line-height:140%}}@media (max-width:600px){.gamePage__relatedHeading{margin-bottom:8px}.gamePage__relatedList,.gamesArchive__grid{grid-template-columns:1fr}}@media (min-width:769px){body:not(:has(.header--v3)) .gamesArchive__hero{padding-top:0}}
