.promo--title {
        font-family: 'Organetto';
        font-style: normal;
        font-weight: 700;
        font-size: 45px;
        line-height: 103%;
    }
    .promo--title--highlight {color: var(--exl-sucess-green-400);
        text-shadow: 0px 0px 20px #21eba370;
        font-weight: bold;
    }
    .promo--bar {    
        padding: 27px 0;
        background-color: var(--exl-accent);}
    .promo-bar-h5:hover{color:white}
    .promo--disclaimer {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 7.38px;
        line-height: 103%;
        }
    .hero.hero_summerasia2025 {
        background: #0e0f10;
        background-image: url(https://lp.exitlag.com/assets/images/summer-asia2025/bg-exitlag-summerasia2025.webp);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 11.625rem 0 6rem 0;
        overflow: hidden;
    }
    .hero.hero_summerasia2025 .content .badge {
        color: var(--exl-sucess-green-400);
        display: inline-block;
        background-color: var(--exl-neutral-gray-900);
        border: solid 1px var(--exl-neutral-gray-800);
        padding: .6rem 1rem .4rem;
        border-radius: 30px;
        line-height: 1;
    }
    .sub {line-height: 1.0;max-width: 260px;}
    .heroTitle {font-size: 3rem;line-height: 1.0;}
    .hero.hero_summerasia2025 .content .c-success {
        color: var(--exl-sucess-green-400);
    }
    .hero.hero_summerasia2025 .content .sub {
        color: var(--exl-neutral-gray-200);
    }
    .hero.hero_summerasia2025 .content .bottomtext h4 {
        color: #C6C8CB;
        font-size: 1.25rem;
        line-height: 1.2;
        display: table-caption;
    }
    .hero.hero_summerasia2025 .content .bottomtext .separator {
        width: 2px;
        height: 56px;
        background: #111317;
    }
    .hero.hero_summerasia2025 .content .bottomtext h5 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 0px;
    }
    .hero.hero_summerasia2025 .content .bottomtext p {
        font-size: 10px;
        color: #878D97;
        line-height: 12px;
    }
    .hero.hero_summerasia2025 .content .bottomtext p span {
        font-size: 10px;
        color: #555C68;
    }
    .sup {
        top: 0.5em;
        right: 0px;
    }
    .heroNumbers {
        justify-content: space-between;
    }
    .sub {
        max-width: none;
        line-height:1.3;
        font-size: 1.0rem;
    }
    .img--summerasia-2025 {position: relative;left:137px}
    .sub--highlight {
       font-size: 2.3rem;
       line-height: 1;
       position: relative;
       top: 4px;
    }

    @media (max-width: 1199px) {
        .hero.hero_summerasia2025 .content .badge {
            font-size: 0.55rem;
        }
    }

    @media (max-width: 600px) {
        .hero--main--wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .cta--wrapper {
            width: 100%;
        }
        .cta--btn{
            width: 100%;
        }
        .promo--title {
            max-width: 214px;
            font-size:38px;
        }
        .heroTitle {
            justify-content: center;
            display: flex;
            flex-wrap: wrap;
            font-size: 2.6rem !important;
        }
        .heroNumbers {
            justify-content: center !important;
        }
        .sub {max-width: none !important;}
    }
    @media (min-width: 601px) and (max-width: 992px) {
        .hero.hero_summerasia2025 .content .multiplayer_features .feature {
            width: 370px;
            height: 141px;
        }
    }