body,
html {
    max-width: 100vw;
    overflow-x: hidden;
    width: 100vw;
    height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

@font-face {
    font-family: geistSans;
    src: url(../fonts/4473ecc91f70f139-s.p.woff) format("woff");
    font-display: swap;
    font-weight: 100 900
}

@font-face {
    font-family: geistSans Fallback;
    src: local("Arial");
    ascent-override: 85.83%;
    descent-override: 20.52%;
    line-gap-override: 9.33%;
    size-adjust: 107.19%
}

.__className_1e4310 {
    font-family: geistSans, geistSans Fallback
}

.__variable_1e4310 {
    --font-geist-sans: "geistSans", "geistSans Fallback"
}

@font-face {
    font-family: geistMono;
    src: url(../fonts/463dafcda517f24f-s.p.woff) format("woff");
    font-display: swap;
    font-weight: 100 900
}

@font-face {
    font-family: geistMono Fallback;
    src: local("Arial");
    ascent-override: 69.97%;
    descent-override: 16.73%;
    line-gap-override: 7.61%;
    size-adjust: 131.49%
}

.__className_c3aa02 {
    font-family: geistMono, geistMono Fallback
}

.__variable_c3aa02 {
    --font-geist-mono: "geistMono", "geistMono Fallback"
}


.gtOtNE {
    padding: 20px;
    background-color: white;
    height: 100%;
    border-radius: 20px;
    margin-top: -20px;
    display: flex;
    gap: 50px;
    align-items: center;
    flex-direction: column;
}

.kppKYO {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.gtOUzr {
    margin-top: 50px;
    font-size: 25px;
    color: rgb(19, 81, 180);
    font-weight: 380;
}

.jiQJdM {
    font-size: 19px;
    color: rgb(19, 81, 180);
    font-weight: 350;
}

.jHNWCU {
    color: rgb(19, 81, 180);
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px;
}

.wRNwM {
    background-color: rgb(19, 81, 180);
    border-radius: 40px;
    width: 50%;
    padding: 10px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    border: none;
}