*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Inter", sans-serif;
    display: flex;
    justify-content: center;
    color: #ffffff;
    background: #00B956;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 430px;
    background: #00B956;
    border-radius: 8px;
    padding: 32px 20px 40px;
    overflow: hidden;
    text-align: center;
}

.badge18 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
}

.coin {
    position: absolute;
}
.coin--br {
    width: 63px;
    height: 63px;
    bottom: 34%;
    right: -10px;
    transform: scaleX(-1);
}
.coin--bl {
    width: 90px;
    height: 90px;
    bottom: 15%;
    left: -8px;
}

.logo img {
    height: 35px;
    margin-bottom: 20px;
}

.title {
    margin-bottom: 20px;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.btn {
    display: inline-block;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

.btn--primary {
    width: 90%;
    padding: 18px 24px;
    font-size: 20px;
    color: #ffffff;
    border: none;
    background: linear-gradient(90deg, #761B86 0%, #B22AC9 100%);
}

.btn--ghost {
    height: 38px;
    padding: 5px 20px;
    align-items: center;
    color: #FFF;
    border-radius: 100px;
    border: 1px solid #FFF;
    opacity: 0.6;
    background: transparent;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn--ghost:hover {
    background: rgba(255, 255, 255, 0.12);
}

.note {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: block;
    margin-bottom: 20px;
    opacity: 0.9;
}

.back {
   margin-bottom: 10px;
}

.hero-zone {
    margin-top: 12px;
    margin-left: -25px;
}

.hero {
    width: 452px;
    height: 413px;
    flex-shrink: 0;
}

.footer {
    color: rgba(255, 255, 255, 0.70);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer a {
    color: inherit;
    text-decoration: underline;
}


@media (max-width: 415px) {
    .hero-zone {
        margin-left: -35px;
    }
    .note {
        margin-bottom: 10px;
    }
}

@media (max-width: 400px) {
    .wrapper {
        padding: 28px 16px 36px;
    }
    .logo img {
        height: 25px;
        margin-bottom: 10px;
    }

    .badge18 {
        width: 28px;
        height: 28px;
    }

    .title {
        color: #FFF;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-bottom: 24px;
    }

    .btn--primary {
        font-size: 20px;
        padding: 16px 20px;
        margin-bottom: 10px;
    }
    .back{
        margin-bottom: 20px;
    }

    .btn--ghost {
        font-size: 14px;
        padding: 8px 28px;
    }
    .hero-zone{
        margin: 0;
    }
    .hero {
        width: 225px;
        height: 225px;
    }

    .coin--br {
        bottom: 44%;
    }
    .coin--bl {
        bottom: 20%;
    }
}
@media (min-height: 700px) {
    .wrapper {
        padding: 10px 20px !important;
    }
    .logo img {
        height: 25px;
        margin-bottom: 15px;
    }
    .prizes {
        gap:10px !important;
        margin-bottom: 10px;

    }
    .title {
        margin-bottom: 20px !important;
    }
    .note{
        margin: 10px 0 !important;
    }
    .back{
        margin-bottom: 10px !important;
    }
}

@media (min-height: 740px) {
    .prizes {
        gap:10px !important;
    }
    .note{
        margin: 20px 0 !important;
    }
    .hero {
        width: 305px !important;
        height: 305px !important;
    }
}

@media (min-height: 840px) {
    .logo img {
        height: 25px !important;
        margin-bottom: 20px !important;
    }
    .back{
        margin-bottom: 30px !important;
    }
    .hero-zone {
        margin-left: 0 !important;
    }
    .hero {
        width: 325px !important;
        height: 325px !important;
    }
}
@media (min-height: 880px) {
    .title {
        margin-bottom: 25px !important;
    }
    .note{
        margin: 20px 0 !important;
    }
    .hero-zone {
        margin-left: -15px !important;
    }
    .hero {
        width: 405px !important;
        height: 405px !important;

        @media (max-width: 345px) {
            width: 305px !important;
            height: 305px !important;
        }
    }
    .back{
        margin-bottom: 10px !important;
    }
}
@media (min-height: 910px) {
    .wrapper {
        padding: 30px 20px !important;
    }
    .title {
        margin-bottom: 40px !important;
    }
    .back{
        margin-bottom: 30px !important;
    }
}