*{margin:0;padding:0;outline:0;-webkit-font-smoothing:antialiased;box-sizing:border-box;list-style:none;text-decoration:none;border:none;font-family:'Poppins', sans-serif}img{display:block;max-width:100%}html{font-size:62.5%}body{background-color:#020203}@keyframes fadeUp{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0px)}}@keyframes fadeRight{from{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0px)}}@keyframes fadeLeft{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0px)}}@keyframes float{0%{transform:translatey(0px)}50%{transform:translatey(20px)}100%{transform:translatey(0px)}}.container{width:100%;max-width:124.6rem;margin:0 auto;padding:0px 1.5rem}header{overflow:hidden;position:absolute;top:0;left:0;width:100%;height:9.6rem;border-bottom:2px solid rgba(255,255,255,0.1);z-index:99;display:flex}header .container{display:flex;align-items:center;justify-content:space-between}header .logo{position:relative;display:block}header .logo::after{content:"";border-top:2px solid #00AEFF;width:43px;height:0px;position:absolute;bottom:-29px;left:0}header nav{display:flex;align-items:center;flex:1;max-width:1014px;justify-content:space-between}header nav ul{display:flex;align-items:center}header nav ul li:not(:first-child){margin-left:3.4rem}header nav ul li a{display:flex;align-items:center;font-weight:500;font-size:1.4rem;line-height:2.1rem;text-align:center;color:#FFFFFF}header nav ul li a .arrow{width:12px;height:8px;background:url("../img/arrow-down.svg") no-repeat center center;margin-left:1.4rem;transition:transform .3s}header nav ul li a.active .arrow{background:url("../img/arrow-active.svg") no-repeat center center;transform:rotate(180deg)}header nav .btns{display:flex;align-items:center}header nav .menu-mobile{display:none}@media (max-width: 950px){header .container{width:100%;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between}header .container nav{max-width:50px}header .container nav ul{display:none}header .container nav .btns{display:none}header .container nav .menu-mobile{display:flex}header .container nav .menu-mobile p{font-size:1.8rem;color:#ffffff}}.menu{position:absolute;top:0;left:0;z-index:4;background:linear-gradient(180deg, #020203 0%, rgba(14,17,23,0.92) 96.35%, rgba(14,17,23,0.9) 100%);filter:drop-shadow(0px 4px 4px rgba(0,0,0,0.25));backdrop-filter:blur(12px);width:100%;padding-top:9.6rem;opacity:0;pointer-events:none;transform:translateY(-100%);transition:all .4s}.menu.active{opacity:1;pointer-events:all;transform:translateY(0%)}.menu.esportes .area-menu{padding-top:5.5rem;padding-bottom:6.2rem}.menu.esportes .area-menu ul{display:grid;grid-template-columns:repeat(5, 1fr);grid-gap:6.4rem;max-width:112.6rem;margin:0 auto}.menu.esportes .area-menu ul li a{max-width:17.4rem;height:23.7rem}.menu.esportes .area-menu ul li a .logo{width:100%;height:14.9rem}.menu.esportes .area-menu ul li a span{max-width:100%}.menu .area-menu{padding-top:3.8rem;padding-bottom:5.5rem}.menu .area-menu ul{display:grid;grid-template-columns:repeat(6, 1fr);grid-gap:2.8rem 3.2rem}.menu .area-menu ul li a{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:17.6rem}.menu .area-menu ul li a:hover span{color:#ffffff}.menu .area-menu ul li a .logo{width:6.94rem;height:6.94rem;margin-bottom:0.86rem}.menu .area-menu ul li a span{display:block;text-align:center;font-weight:500;font-size:1.4rem;line-height:120%;color:#9D9D9D;max-width:10.5rem;font-family:'Inter', sans-serif;transition:color .3s}.menu .header-menu{background:rgba(21,23,27,0.7);width:100%;height:70px;display:flex;align-items:center;justify-content:center}.menu .header-menu ul{display:flex;align-items:center;justify-content:center}.menu .header-menu ul li:not(:first-child){margin-left:6.4rem}.menu .header-menu ul li a{display:flex;align-items:center}.menu .header-menu ul li a:hover span{color:#00AEFF}.menu .header-menu ul li a .icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;margin-right:1rem}.menu .header-menu ul li a span{font-weight:600;font-size:1.6rem;line-height:24px;text-align:center;color:#FFFFFF;transition:color .3s}@media (max-width: 850px){.menu .area-menu .container ul{grid-template-columns:repeat(2, 1fr)}.menu .area-menu .container ul li{align-items:center;display:flex;flex-direction:column;justify-content:center}.menu .header-menu ul{display:grid;grid-template-columns:repeat(2, 1fr)}}.menuMobileBlock{padding:45px;background-color:#020203;z-index:100;top:0;transform:translateX(-100%);opacity:0;transition:all .3s ease;position:fixed;width:50%;height:100vh}.menuMobileBlock .top-logo{width:100%;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;padding-bottom:3rem;border-bottom:1px solid white}.menuMobileBlock .top-logo .CloseMenuMob{display:flex;align-items:center;justify-content:center;background-color:#232531;border-radius:10px;width:45px;height:45px}.menuMobileBlock .bot-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-around}.menuMobileBlock .bot-content ul{padding-top:3rem}.menuMobileBlock .bot-content ul li:not(:last-child){margin-bottom:2rem}.menuMobileBlock .bot-content ul li a{color:#FFFFFF;font-size:1.8rem}.menuMobileBlock .bot-content .botoes{display:flex;width:100%;justify-content:space-between}.s-hero-age{position:relative;width:100%;height:73.6rem;overflow:hidden}.s-hero-age .thumb-slide-hero{position:absolute;top:24.1rem;left:18.2%;z-index:2;width:100%;max-width:4.8rem;height:32rem;overflow:hidden;opacity:0;animation:fadeLeft 0.5s 0.5s ease-out forwards}.s-hero-age .thumb-slide-hero .swiper-slide{cursor:pointer;opacity:0.4;filter:grayscale(100%);transition:all .3s}.s-hero-age .thumb-slide-hero .swiper-slide.disabled{pointer-events:none}.s-hero-age .thumb-slide-hero .swiper-slide.swiper-slide-thumb-active{opacity:1;filter:grayscale(0%)}.s-hero-age .slide-hero{position:relative;width:100%;height:100%}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide{padding-top:20.7rem;background-size:cover !important;background-position:top center !important}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide.one{background:url("../img/bg-diablo.jpg") no-repeat center center}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide.one .game-logo{width:100%;max-width:28rem;height:15.4rem;margin-top:-3.4rem;margin-bottom:11.2rem}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide.two{background:url("../img/bg-heartstone.jpg") no-repeat center center}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide.two .brand{width:100%;max-width:28.8rem}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide.two .game-logo{width:100%;height:20.4rem;margin-top:-6.8rem;margin-bottom:9.6rem;margin-right:-2.9rem}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide.three{background:url("../img/bg-wow.jpg") no-repeat center center}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide.three .slide-text{max-width:61.2rem}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide.three .brand{width:100%;max-width:34.4rem}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide.three .game-logo{width:100%;height:19.3rem;margin-top:-6.8rem;margin-bottom:10.6rem;margin-right:-46px}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide .container{display:flex;align-items:flex-start;justify-content:space-between}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide .slide-text{flex:1;max-width:56.2rem;margin-left:20.8rem;animation:fadeUp .5s ease-in forwards}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide .slide-text h1{font-weight:bold;font-size:6.4rem;line-height:110.2%;color:#FFFFFF;margin-bottom:1.6rem}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide .slide-text p{font-size:1.8rem;line-height:2.7rem;letter-spacing:-0.005em;color:#FFFFFF;margin-bottom:3.2rem}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide .brand{display:flex;flex-direction:column;align-items:flex-end;animation:fadeRight .5s ease-out forwards}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide .brand .trailer{position:relative;width:100%;max-width:28rem;display:flex;flex-direction:column;align-items:flex-end}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide .brand .trailer:after{content:"";background:url("../img/shadow.png") no-repeat center center;width:40rem;height:20rem;position:absolute;z-index:-1;top:30px;left:50%;margin-left:-20rem;pointer-events:none}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide .brand .trailer span{display:block;font-weight:600;font-size:1.3rem;line-height:1.9rem;text-transform:uppercase;color:#FFFFFF;margin-bottom:1.6rem}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide .brand .trailer button{position:relative;width:100%;height:15.8rem;display:flex;align-items:center;justify-content:center;border-radius:6px;background-color:transparent;overflow:hidden;cursor:pointer}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide .brand .trailer button:hover .thumb.default{opacity:0}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide .brand .trailer button:hover .thumb.hover{opacity:1}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide .brand .trailer button .thumb{position:absolute;top:0;left:0}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide .brand .trailer button .thumb.default{opacity:1;transition:opacity .3s}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide .brand .trailer button .thumb.hover{height:100%;width:100%;object-fit:cover;opacity:0;transition:opacity .3s}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide .brand .trailer button .icon{width:51px;height:51px;background:linear-gradient(136.72deg, rgba(7,7,10,0.86) 19.22%, rgba(15,16,22,0.5) 76.59%);backdrop-filter:blur(3px);border-radius:50%;z-index:1;display:flex;align-items:center;justify-content:center}.s-hero-age .swiper-progress-bar{position:absolute;width:100%;display:block;height:2px;bottom:0;left:0;z-index:2}.s-hero-age .swiper-progress-bar .slide_progress-bar{position:absolute;height:3px;width:auto;opacity:0;bottom:0px;left:0;right:0}.s-hero-age .swiper-progress-bar .slide_progress-bar:after{position:absolute;top:0;left:0;background:#00AEFF;height:100%;width:0;content:"";transition:0.1s width linear}.s-hero-age .swiper-progress-bar.active .slide_progress-bar{opacity:1}.s-hero-age .swiper-progress-bar.animate .slide_progress-bar:after{transition:width 5s linear;width:100%}@media (max-width: 1440px){.s-hero-age .thumb-slide-hero{left:7.6%}}@media (max-width: 1400px){.s-hero-age .thumb-slide-hero{left:5.6%}}@media (max-width: 1400px){.s-hero-age .thumb-slide-hero{left:2.6%}}@media (max-width: 1050px){.s-hero-age{height:80.6rem}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide{padding-top:11.7}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide .container{flex-direction:column;align-items:center;justify-content:center}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide .container .slide-text{margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:75%}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide .container .slide-text h1{font-size:4.0rem;max-width:100%}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide .container .brand{width:100%;margin-top:2rem;display:flex;flex-direction:row;justify-content:space-around;max-width:100%}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide .container .brand .game-logo{width:100%;margin-top:0;margin-bottom:0;margin-right:0}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide .container .brand .game-logo img{margin:0 auto}}@media (max-width: 650px){.s-hero-age{height:80.6rem}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide{padding-top:13.7rem}.s-hero-age .slide-hero .swiper-wrapper .swiper-slide .container .brand{display:flex;flex-direction:column;align-items:center;justify-content:center}}.s-games{padding-top:7.8rem;padding-bottom:18.9rem}.s-games .top{display:flex;align-items:center;justify-content:space-between;margin-bottom:78px}.s-games .top .left-container{display:flex;align-items:flex-start}.s-games .top .left-container span{display:block;font-weight:600;font-size:1.5rem;line-height:2.2rem;color:#8F9199;margin-top:1.1rem}.s-games .top .left-container h2{margin-left:16.1rem;font-weight:bold;font-size:3.2rem;line-height:110.2%;color:#FFFFFF;max-width:17.5rem}.s-games .top .right-container{flex:1;display:flex;align-items:center;justify-content:space-between;max-width:58.3rem}.s-games .top .right-container ul{display:flex;align-items:center}.s-games .top .right-container ul li:not(:first-child){margin-left:2.4rem}.s-games .top .right-container ul li a{display:block;opacity:0.5;transition:opacity .3s}.s-games .top .right-container ul li a.active{opacity:1}.s-games .top .right-container ul li a:hover{opacity:1}.s-games .top .right-container .btn{display:flex;align-items:center;font-weight:600;font-size:16px;line-height:24px;text-align:center;color:#00AEFF;transition:color .3s}.s-games .top .right-container .btn img{margin-right:1rem}.s-games .top .right-container .btn:hover{color:#ffffff}.s-games .tab-pane{display:none}.s-games .tab-pane.active{display:block;animation:fadeLeft .4s forwards}.s-games .all{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:4.9rem 3.2rem}.s-games .all .card-game{display:block;width:100%;max-width:28rem}.s-games .all .card-game:hover .image img{transform:scale(1.1)}.s-games .all .card-game .image{width:100%;height:38.4rem;border-radius:4px;overflow:hidden;margin-bottom:2.4rem}.s-games .all .card-game .image img{width:100%;height:100%;object-fit:cover;transition:all .3s ease-in}.s-games .all .card-game .info h3{font-weight:600;font-size:1.8rem;line-height:2.7rem;color:#E5E5E5;margin-bottom:0.4rem}.s-games .all .card-game .info span{font-size:1.4rem;line-height:21px;color:#E5E5E5;opacity:0.8}.s-games .all .card-all{border:1px solid #15171B;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;height:38.4rem;transition:all .3s}.s-games .all .card-all:hover{background-color:#0b0b10}.s-games .all .card-all .btn{display:flex;align-items:center;margin-top:3.4rem}.s-games .all .card-all .btn span{font-weight:600;font-size:16px;line-height:2.4rem;color:#FFFFFF;margin-left:1.3rem}@media (max-width: 950px){.s-games .container .top .left-container h2{max-width:100%}.s-games .container .tab-content .tab-pane .all{grid-template-columns:repeat(3, 1fr)}}@media (max-width: 800px){.s-games .container .top{flex-direction:column}.s-games .container .top .left-container{flex-direction:column-reverse;text-align:center;margin-bottom:4rem}.s-games .container .top .left-container h2{margin-left:0;text-align:center;max-width:100%}.s-games .container .top .left-container span{width:100%}.s-games .container .top .right-container{width:100%}.s-games .container .tab-content .tab-pane .all{grid-template-columns:repeat(2, 1fr)}}.s-download{width:100%;height:85.1rem;background:url("../img/bg-download.jpg") no-repeat center center;overflow:hidden;background-size:cover}.s-download .container{position:relative}.s-download .text-left{padding-top:16.8rem;max-width:34.2rem}.s-download .text-left .logo{margin-bottom:3rem}.s-download .text-left h2{font-weight:bold;font-size:4.4rem;line-height:130%;color:#FFFFFF;margin-bottom:5.3rem}.s-download .text-left ul{margin-bottom:4.2rem}.s-download .text-left ul li{display:flex;align-items:center}.s-download .text-left ul li:not(:last-child){margin-bottom:2.4rem}.s-download .text-left ul li p{font-size:1.8rem;line-height:178.2%;color:#828792;margin-left:1.6rem}.s-download .text-left .btn-primary{max-width:26.5rem}.s-download .text-left .msg{display:flex;align-items:center;margin-top:5.4rem}.s-download .text-left .msg img{max-width:1.9rem}.s-download .text-left .msg p{font-weight:600;font-size:1.4rem;line-height:2.1rem;color:#E5E5E5;margin-left:1.4rem}.s-download .text-left .msg p a{font-weight:600;font-size:1.4rem;line-height:2.1rem;text-decoration-line:underline;color:#E5E5E5;transition:color .3s;display:block}.s-download .text-left .msg p a:hover{color:#00AEFF}.s-download .image{position:absolute;top:6.7rem;right:-46rem;max-width:169.2rem;width:100%;height:61rem}.s-download .image .img-lg{position:absolute;top:0;left:0;z-index:0;animation:float 8s ease-in-out infinite}.s-download .image .img-sm{position:absolute;bottom:-4.2rem;right:25rem;animation:float 6s ease-in-out infinite}@media (max-width: 950px){.s-download{height:95.1rem}.s-download .container{flex-direction:column}.s-download .container .text-left{padding-top:6rem;text-align:center;margin:0 auto}.s-download .container .text-left img{margin:0 auto}.s-download .container .text-left ul li p{width:100%}.s-download .container .text-left a{margin:0 auto}.s-download .container .text-left .msg{flex-direction:column}.s-download .container .text-left .msg img{margin-bottom:3rem}.s-download .container .image{max-width:100%;top:0;right:0;position:relative;width:100%;height:300px}.s-download .container .image .img-lg{left:-100px}.s-download .container .image .img-sm{right:-100px}}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2020;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:all .3s}.modal .overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;background-color:rgba(0,0,0,0.7)}.modal .box{position:relative;z-index:1;background:url("../img/bg-modal.png") no-repeat #020203 top left;border-radius:4px;width:100%;max-width:69.6rem;height:60rem;display:flex;align-items:center;justify-content:center;transform:translateY(5rem);transition:transform .3s}.modal .box .close{position:absolute;top:2.4rem;right:2.4rem;background-color:transparent;cursor:pointer}.modal .box .cont{width:100%;max-width:42.6rem;display:flex;flex-direction:column;align-items:center}.modal .box form{width:100%;margin-top:3.3rem}.modal .box form .form-group:not(:last-child){margin-bottom:1.6rem}.modal .box form input[type=text],.modal .box form input[type=password]{width:100%;height:4.8rem;background-color:#FFFFFF;border-radius:4px;padding:0 1.6rem;font-weight:500;font-size:1.5rem;line-height:2.2rem;color:#363842}.modal .box form input[type=text]::placeholder,.modal .box form input[type=password]::placeholder{opacity:0.6}.modal .box form button{width:100%;height:5.2rem;justify-content:center}.modal .box form .socials{display:flex;flex-direction:column;align-items:center;margin-bottom:3.5rem}.modal .box form .socials span{display:block;text-align:center;font-weight:500;font-size:1.4rem;line-height:2.1rem;color:#FFFFFF;margin-bottom:1.6rem}.modal .box form .socials ul{display:flex;align-items:center}.modal .box form .socials ul li:not(:first-child){margin-left:1.6rem}.modal .box form .socials ul li a{display:flex;align-items:center;justify-content:center;width:4.8rem;height:4.8rem;background-color:#FFFFFF;border-radius:4px;transition:transform .3s}.modal .box form .socials ul li a:hover{transform:scale(1.05)}.modal .box form p{text-align:center;font-weight:500;font-size:1.6rem;line-height:24px;color:#FFFFFF;margin-bottom:1.6rem;display:flex;align-items:center;justify-content:center}.modal .box form p a{margin-right:0.3rem}.modal .box form a{font-weight:500;font-size:1.6rem;line-height:2.4rem;text-decoration-line:underline;color:#00AEFF;text-align:center;display:block;transition:color .3s}.modal .box form a:hover{color:#ffffff}.open-modal{overflow:hidden}.open-modal .modal{opacity:1;pointer-events:all}.open-modal .modal .box{transform:translateY(0)}.btn-primary{display:flex;align-items:center;height:4.6rem;padding:0 3.2rem;background-color:#00AEFF;border-radius:0.4rem;font-weight:600;font-size:1.6rem;text-align:center;color:#FFFFFF;cursor:pointer;transition:all .3s}.btn-primary img{margin-right:6px}.btn-primary:hover{background-color:#40C2FF}.btn-outline{display:flex;align-items:center;height:4.6rem;padding:0 1.6rem;border:1px solid #FFFFFF;background-color:transparent;border-radius:0.4rem;font-weight:600;font-size:1.6rem;text-align:center;color:#FFFFFF;cursor:pointer;margin-right:1.6rem;transition:all .3s}.btn-outline:hover{background-color:#fff;color:#0B0D12}
