@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap');

body {
    font-family: 'arial', sans-serif;
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
    background-position: center bottom;
    min-height: 100vh;
}

.banner {
    position: relative;
}
.banner::after {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255 ,255, 1) 97.5%);
    bottom: -5px;
    top: 0;
    left: 0;
    right: 0;
}

.box-wrapper {
    max-width: 576px;
}

#video {
    max-width: 100%;
}

.title {
    font-family: 'Oswald', sans-serif;
    line-height: normal;
    font-size: 1.25rem;
    letter-spacing: 1px;
}

.button-wrapper {
    border: 2px solid #FFFFFF;
    padding: 0.25rem;
    width: 75%;
}

.button {
    background-color: #2ECC71;
    background-image: linear-gradient(180deg, #2ECC71 0%, #3FC380 100%);
    letter-spacing: 1px;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
}

.info,
.term {
    font-size: 0.75rem;
    line-height: 1.5;
    opacity: 0.8;
    position: relative;
    z-index: 99;
    text-align: justify;
}

.footer-menu {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.footer-menu li {
    list-style: none;
    display: inline-block;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
}

.lang {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    text-align: left;
}

@media only screen and (max-width: 576px) {
    .curr {
        font-size: 0.625rem;
        font-weight: normal;
    }
}

@media only screen and (max-width: 374px) {
    .button {
        font-size: 0.875rem;
    }
    .curr {
        display: block;
    }
}