#container .content .theme4.crystalGate {
    background-color: #ffffff;
    position: relative;
}

#container .content .theme4.crystalGate::before {
    content: '';
    background-color: #5383EC;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#container .content .theme4.crystalGate .theme-container h1.title {
    font-size: 30px !important;
    margin-top: 30px;
    margin-bottom: 30px;
}

#container .content .theme4.crystalGate .theme-container span.description {
    font-size: 16px !important;
    line-height: 30px;
    margin-bottom: 30px;
}

#container .content .theme4.crystalGate .theme-container .age-verification {
    margin: 30px auto;
}

#container .content .theme4.crystalGate .theme-container form .selectPopup {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#container .content .theme4.crystalGate .theme-container form .selectPopup select {
    margin-right: 15px;
}

#container .content .theme4.crystalGate .theme-container form .selectPopup select:last-child {
    margin-right: 0;
}

#container .content .theme4.crystalGate .theme-container .age-verification .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid transparent
}

#container .content .theme4.crystalGate .theme-container .age-verification .btn.accept {
    border-radius: 3px;
    margin-right: 10px;
}

#container .content .theme4.crystalGate .theme-container .age-verification .btn.accept:hover {
    transition-duration: .5s;
    background-color: transparent !important;
}



#container .content .theme4.crystalGate .theme-container .age-verification .btn.refuse {
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #666666;
}

#container .content .theme4.crystalGate .theme-container .age-verification .btn.refuse:hover {
    border-color: transparent;
}


#container .content .theme4.crystalGate .theme-container .age-verification .btn.refuse:hover span a {
    color: #ffffff !important;
}

@media screen and (max-width: 520px) {
    #container .content .theme4.crystalGate .theme-container .age-verification {
        display: flex;
        flex-direction: column;
    }

    #container .content .theme4.crystalGate .theme-container .age-verification .btn {
        width: 70%;
    }

    #container .content .theme4.crystalGate .theme-container .age-verification .btn.accept {
        margin-right: 0;
    }
}

@media screen and (max-width: 400px) {
    #container .content .theme4.crystalGate .theme-container .age-verification {
        margin: 0;
    }
    #container .content .theme4.crystalGate .theme-container .age-verification .btn {
        width: 90% !important;
    }

    #container .content .theme4.crystalGate .theme-container form .selectPopup {
        display: flex;
        flex-direction: column;
    }

    #container .content .theme4.crystalGate .theme-container form .selectPopup select {
        margin: 0 0 15px 0;
    }
}