@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Karma:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


body {
    margin: 0;
    padding: 0;
    background-color: #111111;
    overflow-x: hidden;
}

.headerComponent {
    display: flex;
    background: linear-gradient(96.73deg, #262626 0%, #1C1C1C 38.51%, #0D0D0D 77.8%);
    border-radius: 16px;
}

.header {
    width: 100%;
    min-height: 563px;
    padding: 20px 100px;
}


.module-container .module.ModuleCustomHtml img {
    width: 202px;
}

.headerColumnOne {
    max-width: 60%;
    width: 60%;
    display: block;
    margin: auto;
}

.headerColumnTwo {
    max-width: 40%;
    width: 40%;
    display: block;
    margin: auto;
}


.headerColumnOne {
    padding-top: 60px;
    padding-bottom: 52px;
    padding-left: 60px;
}

.headerColumnTwo {
    position: relative;
}

.header-text {
    padding-left: 20px;
    padding-bottom: 57px;
}


.header-text > h1 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    color: white;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    max-width: 700px;
    position: relative;

    &::before {
        content: "";
        width: 5px;
        height: inherit;
        position: absolute;
        left: -20px;
        top: 8px;
        bottom: 10px;
        background-color: white;
    }
}

.headerColumnOne > h2 {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}


h1 > span {
    display: block;
}

.headerColumnOne > .header-p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: white;
    text-align: left;
    line-height: 22px;
    margin: 0 0 50px 0;
    
}

.headerColumnOne > .foot-note {
    font-family: Poppins;
    font-size: 12px;
    font-style: italic;
    color: #E3E3E3;
    text-align: left;
    line-height: 17px;
    margin-top: 57px;
    font-weight: 500;
}


.headerColumnTwo > img {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, -35%);
    width: 312px !important;
    height: auto;
}


.headerColumnTwo > .header-img-alt {
    display: none;
}


.info-container {
    margin-top: 128px;
}

/*Text Styling*/
.content-heading-text {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.content-main-text {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
    text-align: left;
}

.caption {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Inter', sans-serif;
    text-align: center;
    max-width: 170px; /* set a max-width for the wrapping container */
    word-wrap: break-word; /* ensures the text wraps to the next line if it overflows the container */
    margin: 0 auto 35px; /* centers the block horizontally */
}

.content-0 {
    display: none;
}


.content-illustration {
    margin: 32px 0 32px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 110px;
}

#hidden-footer {
    display: none;
}

#hidden-footer-en {
    display: none;
}

.google-play {
    display: block;
    cursor: pointer;
}

@media screen and (max-width: 1680px) {
    .header {
        padding: 20px !important;
    }

    .headerColumnTwo > img {
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translate(-50%, -30%);
        height: auto;
        width: 312px !important;
    }

}

@media screen and (max-width: 1024px) {
    .header {
        padding: 20px 40px 0 40px !important;
    }

    .headerComponent {
        display: block;
        height: 526px;
    }

    .headerColumnOne {
        padding: 40px 0 50px 0;
        height: 320px
    }

    .headerColumnOne,
    .headerColumnTwo {
        max-width: 100%;
        width: 100%;
    }

    .header-text {
        padding: 0;
    }

    .header-text > h1 {
        text-align: center;
        max-width: 100%;
        width: 100%;
        padding: 0 28px 0 28px;

        &::before {
        display: none;
    }

    }


    

    .google-play {
        display: none;
    }

    .google-play-hidden {
        display: block;
        cursor: pointer;
    }

    .headerColumnOne > h2 {
        display: none;
    }

    .headerColumnOne > p {
        display: none;
    }

    .headerColumnTwo > img {
        top: 10px;
        height: auto;
        transform: translate(-40%, -125px);
    }

    .info-container {
        margin-top: 350px;
        padding-left: 5px;
    }

    #hidden-content {
        display: block;
    }

    .content-0 {
        margin-bottom: 50px;
    }


    #hidden-footer {
        display: block;
        margin-top: 32px
    }

    #hidden-footer-en {
        display: block;
    }

    .foot-note-hidden {
        color: #E3E3E3;
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        font-family: 'Inter', sans-serif;
        font-style: italic;
        text-align: left;
        margin-top: 10px;
    }


}

@media screen and (max-width: 820px) {

     .header {
        padding: 20px 20px 0 20px !important;
    }


     .headerColumnTwo > img {
        top: 10px;
        height: auto;
        transform: translate(-40%, -100px);
    }
}

@media screen and (max-width: 680px) {
    
    .header {
        padding: 10px 10px 0 10px !important;
        background-color: #090909;
    }

    .headerComponent {
        display: block;
        height: 376px;
    }


     
   .header-text > h1 {
    font-size: 30px;
    line-height: 30px;
    padding: 10px 40px 0 40px;
    font-weight: 700;
    }

    .headerColumnOne {
        padding-bottom: 150px;
        height: auto;
    }

    .headerColumnOne > p {
        font-size: .7rem;
        line-height: 1.2rem;
        padding: 0 30px 0 30px;
    }

    

   .headerColumnTwo > img {
        top: 10px;
        width: 200px !important;
        height: auto;
        transform: translate(-40%, -135px);
    }

    .headerColumnTwo > .header-img {
        display: none;
    }

    .headerColumnTwo > .header-img-alt {
        display: block;
    }


    .info-container {
        margin-top: 125px;
     }

    .content-illustration {
        flex-direction: column;
        gap: 50px;
    }

}


@media screen and (max-width: 516px) {
    .info-container {
        margin-top: 145px;
   }

    .headerColumnTwo > img {
        top: 10px;
        height: auto;
        transform: translate(-40%, -145px);
        width: 188px !important;
    }
}





@media screen and (max-width: 431px) {
    .content-main-text {
        max-width: 431px;
        word-wrap: break-word;
    }

    .header-text > h1 {
        font-size: 30px;
        line-height: 30px;
        padding: 10px 10px 0 10px;
        font-weight: 700;
    }
 
    .info-container {
        margin-top: 120px;
     }


    .headerComponent {
       display: block;
       height: 376px;
    }

    .headerColumnOne {
       padding: 39px 18px 50px 18px;
       height: 320px;
     }
    
    .headerColumnTwo > img {
        top: 10px;
        height: auto;
        transform: translate(-40%, -175px);
        width: 188px !important;
    }
}


@media screen and (max-width: 377px) {
    
   .header-text > h1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
   } 

    .info-container {
        margin-top: 95px;
   }

    .headerColumnTwo > img {
        top: 10px;
        height: auto;
        transform: translate(-40%, -200px);
        width: 188px !important;
    }
}
