@import url(https://fonts.googleapis.com/css2?family=Oxanium:wght@200;300;400;500;600;700;800&display=swap);@font-face{font-family:oxanium-extralight;src:url(/assets/fonts/Oxanium-ExtraLight.ttf) format("ttf");font-weight:"normal";font-style:normal}@font-face{font-family:oxanium-light;src:url(/assets/fonts/Oxanium-Light.ttf) format("ttf");font-weight:"normal";font-style:normal}@font-face{font-family:oxanium-regular;src:url(/assets/fonts/Oxanium-Regular.ttf) format("ttf");font-weight:"normal";font-style:normal}@font-face{font-family:oxanium-medium;src:url(/assets/fonts/Oxanium-Medium.ttf) format("ttf");font-weight:"normal";font-style:normal}@font-face{font-family:oxanium-semibold;src:url(/assets/fonts/Oxanium-SemiBold.ttf) format("ttf");font-weight:"normal";font-style:normal}@font-face{font-family:oxanium-bold;src:url(/assets/fonts/Oxanium-Bold.ttf) format("ttf");font-weight:"normal";font-style:normal}@font-face{font-family:oxanium-extrabold;src:url(/assets/fonts/Oxanium-ExtraBold.ttf) format("ttf");font-weight:"normal";font-style:normal}*{padding:0;margin:0}html{cursor:url(/assets/icons/cursor.png),auto;font-family:Oxanium}.game-slide{position:relative;width:100vw;height:100vh}.game-slide,.game-slide>.bg{background-position:50%;background-repeat:no-repeat;background-size:cover}.game-slide>.bg{filter:blur(.5rem);top:0;left:0}.game-slide>.bg,.game-slide>.game{position:absolute;width:100%;height:100%}.game-slide>.game{display:flex;flex-direction:column;justify-content:center;margin:auto;top:50%;left:50%;max-width:95%;max-height:80%;transform:translate(-50%,-50%)}.game-slide>.game>.header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1rem}.game-slide>.game>.header>.title{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;-moz-column-gap:.5rem;column-gap:.5rem}.game-slide>.game>.header>.title>.icon{grid-column:1/2;grid-row:1/2}.game-slide>.game>.header>.title>.icon>img{height:2rem}.game-slide>.game>.header>.title>.name{display:flex;align-items:center;grid-column:2/3;grid-row:1/2}.game-slide>.game>.header>.title>.name>span{font-size:1.25rem;font-weight:600}.game-slide>.game>.header>.title>.genre{grid-column:2/3;grid-row:2/3;text-transform:capitalize}.game-slide>.game>.header>.title>.genre>span{font-size:1rem}.game-slide>.game>.header>a.play{cursor:url(/assets/icons/pointer.png),auto;display:flex;align-items:center;text-decoration:none;transition:all .1s ease-in-out}.game-slide>.game>.header>a.play:hover{transform:scale(1.05)}.game-slide>.game>.header>a.play>.icon{margin-right:.5rem}.game-slide>.game>.header>a.play>.icon>svg{height:1rem;width:1rem}.game-slide>.game>.header>a.play>.icon>svg>path{transition:all .1s ease-in-out}.game-slide>.game>.header>a.play>span{font-size:1.5rem;font-weight:700}.game-slide>.game>.video{box-shadow:0 .5rem 2rem rgba(0,0,0,.1),0 1rem 6rem rgba(0,0,0,.3);cursor:url(/assets/icons/pointer.png),auto;position:relative;width:100%}.game-slide>.game>.video:hover>.controls{opacity:1}.game-slide>.game>.video:hover>.controls>.icon>span{transform:scale(1.12)}.game-slide>.game>.video>.controls{display:flex;position:absolute;bottom:1rem;right:1rem;opacity:.4;transition:opacity .2s ease-in-out;z-index:10}.game-slide>.game>.video>.controls>.icon{margin-left:.5rem}.game-slide>.game>.video>.controls>.icon>span{text-shadow:0 .5rem .75rem rgba(0,0,0,.32),0 1rem 2.25rem rgba(0,0,0,.96);transition:all .1s ease-in-out}.game-slide>.game>.video>video{width:100%}@media (min-width:580px){.game-slide>.game>.video>.controls{bottom:1.5rem;right:1.5rem}.game-slide>.game>.video>.controls>.icon>span{font-size:1.25rem}}@media (min-width:768px){.game-slide>.game>.header>.title>.icon>img{height:3rem}.game-slide>.game>.header>.title>.name>span{font-size:2rem}.game-slide>.game>.header>.title>.genre>span{font-size:1.25rem}.game-slide>.game>.header>a.play>.icon>svg{height:1.5rem;width:1.5rem}.game-slide>.game>.header>a.play>span{font-size:2.5rem}.game-slide>.game>.video>.controls{bottom:2rem}.game-slide>.game>.video>.controls>.icon{margin-left:1rem}.game-slide>.game>.video>.controls>.icon>span{font-size:1.5rem}}@media (min-width:1080px){.game-slide>.game{max-width:85%}.game-slide>.game>.video>.controls>.icon>span{font-size:2rem}}@media (min-width:1366px){.game-slide>.game{max-width:75%}}@media (min-width:1600px){.game-slide>.game{max-width:70%}}