@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: "Open Sans", serif;
}

.payment2-content {
    display: none !important;
}

.payment2 {
    max-width: 980px;
}

.grey-bg {
    background: #ffffff;
}

.winner {
    text-align: center;
    margin-top: 100px;
}

.winner p {
    font-size: 28px;
    color: rgba(218, 77, 78, 1);
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.winner h1 {
    font-size: 42px;
    color: rgba(71, 69, 64, 1);
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

h1.winner--blue {
    color: rgba(88, 35, 169, 1);
}

.number {
    font-family: open Sans-Serif;
    font-size: 80px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 7px;
    padding: 2px;
    width: 70px;
    height: 80px;
    margin: 0 10px;
    background: #C61A1B;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-columns {
    background: none;
    color: #CBCACA;
    margin: 0;
    font-size: 80px;
}

.below-winner p {
    font-size: 14px;
    color: rgba(86, 82, 75, 1);
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.underline-text {
    text-decoration: underline;
    font-size: 12px;
    text-align: center;
}

.prelander-button {
    text-decoration: none;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1);
    width: auto;
    padding: 15px 114px;
    font-size: 20px;
    align-self: center;
    font-style: normal;
    background: rgba(123, 33, 255, 1);
    font-weight: 700;
    line-height: 30px;
    border: none;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
}

.banner {
    background-color: #FEE300;
    color: #C61A1B;
    padding: 5px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.banner-subheader {
    font-size: 22px;
}

.second-main-img {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.form-header {
    font-size: 24px;
    display: flex;
    align-items: center;
}

.form-header span {
    display: flex;
    width: 3ch;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #C61A1B;
    color: #fff;
    margin-right: 10px;
    font-size: 30px;
    font-weight: bold;
}

.ui-input {
    border-radius: 5px;
    border: 1px solid #ddd;
}

.ui-input::placeholder {
    color: #b3b3b3;
}

label {
    font-size: 14px;
}

.ui-form__submit {
    margin: 10px 0 24px 0;
}

.ui-form__submit-button {
    height: auto;
    padding: 13px 0;
    background: #7b21ff;
    -webkit-box-shadow: inset 0px 0px 0px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 0px 5px rgba(0, 0, 0, 0.3);
    filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.5));
    font-size: 24px;
}

@media only screen and (max-width: 762px) {
    .banner {
        font-size: 18px;
    }

    .banner-subheader {
        font-size: 16px;
    }

    .form-header {
        font-size: 20px;
    }

    .form-header span {
        font-size: 26px;
    }

    .second-main-img {
        width: 40%;
    }
}