@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@font-face{font-family:"icomoon";src:url("/fonts/icomoon.eot");src:url("/fonts/icomoon.eot?#iefix") format("embedded-opentype"),url("/fonts/icomoon.woff") format("woff"),url("f/onts/icomoon.ttf") format("truetype"),url("/fonts/icomoon.svg#icomoon") format("svg");font-weight:normal;font-style:normal}[data-icon]:before{font-family:"icomoon";content:attr(data-icon);font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased}html{font-size:16px}body{background-color:#020203;color:#fff;scrollbar-width:thin;scrollbar-color:#00aeff #020203}body::-webkit-scrollbar{width:.375rem}body::-webkit-scrollbar-track{background:#020203}body::-webkit-scrollbar-thumb{background-color:#00aeff;border-radius:1rem}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}*:not(i){font-family:"Poppins",sans-serif}ul,ol{list-style:none}a{color:#fff;text-decoration:none;cursor:pointer}img{max-width:100%;display:block}button{border:none;background-color:rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;cursor:pointer}input{border:none}.container{width:100%;max-width:83.125rem;margin:0 auto;padding:0 .9375rem}@media(max-width: 1440px){.container{nax-width:77.875rem}}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.5rem;padding-left:1rem;padding-right:1rem;padding-top:.625rem;padding-bottom:.625rem;border:.0625rem solid rgba(0,0,0,0);border-radius:.25rem;color:#fff;font-size:.875rem;font-weight:500;-webkit-transition:color .3s,background-color .3s;transition:color .3s,background-color .3s}.btn-primary{border-color:#00aeff;background-color:#00aeff}.btn-primary:hover{background-color:#61cdff}.btn-outline{border-color:#fff}.btn-outline:hover{color:#0b0d12;background-color:#fff}.game-card{width:100%;max-width:17.5rem;display:inline-block}@media screen and (max-width: 991px){.game-card{max-width:unset}}@media screen and (max-width: 480px){.game-card{position:relative}}.game-card .image{width:100%;height:25rem;margin-bottom:1.5rem;border-radius:.25rem;overflow:hidden}.game-card .image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .2s ease-in;transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in, -webkit-transform .2s ease-in}@media screen and (max-width: 991px){.game-card .image{height:17.375rem}}@media screen and (max-width: 480px){.game-card .image{height:13.3125rem;margin-bottom:0}}.game-card .info h3{margin-bottom:.25rem;font-size:1.1875rem;line-height:1.8125rem;font-weight:600;color:#fff}@media screen and (max-width: 480px){.game-card .info h3{line-height:1.15}}.game-card .info span{font-size:.875rem;line-height:1.3125rem;color:#696b73;text-transform:uppercase}@media screen and (max-width: 480px){.game-card .info{position:absolute;bottom:0;left:0;right:0;height:100%;display:none;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1.25rem .75rem;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0.65)), color-stop(75%, rgba(0, 0, 0, 0.9)));background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0.9) 75%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}}.game-card:hover .image img{-webkit-transform:scale(1.05);transform:scale(1.05)}@media screen and (max-width: 480px){.game-card:hover .image img{-webkit-transform:unset;transform:unset}.game-card:hover .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@-webkit-keyframes float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}header{position:fixed;top:0;left:0;width:100%;height:6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-bottom:.0938rem solid rgba(255,255,255,.3);background-color:rgba(0,0,0,0);-webkit-transition:background-color .3s;transition:background-color .3s;z-index:999}@media screen and (max-width: 768px){header{height:5rem}}header.bg-dark{background-color:#0b0d12}header>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}header .left-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:7rem}header .left-section nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:2.125rem}header .left-section nav ul a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.875rem;-webkit-transition:all .3s;transition:all .3s}header .left-section nav ul a i{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}header .left-section nav ul a:hover{color:#00aeff}header .left-section nav ul a.active{color:#00aeff}header .left-section nav ul a.active i{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width: 991px){header .left-section nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:1.25rem}}header .left-section nav .close-icon{display:none}@media screen and (max-width: 991px){header .left-section nav .close-icon{position:absolute;top:1rem;right:1rem;display:unset;color:#fff;font-size:2rem;cursor:pointer;z-index:10}}@media screen and (max-width: 991px){header .left-section nav{position:fixed;inset:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#020203;opacity:1;-webkit-transition:all .3s;transition:all .3s}header .left-section nav:not(.open){opacity:0 !important;right:-100%;pointer-events:none !important}}header .left-section .logo{position:relative}header .left-section .logo::after{content:"";width:2.6875rem;height:.0938rem;position:absolute;bottom:-1.7813rem;left:0;background-color:#00aeff}@media screen and (max-width: 768px){header .left-section .logo{width:4.3125rem}header .left-section .logo::after{bottom:-1.5rem}}header .right-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1rem}header .right-section .btn-mobile{display:none;color:#fff;font-size:1.75rem}@media screen and (max-width: 991px){header .right-section .btn-mobile{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:4.5625rem}}@media screen and (max-width: 480px){header .right-section .btn-mobile{margin-left:0}}@media screen and (max-width: 480px){header .right-section>a{display:none}}.menu{position:fixed;top:0;left:0;width:100%;padding-top:6rem;background:-webkit-gradient(linear, left top, left bottom, from(#020203), color-stop(96.3%, rgba(14, 17, 23, 0.92)), to(rgba(14, 17, 23, 0.9)));background:linear-gradient(180deg, #020203 0%, rgba(14, 17, 23, 0.92) 96.3%, rgba(14, 17, 23, 0.9) 100%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-filter:drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));filter:drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));z-index:4;opacity:0;-webkit-transition:all .3s;transition:all .3s;pointer-events:none;-webkit-transform:translateY(-100%);transform:translateY(-100%)}@media screen and (max-width: 768px){.menu{display:none}}.menu.active{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);pointer-events:all}.menu>.area-menu{padding-top:2.375rem;padding-bottom:3.4375rem}.menu>.area-menu .container>ul{display:grid;grid-template-columns:repeat(6, 1fr);-webkit-column-gap:1.75rem;-moz-column-gap:1.75rem;column-gap:1.75rem;row-gap:2rem}.menu>.area-menu .container>ul>li{margin:0 auto}.menu>.area-menu .container>ul>li a{width:11rem;height:11rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem}.menu>.area-menu .container>ul>li a .icon{width:70px;height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.menu>.area-menu .container>ul>li a span{color:#9d9d9d;font-size:.875rem;font-weight:500;word-break:break-word;text-align:center}.menu>.footer-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:1.5rem;padding-bottom:1.5rem;background-color:rgba(21,23,27,.7)}.menu>.footer-menu>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:4rem}.menu>.footer-menu>ul li>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.5rem}.menu>.footer-menu>ul li>a .icon{width:1.5rem;height:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.menu>.footer-menu>ul li>a span{color:#fff;font-weight:bold;font-size:1rem;line-height:1.5rem}.menu.sports>.area-menu{padding-top:2.375rem;padding-bottom:3.4375rem}.menu.sports>.area-menu .container>ul{grid-template-columns:repeat(5, 1fr);-webkit-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem}.menu.sports>.area-menu .container>ul>li a{width:100%;height:14.8125rem;gap:1.4375rem}.menu.sports>.area-menu .container>ul>li a .icon{width:100%;height:179px}.menu.sports>.area-menu .container>ul>li a span{max-width:75%}.hero-slider{position:relative;z-index:2}.hero-slider .slider{height:46.875rem}.hero-slider .slider .swiper-pagination{all:unset;position:absolute;top:15.0625rem;left:2%;max-height:20rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1.25rem;z-index:2}.hero-slider .slider .swiper-pagination-bullet{width:3rem;height:3rem;background-color:rgba(0,0,0,0)}.hero-slider .slider .swiper-pagination-bullet img{width:100%;height:100%}.hero-slider .slider .swiper-pagination-bullet:not(.hero-slider .slider .swiper-pagination-bullet-active){-webkit-filter:grayscale(1);filter:grayscale(1);opacity:.5;-webkit-transition:opacity .3s ease-in-out,-webkit-filter;transition:opacity .3s ease-in-out,-webkit-filter;transition:filter,opacity .3s ease-in-out;transition:filter,opacity .3s ease-in-out,-webkit-filter}.hero-slider .slider .swiper-pagination-bullet:not(.hero-slider .slider .swiper-pagination-bullet-active):hover{-webkit-filter:grayscale(0);filter:grayscale(0);opacity:1}@media(max-width: 1200px){.hero-slider .slider .swiper-pagination{left:1%}}@media(min-width: 1200px)and (max-width: 1920px){.hero-slider .slider .swiper-pagination{left:12%}}@media(min-width: 1921px){.hero-slider .slider .swiper-pagination{left:28%}}@media screen and (max-width: 991px){.hero-slider .slider .swiper-pagination{left:.9375rem;top:initial;bottom:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media screen and (max-width: 480px){.hero-slider .slider .swiper-pagination{gap:1rem}}.hero-slider .slider .swiper-wrapper .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(0,0,0,.5);background-blend-mode:overlay;background-size:cover;background-repeat:no-repeat}.hero-slider .slider .swiper-wrapper .swiper-slide.slide-diablo{background-image:url("/img/games/slider/backgrounds/diablo-iv.jpg")}@media screen and (max-width: 991px){.hero-slider .slider .swiper-wrapper .swiper-slide.slide-diablo{background-position:center}}.hero-slider .slider .swiper-wrapper .swiper-slide.slide-hearthstone{background-image:url("/img/games/slider/backgrounds/hearthstone.jpg")}.hero-slider .slider .swiper-wrapper .swiper-slide.slide-world-of-warcraft{background-image:url("/img/games/slider/backgrounds/world-of-warcraft-shadowlands.jpg")}@media screen and (max-width: 991px){.hero-slider .slider .swiper-wrapper .swiper-slide.slide-world-of-warcraft,.hero-slider .slider .swiper-wrapper .swiper-slide.slide-hearthstone{background-position-x:63%}}.hero-slider .slider .swiper-wrapper .swiper-slide .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hero-slider .slider .swiper-wrapper .swiper-slide .container .content{width:100%;max-width:35.125rem;margin-left:11.8125rem}.hero-slider .slider .swiper-wrapper .swiper-slide .container .content h2{margin-bottom:1rem;font-weight:700;font-size:4rem;line-height:110%}@media screen and (max-width: 991px){.hero-slider .slider .swiper-wrapper .swiper-slide .container .content h2{font-size:3.5rem}}@media screen and (max-width: 480px){.hero-slider .slider .swiper-wrapper .swiper-slide .container .content h2{font-size:2.5rem}}.hero-slider .slider .swiper-wrapper .swiper-slide .container .content p{margin-bottom:2rem;font-weight:400;font-size:1.125rem;line-height:1.6875rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.hero-slider .slider .swiper-wrapper .swiper-slide .container .content .btn.btn-primary{padding-left:2rem;padding-right:2rem;padding-top:.875rem;padding-bottom:.875rem}@media screen and (max-width: 1200px){.hero-slider .slider .swiper-wrapper .swiper-slide .container .content{margin-left:8rem}}@media screen and (max-width: 991px){.hero-slider .slider .swiper-wrapper .swiper-slide .container .content{max-width:unset;margin-left:0}}.hero-slider .slider .swiper-wrapper .swiper-slide .container .video-content{-webkit-box-flex:0;-ms-flex:0 1 17.5rem;flex:0 1 17.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:-2.125rem;text-align:right}.hero-slider .slider .swiper-wrapper .swiper-slide .container .video-content .logo{width:17.5rem}.hero-slider .slider .swiper-wrapper .swiper-slide .container .video-content .logo img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.hero-slider .slider .swiper-wrapper .swiper-slide .container .video-content .video{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1rem;margin-top:7rem}.hero-slider .slider .swiper-wrapper .swiper-slide .container .video-content .video span{display:block;font-weight:600;font-size:.8125rem;line-height:1.25rem;text-transform:uppercase;text-align:right}.hero-slider .slider .swiper-wrapper .swiper-slide .container .video-content .video .btn-video{position:relative;width:17.5rem;height:10.8125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:.25rem;overflow:hidden}.hero-slider .slider .swiper-wrapper .swiper-slide .container .video-content .video .btn-video .thumb{width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.hero-slider .slider .swiper-wrapper .swiper-slide .container .video-content .video .btn-video .thumb.default{opacity:1}.hero-slider .slider .swiper-wrapper .swiper-slide .container .video-content .video .btn-video .thumb.hover{opacity:0}.hero-slider .slider .swiper-wrapper .swiper-slide .container .video-content .video .btn-video>i{padding:1rem;border-radius:100%;color:#00aeff;background:linear-gradient(136.72deg, rgba(7, 7, 10, 0.86) 19.22%, rgba(15, 16, 22, 0.5) 76.59%);font-size:2rem;z-index:2}.hero-slider .slider .swiper-wrapper .swiper-slide .container .video-content .video .btn-video:hover>.thumb.default{opacity:0}.hero-slider .slider .swiper-wrapper .swiper-slide .container .video-content .video .btn-video:hover>.thumb.hover{opacity:1}.hero-slider .slider .swiper-wrapper .swiper-slide .container .video-content .video .btn-video:hover>i{display:none}@media screen and (max-width: 991px){.hero-slider .slider .swiper-wrapper .swiper-slide .container .video-content .video .btn-video{width:17.5rem;height:10.8125rem}}@media screen and (max-width: 991px){.hero-slider .slider .swiper-wrapper .swiper-slide .container .video-content .video{margin-top:0}}@media screen and (max-width: 991px){.hero-slider .slider .swiper-wrapper .swiper-slide .container .video-content{gap:4rem;margin-top:0}}@media screen and (max-width: 480px){.hero-slider .slider .swiper-wrapper .swiper-slide .container .video-content{display:none}}@media screen and (max-width: 991px){.hero-slider .slider .swiper-wrapper .swiper-slide .container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.25rem}}@media screen and (max-width: 991px){.hero-slider .slider{height:46rem;overflow:hidden}}@media screen and (max-width: 480px){.hero-slider .slider{height:85vh}}.games{padding-top:5.3125rem;padding-bottom:5.3125rem}.games .top-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:9.9375rem;margin-bottom:5.3125rem}@media screen and (max-width: 991px){.games .top-content{margin-bottom:4rem}}@media screen and (max-width: 480px){.games .top-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:unset}}.games .top-content div:nth-of-type(1){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:24.375rem;width:100%}.games .top-content div:nth-of-type(1) h2{width:100%;max-width:10.9375rem;font-weight:700;font-size:2rem;line-height:110.2%}@media screen and (max-width: 480px){.games .top-content div:nth-of-type(1) h2{font-size:1.75rem}}.games .top-content div:nth-of-type(1) span{margin-top:.6875rem;font-size:.9375rem;font-weight:600;text-transform:uppercase;color:#8f9199}@media screen and (max-width: 991px){.games .top-content div:nth-of-type(1) span{display:none}}@media screen and (max-width: 991px){.games .top-content div:nth-of-type(1){width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.games .top-content div:nth-of-type(2){-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width: 480px){.games .top-content div:nth-of-type(2){-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.games .top-content div:nth-of-type(2) ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1.5rem}.games .top-content div:nth-of-type(2) ul li{margin-left:0}.games .top-content div:nth-of-type(2) ul li a img{opacity:.5;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}@media screen and (max-width: 991px){.games .top-content div:nth-of-type(2) ul li a img{width:22px;height:22px}}.games .top-content div:nth-of-type(2) ul li a.active img{opacity:1}.games .top-content div:nth-of-type(2) .filter-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.625rem;font-size:1rem;line-height:1.5rem;color:#00aeff}@media screen and (max-width: 480px){.games .top-content div:nth-of-type(2) .filter-btn{display:none}}.games .tabs .tab{display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem;-webkit-animation:fadeUp .4s forwards;animation:fadeUp .4s forwards}.games .tabs .tab:not(.active){display:none}@media screen and (max-width: 991px){.games .tabs .tab{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 480px){.games .tabs .tab{grid-template-columns:repeat(2, 1fr)}}.games .card-all-games{width:100%;max-width:17.5rem;height:25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2.1875rem;border:.0625rem solid #212428;border-radius:.25rem;-webkit-transition:border-color .3s ease-in,color .3s ease-in;transition:border-color .3s ease-in,color .3s ease-in}.games .card-all-games span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.625rem;font-size:1rem;line-height:1.5rem}.games .card-all-games:hover{border-color:#00aeff}.games .card-all-games:hover span{color:#00aeff}@media screen and (max-width: 991px){.games .card-all-games{height:17.375rem}}@media screen and (max-width: 480px){.games .card-all-games{height:13.3125rem}}@-webkit-keyframes fadeUp{from{opacity:0;-webkit-transform:translateY(2.5rem);transform:translateY(2.5rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeUp{from{opacity:0;-webkit-transform:translateY(2.5rem);transform:translateY(2.5rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.downloads{background-image:url("/img/bg-download.jpg");background-size:cover;background-repeat:no-repeat;background-position:center center;overflow:hidden}.downloads .container{position:relative;height:53.25rem;width:100%;padding-top:8.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1.4375rem}.downloads .container div:nth-of-type(1){width:100%;max-width:24.375rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1.875rem}.downloads .container div:nth-of-type(1) h2{font-weight:700;font-size:32px;line-height:110.2%}.downloads .container div:nth-of-type(1) ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1rem;margin-left:0;font-size:1.125rem;color:#828792}.downloads .container div:nth-of-type(1) ul li img{width:1.125rem;height:auto}.downloads .container div:nth-of-type(1) ul li+li{margin-top:1.5rem}.downloads .container div:nth-of-type(1) .btn{gap:.5rem;margin-top:.5625rem;padding-left:2rem;padding-right:2rem;padding-top:.875rem;padding-bottom:.875rem}.downloads .container div:nth-of-type(1) .btn span{font-size:1.5rem}.downloads .container div:nth-of-type(1) .app{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1.125rem;margin-top:1.0625rem}.downloads .container div:nth-of-type(1) .app i{font-size:1.25rem}.downloads .container div:nth-of-type(1) .app p{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-weight:600;font-size:.875rem;line-height:1.3125rem;color:#e5e5e5}.downloads .container div:nth-of-type(1) .app p a{text-decoration:underline;-webkit-transition:color .3s;transition:color .3s}.downloads .container div:nth-of-type(1) .app p a:hover{color:#61cdff}.downloads .container div:nth-of-type(2){position:absolute;top:6rem;right:-17.1875rem;width:100%;max-width:66.625rem;height:38.125rem}.downloads .container div:nth-of-type(2) .lg{position:absolute;top:0;left:0;-webkit-animation:float 8s ease-in-out infinite;animation:float 8s ease-in-out infinite}.downloads .container div:nth-of-type(2) .sm{position:absolute;bottom:-1.7813rem;right:3.3125rem;-webkit-animation:float 6s ease-in-out infinite;animation:float 6s ease-in-out infinite}@media screen and (max-width: 991px){.downloads .container div:nth-of-type(2) .sm{right:3.3125rem;bottom:-1.75rem}}@media screen and (max-width: 480px){.downloads .container div:nth-of-type(2) .sm{right:0;bottom:0;width:17.25rem}}@media screen and (max-width: 991px){.downloads .container div:nth-of-type(2){right:-21.875rem}}@media screen and (max-width: 480px){.downloads .container div:nth-of-type(2){position:relative;top:0;right:0}}@media screen and (max-width: 480px){.downloads .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width: 480px){.downloads{padding-bottom:3.125rem}}.modal{position:fixed;top:0;left:0;width:100%;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:opacity .3s;transition:opacity .3s;opacity:1;z-index:999}.modal.hidden{opacity:0 !important;pointer-events:none !important}.modal.hidden .box{-webkit-transform:translateY(3.125rem);transform:translateY(3.125rem)}.modal .overlay{position:absolute;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.5)}.modal .box{position:relative;width:100%;max-width:43.5rem;height:37.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2.5rem;border-radius:.25rem;background-image:url("/img/bg-modal.png");background-position:center;background-repeat:no-repeat;background-color:#020203;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;z-index:1}.modal .box .close{position:absolute;top:1.5rem;right:1.5rem;padding-left:.25rem;padding-right:.25rem;padding-top:.25rem;padding-bottom:.25rem;border-radius:.25rem;line-height:0;-webkit-transition:background-color .3s ease-in;transition:background-color .3s ease-in}.modal .box .close i{color:#00aeff;font-size:1.5rem;-webkit-transition:color .3s ease-in;transition:color .3s ease-in}.modal .box .close:hover{background-color:rgba(0,174,255,.25)}.modal .box .close:hover i{color:#fff}.modal .box .logo{height:1.25rem;width:auto}.modal .box form{width:100%;max-width:26.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}.modal .box form .form-group input{width:100%;padding-left:1rem;padding-right:1rem;padding-top:.75rem;padding-bottom:.75rem;border-radius:.25rem;background-color:#fff;color:#363842;font-weight:500;font-size:.9375rem;line-height:1.375rem}.modal .box form .form-group input::-webkit-input-placeholder{color:rgba(54,56,66,.6)}.modal .box form .form-group input::-moz-placeholder{color:rgba(54,56,66,.6)}.modal .box form .form-group input:-ms-input-placeholder{color:rgba(54,56,66,.6)}.modal .box form .form-group input::-ms-input-placeholder{color:rgba(54,56,66,.6)}.modal .box form .form-group input::placeholder{color:rgba(54,56,66,.6)}.modal .box form .form-group button{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:.5rem;font-size:1rem;line-height:1.5rem}.modal .box .social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem;text-align:center}.modal .box .social p{font-weight:500;font-size:.875rem;line-height:1.3125rem}.modal .box .social ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem}.modal .box .social ul li button{width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:.25rem;background-color:#fff;-webkit-transition:background-color .3s ease-in;transition:background-color .3s ease-in}.modal .box .social ul li button span{font-size:1.25rem;color:#020203}.modal .box .social ul li button:hover{background-color:#aee5ff}.modal .box .messages{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem;text-align:center}.modal .box .messages p{font-weight:500;font-size:1rem;line-height:1.5rem}.modal .box .messages p a{color:#00aeff;text-decoration:underline;-webkit-transition:color .3s;transition:color .3s}.modal .box .messages p a:hover{color:#fff}