/*================ Normal desktop :992px.==================== */

@media (min-width: 992px) and (max-width: 1169px) {
	* {
        cursor: default !important
    }
    a, button{
        cursor: pointer !important
    }
    #cursor-large{
        display:none
    }
    #cursor-small{
        display:none
    }
    .games-desc{
        padding: 15px
    }
    .game-action a.fag-btn-outline{
        padding: 5px 15px
    }
    .game-price h4{
        font-size: 18px
    }
    .post-small .blog-text{
        padding: 15px
    }
    .post-info{
        margin-top: 10px;
        padding-top: 10px
    }
    .post-info li{
        margin-right: 5px
    }
    .features-game{
        padding: 40px
    }
    .match-details .matchcountdown h3{
        font-size: 30px
    }
    .single-match-widget h3, .single-match-widget h4{
        font-size: 22px
    }
    .tab-body h3{
        font-size: 24px
    }
    .news-sidebar-item form button{
        width: 22%
    }
}


/*================ Tablet desktop :768px.==================*/

@media (min-width: 768px) and (max-width: 991px) {
	
    * {
        cursor: default !important
    }
    a, button{
        cursor: pointer !important
    }
    #cursor-large{
        display:none
    }
    #cursor-small{
        display:none
    }
    .menu-toggle{
        cursor: pointer !important
    }
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-toggler{
        padding-right: 0
    }
    .fag-header{
        padding: 15px 0
    }
    .fag-header.scroll{
        padding: 10px 0
    }
    .navbar-brand img {
        width: 75%;
    }
    .dropdown-menu {
        display: none !important;
        background: #080811 none repeat scroll 0 0 !important
    }
    .dropdown-menu.show {
        display: block !important;
        opacity: 1 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    .dropdown-menu {
        position: static !important;
        float: none !important;
        opacity: 1 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        margin-left: 50px;
        width: auto !important;
        background: #080811 !important;
        border-radius: 5px !important
    }
    nav.navbar .nav-item {
        z-index: 1 !important;
        display: block;
        margin: 0 8px;
    }
    nav.navbar .nav-link {
        padding: 8px 7px;
    }
    .header_menu{
        margin: 0
    }
    .navbar-collapse{
        background: #0d0e1b !important;
        margin-top: 5%;
        border-radius: 5px;
        height: 250px;
        overflow-y: scroll
    }
    .dropdown-menu:before, .dropdown-menu:after{
        display: none !important
    }
    .header-right {
         margin: 0 8px;
        display: block
    }
    .header-right > div{
        margin-left: 0 !important
    }
    .header-right > div > a{
        padding: 8px 7px
    }
    .fag-header.scroll .header_menu > li > a, .fag-header.scroll .header-right > div > a{
        padding: 8px 7px
    }
    .search-block > .search-toggle{
        font-size: 20px;
        right: 0
    }
    .search-block > form{
        width: 90%
    }
    .search-block input{
        font-size: 20px;
        height: 50px
    }
    .search-block form span{
        font-size: 20px
    }
    .fag-main-slide{
        height: 650px
    }
    .slider-text h2 {
        font-size: 56px;
        line-height: 60px;
    }
    .fag-video-inn{
        width: 100%
    }
    .games-item{
        width: 50%
    }
    .match-box-inn{
        width: 100%
    }
    .matchcountdown li{
        min-width: 65px
    }
    .matchcountdown li span{
        font-size: 28px
    }
    .promo-box h3{
        font-size: 42px
    }
    .promo-box p{
        font-size: 18px
    }
    .post-small .blog-item:nth-child(2), .post-small .blog-item:nth-child(3) {
        display: none;
    }
    .post-small .blog-image{
        width: 100%;
        border-radius: 18px
    }
    .post-small .blog-image img{
        position: relative
    }
    .post-small .blog-text{
        width: 100%;
        padding: 20px 0 0;
        background: transparent
    }
    .blog-text h3, .post-small .blog-text h3{
        font-size: 28px
    }
    .post-small .blog-text p{
        display: block
    }
    .counter-box h4{
        font-size: 16px
    }
    .games-category {
        margin-top: 50px;
    }
    .details-banner-action{
        padding-left: 34%;
        text-align: left
    }
    .single_game_price{
        text-align: left;
        padding-left: 34%
    }
    .tab-body h3{
        font-size: 22px
    }
    .match-page-right {
        width: 80%;
        margin: 50px auto 0;
    }
    .news-sidebar-item form button{
        width: 8%
    }
    .products-grid {
        margin-top: 50px;
    }
    .product-details-text {
        margin-top: 30px;
    }
    .product-panel-list .fag-comment-list, .product-panel-list .fag-leave-comment{
        width: 100%
    }
    .checkout-left-box{
        margin-bottom: 50px
    }
    .contact-form-inn{
        width: 100%
    }
    .site-heading{
        width: 100%
    }
    
   
}


/*================== small mobile :320px. ===================*/

@media (max-width: 767px) {
	
    * {
        cursor: default !important
    }
    a, button{
        cursor: pointer !important
    }
    #cursor-large{
        display:none
    }
    #cursor-small{
        display:none
    }
    .menu-toggle{
        cursor: pointer !important
    }
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-toggler{
        padding-right: 0
    }
    .fag-header{
        padding: 10px 0
    }
    .navbar-brand img {
        width: 75%;
    }
    .dropdown-menu {
        display: none !important;
        background: #080811 none repeat scroll 0 0 !important
    }
    .dropdown-menu.show {
        display: block !important;
        opacity: 1 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    .dropdown-menu {
        position: static !important;
        float: none !important;
        opacity: 1 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        margin-left: 50px;
        width: auto !important;
        background: #080811 !important;
        border-radius: 5px !important
    }
    nav.navbar .nav-item {
        z-index: 1 !important;
        display: block;
        margin: 0 8px;
    }
    nav.navbar .nav-link {
        padding: 8px 7px;
    }
    .header_menu{
        margin: 0
    }
    .navbar-collapse{
        background: #0d0e1b !important;
        margin-top: 5%;
        border-radius: 5px;
        height: 250px;
        overflow-y: scroll
    }
    .dropdown-menu:before, .dropdown-menu:after{
        display: none !important
    }
    .header-right{
        margin: 0 8px;
        display: block
    }
    .header-right > div{
        margin-left: 0 !important
    }
    .header-right > div > a{
        padding: 8px 7px
    }
    .fag-header.scroll .header_menu > li > a, .fag-header.scroll .header-right > div > a{
        padding: 8px 7px
    }
    .search-block > .search-toggle{
        font-size: 20px;
        right: 0
    }
    .search-block > form{
        width: 90%
    }
    .search-block input{
        font-size: 20px;
        height: 50px
    }
    .search-block form span{
        font-size: 20px
    }
    .fag-main-slide{
        height: 480px
    }
    .slider-text {
        width: 100%;
        text-align: center;
    }
    .slider-text h3{
        font-size: 24px;
        line-height: 30px
    }
    .slider-text h2{
        font-size: 38px;
        line-height: 44px
    }
    .fag-slide .owl-dots {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        top: 80%;
    }
    .fag-slide .owl-dot{
        display: inline-block;
    }
    .fag-slide .owl-dot{
        width: 30px;
        margin: 0 5px
    }
    .fag-btn-outline{
        font-size: 18px
    }
    .bottom-layer{
        bottom: -65px
    }
    .fag-video-inn{
        width: 100%
    }
    .site-heading{
        width: 100%
    }
    .site-heading h2{
        font-size: 40px;
        line-height: 40px
    }
    .site-heading h2:after{
        margin: 0
    }
    .site-heading p{
        font-size: 16px
    }
    .projectFilter li{
        display: block;
        margin: 5px 0
    }
    .projectFilter li a.current:after{
        -webkit-transform: skew(0deg);
        transform: skew(0deg);
    }
    .projectFilter li a:after{
        -webkit-transform: skew(0deg);
        transform: skew(0deg);
    }
    .projectFilter li a:hover:after{
        -webkit-transform: skew(0deg);
        transform: skew(0deg);
    }
    .games-item{
        width: 100%;
        float: none
    }
    .matchcountdown li{
        min-width: 70px
    }
    .matchcountdown li span{
        font-size: 22px
    }
    .match-box-middle {
        margin: 30px 0;
    }
    .match-box-left .gamer-image, .match-box-right .gamer-image{
        -webkit-transform: perspective(600px) rotateY(0deg);
                transform: perspective(600px) rotateY(0deg)
    }
    .match-vs {
        width: 22%;
        margin: 22px auto 0;
    }
    .fag-promo-area{
        min-height: 500px;
    }
    .promo-box{
        text-align: center
    }
    .promo-iamge {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        opacity: .7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    }
    .promo-iamge img {
        width: 100%;
        height: 100%;
        font-family: "object-fit: cover;";
        z-index: -1;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .promo-box h3{
        font-size: 40px
    }
    .promo-box p{
        font-size: 18px
    }
    .preorder-box h3 span, .preorder-box h3 {
        font-size: 34px
    }
    .blog-text h3{
        font-size: 26px
    }
    .post-small .blog-image img{
        position: inherit
    }
    .post-small .blog-item{
        display: block
    }
    .post-small .blog-image{
        width: 100%
    }
    .post-small .blog-text {
        width: 100%;
        padding: 20px 0 0;
        background: transparent;
    }
    .post-small .blog-text p{
        display: block
    }
    .single-footer h3{
        margin-bottom: 10px
    }
    .breadcromb-box h3{
        font-size: 40px;
        margin-bottom: 10px
    }
    .fag-breadcrumb-area{
        padding: 150px 0 80px
    }
    .about-top{
        width: 100%
    }
    .about-top h2{
        font-size: 32px;
        line-height: 40px
    }
    .about-top h2{
        display: inline-block
    }
    .counter-box h3{
        font-size: 40px
    }
    .single-testimonial{
        padding: 30px
    }
    .single-testimonial:after{
        top: -75px
    }
    .sponsor-box li {
        width: 26%;
        padding: 10px;
        margin: 30px 5px 0px;
    }
    .games-category {
        margin-top: 30px;
    }
    .details-banner-thumb img{
        position: relative;
        width: 100%
    }
    .details-banner-info {
        margin-top: 30px;
    }
    .details-banner-info h3{
        font-size: 26px
    }
    .single_game_price {
        text-align: left;
    }
    .single_game_price h4{
        font-size: 30px
    }
    .details-banner-action{
        text-align: left
    }
    .tab-body h3{
        font-size: 24px
    }
    .feature-image{
        width: 60px
    }
    .match-list-heading h3{
        font-size: 30px
    }
    .single-match-list{
        display: block;
        text-align: center
    }
    .single-match-list .match-box-left, .single-match-list .match-box-right {
        max-width: 105px;
        margin: 0 auto;
    }
    .fag-matchs-list .match-box-middle{
        margin: 30px 0
    }
    .match-box-action {
        margin-left: 0;
        margin-top: 30px;
    }
    .match-page-right{
        margin-top: 30px
    }
    .single-match-widget h3, .single-match-widget h4{
        font-size: 24px
    }
    .match-details .matchcountdown h3{
        font-size: 32px
    }
    .page-404__title{
        font-size: 80px;
        margin-bottom: 15px
    }
    .socials-wrapper > p:after, .socials-wrapper > p:before{
        width: 5%
    }
    .post-small .blog-image img{
        border-radius: 18px
    }
    .post-small .blog-image{
        border-radius: 18px
    }
    .pagination{
        margin-top: 30px
    }
    .news-sidebar-item form button{
        width: 18%
    }
    .destination-desc-img{
        margin: 15px 0
    }
    .single-comment-box.comment_reply{
        padding-left: 20px
    }
    .products-grid {
        margin-top: 30px;
    }
    .product-details-text {
        margin-top: 30px;
    }
    .single-shop-page-btn{
        display: block
    }
    .single-shop-page-btn ul{
        margin-left: 0;
        margin-top: 30px
    }
    .product-panel-list .fag-comment-list, .product-panel-list .fag-leave-comment{
        width: 100%
    }
    .order-summury-box {
        margin-top: 50px;
    }
    .checkout-left-box form .checkout-form{
        margin-top: 0px
    }
    .checkout-left-box form .checkout-form .col-md-6, .checkout-left-box form .checkout-form .col-md-12 {
        margin-top: 15px;
    }
    .contact-form-inn{
        width: 100%
    }
    .comment-field {
        margin-top: 15px;
    }
    .matchcountdown ul{
        display: none;
    }
    .matchcountdown p{
        display: block
    }
}


/* ======================Large Mobile :480px.================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
    * {
        cursor: default !important
    }
    a, button{
        cursor: pointer !important
    }
    #cursor-large{
        display:none
    }
    #cursor-small{
        display:none
    }
    .menu-toggle{
        cursor: pointer !important
    }
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-toggler{
        padding-right: 0
    }
    .fag-header{
        padding: 10px 0
    }
    .navbar-brand img {
        width: 75%;
    }
    .dropdown-menu {
        display: none !important;
        background: #080811 none repeat scroll 0 0 !important
    }
    .dropdown-menu.show {
        display: block !important;
        opacity: 1 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    .dropdown-menu {
        position: static !important;
        float: none !important;
        opacity: 1 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        margin-left: 50px;
        width: auto !important;
        background: #080811 !important;
        border-radius: 5px !important
    }
    nav.navbar .nav-item {
        z-index: 1 !important;
        display: block;
        margin: 0 8px;
    }
    nav.navbar .nav-link {
        padding: 8px 7px;
    }
    .header_menu{
        margin: 0
    }
    .navbar-collapse{
        background: #0d0e1b !important;
        margin-top: 5%;
        border-radius: 5px;
        height: 250px;
        overflow-y: scroll
    }
    .dropdown-menu:before, .dropdown-menu:after{
        display: none !important
    }
    .header-right{
        margin: 0 8px;
        display: block
    }
    .header-right > div{
        margin-left: 0 !important
    }
    .header-right > div > a{
        padding: 8px 7px
    }
    .fag-header.scroll .header_menu > li > a, .fag-header.scroll .header-right > div > a{
        padding: 8px 7px
    }
    .search-block > .search-toggle{
        font-size: 20px;
        right: 0
    }
    .search-block > form{
        width: 90%
    }
    .search-block input{
        font-size: 20px;
        height: 50px
    }
    .search-block form span{
        font-size: 20px
    }
    .fag-main-slide{
        height: 480px
    }
    .slider-text {
        width: 100%;
        text-align: center;
    }
    .slider-text h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .slider-text h2 {
        font-size: 44px;
        line-height: 55px;
    }
    .fag-slide .owl-dots {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        top: 80%;
    }
    .fag-slide .owl-dot{
        display: inline-block;
    }
    .fag-slide .owl-dot{
        width: 30px;
        margin: 0 5px
    }
    .fag-btn-outline{
        font-size: 18px
    }
    .bottom-layer{
        bottom: -65px
    }
    .fag-video-inn{
        width: 100%
    }
    .site-heading{
        width: 100%
    }
    .site-heading h2{
        font-size: 40px;
        line-height: 40px
    }
    .site-heading h2:after{
        margin: 0
    }
    .site-heading p{
        font-size: 16px
    }
    .projectFilter li{
        display: block;
        margin: 5px 0
    }
    .projectFilter li a.current:after{
        -webkit-transform: skew(0deg);
        transform: skew(0deg);
    }
    .projectFilter li a:after{
        -webkit-transform: skew(0deg);
        transform: skew(0deg);
    }
    .projectFilter li a:hover:after{
        -webkit-transform: skew(0deg);
        transform: skew(0deg);
    }
    .games-item{
        width: 100%;
        float: none
    }
    .matchcountdown li{
        min-width: 70px
    }
    .matchcountdown li span{
        font-size: 22px
    }
    .match-box-middle {
        margin: 30px 0;
    }
    .match-box-left .gamer-image, .match-box-right .gamer-image{
        -webkit-transform: perspective(600px) rotateY(0deg);
                transform: perspective(600px) rotateY(0deg)
    }
    .match-vs {
        width: 22%;
        margin: 22px auto 0;
    }
    .fag-promo-area{
        min-height: 500px;
    }
    .promo-box{
        text-align: center
    }
    .promo-iamge {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        opacity: .7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    }
    .promo-iamge img {
        width: 100%;
        height: 100%;
        font-family: "object-fit: cover;";
        z-index: -1;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .promo-box h3{
        font-size: 40px
    }
    .promo-box p{
        font-size: 18px
    }
    .preorder-box h3 span, .preorder-box h3 {
        font-size: 34px
    }
    .blog-text h3{
        font-size: 26px
    }
    .post-small .blog-image img{
        position: inherit
    }
    .post-small .blog-item{
        display: block
    }
    .post-small .blog-image{
        width: 100%
    }
    .post-small .blog-text {
        width: 100%;
        padding: 20px 0 0;
        background: transparent;
    }
    .post-small .blog-text p{
        display: block
    }
    .single-footer h3{
        margin-bottom: 10px
    }
    .breadcromb-box h3{
        font-size: 40px;
        margin-bottom: 10px
    }
    .fag-breadcrumb-area{
        padding: 150px 0 80px
    }
    .about-top{
        width: 100%
    }
    .about-top h2{
        font-size: 32px;
        line-height: 40px
    }
    .about-top h2{
        display: inline-block
    }
    .counter-box h3{
        font-size: 40px
    }
    .single-testimonial{
        padding: 30px
    }
    .single-testimonial:after{
        top: -75px
    }
    .sponsor-box li {
        width: 26%;
        padding: 10px;
        margin: 30px 5px 0px;
    }
    .games-category {
        margin-top: 30px;
    }
    .details-banner-thumb img{
        position: relative;
        width: 100%
    }
    .details-banner-info {
        margin-top: 30px;
    }
    .details-banner-info h3{
        font-size: 26px
    }
    .single_game_price {
        text-align: left;
    }
    .single_game_price h4{
        font-size: 24px
    }
    .single_game_price p{
        font-size: 16px !important
    }
    .details-banner-action{
        margin: 20px 0 0
    }
    .game-price.single_game_price {
        margin-top: 20px;
    }
    .details-banner-action{
        text-align: left
    }
    .tab-body h3{
        font-size: 24px
    }
    .feature-image{
        width: 60px
    }
    .match-list-heading h3{
        font-size: 30px
    }
    .single-match-list{
        display: block;
        text-align: center
    }
    .single-match-list .match-box-left, .single-match-list .match-box-right {
        max-width: 105px;
        margin: 0 auto;
    }
    .fag-matchs-list .match-box-middle{
        margin: 30px 0
    }
    .match-box-action {
        margin-left: 0;
        margin-top: 30px;
    }
    .match-page-right{
        margin-top: 30px
    }
    .single-match-widget h3, .single-match-widget h4{
        font-size: 24px
    }
    .match-details .matchcountdown h3{
        font-size: 32px
    }
    .page-404__title{
        font-size: 80px;
        margin-bottom: 15px
    }
    .socials-wrapper > p:after, .socials-wrapper > p:before{
        width: 5%
    }
    .post-small .blog-image img{
        border-radius: 18px
    }
    .post-small .blog-image{
        border-radius: 18px
    }
    .pagination{
        margin-top: 30px
    }
    .news-sidebar-item form button{
        width: 11%
    }
    .destination-desc-img{
        margin: 15px 0
    }
    .single-comment-box.comment_reply{
        padding-left: 20px
    }
    .products-grid {
        margin-top: 30px;
    }
    .product-details-text {
        margin-top: 30px;
    }
    .single-shop-page-btn{
        display: block
    }
    .single-shop-page-btn ul{
        margin-left: 0;
        margin-top: 30px
    }
    .product-panel-list .fag-comment-list, .product-panel-list .fag-leave-comment{
        width: 100%
    }
    .order-summury-box {
        margin-top: 50px;
    }
    .checkout-left-box form .checkout-form{
        margin-top: 0px
    }
    .checkout-left-box form .checkout-form .col-md-6, .checkout-left-box form .checkout-form .col-md-12 {
        margin-top: 15px;
    }
    .contact-form-inn{
        width: 100%
    }
    .comment-field {
        margin-top: 15px;
    }
    .match-box-inn{
        width: 100%
    }
    .login_user{
        display: none
    }
    .matchcountdown ul{
        display: flex;
    }
    .matchcountdown p{
        display: none
    }
}

.n153 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    box-shadow: 0 2px 8px #0000001a;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    position: relative;
    box-sizing: border-box
}

.n158 {
    grid-column: 2 / span 6;
    grid-row: 1 / span 4
}

.n156 {
    width: 100%;
    flex: 1 1 auto;
    min-height: 300px;
    max-height: calc(100% - 80px);
    background-color: #191f26;
    background-image: url(/images/assest/loading-iframe.gif);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.n152 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    min-height: 80px;
    height: 80px;
    flex-shrink: 0;
    flex-grow: 0;
    z-index: 10
}

.n160 {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
    overflow: hidden
}

.n161 {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center
}

.n161 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.n154 {
    flex: 1;
    min-width: 0
}

.n162 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: none;
    background-color: transparent;
    border: none;
    border-radius: 0
}

.n155 {
    margin: 4px 0 0;
    font-size: 14px;
    color: #6b7280;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px
}

.n151 {
    display: flex;
    align-items: center;
    gap: 8px
}

.n290 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    background: none;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all .2s ease;
    color: #6b7280;
    font-size: 12px;
    font-weight: 500;
    min-width: 60px
}

.n290:hover {
    background: #f3f4f6;
    color: #374151
}

.n290.active {
    color: #3b82f6
}

.n290 svg {
    width: 20px;
    height: 20px
}

.n290 span {
    font-size: 12px;
    font-weight: 600
}

@media(max-width:768px) {
    .n152 {
        padding: 12px 16px;
        gap: 12px
    }

    .n151 {
        gap: 4px
    }

    .n290 {
        padding: 6px 8px;
        min-width: 50px;
        font-size: 11px
    }

    .n290 svg {
        width: 18px;
        height: 18px
    }

    .n162 {
        font-size: 16px
    }

    .n155 {
        font-size: 13px
    }
}

@media(max-width:640px) {
    .n156 {
        min-height: 250px;
        max-height: calc(100% - 60px)
    }

    .n152 {
        flex-direction: row;
        gap: 8px;
        align-items: center;
        padding: 10px 12px;
        min-height: 60px;
        height: 60px;
        flex-shrink: 0;
        flex-grow: 0
    }

    .n160 {
        gap: 8px
    }

    .n151 {
        gap: 4px
    }

    .n290 {
        min-width: 45px;
        padding: 6px 8px
    }

    .n161 {
        width: 48px;
        height: 48px
    }

    .n162 {
        font-size: 15px
    }

    .n155 {
        font-size: 12px
    }

    .n158 {
        grid-column: 1 / span 3;
        grid-row: 1 / span 4
    }
}

@media(min-width:564px)and (max-width:683px) {
    .n158 {
        grid-column: 2 / span 3;
        grid-row: 1 / span 4
    }
}

@media(min-width:684px)and (max-width:833px) {
    .n158 {
        grid-column: 2 / span 4;
        grid-row: 1 / span 4
    }
}

@media(min-width:834px)and (max-width:1073px) {
    .n158 {
        grid-column: 2 / span 5;
        grid-row: 1 / span 4
    }
}

@media(min-width:1074px)and (max-width:1343px) {
    .n158 {
        grid-column: 2 / span 5;
        grid-row: 1 / span 4
    }
}

@media(min-width:1344px) {
    .n158 {
        grid-column: 2 / span 7;
        grid-row: 1 / span 5
    }
}

.n126 {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box
}

.n132 {
    flex: 1;
    min-height: 0;
    min-width: 0;
    width: 100%;
    background: linear-gradient(135deg, #e6e6e699, #d2d2d280, #c8c8c899);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 8px #0000001a;
    box-sizing: border-box;
    overflow: hidden
}

.n129 {
    font-size: 10px;
    color: #002b50;
    text-align: center;
    padding: 2px 0;
    letter-spacing: .5px;
    text-transform: uppercase;
    flex-shrink: 0
}

@media(min-width:600px) {
    .n126.horizontal {
        flex-direction: row
    }
 
    .n126.horizontal .n129 {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        padding: 0 2px
    }
}

.n128 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.n131,
.n130,
.n127 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    list-style: none;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden
}

@media(max-width:833px) {
    .n131 {
        grid-column: 1 / span 1;
        grid-row: 2 / span 3
    }
}

@media(min-width:834px)and (max-width:1073px) {
    .n131 {
        grid-column: 1 / span 1;
        grid-row: 2 / span 3
    }

    .n127 {
        grid-column: 1 / span 6;
        grid-row: 5 / span 1
    }
}

@media(min-width:1074px)and (max-width:1343px) {
    .n131 {
        grid-column: 1 / span 1;
        grid-row: 2 / span 3
    }

    .n130 {
        grid-column: 7 / span 2;
        grid-row: 1 / span 5
    }

    .n127 {
        grid-column: 1 / span 6;
        grid-row: 5 / span 1
    }
}

@media(min-width:1344px) {
    .n131 {
        grid-column: 1 / span 1;
        grid-row: 2 / span 3
    }

    .n130 {
        grid-column: 9 / span 2;
        grid-row: 1 / span 2
    }

    .n127 {
        grid-column: 3 / span 6;
        grid-row: 6 / span 1
    }
}