body {
  padding: 0;
  margin: 0;
  width: 100%; }

.skip {
  position: absolute;
  top: 9px;
  right: 21px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  padding: 7px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none; }
  @media (max-width: 870px) {
    .skip {
      margin: 0 auto; } }

.casino-android {
  background-color: #1d1c1e;
  color: #ffffff;
  font: 12px 'Open Sans', arial;
  padding-bottom: 40px; }
  .casino-android header {
    text-align: center;
    padding: 10px 0; }
    .casino-android header img {
      width: 75px; }
  .casino-android .masthead {
    padding: 40px 30px;
    background: url(/app-assets/7f08186807b6105d569fffc7ff5a06a4.png) repeat top left, linear-gradient(#8c8c8c, #000000, #000000, #5fad01); }
    .casino-android .masthead .inner-container {
      width: 100%;
      max-width: 700px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .casino-android .masthead .inner-container h1 {
        text-align: center;
        text-transform: uppercase;
        font: 700 28px 'Saira Condensed', Arial;
        margin: 0 0 25px 0; }
        .casino-android .masthead .inner-container h1 span {
          font-size: 52px;
          display: block; }
      .casino-android .masthead .inner-container h2 {
        margin: 0;
        font-size: 14px;
        font-weight: bold; }
      .casino-android .masthead .inner-container p {
        margin: 5px 0; }
      .casino-android .masthead .inner-container .android-download-button {
        border: 0;
        border-radius: 4px;
        cursor: pointer;
        font-size: 18px;
        line-height: 29px;
        margin-top: 12px;
        outline: 0 none;
        text-decoration: none;
        width: 289px; }
        .casino-android .masthead .inner-container .android-download-button img {
          height: 100%;
          width: 100%; }
  .casino-android .list {
    padding: 30px 30px; }
    .casino-android .list .inner-container {
      width: 100%;
      max-width: 700px;
      margin: 0 auto; }
      .casino-android .list .inner-container a {
        color: #ffffff; }
      .casino-android .list .inner-container > div {
        display: flex;
        align-items: flex-start;
        margin: 20px 0; }
        .casino-android .list .inner-container > div .number {
          background-image: linear-gradient(to bottom right, #ffe374, #de960e);
          font-size: 13px;
          font-weight: bold;
          padding: 2px 2px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          margin-right: 15px; }
          .casino-android .list .inner-container > div .number span {
            background-color: #1d1c1e;
            border-radius: 50%;
            padding: 3px 8px; }
        .casino-android .list .inner-container > div .text h3 {
          margin: 0; }
        .casino-android .list .inner-container > div .text p {
          margin: 0; }
  .casino-android .button {
    text-align: center;
    display: block; }
    .casino-android .button img {
      width: 100%;
      max-width: 300px; }

.casino-responsive {
  font: 12px 'Open Sans', arial; }
  .casino-responsive header {
    text-align: center;
    padding: 10px 0;
    background-color: #1d1c1e; }
    .casino-responsive header img {
      width: 75px; }
  .casino-responsive .main {
    display: flex;
    background: white; }
    .casino-responsive .main .phone {
      padding: 0 30px;
      background: url(/app-assets/7f08186807b6105d569fffc7ff5a06a4.png) repeat top left, linear-gradient(#8c8c8c, #000000, #5fad01);
      width: 50%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      height: calc(100vh - 56px); }
      .casino-responsive .main .phone img {
        width: 500px; }
      .casino-responsive .main .phone .phone-screenshot {
        background: url(/app-assets/4dffd30efd2dd1b1787f3a3190981c65.png) no-repeat; }
      .casino-responsive .main .phone .diagonal {
        position: absolute;
        width: 50px;
        height: 100%;
        background-color: #fff;
        top: 0;
        left: -23px;
        transform: rotate(-2deg); }
      .casino-responsive .main .phone .diagonal-small {
        display: none; }
      .casino-responsive .main .phone .text {
        display: none; }
        .casino-responsive .main .phone .text h1 {
          font: 700 30px/30px 'Saira Condensed', Arial;
          text-transform: uppercase;
          margin: 20px 0; }
        .casino-responsive .main .phone .text p {
          font: 300 14px/18px 'Open Sans', arial;
          margin: 20px 0; }
    .casino-responsive .main .text-buttons {
      padding: 40px 3vw;
      color: #323232;
      width: 50%;
      justify-content: center;
      display: flex; }
      .casino-responsive .main .text-buttons .inner-container {
        width: 100%;
        max-width: 560px; }
        .casino-responsive .main .text-buttons .inner-container h1 {
          font: 700 60px/60px 'Saira Condensed', Arial;
          color: #63b700;
          text-transform: uppercase;
          margin: 20px 0; }
          .casino-responsive .main .text-buttons .inner-container h1 span {
            color: #9e9e9e; }
        .casino-responsive .main .text-buttons .inner-container p {
          font: 300 18px/24px 'Open Sans', arial;
          margin: 20px 0; }
          .casino-responsive .main .text-buttons .inner-container p.legal {
            font-size: 10px;
            line-height: 16px;
            color: #9e9e9e;
            margin-top: 30px; }
        .casino-responsive .main .text-buttons .inner-container h2 {
          font: 400 25px/34px 'Saira Condensed', Arial;
          text-transform: uppercase;
          margin: 40px 0; }
        .casino-responsive .main .text-buttons .inner-container .download span {
          font-size: 16px;
          display: block;
          margin-bottom: 10px; }
        .casino-responsive .main .text-buttons .inner-container .download input {
          padding: 12px;
          font-size: 16px;
          border-radius: 4px;
          border: 1px solid #9e9e9e;
          width: 220px;
          margin-bottom: 10px;
          margin-right: 8px; }
          .casino-responsive .main .text-buttons .inner-container .download input::-moz-placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #a1a2a4; }
          .casino-responsive .main .text-buttons .inner-container .download input:-ms-input-placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #a1a2a4; }
          .casino-responsive .main .text-buttons .inner-container .download input::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #a1a2a4; }
          .casino-responsive .main .text-buttons .inner-container .download input:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #a1a2a4; }
          .casino-responsive .main .text-buttons .inner-container .download input::-ms-input-placeholder {
            /* Microsoft Edge */
            color: #a1a2a4; }
          .casino-responsive .main .text-buttons .inner-container .download input.clickable + nobr a {
            background-color: #63b700; }
        .casino-responsive .main .text-buttons .inner-container .download .send-button {
          background-color: #63b700;
          color: #fff;
          text-decoration: none;
          font-size: 16px;
          font-weight: bold;
          border-radius: 4px;
          padding: 11px 20px;
          transition: all 0.2s linear;
          display: inline-block;
          cursor: pointer; }
          .casino-responsive .main .text-buttons .inner-container .download .send-button.disabled {
            background-color: #9e9e9e;
            cursor: not-allowed; }
        .casino-responsive .main .text-buttons .inner-container .buttons img {
          height: 42px;
          padding: 0 5px; }
        .casino-responsive .main .text-buttons .inner-container .prereg-offer-terms {
          margin: 20px 0;
          color: #c4c4c4; }

@media (max-width: 1000px) {
  .casino-responsive .main .phone img {
    width: 300px; } }

@media (max-width: 770px) {
  .casino-responsive .main {
    display: flex;
    flex-direction: column-reverse; }
    .casino-responsive .main .phone {
      width: calc(100% - 60px);
      flex-direction: column;
      padding: 20px 30px 0 30px;
      height: auto; }
      .casino-responsive .main .phone .diagonal {
        display: none; }
      .casino-responsive .main .phone .diagonal-small {
        display: block;
        transform: rotate(-2deg);
        position: absolute;
        bottom: -15px;
        left: 0;
        height: 40px;
        width: 100vw;
        background-color: #ffffff; }
      .casino-responsive .main .phone .text {
        display: block;
        color: #ffffff; }
        .casino-responsive .main .phone .text p {
          margin-bottom: 0; }
      .casino-responsive .main .phone img {
        width: 250px; }
    .casino-responsive .main .text-buttons {
      width: calc(100% - 60px);
      padding: 10px 20px 40px 20px;
      text-align: center; }
      .casino-responsive .main .text-buttons .inner-container h1,
      .casino-responsive .main .text-buttons .inner-container p {
        display: none; }
      .casino-responsive .main .text-buttons .inner-container h2 {
        font-size: 18px;
        margin: 0 0 20px 0; }
      .casino-responsive .main .text-buttons .inner-container p.legal {
        display: block;
        margin-top: 20px; }
      .casino-responsive .main .text-buttons .inner-container .download {
        display: none; }
      .casino-responsive .main .text-buttons .inner-container .buttons {
        display: block; } }

.spinner {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  z-index: 100; }
  .spinner.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
  .spinner.small {
    width: 40px;
    height: 40px; }
  .spinner div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #ffffff;
    border-radius: 50%;
    -webkit-animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ffffff transparent transparent transparent; }
    .spinner div.small {
      width: 27px;
      height: 27px; }
    .spinner div:nth-child(1) {
      -webkit-animation-delay: -0.45s;
              animation-delay: -0.45s; }
    .spinner div:nth-child(2) {
      -webkit-animation-delay: -0.3s;
              animation-delay: -0.3s; }
    .spinner div:nth-child(3) {
      -webkit-animation-delay: -0.15s;
              animation-delay: -0.15s; }

@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.jackpot-other-winner__wrapper {
  background-color: #222222;
  border-radius: 4px;
  display: flex;
  height: 40px;
  left: 39%;
  margin-right: 36px;
  padding-top: 6px;
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 300px; }
  @media (max-width: 870px) {
    .jackpot-other-winner__wrapper {
      left: 35%; } }
  @media (max-width: 875px) {
    .jackpot-other-winner__wrapper {
      left: 30%; } }
  @media (max-width: 730px) {
    .jackpot-other-winner__wrapper {
      left: 20%; } }
  @media (max-width: 640px) {
    .jackpot-other-winner__wrapper {
      left: 13%; } }
  @media (max-width: 610px) {
    .jackpot-other-winner__wrapper {
      left: 11%; } }
  .jackpot-other-winner__wrapper .divider {
    border: 1px solid #5c5c5c;
    box-sizing: border-box;
    height: 28px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 4px;
    top: 8px; }

.jackpot-other-winner__money-bag {
  height: 16px;
  margin: auto 16px;
  padding-top: 8px;
  width: 14px; }

.jackpot-other-winner__message {
  color: #ffffff;
  font-size: 10px;
  line-height: 12px;
  margin: auto 4px auto 2px;
  padding-bottom: 6px; }

.jackpot-other-winner__progress {
  padding-right: 2px; }

.jackpot-winner__wrapper {
  background-color: #000000;
  display: table-cell;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }

.jackpot-winner__winner {
  display: block;
  margin: 0 auto;
  padding: 4px;
  text-align: center;
  width: 280px; }

.jackpot-winner__win-announcement {
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%;
  z-index: 5000; }

.jackpot-winner__jackpot-box {
  width: 340px; }

.jackpot-winner__amount {
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: 43%;
  width: 100%; }

.jackpot-winner__continue-btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  top: 85%;
  width: 100%; }

.casino__icon--final {
  height: 12px;
  width: 31px;
  background-image: url("https://sportsbook.draftkings.com/static/icons/icon-final.png");
  background-repeat: no-repeat; }

.jackpot-balance {
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  height: 30px;
  width: 100%;
  display: flex;
  overflow-y: hidden; }
  .jackpot-balance .jackpot-balance-inner {
    display: flex;
    margin: 0 auto; }
    .jackpot-balance .jackpot-balance-inner .jackpot-money-bag {
      width: 15px;
      margin-top: 7px;
      margin-left: 4px;
      height: 16px; }
      @media (max-width: 1184px) {
        .jackpot-balance .jackpot-balance-inner .jackpot-money-bag {
          width: 13px;
          height: 14px; } }
      @media (max-width: 870px) {
        .jackpot-balance .jackpot-balance-inner .jackpot-money-bag {
          width: 14px;
          height: 15px; } }
      @media (max-width: 724px) {
        .jackpot-balance .jackpot-balance-inner .jackpot-money-bag {
          width: 11px;
          height: 13px; } }
      @media (max-width: 402px) {
        .jackpot-balance .jackpot-balance-inner .jackpot-money-bag {
          width: 9px;
          height: 12px; } }
    .jackpot-balance .jackpot-balance-inner .jackpot-balance-label {
      margin-left: 6px;
      font-family: 'Saira Condensed';
      font-weight: bold;
      font-size: 17px;
      line-height: 30px;
      text-transform: uppercase;
      color: #fff6b1;
      background: linear-gradient(349.06deg, #dea216 6.81%, #f5dc81 36.39%, #efcd65 37.85%, #fff6b1 61.33%, #f3d677 74.4%);
      -webkit-background-clip: text;
      -moz-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      -moz-text-fill-color: transparent; }
      @media (max-width: 1184px) {
        .jackpot-balance .jackpot-balance-inner .jackpot-balance-label {
          font-size: 16px;
          margin-left: 5px; } }
      @media (max-width: 870px) {
        .jackpot-balance .jackpot-balance-inner .jackpot-balance-label {
          font-size: 18px;
          margin-left: 4px; } }
      @media (max-width: 724px) {
        .jackpot-balance .jackpot-balance-inner .jackpot-balance-label {
          font-size: 13px;
          margin-left: 3px; } }
      @media (max-width: 402px) {
        .jackpot-balance .jackpot-balance-inner .jackpot-balance-label {
          margin-left: 2px;
          font-size: 12px; } }
    .jackpot-balance .jackpot-balance-inner .jackpot-balance-amount {
      color: #ffffff;
      line-height: 30px;
      margin-left: 2px;
      font-size: 15px; }
      @media (max-width: 1184px) {
        .jackpot-balance .jackpot-balance-inner .jackpot-balance-amount {
          font-size: 14px; } }
      @media (max-width: 870px) {
        .jackpot-balance .jackpot-balance-inner .jackpot-balance-amount {
          font-size: 16px; } }
      @media (max-width: 724px) {
        .jackpot-balance .jackpot-balance-inner .jackpot-balance-amount {
          font-size: 12px; } }
      @media (max-width: 402px) {
        .jackpot-balance .jackpot-balance-inner .jackpot-balance-amount {
          font-size: 11px; } }
  .jackpot-balance.multilevel.jackpot-slides {
    background: rgba(0, 0, 0, 0.7);
    text-align: center; }
    .jackpot-balance.multilevel.jackpot-slides .jackpot-slide {
      opacity: 1;
      color: #ffffff;
      line-height: 28px;
      font-size: 15px;
      margin: 0 auto; }
      .jackpot-balance.multilevel.jackpot-slides .jackpot-slide.no-balance-amount .jackpot-balance-inner .progress-bar {
        margin: 0 auto;
        width: 98px; }
        @media (max-width: 1184px) {
          .jackpot-balance.multilevel.jackpot-slides .jackpot-slide.no-balance-amount .jackpot-balance-inner .progress-bar {
            width: 93px; } }
        @media (max-width: 870px) {
          .jackpot-balance.multilevel.jackpot-slides .jackpot-slide.no-balance-amount .jackpot-balance-inner .progress-bar {
            width: 104px; } }
        @media (max-width: 724px) {
          .jackpot-balance.multilevel.jackpot-slides .jackpot-slide.no-balance-amount .jackpot-balance-inner .progress-bar {
            width: 75px; } }
        @media (max-width: 402px) {
          .jackpot-balance.multilevel.jackpot-slides .jackpot-slide.no-balance-amount .jackpot-balance-inner .progress-bar {
            width: 70px; } }
      .jackpot-balance.multilevel.jackpot-slides .jackpot-slide.no-balance-amount .jackpot-balance-inner .jackpot-balance-label {
        text-align: center;
        width: 100%;
        margin: auto; }
      .jackpot-balance.multilevel.jackpot-slides .jackpot-slide .jackpot-balance-inner {
        position: relative; }
        .jackpot-balance.multilevel.jackpot-slides .jackpot-slide .jackpot-balance-inner .jackpot-balance-label {
          margin: 0; }
    .jackpot-balance.multilevel.jackpot-slides .progress-bar {
      position: absolute;
      bottom: 22px;
      left: 0;
      right: 1px;
      height: 1px; }

.free-credit-winnings {
  display: inline-flex;
  background: #ffd754;
  border-radius: 3px 0px 0px 3px;
  padding: 3px;
  flex-wrap: nowrap;
  align-items: center;
  color: #ffffff; }
  .free-credit-winnings .symbol {
    display: flex;
    border-color: #ffd754;
    margin: 5px;
    padding: 5px;
    width: 15px;
    color: #ffd754;
    background-color: #333333;
    border-radius: 50%;
    justify-content: center;
    font-size: 17px;
    line-height: 14px; }
  .free-credit-winnings .winnings {
    display: inline-flex;
    background-color: #333333;
    align-items: center;
    font-family: 'Open Sans', sans-serif; }
    .free-credit-winnings .winnings .winnings-title {
      padding: 10px;
      font-size: 14px;
      line-height: 111.75%;
      font-size: 15px;
      white-space: nowrap; }
      @media (max-width: 724px) {
        .free-credit-winnings .winnings .winnings-title {
          display: none; } }
    .free-credit-winnings .winnings .winnings-divider {
      border-left: 2.56px solid #ffd754;
      align-self: stretch; }
      @media (max-width: 724px) {
        .free-credit-winnings .winnings .winnings-divider {
          display: none; } }
    .free-credit-winnings .winnings .winnings-value {
      padding: 10px;
      color: #61b510;
      font-size: 16px;
      line-height: 14px; }

.pot-information__wrapper {
  background-color: #242424;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 100%; }

.pot-information__amount {
  background: linear-gradient(45deg, #f7d002 100%, #f6b700 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 16px;
  line-height: 20px; }

.pot-information__name {
  color: #ababab;
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase; }

.pot-information__wrapper.dark {
  background-color: rgba(0, 0, 0, 0); }

.multi-pot-information__wrapper {
  background-color: #242424;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap; }

.multi-pot-information__row-pot {
  display: flex;
  flex-grow: 1;
  align-items: center; }

.multi-pot-information__row-pot:not(:last-child):after {
  background: #373737;
  content: '';
  height: 82%;
  width: 1px; }

.multi-pot-information__grid-pot {
  display: flex;
  flex-basis: 50%; }

.multi-pot-information__grid-pot:nth-child(n + 3) {
  border-top: 1px solid #373737; }

.multi-pot-information__grid-pot:nth-child(odd):after {
  background: #373737;
  content: '';
  height: 100%;
  width: 1px; }

.multi-pot-information__wrapper.dark {
  background-color: rgba(0, 0, 0, 0); }

.jackpot-information__money-bag {
  height: 17px;
  margin: auto 4px;
  width: 14px; }

.jackpot-information__label {
  background: linear-gradient(349.06deg, #dea216 6.81%, #f5dc81 36.39%, #efcd65 37.85%, #fff6b1 61.33%, #f3d677 74.4%);
  background-clip: text;
  color: #fff6b1;
  font-family: 'Saira Condensed';
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  padding-top: 2px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent; }

.jackpot-information__terms {
  color: #ffffff;
  display: contents;
  font-weight: 700; }

.game-bar {
  height: 46px;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #222222 0%, #2c2c2c 100%);
  --close-btn-width: 28px;
  --fullscreen-btn-width: 28px;
  --icon-top: 11px;
  --icon-height: 24px;
  --divider-width: 1px;
  display: flex;
  justify-content: flex-start;
  z-index: 9999; }
  .game-bar .logo-container {
    display: inline-flex;
    flex: 1;
    justify-content: flex-start; }
    .game-bar .logo-container .logo {
      outline: none;
      width: 218px;
      height: 46px;
      background-size: 100%;
      position: absolute;
      top: 5px;
      left: 5px;
      z-index: 1;
      background: url(/app-assets/1a3b3df07856beaad73fd0e00627d2c7.png) no-repeat;
      background-size: 218px; }
      @media not all and (max-width: 724px) {
        .game-bar .logo-container .logo.pa-logo {
          background: url(/app-assets/673ed705f10b748cdd1760be950c1009.png) no-repeat;
          background-size: 192px; } }
      @media (max-width: 724px) {
        .game-bar .logo-container .logo {
          background: url(/app-assets/524bbeab5efb2f040bc817233f9c89f7.png) no-repeat;
          background-size: 38px;
          width: 38px; } }
  .game-bar .game-controller-container {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    align-items: center;
    --margin: 10px; }
    .game-bar .game-controller-container .fullscreen-btn {
      background: url(/app-assets/9696923b3cedd72bd444883dd9c4e0c6.png) no-repeat;
      background-color: transparent;
      outline: none;
      border: none;
      background-size: 100%;
      height: var(--icon-height);
      width: var(--fullscreen-btn-width);
      cursor: pointer; }
      .game-bar .game-controller-container .fullscreen-btn:active {
        background: url(/app-assets/0d5d3a3d9bd7d8f9bb151320b0c329d3.png) no-repeat;
        background-size: 100%; }
    .game-bar .game-controller-container .cancel-fullscreen-btn {
      background: url(/app-assets/d5c4b6b66032c46c2d91658458ce6027.png) no-repeat;
      background-color: transparent;
      outline: none;
      border: none;
      background-size: 98%;
      height: var(--icon-height);
      width: var(--fullscreen-btn-width);
      cursor: pointer; }
      .game-bar .game-controller-container .cancel-fullscreen-btn:active {
        background: url(/app-assets/5b0b3a693fea5bd47706641102dd0859.png) no-repeat;
        background-size: 100%; }
    .game-bar .game-controller-container .divider {
      box-sizing: border-box;
      top: 9px;
      height: 28px;
      margin-right: var(--margin);
      margin-left: var(--margin);
      border: var(--divider-width) solid #5c5c5c; }
    .game-bar .game-controller-container .close-btn {
      background: url(/app-assets/cb455bd4a5ab78a1423ace4b81e2b94f.png) no-repeat;
      background-color: transparent;
      border: none;
      outline: none;
      background-size: 100%;
      height: var(--icon-height);
      width: var(--close-btn-width);
      padding: 0px;
      cursor: pointer; }
      .game-bar .game-controller-container .close-btn:active {
        background: url(/app-assets/eaa05579292ef4c1022c8e19359b4ef1.png) no-repeat;
        background-size: 100%; }
    .game-bar .game-controller-container .deposit-link,
    .game-bar .game-controller-container .play-cash-game-link {
      background: linear-gradient(#5ead00, #5ead00);
      margin-right: var(--margin);
      padding: 4px 24px;
      text-decoration: none;
      color: #fff;
      letter-spacing: 0.2px;
      border-radius: 2px;
      font-weight: 700;
      font-size: 14px;
      line-height: normal; }
      .game-bar .game-controller-container .deposit-link:hover,
      .game-bar .game-controller-container .play-cash-game-link:hover {
        background: linear-gradient(#79c600, #79c600); }
      .game-bar .game-controller-container .deposit-link:visited,
      .game-bar .game-controller-container .play-cash-game-link:visited {
        color: #fff; }
      .game-bar .game-controller-container .deposit-link:active,
      .game-bar .game-controller-container .play-cash-game-link:active {
        top: 10px;
        border-radius: 2px;
        background-color: #61b510;
        box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.77); }
    .game-bar .game-controller-container .free-credit-winnings {
      margin-right: 5px;
      padding: 2px; }

.time-reminder-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  z-index: 9999;
  font-family: 'Open Sans', sans-serif; }
  .time-reminder-modal .expose {
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer; }
  .time-reminder-modal__wrapper {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #ffffff;
    width: 300px;
    min-height: 200px;
    padding: 30px;
    box-sizing: border-box;
    text-align: left; }
    .time-reminder-modal__wrapper .casino__icon--ex {
      fill: #000000;
      float: right;
      position: absolute;
      right: 9px;
      top: 11px;
      width: 16px;
      height: 16px; }
    .time-reminder-modal__wrapper h3 {
      margin: 0;
      font-size: 20px;
      color: #424242;
      font-weight: 700;
      line-height: normal; }
    .time-reminder-modal__wrapper p {
      font-size: 14px; }
    .time-reminder-modal__wrapper a {
      text-decoration: none;
      color: #00bcd4; }
  .time-reminder-modal__ok-button {
    width: 100%;
    cursor: pointer;
    border: 0;
    outline: 0 none;
    height: 34px;
    background: #5ea200;
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700; }

.playspan-footer {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  z-index: 99999;
  position: fixed;
  width: 100%;
  background-color: #000000;
  color: #626262;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  bottom: 0;
  padding: 8px 16px;
  box-sizing: border-box;
  border-top: 1px solid #424242; }
  @media (max-width: 724px) {
    .playspan-footer {
      justify-content: center;
      flex-direction: column; } }
  @media (max-width: 724px) and (max-width: 724px) {
    .playspan-footer.thick-footer-for-mobile {
      height: 68px; } }

.playspan-timing {
  display: flex; }
  .playspan-timing .playspan-last-login-time:after {
    content: '| ';
    white-space: pre; }
  .playspan-timing .playspan-session-time:before {
    content: '| '; }
  @media (max-width: 724px) {
    .playspan-timing {
      justify-content: center;
      flex-direction: column; }
      .playspan-timing .playspan-last-login-time:after {
        content: ''; }
      .playspan-timing .playspan-session-time:before {
        content: ''; } }

.in-game {
  justify-content: flex-end; }

.carousel-lobby {
  align-items: center; }

.jackpot-modal {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
  height: 100vh;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999; }
  .jackpot-modal .body {
    align-items: center;
    background-color: #ffffff;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    left: 50%;
    padding: 24px;
    position: absolute;
    text-align: center;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    width: 295px; }
    .jackpot-modal .body .jackpot-modal-buttons {
      align-items: center;
      display: flex;
      flex-direction: column;
      padding-top: 24px;
      width: 100%; }
    .jackpot-modal .body .jackpot-modal-header {
      font-size: 24px;
      font-weight: bold;
      line-height: 32px;
      padding-bottom: 8px; }
  .jackpot-modal .expose {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    height: 100vh;
    overflow: auto;
    width: 100vw; }

.game-container-wrapper {
  background: #323232;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 34px;
  width: 100%;
  z-index: 999;
  padding-top: 46px; }
  .game-container-wrapper .game-container {
    z-index: 999;
    position: relative; }
    .game-container-wrapper .game-container .game-container-iFrame {
      z-index: 999;
      position: absolute;
      left: 0;
      top: 0;
      width: inherit;
      height: inherit;
      background: #000000; }
    .game-container-wrapper .game-container .spinner div {
      z-index: 998; }
  @media (max-width: 724px) {
    .game-container-wrapper.thick-footer-for-mobile {
      bottom: 68px; } }

.age-check-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  z-index: 99999; }
  .age-check-modal .expose {
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer; }
  .age-check-modal .body {
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 306px;
    min-height: 200px;
    color: #000000; }
    .age-check-modal .body .casino__icon--ex {
      fill: #000000;
      position: absolute;
      top: 11px;
      right: 11px;
      width: 20px;
      height: 20px;
      cursor: pointer; }
    .age-check-modal .body .body-inner {
      width: 274px;
      margin: 64px 16px 24px 16px; }
      .age-check-modal .body .body-inner.verify-age {
        height: 209px; }
      .age-check-modal .body .body-inner.not-allowed {
        height: 97px; }
      .age-check-modal .body .body-inner h2 {
        margin-top: 0;
        font-size: 18px; }
      .age-check-modal .body .body-inner p {
        font-size: 18px;
        font-weight: normal; }
      .age-check-modal .body .body-inner .footer-buttons {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        .age-check-modal .body .body-inner .footer-buttons.vertical {
          flex-direction: column; }
          .age-check-modal .body .body-inner .footer-buttons.vertical.margin {
            margin-top: 30px; }
        .age-check-modal .body .body-inner .footer-buttons .modal-button {
          outline: 0 none;
          border: none;
          border-radius: 4px;
          color: #ffffff;
          background: #63b700;
          font-weight: bold;
          cursor: pointer;
          text-decoration: none;
          font-size: 16px;
          height: 42px;
          width: 274px; }
          .age-check-modal .body .body-inner .footer-buttons .modal-button.over-21 {
            line-height: 40px; }
          .age-check-modal .body .body-inner .footer-buttons .modal-button.not-over-21 {
            background: #ffffff;
            margin-top: 15px;
            color: #4a4a4a;
            cursor: pointer;
            text-decoration: none;
            border: 1px solid #4a4a4a; }

.game-container-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999; }
  .game-container-modal .body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #ffffff;
    padding-top: 20px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    width: 60vw;
    min-width: 270px;
    color: #000000;
    overflow: auto; }
    .game-container-modal .body h2 {
      font-size: 24px;
      color: #424242;
      margin: 24px 0 8px 0;
      font-weight: 700;
      line-height: normal; }
    .game-container-modal .body h4 {
      font-size: 14px;
      color: #505050;
      font-weight: normal;
      margin: 0; }
    .game-container-modal .body .casino__icon--ex {
      fill: #000000;
      position: absolute;
      top: 11px;
      right: 11px;
      width: 20px;
      height: 20px;
      cursor: pointer; }
    .game-container-modal .body .checkbox {
      margin: 10px 0 10px 0; }
    .game-container-modal .body a {
      text-decoration: none;
      color: #505050; }
    .game-container-modal .body .error {
      color: #ea242e; }
    .game-container-modal .body .disclaimer {
      color: #9e9e9e; }
    .game-container-modal .body .footer-buttons {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .game-container-modal .body .footer-buttons.vertical {
        flex-direction: column; }
        .game-container-modal .body .footer-buttons.vertical.margin {
          margin-top: 30px; }
      .game-container-modal .body .footer-buttons .modal-button {
        outline: 0 none;
        border: none;
        text-transform: uppercase;
        color: #ffffff;
        background: #63b700;
        padding: 12px 25px;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
        font-size: 16px;
        min-width: 225px;
        border-radius: 4px; }
        .game-container-modal .body .footer-buttons .modal-button.secondary {
          background: #626262; }
        .game-container-modal .body .footer-buttons .modal-button.secondary-cta {
          background: none;
          color: #505050;
          border: 1px solid #626262;
          text-transform: none;
          margin-top: 15px; }
        .game-container-modal .body .footer-buttons .modal-button.balance-link {
          text-align: center;
          padding-right: 0;
          padding-left: 0; }
        .game-container-modal .body .footer-buttons .modal-button.noclick {
          cursor: default;
          padding: 0; }
      .game-container-modal .body .footer-buttons .secondary-text {
        margin-top: 15px;
        color: #505050;
        cursor: pointer;
        text-decoration: none;
        text-transform: uppercase; }

@media only screen and (max-width: 984px) and (orientation: landscape) {
  .game-container-modal .body {
    width: 90vw;
    min-width: 270px;
    padding: 10px;
    display: flex;
    flex-direction: row; }
    .game-container-modal .body .confirm-body {
      max-height: 30vw;
      padding: 10px;
      overflow: auto; }
    .game-container-modal .body h2 {
      margin: 10px 0 8px 0; } }

.download-app-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999; }
  .download-app-modal .body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: 'SF Pro Text', sans-serif;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    width: 90vw;
    min-height: 250px;
    min-width: 200px;
    max-width: 350px; }
    .download-app-modal .body .casino__icon--ex {
      fill: #ffffff;
      position: absolute;
      top: 11px;
      right: 11px;
      width: 20px;
      height: 20px;
      cursor: pointer; }
    .download-app-modal .body .banner {
      background-image: url("https://sportsbook.draftkings.com/static/icons/DownloadAppBanner.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      width: 100%;
      height: 200px;
      margin-bottom: 20px;
      max-width: 350px; }
      .download-app-modal .body .banner .text {
        font-family: 'Saira Condensed', sans-serif;
        font-size: 40px;
        font-weight: 600;
        color: #ffffff;
        padding: 60px 20px 0 20px;
        text-transform: uppercase;
        line-height: 37px; }
    .download-app-modal .body .cta {
      color: #000000;
      font-size: 12px;
      line-height: 17px;
      padding: 0 20px; }
    .download-app-modal .body .button {
      width: 90%;
      height: 56px;
      background: #63b700;
      text-transform: uppercase;
      text-decoration: none;
      color: #ffffff;
      font-size: 16px;
      font-weight: 550;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 20px; }

.free-credits-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999; }
  .free-credits-modal .body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #ffffff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    width: 290px;
    color: #2f2f2f;
    line-height: 22px;
    background: linear-gradient(180deg, #ebebeb 0%, #ffffff 82.95%);
    border-radius: 6px;
    overflow: auto; }
    .free-credits-modal .body h2 {
      font-size: 18px;
      font-weight: 700;
      margin: 12px 0 8px 0;
      color: #000000;
      line-height: normal; }
    .free-credits-modal .body h4 {
      font-weight: normal;
      text-align: center;
      font-size: 14px;
      margin-top: 17px;
      margin-left: 21px;
      margin-right: 21px; }
    .free-credits-modal .body .cash-balance {
      font-size: 14px;
      line-height: 22px;
      font-weight: 700; }
      .free-credits-modal .body .cash-balance span {
        color: #61b510; }
    .free-credits-modal .body .casino__icon--ex {
      fill: #000000;
      position: absolute;
      top: 11px;
      right: 11px;
      width: 20px;
      height: 20px;
      cursor: pointer; }
    .free-credits-modal .body .checkbox {
      margin: 10px 0 10px 0; }
    .free-credits-modal .body a {
      text-decoration: none;
      color: #505050; }
    .free-credits-modal .body .error {
      color: #ea242e; }
    .free-credits-modal .body .disclaimer {
      color: #9e9e9e; }
    .free-credits-modal .body .footer-buttons {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .free-credits-modal .body .footer-buttons.vertical {
        flex-direction: column; }
        .free-credits-modal .body .footer-buttons.vertical.margin {
          margin-top: 15px; }
      .free-credits-modal .body .footer-buttons .modal-button {
        outline: 0 none;
        color: #ffffff;
        background: #61b510;
        padding: 12px 25px;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
        font-size: 18px;
        width: 271px;
        text-transform: none;
        margin: 8px;
        border-radius: 2px; }
        .free-credits-modal .body .footer-buttons .modal-button.secondary {
          background: none;
          color: #525252;
          border: 1px solid #6d6d6d; }
        .free-credits-modal .body .footer-buttons .modal-button.balance-link {
          padding-left: 0;
          padding-right: 0;
          text-align: center; }
        .free-credits-modal .body .footer-buttons .modal-button.noclick {
          cursor: default;
          padding: 0; }
        .free-credits-modal .body .footer-buttons .modal-button.link {
          text-align: center;
          padding: 12px 0; }
      .free-credits-modal .body .footer-buttons .secondary-text {
        margin-top: 15px;
        color: #505050;
        cursor: pointer;
        text-decoration: none;
        text-transform: uppercase; }

.not-allowed-list {
  list-style-type: none;
  margin: 20px 40px;
  padding: 0; }
  .not-allowed-list li {
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px 0; }
    .not-allowed-list li img {
      width: 20px;
      height: 20px;
      margin-right: 15px; }

.failure__image {
  display: block;
  height: 300px;
  margin: 0 auto;
  width: 300px; }

.outer-wrapper {
  min-height: 60vh;
  padding: 10px; }

.ReactModal__Overlay--after-open {
  z-index: 100; }

.cell-image {
  padding-right: 3px;
  vertical-align: middle;
  height: 16px;
  width: 16px; }

.green-check-indicator {
  height: 100%;
  width: 100%; }

.leaderboard-card-logo {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.leaderboard-card-logo-wrapper {
  min-height: 191px;
  width: 274px;
  margin-left: auto;
  margin-right: auto; }
  .leaderboard-card-logo-wrapper .leaderboard-card-logo {
    max-height: 191px;
    max-width: 250px; }

.leaderboard-card-logo-wrapper.horizontal {
  min-height: 84px;
  width: 35%; }
  .leaderboard-card-logo-wrapper.horizontal .leaderboard-card-logo {
    max-height: 81px;
    max-width: 100%; }

.summary-card-wrapper:hover {
  cursor: pointer; }

.flex-grow :nth-child(1) :nth-child(1) {
  flex: 1 1 0; }

.flex-grow :nth-child(1) :nth-child(2) {
  flex: 1.5 1 0; }

.terms-and-conditions-modal__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 191px;
  max-width: 250px; }

.terms-and-conditions-modal__logo-wrapper {
  min-height: 191px;
  min-width: 250px; }

.summary-card-wrapper:hover {
  cursor: pointer; }

.leaderboard-lobby {
  min-height: 80vh;
  padding: 64px 8px 88px 8px; }
  @media (max-height: 820px) {
    .leaderboard-lobby {
      padding: 16px 8px 88px 8px; } }
  .leaderboard-lobby__title-container {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    line-height: 52px;
    margin: 0;
    min-width: 0;
    padding-top: 16px;
    padding-left: 8px; }
    @media (max-width: 724px) {
      .leaderboard-lobby__title-container {
        font-size: 24px;
        line-height: 32px; } }

.leaderboard-overlay-images__background-image-wrapper {
  height: 269px;
  width: 100%; }

.leaderboard-overlay-images__background {
  background: url(/app-assets/5d65195f219eb7a65f182a595bb52ecf.png) no-repeat bottom left;
  height: 269px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 100%; }

.leaderboard-overlay-images__gradient {
  height: 110px;
  margin-bottom: -4px;
  margin-top: -82px;
  position: relative;
  width: 100%; }

.leaderboard-overlay-images__leaderboard-logo {
  height: 256px;
  left: 50%;
  margin-left: -172px;
  position: absolute;
  top: 120px;
  width: 345px;
  z-index: 99; }
  .leaderboard-overlay-images__leaderboard-logo.native-app {
    top: 72px; }

.leaderboard-title-header__dates {
  white-space: pre; }

.leaderboard-title-header__primary-header {
  color: #ffffff;
  font-family: Saira Condensed;
  font-size: 44px;
  font-style: normal;
  font-weight: bold;
  line-height: 40px;
  margin-top: 48px;
  padding: 0 8px;
  text-align: center; }
  @media (max-width: 600px) {
    .leaderboard-title-header__primary-header {
      font-size: 24px;
      line-height: 24px; } }

.leaderboard-title-header__secondary-header {
  color: #ffffff;
  display: flex;
  font-family: Saira Condensed;
  font-size: 30px;
  font-style: normal;
  line-height: 38px;
  margin: 16px auto 0 auto;
  padding: 0 8px;
  text-align: center; }
  @media (max-width: 724px) {
    .leaderboard-title-header__secondary-header {
      display: block; }
      .leaderboard-title-header__secondary-header span {
        display: none; } }
  @media (max-width: 600px) {
    .leaderboard-title-header__secondary-header {
      font-size: 16px;
      line-height: 24px; } }
  @media (max-width: 600px) and (min-width: 402px) {
    .leaderboard-title-header__secondary-header {
      display: flex; }
      .leaderboard-title-header__secondary-header span {
        display: inline-block; } }

.ranking-cell__header {
  font-size: 14px;
  line-height: 20px;
  text-align: center; }
  @media (max-width: 600px) {
    .ranking-cell__header {
      font-size: 12px; } }

.ranking-cell__body {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center; }
  @media (max-width: 600px) {
    .ranking-cell__body {
      font-size: 18px;
      line-height: 24px; } }

.user-ranking__header {
  color: white;
  font-family: Saira Condensed;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: center; }
  @media (max-width: 600px) {
    .user-ranking__header {
      font-size: 24px; } }

.how-to-play {
  display: flex;
  flex-flow: column;
  width: 354px; }
  @media (max-width: 600px) {
    .how-to-play {
      align-items: center; } }

.how-to-play-header {
  color: #ffffff;
  font-family: Saira Condensed;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  text-align: center; }
  @media (max-width: 600px) {
    .how-to-play-header {
      font-size: 24px; } }

.how-to-play-info {
  display: flex;
  margin-top: 16px;
  width: 354px; }

.how-to-play-row {
  display: flex;
  width: 354px; }
  .how-to-play-row .how-to-play-text {
    padding-left: 20px;
    flex-basis: 75%; }
    .how-to-play-row .how-to-play-text p {
      max-width: 250px;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; }
  .how-to-play-row .how-to-play-image-container {
    height: 84px;
    width: 90px;
    flex-basis: 25%; }
    .how-to-play-row .how-to-play-image-container .how-to-play-image {
      max-height: 72px;
      max-width: 85px;
      margin-left: auto;
      margin-right: auto;
      display: block; }

.images-wrapper {
  text-align: center; }

.text-wrapper {
  margin-left: 24px; }

.amount {
  color: #53d337;
  font-size: 14px;
  font-weight: bold; }

.header {
  color: #ffffff;
  font-family: Saira Condensed;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  text-align: center; }
  @media (max-width: 600px) {
    .header {
      font-size: 24px; } }

.prize-info {
  display: flex; }

.prize-table {
  display: flex;
  flex-flow: column; }

.prizes {
  height: 192px;
  margin-top: 16px;
  overflow: auto; }
  .prizes.extended {
    height: 288px; }

.space {
  flex: 1;
  width: 200px; }

.standings__wrapper {
  color: #ffffff; }
  .standings__wrapper .casino__icon--arrow-up,
  .standings__wrapper .casino__icon--arrow-down {
    height: 9px;
    width: 16px; }

.standings__header {
  font-family: Saira Condensed;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  text-align: center; }

.standings__counter-wrapper {
  font-family: Saira Condensed;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 999; }

.standings__counter {
  align-items: baseline;
  font-size: 36px;
  margin-top: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .standings__counter span {
    font-size: 48px; }

.standings__error-wrapper {
  font-family: Saira Condensed;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 999; }

.standings__table-header {
  font-size: 10px;
  height: 24px;
  line-height: 16px;
  padding: 4px 16px 4px 8px; }

.standings__user-rank {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; }

.arrow-icon {
  margin-left: 4px;
  margin-top: 4px; }

.legal-text {
  margin-top: 24px;
  text-align: center;
  width: 100%; }

.terms {
  margin-bottom: 48px; }

.terms-button-wrapper {
  margin-top: 24px;
  padding-bottom: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }
  .terms-button-wrapper.terms-expanded {
    padding-bottom: 24px; }

.terms-text {
  margin-bottom: 48px; }

.prize-img {
  height: 260px;
  left: calc(50% - 322px / 2 - 0.5px);
  position: absolute;
  top: 8.5px;
  width: 322px; }
  .prize-img__wrapper {
    height: 216px;
    width: 274px; }

.prize-amount {
  background: -webkit-linear-gradient(311.03deg, #dea216 6.81%, #f5dc81 36.39%, #efcd65 37.85%, #fff6b1 61.33%, #f3d677 74.4%);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  filter: drop-shadow(0px 2px 0px #c48a21);
  -webkit-filter: drop-shadow(0px 2px 0px #c48a21);
  -moz-filter: drop-shadow(0px 2px 0px #c48a21);
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-family: Kanit;
  font-size: 32px;
  font-style: italic;
  font-weight: 800;
  left: calc(50% - 309px / 2 - 0.5px);
  line-height: 100%;
  height: 57px;
  position: absolute;
  top: 130px;
  width: 309px;
  z-index: 999; }

.large-prize {
  font-size: 27px;
  top: 135px; }

.attribute-row {
  height: 22px;
  clear: both; }

.attribute-name {
  float: left;
  width: 50%;
  text-align: left; }

.attribute-value {
  float: right;
  width: 50%;
  text-align: left; }

.attribute-value-subtext {
  float: right;
  width: 50%;
  text-align: left;
  font-size: 13px; }

.game-attributes {
  margin-top: 15px;
  width: 289px;
  overflow-y: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  color: #6a6a6a; }
  @media only screen and (max-width: 984px) and (orientation: landscape) {
    .game-attributes {
      overflow-y: visible; } }

.game-image {
  width: 339px;
  height: 339px;
  background-color: #000000;
  position: relative; }
  .game-image img {
    width: 100%; }
  .game-image .free-credit-icon {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    width: 59px;
    height: 59px; }
  .game-image .footer {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 57.61%, rgba(0, 0, 0, 0) 100%);
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 89px;
    width: 339px; }
    .game-image .footer .footer-image {
      width: 29px;
      height: 36px;
      margin-right: 5px;
      position: relative;
      top: 6px; }
    .game-image .footer .footer-label {
      font-family: 'Saira Condensed';
      font-weight: bold;
      font-size: 28px;
      line-height: 130px;
      text-transform: uppercase;
      color: #ffd754;
      background: linear-gradient(349.06deg, #dea216 6.81%, #f5dc81 36.39%, #efcd65 37.85%, #fff6b1 61.33%, #f3d677 74.4%);
      -webkit-background-clip: text;
      -moz-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      -moz-text-fill-color: transparent;
      vertical-align: middle; }
      .game-image .footer .footer-label .footer-amount {
        color: #ffffff;
        -webkit-text-fill-color: currentcolor;
        -moz-text-fill-color: none;
        font-weight: normal; }

@media only screen and (max-width: 984px) and (orientation: landscape) {
  .game-image {
    width: 50%;
    height: auto;
    position: relative; }
    .game-image img {
      width: 100%;
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px; }
    .game-image .footer {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 57.61%, rgba(0, 0, 0, 0) 100%);
      text-align: center;
      position: absolute;
      bottom: 0;
      height: 89px;
      width: 100%; } }

.jackpot {
  border: 1px solid #f7d002;
  box-sizing: border-box; }

.button {
  text-decoration: none; }

@media only screen and (max-width: 984px) and (orientation: landscape) {
  .game-play-buttons {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    width: 100%;
    align-items: center; } }

.bar {
  color: #222222;
  font-size: 17px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  width: 100%; }
  .bar .casino__icon--ex {
    cursor: pointer;
    fill: #000000;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 17px;
    width: 16px; }

#game-title-bar-landscape {
  display: none; }

@media only screen and (max-width: 984px) and (orientation: landscape) {
  #game-title-bar-landscape {
    align-items: center;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    height: 50px;
    width: 50%; }
    #game-title-bar-landscape .casino__icon--ex {
      position: fixed; }
  #game-title-bar-portrait {
    display: none; } }

.jackpot-amount__wrapper {
  background-color: #000000;
  border-radius: 4px;
  display: inline-flex;
  height: 32px;
  margin: 4px 0;
  padding: 0 4px; }

.jackpot-amount__money-bag {
  height: 17px;
  margin: auto 4px;
  width: 14px; }

.jackpot-amount__label {
  background: linear-gradient(349.06deg, #dea216 6.81%, #f5dc81 36.39%, #efcd65 37.85%, #fff6b1 61.33%, #f3d677 74.4%);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  color: #fff6b1;
  font-family: 'Saira Condensed';
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin: 9px 4px auto 0;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent; }

.jackpot-amount__amount {
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  margin: auto 4px auto 2px; }

.jackpot-details__wrapper {
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-top: 15px;
  max-width: 274px;
  padding: 8px;
  text-align: left; }

.jackpot-details__title {
  color: #121212;
  margin: 0; }

.jackpot-details__multilevel-info {
  margin: 4px 0; }

.jackpot-details__copy {
  color: #242424; }

.jackpot-details__terms-link {
  color: #000000;
  font-size: 12px;
  font-weight: bold; }

.game-launch-modal {
  font-family: 'Open Sans', sans-serif;
  height: 100vh;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999; }
  .game-launch-modal .body {
    align-items: center;
    background-color: #ffffff;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    left: 50%;
    padding-bottom: 27px;
    position: absolute;
    text-align: center;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    width: 339px; }
    @media (max-height: 1048px) {
      .game-launch-modal .body {
        top: 0;
        transform: translateX(-50%) translateY(0); } }
  .game-launch-modal .expose {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    overflow: auto;
    width: 100vw; }

@media only screen and (max-width: 984px) and (orientation: landscape) {
  .game-launch-modal .body {
    align-items: stretch;
    flex-direction: row;
    max-height: 366px;
    padding-bottom: 0px;
    overflow: hidden;
    width: 80%; }
    .game-launch-modal .body .game-play {
      align-items: center;
      border-radius: 6px;
      display: flex;
      flex-direction: column;
      overflow: auto;
      width: 50%;
      padding-bottom: 185px;
      position: relative; }
    .game-launch-modal .body .game-play-buttons-wrapper {
      background-color: #ffffff;
      bottom: 0;
      position: fixed;
      z-index: 300; } }

.free-credit-tooltip {
  position: fixed;
  width: 269px;
  height: 111px;
  padding: 22px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-size: 16px;
  line-height: 26px;
  color: #2d2d2d;
  z-index: 1; }
  .free-credit-tooltip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    top: -20px;
    left: 135px; }
  .free-credit-tooltip.bottom-caret:after {
    border-color: #ffffff transparent transparent transparent;
    top: auto;
    bottom: -20px; }

.game-tile {
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 3px;
  padding: 0;
  position: relative; }
  .game-tile .free-credit-icon {
    position: absolute;
    width: 41px;
    height: 41px;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%; }
    @media (max-width: 724px) {
      .game-tile .free-credit-icon {
        width: 35px;
        height: 35px; } }
  .game-tile .game-tile-image-wrapper {
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
    .game-tile .game-tile-image-wrapper.with-border {
      box-shadow: none;
      border: 1px solid #000000;
      box-sizing: border-box; }
    .game-tile .game-tile-image-wrapper.jackpot {
      border: 1px solid #f7d002; }
  .game-tile .image {
    height: 186px;
    width: 186px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 1184px) {
      .game-tile .image {
        height: 141px;
        width: 141px; } }
    @media (max-width: 870px) {
      .game-tile .image {
        width: 196px;
        height: 196px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5); } }
    @media (max-width: 724px) {
      .game-tile .image {
        width: 117px;
        height: 117px;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5); } }
    @media (max-width: 402px) {
      .game-tile .image {
        width: 104px;
        height: 104px; } }
  .game-tile.free-credit .free-credit-balance {
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 100%; }
    .game-tile.free-credit .free-credit-balance .free-credit-balance-label {
      font-family: 'Saira Condensed';
      font-weight: bold;
      font-size: 16px;
      line-height: 30px;
      text-transform: uppercase;
      color: #fff6b1;
      background: linear-gradient(349.06deg, #dea216 6.81%, #f5dc81 36.39%, #efcd65 37.85%, #fff6b1 61.33%, #f3d677 74.4%);
      -webkit-background-clip: text;
      -moz-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      -moz-text-fill-color: transparent;
      vertical-align: middle; }
      @media (max-width: 1184px) {
        .game-tile.free-credit .free-credit-balance .free-credit-balance-label {
          font-size: 16px; } }
      @media (max-width: 870px) {
        .game-tile.free-credit .free-credit-balance .free-credit-balance-label {
          font-size: 18px; } }
      @media (max-width: 724px) {
        .game-tile.free-credit .free-credit-balance .free-credit-balance-label {
          font-size: 14px; } }
      @media (max-width: 402px) {
        .game-tile.free-credit .free-credit-balance .free-credit-balance-label {
          font-size: 13px; } }
  .game-tile .game-name {
    text-align: center;
    text-overflow: ellipsis;
    color: #c4c4c4;
    font-size: 11px;
    line-height: 15px;
    margin-top: 3px;
    height: 15px;
    width: 186px;
    overflow: hidden;
    white-space: nowrap; }
    @media (max-width: 1184px) {
      .game-tile .game-name {
        width: 141px; } }
    @media (max-width: 870px) {
      .game-tile .game-name {
        width: 196px; } }
    @media (max-width: 724px) {
      .game-tile .game-name {
        width: 117px; } }
    @media (max-width: 402px) {
      .game-tile .game-name {
        width: 104px; } }

.games-grid-wrapper {
  margin: auto;
  display: flex;
  flex-direction: column;
  grid-column: 1 / 6; }
  .games-grid-wrapper .games-grid-title {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    margin-top: 21px;
    margin-bottom: 29px;
    padding-left: 10px;
    border-bottom: 1px solid #505050; }
  .games-grid-wrapper .games-grid {
    padding: 10px 32px 0 32px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: auto;
    grid-gap: 20px;
    align-items: stretch; }
    @media (max-width: 870px) {
      .games-grid-wrapper .games-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 26px; } }
    @media (max-width: 724px) {
      .games-grid-wrapper .games-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 17px; } }
    @media (max-width: 480px) {
      .games-grid-wrapper .games-grid {
        padding-left: 0px;
        padding-right: 0px; } }

.content-container__body .games-grid-wrapper .games-grid-title,
.free-credits-games-wrapper.grid-lobby .games-grid-wrapper .games-grid-title {
  width: 1011px;
  line-height: 28px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 21px;
  padding-left: 0; }
  @media (max-width: 1184px) {
    .content-container__body .games-grid-wrapper .games-grid-title,
    .free-credits-games-wrapper.grid-lobby .games-grid-wrapper .games-grid-title {
      width: 788px; } }
  @media (max-width: 870px) {
    .content-container__body .games-grid-wrapper .games-grid-title,
    .free-credits-games-wrapper.grid-lobby .games-grid-wrapper .games-grid-title {
      width: 643px; } }
  @media (max-width: 724px) {
    .content-container__body .games-grid-wrapper .games-grid-title,
    .free-credits-games-wrapper.grid-lobby .games-grid-wrapper .games-grid-title {
      width: 385px; } }
  @media (max-width: 402px) {
    .content-container__body .games-grid-wrapper .games-grid-title,
    .free-credits-games-wrapper.grid-lobby .games-grid-wrapper .games-grid-title {
      width: 345px; } }

.buttonBack___1mlaL {
  cursor: pointer; }

.buttonFirst___2rhFr {
  cursor: pointer; }

.buttonNext___2mOCa {
  cursor: pointer; }

.buttonLast___2yuh0 {
  cursor: pointer; }

.buttonNext___3Lm3s {
  cursor: pointer; }

.dot___3c3SI {
  cursor: pointer; }

.image___xtQGH {
  display: block;
  width: 100%;
  height: 100%; }

.container___2O72F {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.overlay___IV4qY {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  cursor: zoom-in;
  transition: opacity .3s, transform .3s; }

.hover___MYy31,
.loading___1pvNI,
.zoom___3kqYk {
  opacity: 1; }

.imageLoadingSpinnerContainer___3UIPD {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f4f4f4; }

.slide___3-Nqo {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 0;
  margin: 0;
  list-style-type: none; }

.slide___3-Nqo:focus {
  outline: none !important; }

.slideHorizontal___1NzNV {
  float: left; }

.slideInner___2mfX9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.focusRing___1airF {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  pointer-events: none;
  outline-width: 5px;
  outline-style: solid;
  outline-color: Highlight; }

@media (-webkit-min-device-pixel-ratio: 0) {
  .focusRing___1airF {
    outline-style: auto;
    outline-color: -webkit-focus-ring-color; } }

.horizontalSlider___281Ls {
  position: relative;
  overflow: hidden; }

.horizontalSliderTray___1L-0W {
  overflow: hidden;
  width: 100%; }

.verticalSlider___34ZFD {
  position: relative;
  overflow: hidden; }

.verticalSliderTray___267D8 {
  overflow: hidden; }

.verticalTray___12Key {
  float: left; }

.verticalSlideTrayWrap___2nO7o {
  overflow: hidden; }

.sliderTray___-vHFQ {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0; }

.sliderAnimation___300FY {
  transition: transform .5s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: transform; }

.masterSpinnerContainer___1Z6hB {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f4f4f4; }

.spinner___27VUp {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  -webkit-animation-name: a;
          animation-name: a;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border-width: 4px;
  border-style: solid;
  border-top-color: #000;
  border-right-color: #a9a9a9;
  border-bottom-color: #a9a9a9;
  border-left-color: #a9a9a9;
  border-radius: 30px; }

@-webkit-keyframes a {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

@keyframes a {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

.games-carousel-wrapper {
  height: 295px;
  width: 1074px;
  position: relative;
  margin: auto;
  overflow: hidden; }
  @media (max-width: 1184px) {
    .games-carousel-wrapper {
      width: 849px;
      height: 245px; } }
  @media (max-width: 870px) {
    .games-carousel-wrapper {
      width: 704px;
      height: 305px; } }
  @media (max-width: 724px) {
    .games-carousel-wrapper {
      width: 449px;
      height: 225px; } }
  @media (max-width: 480px) {
    .games-carousel-wrapper {
      width: 400px; } }
  @media (max-width: 402px) {
    .games-carousel-wrapper {
      width: 361px; } }
  .games-carousel-wrapper .games-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    align-items: stretch; }
    @media (max-width: 870px) {
      .games-carousel-wrapper .games-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 26px; } }
    @media (max-width: 724px) {
      .games-carousel-wrapper .games-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 17px; } }
  .games-carousel-wrapper button:focus {
    outline: 0; }
  .games-carousel-wrapper .games-carousel-title {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    margin-top: 21px;
    margin-bottom: 19px;
    padding-left: 10px;
    border-bottom: 1px solid #505050;
    grid-column: 1 / 6; }
    @media (max-width: 480px) {
      .games-carousel-wrapper .games-carousel-title {
        padding-left: 17px; } }
    .games-carousel-wrapper .games-carousel-title .pagination-dot-group {
      float: right; }
  .games-carousel-wrapper.largeTile {
    height: 400px; }
  .games-carousel-wrapper .carousel__next-button,
  .games-carousel-wrapper .carousel__back-button {
    z-index: 418;
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    height: 54px;
    width: 54px;
    border-radius: 50%;
    background-color: #212121;
    border: none;
    opacity: 0.7; }
    .games-carousel-wrapper .carousel__next-button:disabled, .games-carousel-wrapper .carousel__next-button[disabled],
    .games-carousel-wrapper .carousel__back-button:disabled,
    .games-carousel-wrapper .carousel__back-button[disabled] {
      display: none; }
    .games-carousel-wrapper .carousel__next-button .carousel-back-btn-text,
    .games-carousel-wrapper .carousel__next-button .carousel-next-btn-text,
    .games-carousel-wrapper .carousel__back-button .carousel-back-btn-text,
    .games-carousel-wrapper .carousel__back-button .carousel-next-btn-text {
      font-weight: 500;
      font-size: 20px;
      line-height: 10px; }
    .games-carousel-wrapper .carousel__next-button:hover,
    .games-carousel-wrapper .carousel__back-button:hover {
      opacity: 1;
      border: 3px solid #a4a4a4;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.75); }
      @media (max-width: 480px) {
        .games-carousel-wrapper .carousel__next-button:hover,
        .games-carousel-wrapper .carousel__back-button:hover {
          border: 1px solid #a4a4a4;
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75); } }
    @media (max-width: 1184px) {
      .games-carousel-wrapper .carousel__next-button,
      .games-carousel-wrapper .carousel__back-button {
        top: 60%; } }
    @media (max-width: 984px) {
      .games-carousel-wrapper .carousel__next-button,
      .games-carousel-wrapper .carousel__back-button {
        top: 60%; } }
    @media (max-width: 870px) {
      .games-carousel-wrapper .carousel__next-button,
      .games-carousel-wrapper .carousel__back-button {
        top: 56%; } }
    @media (max-width: 724px) {
      .games-carousel-wrapper .carousel__next-button,
      .games-carousel-wrapper .carousel__back-button {
        top: 60%; } }
    @media (max-width: 480px) {
      .games-carousel-wrapper .carousel__next-button,
      .games-carousel-wrapper .carousel__back-button {
        top: 60%;
        height: 30px;
        width: 30px; } }
    @media (max-width: 402px) {
      .games-carousel-wrapper .carousel__next-button,
      .games-carousel-wrapper .carousel__back-button {
        top: 57%; } }
  .games-carousel-wrapper .carousel__next-button {
    right: 0px; }
  .games-carousel-wrapper .carousel__back-button {
    left: 0px; }
  .games-carousel-wrapper i {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px; }
    .games-carousel-wrapper i.right {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      margin-right: 5px; }
      @media (max-width: 480px) {
        .games-carousel-wrapper i.right {
          margin-right: 1px; } }
    .games-carousel-wrapper i.left {
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      margin-left: 5px; }
      @media (max-width: 480px) {
        .games-carousel-wrapper i.left {
          margin-left: 1px; } }
    @media (max-width: 480px) {
      .games-carousel-wrapper i {
        padding: 3px;
        margin-bottom: 2px;
        border-width: 0 2px 2px 0; } }
  .games-carousel-wrapper .carousel__dot {
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    border: 1px solid #9b9b9b;
    border-radius: 50%;
    background: transparent;
    display: inline-block;
    padding: 0px;
    margin-left: 10px; }
    .games-carousel-wrapper .carousel__dot:disabled, .games-carousel-wrapper .carousel__dot[disabled] {
      height: 9px;
      width: 9px;
      background-color: #9b9b9b; }

.content-container__body .games-carousel-title {
  width: 1011px;
  line-height: 28px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 21px;
  padding-left: 0; }
  @media (max-width: 1184px) {
    .content-container__body .games-carousel-title {
      width: 788px; } }
  @media (max-width: 870px) {
    .content-container__body .games-carousel-title {
      width: 643px; } }
  @media (max-width: 724px) {
    .content-container__body .games-carousel-title {
      width: 385px; } }
  @media (max-width: 402px) {
    .content-container__body .games-carousel-title {
      width: 345px; } }

.marketing-zone {
  display: flex;
  width: 1010px;
  margin: 10px auto; }
  @media (max-width: 1184px) {
    .marketing-zone {
      width: 785px; } }
  @media (max-width: 870px) {
    .marketing-zone {
      width: 640px; } }
  @media (max-width: 724px) {
    .marketing-zone {
      width: 385px; } }
  @media (max-width: 402px) {
    .marketing-zone {
      width: 346px; } }
  .marketing-zone div {
    margin: 0 10px;
    width: 100%; }
    .marketing-zone div:first-of-type {
      margin-left: 0; }
    .marketing-zone div:last-of-type {
      margin-right: 0; }
    .marketing-zone div a {
      display: block;
      width: 100%;
      height: 100%;
      cursor: pointer; }
      .marketing-zone div a img {
        width: 100%;
        height: 92px; }
    @media (max-width: 870px) {
      .marketing-zone div {
        margin: 0; } }
  .marketing-zone.full .full-zone {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100px;
    margin: 0 auto; }
    .marketing-zone.full .full-zone a {
      width: 100%;
      height: 100%; }
  .marketing-zone.right-middle .right-middle-zone {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100px; }
    @media (max-width: 1010px) {
      .marketing-zone.right-middle .right-middle-zone:first-of-type {
        margin: 0 auto; } }
    @media (max-width: 1184px) {
      .marketing-zone.right-middle .right-middle-zone:first-of-type {
        width: 785px; } }
    @media (max-width: 870px) {
      .marketing-zone.right-middle .right-middle-zone:first-of-type {
        width: 640px; } }
    @media (max-width: 724px) {
      .marketing-zone.right-middle .right-middle-zone:first-of-type {
        width: 385px; } }
    @media (max-width: 402px) {
      .marketing-zone.right-middle .right-middle-zone:first-of-type {
        width: 346px; } }
    .marketing-zone.right-middle .right-middle-zone:last-of-type {
      flex-shrink: 2; }
      @media (max-width: 1010px) {
        .marketing-zone.right-middle .right-middle-zone:last-of-type {
          display: none; } }
    .marketing-zone.right-middle .right-middle-zone a {
      width: 100%;
      height: 100%; }
  .marketing-zone.left-middle .left-middle-zone {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100px; }
    .marketing-zone.left-middle .left-middle-zone:first-of-type {
      flex-shrink: 2; }
      @media (max-width: 1010px) {
        .marketing-zone.left-middle .left-middle-zone:first-of-type {
          display: none; } }
    @media (max-width: 1010px) {
      .marketing-zone.left-middle .left-middle-zone:last-of-type {
        margin: 0 auto; } }
    @media (max-width: 1184px) {
      .marketing-zone.left-middle .left-middle-zone:last-of-type {
        width: 785px; } }
    @media (max-width: 870px) {
      .marketing-zone.left-middle .left-middle-zone:last-of-type {
        width: 640px; } }
    @media (max-width: 724px) {
      .marketing-zone.left-middle .left-middle-zone:last-of-type {
        width: 385px; } }
    @media (max-width: 402px) {
      .marketing-zone.left-middle .left-middle-zone:last-of-type {
        width: 346px; } }
    .marketing-zone.left-middle .left-middle-zone a {
      width: 100%;
      height: 100%; }
  .marketing-zone.triple .triple-zone {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100px; }
    .marketing-zone.triple .triple-zone a {
      width: 100%;
      height: 100%; }
    @media (max-width: 1184px) {
      .marketing-zone.triple .triple-zone:nth-of-type(2) {
        display: none; } }
    @media (max-width: 870px) {
      .marketing-zone.triple .triple-zone:last-of-type {
        display: none; } }
    @media (max-width: 724px) {
      .marketing-zone.triple .triple-zone:last-of-type {
        display: block; } }
    @media (max-width: 402px) {
      .marketing-zone.triple .triple-zone:first-of-type {
        margin: 0 auto;
        width: 346px; }
      .marketing-zone.triple .triple-zone:last-of-type {
        display: none; } }

.promo-button {
  align-items: center;
  background: #121212;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.2px;
  padding: 2px 16px;
  position: relative;
  text-decoration: none; }
  .promo-button.inModal {
    background: rgba(255, 255, 255, 0.7);
    color: #000000; }
  .promo-button.optedIn {
    background-color: #323232;
    box-sizing: border-box;
    color: #626262;
    cursor: default;
    pointer-events: none; }

.promo-card__image {
  position: relative;
  margin-right: 8px;
  height: 147px;
  width: 305px; }
  .promo-card__image img {
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    height: 100%; }
  .promo-card__image .image-card__buttons {
    bottom: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: absolute;
    right: 16px; }
    .promo-card__image .image-card__buttons .image-card__button {
      align-items: center;
      border-radius: 4px;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      margin-right: 12px;
      min-height: 28px;
      min-width: 69px;
      font-size: 12px;
      font-weight: 600; }
      .promo-card__image .image-card__buttons .image-card__button.opt-in {
        background-color: #121212;
        color: #ffffff;
        margin-right: 5px; }
        .promo-card__image .image-card__buttons .image-card__button.opt-in:hover {
          cursor: pointer; }
        .promo-card__image .image-card__buttons .image-card__button.opt-in.optedIn {
          border: 1px solid #505050; }
      .promo-card__image .image-card__buttons .image-card__button .promo-button {
        border-radius: 4px; }
      .promo-card__image .image-card__buttons .image-card__button.view-terms {
        font-family: 'SF Pro Text', sans-serif;
        color: #ffffff;
        cursor: pointer;
        font-weight: 700;
        text-decoration: underline; }

.casino-icon__dk-crown {
  height: 147px;
  position: absolute;
  right: 2px;
  top: 0; }

.promo-card__button {
  align-items: center;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-right: 12px;
  min-height: 28px;
  min-width: 69px; }
  .promo-card__button.opt-in {
    background-color: #121212;
    color: #ffffff;
    margin-right: 5px; }
    .promo-card__button.opt-in:hover {
      cursor: pointer; }
    .promo-card__button.opt-in.optedIn {
      border: 1px solid #505050; }
  .promo-card__button .promo-button {
    border-radius: 4px; }
  .promo-card__button.two-buttons {
    font-size: 12px;
    font-weight: 600; }
  .promo-card__button.view-terms {
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    text-decoration: underline; }

.promo-card__buttons {
  bottom: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: absolute;
  right: 16px; }

.promo-card__content {
  font-family: 'Saira Condensed', sans-serif;
  margin-left: 16px;
  margin-top: 16px;
  text-transform: uppercase; }

.promo-card__description {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  overflow: hidden; }

.promo-card__title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px; }

.promo-card__wrapper {
  background: linear-gradient(118.86deg, #4d4d4d 1.58%, #242424 60.19%), #c4c4c4;
  border-radius: 8px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: default;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-family: 'SF Pro Text', sans-serif;
  height: 147px;
  margin-right: 8px;
  padding: 10px 10px 7px 10px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 305px; }

.promo-terms-modal {
  background: #323232;
  border-radius: 2px;
  color: #ffffff;
  cursor: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  left: 25vw;
  position: fixed;
  top: 10vh;
  width: 50vw;
  z-index: 9999; }
  .promo-terms-modal__body {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 95%;
    justify-content: space-between; }
  .promo-terms-modal__button {
    background-color: #ffffff;
    border-radius: 2px;
    color: #303032;
    margin: 15px 0 20px 0;
    padding: 10px;
    text-align: center;
    width: 50%; }
    .promo-terms-modal__button.optedIn {
      background-color: #323232;
      border: solid 1px #505050;
      box-sizing: border-box;
      color: #626262;
      cursor: default; }
  .promo-terms-modal__close {
    display: flex;
    fill: #ffffff;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 20px;
    margin-top: 15px;
    width: 100%; }
    .promo-terms-modal__close .casino__icon--ex {
      cursor: pointer;
      height: 16px;
      width: 16px; }
  .promo-terms-modal__content {
    max-height: 25vh;
    overflow: auto;
    text-align: left;
    width: 60%; }
  .promo-terms-modal__header {
    border-bottom: 1px solid #9b9b9b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 90%; }
  .promo-terms-modal__image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 15px; }
    .promo-terms-modal__image img {
      max-height: 300px;
      max-width: 100%; }
  @media (max-width: 870px) {
    .promo-terms-modal {
      left: 5vw;
      overflow: scroll;
      width: 90vw; }
      .promo-terms-modal__image img {
        margin-left: 0;
        margin-right: 0;
        width: 50%; } }
  @media (max-height: 525px) {
    .promo-terms-modal {
      top: 0;
      bottom: 0;
      overflow: auto; }
      .promo-terms-modal__image img {
        margin-left: 0;
        margin-right: 0;
        width: 50%; }
      .promo-terms-modal__content {
        min-height: 50vh; } }

.promo-terms-modal-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 9998; }

.carousel__slide:focus .carousel__slide-focus-ring {
  display: none; }

.promo-card-slide-wrapper {
  display: flex;
  flex-direction: column;
  grid-column: 1 / 6;
  margin: auto; }
  .promo-card-slide-wrapper .promo-card-slide {
    align-items: stretch;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: auto;
    margin-left: 10px;
    padding: 10px 32px 0 50px; }
    @media (max-width: 1184px) {
      .promo-card-slide-wrapper .promo-card-slide {
        padding: 10px 32px 0 100px; } }
    @media (max-width: 870px) {
      .promo-card-slide-wrapper .promo-card-slide {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 10px 32px 0 35px; } }
    @media (max-width: 724px) {
      .promo-card-slide-wrapper .promo-card-slide {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 10px 32px 0 60px; } }
    @media (max-width: 480px) {
      .promo-card-slide-wrapper .promo-card-slide {
        padding-left: 0px;
        padding-right: 0px; } }

.content-container__body .promo-card-carousel-title {
  line-height: 28px;
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  width: 1011px; }
  @media (max-width: 1184px) {
    .content-container__body .promo-card-carousel-title {
      width: 788px; } }
  @media (max-width: 870px) {
    .content-container__body .promo-card-carousel-title {
      width: 643px; } }
  @media (max-width: 724px) {
    .content-container__body .promo-card-carousel-title {
      width: 385px; } }
  @media (max-width: 402px) {
    .content-container__body .promo-card-carousel-title {
      width: 345px; } }

.promo-card-carousel-wrapper {
  height: 290px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 1074px; }
  .promo-card-carousel-wrapper button:focus {
    outline: 0; }
  .promo-card-carousel-wrapper .carousel__back-button {
    left: 0px; }
  .promo-card-carousel-wrapper .carousel__dot {
    background: transparent;
    border: 1px solid #9b9b9b;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    padding: 0px;
    width: 10px; }
    .promo-card-carousel-wrapper .carousel__dot:disabled, .promo-card-carousel-wrapper .carousel__dot[disabled] {
      background-color: #9b9b9b;
      height: 9px;
      width: 9px; }
  .promo-card-carousel-wrapper .carousel__next-button,
  .promo-card-carousel-wrapper .carousel__back-button {
    background-color: #212121;
    border: none;
    border-radius: 50%;
    height: 54px;
    opacity: 0.7;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 54px;
    z-index: 418; }
    .promo-card-carousel-wrapper .carousel__next-button .carousel-back-btn-text,
    .promo-card-carousel-wrapper .carousel__next-button .carousel-next-btn-text,
    .promo-card-carousel-wrapper .carousel__back-button .carousel-back-btn-text,
    .promo-card-carousel-wrapper .carousel__back-button .carousel-next-btn-text {
      font-size: 20px;
      font-weight: 500;
      line-height: 10px; }
    .promo-card-carousel-wrapper .carousel__next-button:disabled, .promo-card-carousel-wrapper .carousel__next-button[disabled],
    .promo-card-carousel-wrapper .carousel__back-button:disabled,
    .promo-card-carousel-wrapper .carousel__back-button[disabled] {
      display: none; }
    .promo-card-carousel-wrapper .carousel__next-button:hover,
    .promo-card-carousel-wrapper .carousel__back-button:hover {
      border: 3px solid #a4a4a4;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.75);
      opacity: 1;
      -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.75); }
      @media (max-width: 480px) {
        .promo-card-carousel-wrapper .carousel__next-button:hover,
        .promo-card-carousel-wrapper .carousel__back-button:hover {
          border: 1px solid #a4a4a4;
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
          -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75); } }
    @media (max-width: 1184px) {
      .promo-card-carousel-wrapper .carousel__next-button,
      .promo-card-carousel-wrapper .carousel__back-button {
        top: 60%; } }
    @media (max-width: 984px) {
      .promo-card-carousel-wrapper .carousel__next-button,
      .promo-card-carousel-wrapper .carousel__back-button {
        top: 60%; } }
    @media (max-width: 870px) {
      .promo-card-carousel-wrapper .carousel__next-button,
      .promo-card-carousel-wrapper .carousel__back-button {
        top: 56%; } }
    @media (max-width: 724px) {
      .promo-card-carousel-wrapper .carousel__next-button,
      .promo-card-carousel-wrapper .carousel__back-button {
        top: 60%; } }
    @media (max-width: 480px) {
      .promo-card-carousel-wrapper .carousel__next-button,
      .promo-card-carousel-wrapper .carousel__back-button {
        height: 30px;
        top: 60%;
        width: 30px; } }
    @media (max-width: 402px) {
      .promo-card-carousel-wrapper .carousel__next-button,
      .promo-card-carousel-wrapper .carousel__back-button {
        top: 57%; } }
  .promo-card-carousel-wrapper .carousel__next-button {
    right: 0px; }
  .promo-card-carousel-wrapper i {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px; }
    .promo-card-carousel-wrapper i.left {
      margin-left: 5px;
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg); }
      @media (max-width: 480px) {
        .promo-card-carousel-wrapper i.left {
          margin-left: 1px; } }
    .promo-card-carousel-wrapper i.right {
      margin-right: 5px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
      @media (max-width: 480px) {
        .promo-card-carousel-wrapper i.right {
          margin-right: 1px; } }
    @media (max-width: 480px) {
      .promo-card-carousel-wrapper i {
        border-width: 0 2px 2px 0;
        margin-bottom: 2px;
        padding: 3px; } }
  .promo-card-carousel-wrapper.largeTile {
    height: 400px; }
  .promo-card-carousel-wrapper .promo-card-carousel-title {
    border-bottom: 1px solid #505050;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 600;
    grid-column: 1 / 6;
    margin-bottom: 19px;
    margin-top: 21px;
    padding-left: 10px;
    text-transform: uppercase; }
    .promo-card-carousel-wrapper .promo-card-carousel-title .pagination-dot-group {
      float: right; }
    @media (max-width: 480px) {
      .promo-card-carousel-wrapper .promo-card-carousel-title {
        padding-left: 17px; } }
  .promo-card-carousel-wrapper .promo-card-grid {
    align-items: stretch;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
    @media (max-width: 870px) {
      .promo-card-carousel-wrapper .promo-card-grid {
        grid-gap: 26px;
        grid-template-columns: 1fr 1fr 1fr; } }
    @media (max-width: 724px) {
      .promo-card-carousel-wrapper .promo-card-grid {
        grid-gap: 17px;
        grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 1184px) {
    .promo-card-carousel-wrapper {
      width: 849px; } }
  @media (max-width: 870px) {
    .promo-card-carousel-wrapper {
      width: 704px; } }
  @media (max-width: 724px) {
    .promo-card-carousel-wrapper {
      width: 449px; } }
  @media (max-width: 480px) {
    .promo-card-carousel-wrapper {
      width: 400px; } }
  @media (max-width: 402px) {
    .promo-card-carousel-wrapper {
      width: 361px; } }

.content-container__body {
  width: 1074px;
  position: relative;
  margin-bottom: 16px; }
  @media (max-width: 1184px) {
    .content-container__body {
      width: 849px;
      margin: auto; } }
  @media (max-width: 870px) {
    .content-container__body {
      width: 704px; } }
  @media (max-width: 724px) {
    .content-container__body {
      width: 449px; } }
  @media (max-width: 480px) {
    .content-container__body {
      width: 400px; } }
  @media (max-width: 402px) {
    .content-container__body {
      width: 361px; } }

.side-rail-nav-row {
  padding: 11px 30px 10px 27px;
  color: #9e9e9e;
  cursor: pointer;
  text-decoration: inherit; }
  .side-rail-nav-row.selected {
    color: #f5f5f5; }

.category-icon {
  max-width: 22px;
  max-height: 17px;
  vertical-align: middle; }

.nav-row-category {
  position: relative;
  left: 22px;
  font-size: 11px; }

.nav-row-category-with-icon {
  left: 0; }

.side-rail-nav {
  min-width: 225px;
  max-width: 225px;
  background-color: #292929;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto; }
  @media (max-width: 1440px) {
    .side-rail-nav {
      min-width: 204px;
      max-width: 204px; } }

.rollover-bonus-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999; }
  .rollover-bonus-modal__body {
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    width: 716px;
    color: #ffffff;
    line-height: 22px;
    background-color: #242424;
    background-image: url(/app-assets/a53f35ed35cc0f7ad3830dc3ebc350f2.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: column;
    overflow: auto; }
    .rollover-bonus-modal__body.collapsed {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
    @media (max-width: 870px) {
      .rollover-bonus-modal__body {
        width: 100vw;
        height: 100vh; } }
  .rollover-bonus-modal__wrapper-container {
    display: flex;
    flex-flow: column;
    flex: 1 1 auto; }
  .rollover-bonus-modal__wrapper-top {
    width: 100%;
    padding-top: 32px;
    display: flex;
    background: linear-gradient(180deg, #000000 0%, rgba(36, 36, 36, 0) 100%); }
    @media (max-width: 870px) {
      .rollover-bonus-modal__wrapper-top {
        padding-top: 64px; } }
  .rollover-bonus-modal__logo {
    background-image: url(/app-assets/853b0ad167d54983a2a3f49798034a04.png);
    background-repeat: no-repeat;
    background-size: 108px;
    width: 108px;
    height: 72px;
    margin: 0 auto; }
  .rollover-bonus-modal__wrapper-middle {
    width: 100%;
    box-sizing: border-box;
    padding: 0 64px;
    background: linear-gradient(180deg, rgba(36, 36, 36, 0) 77%, #000000 100%); }
    @media (max-width: 870px) {
      .rollover-bonus-modal__wrapper-middle {
        padding: 0 16px;
        flex: 1 1 auto;
        display: flex;
        flex-flow: column;
        width: 100%; } }
  .rollover-bonus-modal__copy {
    font-family: 'Saira Condensed';
    font-style: normal;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
    .rollover-bonus-modal__copy span {
      color: #9ae200; }
    @media (max-width: 870px) {
      .rollover-bonus-modal__copy {
        text-align: left; } }
    .rollover-bonus-modal__copy.primary {
      margin-top: 48px;
      font-size: 41px;
      line-height: 40px; }
      @media (max-width: 870px) {
        .rollover-bonus-modal__copy.primary {
          font-size: 33px;
          line-height: 48px; } }
    .rollover-bonus-modal__copy.payout {
      margin-top: 32px;
      font-size: 36px;
      line-height: 32px; }
      @media (max-width: 870px) {
        .rollover-bonus-modal__copy.payout {
          margin-top: 24px;
          font-size: 29px; } }
  .rollover-bonus-modal__secondary-copy {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    text-align: left; }
    @media (max-width: 870px) {
      .rollover-bonus-modal__secondary-copy {
        margin-top: 32px;
        flex: 1 1 auto; } }
  .rollover-bonus-modal__cta-wrapper {
    margin-top: 24px; }
  .rollover-bonus-modal__button {
    margin: 8px auto;
    max-width: 342px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer; }
    .rollover-bonus-modal__button.primary {
      background: #ffffff;
      border-radius: 2px;
      color: #000000; }
    .rollover-bonus-modal__button.secondary {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline; }
  .rollover-bonus-modal__wrapper-terms {
    font-size: 10px;
    line-height: 16px;
    padding: 0 64px 32px 64px;
    background-color: #000000;
    flex: 1 1 auto; }
    @media (max-width: 870px) {
      .rollover-bonus-modal__wrapper-terms {
        padding: 0 16px 32px 16px;
        flex: none; } }
    .rollover-bonus-modal__wrapper-terms span {
      color: #00bcd4;
      cursor: pointer;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline; }
      .rollover-bonus-modal__wrapper-terms span .casino__icon--arrow-up,
      .rollover-bonus-modal__wrapper-terms span .casino__icon--arrow-down {
        fill: #00bcd4;
        position: relative;
        top: 2px;
        left: 2px;
        width: 10px;
        height: 10px; }
  .rollover-bonus-modal__terms table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 24px; }
  .rollover-bonus-modal__terms th,
  .rollover-bonus-modal__terms td {
    border: 1px solid #c5c5c5;
    padding-left: 8px; }
  .rollover-bonus-modal__terms p {
    margin: 0; }
  .rollover-bonus-modal__terms.collapsed {
    display: none; }

.error__container {
  margin: 0 auto;
  text-align: left;
  padding: 15px 0;
  box-sizing: border-box;
  background-color: #ea242e;
  width: 100%; }

.error__text {
  color: #ffffff;
  font: 550 14px 'Open Sans', sans-serif;
  width: 80%;
  margin: auto;
  display: flex; }

.error__icon {
  padding-right: 15px;
  height: 20px;
  width: 20px; }

.sub-nav {
  height: 40px;
  background: #525252;
  position: relative;
  display: none; }
  @media (max-width: 1184px) {
    .sub-nav {
      display: block; } }
  .sub-nav__toggle {
    position: relative;
    min-width: 28px;
    height: 100%;
    display: flex;
    align-items: left;
    justify-content: left;
    cursor: pointer; }
    .sub-nav__toggle .sub-nav__link {
      margin-top: 4px;
      padding: 7px 4px;
      font-size: 16px;
      font-weight: bold;
      color: #f5f5f5;
      line-height: 22px;
      text-decoration: none;
      white-space: nowrap;
      margin-left: 24px;
      text-transform: capitalize; }

.arrow-down {
  width: 12px;
  padding-bottom: 1px;
  margin-left: 5px;
  transform: scaleY(-1); }

.arrow-up {
  transform: none; }

.app-download-banner__container {
  position: relative;
  min-height: 176px;
  padding: 20px 0;
  background-color: #ffffff;
  cursor: default;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center; }

.app-download-banner__header-container {
  font-family: Saira Condensed;
  font-style: normal;
  font-weight: 600;
  font-size: 27.35px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase; }

.app-download-banner__header {
  display: inline-block; }
  .app-download-banner__header.top {
    color: #000000;
    width: 100%; }
  .app-download-banner__header.bottom {
    color: #9b9b9b;
    width: 100%; }

.app-download-banner__body {
  width: 274px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  margin: 15px 0;
  color: #232323; }

.app-download-banner__download-button {
  width: 316px;
  height: 34px;
  color: #ffffff;
  background-color: #63b700;
  cursor: pointer;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none; }

.app-download-banner__ios-only-copy {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #9b9b9b;
  text-decoration: none;
  text-align: center;
  margin-top: 10px; }

.app-download-banner__view-terms {
  font-family: 'SF Pro Text', sans-serif;
  font-size: 14px;
  padding: 15px 0;
  line-height: 12px;
  text-transform: none;
  color: #525252;
  cursor: pointer;
  display: block;
  text-decoration: underline; }

.app-download-banner__close-button {
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer; }
  .app-download-banner__close-button .sportsbook__icon--ex {
    width: 15px;
    height: 15px;
    fill: #505050; }

.casino-lobby__body {
  max-width: 1440px;
  margin: 0 auto;
  display: flex; }

.casino-lobby__wrapper-content-container {
  flex: 1 1 auto;
  background: #000000; }

.error-graphic {
  height: 300px;
  width: 300px; }

.jackpot-terms-wrapper {
  color: white; }

div[aria-label*='cookie' i] {
  padding-bottom: 5px; }

div[role*='complementary' i] {
  padding-bottom: 5px; }

footer.casino-footer {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  width: 100%;
  background-color: #222222;
  border-top: 3px solid #424242;
  color: #ffffff;
  padding-bottom: 34px; }
  footer.casino-footer.logged-in {
    padding-bottom: 68px; }
  footer.casino-footer.grid-lobby {
    border-top: none;
    padding-bottom: 0px; }
  footer.casino-footer .main-footer {
    padding: 32px 16px;
    display: flex;
    justify-content: space-between; }
    footer.casino-footer .main-footer .lockup {
      width: 145px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: default; }
      @media (max-width: 984px) {
        footer.casino-footer .main-footer .lockup {
          order: 1;
          margin-bottom: 10px; } }
      footer.casino-footer .main-footer .lockup .company-name {
        color: #ffffff;
        font-size: 20px;
        font-weight: 600; }
      footer.casino-footer .main-footer .lockup .location {
        color: #626262;
        margin-top: 5px; }
      @media (max-width: 984px) {
        footer.casino-footer .main-footer .lockup .company-name,
        footer.casino-footer .main-footer .lockup .location {
          text-align: center; } }
      footer.casino-footer .main-footer .lockup .social-icons {
        margin-top: 15px;
        width: 100%; }
        footer.casino-footer .main-footer .lockup .social-icons a {
          display: inline-block;
          margin: 0;
          width: 35px;
          height: 35px;
          transition: all 0.2s linear;
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: top left; }
          footer.casino-footer .main-footer .lockup .social-icons a:hover {
            opacity: 0.7; }
        footer.casino-footer .main-footer .lockup .social-icons .facebook {
          background-image: url(/app-assets/978e38562e8433b2a9575b87e302ee02.png); }
        footer.casino-footer .main-footer .lockup .social-icons .twitter {
          background-image: url(/app-assets/64e45aba3f58245553ac3896856c6c67.png); }
        footer.casino-footer .main-footer .lockup .social-icons .instagram {
          background-image: url(/app-assets/c02ca68fc4105ec532b6b5c47052288c.png); }
        footer.casino-footer .main-footer .lockup .social-icons .youtube {
          background-image: url(/app-assets/c2660e0722b6151d33b3a8e426aac250.png); }
    footer.casino-footer .main-footer .company-links,
    footer.casino-footer .main-footer .locations {
      font-weight: 600; }
      footer.casino-footer .main-footer .company-links .title,
      footer.casino-footer .main-footer .locations .title {
        padding-bottom: 15px;
        cursor: default;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        @media (max-width: 984px) {
          footer.casino-footer .main-footer .company-links .title,
          footer.casino-footer .main-footer .locations .title {
            display: none; } }
    footer.casino-footer .main-footer .company-links .cookie-preferences {
      padding-bottom: 0; }
    footer.casino-footer .main-footer .company-links ul {
      padding: 0;
      margin: 0; }
      footer.casino-footer .main-footer .company-links ul li {
        list-style-type: none;
        padding-bottom: 5px;
        margin: 0; }
        footer.casino-footer .main-footer .company-links ul li a {
          color: #9e9e9e;
          text-decoration: none;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none; }
          footer.casino-footer .main-footer .company-links ul li a:hover {
            color: #00bcd4; }
    @media (max-width: 984px) {
      footer.casino-footer .main-footer .company-links {
        order: 0; }
        footer.casino-footer .main-footer .company-links ul {
          text-align: center; }
          footer.casino-footer .main-footer .company-links ul li {
            display: inline-block;
            margin: 0 8px 8px; } }
    footer.casino-footer .main-footer .locations ul {
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: space-between; }
      footer.casino-footer .main-footer .locations ul li {
        list-style-type: none;
        padding: 0;
        margin: 0;
        color: #9e9e9e;
        margin-right: 10px; }
        footer.casino-footer .main-footer .locations ul li address {
          font-style: normal;
          line-height: 23px; }
    @media (max-width: 984px) {
      footer.casino-footer .main-footer .locations {
        order: 3; }
        footer.casino-footer .main-footer .locations ul {
          display: block;
          text-align: center;
          display: block; }
          footer.casino-footer .main-footer .locations ul li {
            font-size: 10px;
            margin-top: 10px; }
            footer.casino-footer .main-footer .locations ul li div,
            footer.casino-footer .main-footer .locations ul li address {
              display: inline-block; }
            footer.casino-footer .main-footer .locations ul li div:after {
              content: ':';
              margin-right: 2px; }
            footer.casino-footer .main-footer .locations ul li address {
              line-height: 18px; }
              footer.casino-footer .main-footer .locations ul li address br {
                display: none; } }
    footer.casino-footer .main-footer .locations .address-title {
      color: #ffffff; }
    footer.casino-footer .main-footer .legal {
      width: 30%;
      color: #9e9e9e; }
      @media (max-width: 984px) {
        footer.casino-footer .main-footer .legal {
          width: 100%;
          order: 2; } }
      footer.casino-footer .main-footer .legal a {
        color: #ffffff;
        text-decoration: none; }
      footer.casino-footer .main-footer .legal .legal-logos {
        display: flex; }
        @media (max-width: 984px) {
          footer.casino-footer .main-footer .legal .legal-logos {
            justify-content: center; } }
        footer.casino-footer .main-footer .legal .legal-logos .logo-divider {
          border-right: 1px solid #ffffff; }
        footer.casino-footer .main-footer .legal .legal-logos a {
          margin: 0 10px; }
          footer.casino-footer .main-footer .legal .legal-logos a img {
            height: 30px; }
    @media (max-width: 984px) {
      footer.casino-footer .main-footer {
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
  footer.casino-footer .sub-footer {
    font-size: 11px;
    color: #9e9e9e;
    padding: 8px 16px;
    background-color: #19181a;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    footer.casino-footer .sub-footer .left {
      display: flex;
      justify-content: flex-start;
      cursor: default;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      footer.casino-footer .sub-footer .left .flag {
        background: url(/app-assets/cc582c705874803f25bf44cedc2c906c.png) no-repeat top left;
        background-size: 100%;
        width: 30px;
        height: 16px;
        margin: 0 8px 0 0; }
      @media (max-width: 984px) {
        footer.casino-footer .sub-footer .left {
          order: 1;
          margin: 8px 0 16px; } }
    @media (max-width: 984px) {
      footer.casino-footer .sub-footer .right {
        order: 0; } }
    footer.casino-footer .sub-footer .right .logos {
      display: flex; }
    footer.casino-footer .sub-footer .right ._21-plus {
      background: url(/app-assets/f3aeb364a08332431b19bf27f3e2a8cd.png) no-repeat center;
      background-size: contain;
      height: 50px;
      width: 50px; }
    footer.casino-footer .sub-footer .right a {
      margin-left: 17px; }
      footer.casino-footer .sub-footer .right a img {
        height: 50px; }
    @media (max-width: 984px) {
      footer.casino-footer .sub-footer {
        flex-direction: column;
        justify-content: center; } }
  footer.casino-footer .consent-bar {
    margin: auto;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 2147483647; }

.crisis-banner__container {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  text-align: left; }
  .crisis-banner__container.success {
    background-color: #63b700; }
  .crisis-banner__container.warn {
    background-color: #fbc02d; }
  .crisis-banner__container.error {
    background-color: #ea242e; }

.crisis-banner__text {
  color: #ffffff;
  display: flex;
  font: 550 14px 'Open Sans', sans-serif;
  margin: auto;
  width: 80%; }
  .crisis-banner__text a {
    color: #ffffff;
    font-weight: 650; }

.crisis-banner__icon {
  height: 20px;
  padding-right: 15px;
  width: 20px; }

.user-status-banner__container {
  margin: 0 auto;
  position: absolute;
  right: calc((100% - 1440px) / 2);
  z-index: 400; }
  @media (max-width: 1440px) {
    .user-status-banner__container {
      right: 0; } }

.user-status-banner__close-button {
  position: absolute;
  top: 20px;
  right: 16px; }
  .user-status-banner__close-button .casino__icon--ex {
    fill: #000000; }

.user-status-banner__wrapper {
  width: 295px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 5px;
  color: #000000;
  padding: 10px;
  display: flex;
  flex-direction: row;
  margin: 15px 8px; }

.user-status-banner__icon {
  margin: auto 10px auto 0;
  width: 25px;
  height: 25px; }
  .user-status-banner__icon .casino__icon--user {
    height: 25px;
    width: 25px;
    fill: #fbc02d; }
  .user-status-banner__icon .casino__icon--location {
    height: 25px;
    width: 25px; }
  .user-status-banner__icon .casino__icon--clock {
    width: 27px;
    height: 25px; }

.user-status-banner__copy-wrapper {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column; }

.user-status-banner__copy-description {
  font-weight: 400; }
  .user-status-banner__copy-description a {
    color: #63b700;
    text-decoration: none;
    font-weight: 700; }
  .user-status-banner__copy-description-bold {
    font-weight: 700; }

.accordion-footer {
  position: sticky;
  bottom: 0; }
  .accordion-footer__text {
    color: #ffffff; }
    .accordion-footer__text__info:before {
      content: ' Important Information |'; }
      @media (max-width: 724px) {
        .accordion-footer__text__info:before {
          content: ' More Info'; } }
  .accordion-footer__bar {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    z-index: 99999;
    width: 100%;
    background-color: #000000;
    color: #626262;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 16px;
    box-sizing: border-box;
    border-top: 1px solid #424242; }
    @media (max-width: 724px) {
      .accordion-footer__bar {
        justify-content: center;
        padding: 8px 12px; } }
  @media (max-width: 724px) and (max-width: 724px) {
    .accordion-footer__bar.thick-footer-for-mobile {
      height: 80px; } }
  .accordion-footer__details.collapsed {
    display: none; }
  .accordion-footer path {
    fill: #9ae200; }

.casinoweb-error__outer-wrapper {
  background-image: url(/app-assets/ecc486e3985342233ff3c2f542fc843d.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }
  @media (max-width: 724px) {
    .casinoweb-error__outer-wrapper {
      background-image: url(/app-assets/63bb5872147e384b405cd2696e3202ab.png); } }

.casinoweb-error__inner-wrapper {
  position: relative;
  align-content: center;
  justify-content: center;
  width: 1100px;
  height: 600px;
  grid-row: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto; }
  @media (max-width: 1184px) {
    .casinoweb-error__inner-wrapper {
      width: 950px;
      height: 400px; } }
  @media (max-width: 984px) {
    .casinoweb-error__inner-wrapper {
      width: 850px;
      height: 350px; } }
  @media (max-width: 870px) {
    .casinoweb-error__inner-wrapper {
      width: 704px; } }
  @media (max-width: 724px) {
    .casinoweb-error__inner-wrapper {
      width: 100%;
      height: 600px;
      overflow: auto; } }
  @media (max-width: 480px) {
    .casinoweb-error__inner-wrapper {
      height: 500px; } }

.casinoweb-error-fourohfour__inner {
  display: grid;
  position: absolute;
  margin-left: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media not all and (max-width: 724px) {
    .casinoweb-error-fourohfour__inner {
      grid-template-columns: 70% 1fr;
      height: 100%; } }
  @media not all and (max-width: 1184px) {
    .casinoweb-error-fourohfour__inner {
      grid-template-columns: 60% 1fr; } }
  @media (max-width: 724px) {
    .casinoweb-error-fourohfour__inner {
      width: 97%;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      grid-template-rows: 0.85fr 1fr; } }
  @media (max-width: 480px) {
    .casinoweb-error-fourohfour__inner {
      height: 100%;
      grid-template-rows: 1fr 1fr;
      grid-gap: 5%; } }

.casinoweb-error-fourohfour__content-left {
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  width: 577.5px; }
  @media (max-width: 984px) {
    .casinoweb-error-fourohfour__content-left {
      width: 463px; } }
  @media not all and (max-width: 724px) {
    .casinoweb-error-fourohfour__content-left {
      grid-column: 1;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; } }
  @media (max-width: 724px) {
    .casinoweb-error-fourohfour__content-left {
      margin-top: 0;
      grid-gap: 5%;
      grid-row: 2;
      margin-left: auto;
      margin-right: auto;
      z-index: 9999;
      width: 440px; } }
  @media (max-width: 480px) {
    .casinoweb-error-fourohfour__content-left {
      width: 360px;
      margin-top: 190px; } }
  @media (max-width: 402px) {
    .casinoweb-error-fourohfour__content-left {
      width: 310px; } }

.casinoweb-error-fourohfour__image-icon-wrapper {
  display: block;
  height: 200px;
  background-image: url(/app-assets/cce5e2ed1bceaa8e497411f6f7da9c18.png);
  background-repeat: no-repeat;
  background-size: 240px; }
  @media (max-width: 1184px) {
    .casinoweb-error-fourohfour__image-icon-wrapper {
      height: 150px;
      background-size: 185px; } }
  @media (max-width: 984px) {
    .casinoweb-error-fourohfour__image-icon-wrapper {
      height: 125px;
      background-size: 155px; } }
  @media (max-width: 724px) {
    .casinoweb-error-fourohfour__image-icon-wrapper {
      background-image: url(/app-assets/dbeecb441a903ec64cede96fdded8a1f.png);
      height: 135px;
      width: 174px;
      margin-left: auto;
      margin-right: auto;
      background-size: 155px; } }
  @media (max-width: 480px) {
    .casinoweb-error-fourohfour__image-icon-wrapper {
      width: 130px;
      height: 105px;
      background-size: 120px; } }

.casinoweb-error-fourohfour__text-wrapper {
  position: relative;
  overflow: visible;
  margin-left: 26px;
  font-weight: 600;
  font-size: 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  color: white; }
  @media (max-width: 984px) {
    .casinoweb-error-fourohfour__text-wrapper {
      margin-left: 16px; } }
  @media (max-width: 724px) {
    .casinoweb-error-fourohfour__text-wrapper {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      font-size: 11.81px;
      width: 335px; } }
  @media (max-width: 480px) {
    .casinoweb-error-fourohfour__text-wrapper {
      width: 310px; } }
  .casinoweb-error-fourohfour__text-wrapper p {
    margin: 0; }
  .casinoweb-error-fourohfour__text-wrapper a {
    font-weight: bold;
    color: #eb9800;
    text-decoration: none; }

.casinoweb-error-fourohfour__text {
  position: relative;
  line-height: 150%;
  width: 100%; }

.casinoweb-error-fourohfour__links {
  position: relative;
  margin-top: 5px;
  height: 70px; }
  @media (max-width: 724px) {
    .casinoweb-error-fourohfour__links {
      margin-top: 20px;
      height: auto; } }
  @media (max-width: 480px) {
    .casinoweb-error-fourohfour__links {
      margin-top: 3px;
      margin-bottom: 37px; } }

.casinoweb-error-fourohfour__content-right {
  align-content: center;
  justify-content: center;
  height: 500px;
  margin-top: 50px;
  margin-left: 100px; }
  @media (max-width: 1184px) {
    .casinoweb-error-fourohfour__content-right {
      height: 330px;
      margin-top: 35px;
      margin-left: 50px; } }
  @media (max-width: 984px) {
    .casinoweb-error-fourohfour__content-right {
      height: 280px;
      margin-left: 0; } }
  @media not all and (max-width: 724px) {
    .casinoweb-error-fourohfour__content-right {
      grid-column: 2; } }
  @media (max-width: 724px) {
    .casinoweb-error-fourohfour__content-right {
      grid-row: 1;
      height: 250px;
      position: absolute;
      margin: 0;
      left: 50%;
      transform: translate(-42%, 10%); } }
  @media (max-width: 480px) {
    .casinoweb-error-fourohfour__content-right {
      height: 220px; } }

.casinoweb-error-fourohfour__image-dice-wrapper {
  position: relative;
  margin: auto;
  height: 100%; }

.casinoweb-error-fourohfour__image-dice {
  height: 100%; }

.casinoweb-error-server__inner {
  display: grid;
  position: absolute;
  margin-left: auto;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%); }
  @media not all and (max-width: 724px) {
    .casinoweb-error-server__inner {
      grid-template-columns: 1.5fr 1fr;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: 100%; } }
  @media (max-width: 724px) {
    .casinoweb-error-server__inner {
      width: 97%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      grid-template-rows: 1fr 0.7fr; } }

.casinoweb-error-server__content-left {
  flex-direction: column;
  display: grid;
  grid-template-rows: 0fr 1fr;
  height: 400px; }
  @media not all and (max-width: 724px) {
    .casinoweb-error-server__content-left {
      grid-column: 1;
      margin-top: auto;
      margin-bottom: auto; } }
  @media (max-width: 1184px) {
    .casinoweb-error-server__content-left {
      height: 300px; } }
  @media (max-width: 984px) {
    .casinoweb-error-server__content-left {
      width: 550px; } }
  @media (max-width: 870px) {
    .casinoweb-error-server__content-left {
      width: 450px; } }
  @media (max-width: 724px) {
    .casinoweb-error-server__content-left {
      grid-row: 2;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      z-index: 9999; } }

.casinoweb-error-server__image-icon-wrapper {
  grid-row: 1;
  display: block;
  height: 90px; }
  .casinoweb-error-server__image-icon-wrapper.five-hundred {
    background-image: url(/app-assets/760c15696ead2fcb0d6528dfc09aebca.png);
    background-repeat: no-repeat;
    background-size: inherit; }
  @media (max-width: 724px) {
    .casinoweb-error-server__image-icon-wrapper {
      width: 180px;
      height: 80px;
      margin-left: auto;
      margin-right: auto; }
      .casinoweb-error-server__image-icon-wrapper.five-hundred {
        background-image: url(/app-assets/ae1f4b9ed9c0e7bb86b23ea04354499d.png); } }

.casinoweb-error-server__text-wrapper {
  grid-row: 2;
  position: relative;
  margin-left: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: grid; }
  @media (max-width: 724px) {
    .casinoweb-error-server__text-wrapper {
      margin: 0;
      text-align: center; } }
  .casinoweb-error-server__text-wrapper p {
    margin: 0; }
  .casinoweb-error-server__text-wrapper a {
    color: #eb9800;
    font-weight: bold;
    text-decoration: none; }

.casinoweb-error-server__text {
  position: relative;
  font-size: 66px;
  font-family: 'Saira Condensed';
  line-height: 100%;
  font-weight: bold;
  color: white;
  width: 100%; }
  @media (max-width: 984px) {
    .casinoweb-error-server__text {
      font-size: 50px; } }
  @media (max-width: 724px) {
    .casinoweb-error-server__text {
      font-size: 35px; } }

.casinoweb-error-server__links {
  position: relative;
  margin-top: 5px;
  height: 70px;
  font-size: 15px;
  color: white; }
  @media (max-width: 724px) {
    .casinoweb-error-server__links {
      font-size: 11px; } }

.casinoweb-error-server__content-right {
  align-content: center;
  justify-content: center;
  overflow: visible;
  width: 450px; }
  @media not all and (max-width: 724px) {
    .casinoweb-error-server__content-right {
      grid-column: 2; } }
  @media (max-width: 1184px) {
    .casinoweb-error-server__content-right {
      width: 380px; } }
  @media (max-width: 1184px) {
    .casinoweb-error-server__content-right {
      width: 330px; } }
  @media (max-width: 724px) {
    .casinoweb-error-server__content-right {
      grid-row: 1;
      width: 336px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 480px) {
    .casinoweb-error-server__content-right {
      width: 238px; } }

.casinoweb-error-server__image-slot-wrapper {
  position: relative;
  background-image: url(/app-assets/99ddc8068cde3c8ba2089dfb483b494d.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%; }

body {
  margin: 0;
  font: 12px 'Open Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #323232 !important; }

.grid-body {
  background: #000 !important; }

.casino-wrapper__body .casino-lobby-page,
.casino-wrapper__body .casino-lobby__body {
  color: white;
  width: 100%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  min-height: 60vh; }
  .casino-wrapper__body .casino-lobby-page .init-spinner-wrapper,
  .casino-wrapper__body .casino-lobby__body .init-spinner-wrapper {
    height: 60vh;
    position: relative; }
  .casino-wrapper__body .casino-lobby-page .free-credits-games-wrapper,
  .casino-wrapper__body .casino-lobby__body .free-credits-games-wrapper {
    margin: 0 auto 0 auto; }

.casino-wrapper__body .casino-lobby-page {
  flex-direction: column;
  overflow: hidden; }

