body{
    background-color: transparent !important;
    background-image: linear-gradient(180deg, #1999DE 0%, #79FF89 100%) !important;
    background-repeat: no-repeat !important;
}
#slot-box-a a{
text-decoration:none !important;
}
.error404 main.site-main{
display:none !important;
}
.age-gate{
max-width: 705px !important;
padding:0;
}
.age-gate .age-gate__form{
    width: 100%;
    border-radius: 60px;
     background-color: transparent !important;
    background-image: linear-gradient(180deg, #1999DE 0%, #79FF89 100%) !important;
    background-repeat: no-repeat !important;
        padding: 40px 100px;
}
.age-gate .age-gate__form .age-gate__headline{
    color: #FFF;
    text-align: center;
    font-family: Itim;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.2px;
    text-transform: uppercase;
}
.age-gate .age-gate__form .age-gate__subheadline{
color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 25.2px; /* 180% */
}
.age-gate .age-gate__form .age-gate__label{
color: #FFF;
text-align: center;
font-family: Itim;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 25.2px; /* 252% */
text-transform: uppercase;
}
.age-gate .age-gate__form input[type=text].age-gate-input, .age-gate .age-gate__form input[type=text].age-gate__input{
border-radius: 5px;
border: 1px solid #000;
    background: transparent;
}
.age-gate .age-gate__form input[type=text].age-gate-input::placeholder, .age-gate .age-gate__form input[type=text].age-gate__input::placeholder{
color: #1D9DDA;
text-align: center;
font-family: Itim;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 25.2px; /* 252% */
}
.age-gate .age-gate__form .age-gate-remember-text, .age-gate .age-gate__form .age-gate__remember-text{
color: #FFF;
font-family: Roboto;
font-size: 8px;
font-style: normal;
font-weight: 400;
line-height: 8px; /* 100% */
font-variant: all-small-caps;
}
.age-gate .age-gate__form .age-gate__remember-field{
border-radius: 3px;
border: 1px solid #FFF;
    width: 17px;
    height: 17px;
}

.age-gate .age-gate__form .age-gate__submit button{
border-radius: 10px;
border: 1px solid #000;
background: #FFF;
color: #1D9DDA;
text-align: center;
font-family: Itim;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 10px; /* 100% */
text-transform: uppercase;
padding:15px 21px;
}
#overlflow-hidden-sec{
overflow-x:hidden;
}
@media(max-width:550px){
.age-gate .age-gate__form{
    padding: 40px 30px;
}
}
@media(max-width:780px){
#overlflow-hidden-sec iframe{
height:33vh;
}
}
@media(max-width:680px){
#overlflow-hidden-sec iframe{
height:30vh;
}
}
@media(max-width:500px){
#overlflow-hidden-sec iframe{
height:25vh;
}
}
@media(max-width:400px){
#overlflow-hidden-sec iframe{
height:auto;
}
}