@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: Inter;
}

#MEABqfDqsf {
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    z-index: 9999;
    font-family: Inter;
}

#IKiJrNGDVG {
    display: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    z-index: 9999;
}

.EzmHPXxIaJ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 10px;
    padding: 24px;
    background: #FFF;
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
    z-index: 10000;
    position: fixed;
}

.EzmHPXxIaJ h4 {
    color: #282828;
    text-align: center;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

.EzmHPXxIaJ p {
    width: 100%;
    max-width: 508px;
    color: #282828;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.EzmHPXxIaJ a {
    color: #282828;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

.EzmHPXxIaJ .rWvPJEbcsM {
    width: 100%;
    max-width: 429px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.hkccXGuofh {
    width: 100%;
    max-width: 202px;
    display: flex;
    padding: 7px 24px;
    justify-content: center;
    align-items: center;
    border: 1px solid #AAA;
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #282828;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 0.28px;
    text-transform: uppercase;
    cursor: pointer;
}

.UpMDzNbclI {
    width: 100%;
    max-width: 215px;
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #00289F;
    color: var(--Base-White, #FFF);
    text-shadow: 0px 1px 2px rgba(63, 12, 12, 0.32);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 0.28px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

#EVWVDlZmmk {
    width: 100%;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 16px;
}

.hVbKchfcBj {
    width: 100%;
    max-width: 508px;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
}

.hVbKchfcBj h4 {
    color: #D11215;
    text-align: center;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

.hVbKchfcBj p {
    color: #282828;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

@media only screen and (max-width: 600px) {
    .EzmHPXxIaJ {
        margin: 0px 15px;
    }

    .EzmHPXxIaJ .rWvPJEbcsM {
        display: flex;
        flex-direction: column;
        max-width: 346px;
    }
    .hkccXGuofh, .UpMDzNbclI{
        max-width: 346px;
    }
}

@media only screen and (max-width: 380px){
    .hVbKchfcBj p{
        font-size: 14px;
        white-space: nowrap;
    }
}