*{
    padding:0;
    margin:0;
    font-weight: 400;
    font-style: normal;
}

body{
    background: #232323;
    color: #fff;
    font-family: "Poppins", serif;
    font-style: normal;
    height: 100%;
    /* overflow: hidden; */
}
.container{
    height: 100%;
    padding: .75rem;
    margin: 0 auto;
    max-width: 965px;
    width: 100%;

}
.color-d54{
    color: #FB3D54;
}
.color-aaa{
    color: #aaa;
}
.color-white{
    color: #fff;
}

.flex{
    display: flex;
}
.flex-column{
    flex-direction: column;
}
.flex-center{
    align-items:center;
    justify-content: center;
}
.flex-align-center{
    align-items: center;
}

.logo{
    margin-bottom: 46px;
    margin-top: 24px;
}
.img-g12{
    margin-bottom: 54px;
}

.head-txt, .txt-1{
    font-weight: 500;
    line-height: 120%;
}
.head-txt{
    font-size: 48px;
}
.txt-1{
    font-size: 24px;
}
.txt-2{
    font-size: 20px;
    font-weight: 400;
    line-height: 140%; /* 28px */
}
.txt-global{
    color:  #EDAC2D;

/* paragraph/pXL */
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.content{
    gap: 16px;
    margin-bottom: 26px;
    text-align:center;
}
.desc{
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.btn{
    background-color: #FB3D54;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%; /* 14px */
    outline: none;
    display: flex;
    height: 48px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.m-y{
    margin-bottom: 40px;
    margin-top: 20px;
}
.mb-8{margin-bottom:8px;}

@media (max-width: 1023.5px){
    .container{
        max-width: 1024px;
    }
}

@media (max-width: 767.5px){
    .logo{
        margin-bottom: 30px;
    }
    .img-g12{
        margin-bottom: 30px;
    }
    .container{
        max-width: 768px;
    }
    .logo > img{
        width: 67.789px;
        height: 40px;
    }
    .img-g12 > img{
        width: 220px;
        height: 206px;
    }
    .head-txt{
        font-size: 32px;
    }
    .txt-1{
        font-size: 16px;
    }
    .txt-2, .txt-global{
        font-size: 12px;
    }
    .btn{
        font-size: 12px;
        padding: 0px 16px;
    }
    
}
@media (max-width: 539.5px){
    .container{
        max-width: 340px;
    }
    .desc{
        gap: 8px;
    }
    .desc.opt-2{
        margin-bottom: 12px;
    }
}