<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Age Verify Overlay CSS */
.ar_age_verification_section {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: calc(100vh - 0px);
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ar_age_verification_section .ar_age_verification_box {
    max-width: 100%;
    width: 100%;
    background: #fff;
    padding: 50px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: calc(100vh - 2px);
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0 auto;
    height: 100%;
    justify-content: center;
  }
  .ar_age_verification_section .ar_age_verification_box .ar-logo {
    margin-bottom: 30px;
    margin-top: 70px;
  }
  .ar_age_verification_title {
    color: #3B404A;
    text-align: center;
    font-family: Overpass;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.858px;
    letter-spacing: -1.2px;
    display: block;
    margin: 21px 0 15px;
  }
  .ar_age_verification_desc {
    color: #3A414B;
    text-align: center;
    font-family: Overpass;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -1px;
    opacity: 0.8;
    display: block;
    margin: 0 100px;
    width: 54%;
  }
  .ar_age_verification_btn_box {
    margin: 30px 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .ar_age_verification_btn_box button {
    width: 250px;
    height: 45px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 1px solid #3a414b;
    text-align: center;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.7px;
    text-transform: uppercase;
  }
  .ar_age_login_title {
    color: #3A414B;
    text-align: center;
    font-family: Overpass;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 22.5px;
    letter-spacing: -1.125px;
    display: block;
    margin-bottom: 30px;
  }
  .ar_age_login_title span{
    font-weight: 500;
  }
  .ar_age_login_box {
    max-width: 350px;
    width: 100%;
  }
  .ar_yoti_login_form {
    display: flex;
    gap: 16px;
    align-items: start;
    position: relative;
  }
  .ar_age_login_box .ar_yoti_login_form  .intl-tel-input{
    background-color: #fafafa;
    border: none;
    border-radius: 8px;
    font-size: 16px;
  }
  .ar_age_login_box .ar_yoti_login_form  .intl-tel-input input[type=tel].phone-num-place{
    border: 1px solid rgba(59, 64, 74, 0.30);
  }
  .ar_age_login_box .ar_yoti_login_form .v-failed{
    top: -27px;
  }
  .ar_age_login_box .ar_yoti_login_form .v-success{
    top: -23px;
  }
  .ar_age_login_box .ar_yoti_login_form .btn-payment-dark {
    width: 95px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    position: absolute;
    top: 19px;
  }
  .yoti-container {
    width: 100%;
    height: 100vh;
    height: 100dvh;
  }
  .yoti-container iframe{
    margin: 0;
    padding: 0;
    border: none;
  }
  .yoti-container iframe body{
    margin: 0;
  }
#recaptcha-container
{
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.g-recaptcha-bubble-arrow
{
  display: none;
}
.g-recaptcha-bubble-arrow + div
{
  position: fixed !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.ar_yoti_login_form .btn-payment-dark {
    margin-bottom: 15px;
    height: 34px;
    width: 100%;
    max-width: 278px;
    line-height: 35px;
    border-radius: 19px;
    background-color: #3a404a !important;
    border: 0px solid;
    color: #fff;
    font-size: 14px;
    font-family: 'MyriadProRegular';
    text-decoration: none !important;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.ar_yoti_login_form .btn-payment-dark.submit_button_disabled {
    background-color: #ebebeb !important;
    color: #3a404a !important;
}
.ar_yoti_login_form div#phone-div {
  width: 255px;
}
.ar_yoti_login_form div#yoti_grecaptcha_element {
  margin-right: -70px;
}
.ar_yoti_login_form label.phone-lb {
  font-size: 14px;
  font-family: 'MyriadProRegular';
  color: #3a414b;
  line-height: unset !important;
  margin: 0 !important;
}
  @media (max-width: 767px) {
    .ar_age_verification_section .ar_age_verification_box{
        padding: 40px 25px 25px;
    }
    .ar_age_verification_section .ar_age_verification_box .ar-logo{
      margin-top: 0;
      width: 50%;
    }
    .ar_age_verification_title{
        font-size: 20px;
        margin: 20px 0 10px;
    }
    .ar_age_verification_desc {
        margin: 0;
        width: 90%;
    }
    .ar_age_verification_btn_box{
        margin: 20px 0 37px;
        flex-direction: column;
        width: 100%;
    }
    .ar_age_verification_btn_box a {
      width: 100%;
    }
    .ar_age_verification_btn_box button{
        width: 100%;
    }
    .ar_age_login_title{
        font-size: 20px;
        line-height: 24.5px;
        margin-bottom: 20px;
    }
    .ar_age_login_title span {
        display: block;
        font-size: 16px;
    }
    .ar_age_verification_section .ar_age_verification_box .info-img {
        width: 70px;
    }
    .ar_yoti_login_form div#phone-div {
      width: 215px;
    }
    .ar_yoti_login_form div#yoti_grecaptcha_element {
      margin-right: -90px;
    }
    .ar_yoti_login_form div#phone-div .intl-tel-input .country-list{
      width: 320px;
      bottom: 100%;
      top: auto;
      transform: translateY(-8px);
    }
  }</pre></body></html>