#archive .haederCustom{background-color:#fce9d8;padding:calc(var(--home-header-height-desktop) + 3rem) 0 3rem 0;margin-bottom:1rem;position:relative}@media screen and (max-width:767px){#archive .haederCustom{padding:calc(var(--home-header-height-mobile) + 3rem) 0 3rem 0}}#archive .haederCustom>*{z-index:1}#archive .haederCustom .backgroundContainer{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}#archive .haederCustom .backgroundContainer:after{content:"";display:block;position:absolute;z-index:0;top:50%;left:50%;transform:translate(-50%,-50%) rotate(15deg);width:300%;height:400%;background-image:url(/assets/iconsPattern.svg);background-position:0 0;background-repeat:repeat;background-size:1000px}#archive .haederCustom .pageTitle{display:flex;justify-content:center;align-items:center;gap:4px}#archive .haederCustom .pageTitleIcon{color:transparent;width:24px;position:relative;top:-5px}@media screen and (min-width:768px){#archive .haederCustom .pageTitleIcon{width:34px;top:-5px}}@media screen and (min-width:1024px){#archive .haederCustom .pageTitleIcon{width:34px;top:-5px}}#archive .haederCustom .CTAText{font-size:20px;font-weight:500;text-align:center;padding:0 10px;margin-bottom:.5rem}@media screen and (min-width:768px){#archive .haederCustom .CTAText{font-size:30px}}@media screen and (min-width:1024px){#archive .haederCustom .CTAText{font-size:40px}}#archive .haederCustom .subtitlePage{font-size:14px;font-weight:400;text-align:center}@media screen and (min-width:768px){#archive .haederCustom .subtitlePage{font-size:18px}}.filterContainerButtons{position:sticky;padding-top:.5rem;background-color:#f0f0f0;top:var(--home-header-height-mobile);padding-bottom:.5rem;z-index:1}@media screen and (min-width:768px){.filterContainerButtons{top:var(--home-header-height-desktop)}}.filterContainerButtonsLeft{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.filterContainerButtonsTitle{font-size:20px;font-weight:500;line-height:1}@media screen and (max-width:767px){.filterContainerButtonsTitle{font-size:14px}}.filterContainerButtonsTitle+span{font-size:12px}#AEHeader{width:100%;height:var(--home-header-height-mobile);position:fixed;top:0;left:0;z-index:100;background-color:#bf0a3a}@media screen and (min-width:768px){#AEHeader{height:var(--home-header-height-desktop)}}#AEHeader.gamePageHeader{display:none}@media screen and (min-width:768px){#AEHeader.gamePageHeader{display:flex}}#AEHeader .login{position:relative}#AEHeader .login:before{content:" ";display:block;position:absolute;bottom:0;left:0;background:#fff;z-index:1;transition:transform .3s ease;transform:scaleX(0);transform-origin:bottom right;height:2px;width:100%}#AEHeader .login:hover:before{transform:scaleX(1);transform-origin:bottom left}#AEHeader .rotate-y-0{transform:rotateY(0deg)}#AEHeader .rotate-y-180{transform:rotateY(180deg)}#AEHeader .-rotate-y-180{transform:rotateY(-180deg)}#AEHeader .transition-transform{transition:transform .3s ease-in-out,opacity .3s ease-in-out}#AEHeader .perspective{perspective:1000px}#AEHeader .rotate-x-0{transform:rotateX(0deg)}#AEHeader .rotate-x-180{transform:rotateX(180deg)}#AEHeader .-rotate-x-180{transform:rotateX(-180deg)}#AEHeader .opacity-0{opacity:0;pointer-events:none}#AEHeader .opacity-100{opacity:1;pointer-events:auto}#AEHeader .transition-transform{transition:transform .3s ease-in-out,opacity .5s ease-in-out;transition:transform .3s ease-in-out}#AEHeader .translate-x-0{transform:translateX(0)}#AEHeader .translate-x-full{transform:translateX(-100%)}#AEHeader .-translate-x-full{transform:translateX(100%)}#AEHeader .logout{position:relative;font-size:13px}#AEHeader .logout:before{content:" ";display:block;position:absolute;bottom:0;left:0;background:#fff;z-index:1;transition:transform .3s ease;transform:scaleX(0);transform-origin:bottom right;height:2px;width:100%}#AEHeader .logout:hover:before{transform:scaleX(1);transform-origin:bottom left}.aeButton{display:flex;justify-content:center;align-items:center;padding:10px 24px;border-radius:100px;min-width:100px}@media screen and (min-width:768px){.aeButton{padding:8px 20px}.aeButton:hover span{opacity:.6}}.aeButton:active span{opacity:.6}.aeButton span{opacity:1;transition:opacity .2s ease-in-out;font-weight:700}.aeButton.redBG{background-color:#bf0a3a;color:#fff}.aeButton.darkBG{background-color:#1a2e35;color:#fff}.aeButton.blueBG{background-color:#0b6090;color:#fff}.aeButton.greenBG{background-color:#00733a;color:#fff}.aeButton.checkBG{background-color:#00846f;color:#fff}.aeButton.checkBGInvert{background-color:#fff;color:#00846f}.aeButton.purpleBG{background-color:#9747ff;color:#fff}.aeButton.whiteBG{background-color:#fff;color:#bf0a3a}.aeButton.disabledButton{opacity:.3}.aeButton.disabledButton span,.aeButton.disabledButton:hover span{opacity:.5}.errorPageLayout .mainImage{width:80%;height:auto;min-width:200px;max-width:800px}#menu{height:calc(100vh - var(--home-header-height-mobile));margin-top:var(--home-header-height-mobile);position:fixed;z-index:100;display:flex;justify-content:start;background-color:transparent;width:0;overflow:hidden;transition-delay:.3s;visibility:hidden;top:0;left:0}@media screen and (max-width:767px){#menu{flex-direction:row-reverse;right:0;left:auto}}@media screen and (min-width:768px){#menu{height:calc(100vh - var(--home-header-height-desktop));margin-top:var(--home-header-height-desktop)}}#menu.containerMenuOpen{transition:all .2s ease-in-out;width:100%;visibility:visible}#menu .sideMenu{position:relative;border-top:1px solid #fff;background-color:#bf0a3a;height:100%;padding-top:30px;padding-bottom:30px;display:flex;flex-direction:column;align-items:flex-start;max-width:0;overflow-x:hidden;overflow-y:auto;transition:width .2s linear}#menu .sideMenu.menuOpen{width:100%;max-width:999px}#menu .sideMenu .logoContainer,#menu .sideMenu .navigationMenu{padding:0 1.5rem}@media screen and (min-width:640px){#menu .sideMenu .logoContainer,#menu .sideMenu .navigationMenu{padding:0 3rem}}#menu .sideMenu .navigationMenu .sideMenuItemContainer span{position:relative}#menu .sideMenu .navigationMenu .sideMenuItemContainer span:before{content:" ";display:block;position:absolute;bottom:0;left:0;background:#fff;z-index:1;transition:transform .3s ease;transform:scaleX(0);transform-origin:bottom right;height:2px;width:100%}#menu .sideMenu .navigationMenu .sideMenuItemContainer span:hover:before{transform:scaleX(1);transform-origin:bottom left}#menu .sideMenu .navigationMenu .itemIcon{width:1.5rem;margin-right:1rem}#menu .sideMenu .navigationMenu .chevronIcon{width:.8rem;transition:transform .3s ease-in-out}#menu .sideMenu .navigationMenu .chevronIcon.rotateChevron{transform:rotate(-180deg)}@media screen and (min-width:640px){#menu .sideMenu .navigationMenu .itemIcon{width:2rem}#menu .sideMenu .navigationMenu .chevronIcon{width:1rem}}#menu .sideMenu .navigationMenu .subMenu{max-height:0;height:min-content;overflow:hidden;transition:max-height .2s ease-in-out;padding-left:2.5rem;margin-top:.3rem}#menu .sideMenu .navigationMenu .subMenu span{width:max-content;position:relative;line-height:16px;padding:3px 0}#menu .sideMenu .navigationMenu .subMenu span:before{content:" ";display:block;position:absolute;bottom:0;left:0;background:#fff;z-index:1;transition:transform .3s ease;transform:scaleX(0);transform-origin:bottom right;height:2px;width:100%}#menu .sideMenu .navigationMenu .subMenu span:hover:before{transform:scaleX(1);transform-origin:bottom left}#menu .sideMenu .navigationMenu .subMenu span:hover{color:#1a2e35}#menu .sideMenu .navigationMenu .subMenu a{line-height:12px;transition:all .2s ease-in-out}#menu .sideMenu .navigationMenu .subMenu.openSubMenu{transition:max-height .4s ease-in-out;max-height:500px}#menu .backgroundOpacity{flex-grow:1;background-color:transparent;transition:all .2s ease;transition-delay:.22s}#menu .backgroundOpacity.menuOpenOpacity{background-color:rgba(16,28,33,.631)}.offlineBar{background-color:#d3eaf5;display:none;overflow:hidden;display:flex;align-items:center;padding:.5rem 0}.offlineBar span{font-size:14px;order:1}.offlineBarInHeader{animation:slideDownHeader .3s ease-out forwards;display:none}.offlineBarInHeader .layoutContainer{color:#056b98}.offlineBarInHeader .layoutContainer svg{order:0;width:20px}.offlineBarInHeader .layoutContainer svg *{fill:#056b98}@media screen and (min-width:768px){.offlineBarInHeader{display:flex;align-items:center}}.offlineBarInToolbar{animation:slideDownToolbar .3s ease-out forwards;display:flex;margin-top:58px;margin-left:-1.5rem;width:100vw;margin-bottom:-3rem;border-radius:3px;height:auto;line-height:1}.offlineBarInToolbar .layoutContainer{display:block!important;color:#056b98;position:relative;padding-left:3rem}.offlineBarInToolbar .layoutContainer svg{width:20px}.offlineBarInToolbar .layoutContainer svg *{fill:#056b98}@media screen and (max-width:767px){.offlineBarInToolbar .layoutContainer>span{font-size:10px}.offlineBarInToolbar .layoutContainer>span:first-child{display:block;font-size:14px;line-height:10px}.offlineBarInToolbar .layoutContainer svg{position:absolute;left:1.3rem;top:50%;transform:translateY(-50%);width:23px}}@media screen and (min-width:768px){.offlineBarInToolbar{display:none}}@keyframes slideDownHeader{0%{max-height:0;opacity:0}to{max-height:30px;opacity:1}}@keyframes slideDownToolbar{0%{max-height:0;opacity:0}to{max-height:150px;opacity:1}}.gameTypeIcon .gameIcon{aspect-ratio:1;width:100%;mask-size:100%;background-color:#000}#last14GameCompleted{width:100%;height:300px}.pieChartContainer{height:100%;width:min-content;position:relative;border:5px solid #eee;border-radius:100%}.pieChartContainer .label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}.pieChartContainer .chart{width:200px;height:200px}@media screen and (min-width:768px){.pieChartContainer .chart{width:250px;height:250px}}.loader{overflow:visible;height:fit-content;width:fit-content;padding:20px;display:flex}.logo{fill:none;stroke-dasharray:20px;stroke:#bf0a3a;animation:load 15s linear infinite}@keyframes load{0%{stroke-dashoffset:0px}to{stroke-dashoffset:200px}}#circleArrowBack{background-color:#fff;padding:.7rem;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer}@media screen and (max-width:768px){#circleArrowBack svg{width:15px;height:auto}}.toggle-switch{width:50px;height:15px;background:#bf0a3a;border:2px solid #fff;border-radius:15px;display:flex;align-items:center;cursor:pointer;transition:background .3s}@media screen and (min-width:768px){.toggle-switch{display:none}}.toggle-switch .toggle-circle{margin-left:-3px;width:25px;height:25px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s}.toggle-switch.toggled .toggle-circle{transform:translateX(25px);margin-left:0}.button-resize{cursor:pointer;background-color:#fff;width:25px;height:25px;display:flex;justify-content:center;align-items:center;border-radius:25px}@media screen and (min-width:768px){.button-resize{display:none}}.button-resize.button-resize-visible-mode{display:flex!important;background-color:#000}.button-resize.button-resize-visible-mode svg path{fill:#fff}.gameModal{height:100dvh;position:fixed;display:none;top:0;left:0;right:0;align-items:center;justify-content:center;z-index:99}@media screen and (min-width:768px){.gameModal.victoryModal{position:absolute;height:auto;top:20px}}.gameModal.victoryModal .gameModalButton{position:relative}.gameModal.victoryModal .gameModalButton .shareon{display:flex;background:#fff;gap:.25rem;margin-left:1rem}.gameModal.victoryModal .gameModalButton .gameModalButtonsContent{padding-bottom:0!important}.backToGame{padding-top:.75rem;width:100%;display:flex;justify-content:end}.gameModalContentTextTime{display:flex;justify-content:center}.gameModalContentTextTime span{font-size:30px;font-weight:400}.explainIstruction .explainIstructionPoint{position:relative;padding-left:1.75rem;margin-bottom:8px}.explainIstruction .explainIstructionPoint .icon{display:block!important;position:absolute;left:0;top:5px}.explainIstruction .explainIstructionPoint.notMobile{padding-left:1rem}.explainIstruction .explainIstructionPoint.notMobile:before{display:block;content:"";width:6px;height:6px;background-color:var(--cBlack);border-radius:6px;position:absolute;left:0;top:9px}.gameCompletedData{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-row-gap:1rem}@media screen and (min-width:768px){.gameCompletedData{display:flex;justify-content:center}}.gameCompletedDataSlot{display:flex;flex-direction:column;align-items:center}@media screen and (min-width:768px){.gameCompletedDataSlot{width:150px}}.gameCompletedDataSlotTop{font-size:32px;font-weight:700}@media screen and (min-width:768px){.gameCompletedDataSlotTop{font-size:42px}}.gameCompletedDataSlotBottom{font-size:12px}.gameModalGreyFooter{background-color:#f0f0f0;width:100%}.gameModalGreyFooterTitle{font-size:16px;text-align:center;font-weight:700;padding:1.5rem 0}@media screen and (min-width:768px){.gameModalGreyFooterTitle{font-size:20px}}.gameModalGreyFooterBottom{display:flex;flex-direction:column;align-items:center;padding-bottom:2rem;gap:1rem}.gameModalGreyFooterBottom h6{font-size:16px;font-weight:500;text-align:center}.gameModalGreyFooter .gameList .archiveLink{text-align:center;margin:1.5rem 0 1rem;font-weight:300;text-decoration:underline 1px}.gameModalGreyFooter .gameList .gameListCardContainer{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:2rem;grid-row-gap:2rem}@media screen and (min-width:768px){.gameModalGreyFooter .gameList .gameListCardContainer{display:flex;gap:1.5rem;padding:0;justify-content:center}}.gameModalGreyFooter .gameList .gameListCardContainer .gameCardItem{aspect-ratio:1;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:0;border-radius:12px;position:relative;overflow:hidden;width:100%}@media screen and (min-width:768px){.gameModalGreyFooter .gameList .gameListCardContainer .gameCardItem{width:131px}}.gameModalGreyFooter .gameList .gameListCardContainer .gameCardItem .gameTypeIcon{width:40px!important;height:40px!important}@media screen and (min-width:768px){.gameModalGreyFooter .gameList .gameListCardContainer .gameCardItem .gameTypeIcon{width:60px!important;height:60px!important}}.gameModalGreyFooter .gameList .gameListCardContainer .gameCardItem h6{font-size:14px;min-height:0;line-height:normal}.gameModalContainer{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-color:var(--cWhite);box-shadow:0 0 20px 5px rgba(67,67,67,.31);max-width:800px;width:auto;margin:0 auto;height:100%;width:100%;overflow:auto;animation:slideInMobile .2s ease-out}@media(min-width:768px){.gameModalContainer{border-radius:.5rem;animation:slideIn .2s ease-out;height:auto}}@media(min-width:991px){.gameModalContainer{width:100%}}@media(min-width:1024px){.gameModalContainer{position:relative;width:100%;top:0;transform:none}}.gameModalContainer .withBigTitle{padding:0 1rem;margin-top:0;width:100%}.gameModalContainer .withBigTitle .gameModalContentTitle{font-size:28px;font-weight:600;text-align:center;margin-bottom:1rem;border-bottom:2px solid #000;padding-bottom:.5rem;line-height:1.1}.gameModalContainer .withBigTitle .gameModalContentTitle .extraInfoGame{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:40px;margin-top:.5rem}.gameModalContainer .withBigTitle .gameModalContentTitle .extraInfoGame .infoText{font-size:15px;position:relative}.gameModalContainer .withBigTitle .gameModalContentTitle .extraInfoGame .infoText+.infoText:before{content:"";width:4px;height:2px;background-color:#fff;position:absolute;left:-12px;top:50%;transform:translateY(-50%)}.gameModalContainer .withBigTitle .gameModalContentTitle .extraInfoGame .infoText.author{font-weight:300;font-style:italic}.gameModalContainer .withBigTitle .gameModalContentTitle .extraInfoGame .infoText.date{font-weight:400}.gameModalContainer .withBigTitle .gameModalContentTitle .extraInfoGame .infoText.level{border-radius:10px;font-size:15px;text-transform:capitalize;padding-left:16px}.gameModalContainer .withBigTitle .gameModalContentTitle .extraInfoGame .infoText.level span{display:block;width:10px;height:10px;position:absolute;left:0;top:50%;transform:translateY(-50%)}@media screen and (min-width:768px){.gameModalContainer .withBigTitle .gameModalContentTitle{font-size:50px;max-width:600px;margin-left:auto;margin-right:auto;padding-bottom:.5rem;margin-bottom:1.5rem;line-height:1.1}}.gameModalContainer .withBigTitle.noBorder .gameModalContentTitle{margin-bottom:0}.gameModalContainer .withBigTitle .gameModalContentSubtitle{font-size:14px;font-weight:400;text-align:center;margin-bottom:1rem}@media screen and (min-width:768px){.gameModalContainer .withBigTitle .gameModalContentSubtitle{font-size:16px}}.gameModalContainer .withBigTitle .gameModalContentText{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:.5rem 0}.gameModalContent{width:100%}.gameModalContent.serviceModal,.gameModalContent.serviceModal .gameModalMainContent{display:flex;justify-content:center;align-items:center;flex-direction:column;flex-grow:1;justify-content:space-between}.gameModalContent.serviceModal{gap:2rem;padding:2rem}.gameModalContent.serviceModal .gameModalContentTitle h6{font-size:35px;font-weight:500}.gameModalContent.serviceModal .gameModalContentSubtitle h6{font-weight:500}.gameModalContent.serviceModal .gameModalMainContent{font-size:15px}.gameModalContent.serviceModal .gameModalButtons{display:flex;justify-content:center;gap:2rem;flex-shrink:0}.gameModalExplain{width:100%;padding:1rem 3rem;max-height:30rem;overflow-y:auto}@media screen and (max-width:767px){.gameModalExplain{max-height:100%;flex-grow:1;padding:1rem}}.gameModalExplainIstructionList{list-style:inside}.gameModalExplainIstructionList li{margin:.5rem 0}.gameModalExplainIstructionList li .icon{display:inline-block!important}.gameModalExplainIstructionList li .icon.custom-delNum-button{width:20px;height:16px!important}.gameModalButtonsContent{margin:1rem 0}@media screen and (max-width:768px){.gameModalButtonsContent{padding-bottom:1rem}}.socialContent{margin:1rem 0}.shareon>.twitter{background-color:#000!important}.shareon>.twitter:before{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' fill='none'/%3E%3Cpath d='M17.9686 14.1623L26.7065 4H24.6358L17.0488 12.8238L10.9891 4H4L13.1634 17.3432L4 28H6.07069L14.0827 18.6817L20.4822 28H27.4714L17.9681 14.1623H17.9686ZM15.1326 17.4607L14.2041 16.132L6.81679 5.55961H9.99723L15.9589 14.0919L16.8873 15.4206L24.6368 26.5113H21.4564L15.1326 17.4612V17.4607Z' fill='white'/%3E%3C/svg%3E%0A")!important}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.challengeInfoBannerTop{font-weight:600;color:#9747ff}.challengeInfoBanner{background:#f4edff;margin-bottom:1rem;padding:1rem;width:100%;border-radius:.5rem}.challengeInfoBanner .challengeInfoBannerText{font-weight:600;font-size:1rem;text-align:center}.challengeInfoBanner .challengeInfoBannerFaqToggle{display:flex;align-items:center;gap:4px;margin:6px auto 0;background:none;border:none;cursor:pointer;font-size:1rem;font-weight:500;text-decoration:underline}.challengeInfoBanner .challengeInfoBannerFaqArrow{display:inline-block;font-style:normal;font-size:1rem;transition:transform .2s ease;transform:rotate(0deg)}.challengeInfoBanner .challengeInfoBannerFaqArrow.open{transform:rotate(90deg)}.challengeInfoBanner .challengeInfoBannerFaqBody{margin-top:8px;font-size:1rem;display:flex;flex-direction:column;gap:6px;padding:0}@keyframes slideInMobile{0%{transform:translateY(100vh);opacity:0}to{transform:translateY(0);opacity:1}}.hrCustom{background-color:#000;height:1px;width:100%}.icon{display:inline-block;margin:0 .25rem}.icon.custom-space-button{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' id='fi_3771730'%3E%3Cg id='_11_Move' data-name='11 Move'%3E%3Cpath d='m60.958 33.3984-8.4888 8.8174a2.0287 2.0287 0 0 1 -3.4692-1.3984v-3.8008l-12-.0151v11.9819l3.8174.0166a2.029 2.029 0 0 1 1.3989 3.4692l-8.8179 8.4888a2.0091 2.0091 0 0 1 -2.7968 0l-8.8174-8.4888a2.0287 2.0287 0 0 1 1.3984-3.4692h3.8008l.0151-12h-11.9819l-.0166 3.8174a2.029 2.029 0 0 1 -3.4692 1.3989l-8.4888-8.8179a2.0091 2.0091 0 0 1 0-2.7968l8.4888-8.8174a2.0287 2.0287 0 0 1 3.4692 1.3984v3.8008l12 .0151v-11.9819l-3.8174-.0166a2.029 2.029 0 0 1 -1.3989-3.4692l8.8179-8.4888a2.0081 2.0081 0 0 1 2.7968 0l8.8174 8.4888a2.0286 2.0286 0 0 1 -1.3984 3.4692h-3.8008l-.0151 12h11.9819l.0166-3.8174a2.0291 2.0291 0 0 1 3.4692-1.3989l8.4888 8.8179a2.0091 2.0091 0 0 1 0 2.7968z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.icon.custom-bksp-button,.icon.custom-space-button{background-color:#000;width:14px;height:14px;mask-size:100%}.icon.custom-bksp-button{mask-image:url("data:image/svg+xml,%3Csvg fill='none' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' id='fi_10769372'%3E%3Cpath clip-rule='evenodd' d='m10 5c-.94427 0-1.83344.44458-2.4 1.2l-3.9 5.2c-.26667.3556-.26667.8444 0 1.2l3.9 5.2c.56656.7554 1.45573 1.2 2.4 1.2h8c1.6569 0 3-1.3431 3-3v-8c0-1.65685-1.3431-3-3-3zm-4 0c.94427-1.25903 2.42621-2 4-2h8c2.7614 0 5 2.23858 5 5v8c0 2.7614-2.2386 5-5 5h-8c-1.57379 0-3.05573-.741-4-2l-3.9-5.2.8-.6-.8.6c-.8-1.0667-.8-2.5333 0-3.6zm11.7071 3.29289c.3905.39053.3905 1.02369 0 1.41422l-2.2929 2.29289 2.2929 2.2929c.3905.3905.3905 1.0237 0 1.4142s-1.0237.3905-1.4142 0l-2.2929-2.2929-2.2929 2.2929c-.3905.3905-1.0237.3905-1.4142 0-.39053-.3905-.39053-1.0237 0-1.4142l2.2929-2.2929-2.2929-2.29289c-.39053-.39052-.39053-1.02369 0-1.41421.3905-.39053 1.0237-.39053 1.4142 0l2.2929 2.2929 2.2929-2.29291c.3905-.39052 1.0237-.39052 1.4142 0z' fill='rgb(0,0,0)' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E")}.icon.custom-enter-button{display:block;background-color:#000;width:10px;height:10px}.icon.custom-delNum-button{display:block;background-color:#000;width:20px;height:20px;mask-image:url("data:image/svg+xml,%3Csvg id='fi_9455173' enable-background='new 0 0 512 512' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Icon'%3E%3Cpath id='Diameter' d='m358.8 165.9c9.6 11.7 17.1 25.1 22.5 40.3 5.4 15.1 8.1 31.8 8.1 50 0 19.5-3.5 37.7-10.5 54.6s-16.5 31.4-28.6 43.7c-12 12.3-26.2 22-42.4 29-16.2 7.1-33.6 10.6-52.1 10.6-10.6 0-20.7-1.1-30.4-3.4s-18.9-5.5-27.7-9.5l-5.9 8.1h-67.2l30.5-41c-10.2-12.2-18.3-26-24.2-41.5s-8.8-32.3-8.8-50.5c0-19.9 3.5-38.2 10.5-55.2s16.6-31.5 28.7-43.8 26.3-21.9 42.5-28.9 33.5-10.5 51.9-10.5c11.1 0 21.7 1.3 32 3.8s19.9 6.1 29.1 10.6l5.9-7.8h67.1zm-169 90.3c0 6.5.7 12.7 2.1 18.7s3.3 11.4 5.7 16.5l77.1-103c-3.1-1-6.2-1.8-9.4-2.3-3.2-.6-6.4-.9-9.6-.9-9.1 0-17.7 1.7-25.8 5-8 3.3-15 8.1-21 14.4-5.9 6.3-10.6 13.8-14 22.5s-5.1 18.4-5.1 29.1zm132.4 0c0-11.7-2.3-22.5-6.8-32.5l-75.7 101.6c2.6.8 5.2 1.3 7.9 1.6 2.7.2 5.4.4 8.2.4 9.1 0 17.7-1.7 25.8-5.1 8-3.4 15.1-8.2 21.1-14.4s10.8-13.7 14.3-22.5 5.2-18.5 5.2-29.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");mask-size:100%}.icon.custom-fullscreen-button{display:block;background-color:#000;width:14px;height:14px;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='15' height='15' x='0' y='0' viewBox='0 0 32 32' %3E%3Cg%3E%3Cpath d='M2 32c.512 0 1.023-.195 1.414-.586l7.121-7.121v2.128a2 2 0 0 0 4 0v-6.956a2 2 0 0 0-2-2H5.579a2 2 0 0 0 0 4h2.128L.586 28.587A2 2 0 0 0 2 32zM28.586.586l-7.121 7.121V5.58a2 2 0 0 0-4 0v6.956a2 2 0 0 0 2 2h6.956a2 2 0 0 0 0-4h-2.128l7.121-7.122A2 2 0 1 0 28.586.586z' fill='%23000000' opacity='1' data-original='%23000000' %3E%3C/path%3E%3C/g%3E%3C/svg%3E");mask-size:100%}#contentCard .fillerDiveWaitImg{height:200px;width:auto;margin-top:10px}#contentCard.barzellette img{border:2px solid #000;padding:3px;margin-bottom:10px}#contentCard.barzellette .parag{font-size:1.5rem;line-height:1.1;display:flex;justify-content:center}#contentCard.spigolature{border:2px dotted #000;padding:12px}#contentCard.spigolature img{margin:12px 0 8px}#contentCard.spigolature img+.parag{margin-top:0!important}#contentCard.spigolature .parag{font-size:1.1rem;line-height:1.3;margin-bottom:0!important;margin-top:12px}@media screen and (min-width:678px){#contentCard .parag{font-size:17px}}.bundleCardPreview .iconAndTitle h3{text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-size:0 2px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .3s ease-in-out}.bundleCardPreview .iconAndTitle .gameTypeIcon{display:inline-block;margin-right:.75rem}@media screen and (min-width:768px){.bundleCardPreview .iconAndTitle .gameTypeIcon{width:2rem!important;height:2rem!important}}.bundleCardPreview .bundleCardPreviewContainer.withHover:hover .iconAndTitle h3{background-size:100% 2px}.bundleCardPreview .bundleCardPreviewContainer.buttonHover .actionLayer{opacity:0;transition:all .3s ease}.bundleCardPreview .bundleCardPreviewContainer.buttonHover:hover .actionLayer,.bundleCardPreview .bundleCardPreviewContainer.withHoverLayer:hover .previewContainer .imgPreviewBase{opacity:1}.bundleCardPreview .bundleCardPreviewContainer.withHoverLayer:hover .previewContainer .layerOpacity{background-color:rgba(0,0,0,.08)}.bundleCardPreview .previewContainer{position:relative;aspect-ratio:1}.bundleCardPreview .previewContainer.naturalRatio{aspect-ratio:auto!important}.bundleCardPreview .previewContainer .badgeStatus{position:absolute;z-index:10;bottom:-16px;right:-16px;padding:2px}.bundleCardPreview .previewContainer .layerOpacity{height:100%;width:100%;position:absolute;z-index:1;top:0;left:0;box-shadow:inset 0 0 0 2px #000}.bundleCardPreview .previewContainer .actionLayer{position:absolute;z-index:2;height:100%;width:100%;top:0;left:0;display:flex;justify-content:center;align-items:center;opacity:1;transition:all .2s ease}.bundleCardPreview .previewContainer .imagePreview{transition:opacity .2s ease;height:100%;width:100%;object-fit:cover;object-position:center}.bundleCardPreview .previewContainer .imagePreview.imgPreviewBase{position:relative;z-index:1}.bundleCardPreview .previewContainer .imagePreview.imgPreviewHover{position:absolute;top:0;left:0;z-index:0}.bundleCardPreview .previewContainer .newArrivalContainer{touch-action:auto;pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:2}.bundleCardPreview .previewContainer .newArrivalContainer .comingSoonLabel{position:absolute;background-color:#bf0a3a;top:10px;right:-42px;transform:rotate(45deg);width:120px;display:flex;justify-content:center;padding:2px;border:2px solid #fff}.bundleCardPreview .previewContainer .newArrivalContainer .comingSoonLabel span{color:#fff;font-weight:500;text-transform:uppercase;font-size:10px}@media screen and (min-width:768px){.bundleCardPreview .previewContainer .newArrivalContainer .comingSoonLabel{top:20px;right:-40px;width:150px;padding:4px}.bundleCardPreview .previewContainer .newArrivalContainer .comingSoonLabel span{font-size:13px}}.bundleCardPreview .bundleCompleted h3{color:#bebebe}.bundleCardPreview .bundleCompleted .layerOpacity{box-shadow:inset 0 0 0 2px #bebebe}.bundleCardPreview .bundleCompleted .infoContainer{color:#bebebe}.bundleCardPreview .bundleCompleted .imgPreviewBase{opacity:0}.bundleCardPreview .bundleCompleted .imgPreviewHover{opacity:.4!important}.bundleCardPreview .bundleCompleted .winLayer{position:absolute;height:100%;width:100%;top:0;left:0;display:flex;justify-content:center;align-items:center}.bundleCardPreview .bundleCompleted .winLayer,.bundleCardPreview .bundleCompleted .winLayer img{transition:all .2s ease}.bundleCardPreview .bundleCompleted.withHoverLayer .imgPreviewBase{opacity:.6!important}.bundleCardPreview .bundleCompleted:hover .layerOpacity{background-color:transparent!important}.bundleCardPreview .bundleCompleted:hover .imgPreviewBase{opacity:.6!important}.bundleCardPreview .fillerDiv{min-height:20rem;width:100%;background-color:transparent}.bundleCardPreview .buttonMobile{margin-top:10px}@media screen and (min-width:496px){.bundleCardPreview .buttonMobile{display:none}}.bannerCardPreview .iconAndTitle h3{text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-size:0 2px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .3s ease-in-out}.bannerCardPreview .iconAndTitle .gameTypeIcon{display:inline-block;margin-right:.75rem}@media screen and (min-width:768px){.bannerCardPreview .iconAndTitle .gameTypeIcon{width:2rem!important;height:2rem!important}}.bannerCardPreview .bannerCardPreviewContainer.withHover:hover .iconAndTitle h3{background-size:100% 2px}.bannerCardPreview .bannerCardPreviewContainer.buttonHover .actionLayer{opacity:0;transition:all .3s ease}.bannerCardPreview .bannerCardPreviewContainer.buttonHover:hover .actionLayer,.bannerCardPreview .bannerCardPreviewContainer.withHoverLayer:hover .previewContainer .imgPreviewBase{opacity:1}.bannerCardPreview .bannerCardPreviewContainer.withHoverLayer:hover .previewContainer .layerOpacity{background-color:rgba(0,0,0,.08)}.bannerCardPreview .previewContainer{position:relative;aspect-ratio:1}.bannerCardPreview .previewContainer.naturalRatio{aspect-ratio:auto!important}.bannerCardPreview .previewContainer .badgeStatus{position:absolute;z-index:10;bottom:-16px;right:-16px;padding:2px}.bannerCardPreview .previewContainer .layerOpacity{height:100%;width:100%;position:absolute;z-index:1;top:0;left:0}.bannerCardPreview .previewContainer .actionLayer{position:absolute;z-index:2;height:100%;width:100%;top:0;left:0;display:flex;justify-content:center;align-items:center;opacity:1;transition:all .2s ease}.bannerCardPreview .previewContainer .imagePreview{transition:opacity .2s ease;height:100%;width:100%;object-fit:cover;object-position:center}.bannerCardPreview .previewContainer .imagePreview.imgPreviewBase{position:relative;z-index:1}.bannerCardPreview .previewContainer .imagePreview.imgPreviewHover{position:absolute;top:0;left:0;z-index:0}.bannerCardPreview .previewContainer .newArrivalContainer{touch-action:auto;pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:2}.bannerCardPreview .previewContainer .newArrivalContainer .comingSoonLabel{position:absolute;background-color:#bf0a3a;top:10px;right:-42px;transform:rotate(45deg);width:120px;display:flex;justify-content:center;padding:2px}.bannerCardPreview .previewContainer .newArrivalContainer .comingSoonLabel span{color:#fff;font-weight:500;text-transform:uppercase;font-size:10px}@media screen and (min-width:768px){.bannerCardPreview .previewContainer .newArrivalContainer .comingSoonLabel{top:20px;right:-40px;width:150px;padding:4px}.bannerCardPreview .previewContainer .newArrivalContainer .comingSoonLabel span{font-size:13px}}.bannerCardPreview .bannerCompleted .infoContainer,.bannerCardPreview .bannerCompleted h3{color:#bebebe}.bannerCardPreview .bannerCompleted .imgPreviewBase{opacity:0}.bannerCardPreview .bannerCompleted .imgPreviewHover{opacity:.4!important}.bannerCardPreview .bannerCompleted .winLayer{position:absolute;height:100%;width:100%;top:0;left:0;display:flex;justify-content:center;align-items:center}.bannerCardPreview .bannerCompleted .winLayer,.bannerCardPreview .bannerCompleted .winLayer img{transition:all .2s ease}.bannerCardPreview .bannerCompleted.withHoverLayer .imgPreviewBase{opacity:.6!important}.bannerCardPreview .bannerCompleted:hover .layerOpacity{background-color:transparent!important}.bannerCardPreview .bannerCompleted:hover .imgPreviewBase{opacity:.6!important}.bannerCardPreview .fillerDiv{min-height:20rem;width:100%;background-color:transparent}.bannerCardPreview .buttonMobile{margin-top:10px}@media screen and (min-width:496px){.bannerCardPreview .buttonMobile{display:none}}