﻿.view
{
    background: var(--uiBackground);
}
.view>*
{
    margin: var(--sidePadding) auto 0 auto;
    max-width: var(--maxWidth);
    width: calc(100% - var(--sidePadding) * 2);
}
.view>.section--withBackground
{
    padding-bottom: var(--sidePadding);
    padding-top: var(--sidePadding);
}
.view>.section--fullwidth
{
    max-width: none;
    width: 100%;
}
.view>.section--noPad
{
    padding-bottom: 0;
    padding-top: 0;
}
.view>.section--noMargin
{
    margin-top: 0;
}
.view>.section--fullcontent
{
    padding-left: 0;
    padding-right: 0;
}
.view__header
{
    margin: 0;
}
.view__header h1.section__title
{
    font-family: var(--secondaryFontFamily);
    font-size: 128px;
    padding: 16px 0;
}
.view .view__header .section__header header
{
    flex-shrink: 0;
    width: auto;
}
.view>.section--fullwidth:not(.section--fullcontent)>*
{
    margin: 0 auto;
    max-width: var(--maxWidth);
    width: calc(100% - var(--sidePadding) * 2);
}
.view__terms .article
{
    font-size: 14px;
}
.view__terms .article h4
{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.view__terms .article h4:not(:first-child)
{
    margin-top: 20px;
}
.view__terms .article ul
{
    line-height: 20px;
}
.view__terms .article a
{
    color: #fff;
}
.view__promotions .gallery__content
{
    margin-top: 0;
}
.view__jackpotWinners .winnerEvent__image
{
    max-height: 54px;
    min-height: 45px;
}
.view--bingo .section:not(.isCard) .scrollingCarousel.section__child .scrollingCarousel__content, .view--slot .section:not(.isCard) .scrollingCarousel.section__child .scrollingCarousel__content
{
    margin-left: auto;
    padding: 0;
    width: 100%;
}
.view__similar .roomCardCompact
{
    flex-basis: calc(33% - 20px);
    margin-right: 10px;
    width: calc(33% - 20px);
}
@media(max-width: 768px)
{
    .view .isCard.section--scrolling
    {
        width: 100%;
    }
    .view__promotions .gallery__content:after
    {
        display: none;
    }
    .view__roomInfo .section-main
    {
        padding: 0;
    }
}
@media(max-width: 570px)
{
    .view
    {
        padding-bottom: calc(var(--sidePadding) * 2);
    }
    .view>.section--withBackground:not(.section--noPad)
    {
        padding-bottom: calc(var(--sidePadding) * 2);
        padding-top: calc(var(--sidePadding) * 2);
    }
    .view>.section.isCard
    {
        width: 100%;
    }
    .view__terms .article, .view__terms .article p
    {
        font-size: 10px;
    }
    .view__terms .article ul
    {
        line-height: 14px;
    }
    .view__terms .article h4
    {
        font-size: 12px;
    }
    .view__header h1.section__title
    {
        font-size: 64px;
    }
}
@media(min-width: 768px)
{
    .view--slot .view__background .heroImage__image
    {
        min-height: 440px;
    }
}
.section
{
    position: relative;
}
.section__wrapper
{
    height: 64px;
    margin-top: 0;
}
.section__image
{
    align-self: center;
    flex-basis: auto;
    flex-shrink: 0;
    height: 100px;
    max-height: 100%;
    max-width: 100%;
    min-height: 0;
    object-fit: contain;
    width: auto;
}
.section-main
{
    display: flex;
    flex-flow: column nowrap;
    max-width: var(--maxWidth);
    position: relative;
    width: 100%;
}
.section--fullcontent .section-main
{
    max-width: none;
}
.section--scrolling
{
    overflow: hidden;
}
.section--slim
{
    --maxWidth: 500px;
}
.section--wide
{
    --maxWidth: 1200px;
}
.section--ultraWide
{
    --maxWidth: 1310px;
}
.section--hasTopOverlap
{
    margin-top: calc(var(--sidePadding) * -1);
    z-index: 2;
}
.section--horizontal .section__header
{
    align-items: center;
    display: flex;
    margin-bottom: 46px;
    width: 100%;
}
.section--horizontal .section__description, .section--horizontal .section__header:empty
{
    margin-bottom: 0;
}
.section--horizontal .section__imageLink
{
    margin-right: 40px;
}
.section--horizontal .section__imageLink>*
{
    margin: 0;
}
.section--fullcontent.isCard .section-main>:not(.section__child):not(.section__children)
{
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-width: calc(100% - var(--sidePadding) * 2);
}
.section--fixed
{
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}
.section--fixed .section-main
{
    margin: auto;
    max-width: var(--maxWidth);
    width: calc(100% - var(--sidePadding) * 2);
}
.section--fullwidth
{
    border-radius: 0;
    padding: 0;
}
.section--slanted
{
    overflow: visible;
}
.section--slanted:after, .section--slanted:before
{
    background: #fff;
    bottom: -25px;
    content: "\20";
    display: block;
    height: 52px;
    position: absolute;
    transform: rotate(-1deg);
    width: 100%;
}
.section--slanted:before
{
    bottom: auto;
    top: -25px;
    transform: rotate(1deg);
}
.section.section--symbols
{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible;
    overflow-x: visible;
    z-index: 6;
}
.section--symbols .jumbotron__description p
{
    margin-bottom: 5px;
    text-align: left;
}
.section__symbol
{
    position: absolute;
    z-index: 0;
}
.section__header
{
    width: 100%;
}
.section__title-box
{
    align-items: baseline;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 34px;
    padding: 0;
    width: 100%;
}
.section__title
{
    color: var(--primaryColor);
    display: block;
    margin: 0;
    width: auto;
}
.section__button
{
    font-size: 24px;
    margin: 30px auto auto;
    max-width: 280px;
}
.section__showMore
{
    flex-basis: auto;
    flex-shrink: 0;
    position: relative;
    width: auto;
}
h1.section__title
{
    font-size: 40px;
}
.section__description
{
    margin-bottom: calc(20px + 1%);
}
.section__description p:not(:first-child)
{
    margin-top: 20px;
}
.section__symbol
{
    display: none;
}
@media(min-width: 570px)
{
    .section__symbol--topLeft, .section__symbol--topRight
    {
        display: block;
    }
    .section__symbol--topLeft
    {
        left: 0;
        transform: scale(.7);
    }
    .section__symbol--topRight
    {
        right: 0!important;
        transform: scale(.7);
    }
}
@media(min-width: 992px)
{
    .section__symbol
    {
        transform: none;
    }
    .section__symbol--bottomLeft, .section__symbol--bottomRight
    {
        display: block;
    }
}
@media(max-width: 768px)
{
    .section--horizontal .section__header
    {
        flex-direction: column;
        margin-bottom: 15px;
    }
    .section__title-box
    {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .section--horizontal .section__image
    {
        height: 90px;
        margin-left: 0;
        min-width: auto;
        width: auto;
    }
    .section--horizontal .section__imageLink
    {
        margin-bottom: 20px;
        margin-right: auto;
        width: 100%;
    }
    .section--fullcontent.isCard .section-main>:not(.section__child):not(.section__children)
    {
        max-width: calc(100% - var(--sidePadding) * 2);
    }
}
@media(max-width: 570px)
{
    h1.section__title
    {
        font-size: 30px;
    }
    .section__title
    {
        font-size: 28px;
    }
    .section--slanted:after, .section--slanted:before
    {
        display: none;
    }
    .section--horizontal .section__image
    {
        height: 70px;
    }
    .section__button
    {
        font-size: 22px;
        margin-bottom: 30px;
        width: 280px;
    }
}
.typography>*
{
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}
.typography a
{
    color: inherit;
    text-decoration: underline;
}
.typography a:hover
{
    color: inherit;
    text-decoration: none;
}
.hero-header-xl
{
    font-size: 66px;
}
.hero-header-lg, .hero-header-xl
{
    font-family: var(--fontFamily);
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1.1;
}
.hero-header-lg
{
    font-size: 58px;
}
.hero-header-md
{
    font-size: 52px;
}
.hero-header-md, .hero-header-sm
{
    font-family: var(--fontFamily);
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1.1;
}
.hero-header-sm
{
    font-size: 46px;
}
.header-xxl
{
    font-size: 42px;
}
.header-xl, .header-xxl
{
    font-family: var(--fontFamily);
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1.1;
}
.header-xl
{
    font-size: 36px;
}
.header-lg
{
    font-size: 32px;
    letter-spacing: -1.75px;
}
.header-lg, .header-md
{
    font-family: var(--fontFamily);
    font-weight: 800;
    line-height: 1.2;
}
.header-md
{
    font-size: 30px;
    letter-spacing: -1.5px;
}
.header-sm
{
    font-size: 26px;
    letter-spacing: -1.25px;
}
.header-sm, .header-xs
{
    font-family: var(--fontFamily);
    font-weight: 800;
    line-height: 1.3;
}
.header-xs
{
    font-size: 24px;
    letter-spacing: -1px;
}
.header-xxs
{
    font-family: var(--fontFamily);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.3px;
    line-height: 1.4;
}
.body-xl
{
    font-weight: 500;
}
.body-xl, .body-xl-strong
{
    font-family: var(--fontFamily);
    font-size: 20px;
    letter-spacing: -.3px;
    line-height: 1.6;
}
.body-xl-strong
{
    font-weight: 700;
}
.body-lg
{
    font-weight: 500;
}
.body-lg, .body-lg-strong
{
    font-family: var(--fontFamily);
    font-size: 18px;
    letter-spacing: -.3px;
    line-height: 1.6;
}
.body-lg-strong
{
    font-weight: 700;
}
.body-md
{
    font-weight: 500;
}
.body-md, .body-md-strong
{
    font-family: var(--fontFamily);
    font-size: 16px;
    line-height: 1.6;
}
.body-md-strong
{
    font-weight: 700;
}
.body-sm
{
    font-weight: 500;
}
.body-sm, .body-sm-strong
{
    font-family: var(--fontFamily);
    font-size: 14px;
    letter-spacing: .1px;
    line-height: 1.6;
}
.body-sm-strong
{
    font-weight: 700;
}
.body-xs
{
    font-weight: 500;
}
.body-xs, .body-xs-strong
{
    font-family: var(--fontFamily);
    font-size: 12px;
    letter-spacing: .2px;
    line-height: 1.6;
}
.body-xs-strong
{
    font-weight: 700;
}
.body-xxs
{
    font-weight: 500;
}
.body-xxs, .body-xxs-strong
{
    font-family: var(--fontFamily);
    font-size: 10px;
    letter-spacing: .2px;
    line-height: 1.6;
}
.body-xxs-strong
{
    font-weight: 700;
}
.button-xl
{
    font-size: 20px;
}
.button-lg, .button-xl
{
    font-family: var(--fontFamily);
    font-weight: 800;
    letter-spacing: -.2px;
    line-height: 1.6;
}
.button-lg
{
    font-size: 18px;
}
.button-md
{
    font-size: 16px;
    line-height: 1.6;
}
.button-md, .button-sm
{
    font-family: var(--fontFamily);
    font-weight: 800;
}
.button-sm
{
    font-size: 14px;
    line-height: 1.7;
}
.button-xs
{
    font-family: var(--fontFamily);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.8;
}
.hero-header-lg-secondary
{
    font-size: 48px;
    letter-spacing: 2px;
}
.header-lg-secondary, .hero-header-lg-secondary
{
    font-family: var(--secondaryFontFamily);
    font-weight: 700;
    line-height: 1.4;
}
.header-lg-secondary
{
    font-size: 36px;
    letter-spacing: 1px;
}
.header-md-secondary
{
    font-size: 26px;
    line-height: 1.4;
}
.body-xl-strong-secondary, .header-md-secondary
{
    font-family: var(--secondaryFontFamily);
    font-weight: 300;
    letter-spacing: 1px;
}
.body-xl-strong-secondary
{
    font-size: 18px;
    line-height: 1.6;
}
@media(min-width: 768px)
{
    .mqt-hero-header-xl
    {
        font-size: 66px;
    }
    .mqt-hero-header-lg, .mqt-hero-header-xl
    {
        font-family: var(--fontFamily);
        font-weight: 800;
        letter-spacing: -2px;
        line-height: 1.1;
    }
    .mqt-hero-header-lg
    {
        font-size: 58px;
    }
    .mqt-hero-header-md
    {
        font-size: 52px;
    }
    .mqt-hero-header-md, .mqt-hero-header-sm
    {
        font-family: var(--fontFamily);
        font-weight: 800;
        letter-spacing: -2px;
        line-height: 1.1;
    }
    .mqt-hero-header-sm
    {
        font-size: 46px;
    }
    .mqt-header-xxl
    {
        font-size: 42px;
    }
    .mqt-header-xl, .mqt-header-xxl
    {
        font-family: var(--fontFamily);
        font-weight: 800;
        letter-spacing: -2px;
        line-height: 1.1;
    }
    .mqt-header-xl
    {
        font-size: 36px;
    }
    .mqt-header-lg
    {
        font-size: 32px;
        letter-spacing: -1.75px;
    }
    .mqt-header-lg, .mqt-header-md
    {
        font-family: var(--fontFamily);
        font-weight: 800;
        line-height: 1.2;
    }
    .mqt-header-md
    {
        font-size: 30px;
        letter-spacing: -1.5px;
    }
    .mqt-header-sm
    {
        font-size: 26px;
        letter-spacing: -1.25px;
    }
    .mqt-header-sm, .mqt-header-xs
    {
        font-family: var(--fontFamily);
        font-weight: 800;
        line-height: 1.3;
    }
    .mqt-header-xs
    {
        font-size: 24px;
        letter-spacing: -1px;
    }
    .mqt-header-xxs
    {
        font-family: var(--fontFamily);
        font-size: 20px;
        font-weight: 800;
        letter-spacing: -.3px;
        line-height: 1.4;
    }
    .mqt-body-xl
    {
        font-weight: 500;
    }
    .mqt-body-xl, .mqt-body-xl-strong
    {
        font-family: var(--fontFamily);
        font-size: 20px;
        letter-spacing: -.3px;
        line-height: 1.6;
    }
    .mqt-body-xl-strong
    {
        font-weight: 700;
    }
    .mqt-body-lg
    {
        font-weight: 500;
    }
    .mqt-body-lg, .mqt-body-lg-strong
    {
        font-family: var(--fontFamily);
        font-size: 18px;
        letter-spacing: -.3px;
        line-height: 1.6;
    }
    .mqt-body-lg-strong
    {
        font-weight: 700;
    }
    .mqt-body-md
    {
        font-weight: 500;
    }
    .mqt-body-md, .mqt-body-md-strong
    {
        font-family: var(--fontFamily);
        font-size: 16px;
        line-height: 1.6;
    }
    .mqt-body-md-strong
    {
        font-weight: 700;
    }
    .mqt-body-sm
    {
        font-weight: 500;
    }
    .mqt-body-sm, .mqt-body-sm-strong
    {
        font-family: var(--fontFamily);
        font-size: 14px;
        letter-spacing: .1px;
        line-height: 1.6;
    }
    .mqt-body-sm-strong
    {
        font-weight: 700;
    }
    .mqt-body-xs
    {
        font-weight: 500;
    }
    .mqt-body-xs, .mqt-body-xs-strong
    {
        font-family: var(--fontFamily);
        font-size: 12px;
        letter-spacing: .2px;
        line-height: 1.6;
    }
    .mqt-body-xs-strong
    {
        font-weight: 700;
    }
    .mqt-body-xxs
    {
        font-weight: 500;
    }
    .mqt-body-xxs, .mqt-body-xxs-strong
    {
        font-family: var(--fontFamily);
        font-size: 10px;
        letter-spacing: .2px;
        line-height: 1.6;
    }
    .mqt-body-xxs-strong
    {
        font-weight: 700;
    }
    .mqt-button-xl
    {
        font-size: 20px;
    }
    .mqt-button-lg, .mqt-button-xl
    {
        font-family: var(--fontFamily);
        font-weight: 800;
        letter-spacing: -.2px;
        line-height: 1.6;
    }
    .mqt-button-lg
    {
        font-size: 18px;
    }
    .mqt-button-md
    {
        font-size: 16px;
        line-height: 1.6;
    }
    .mqt-button-md, .mqt-button-sm
    {
        font-family: var(--fontFamily);
        font-weight: 800;
    }
    .mqt-button-sm
    {
        font-size: 14px;
        line-height: 1.7;
    }
    .mqt-button-xs
    {
        font-family: var(--fontFamily);
        font-size: 12px;
        font-weight: 800;
        line-height: 1.8;
    }
    .mqt-hero-header-lg-secondary
    {
        font-size: 48px;
        letter-spacing: 2px;
    }
    .mqt-header-lg-secondary, .mqt-hero-header-lg-secondary
    {
        font-family: var(--secondaryFontFamily);
        font-weight: 700;
        line-height: 1.4;
    }
    .mqt-header-lg-secondary
    {
        font-size: 36px;
        letter-spacing: 1px;
    }
    .mqt-header-md-secondary
    {
        font-size: 26px;
        line-height: 1.4;
    }
    .mqt-body-xl-strong-secondary, .mqt-header-md-secondary
    {
        font-family: var(--secondaryFontFamily);
        font-weight: 300;
        letter-spacing: 1px;
    }
    .mqt-body-xl-strong-secondary
    {
        font-size: 18px;
        line-height: 1.6;
    }
}
@media(min-width: 1024px)
{
    .mqd-hero-header-xl
    {
        font-size: 66px;
    }
    .mqd-hero-header-lg, .mqd-hero-header-xl
    {
        font-family: var(--fontFamily);
        font-weight: 800;
        letter-spacing: -2px;
        line-height: 1.1;
    }
    .mqd-hero-header-lg
    {
        font-size: 58px;
    }
    .mqd-hero-header-md
    {
        font-size: 52px;
    }
    .mqd-hero-header-md, .mqd-hero-header-sm
    {
        font-family: var(--fontFamily);
        font-weight: 800;
        letter-spacing: -2px;
        line-height: 1.1;
    }
    .mqd-hero-header-sm
    {
        font-size: 46px;
    }
    .mqd-header-xxl
    {
        font-size: 42px;
    }
    .mqd-header-xl, .mqd-header-xxl
    {
        font-family: var(--fontFamily);
        font-weight: 800;
        letter-spacing: -2px;
        line-height: 1.1;
    }
    .mqd-header-xl
    {
        font-size: 36px;
    }
    .mqd-header-lg
    {
        font-size: 32px;
        letter-spacing: -1.75px;
    }
    .mqd-header-lg, .mqd-header-md
    {
        font-family: var(--fontFamily);
        font-weight: 800;
        line-height: 1.2;
    }
    .mqd-header-md
    {
        font-size: 30px;
        letter-spacing: -1.5px;
    }
    .mqd-header-sm
    {
        font-size: 26px;
        letter-spacing: -1.25px;
    }
    .mqd-header-sm, .mqd-header-xs
    {
        font-family: var(--fontFamily);
        font-weight: 800;
        line-height: 1.3;
    }
    .mqd-header-xs
    {
        font-size: 24px;
        letter-spacing: -1px;
    }
    .mqd-header-xxs
    {
        font-family: var(--fontFamily);
        font-size: 20px;
        font-weight: 800;
        letter-spacing: -.3px;
        line-height: 1.4;
    }
    .mqd-body-xl
    {
        font-weight: 500;
    }
    .mqd-body-xl, .mqd-body-xl-strong
    {
        font-family: var(--fontFamily);
        font-size: 20px;
        letter-spacing: -.3px;
        line-height: 1.6;
    }
    .mqd-body-xl-strong
    {
        font-weight: 700;
    }
    .mqd-body-lg
    {
        font-weight: 500;
    }
    .mqd-body-lg, .mqd-body-lg-strong
    {
        font-family: var(--fontFamily);
        font-size: 18px;
        letter-spacing: -.3px;
        line-height: 1.6;
    }
    .mqd-body-lg-strong
    {
        font-weight: 700;
    }
    .mqd-body-md
    {
        font-weight: 500;
    }
    .mqd-body-md, .mqd-body-md-strong
    {
        font-family: var(--fontFamily);
        font-size: 16px;
        line-height: 1.6;
    }
    .mqd-body-md-strong
    {
        font-weight: 700;
    }
    .mqd-body-sm
    {
        font-weight: 500;
    }
    .mqd-body-sm, .mqd-body-sm-strong
    {
        font-family: var(--fontFamily);
        font-size: 14px;
        letter-spacing: .1px;
        line-height: 1.6;
    }
    .mqd-body-sm-strong
    {
        font-weight: 700;
    }
    .mqd-body-xs
    {
        font-weight: 500;
    }
    .mqd-body-xs, .mqd-body-xs-strong
    {
        font-family: var(--fontFamily);
        font-size: 12px;
        letter-spacing: .2px;
        line-height: 1.6;
    }
    .mqd-body-xs-strong
    {
        font-weight: 700;
    }
    .mqd-body-xxs
    {
        font-weight: 500;
    }
    .mqd-body-xxs, .mqd-body-xxs-strong
    {
        font-family: var(--fontFamily);
        font-size: 10px;
        letter-spacing: .2px;
        line-height: 1.6;
    }
    .mqd-body-xxs-strong
    {
        font-weight: 700;
    }
    .mqd-button-xl
    {
        font-size: 20px;
    }
    .mqd-button-lg, .mqd-button-xl
    {
        font-family: var(--fontFamily);
        font-weight: 800;
        letter-spacing: -.2px;
        line-height: 1.6;
    }
    .mqd-button-lg
    {
        font-size: 18px;
    }
    .mqd-button-md
    {
        font-size: 16px;
        line-height: 1.6;
    }
    .mqd-button-md, .mqd-button-sm
    {
        font-family: var(--fontFamily);
        font-weight: 800;
    }
    .mqd-button-sm
    {
        font-size: 14px;
        line-height: 1.7;
    }
    .mqd-button-xs
    {
        font-family: var(--fontFamily);
        font-size: 12px;
        font-weight: 800;
        line-height: 1.8;
    }
    .mqd-hero-header-lg-secondary
    {
        font-size: 48px;
        letter-spacing: 2px;
    }
    .mqd-header-lg-secondary, .mqd-hero-header-lg-secondary
    {
        font-family: var(--secondaryFontFamily);
        font-weight: 700;
        line-height: 1.4;
    }
    .mqd-header-lg-secondary
    {
        font-size: 36px;
        letter-spacing: 1px;
    }
    .mqd-header-md-secondary
    {
        font-size: 26px;
        line-height: 1.4;
    }
    .mqd-body-xl-strong-secondary, .mqd-header-md-secondary
    {
        font-family: var(--secondaryFontFamily);
        font-weight: 300;
        letter-spacing: 1px;
    }
    .mqd-body-xl-strong-secondary
    {
        font-size: 18px;
        line-height: 1.6;
    }
}