 @font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto Regular"), local("Roboto-Regular"),
      url(https://starscrm.rationalcdn.com/starscrm/fonts/Roboto-Regular.ttf) format("truetype");
  }

  @font-face {
    font-family: "Druk Bold";
    font-style: normal;
    font-weight: 700;
    src: local("Druk Bold"), local("Druk-Bold"),
      url(https://s1.rationalcdn.com/fonts/druk/Druk-Bold.ttf);
  }

  #promotion-banner {
    padding:0!important;
    max-width:100%!important;
    margin: 0 auto!important;
  }

  ._982c023 {
    text-align:left!important;
  }

  .hpAbTest #promoBanner {
    height: 532px;
    background-color: #000;
    background-image: url("https://cms.rationalcdn.com/v3/assets/blteecf9626d9a38b03/bltb95c60aa2ee97e29/68147ce55f67263ad5bfab3a/header-desktop.jpg");
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  @media only screen and (max-width: 725px) {
    .hpAbTest #promoBanner {
      background-image: url("https://cms.rationalcdn.com/v3/assets/blteecf9626d9a38b03/blt631685fed70f45fc/68147ce53501d5606dd55ba3/header-mobile.jpg");
    }
  }

  .hpAbTest #promBannerInner {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 48%;
    text-align: center;
  }

  .hpAbTest #promBannerInner h1 {
    font-size: clamp(20px, 110px, 7vw);
    line-height: 1;
    margin: 0 0 10px 0;
    letter-spacing: 1.8px;
  }

  .hpAbTest #promBannerInner h2 {
    font-size: clamp(10px, 70px, 4vw);
    line-height: 1;
    margin: 0 0 10px 0;
    letter-spacing: 1.8px;
  }

  .hpAbTest #promBannerInner h2:last-of-type {
    margin: 0 0 30px 0;
  }

  .hpAbTest #promBannerInner p {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .hpAbTest #casino_games_desktop img {
    width: 100%;
  }

  .hpAbTest #getStarted_mobile {
    display: none;
    border-top: 3px solid #d70a0a;
    background-color: #000;
    padding: 20px 30px 30px 30px;
  }

  .hpAbTest #getStarted_desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hpAbTest #getStarted_mobile h3 {
    font-size: 20px;
    font-size: 30px;
    margin: 0 0 30px 0;
    letter-spacing: 1.8px;
  }

  .hpAbTest .header_usps_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-color: #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }

  .hpAbTest .header_usps_desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    background-color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .hpAbTest .header_usps_mobile .usp,
  .hpAbTest .header_usps_desktop .usp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-align: anchor-center;
    -ms-flex-align: anchor-center;
    align-items: anchor-center;
  }

  .hpAbTest .header_usps_mobile svg {
    margin-right: 20px;
    width: 50px;
    height: 50px;
  }

  .hpAbTest .header_usps_mobile .text,
  .hpAbTest .header_usps_desktop .text {
    width: 100%;
  }

  .hpAbTest .header_usps_mobile svg,
  .hpAbTest .header_usps_desktop img {
    margin-right: 10px;
    width: 80px;
    height: 80px;
  }

  .hpAbTest .header_usps_mobile .text h5,
  .hpAbTest .header_usps_desktop .text h5 {
    font-weight: 600;
    font-size: 15px;
    margin: 0;
  }

  .hpAbTest .header_usps_mobile .text p,
  .hpAbTest .header_usps_desktop .text p {
    margin: 5px 0 0 0;
    color: #666666;
    font-size: 14px;
  }

  @media only screen and (max-width: 725px) {
    .hpAbTest #promoBanner {
      height: auto;
      padding: 20px 0;
      min-height: 350px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .hpAbTest #promBannerInner {
      max-width: 75%;
    }

    .hpAbTest #promBannerInner h1 {
      font-size: clamp(20px, 60px, 12vw);
    }

    .hpAbTest #promBannerInner h2 {
      font-size: clamp(10px, 40px, 8vw);
    }

    .hpAbTest #promBannerInner p {
      font-size: 14px;
      margin-bottom: 0;
      line-height: 1.4;
    }

    .hpAbTest #getStarted_mobile {
      display: block;
    }

    .hpAbTest #getStarted_desktop {
      display: none;
    }

    .hpAbTest .hide-mobile {
      display: none;
    }
  }

  @media only screen and (max-width: 1767px) and (min-width:726px){
    .hpAbTest #promBannerInner h1 {
      font-size: clamp(20px, 110px, 5vw);
    }
  }

  .hpAbTest .drukFont {
    font-family: "Druk Bold", sans-serif;
  }

  .hpAbTest .robotoFont {
    font-family: "Roboto";
  }

  .hpAbTest .textRed {
    color: #d70a0a;
  }

  .hpAbTest .textWhite {
    color: #fff;
  }

  .hpAbTest .btn {
    -webkit-font-smoothing: antialiased;
    min-width: 100px;
    padding: 0 80px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    background: #02bd9c;
    border: none;
    border-radius: 50px;
    height: 44px;
    color: #000;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }

  .hpAbTest .btn:hover {
    background: #06d6ae;
    color: #000;
    text-decoration: none;
  }

  .hpAbTest .btn:active,
  .hpAbTest .btn:focus {
    background: #089b80;
    color: #000;
  }

  .hpAbTest a {
    color: #02bd9c;
    font-weight: bold;
  }