@import url(https://fonts.googleapis.com/css2?family=Bowlby+One&family=Roboto+Slab:wght@100..900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background:#fffbf3;min-height:100dvh}body:has(.no-scroll){overflow:hidden}.app-layout{display:flex;flex-direction:column;min-height:100dvh}.btn{background:#333;border:1px solid #333;border-radius:50px;color:#fff;cursor:pointer;font-family:Bowlby One;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:12px 20px;text-decoration:none;text-transform:uppercase;transition:all .4s ease}.btn.secondary,.btn:hover{background:#0000;color:#333}.btn.secondary:hover{background:#333;color:#fff}.grid{grid-gap:8px;display:grid;gap:8px;grid-auto-flow:dense;grid-auto-rows:calc(16.66667vw - 11.66667px);grid-auto-rows:100px;grid-template-columns:repeat(8,1fr);margin-inline:auto;max-width:1280px;width:100%}@media screen and (min-width:992px){.grid{gap:14px;grid-auto-flow:dense;grid-auto-rows:4.02vw;grid-template-columns:repeat(18,1fr)}}.grid .child{align-items:center;background:#c0a771;border-radius:8px;cursor:pointer;display:flex;font-family:Roboto Slab,serif;font-weight:800;justify-content:center;opacity:0;position:relative;visibility:hidden}.grid .child.already-open .grid__item-door,.grid .child:not(.grid .child.disable):focus .grid__item-door,.grid .child:not(.grid .child.disable):hover .grid__item-door{transform:rotateY(16deg);transform:rotateX(28deg);transform-style:preserve-3d}.grid .child.already-open .grid__item-shadow,.grid .child:not(.grid .child.disable):focus .grid__item-shadow,.grid .child:not(.grid .child.disable):hover .grid__item-shadow{opacity:1;transform:translateZ(0) rotate(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg) scaleX(.98) scaleY(.95);transform-origin:top center;transition:all .5s ease-in-out}.grid .child .grid__item-door{background:var(--mask),var(--bgColor);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;bottom:0;display:flex;left:-1px;padding:0 16px;perspective:0;position:absolute;right:0;top:-1px;transform-origin:bottom left;transform-origin:top left;transition:transform .5s ease-in-out;transition:transform .3s ease-in-out;z-index:2}.grid .child .grid__item-door span{transition:all .3s ease .1s}.grid .child .grid__item-shadow{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:linear-gradient(180deg,#00000080 0,#0006);background:linear-gradient(180deg,#0006 0,#0000004d);border-radius:8px;bottom:0;box-shadow:0 0 4px #0006;left:0;opacity:0;position:absolute;right:0;top:0;transform:translateZ(0) rotate(0deg) translateX(0) translateY(0) skewX(0) skewY(0) scaleY(1);transform-origin:bottom left;transform-style:preserve-3d;transition:transform .2s linear,opacity .2s linear;z-index:1}.grid .child.disable{background:none!important;cursor:not-allowed}.grid .child.disable .grid__item-door,.grid .child.disable .grid__item-shadow{opacity:.1!important}.grid .child.disable img{height:40px;opacity:0;transition:all .3s ease;width:40px}.grid .child.disable:hover img{opacity:1}.grid .square{font-size:48px;grid-column:span 2}@media screen and (min-width:992px){.grid .square{font-size:56px;grid-column:span 2;grid-row:span 2}}.grid .thin{font-size:1.5rem;grid-column:span 2}@media screen and (min-width:992px){.grid .thin{font-size:2rem;grid-column:span 2;grid-row:span 1}}.grid .long-thin{font-size:2.25rem;grid-column:span 4}@media screen and (min-width:992px){.grid .long-thin{font-size:2.625rem;grid-column:span 4;grid-row:span 1}}.grid .fat{font-size:3.5rem;grid-column:span 4}@media screen and (min-width:992px){.grid .fat{font-size:4.75rem;grid-column:span 4;grid-row:span 2}}.grid .tall{font-size:3rem;grid-column:span 4}@media screen and (min-width:992px){.grid .tall{font-size:3.5rem;grid-column:span 2;grid-row:span 4}}.main-wrapper{padding:24px}@media screen and (min-width:1312px){.main-wrapper{padding-inline:0}}.home-page{margin-top:auto;overflow:hidden;padding-bottom:clamp(56px,80vw,340px);padding-top:24px;position:relative}@media screen and (min-width:992px){.home-page{padding-bottom:clamp(100px,28.33vw,408px)}}.home-page .logo{margin-inline:auto}.home-page .content{align-items:center;display:flex;flex-direction:column;gap:24px;margin-inline:auto;max-width:1000px;text-align:center}@media screen and (min-width:992px){.home-page .content{gap:48px}}.home-page h1{text-wrap:balance;color:#d8b465;font-family:Bowlby One,sans-serif;font-size:40px;font-weight:400;line-height:120%;margin:0;text-align:center}@media screen and (min-width:992px){.home-page h1{font-size:64px}}.home-page p{font-family:Roboto Slab;font-size:16px;font-style:normal;font-weight:400;line-height:140%;margin:0;max-width:790px}@media screen and (min-width:992px){.home-page p{font-size:18px;line-height:125%}}.popup{align-items:center;background:#191208e6;box-sizing:border-box;display:flex;height:100dvh;justify-content:center;left:0;padding:48px 24px 24px;position:fixed;top:0;width:100%;z-index:9}.popup--wrapper{max-height:100%;max-width:960px;position:relative;width:100%}.popup--inner{-ms-overflow-style:none;align-items:center;background:#fffbf3;border-radius:32px;box-sizing:border-box;display:flex;flex-direction:column;gap:24px;height:100%;max-height:88dvh;max-width:960px;overflow:auto;padding:72px 24px 80px;scrollbar-width:none;width:100%}.popup--inner::-webkit-scrollbar{display:none}@media screen and (min-width:992px){.popup--inner{padding:140px 78px 112px}.popup--inner:has(iframe),.popup--inner:has(img){padding:96px 78px 112px}}.popup .iframe-wrapper{position:relative;text-align:center;width:100%}.popup .youtube-overlay{align-items:center;border:.5px solid #d3d3d3;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.popup iframe{flex-shrink:0;height:320px;max-width:560px;width:100%}.popup .number{align-items:center;aspect-ratio:1/1;background:#d8b465;border-radius:50%;box-shadow:0 2px 8px #0006;color:#fff;display:flex;font-family:Roboto Slab;font-size:3rem;font-style:normal;font-weight:800;height:76px;justify-content:center;left:50%;line-height:116%;position:absolute;top:-38px;transform:translateX(-50%);width:76px;z-index:4}@media screen and (min-width:992px){.popup .number{font-size:3.5rem;height:96px;top:-48px;width:96px}}.popup .close{all:unset;background:#1b1b1b;border:1px solid #fff;border-radius:50%;bottom:-28px;cursor:pointer;height:56px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:56px}.popup .close span{background:#fff;height:2px;left:calc(50% - 12px);position:absolute;top:calc(50% - 1px);width:24px}.popup .close span:first-child{rotate:45deg}.popup .close span:nth-child(2){rotate:-45deg}.popup .close:hover{background:#fff;border-color:#1b1b1b}.popup .close:hover span{background:#1b1b1b}@media screen and (min-width:992px){.popup img{margin-bottom:10px}}.popup h2{text-wrap:balance;color:#d8b465;font-family:Bowlby One;font-size:1.5rem;font-style:normal;font-weight:400;line-height:125%;margin:0;text-align:center}@media screen and (min-width:992px){.popup h2{font-size:2rem}}.popup p{text-wrap:balance;color:#1b1b1b;font-family:Roboto Slab;font-size:.875rem;font-style:normal;font-weight:400;line-height:150%;margin:0;text-align:center}@media screen and (min-width:992px){.popup p{font-size:1rem}}.popup .float{position:absolute}.popup .float-1{left:40%;top:-50px}.popup .float-2{left:16px;top:-100px}.popup .float-3{right:80px}.header{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-inline:auto;margin-bottom:-140px;max-width:1280px;padding:24px;position:relative;row-gap:24px}@media screen and (min-width:992px){.header{align-items:center;display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:0;padding:74px 24px 38px}}@media screen and (min-width:1312px){.header{padding-inline:0}}.header .empty{display:none}@media screen and (min-width:992px){.header .empty{display:block}}.header .logo{left:calc(50% - 64px);max-width:128px;order:1}@media screen and (min-width:992px){.header .logo{left:calc(50% - 97px);max-width:none;order:0;position:absolute;width:194px}}.header .logo img{width:100%}.header div:has(.btn){order:2;text-align:right}@media screen and (min-width:992px){.header div:has(.btn){order:0}}.header .btn{opacity:0;visibility:hidden}@media screen and (min-width:992px){.header .btn{order:0}}.countdown{display:flex;flex-direction:column;margin-inline:auto;opacity:0;order:3;visibility:hidden;width:100%}@media screen and (min-width:992px){.countdown{margin-inline:unset;order:0}}.countdown--wrapper{align-items:center;color:#d8b465;display:flex;gap:6px;justify-content:center}@media screen and (min-width:992px){.countdown--wrapper{gap:8px}}.countdown p{align-items:center;background:#e7d1a233;border-radius:6px;box-sizing:border-box;color:#d8b465;display:flex;flex-direction:column;font-family:Roboto Slab;height:66px;justify-content:center;padding:4px;width:66px}@media screen and (min-width:992px){.countdown p{height:86px;padding:16px;width:86px}}.countdown span:first-child{color:#d8b465;font-family:Roboto Slab;font-size:1.125rem;font-style:normal;font-weight:700;line-height:120%}@media screen and (min-width:992px){.countdown span:first-child{font-size:1.5rem}}.countdown span:nth-child(2){font-size:.75rem;font-style:normal;font-weight:400;line-height:150%}@media screen and (min-width:992px){.countdown span:nth-child(2){font-size:1rem}}.countdown em{all:unset;color:#d8b465;font-family:Roboto Slab;font-size:12px;font-style:normal;font-weight:400;line-height:150%;margin-inline:auto;text-align:center}@media screen and (min-width:992px){.countdown em{font-size:1rem}}.illus-home{bottom:0;height:clamp(56px,80vw,340px);left:0;position:absolute;width:100%}@media screen and (min-width:992px){.illus-home{height:clamp(100px,28.33vw,408px)}}.illus-home img{max-height:75vw;max-width:100%}@media screen and (min-width:992px){.illus-home img{max-height:none}}.illus-home .illus-6{bottom:-100px;position:absolute;right:0}@media screen and (min-width:992px){.illus-home .illus-6{top:-90px}}.illus-home .illus-9{display:none}@media screen and (min-width:992px){.illus-home .illus-9{display:block;left:0;position:absolute;top:-60px}}.illus-home .illus-19{bottom:0;left:-100px;position:absolute}@media screen and (min-width:992px){.illus-home .illus-19{left:clamp(16px,22.3vw,340px)}}.illus-home .illus-3{display:none}@media screen and (min-width:992px){.illus-home .illus-3{bottom:0;display:block;position:absolute;right:clamp(16px,13.06vw,230px)}}.illus-home .illus-left{display:none}@media screen and (min-width:992px){.illus-home .illus-left{bottom:32px;display:block;left:0;position:absolute}}.illus-home .illus-right{bottom:0;max-width:100%;position:absolute;right:0}.newWeek{-ms-overflow-style:none;align-items:center;background:#191208e6;box-sizing:border-box;display:flex;height:100dvh;justify-content:center;left:0;overflow:auto;padding:24px;position:fixed;scrollbar-width:none;top:0;width:100%;z-index:9}.newWeek::-webkit-scrollbar{display:none}.newWeek .lottie-mfr,.newWeek img{height:180px;object-fit:contain;width:180px}@media screen and (min-width:992px){.newWeek .lottie-mfr,.newWeek img{height:260px;width:260px}}.newWeek--wrapper{align-items:center;color:#fff;display:flex;flex-direction:column;gap:24px;max-width:790px;text-align:center;width:100%}.newWeek h1,.newWeek p{margin:0}.newWeek h1{font-family:Bowlby One;font-size:2rem;line-height:125%}.newWeek h1,.newWeek p{font-style:normal;font-weight:400}.newWeek p{font-family:Roboto Slab;font-size:16px;line-height:150%}.newWeek button{all:unset;background:#6a6359;border-radius:50%;cursor:pointer;height:40px;position:relative;transition:all .3s ease;width:40px}.newWeek button span{background:#fff;height:2px;left:calc(50% - 9px);position:absolute;top:calc(50% - 1px);width:18px}.newWeek button span:first-child{rotate:45deg}.newWeek button span:nth-child(2){rotate:-45deg}.newWeek button:hover{background:#fff;border-color:#1b1b1b}.newWeek button:hover span{background:#1b1b1b}.footer{margin-inline:auto;margin-top:40px;max-width:1280px}.footer h2,.footer p{margin:0}.footer h2{text-wrap:balance;color:#d8b465;font-size:24px;font-weight:700;line-height:120%;max-width:420px}.footer h2,.footer p{font-family:Roboto Slab;font-style:normal}.footer p{color:#1b1b1b;font-size:.75rem;font-weight:400;line-height:150%;margin-bottom:.5rem}.footer--top{display:flex;flex-direction:column;gap:24px}@media screen and (min-width:992px){.footer--top{flex-direction:row;justify-content:space-between}}.footer--project{display:flex;flex-direction:column;gap:12px;max-width:832px}@media screen and (min-width:992px){.footer--project{align-items:center;flex-direction:row;gap:32px}}.footer--project div{align-items:center;display:flex;flex-direction:column;gap:8px;text-align:center}@media screen and (min-width:992px){.footer--project div{align-items:flex-start;text-align:left}}.footer--project img{height:180px;object-fit:contain;transition:scale .3s ease;width:100%}@media screen and (min-width:992px){.footer--project img{height:auto;width:236px}}.footer--project>a{display:flex;justify-content:center;overflow:hidden}.footer--project>a:hover img{scale:1.04}.footer--project .btn{width:100%}@media screen and (min-width:768px){.footer--project .btn{width:auto}}.footer--rs{display:flex;gap:8px;justify-content:center}@media screen and (min-width:992px){.footer--rs{flex-direction:column}}.footer--rs a{align-items:center;background:#d8b465;border-radius:50%;box-shadow:3px 4px 4px 0 #0000001a;display:flex;height:36px;justify-content:center;transition:all .3s ease;width:36px}.footer--rs a:before{background:#fff;content:"";height:16px;transition:all .3s ease;width:16px}.footer--rs a.fb:before{-webkit-mask:url(/static/media/fb.736ded770c6192fca568.svg) no-repeat center;mask:url(/static/media/fb.736ded770c6192fca568.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.footer--rs a.ig:before{-webkit-mask:url(/static/media/ig.f91c701b15981dcd69c9.svg) no-repeat center;mask:url(/static/media/ig.f91c701b15981dcd69c9.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.footer--rs a.lk:before{-webkit-mask:url(/static/media/lk.e8b0069edc37dec56c15.svg) no-repeat center;mask:url(/static/media/lk.e8b0069edc37dec56c15.svg) no-repeat center;-webkit-mask-size:contain;mask-size:contain}.footer--rs a:hover{background:#fff}.footer--rs a:hover:before{background:#d8b465}.footer--bottom{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:24px}@media screen and (min-width:992px){.footer--bottom{justify-content:flex-end}}.footer--bottom a,.footer--bottom span{all:unset;color:#d8b465;font-family:Roboto Slab;font-size:.75rem;font-style:normal;font-weight:400;line-height:150%}.footer--bottom>a{align-items:center;cursor:pointer;display:flex;gap:8px}.footer--bottom>a:hover{text-decoration:underline}.footer--bottom>a:after{background:#d8b465;content:"";height:18px;width:1px}.footer--bottom div{align-items:center;display:flex;gap:2px}.footer--bottom div a{cursor:pointer}.rules{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#191208cc;box-sizing:border-box;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}@media screen and (min-width:992px){.rules{padding:20px}}.rules img{height:120px;margin-top:32px;max-width:100%}@media screen and (min-width:992px){.rules img{margin:0}}.rules h2{color:#fff;font-family:Roboto Slab;font-size:1rem;font-style:normal;font-weight:500;line-height:143%;text-align:center;text-transform:uppercase}@media screen and (min-width:992px){.rules h2{font-size:1.5rem}}.rules--container{align-items:center;background:#1b1b1b4d;display:flex;flex-direction:column;height:100%;max-height:100vh;max-width:800px;padding:16px;position:relative;width:100%}@media screen and (min-width:992px){.rules--container{border:.5px solid #f5f5f5;border-radius:16px;max-height:85dvh}}.rules--header{flex-shrink:0;text-align:center}.rules--section{color:#fff;display:flex;flex:1 1;flex-direction:column;gap:24px;min-height:0;overflow-x:hidden;overflow-y:auto}@media screen and (min-width:992px){.rules--section{padding:0 24px}}.rules--section p{font-family:Roboto Slab;font-size:.75rem;font-style:normal;font-weight:400;line-height:150%;margin:0}@media screen and (min-width:992px){.rules--section p{font-size:1rem}}.rules .intro-text{color:#fff;flex-shrink:0;font-size:14px;line-height:1.6;padding:20px;text-align:center}.rules .close{all:unset;background:#fff3;border-radius:50%;cursor:pointer;flex-shrink:0;height:40px;margin-bottom:24px;margin-top:24px;transform:translateX(-50%);transition:all .3s ease;width:40px}@media screen and (min-width:992px){.rules .close{margin-bottom:0}}.rules .close span{background:#fff;height:2px;left:calc(50% - 9px);position:absolute;top:calc(50% - 1px);width:18px}.rules .close span:first-child{rotate:45deg}.rules .close span:nth-child(2){rotate:-45deg}.rules .close:hover{background:#fff;border-color:#1b1b1b}.rules .close:hover span{background:#1b1b1b}
/*# sourceMappingURL=main.6028ed48.css.map*/