@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap);
@font-face{font-family:"Kaapeli";src:url("/assets/fonts/Kaapeli.woff") format("woff"),url("/assets/fonts/Kaapeli.woff2") format("woff2");font-weight:normal}:root{--font-body: "Montserrat", sans-serif;--font-title: "Kaapeli", sans-serif}html,body{margin:0;font-size:10px;font-family:var(--font-body)}.anchor{transform:translateY(-10rem)}.page{position:relative;display:flex;flex-direction:column}.page-content{flex:1;padding-bottom:4rem;min-height:calc(100vh - 11rem);overflow-x:hidden}.container{width:1200px;max-width:calc(100% - 4rem);padding:0 2rem;margin:auto}.content-container{font-size:2.4rem;margin-bottom:8rem}.content-break{display:flex;justify-content:center;font-size:2em;padding:2rem 0}.content-block{background:rgba(0,0,0,0.4);color:#fff;border-radius:2rem;padding:4rem;line-height:1.5em}@media (max-width: 768px){.content-container{font-size:2rem}.content-block{margin:0 -3rem;border-radius:0}}

.banner-container{position:relative}.banner-bg{position:absolute;width:100%;height:100%;background:url("/assets/banner-bg.jpg") center repeat-x;background-size:auto 100%}.banner-logo{position:relative;display:block;max-width:100%;margin:auto}.page.inner .banner-logo{max-height:150px}@media (max-width: 768px){.banner-logo{max-width:none;height:50vw;left:50%;transform:translateX(-50%)}}

.footer-container{background:#18181d;color:#fff;padding:4rem 0}.footer-container h2,.footer-container h3{font-size:1.5rem;font-weight:500;margin-top:0;white-space:nowrap;height:2rem}.footer-container h3{margin-top:2rem}.footer-logo-container{display:flex;align-items:flex-start;margin-bottom:3rem}.footer-logo-container .footer-supporters-wrap{flex:1;display:flex;flex-wrap:wrap;margin:0 -2rem}.footer-logo-container .footer-supporters-wrap .footer-logo-wrap{margin:0 2rem}.footer-logo-container .footer-logos{display:flex;margin:0 -2rem}.footer-logo-container .footer-logos a{display:flex;margin:0 2rem}.footer-logo-container .footer-logos img{display:block;height:5vw;max-height:72px}.footer-logo-container .footer-logo-wrap{flex:1;display:flex;flex-direction:column}.footer-logo-container .footer-logo-wrap.game-logos{flex:0.3}.footer-logo-container .footer-logo-wrap.game-logos .footer-logo img{height:17vw;max-height:235px}.footer-logo-container .footer-logo-wrap+.footer-logo-wrap{padding-top:2rem}.footer-logo-container .footer-logo-spacer{flex:1;margin:0 2rem}.footer-copyright{font-size:1.6rem}.footer-copyright a{color:inherit}@media (max-width: 900px){.footer-container{text-align:center}.footer-container h2,.footer-container h3{white-space:initial;line-height:1.5em}.footer-logo-container{flex-direction:column;align-items:center}.footer-logo-container .footer-logo-wrap{margin-bottom:4rem}.footer-logo-container .footer-logo-wrap.game-logos .footer-logo img{height:30vw;max-height:150px}.footer-logo-container .footer-supporters-wrap{flex-direction:column}.footer-logo-container .footer-logos{flex-direction:column;align-items:center}.footer-logo-container .footer-logos img{height:15vw;max-height:90px}.footer-logo-container .footer-logos a+a{margin-top:4rem}}

.gallery-images{display:flex;flex-wrap:wrap;margin-bottom:1rem}.gallery-images .gallery-image{flex-basis:calc(50% - 0.6rem);margin:0.3rem}.gallery-images .gallery-image.dummy:before{content:"";display:block;padding-bottom:56.25%;background:rgba(0,0,0,0.5);border-radius:0.8rem}.gallery-images a{position:relative;display:flex;height:0;padding-bottom:56.25%;overflow:hidden;transition:0.15s ease-out;background:#000;box-shadow:0 0 0.4rem #000;border-radius:0.8rem}.gallery-images a:hover{z-index:10;transform:scale(1.02)}.gallery-images img{position:absolute;min-width:100%;height:100%}.gallery-modal{position:fixed;top:0;left:0;bottom:0;right:0;z-index:9999;background:rgba(0,0,0,0.9);display:flex;justify-content:center;align-items:center;padding:5rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.gallery-modal .modal-wrap{position:relative}.gallery-modal .modal-wrap img{display:block;max-width:100%;max-height:70vh;border-radius:1rem}.gallery-modal .modal-body{position:relative}.gallery-modal .button-close,.gallery-modal .button-prev,.gallery-modal .button-next{position:absolute;background:rgba(49,49,49,0.8);display:flex;padding:1rem;border-radius:4em;cursor:pointer;transition:0.15s ease-out}.gallery-modal .button-close:hover,.gallery-modal .button-prev:hover,.gallery-modal .button-next:hover{background:#fff;color:#000;box-shadow:0 0 0.4rem rgba(0,0,0,0.5)}.gallery-modal .button-close{right:-2rem;top:-2rem}.gallery-modal .button-prev,.gallery-modal .button-next{top:50%;transform:translateY(-50%)}.gallery-modal .button-prev{left:-2rem}.gallery-modal .button-next{right:-2rem}.gallery-modal .modal-stat{text-align:center;margin-top:1rem}@media (max-width: 768px){.gallery-images .gallery-image{flex-basis:100%}}


.navbar-container{position:-webkit-sticky;position:sticky;z-index:9999;top:0;background:#000;color:#fff}.navbar-container .container{display:flex;justify-content:space-between}.navbar{margin:0;padding:0;list-style:none;display:flex;font-size:2rem;font-weight:500;align-items:center}.navbar a{position:relative;display:block;color:inherit;text-decoration:none;line-height:7rem;padding:0 1rem}.navbar a:after{content:"";position:absolute;bottom:0;left:0;right:0;height:0.7rem;background:#a31e22;transform:scaleX(0)}.navbar li.active a:after,.navbar a:hover:after{transform:scaleX(1);transition:0.2s ease-out}.navbar .icon{display:flex;font-size:2em;height:7rem;align-items:center}.navbar .icon svg{fill:#fff}.navbar .logo a{display:flex;font-size:2em;background:#fff;border-radius:4em;padding:0.1em;margin-right:1rem}.navbar .logo a:after{display:none}@media (max-width: 767px){.navbar-container{position:fixed;top:0;left:0;right:0;bottom:0;padding:3rem;background:none;pointer-events:none;transition:0.15s ease-out}.navbar-container .container{flex-direction:column;opacity:0;transition:0.15s ease-out}.navbar-toggle{position:absolute;right:2rem;top:2rem;width:5.5rem;height:5.5rem;background:#fff;border-radius:4rem;display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:initial;cursor:pointer;box-shadow:0 0 0.4rem rgba(0,0,0,0.5)}.navbar-toggle .toggle-nib{position:relative;transition:0.15s ease-out}.navbar-toggle .toggle-nib:before{content:"";display:block;width:3rem;height:0.5rem;background:#000;margin:0.2rem 0;transition:0.15s ease-out}.navbar{flex-direction:column;font-size:2.8rem}.navbar .logo{margin-top:6rem;margin-bottom:3rem}.navbar .logo a{padding:0;margin:0;background:none;border-radius:0}.navbar .logo a svg{fill:#fff;font-size:20vw}.navbar .icon{font-size:4rem}.navbar li.active a,.navbar a:hover{color:#a31e22}.navbar li.active a:after,.navbar a:hover:after{display:none}.navbar.social{margin-top:2rem;flex-direction:row;justify-content:center}.open{background:rgba(0,0,0,0.9);pointer-events:initial}.open .container{opacity:1;transition-delay:0.2s}.open .navbar-toggle .toggle-nib{opacity:0}.open .navbar-toggle .toggle-nib:first-child{opacity:1;transform:translateY(100%)}.open .navbar-toggle .toggle-nib:first-child:before{transform:rotateZ(45deg)}.open .navbar-toggle .toggle-nib:last-child{opacity:1;transform:translateY(-100%)}.open .navbar-toggle .toggle-nib:last-child:before{transform:rotateZ(-45deg)}}

.scene{position:absolute;width:100%;height:100%;z-index:-1;--highlight-color: #7ae085;--midtone-color: #67b96f;--shadow-color: #5ca764}.scene svg{width:100%;height:100%}.scene svg .grass-pattern_svg__highlights{fill:var(--highlight-color);transition:0.5s linear}.scene svg .grass-pattern_svg__midtone{fill:var(--midtone-color);transition:0.5s linear}.scene svg .grass-pattern_svg__shadows{fill:var(--shadow-color);transition:0.5s linear}.scene.night{--highlight-color: #1b2b46;--midtone-color: #152238;--shadow-color: #131f33}

.video-wrap{position:relative;display:block;height:0;padding-bottom:56.25%;overflow:hidden;border-radius:0.8rem;background:#000;box-shadow:0 0 0.4rem rgba(0,0,0,0.5);transition:0.15s ease-out}.video-wrap iframe{width:100%;height:100%;position:absolute;overflow:hidden;border-radius:inherit}.video-wrap:hover{transform:scale(1.02) translateY(-.5%)}

.logo-header{max-width:100%;margin:auto;display:block;max-height:15rem;margin-top:1rem;margin-bottom:1rem;-webkit-filter:drop-shadow(0 0 0.3rem rgba(0,0,0,0.5));filter:drop-shadow(0 0 0.3rem rgba(0,0,0,0.5))}.page-header{position:relative;background:#838383 top center;background-size:auto 15rem;font-size:6rem;font-family:var(--font-title);color:#fff;border-top:0.6rem solid #515151;border-bottom:0.6rem solid #515151;box-shadow:0 0.1rem 0.4rem rgba(0,0,0,0.5);margin-bottom:5rem}.page-header:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border-top:0.6rem solid #929292;border-bottom:0.6rem solid #929292}.page-header .container{position:relative;padding-top:5rem;padding-bottom:5rem}.page-header .container:after{content:"";position:absolute;top:50%;right:0;width:22rem;height:22rem;transform:translateY(-50%);background:none center no-repeat;background-size:contain;-webkit-filter:drop-shadow(0 0 0.3rem rgba(0,0,0,0.5));filter:drop-shadow(0 0 0.3rem rgba(0,0,0,0.5))}.page.taram .page-header{border-color:#c44716;background-color:#e17947;background-image:url("/assets/theme-taram.png")}.page.taram .page-header:before{border-color:#f48655}.page.taram .page-header .container:after{background-image:url("/assets/char-taram.png")}.page.rani .page-header{border-color:#808498;background-color:#a0c3be;background-image:url("/assets/theme-rani.png")}.page.rani .page-header:before{border-color:#b2d7d2}.page.celsius .page-header{border-color:#7c5e9a;background-color:#a685ab;background-image:url("/assets/theme-celsius.png")}.page.celsius .page-header:before{border-color:#b796bc}.page.florian .page-header{border-color:#fcf486;background-color:#a8d16f;background-image:url("/assets/theme-florian.png")}.page.florian .page-header:before{border-color:#bde783}.press-header{max-width:100%;margin-bottom:3rem;border-radius:1rem;box-shadow:0 0 0.4rem rgba(0,0,0,0.5)}.press-row{display:flex;flex-direction:row-reverse;margin:0 -1rem}.press-row .press-column{padding:0 1rem}.press-row .press-column.wide{flex:1}.press-row .press-column.narrow{flex:0.3;margin-bottom:3rem}.press-block,.press-row{line-height:1.5em}.press-block+.press-block,.press-block+.press-row,.press-row+.press-block,.press-row+.press-row{margin-top:3rem}.press-block h2,.press-row h2{margin:0;margin-bottom:1rem;font-size:1.3em;font-family:var(--font-title);font-weight:normal}.press-block a,.press-row a{color:#fff}.press-block p,.press-row p{margin:0;font-size:2rem;color:rgba(255,255,255,0.6)}.press-block ul,.press-row ul{margin:0;padding-left:2.5rem;color:rgba(255,255,255,0.6)}.press-block .press-social,.press-row .press-social{list-style:none;display:flex;align-items:flex-start;font-size:2rem;margin:0 -0.5rem;padding:0;margin-bottom:2rem}.press-block .press-social a,.press-row .press-social a{color:inherit;text-decoration:none;display:flex;align-items:center;background:#fff;border-radius:4em;padding:0.5rem;margin:0 0.5rem;transition:0.15s ease-out}.press-block .press-social a:hover,.press-row .press-social a:hover{transform:scale(1.06) translateY(-5%)}.press-block .press-social .icon,.press-row .press-social .icon{display:flex;fill:#000;font-size:inherit}.press-block .press-platforms,.press-block .press-dates,.press-row .press-platforms,.press-row .press-dates{list-style:none;margin:0;padding:0;font-size:2rem}.press-block .press-platforms li,.press-block .press-dates li,.press-row .press-platforms li,.press-row .press-dates li{display:flex;align-items:center}.press-block .press-platforms li a,.press-block .press-dates li a,.press-row .press-platforms li a,.press-row .press-dates li a{display:flex;align-items:center;color:inherit;text-decoration:none}.press-block .press-platforms .icon,.press-block .press-dates .icon,.press-row .press-platforms .icon,.press-row .press-dates .icon{background:#fff;border-radius:4rem;display:flex;padding:0.5rem;margin-right:1rem;font-size:2rem}.press-block .press-features,.press-row .press-features{font-size:2rem}.press-block .press-article,.press-row .press-article{font-size:2rem;color:rgba(255,255,255,0.6)}.press-block .press-article+.press-article,.press-row .press-article+.press-article{margin-top:3rem}.press-block .press-article .article-quote:before,.press-block .press-article .article-quote:after,.press-row .press-article .article-quote:before,.press-row .press-article .article-quote:after{content:'"'}.press-block .press-article .article-credit,.press-row .press-article .article-credit{font-style:italic;padding-left:3rem}.press-block .press-article .article-credit:before,.press-row .press-article .article-credit:before{content:"- "}.press-block .press-article .article-credit a,.press-row .press-article .article-credit a{color:inherit;text-decoration:none;color:#fff}.press-block .press-credits,.press-row .press-credits{display:flex;flex-wrap:wrap;margin:0 -2rem -3rem}.press-block .press-credit,.press-row .press-credit{flex:1 calc(33.33333% - 4rem);color:rgba(255,255,255,0.6);font-size:2rem;padding:0 2rem;margin-bottom:3rem}.press-block .press-credit .credit-name,.press-row .press-credit .credit-name{font-weight:500}.press-block .press-credit a,.press-row .press-credit a{color:#fff;text-decoration:none}.press-block .press-buttons,.press-row .press-buttons{display:flex}.press-block .press-button,.press-row .press-button{align-self:flex-start;font-size:inherit;font-family:inherit;border:none;outline:none;border-radius:4em;padding:0.7rem 1.5rem;font-weight:500;cursor:pointer;transition:0.15s ease-out;background:#fff;color:#000;margin-top:1rem;font-size:2rem}.press-block .press-button:hover,.press-row .press-button:hover{color:#fff;background:#000;transform:scale(1.05) translateY(-5%)}.press-block .press-button[aria-disabled="true"],.press-row .press-button[aria-disabled="true"]{pointer-events:none;opacity:0.5}.press-videos{display:flex;flex-wrap:wrap}.press-videos .press-video{flex:1 calc(50% - 0.6rem);margin:0.3rem}.gallery-images .press-logo{flex-basis:auto;max-width:100%}.gallery-images .press-logo a{background:#fff;min-width:13rem;height:auto;padding:1rem}.gallery-images .press-logo img{position:relative;display:block;margin:auto;height:15rem;min-width:auto;max-width:100%}.gallery-images .press-logo.full a{padding:0}.gallery-images .press-logo.full img{height:17rem}.gallery-modal .modal-wrap .press-logo{background:#fff;padding:3rem;max-width:calc(100% - 6rem);max-height:70vh}.gallery-modal .modal-wrap .press-logo.full{padding:0;max-width:100%}@media (max-width: 1200px){.press-row{flex-direction:column}.press-row .press-column.narrow{margin-bottom:0}.press-block .press-credit{flex-basis:100%}.press-stats{display:flex;align-items:flex-start;flex-wrap:wrap;margin:0 -2rem}.press-stats .press-block{flex:1;flex-basis:250px;padding:0 2rem;margin-bottom:3rem}.press-stats .press-block+.press-block{margin-top:0}}@media (max-width: 768px){.page-header{font-size:5rem}.page-header .container:after{display:none}.press-header{display:none}.press-row .press-social{font-size:4rem}.press-row .press-social a{padding:1rem}.press-videos .press-video{flex-basis:100%}.gallery-images .press-logo{flex-basis:100%}.gallery-images .press-logo img{height:auto;max-height:15rem}}

