.ModuleContainer_moduleContainer__SivNO{display:flex;flex-direction:column;width:100%;max-width:100%}.CardItem_cardItem__6kdD7{border-radius:var(--radii-md);filter:brightness(1);transition-property:filter;transition-duration:var(--transitions-duration-fast);transition-timing-function:var(--transitions-easing-inOut)}.CardItem_cardItem_selected__KeolY{filter:brightness(1.25)}.CardItem_cardItem_selected__KeolY:after{content:"";position:absolute;inset:0;background-color:var(--colors-lightAlpha-25);z-index:100}.CardItem_cardItem_clickable___Nqos{cursor:pointer}.CardItem_cardItem_info__efOH0{padding:.75rem .5rem}.CardItem_cardItem_info_title__dsqAG{flex:1 1 auto}.CardItem_cardItem_info_title__dsqAG .CardItem_cardItem_info_title_link__g94NG{color:inherit;text-decoration:none;font-family:var(--fonts-primary);font-weight:var(--fontWeights-bold);line-height:var(--lineHeights-md)}.CardsContainer_cardsContainer__kHwCW{display:grid;max-width:100%;grid-auto-rows:1fr;justify-items:center;grid-gap:1rem .75rem;gap:1rem .75rem}@media(min-width:768px){.CardsContainer_cardsContainer__kHwCW{flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:1.5rem 2.5rem}}@keyframes FilteredList_skeletonAnimation__zoo4O{0%{background-position:0 0}25%{background-position:100% 0}50%{background-position:100% 100%}75%{background-position:0 100%}to{background-position:0 0}}@keyframes FilteredList_fadeIn__8G2iV{0%{opacity:0}to{opacity:1}}.FilteredList_filteredList__ImpBG{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;grid-template-areas:"control control" "filter list";grid-gap:2rem;gap:2rem}.FilteredList_filteredList_noFilter__ueLba{grid-template-areas:"control control" "list list"}@media(max-width:768px){.FilteredList_filteredList__ImpBG{grid-template-areas:"control control" "list list"}}.FilteredList_filteredList_control__Wa0lZ{grid-area:control;display:flex;flex-direction:row;align-items:stretch;padding:.75rem 0;gap:2.5rem;border-top:var(--borders-sm) currentColor;border-bottom:var(--borders-sm) currentColor}@media(max-width:1536px){.FilteredList_filteredList_control__Wa0lZ{gap:1rem}}@media(max-width:1024px){.FilteredList_filteredList_control_count__Qedk6,.FilteredList_filteredList_control_sort__fTPgy{display:none}}@media(max-width:768px){.FilteredList_filteredList_control_columns__MpwrZ,.FilteredList_filteredList_control_filtersDesktop__rcfAr.button{display:none}}@media(min-width:768px){.FilteredList_filteredList_control_filtersMobile__jNyuq.button{display:none}}.FilteredList_filteredList_control_filtersDesktop__rcfAr.button{flex:0 0 auto;padding:.5rem 1rem;font-size:var(--fontSizes-md);font-weight:var(--fontWeights-normal)}.FilteredList_filteredList_control_count__Qedk6{white-space:nowrap;align-self:center}.FilteredList_filteredList_control_search__ojdrx{display:flex;flex-direction:row;align-items:stretch;max-width:100%;width:50%;flex:1 1 auto}.FilteredList_filteredList_control_sort__fTPgy{width:25%;min-width:16rem;max-width:375px;flex:1 1 auto}.FilteredList_filteredList_control_columns__MpwrZ{width:25%;min-width:10rem;flex:1 1 auto}.FilteredList_filteredList_filterMobile__mESnO{z-index:1200;width:18rem;max-width:80%;color:var(--colors-text-on-neutral-950);background-color:var(--colors-neutral-950)}@media(min-width:768px){.FilteredList_filteredList_filterMobile__mESnO{display:none}}.FilteredList_filteredList_filterMobile_body__WjUnh{display:flex;flex-direction:column;gap:1rem}.FilteredList_filteredList_filterMobile_body_label__apj_N:not(:first-child){margin-top:1rem}.FilteredList_filteredList_filterDesktop__shxyu{grid-area:filter;display:flex;flex-direction:column;width:18rem;gap:1rem}@media(max-width:768px){.FilteredList_filteredList_filterDesktop__shxyu{display:none}}.FilteredList_filteredList_list__NT8VK{grid-area:list;display:flex;flex-direction:column;gap:1rem;width:100%}.FilteredList_filteredList_list_noResults__yUq1z{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem 0;gap:1.5rem}.FilteredList_filteredList_list_noResults_text__jer5B{text-align:center}.FilteredList_filteredList_list_count__EogpE{display:block;padding:0 1rem}@media(min-width:768px){.FilteredList_filteredList_list_count__EogpE{display:none}}.FilteredList_filteredList_list_cards__8dDAF{gap:1.5rem 2rem;height:min-content}.FilteredList_filteredList_list_cards_loading__CI7vP>*{position:relative;overflow:hidden}.FilteredList_filteredList_list_cards_loading__CI7vP>:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:100;background-image:radial-gradient(var(--colors-darkAlpha-50),var(--colors-lightAlpha-50));background-size:300% 300%;background-position:0 0;background-repeat:repeat;pointer-events:none;animation:FilteredList_fadeIn__8G2iV 1 forwards 1s var(--transitions-easing-inOut,ease-in-out),FilteredList_skeletonAnimation__zoo4O infinite forwards 5s var(--transitions-easing-inOut,ease-in-out)}.FilteredList_filteredList_list_cards_placeholder__NnNjd{height:0;padding-top:100%;align-self:stretch;justify-self:stretch;background-color:var(--colors-neutralAlpha-10)}.FilteredList_filteredList_list_pagination__iQ2YL{grid-area:pagination;display:flex;flex-direction:row;justify-content:center}.FilteredListOption_filteredListOption__d__LZ{display:flex;flex-direction:column;max-height:2.5rem;border-radius:var(--radii-md);color:var(--colors-text-on-neutral-800);background-color:var(--colors-neutral-800);overflow:hidden;transition-property:max-height;transition-duration:var(--transitions-duration-normal);transition-timing-function:var(--transitions-easing-inOut)}.FilteredListOption_filteredListOption_open__UZBC0{max-height:15rem}.FilteredListOption_filteredListOption_open__UZBC0 .FilteredListOption_filteredListOption_body__BaaAp{pointer-events:all}.FilteredListOption_filteredListOption_head__s4KuB{display:flex;flex-direction:row;align-items:center;height:2.5rem;padding:.5rem 1rem;gap:1rem;cursor:pointer}.FilteredListOption_filteredListOption_head_label__Xprda{flex:1 1 auto}.FilteredListOption_filteredListOption_head_icon__NZXtA{font-size:1.5rem;line-height:1}.FilteredListOption_filteredListOption_body__BaaAp{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.FilteredListOption_filteredListOption_body_search__9kXDy{width:100%;max-width:100%;border-radius:0}.FilteredListOption_filteredListOption_body_search__9kXDy>input{border-radius:0;background-color:var(--colors-neutral-700);border-color:transparent}.FilteredListOption_filteredListOption_body_search__9kXDy>input:disabled{background-color:var(--colors-neutral-800);border-color:transparent}.FilteredListOption_filteredListOption_body_entries__7LlMN{max-height:10rem;overflow-y:auto;overflow-x:hidden}.FilteredListOption_filteredListOption_body_entry__SXity{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;flex-direction:row;align-items:center;max-width:100%;width:100%;padding:.5rem 1rem;gap:1rem;text-align:left;color:var(--colors-text-on-neutral-800);background-color:var(--colors-neutral-800);cursor:pointer}.FilteredListOption_filteredListOption_body_entry__SXity:focus,.FilteredListOption_filteredListOption_body_entry_active__uTFx1{background-color:var(--colors-neutral-700)}.FilteredListOption_filteredListOption_body_entry_label__9eAyg{flex:1 1 auto;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.FilteredListOption_filteredListOption_body_entry_checkbox__8jP5p{font-size:1.5rem;line-height:1}.ShopCollection_shopCollection__40YUF{display:grid;grid-template-columns:auto;grid-template-rows:auto auto auto auto auto auto auto;grid-template-areas:"banner" "info" "moreInfo" "stats" "buy" "nfts"}@media(min-width:768px){.ShopCollection_shopCollection__40YUF{grid-template-columns:auto auto;grid-template-rows:auto auto auto auto;grid-template-areas:"banner banner" "info moreInfo" "stats buy" "nfts nfts"}}.ShopCollection_shopCollection_banner__z_pXz{grid-area:banner;position:relative;box-sizing:border-box;min-height:8rem;height:50vmin;max-height:36rem;margin-bottom:2rem}.ShopCollection_shopCollection_banner_image__LJP01{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;height:100%;width:100%}.ShopCollection_shopCollection_banner_image__LJP01>img{object-fit:cover}.ShopCollection_shopCollection_info__ve47r{grid-area:info;flex:1 1 auto;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.ShopCollection_shopCollection_info_name__j3HWk{display:flex;flex-direction:row;align-items:center;gap:2.5rem;font-family:var(--fonts-brand);font-size:var(--fontSizes-4xl);line-height:var(--lineHeights-4xl);font-weight:var(--fontWeights-bold)}.ShopCollection_shopCollection_info_text__JlFPO{flex:0 0 auto}.ShopCollection_shopCollection_info_text_label__wJ9vU{font-family:var(--fonts-primary);font-size:var(--fontSizes-sm);line-height:var(--lineHeights-xl);margin-right:.5rem}.ShopCollection_shopCollection_info_text_value__cOaKd{font-family:var(--fonts-mono);font-size:var(--fontSizes-xl);line-height:var(--lineHeights-xl);font-weight:var(--fontWeights-bold);margin-right:2rem}.ShopCollection_shopCollection_info_description__pcuf8{max-width:768px;white-space:pre-wrap}.ShopCollection_shopCollection_moreInfo__PUG8e{grid-area:moreInfo;justify-self:end;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:2rem}@media(min-width:768px){.ShopCollection_shopCollection_moreInfo__PUG8e{align-items:flex-end}}.ShopCollection_shopCollection_stats__ET5bq{grid-area:stats;display:grid;grid-auto-flow:row;grid-template-columns:1fr 1fr;width:100%;margin-bottom:1.5rem;border-radius:var(--radii-md);color:var(--colors-text-on-background);background-color:transparent;border:var(--borders-md) var(--colors-text-on-background)}@media(min-width:1536px){.ShopCollection_shopCollection_stats__ET5bq{grid-template-columns:unset;grid-auto-columns:min-content;grid-auto-flow:column;width:min-content;gap:1rem}}.ShopCollection_shopCollection_stats_entry__VrAx_{display:flex;flex-direction:column;align-items:flex-start;padding:.5rem 1rem}.ShopCollection_shopCollection_stats_entry_label__1dqTz{width:100%;font-family:var(--fonts-primary);font-weight:var(--fontWeights-normal);font-size:var(--fontSizes-xs);line-height:var(--lineHeights-xs);white-space:nowrap}.ShopCollection_shopCollection_stats_entry_value__C89Ou{width:100%;font-family:var(--fonts-mono);font-weight:var(--fontWeights-bold);font-size:var(--fontSizes-md);line-height:var(--lineHeights-md)}@media(min-width:1536px){.ShopCollection_shopCollection_stats_entry__VrAx_{padding:1rem 2rem}.ShopCollection_shopCollection_stats_entry_label__1dqTz{font-size:var(--fontSizes-sm);line-height:var(--lineHeights-sm)}.ShopCollection_shopCollection_stats_entry_value__C89Ou{font-size:var(--fontSizes-xl);line-height:var(--lineHeights-xl)}}.ShopCollection_shopCollection_buy__Fy2_v{grid-area:buy;justify-self:end;align-self:end;margin-bottom:1.5rem}@media(min-width:1536px){.ShopCollection_shopCollection_buy__Fy2_v{align-self:stretch}}.ShopCollection_shopCollection_nfts__nKOVk{grid-area:nfts}.ShopCollection_shopCollection_nfts_title__0RlVJ{width:100%;max-width:100%;padding-bottom:.5rem;margin:3rem 0 0;font-family:var(--fonts-brand);font-size:var(--fontSizes-xl);line-height:var(--lineHeights-xl);font-weight:var(--fontWeights-bold)}.ShopLogo_shopLogo__eOICL{position:relative}.ShopLogo_shopLogo_scaleBy_width__J0Jk7 .ShopLogo_shopLogo_image__9vFhi,.ShopLogo_shopLogo_scaleBy_width__J0Jk7 .ShopLogo_shopLogo_link__LoheE{height:auto;max-height:100%;width:100%}.ShopLogo_shopLogo_scaleBy_height__0MEcE .ShopLogo_shopLogo_image__9vFhi,.ShopLogo_shopLogo_scaleBy_height__0MEcE .ShopLogo_shopLogo_link__LoheE{height:100%;max-width:100%}.ShopLogo_shopLogo_link__LoheE{display:inline-flex;flex-direction:row;align-items:center;text-decoration:none;gap:.5rem}.ShopLogo_shopLogo_link__LoheE,.ShopLogo_shopLogo_link__LoheE:focus,.ShopLogo_shopLogo_link__LoheE:hover,.ShopLogo_shopLogo_link__LoheE:visited{color:inherit}.ShopLogo_shopLogo_title__CcRsp{color:inherit;font-family:var(--fonts-brand);font-size:inherit;line-height:1;font-weight:var(--fontWeights-black);text-decoration:none}.ModuleFooter_moduleFooter__MadMk{position:relative;display:flex;flex-direction:column;color:var(--moduleFooter-color-text);background-color:var(--moduleFooter-color-bg);padding-top:4rem;padding-bottom:5rem;margin-top:12rem}.ModuleFooter_moduleFooter_noTopMargin__2oIyw{margin-top:0}@media(min-width:1024px){.ModuleFooter_moduleFooter__MadMk{flex-direction:row;justify-content:center;padding-bottom:2rem}}.ModuleFooter_moduleFooter_colorScheme_neutral__ec7wt{--moduleFooter-color-bg:var(--colors-neutral-950);--moduleFooter-color-text:var(--colors-text-on-neutral-950)}.ModuleFooter_moduleFooter_colorScheme_brand__koTLG{--moduleFooter-color-bg:var(--colors-brand-500);--moduleFooter-color-text:var(--colors-text-on-brand-500)}.ModuleFooter_moduleFooter_colorScheme_primary__3gl8e{--moduleFooter-color-bg:var(--colors-primary-500);--moduleFooter-color-text:var(--colors-text-on-primary-500)}.ModuleFooter_moduleFooter_colorScheme_secondary__sOJ64{--moduleFooter-color-bg:var(--colors-secondary-500);--moduleFooter-color-text:var(--colors-text-on-secondary-500)}.ModuleFooter_moduleFooter_colorScheme_tertiary__dQBqz{--moduleFooter-color-bg:var(--colors-tertiary-500);--moduleFooter-color-text:var(--colors-text-on-tertiary-500)}.ModuleFooter_moduleFooter_colorScheme_info__IJcXw{--moduleFooter-color-bg:var(--colors-info-500);--moduleFooter-color-text:var(--colors-text-on-info-500)}.ModuleFooter_moduleFooter_colorScheme_success__w2lYF{--moduleFooter-color-bg:var(--colors-success-500);--moduleFooter-color-text:var(--colors-text-on-success-500)}.ModuleFooter_moduleFooter_colorScheme_warning__lx3jE{--moduleFooter-color-bg:var(--colors-warning-500);--moduleFooter-color-text:var(--colors-text-on-warning-500)}.ModuleFooter_moduleFooter_colorScheme_error__1CSK_{--moduleFooter-color-bg:var(--colors-error-500);--moduleFooter-color-text:var(--colors-text-on-error-500)}.ModuleFooter_moduleFooter_brand__N3LUw{align-self:center;text-align:center}@media(min-width:1024px){.ModuleFooter_moduleFooter_brand__N3LUw{margin-right:3rem;align-self:flex-start;text-align:left}}.ModuleFooter_moduleFooter_brand__N3LUw .ModuleFooter_moduleFooter_brand_logo__PhjMW{font-size:var(--fontSizes-5xl);line-height:1}.ModuleFooter_moduleFooter_brand__N3LUw .ModuleFooter_moduleFooter_brand_logo__PhjMW img{max-width:16rem;max-height:8rem}@media(min-width:375px){.ModuleFooter_moduleFooter_brand__N3LUw .ModuleFooter_moduleFooter_brand_logo__PhjMW img{max-width:20rem;max-height:10rem}}@media(min-width:768px){.ModuleFooter_moduleFooter_brand__N3LUw .ModuleFooter_moduleFooter_brand_logo__PhjMW img{max-width:24rem;max-height:12rem}}.ModuleFooter_moduleFooter_brand__N3LUw .ModuleFooter_moduleFooter_brand_copyright__4Qx8t{font-family:var(--fonts-fineprint);font-weight:var(--fontWeights-semibold);margin-top:1.5rem;text-align:center}.ModuleFooter_moduleFooter_links__KvOOr{display:flex;flex-direction:column;flex:1 1 auto;align-items:flex-start;min-width:10rem;margin:3rem 0 6rem}@media(min-width:1024px){.ModuleFooter_moduleFooter_links__KvOOr{padding:1rem;margin:0}}.ModuleFooter_moduleFooter_links__KvOOr .ModuleFooter_moduleFooter_links_entry__DIm1I{width:auto;margin-bottom:.5rem;font-family:var(--fonts-fineprint);font-weight:var(--fontWeights-bold);color:var(--moduleFooter-color-text);text-decoration:none}.ModuleFooter_moduleFooter_poweredBy__Uf0ri{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%)}.ModuleFooter_moduleFooter_socials__wW6zX{display:flex;flex-direction:column}.ModuleFooter_moduleFooter_socials_title__rp7dY{margin-bottom:1rem}body:has(.ModuleHeader_moduleHeader__Yg_Po){--header-height:3rem}.ModuleHeader_moduleHeader_colorScheme_neutral__69SCU{--moduleHeader-color-bg:var(--colors-neutral-950);--moduleHeader-color-text:var(--colors-text-on-neutral-950);--moduleHeader-active-color-bg:var(--colors-neutral-800);--moduleHeader-active-color-text:var(--colors-text-on-neutral-800);--moduleHeader-hover-color-bg:var(--colors-neutral-600);--moduleHeader-hover-color-text:var(--colors-text-on-neutral-600)}.ModuleHeader_moduleHeader_colorScheme_brand__K_Zja{--moduleHeader-color-bg:var(--colors-brand-500);--moduleHeader-color-text:var(--colors-text-on-brand-500);--moduleHeader-active-color-bg:var(--colors-brand-800);--moduleHeader-active-color-text:var(--colors-text-on-brand-800);--moduleHeader-hover-color-bg:var(--colors-brand-600);--moduleHeader-hover-color-text:var(--colors-text-on-brand-600)}.ModuleHeader_moduleHeader_colorScheme_primary__2kBEH{--moduleHeader-color-bg:var(--colors-primary-500);--moduleHeader-color-text:var(--colors-text-on-primary-500);--moduleHeader-active-color-bg:var(--colors-primary-800);--moduleHeader-active-color-text:var(--colors-text-on-primary-800);--moduleHeader-hover-color-bg:var(--colors-primary-600);--moduleHeader-hover-color-text:var(--colors-text-on-primary-600)}.ModuleHeader_moduleHeader_colorScheme_secondary__3qwXt{--moduleHeader-color-bg:var(--colors-secondary-500);--moduleHeader-color-text:var(--colors-text-on-secondary-500);--moduleHeader-active-color-bg:var(--colors-secondary-800);--moduleHeader-active-color-text:var(--colors-text-on-secondary-800);--moduleHeader-hover-color-bg:var(--colors-secondary-600);--moduleHeader-hover-color-text:var(--colors-text-on-secondary-600)}.ModuleHeader_moduleHeader_colorScheme_tertiary__aojrt{--moduleHeader-color-bg:var(--colors-tertiary-500);--moduleHeader-color-text:var(--colors-text-on-tertiary-500);--moduleHeader-active-color-bg:var(--colors-tertiary-800);--moduleHeader-active-color-text:var(--colors-text-on-tertiary-800);--moduleHeader-hover-color-bg:var(--colors-tertiary-600);--moduleHeader-hover-color-text:var(--colors-text-on-tertiary-600)}.ModuleHeader_moduleHeader_colorScheme_info__tgSCj{--moduleHeader-color-bg:var(--colors-info-500);--moduleHeader-color-text:var(--colors-text-on-info-500);--moduleHeader-active-color-bg:var(--colors-info-800);--moduleHeader-active-color-text:var(--colors-text-on-info-800);--moduleHeader-hover-color-bg:var(--colors-info-600);--moduleHeader-hover-color-text:var(--colors-text-on-info-600)}.ModuleHeader_moduleHeader_colorScheme_success__k7Pb5{--moduleHeader-color-bg:var(--colors-success-500);--moduleHeader-color-text:var(--colors-text-on-success-500);--moduleHeader-active-color-bg:var(--colors-success-800);--moduleHeader-active-color-text:var(--colors-text-on-success-800);--moduleHeader-hover-color-bg:var(--colors-success-600);--moduleHeader-hover-color-text:var(--colors-text-on-success-600)}.ModuleHeader_moduleHeader_colorScheme_warning__G0rtp{--moduleHeader-color-bg:var(--colors-warning-500);--moduleHeader-color-text:var(--colors-text-on-warning-500);--moduleHeader-active-color-bg:var(--colors-warning-800);--moduleHeader-active-color-text:var(--colors-text-on-warning-800);--moduleHeader-hover-color-bg:var(--colors-warning-600);--moduleHeader-hover-color-text:var(--colors-text-on-warning-600)}.ModuleHeader_moduleHeader_colorScheme_error__8iwF_{--moduleHeader-color-bg:var(--colors-error-500);--moduleHeader-color-text:var(--colors-text-on-error-500);--moduleHeader-active-color-bg:var(--colors-error-800);--moduleHeader-active-color-text:var(--colors-text-on-error-800);--moduleHeader-hover-color-bg:var(--colors-error-600);--moduleHeader-hover-color-text:var(--colors-text-on-error-600)}.ModuleHeader_moduleHeader__Yg_Po{position:relative;display:block;width:100%;flex:0 0 auto;height:3rem;z-index:1000}.ModuleHeader_moduleHeader_logo__cHg0U{position:relative;flex:1 0 auto;height:100%;padding:.5rem 0 .25rem}.ModuleHeader_moduleHeader_logo__cHg0U>a{position:relative;left:0;height:100%;transform:translateX(0);transition-property:left,transform;transition-duration:var(--transitions-duration-slow);transition-timing-function:var(--transitions-easing-inOut)}.ModuleHeader_moduleHeader_link__Du8MV{display:flex;flex-direction:row;padding:0 1rem;height:3rem;align-items:center;justify-content:center;text-align:center;line-height:1;text-decoration:none;color:var(--moduleHeader-color-text);transition-property:color,background-color;transition-duration:var(--transitions-duration-fast);transition-timing-function:var(--transitions-easing-inOut);cursor:pointer}.ModuleHeader_moduleHeader_link_cart__wvvpI{position:relative;font-size:1.5em}.ModuleHeader_moduleHeader_link_cart__wvvpI:not([data-tooltip="0"]):after{content:attr(data-tooltip);position:absolute;bottom:.125rem;right:.125rem;min-width:1rem;height:1rem;line-height:1rem;padding:0 .125rem;font-size:var(--fontSizes-md);font-family:var(--fonts-mono);border-radius:var(--radii-full);background-color:var(--colors-success-500);color:var(--colors-text-on-success-500)}.ModuleHeader_moduleHeader_link__Du8MV:visited{color:var(--moduleHeader-color-text)}.ModuleHeader_moduleHeader_link__Du8MV:focus,.ModuleHeader_moduleHeader_link__Du8MV:hover{color:var(--moduleHeader-hover-color-text);background-color:var(--moduleHeader-hover-color-bg)}.ModuleHeader_moduleHeader_link__Du8MV.ModuleHeader_moduleHeader_link_active__QMunO,.ModuleHeader_moduleHeader_link__Du8MV:active{color:var(--moduleHeader-active-color-text);background-color:var(--moduleHeader-active-color-bg)}.ModuleHeader_moduleHeader_desktop__ZDOta{display:none;position:fixed;top:0;left:0;right:0;z-index:1000;height:3rem;padding-top:0;padding-bottom:0;margin:0;align-items:center;justify-content:space-between;font-size:var(--fontSizes-md);color:var(--moduleHeader-color-text);background-color:var(--moduleHeader-color-bg)}@media(min-width:768px){.ModuleHeader_moduleHeader_desktop__ZDOta{display:flex;flex-direction:row}}.ModuleHeader_moduleHeader_desktop_right__aTwz8{display:flex;flex-direction:row;flex:1 0 auto;align-items:center;justify-content:flex-end}.ModuleHeader_moduleHeader_mobile__kWylF{display:flex;position:fixed;top:0;left:0;right:0;z-index:1000;justify-content:center;align-items:center;height:3rem;padding:0 1.5rem;color:var(--moduleHeader-color-text);background-color:var(--moduleHeader-color-bg)}.ModuleHeader_moduleHeader_mobile__kWylF .ModuleHeader_moduleHeader_logo__cHg0U{text-align:center}.ModuleHeader_moduleHeader_mobile__kWylF .ModuleHeader_moduleHeader_logo__cHg0U:has(+.ModuleHeader_moduleHeader_link__Du8MV){text-align:left}.ModuleHeader_moduleHeader_mobile__kWylF .ModuleHeader_moduleHeader_logo_link__dQbVi{height:1.25rem}@media(min-width:768px){.ModuleHeader_moduleHeader_mobile__kWylF{display:none}}.ModuleHeader_moduleHeader_menu__4V0HH{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;color:var(--moduleHeader-color-text);font-size:1.5rem;line-height:1;cursor:pointer;padding:.5rem}.ModuleHeader_moduleHeader_menu__4V0HH:hover{opacity:.75}.ModuleHeader_moduleHeader_floatingMenu__u4Qi9{position:fixed;bottom:calc(1.5rem + var(--footer-height, 0px) + var(--globalPlayer-height, 0px));right:1.5rem;opacity:.5;z-index:1510;box-shadow:var(--shadows-dark-outside-md-direction);transition:opacity,bottom;transition-duration:var(--transitions-duration-normal);transition-timing-function:var(--transitions-easing-inOut)}.ModuleHeader_moduleHeader_floatingMenu__u4Qi9:hover{opacity:1}.ModuleHeader_moduleHeader_floatingMenu_open__7Mzko{opacity:1;bottom:1.5rem}@media(min-width:768px){.ModuleHeader_moduleHeader_floatingMenu__u4Qi9{display:none}}.ModuleHeader_moduleHeader_modal__hsLt_{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1500;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:opacity,visibility;transition-duration:var(--transitions-duration-normal);transition-timing-function:var(--transitions-easing-inOut)}.ModuleHeader_moduleHeader_modal_open__UwQ4h{opacity:1;visibility:visible}.ModuleHeader_moduleHeader_modal_content__3ivb5{display:flex;flex-direction:column;width:100%;min-width:0;max-width:min(100%,30rem);max-height:calc(100% - 4rem);padding:2rem 0;border-radius:var(--radii-lg);color:var(--moduleHeader-color-text);background-color:var(--moduleHeader-color-bg)}.ModuleHeader_moduleHeader_modal_content_header__WhuS7{font-size:var(--fontSizes-xl);text-align:center;padding:0 2rem 1rem}.ModuleHeader_moduleHeader_modal_content_header_logo__bEqnN{font-size:var(--fontSizes-5xl);line-height:1}.ModuleHeader_moduleHeader_modal_content_header_logo__bEqnN img{width:100%;max-width:16rem;max-height:8rem}.ModuleHeader_moduleHeader_modal_content_body__zsClS{flex:1 1 auto;display:flex;flex-direction:column;gap:.5rem;overflow:hidden auto}.ModuleHeader_moduleHeader_modal_content_body__zsClS>.ModuleHeader_moduleHeader_link__Du8MV{flex:0 0 auto;height:4rem;padding:1rem}@media(min-width:768px){.ModuleHeader_moduleHeader_modal__hsLt_{display:none}}@keyframes ModuleLoadingScreen_moduleLoadingScreenPercentage__PIHQI{0%{content:"0%"}10%{content:"9%"}20%{content:"18%"}30%{content:"30%"}42%{content:"42%"}56%{content:"56%"}69%{content:"69%"}84%{content:"84%"}95%{content:"95%"}to{content:"100%"}}@keyframes ModuleLoadingScreen_moduleLoadingScreenProgress__nKe_E{0%{width:0}to{width:100%}}body.ready .ModuleLoadingScreen_moduleLoadingScreen__xoLtF{opacity:0;visibility:hidden}body.ready .ModuleLoadingScreen_moduleLoadingScreen_panel__69bBe{opacity:0}body.ready .ModuleLoadingScreen_moduleLoadingScreen_panel_loading__eXB1p:after{animation:ModuleLoadingScreen_moduleLoadingScreenPercentage__PIHQI calc(var(--loading-speed)*5) linear forwards}body.ready .ModuleLoadingScreen_moduleLoadingScreen_panel_progress__o8Xvf:after{animation:ModuleLoadingScreen_moduleLoadingScreenProgress__nKe_E calc(var(--loading-speed)*5) ease-in forwards}.ModuleLoadingScreen_moduleLoadingScreen__xoLtF{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--colors-background);background-size:cover;background-position:50%;background-repeat:no-repeat;z-index:900000;display:flex;justify-content:center;align-items:center;transition:opacity calc(var(--loading-speed)*3) calc(var(--loading-speed)*9) ease-in-out,visibility calc(var(--loading-speed)*3) calc(var(--loading-speed)*9) ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ModuleLoadingScreen_moduleLoadingScreen_speed_slow__y0xJm{--loading-speed:0.35s}.ModuleLoadingScreen_moduleLoadingScreen_speed_normal__ls7k7{--loading-speed:0.25s}.ModuleLoadingScreen_moduleLoadingScreen_speed_fast__V7V7a{--loading-speed:0.125s}.ModuleLoadingScreen_moduleLoadingScreen_panel__69bBe{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:320px;max-width:320px;height:auto;padding:2rem;border-radius:var(--radii-md);transition:opacity calc(var(--loading-speed)*2) calc(var(--loading-speed)*5) ease-in-out;box-shadow:var(--shadows-md);pointer-events:none}.ModuleLoadingScreen_moduleLoadingScreen_panel_logo__9pCGu{width:100%;max-width:100%}.ModuleLoadingScreen_moduleLoadingScreen_panel_loading__eXB1p{width:100%;margin-top:1rem;font-family:var(--fonts-primary)}.ModuleLoadingScreen_moduleLoadingScreen_panel_loading__eXB1p:after{content:"0%";align-self:flex-end;float:right}.ModuleLoadingScreen_moduleLoadingScreen_panel_progress__o8Xvf{display:block;width:100%;height:5px;line-height:0;font-size:0;background-color:var(--colors-neutral-600)}.ModuleLoadingScreen_moduleLoadingScreen_panel_progress__o8Xvf:after{display:inline-block;content:" ";height:5px;line-height:0;background-color:var(--colors-brand-500)}.ModuleUnknown_moduleUnknown_wrapper__y6mXz{padding-left:1rem;border-left:var(--borders-md) var(--colors-error-500)}.ShopCollectionPage_shopPage_body__iOy9u{flex:1 1 auto}.ShopCollectionPage_shopPage_footer__g_0S8{padding-bottom:var(--globalPlayer-height,0)}