.container, .container-fluid {
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    padding-right: 2rem;
    padding-left: 2rem
}

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem
}

.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media only screen and (min-width: 48em) {
    .container {
        width: 49rem
    }

    .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width: 64em) {
    .container {
        width: 65rem
    }

    .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-offset-0, .col-md-offset-1, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width: 75em) {
    .container {
        width: 76rem
    }

    .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(https://uploads.staticjw.com/xn/xn80aodfsg/poppins-600-normal-devanagari1.woff2) format("woff2");
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(https://uploads.staticjw.com/xn/xn80aodfsg/poppins-600-normal-latin-ext1.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(https://uploads.staticjw.com/xn/xn80aodfsg/poppins-600-normal-latin1.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://uploads.staticjw.com/xn/xn80aodfsg/roboto-300-normal-cyrillic-ext1.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://uploads.staticjw.com/xn/xn80aodfsg/roboto-300-normal-cyrillic1.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://uploads.staticjw.com/xn/xn80aodfsg/roboto-300-normal-greek-ext1.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://uploads.staticjw.com/xn/xn80aodfsg/roboto-300-normal-greek1.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://uploads.staticjw.com/xn/xn80aodfsg/roboto-300-normal-vietnamese1.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://uploads.staticjw.com/xn/xn80aodfsg/roboto-300-normal-latin-ext1.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://uploads.staticjw.com/xn/xn80aodfsg/roboto-300-normal-latin1.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

body, html {
    font-size: 16px;
    background-color: #102768;
    font-family: Roboto, sans-serif;
    margin: 0 !important;
    overflow-x: hidden
}

.page-wrap {
    background-color: transparent;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    position: relative;
    z-index: 1
}

.show_mobile {
    display: block !important
}

@media (min-width: 768px) {
    .show_mobile {
        display: none !important
    }
}

.show_mobile_flex {
    display: flex !important
}

@media (min-width: 768px) {
    .show_mobile_flex {
        display: none !important
    }
}

.hide_mobile_flex {
    display: none !important
}

@media (min-width: 768px) {
    .hide_mobile_flex {
        display: flex !important
    }
}

.show_mobile_inline {
    display: inline-block !important
}

@media (min-width: 768px) {
    .show_mobile_inline {
        display: none !important
    }
}

.hide_mobile_inline {
    display: none !important
}

@media (min-width: 768px) {
    .hide_mobile_inline {
        display: inline-block !important
    }
}

.hide_mobile {
    display: none !important
}

@media (min-width: 768px) {
    .hide_mobile {
        display: block !important
    }
}

.fixed-back {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    margin-top: 110px;
    height: 100vh
}

@media (min-width: 768px) {
    .fixed-back {
        margin-top: 60px
    }
}

.fixed-back .fixedBackImage {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat
}

.copyright {
    padding: 10px;
    font-size: .8rem;
    text-align: center
}

#breadcrumbs {
    padding: 6px
}

.dropdown-flag svg {
    width: 1.2rem;
    height: auto;
    fill: #fff
}

@media (min-width: 768px) {
    .page-container-content .meta-data {
        height: 0
    }
}

.page-container-content ol, .page-container-content ul {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #464646
}

.page-container-content ol li, .page-container-content ul li {
    line-height: 2rem
}

.page-container-content div {
    line-height: 2rem
}

a[data-gallery=youtubevideos] .fa-youtube-play {
    line-height: 0;
    position: absolute;
    left: 44.7%
}

a[data-gallery=youtubevideos] .fa-youtube-play:before {
    content: "\25B6";
    margin-right: 6px;
    position: relative;
    top: -14rem;
    font-size: 40px;
    color: #fff;
    font-style: normal;
    right: -48%;
    background-color: red;
    padding: 11px 21px 6px 28px;
    border-radius: 18px;
    opacity: .88
}

@media (max-width: 768px) {
    a[data-gallery=youtubevideos] .fa-youtube-play:before {
        margin-left: -36px;
        top: -8rem
    }
}

a[data-gallery=youtubevideos]:hover {
    text-decoration: none !important
}

a[data-gallery=youtubevideos]:hover .fa-youtube-play:before {
    opacity: 1 !important
}

.operator-alert-overlay {
    max-width: 72px;
    position: relative;
    bottom: 11px;
    border-radius: 6px;
    opacity: .8
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


picture img {
    border-radius: 14px;
    margin: 20px auto;
}

.operator-alert-overlay > img {
    border-radius: 6px
}

.w-100 {
    width: 100% !important
}

.w-90 {
    width: 90% !important
}

.w-80 {
    width: 80% !important
}

.w-75 {
    width: 75% !important
}

.w-70 {
    width: 70% !important
}

.w-60 {
    width: 60% !important
}

.w-50 {
    width: 50% !important
}

.w-40 {
    width: 40% !important
}

.w-30 {
    width: 30% !important
}

.w-25 {
    width: 25% !important
}

.w-20 {
    width: 20% !important
}

.w-15 {
    width: 15% !important
}

.w-10 {
    width: 10% !important
}

.w-5 {
    width: 5% !important
}

.h-100 {
    height: 100% !important
}

.h-90 {
    height: 90% !important
}

.h-80 {
    height: 80% !important
}

.h-75 {
    height: 75% !important
}

.h-60 {
    height: 60% !important
}

.h-50 {
    height: 50% !important
}

.h-40 {
    height: 40% !important
}

.h-30 {
    height: 30% !important
}

.h-25 {
    height: 25% !important
}

.h-20 {
    height: 20% !important
}

.h-15 {
    height: 15% !important
}

.h-10 {
    height: 10% !important
}

.h-5 {
    height: 5% !important
}

@media screen and (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important
    }

    .w-sm-90 {
        width: 90% !important
    }

    .w-sm-80 {
        width: 80% !important
    }

    .w-sm-75 {
        width: 75% !important
    }

    .w-sm-60 {
        width: 60% !important
    }

    .w-sm-50 {
        width: 50% !important
    }

    .w-sm-40 {
        width: 40% !important
    }

    .w-sm-25 {
        width: 25% !important
    }

    .w-sm-20 {
        width: 20% !important
    }

    .w-sm-10 {
        width: 10% !important
    }
}

@media screen and (min-width: 768px) {
    .w-md-100 {
        width: 100% !important
    }

    .w-md-90 {
        width: 90% !important
    }

    .w-md-80 {
        width: 80% !important
    }

    .w-md-75 {
        width: 75% !important
    }

    .w-md-60 {
        width: 60% !important
    }

    .w-md-50 {
        width: 50% !important
    }

    .w-md-40 {
        width: 40% !important
    }

    .w-md-30 {
        width: 30% !important
    }

    .w-md-25 {
        width: 25% !important
    }

    .w-md-20 {
        width: 20% !important
    }

    .w-md-10 {
        width: 10% !important
    }
}

@media screen and (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important
    }

    .w-lg-95 {
        width: 95% !important
    }

    .w-lg-90 {
        width: 90% !important
    }

    .w-lg-85 {
        width: 85% !important
    }

    .w-lg-80 {
        width: 80% !important
    }

    .w-lg-75 {
        width: 75% !important
    }

    .w-lg-70 {
        width: 75% !important
    }

    .w-lg-60 {
        width: 60% !important
    }

    .w-lg-50 {
        width: 50% !important
    }

    .w-lg-40 {
        width: 40% !important
    }

    .w-lg-25 {
        width: 25% !important
    }

    .w-lg-20 {
        width: 20% !important
    }

    .w-lg-10 {
        width: 10% !important
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important
    }

    .w-xl-90 {
        width: 90% !important
    }

    .w-xl-80 {
        width: 80% !important
    }

    .w-xl-75 {
        width: 75% !important
    }

    .w-xl-70 {
        width: 75% !important
    }

    .w-xl-60 {
        width: 60% !important
    }

    .w-xl-50 {
        width: 50% !important
    }

    .w-xl-40 {
        width: 40% !important
    }

    .w-xl-25 {
        width: 25% !important
    }

    .w-xl-20 {
        width: 20% !important
    }

    .w-xl-10 {
        width: 10% !important
    }
}

.spacer-p {
    padding: 20px
}

.spacer-t {
    padding-top: 20px
}

.spacer-mb {
    margin-bottom: 1rem
}

.spacer-mb-s {
    margin-bottom: .5rem
}

.spacer-mt-s {
    margin-top: .5rem
}

.space-sides {
    padding-left: 15px;
    padding-right: 15px
}

.mb-mobile {
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .mb-mobile {
        margin-bottom: 0
    }
}

.space-y {
    padding-top: 15px;
    padding-bottom: 15px
}

.space-bottom {
    margin-bottom: 15px
}

.space-top {
    margin-top: 15px
}

.big-space-t {
    padding-top: 40px
}

.big-space-b {
    padding-bottom: 40px !important
}

.big-space-m-b {
    margin-bottom: 40px !important
}

.big-space-m-t {
    margin-top: 40px !important
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.pl-0 {
    padding-left: 0
}

.p-1 {
    padding: 5px
}

.box {
    margin-left: 15px;
    margin-right: 15px
}

@media (max-width: 576px) {
    .box-mobile {
        margin-left: 15px;
        margin-right: 15px
    }
}

.master .container > div.box {
    margin-right: 30px
}

@media (min-width: 769px) {
    .master .container > div.box {
        margin-right: 15px
    }
}

@media (min-width: 0px) {
    .master .container > div.box {
        margin-right: 15px
    }
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #102768;
    margin-bottom: 10px
}

h1 {
    font-size: 1.6rem
}

@media (min-width: 768px) {
    h1 {
        font-size: 1.8rem
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 2.9rem
    }
}

h2 {
    font-size: 1.4rem
}

@media (min-width: 768px) {
    h2 {
        font-size: 1.6rem
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 2.6rem
    }
}

h3 {
    font-size: 1.4rem
}

@media (min-width: 768px) {
    h3 {
        font-size: 1.6rem
    }
}

@media (min-width: 992px) {
    h3 {
        font-size: 1.8rem
    }
}

h4 {
    font-size: 1.8rem
}

h5 {
    font-size: 1.6rem
}

h6 {
    font-size: 1.4rem
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*p {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 2rem;
    color: #464646
}*/

strong {
    font-family: Poppins, sans-serif;
    font-weight: 600
}

a {
    color: #00008b;
    text-decoration: none
}

.text-capitalize {
    text-transform: capitalize
}

.text-uppercase {
    text-transform: uppercase
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.freespins-amount {
    color: #2773e6;
    font-family: Poppins, sans-serif;
    font-weight: 600
}

.bonus-amount {
    color: #e64c00;
    font-family: Poppins, sans-serif;
    font-weight: 600
}

.bonus-text, .review-header .no-bonus-text {
    color: #828282;
    font-family: Poppins, sans-serif;
    font-weight: 600
}

.no-bonus ul, .no-bonus ul.no-bonus {
    list-style: none;
    padding: 0;
    font-size: .8rem
}

.meta-data {
    padding-top: 15px;
    color: #464646
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.complianceText {
    font-size: .6rem;
    line-height: .8rem !important;
    display: block;
    color: #464646
}

.complianceText .bonus-terms {
    font-size: .6rem;
    line-height: .8rem !important;
    color: #464646
}

.review-rating {
    font-size: .8rem;
    font-family: Poppins, sans-serif;
    font-weight: 600
}

.review-rating svg {
    fill: #efce4a;
    stroke: #efce4a;
    vertical-align: middle;
    letter-spacing: .1rem;
    width: 20px;
    height: auto
}

.advert-sign {
    background-color: #9d9d9d;
    margin-left: -15px;
    margin-right: -15px
}

.advert-sign p {
    color: #fff;
    font-size: .8rem
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.justify-center {
    justify-content: center
}

.container {
    box-sizing: border-box
}

@media only screen and (min-width: 48em) {
    .container {
        width: 100%;
        max-width: 49rem
    }
}

@media only screen and (min-width: 64em) {
    .container {
        max-width: 65rem
    }
}

@media only screen and (min-width: 75em) {
    .container {
        max-width: 76rem
    }
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.visible-md {
    display: none
}

@media (min-width: 768px) {
    .visible-md {
        display: block
    }
}

.p-relative {
    position: relative
}

.img-fluid, .img-responsive {
    max-width: 100%;
    height: auto
}

img[bn-lazy-src] {
    opacity: 0
}

img:not(.initial) {
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -ms-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

img.error, img.initial, img.loaded {
    opacity: 1
}

img.error {
    display: none
}

img:not([src]) {
    visibility: hidden
}

.alert-wrapper img.loading {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.alert-wrapper img.loaded {
    padding-top: 0 !important
}

.decal-wrapper img.loading {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50.6666666667%
}

.decal-wrapper img.loaded {
    padding-top: 0 !important
}

.thumb-wrapper img.loading {
    display: block;
    content: "";
    width: 100%;
    padding-top: 64.9572649573%
}

.thumb-wrapper img.loaded {
    padding-top: 0 !important
}

.window-wrapper img.loading {
    display: block;
    content: "";
    width: 100%;
    padding-top: 8.5034013605%
}

.window-wrapper img.loaded {
    padding-top: 0 !important
}

.icon-60-wrapper img.loading {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.icon-60-wrapper img.loaded {
    padding-top: 0 !important
}

.icon-70-wrapper img.loading {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.icon-70-wrapper img.loaded {
    padding-top: 0 !important
}

.icon-120-wrapper img.loading {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.icon-120-wrapper img.loaded {
    padding-top: 0 !important
}

[style*="--aspect-ratio"] > :first-child {
    width: 100%
}

[style*="--aspect-ratio"] > img {
    height: auto
}

@supports (--custom:property) {
    [style*="--aspect-ratio"] {
        position: relative
    }

    [style*="--aspect-ratio"]::before {
        content: "";
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)))
    }

    [style*="--aspect-ratio"] > :first-child {
        position: absolute;
        top: 0;
        left: 0
    }
}

.shadow {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .16)
}

.box-space {
    padding: 10px 15px
}

.rounded {
    border-radius: 5px
}

@media (min-width: 768px) {
    .rounded-desktop {
        border-radius: 5px
    }
}

@media (min-width: 768px) {
    .rounded-desktop-top {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }
}

@media (min-width: 768px) {
    .rounded-desktop-bottom {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px
    }
}

.rounded-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.bordered {
    border: solid .2px #e6e6e6
}

.border-top-bottom {
    border-top: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d
}

.heading-box {
    padding: 20px
}

.heading-box h2 {
    margin-top: 0;
    margin-bottom: .4rem
}

.regulations {
    margin: 0;
    font-size: .8rem;
    line-height: 1rem;
    color: #00008b
}

.regulations a {
    color: #00008b
}

.page-container-content {
    padding: 20px;
    position: relative
}

.page-container-content h1 {
    line-height: 2rem
}

@media (min-width: 992px) {
    .page-container-content h1 {
        line-height: 3.1rem
    }
}

.page-container-content h2 {
    line-height: 1.8rem
}

@media (min-width: 992px) {
    .page-container-content h2 {
        line-height: 2.8rem
    }
}

#blur {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1092;
    display: none;
    background-color: rgba(0, 0, 0, .6)
}

#blur.blur-on {
    display: block
}

#blur.nav-blur-on {
    z-index: 1085;
    display: block
}

.card-shadow {
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .42);
    -moz-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .42);
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .42)
}

.page-container-content iframe {
    max-width: 710px;
    width: 100%;
    height: 200px;
    border: 0;
    display: block;
    margin: 0 auto
}

@media (min-width: 576px) {
    .page-container-content iframe {
        height: 300px
    }
}

@media (min-width: 768px) {
    .page-container-content iframe {
        height: 400px
    }
}

.bg-light {
    background-color: #f6f6f6
}

.bg-white {
    background-color: #fff
}

.bg-base-theme {
    background-color: #102768
}

.bg-base-theme-contrast {
    background-color: #fff
}

.go-link, .linkBtn {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: .1rem;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 10px;
    background-color: #208910;
    color: #fff;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.go-link:focus, .go-link:hover, .linkBtn:focus, .linkBtn:hover {
    background-color: #208910;
    color: #fff;
    text-decoration: none
}

p .linkBtn, table .linkBtn {
    border-radius: 5px;
    display: block;
    max-width: 80%;
    margin: 0 auto;
    text-align: center
}

@media (min-width: 768px) {
    p .linkBtn, table .linkBtn {
        max-width: 60%
    }
}

.internal-link, .internalBtn {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: .1rem;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 10px;
    max-width: 90%;
    white-space: nowrap;
    background-color: #0574ab;
    color: #fff;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.internal-link:focus, .internal-link:hover, .internalBtn:focus, .internalBtn:hover {
    background-color: #0696dd;
    color: #fff;
    text-decoration: none !important
}

@media (min-width: 1200px) {
    .internal-link, .internalBtn {
        font-size: 1.2rem
    }
}

#contact_form .internalBtn {
    padding: 10px 5px;
    display: block;
    text-align: center
}

.shareBtn {
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #102768;
    border-radius: 10px;
    vertical-align: middle;
    margin-left: 15px
}

.shareBtn svg {
    width: 20px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.shareBtn svg path {
    fill: #102768
}

.disable-link {
    pointer-events: none;
    opacity: .4
}

#contact_form .btn-dark {
    background-color: #102768;
    color: #fff;
    padding: 10px 40px;
    border-radius: 5px
}

.btn-dark {
    color: #fff !important;
    text-decoration: none
}

img.full {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px
}

img.floatRight {
    float: none
}

@media (min-width: 768px) {
    img.floatRight {
        float: right
    }
}

img.floatLeft {
    float: none
}

@media (min-width: 768px) {
    img.floatLeft {
        float: left
    }
}

img.thumb {
    width: 100%;
    max-width: 117px;
    display: block;
    border-radius: 6px
}

img.thumb-big {
    min-width: 100%;
    max-width: 117px;
    display: block
}

.widget .img-responsive {
    width: 100%;
    max-width: auto;
    margin: 0
}

.widget .rating {
    color: #e64c00 !important;
    font-size: 1rem;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    letter-spacing: .1rem
}

.widget .rating svg {
    width: 20px;
    height: auto
}

.widget .casinoTitle a {
    font-size: 1.2rem;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    text-transform: none
}

.widget .welcome-offer {
    color: #464646;
    font-size: .8rem;
    line-height: 1rem;
    font-family: Poppins, sans-serif;
    display: block
}

@media (min-width: 576px) {
    .widget .welcome-offer {
        font-size: 1.2rem;
        line-height: 1.4rem
    }
}

@media (max-width: 576px) {
    .widget .welcome-offer {
        padding-top: 12px;
        padding-bottom: 12px
    }
}

.widget .go-link {
    display: block;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px
}

.widget .go-link-holder a, .widget-box .go-link-holder a {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 10px;
    display: block;
    border-radius: 5px;
    text-align: center;
    background-color: #208910;
    color: #fff
}

.widget .go-link-holder a:focus, .widget .go-link-holder a:hover, .widget-box .go-link-holder a:focus, .widget-box .go-link-holder a:hover {
    background-color: #208910;
    color: #fff;
    text-decoration: none
}

@media (min-width: 992px) {
    .widget .go-link-holder a, .widget-box .go-link-holder a {
        font-size: 1.2rem;
        letter-spacing: .1rem
    }
}

#cookie-warning {
    height: auto;
    bottom: 0;
    position: fixed;
    z-index: 2;
    -webkit-box-shadow: 0 -4px 10px -5px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 -4px 10px -5px rgba(0, 0, 0, .75);
    box-shadow: 0 -4px 10px -5px rgba(0, 0, 0, .75)
}

@media (min-width: 768px) {
    #cookie-warning {
        height: 45px
    }
}

#cookie-warning p {
    margin: 5px 0 5px;
    font-size: .8rem;
    line-height: 1rem
}

@media (min-width: 768px) {
    #cookie-warning p {
        line-height: 45px;
        margin: 0
    }
}

#cookie-warning .mb-mobile {
    margin-bottom: 5px
}

#cookie-warning .link-btn {
    background-color: #102768;
    color: #fff;
    padding: 10px 5px;
    width: 100%;
    border-radius: 5px;
    display: block;
    font-size: .6rem
}

#cookie-warning .link-btn:hover {
    text-decoration: none
}

#cookie-options .table {
    font-size: .8rem
}

#cookie-options .table p {
    font-size: .8rem
}

.cookie-options-table {
    padding-bottom: 40px;
    display: block
}

.cookie-options-table .table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: #9d9d9d;
    max-width: auto
}

.cookie-options-table .table th {
    text-align: center
}

.cookie-options-table .table td, .cookie-options-table .table th {
    border: 1px solid #9d9d9d;
    vertical-align: middle;
    padding: 10px
}

.cookie-options-table .table .info {
    background-color: #9d9d9d;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 600
}

.cookie-options-table .table p, .cookie-options-table .table ul li {
    padding: 0;
    margin: 0 !important;
    font-size: 16px;
    line-height: 18px
}

.cookie-options-table .table ul {
    margin-top: 0;
    margin-bottom: 0
}

.cookie-options-table .table tr td:nth-child(1) {
    min-width: 200px
}

.cookie-options-table .table tr td:nth-child(2) {
    min-width: 200px
}

.cookie-options-table .table tr td:nth-child(3) {
    min-width: 300px
}

.cookie-options-table .table tr td:nth-child(4) {
    min-width: 300px
}

.widget .img-responsive {
    width: 100%;
    max-width: auto;
    margin: 0
}

.widget .rating {
    color: #e64c00 !important;
    font-size: 1rem;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    letter-spacing: .1rem
}

.widget .rating svg {
    width: 20px;
    height: auto
}

.widget .casinoTitle a {
    font-size: 1.2rem;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    text-transform: none
}

.widget .welcome-offer {
    color: #464646;
    font-size: .8rem;
    line-height: 1rem;
    font-family: Poppins, sans-serif;
    display: block
}

@media (min-width: 576px) {
    .widget .welcome-offer {
        font-size: 1.2rem;
        line-height: 1.4rem
    }
}

@media (max-width: 576px) {
    .widget .welcome-offer {
        padding-top: 12px;
        padding-bottom: 12px
    }
}

.widget .go-link {
    display: block;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px
}

.widget .go-link-holder a, .widget-box .go-link-holder a {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 10px;
    display: block;
    border-radius: 5px;
    text-align: center;
    background-color: #208910;
    color: #fff
}

.widget .go-link-holder a:focus, .widget .go-link-holder a:hover, .widget-box .go-link-holder a:focus, .widget-box .go-link-holder a:hover {
    background-color: #208910;
    color: #fff;
    text-decoration: none
}

@media (min-width: 992px) {
    .widget .go-link-holder a, .widget-box .go-link-holder a {
        font-size: 1.2rem;
        letter-spacing: .1rem
    }
}

@keyframes spinning-circle {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 150.6 100.4
    }
    50% {
        stroke-dasharray: 1 250
    }
    100% {
        stroke-dashoffset: 502;
        stroke-dasharray: 150.6 100.4
    }
}

.spinner {
    display: block;
    margin: auto;
    padding: 100px
}

.spinner__circle {
    animation: 2s linear spinning-circle infinite
}

.spin {
    width: 100px;
    height: auto;
    display: block;
    margin: auto;
    padding: 100px;
    animation-name: spin;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.rotate-90 svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: center center
}

svg {
    -webkit-transition: transform linear .2s;
    -moz-transition: transform linear .2s;
    -ms-transition: transform linear .2s;
    -o-transition: transform linear .2s;
    transition: transform linear .2s
}

.rotate-180 svg {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transform-origin: center center
}

@keyframes pulse {
    from {
        opacity: 1;
        transform: scale(1)
    }
    to {
        opacity: .25;
        transform: scale(.75)
    }
}

.loader .pulse-container {
    margin: auto;
    width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.loader .pulse-container > div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff
}

.loader .pulse-container > div:nth-child(1) {
    animation: pulse .4s ease 0s infinite alternate
}

.loader .pulse-container > div:nth-child(2) {
    animation: pulse .4s ease .2s infinite alternate
}

.loader .pulse-container > div:nth-child(3) {
    animation: pulse .4s ease .4s infinite alternate
}

table, th, td {
    border: 1px solid;
    padding: 5px;
    margin: 5px;
}

.wrap {
    position: relative;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

#tinyUrlModal .modal-header {
    background-color: #102768 !important;
    color: #fff !important
}

#tinyUrlModal a {
    background-color: #102768 !important;
    color: #fff !important;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    display: block
}

.modal {
    position: fixed;
    top: 10px;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 800px;
    max-height: 500px;
    height: auto;
    width: 100%;
    z-index: 1098;
    margin: auto
}

@media (min-width: 576px) {
    .modal {
        top: 60px
    }
}

.modal .modal-dialog .modal-content .modal-header {
    background-color: #102768 !important;
    padding: 10px;
    position: relative
}

.modal .modal-dialog .modal-content .modal-header .close {
    border: 0;
    box-shadow: none;
    position: relative;
    width: 15%;
    float: right;
    text-align: right;
    margin-right: 0;
    color: #fff;
    background-color: transparent;
    font-size: 2rem;
    line-height: 20px
}

.modal .modal-dialog .modal-content .modal-header .close:focus, .modal .modal-dialog .modal-content .modal-header .close:hover {
    border: 0;
    box-shadow: none;
    outline: 0
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
    margin: 0;
    color: #fff !important;
    font-size: 1rem;
    display: inline-block;
    width: 80%;
    vertical-align: middle
}

.modal .modal-dialog .modal-content .modal-body {
    background-color: #fff;
    padding: 10px
}

.modal .modal-dialog .modal-content .modal-body iframe {
    width: 100%;
    min-height: 400px;
    border: 0
}

.r-list {
    --uirListPaddingLeft: var(--rListPaddingLeft, 0);
    --uirListMarginTop: var(--rListMarginTop, 0);
    --uirListMarginBottom: var(--rListMarginBottom, 0);
    --uirListListStyle: var(--rListListStyle, none);
    padding-left: var(--uirListPaddingLeft) !important;
    margin-top: var(--uirListMarginTop) !important;
    margin-bottom: var(--uirListMarginBottom) !important;
    list-style: var(--uirListListStyle) !important
}

.r-link {
    --uirLinkDisplay: var(--rLinkDisplay, inline-flex);
    --uirLinkTextColor: var(--rLinkTextColor);
    --uirLinkTextDecoration: var(--rLinkTextDecoration, none);
    display: var(--uirLinkDisplay) !important;
    color: var(--uirLinkTextColor) !important;
    -webkit-text-decoration: var(--uirLinkTextDecoration) !important;
    text-decoration: var(--uirLinkTextDecoration) !important
}

.breadcrumb {
    --uiBreadcrumbDividerColor: var(--breadcrumbDividerColor, inherit);
    --uiBreadcrumbDividerSize: var(--breadcrumbDividerSize, 1rem);
    --uiBreadcrumbIndent: var(--breadcrumbIndent, 1rem);
    --uiBreadcrumbTextColor: var(--breadcrumbTextColor);
    --uiBreadcrumbTextColorActive: var(--breadcrumbTextColorActive);
    --breadcrumbDividerColor: var(--uiBreadcrumbTextColor);
    --rLinkTextColor: var(--uiBreadcrumbTextColor)
}

.breadcrumb .r-list {
    --uirListPaddingLeft: var(--rListPaddingLeft, 0);
    --uirListMarginTop: var(--rListMarginTop, 0);
    --uirListMarginBottom: var(--rListMarginBottom, 0);
    --uirListListStyle: var(--rListListStyle, none);
    padding-left: var(--uirListPaddingLeft) !important;
    margin-top: var(--uirListMarginTop) !important;
    margin-bottom: var(--uirListMarginBottom) !important;
    list-style: var(--uirListListStyle) !important
}

.breadcrumb .r-link {
    --uirLinkDisplay: var(--rLinkDisplay, inline-flex);
    --uirLinkTextColor: var(--rLinkTextColor);
    --uirLinkTextDecoration: var(--rLinkTextDecoration, none);
    display: var(--uirLinkDisplay) !important;
    color: var(--uirLinkTextColor) !important;
    -webkit-text-decoration: var(--uirLinkTextDecoration) !important;
    text-decoration: var(--uirLinkTextDecoration) !important
}

.breadcrumb .breadcrumb__list {
    display: flex;
    flex-wrap: wrap
}

.breadcrumb .breadcrumb__group {
    display: inline-flex;
    align-items: center
}

.breadcrumb .breadcrumb__group:nth-of-type(n+2) {
    margin-left: var(--uiBreadcrumbIndent)
}

.breadcrumb .breadcrumb__divider {
    margin-left: var(--uiBreadcrumbIndent);
    font-size: var(--uiBreadcrumbDividerSize)
}

.breadcrumb .breadcrumb__divider {
    color: var(--uiBreadcrumbDividerColor)
}

.breadcrumb.breadcrumb_type1 {
    --breadcrumbDividerSize: 1rem
}

.panel .panel-header {
    border-bottom: 1px solid #b1b1b1
}

.panel .panel-header .toggle-panel {
    color: #9d9d9d;
    font-family: Poppins, sans-serif;
    padding: 10px 5px
}

.panel .panel-header .toggle-panel svg {
    margin-left: 10px;
    width: 1rem;
    height: auto
}

.panel .panel-header .toggle-panel svg path {
    fill: #9d9d9d
}

.panel.panel-danger {
    border: 1px solid #ebccd1
}

.panel.panel-danger > .panel-heading {
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel.panel-danger > .panel-heading h4 {
    margin: 0;
    color: #a94442;
    font-size: 1rem
}

.panel.panel-danger .panel-body {
    font-size: .8rem
}

.panel.panel-danger .panel-body.spacer-p {
    padding: 5px 15px
}

.panel .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel .panel-body .list-item {
    color: #9d9d9d;
    font-family: Poppins, sans-serif
}

.panel .panel-body .list-item:nth-child(even) {
    background-color: #f6f6f6
}

.panel .panel-body .list-item a, .panel .panel-body .list-item > .d-block {
    color: #9d9d9d;
    padding: 5px 10px
}

.panel .panel-body .list-item img {
    width: 100%;
    height: auto
}

.panel .panel-body .list-item svg {
    width: 20px;
    height: auto;
    display: block
}

.contact-form {
    margin-bottom: 60px
}

.contact-form .wrap-input {
    display: block;
    width: 100%
}

.contact-form .wrap-input input[type=text], .contact-form .wrap-input textarea {
    padding: 15px 15px;
    border-radius: 5px;
    background-color: #f6f6f6;
    box-shadow: none;
    border: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 16px
}

.contact-form .wrap-input textarea {
    min-height: 200px
}

.contact-form .wrap-input .styled-checkbox {
    position: absolute;
    opacity: 0;
    margin-bottom: 20px
}

.contact-form .wrap-input .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0
}

.contact-form .wrap-input .styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6
}

.contact-form .wrap-input .styled-checkbox:hover + label:before {
    border: 1px solid rgba(0, 0, 0, .4)
}

.contact-form .wrap-input .styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .12)
}

.contact-form .wrap-input .styled-checkbox:checked + label:before {
    background-color: #f6f6f6
}

.contact-form .wrap-input .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto
}

.contact-form .wrap-input .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd
}

.contact-form .wrap-input .styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #102768, 4px 0 0 #102768, 4px -2px 0 #102768, 4px -4px 0 #102768, 4px -6px 0 #102768, 4px -8px 0 #102768;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.contact-form .contact-form-submit {
    margin-top: 20px
}

.contact-form .contact-form-submit button {
    background-color: #102768;
    color: #fff;
    border-radius: 10px;
    padding: 10px 25px;
    font-size: 16px;
    text-align: center;
    min-width: 200px
}

.contact-form .contact-form-submit button:disabled {
    opacity: .4;
    pointer-events: none
}

.contact-form .form-error span {
    margin-top: 20px;
    display: none;
    background-color: #da5151;
    color: #fff;
    padding: 15px 15px
}

#contact_form .form-loading, #contact_form .form-success {
    margin-top: 20px;
    display: none;
    min-height: 300px
}

#contact_form .form-loading svg {
    width: 200px;
    height: auto;
    -webkit-transition: transform linear .2s;
    -moz-transition: transform linear .2s;
    -ms-transition: transform linear .2s;
    -o-transition: transform linear .2s;
    transition: transform linear .2s
}

#contact_form .form-loading svg path {
    fill: #102768
}

#contact_form .form-loading svg path.spinner__rect {
    fill: none
}

#search-results #CiestaSearchForm .input-container {
    overflow: hidden;
    vertical-align: middle
}

#search-results #CiestaSearchForm .input-container input {
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: #9d9d9d;
    font-size: 1rem
}

#search-results #CiestaSearchForm button {
    display: inline-block;
    vertical-align: middle;
    float: right;
    padding: 8px;
    background-color: transparent;
    box-shadow: none;
    border: 0
}

#search-results #CiestaSearchForm button svg {
    width: 20px
}

#search-results #search-results-total {
    font-size: 14px
}

.carousel {
    position: relative;
    width: 100%;
    text-align: center
}

.carousel .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    animation: .5s ease-in-out
}

.carousel .carousel-inner > .active, .carousel .carousel-inner > .next {
    display: block
}

.carousel .carousel-inner > .next {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel .carousel-inner > .to-left {
    animation-name: left
}

.carousel .carousel-inner > .from-right {
    animation-name: right
}

.carousel .carousel-inner > .to-right {
    animation-name: right;
    animation-direction: reverse
}

.carousel .carousel-inner > .from-left {
    animation-name: left;
    animation-direction: reverse
}

.carousel .carousel-control {
    position: absolute;
    top: 0;
    bottom: 32px;
    left: 0;
    width: 30px;
    cursor: pointer
}

.carousel .carousel-control.right {
    right: 0;
    left: auto
}

.carousel .carousel-control > .arrow {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 444.819 444.819'%3E%3Cdefs/%3E%3Cg%3E%3Cpath d='M352.025 196.712L165.884 10.848C159.029 3.615 150.469 0 140.187 0s-18.842 3.619-25.697 10.848L92.792 32.264c-7.044 7.043-10.566 15.604-10.566 25.692 0 9.897 3.521 18.56 10.566 25.981L231.545 222.41 92.786 361.168c-7.042 7.043-10.564 15.604-10.564 25.693 0 9.896 3.521 18.562 10.564 25.98l21.7 21.413c7.043 7.043 15.612 10.564 25.697 10.564 10.089 0 18.656-3.521 25.697-10.564L352.025 248.39c7.046-7.423 10.571-16.084 10.571-25.981.001-10.088-3.525-18.654-10.571-25.697z'/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
    background-size: contain;
    opacity: 1;
    transform: translateY(-50%)
}

.carousel .carousel-control > .arrow:hover {
    opacity: .8
}

.carousel .carousel-control > .arrow.left {
    transform: translateY(-50%) rotate(180deg)
}

.carousel .carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding-left: 0;
    margin: 0;
    list-style: none;
    transform: translateX(-50%)
}

.carousel .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 10px
}

.carousel .carousel-indicators li.active {
    background-color: #000
}

@keyframes left {
    from {
        left: 0
    }
    to {
        left: -100%
    }
}

@keyframes right {
    from {
        left: 100%
    }
    to {
        left: 0
    }
}

#four-o-four .oops {
    color: #102768;
    line-height: normal;
    font-size: 5.5rem
}

@media (min-width: 576px) {
    #four-o-four .oops {
        font-size: 6.5rem
    }
}

@media (min-width: 768px) {
    #four-o-four .oops {
        font-size: 8rem
    }
}

@media (min-width: 992px) {
    #four-o-four h2 {
        font-size: 1.6rem
    }
}

#four-o-four h3 {
    font-size: 1rem;
    margin-bottom: 0
}

#video-modal, #video-modal #video-modal-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000
}

#video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0;
    -webkit-transform: translate(500%, 0);
    -moz-transform: translate(500%, 0);
    -o-transform: translate(500%, 0);
    -ms-transform: translate(500%, 0);
    transform: translate(500%, 0);
    -webkit-transition: transform 0s linear 0s;
    -moz-transition: transform 0s linear 0s;
    -ms-transition: transform 0s linear 0s;
    -o-transition: transform 0s linear 0s;
    transition: transform 0s linear 0s;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

#video-modal #video-modal-overlay {
    z-index: 0;
    background: rgba(13, 1, 61, 0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-out 50ms;
    -moz-transition: opacity .2s ease-out 50ms;
    -ms-transition: opacity .2s ease-out 50ms;
    -o-transition: opacity .2s ease-out 50ms;
    transition: opacity .2s ease-out 50ms
}

#video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin: 0 auto;
    overflow-y: visible;
    background: #000;
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * .5625)
}

@media (min-aspect-ratio: 16 / 9) {
    #video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0;
        padding-left: calc((100vh - 10em) * 1.7778)
    }
}

@media (max-width: 640px) {
    #video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * .5625)
    }
}

#video-modal-content iframe#youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .5)
}

#video-modal.show-video-modal {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

#video-modal.show-video-modal #video-modal-overlay {
    opacity: 1
}

#video-modal.show-video-modal #video-modal-content {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.navbar {
    position: relative;
    font-family: Poppins, sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #102768;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1090;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60px
}

.navbar > .container, .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar .hand-link {
    cursor: pointer
}

.navbar .dropdown-title {
    font-size: 1.2rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 4px
}

.navbar .dropdown-title:hover {
    text-decoration: underline
}

.navbar .pointer-link {
    cursor: default
}

.navbar .navbar-brand {
    margin-top: .2rem;
    margin-bottom: .2rem;
    margin-right: .2rem;
    line-height: inherit;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    width: 130px !important
}

@media (min-width: 768px) {
    .navbar .navbar-brand {
        min-width: 130px !important
    }
}

.navbar .navbar-brand:focus, .navbar .navbar-brand:hover {
    text-decoration: none
}

.navbar .navbar-brand .logo, .navbar .navbar-brand .logo_text {
    height: 42px;
    width: auto
}

@media (min-width: 768px) {
    .navbar .navbar-brand .logo, .navbar .navbar-brand .logo_text {
        height: 52px
    }
}

.navbar .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    color: #fff
}

.navbar .navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar .navbar-toggler {
    padding: .2rem;
    line-height: 1;
    background-color: transparent;
    border: 0;
    margin-right: 20px
}

.navbar .navbar-toggler:focus, .navbar .navbar-toggler:hover {
    text-decoration: none
}

.navbar .navbar-toggler .navbar-toggler-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar .navbar-toggler .navbar-toggler-close {
    font-size: 2rem;
    color: #fff
}

@media (min-width: 768px) {
    .navbar.navbar-expand > .container, .navbar.navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar.navbar-expand {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar.navbar-expand .navbar-nav {
        flex-direction: row
    }

    .navbar.navbar-expand .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar.navbar-expand .navbar-nav .nav-link {
        padding-right: .2rem;
        padding-left: .2rem
    }

    .navbar.navbar-expand > .container, .navbar.navbar-expand > .container-fluid {
        flex-wrap: nowrap
    }

    .navbar.navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
}

.navbar .top-desktop-menu {
    margin-right: auto;
    padding: 10px 0 10px;
    font-size: .8rem;
    max-height: 58px;
    overflow: hidden
}

@media (min-width: 768px) {
    .navbar .top-desktop-menu {
        padding: 0;
        font-size: 1rem
    }
}

.navbar .top-desktop-menu img {
    width: 20px;
    height: 20px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .navbar .top-desktop-menu .nav {
        margin-left: 20px
    }

    .navbar .top-desktop-menu .nav .nav-item {
        padding-left: 15px;
        padding-right: 15px
    }
}

.navbar .age-restriction svg, .navbar .dropdown-flag svg, .navbar .search-trigger svg {
    width: 1.2rem;
    height: auto;
    fill: #fff
}

@media (min-width: 768px) {
    .navbar .age-restriction {
        margin-left: 5px
    }
}

.navbar .dropdown-flag, .navbar .search-trigger {
    margin-left: 5px
}

.navbar .sisters-dropdown {
    position: absolute;
    margin-left: 0;
    margin-top: 4px;
    width: 210px;
    background: #fff;
    color: #102768;
    border-radius: 5px;
    top: 35px;
    right: 0;
    display: none;
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    z-index: 1096;
    border: 1px solid #333;
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .42);
    -moz-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .42);
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .42)
}

@media (min-width: 768px) {
    .navbar .sisters-dropdown {
        margin-left: -135px;
        margin-top: 10px;
        top: unset;
        right: unset;
        max-height: unset;
        overflow-y: visible
    }
}

.navbar .sisters-dropdown ul {
    display: block;
    list-style: none;
    padding-left: 10px;
    margin-top: 5px
}

.navbar .sisters-dropdown ul li {
    padding-top: 8px
}

.navbar .sisters-dropdown ul li a {
    color: #102768
}

.navbar .sisters-dropdown ul li a img {
    width: 16px;
    height: auto
}

.navbar .sisters-dropdown.collapse {
    display: block
}

.navbar .dropdown {
    margin-right: 42px
}

.navbar .sidebar-navbar {
    width: 100vw;
    left: -100vw;
    height: calc(100% - 105px);
    position: fixed;
    bottom: 0;
    background-color: #102768;
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: content-box;
    z-index: 1095;
    -webkit-transition: left linear .3s;
    -moz-transition: left linear .3s;
    -ms-transition: left linear .3s;
    -o-transition: left linear .3s;
    transition: left linear .3s
}

@media (min-width: 768px) {
    .navbar .sidebar-navbar {
        width: 600px;
        left: -600px;
        height: calc(100% - 58px)
    }
}

.navbar .sidebar-navbar::-webkit-scrollbar {
    width: 0;
    background: 0 0
}

.navbar .sidebar-navbar.slide-in {
    left: 0
}

.navbar .sidebar-navbar .navbar_container {
    padding: 20px
}

.navbar .sidebar-navbar svg {
    width: 15px;
    height: auto;
    -webkit-transition: transform linear .2s;
    -moz-transition: transform linear .2s;
    -ms-transition: transform linear .2s;
    -o-transition: transform linear .2s;
    transition: transform linear .2s
}

.navbar .sidebar-navbar svg path {
    fill: #fff
}

.navbar .sidebar-navbar svg path.spinner__rect {
    fill: none
}

.navbar .sidebar-navbar .tabset > input[type=radio] {
    position: absolute;
    left: -200vw
}

.navbar .sidebar-navbar .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child, .navbar .sidebar-navbar .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6), .navbar .sidebar-navbar .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2), .navbar .sidebar-navbar .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3), .navbar .sidebar-navbar .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4), .navbar .sidebar-navbar .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5) {
    display: block
}

.navbar .sidebar-navbar .tabset label {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    width: 50%;
    padding: 5px 0;
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 87%
}

.navbar .sidebar-navbar .tabset label.active-tab {
    background-color: #fff;
    color: #102768 !important
}

.navbar .sidebar-navbar .tabset label:not(.active-tab):hover {
    cursor: pointer;
    background-color: #e6e6e6;
    color: #102768 !important
}

.navbar .sidebar-navbar .tab-panels {
    padding-top: 15px
}

.navbar .sidebar-navbar .no-sections .tab-panel, .navbar .sidebar-navbar .tab-panels .tab-panel {
    display: none
}

.navbar .sidebar-navbar .no-sections > .nav, .navbar .sidebar-navbar .tab-panels > .nav {
    margin-top: 15px
}

.navbar .sidebar-navbar .no-sections .nav, .navbar .sidebar-navbar .tab-panels .nav {
    display: block
}

.navbar .sidebar-navbar .no-sections .nav .nav-item, .navbar .sidebar-navbar .tab-panels .nav .nav-item {
    display: block;
    flex: none;
    padding: 15px 0
}

.navbar .sidebar-navbar .no-sections .nav .nav-item .nav-link, .navbar .sidebar-navbar .tab-panels .nav .nav-item .nav-link {
    display: block
}

.navbar .sidebar-navbar .no-sections .nav .nav-item .nav-link img, .navbar .sidebar-navbar .tab-panels .nav .nav-item .nav-link img {
    margin-right: 10px;
    width: 25px;
    vertical-align: middle
}

.navbar .sidebar-navbar .no-sections .nav .nav-item .nav-link.collapsed svg, .navbar .sidebar-navbar .tab-panels .nav .nav-item .nav-link.collapsed svg {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transform-origin: center center
}

.navbar .sidebar-navbar .no-sections .nav .nav-item .dropdown, .navbar .sidebar-navbar .tab-panels .nav .nav-item .dropdown {
    display: none;
    -webkit-transition: height linear .2s;
    -moz-transition: height linear .2s;
    -ms-transition: height linear .2s;
    -o-transition: height linear .2s;
    transition: height linear .2s
}

.navbar .sidebar-navbar .no-sections .nav .nav-item .dropdown.collapse, .navbar .sidebar-navbar .tab-panels .nav .nav-item .dropdown.collapse {
    display: block
}

.navbar .sidebar-navbar .no-sections .nav .nav-item .dropdown .row, .navbar .sidebar-navbar .tab-panels .nav .nav-item .dropdown .row {
    padding-top: 15px
}

.navbar .sidebar-navbar .no-sections .nav .nav-item .dropdown .nav-link, .navbar .sidebar-navbar .tab-panels .nav .nav-item .dropdown .nav-link {
    pointer-events: all
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 0
}

.nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    color: #fff;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.nav .nav-link:not([href]) {
    cursor: default
}

.nav.nav-tabs .nav-item {
    padding: 10px 0;
    border-bottom: 1px solid #9d9d9d
}

.nav.nav-tabs .nav-item.active {
    border-bottom: 1px solid #fff
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.navbar-search {
    position: fixed;
    z-index: 1090;
    top: 58px;
    left: 0;
    right: 0;
    opacity: 1;
    overflow: hidden;
    height: 70px;
    -webkit-transition: height .2s linear;
    -moz-transition: height .2s linear;
    -ms-transition: height .2s linear;
    -o-transition: height .2s linear;
    transition: height .2s linear
}

.navbar-search.hidden {
    height: 0
}

.navbar-search form .input-container {
    overflow: hidden;
    vertical-align: middle
}

.navbar-search form .input-container input {
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: #9d9d9d;
    font-size: 1rem
}

.navbar-search form button {
    display: inline-block;
    vertical-align: middle;
    float: right;
    padding: 10px;
    background-color: transparent;
    box-shadow: none;
    border: 0
}

.navbar-search form button svg {
    width: 1rem
}

.home-spread {
    margin-top: 110px;
    height: 240px
}

@media (min-width: 768px) {
    .home-spread {
        min-height: 400px;
        margin-top: 60px
    }
}

.home-spread h1, .home-spread p {
    color: #fff
}

.home-spread h1 {
    font-size: 1rem
}

@media (min-width: 576px) {
    .home-spread h1 {
        font-size: 2rem
    }
}

@media (min-width: 992px) {
    .home-spread h1 {
        font-size: 2.6rem
    }
}

.home-spread p {
    font-size: .8rem;
    line-height: 1.3rem
}

@media (min-width: 768px) {
    .home-spread p {
        font-size: 1rem
    }
}

.navbar-space {
    height: 110px
}

@media (min-width: 768px) {
    .navbar-space {
        height: 60px
    }
}

.navbar-space.review-spread {
    height: 110px
}

@media (min-width: 768px) {
    .navbar-space.review-spread {
        height: 200px
    }
}

@media (min-width: 768px) {
    .casino-table .filter-box {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.casino-table .filter-box .regulations {
    padding: 15px 0 5px;
    display: block
}

.casino-table .filter-box .nav {
    padding: 0 20px
}

.casino-table .filter-box .nav-item {
    padding: 5px 10px
}

.casino-table .filter-box .nav-item.active-filter {
    border-bottom: 2px solid #102768
}

.casino-table .filter-box .nav-item.active-filter .nav-link {
    color: #102768
}

.casino-table .filter-box .nav-item .nav-link {
    color: #9d9d9d;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    background-color: transparent;
    font-size: 1rem;
    box-shadow: none;
    border: 0;
    line-height: 27px;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.casino-table .filter-box .nav-item .nav-link:disabled {
    color: #464646 !important;
    font-size: 1rem;
    line-height: 27px
}

.casino-table .filter-box .dropdown .dropdown-toggle {
    width: 100%;
    background-color: transparent;
    font-size: 1rem;
    padding: 5px 0;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #102768 !important;
    border: 0;
    box-shadow: none
}

.casino-table .filter-box .dropdown .dropdown-toggle svg {
    height: .6rem;
    width: auto;
    margin-top: 10px;
    display: inline-block
}

.casino-table .filter-box .dropdown .dropdown-toggle.collapsed svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.casino-table .filter-box .dropdown .dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none
}

.casino-table .filter-box .dropdown .dropdown-menu.collapse {
    display: block
}

.casino-table .filter-box .dropdown .dropdown-menu .nav-item {
    display: block
}

.casino-table .filter-box .dropdown .dropdown-menu .nav-item .nav-link {
    padding: 5px 0;
    width: 100%;
    font-size: 1rem;
    text-align: center;
    border-top: 1px solid #ccc
}

.casino-table .operator-box {
    padding: 10px 0 0
}

.casino-table .operator-box.no-rg {
    padding-bottom: 10px
}

.casino-table .operator-box.spacer-mb-s {
    margin-bottom: .4rem
}

.casino-table .operator-box .row {
    margin: 0
}

.casino-table .operator-box .rating {
    color: #e64c00 !important;
    font-size: 1rem;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    letter-spacing: .1rem
}

.casino-table .operator-box .rating svg {
    fill: #efce4a;
    stroke: #efce4a;
    width: 20px;
    height: auto
}

.casino-table .operator-box .operator-alert {
    max-width: 72px
}

.casino-table .operator-box .operator-name {
    color: #102768;
    font-size: 1.2rem;
    font-family: Poppins, sans-serif;
    font-weight: 600
}

@media (min-width: 1200px) {
    .casino-table .operator-box .bonus-amount, .casino-table .operator-box .bonus-text, .casino-table .operator-box .freespins-amount, .casino-table .operator-box .review-header .no-bonus-text, .review-header .casino-table .operator-box .no-bonus-text {
        font-size: 1.5rem
    }
}

.casino-table .operator-box .bonus-terms {
    font-size: .6rem;
    text-align: center;
    margin-top: 5px;
    background-color: #f6f6f6;
    padding: 4px .5rem
}

.casino-table .operator-box .review-link {
    text-decoration: underline;
    font-size: .8rem;
    color: #00008b
}

.casino-table .operator-box .review-link__wrap {
    line-height: .8rem
}

.casino-table .operator-box .usp-list {
    list-style: disc;
    padding: 0;
    margin: 0;
    font-family: Poppins, sans-serif;
    color: #464646;
    font-size: .6rem
}

.casino-table .operator-box .usp-list.no-bullets {
    list-style: none
}

.casino-table .operator-box .usp-list svg {
    width: .8rem;
    display: inline-block;
    vertical-align: middle
}

.casino-table .operator-box .usp-list span {
    vertical-align: middle
}

.casino-table .operator-box .btn {
    padding: .5rem 0;
    margin-top: 1rem;
    margin-bottom: 10px
}

@media (min-width: 64em) {
    .casino-table .operator-box .btn {
        margin-top: 0
    }
}

.casino-table .view-all {
    padding: .5rem 0;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    background-color: #fff;
    color: #102768;
    border: 0;
    box-shadow: none
}

.casino-table .view-all svg {
    padding: 10px !important;
    width: 15px;
    height: auto;
    -webkit-transition: transform linear .2s;
    -moz-transition: transform linear .2s;
    -ms-transition: transform linear .2s;
    -o-transition: transform linear .2s;
    transition: transform linear .2s
}

.casino-table .view-all svg path {
    fill: #102768
}

.casino-table .view-all svg path.spinner__rect {
    fill: none
}

.casino-table .view-all svg .spinner__circle {
    fill: none;
    stroke: #102768
}

.faqs-wrapper {
    padding: 20px;
    font-size: 1.2rem
}

@media (min-width: 768px) {
    .faqs-wrapper {
        font-size: 1.9rem
    }
}

.faqs-wrapper .panel-group .panel {
    border-top: 1px solid #102768
}

.faqs-wrapper .panel-group .panel.panel-default .floatRight {
    float: right !important
}

.faqs-wrapper .panel-group .panel.panel-default .panel-heading {
    padding: 0
}

.faqs-wrapper .panel-group .panel.panel-default .panel-heading button {
    background-color: transparent;
    font-size: 1.2rem;
    margin: 0;
    padding: 10px 15px;
    box-shadow: none;
    border: 0;
    pointer-events: all
}

.faqs-wrapper .panel-group .panel.panel-default .panel-heading button h3 {
    margin: 0;
    font-size: 1rem
}

.faqs-wrapper .panel-group .panel.panel-default .panel-heading button h3 span {
    display: inline-block
}

.faqs-wrapper .panel-group .panel.panel-default .panel-heading button h3 span.marker:after {
    content: '+'
}

.faqs-wrapper .panel-group .panel.panel-default .panel-heading button.collapsed .marker:after {
    content: '-'
}

.faqs-wrapper .panel-group .panel.panel-default .panel-collapse {
    overflow: auto;
    height: auto;
    display: none
}

.faqs-wrapper .panel-group .panel.panel-default .panel-collapse .panel-body {
    padding-left: 15px;
    padding-right: 15px
}

.faqs-wrapper .panel-group .panel.panel-default .panel-collapse .panel-body p {
    font-size: 1rem
}

.faqs-wrapper .panel-group .panel.panel-default .panel-collapse.collapse {
    display: block
}

.review-header {
    margin: 20px 15px
}

@media (min-width: 768px) {
    .review-header {
        margin: 0 15px
    }
}

.review-header.tab-panels {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .review-header.tab-panels {
        margin: 20px 15px 20px
    }
}

.review-header .void-bg {
    width: 100%;
    height: 100px;
    background-color: #102768
}

.review-header.games-header {
    margin: 20px 15px 20px;
    padding-top: 25px;
    padding-bottom: 25px
}

@media (min-width: 768px) {
    .review-header.games-header {
        margin: 0 0 20px
    }
}

@media (max-width: 768px) {
    .review-header.games-header .game-list {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 100%;
        padding: 0 0 10px 0;
        margin: 0;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .review-header.games-header .game-list::-webkit-scrollbar {
        display: none
    }

    .review-header.games-header .game-list .carousel-item {
        text-align: center;
        width: 90%;
        height: auto;
        flex: 0 0 auto;
        flex-shrink: 0;
        display: flex;
        justify-content: center
    }
}

.review-header .space-y {
    padding-top: 20px;
    padding-bottom: 20px
}

.review-header .header-head {
    position: relative;
    margin-bottom: 0
}

@media (min-width: 414px) {
    .review-header .header-head {
        margin-bottom: 40px
    }
}

.review-header .header-head .header-bg {
    width: 100%;
    min-height: 100px;
    max-height: 100px;
    overflow: hidden
}

.review-header .header-head .header-bg .review-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 35px;
    width: auto
}

.review-header .header-head .header-alert {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20px;
    max-width: 72px
}

@media (min-width: 350px) {
    .review-header .header-head .header-alert {
        top: 60px
    }
}

@media (min-width: 360px) {
    .review-header .header-head .header-alert {
        top: 40px
    }
}

@media (min-width: 414px) {
    .review-header .header-head .header-alert {
        top: 60px
    }
}

.review-header .operator-name {
    color: #102768;
    font-family: Poppins, sans-serif;
    font-size: 1.6rem
}

.review-header .no-bonus-text {
    font-size: 1rem !important
}

.review-header .star-rating {
    letter-spacing: .1rem
}

.review-header .star-rating svg {
    fill: #efce4a;
    stroke: #efce4a;
    width: 20px;
    height: auto
}

.review-header .usp-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: Poppins, sans-serif;
    color: #464646;
    font-size: .8rem
}

.review-header .usp-list svg {
    width: 1rem;
    display: inline-block;
    vertical-align: middle
}

.review-header .usp-list span {
    display: inline-block;
    vertical-align: middle
}

.review-header .bonus-amount, .review-header .bonus-text, .review-header .freespins-amount, .review-header .no-bonus-text {
    font-size: 1.5rem
}

.review-header .game-list .operator-name {
    font-size: 1rem
}

.review-header .game-list .go-link {
    font-size: .8rem;
    padding: 5px 5px
}

.review-header .game-list .bonus-terms {
    font-size: .6rem
}

.review-header .game-details {
    margin-top: 15px;
    font-family: Poppins, sans-serif;
    overflow: hidden
}

.review-header .game-details .ask {
    color: #9d9d9d
}

.review-header .game-details .ans {
    color: #102768
}

.review-header .game-details .alternate {
    background-color: #f6f6f6
}

@media (min-width: 768px) {
    .review-header .game-details .alternate {
        background-color: transparent
    }
}

.review-header .game-details div {
    padding: 5px 5px
}

.review-header .complianceText {
    font-size: .5rem;
    line-height: .6rem;
    color: #464646
}

.review-header .bonus-terms {
    font-size: .8rem;
    line-height: .8rem;
    padding: 4px;
    margin: 15px 0 0;
    color: #9d9d9d;
    line-height: 1.3rem
}

.review-header .panel .panel-body {
    display: none;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .review-header .panel .panel-body {
        display: block;
        max-height: 200px;
        overflow-y: scroll
    }
}

.review-header .panel .panel-body.collapse {
    display: block
}

.list-widget .list-items-wrapper {
    padding-bottom: 20px
}

.list-widget .list-item-box .list-item-info .list-item-name {
    color: #102768;
    font-size: 1.2rem;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    margin: 10px 5px
}

@media (min-width: 769px) {
    .list-widget .list-item-box .list-item-info .list-item-name {
        font-size: 1.2rem
    }
}

.list-widget .list-item-box .list-item-info .go-link {
    margin-bottom: 15px;
    max-width: 80%
}

.list-widget .list-item-box .list-item-info .review-link {
    text-decoration: underline;
    font-size: .8rem
}

.list-widget .list-item-box .list-item-rating {
    letter-spacing: .4rem;
    margin: 0 0 10px
}

.list-widget .list-item-box .list-item-rating svg {
    width: 15px
}

@media (min-width: 769px) {
    .list-widget .list-item-box .list-item-rating svg {
        width: 20px
    }
}

.list-widget .list-item-box .list-item-offer {
    font-size: 1rem
}

@media (min-width: 769px) {
    .list-widget .list-item-box .list-item-offer {
        font-size: 1.2rem
    }
}

.list-widget .list-item-box .list-item-offer .bonus-text-list {
    font-size: .8rem
}

.list-widget .list-item-box .list-item-offer .no-free-spins {
    height: 29px;
    width: 100%
}

.list-widget .list-item-box.jackpot-games-home .list-item-bonus {
    margin-top: 10px
}

.list-widget .list-item-box.jackpot-games-home .bonus-text, .list-widget .list-item-box.jackpot-games-home .review-header .no-bonus-text, .review-header .list-widget .list-item-box.jackpot-games-home .no-bonus-text {
    color: #9d9d9d !important;
    font-size: 1rem
}

.list-widget .list-item-box.jackpot-games-home .list-item-name {
    margin: 10px
}

.list-widget .list-item-box .video-decal {
    position: relative
}

.list-widget .list-item-box .video-decal button {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    border: 0
}

.list-widget .list-item-box .video-decal button svg {
    width: 30px;
    height: 30px
}

.list-widget .list-item-box .video-decal button svg path {
    fill: #fff
}

.list-widget .list-item-box .video-info .video-category {
    font-size: 1rem;
    color: #9d9d9d;
    font-family: Poppins, sans-serif;
    margin-bottom: 5px
}

.list-widget .list-item-box .video-info .video-name {
    font-size: 1rem;
    color: #102768;
    font-family: Poppins, sans-serif;
    margin-bottom: 5px
}

.video-page .nav .nav-item .nav-link {
    color: #102768 !important;
    text-transform: capitalize;
    font-size: 1.2rem;
    font-family: Poppins, sans-serif;
    background-color: transparent;
    padding: 5px;
    border: 0
}

.video-page .nav .nav-item .nav-link.active {
    border-bottom: 1px solid #102768
}

.archive-list {
    z-index: 0;
    position: relative
}

.archive-list .archive-wrapper h3 {
    font-size: 1rem;
    line-height: 1rem;
    margin: 0
}

@media (min-width: 576px) {
    .archive-list .archive-wrapper h3 {
        font-size: 1.2rem;
        line-height: 1.6rem
    }
}

.archive-list .archive-wrapper span {
    font-size: 1rem;
    display: block;
    margin: 5px 0
}

.archive-list .archive-wrapper span.valid-date {
    color: #146e04
}

.archive-list .archive-wrapper span.invalid-date {
    color: maroon
}

.archive-list .archive-wrapper p {
    font-size: 1rem;
    line-height: 1.2rem;
    margin: 0
}

.archive-list .archive-wrapper.home-list h3 {
    font-size: .8rem;
    margin: 0
}

.archive-list .archive-wrapper.home-list span {
    font-size: .8rem;
    color: #146e04
}

.archive-list .archive-wrapper.home-list p {
    font-size: .8rem;
    line-height: 1rem;
    margin: 0
}

.widget-section .hot-icon {
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 1
}

.widget-section .hot-icon img {
    width: 50px;
    height: auto
}

.widget-section h2 {
    color: #fff;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 2.48px;
    font-stretch: normal;
    font-size: 1.2rem
}

@media (min-width: 768px) {
    .widget-section h2 {
        font-size: 1.9rem
    }
}

.widget-section .click--link a {
    color: #fff;
    text-decoration: underline
}

.widget-section .complianceText a, .widget-section .complianceText span {
    color: #696868
}

.widget-section .bg-image {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.widget-section .row-alert {
    position: relative;
    width: 100%;
    height: 40px
}

.widget-section .box-alert {
    max-width: 86px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.widget-section .box-alert .go-link {
    display: inline-block;
    background-color: transparent;
    color: transparent;
    padding: 0
}

.widget-section .box-alert .go-link > img {
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 19px -3px rgba(0, 0, 0, .54);
    -moz-box-shadow: 0 4px 19px -3px rgba(0, 0, 0, .54);
    box-shadow: 0 4px 19px -3px rgba(0, 0, 0, .54);
    padding: 0
}

.widget-section .box-info h3 {
    margin: 10px 0 0;
    height: 42px;
    overflow: hidden
}

.widget-section .box-info .box-info-stars svg {
    fill: #efce4a;
    stroke: #efce4a;
    max-width: 20px
}

.widget-section .box-info .box-info-bonus {
    margin: 15px 0;
    height: 70px
}

.widget-section .box-info .box-info-bonus .bonus-amount, .widget-section .box-info .box-info-bonus .freespins-amount {
    font-size: 1.5rem
}

.review-header .widget-section .box-info .box-info-bonus .no-bonus-text, .widget-section .box-info .box-info-bonus .bonus-text, .widget-section .box-info .box-info-bonus .review-header .no-bonus-text {
    font-size: 1rem
}

.widget-section .box-info-go {
    margin-bottom: 10px
}

.widget-section .box-info-go .go-link, .widget-section .box-info-go .internal-link {
    border-radius: 5px;
    display: block;
    max-width: 220px;
    margin: auto
}

.widget-section .box-info-go .text-link a {
    font-size: .8rem
}

@media (min-width: 768px) {
    .widget-section .box-info-go .text-link a {
        font-size: .6rem
    }
}

.widget-section .box-info-review {
    margin: 0 0 18px 0
}

.widget-section .box-info-compliance {
    margin: 0 auto 20px;
    max-width: 80%;
    font-size: .6rem;
    color: #696868
}

.widget-section .box-info-compliance a {
    color: #00008b !important
}

.widget-section .archive-list h3 {
    font-size: 1rem;
    margin: 0
}

.widget-section .archive-list p {
    font-size: .6rem;
    line-height: .8rem;
    margin: 0
}

@media (min-width: 768px) {
    .widget-section .archive-list p {
        font-size: .8rem;
        line-height: 1rem;
        min-height: 48px
    }
}

.widget-section .archive-list .date-check {
    font-size: .8rem;
    text-align: left !important;
    margin-bottom: 5px
}

.widget-section .archive-list.news-list .date-check {
    color: #146e04
}

.widget-section .archive-list .widget-box img {
    border-radius: 0
}

@media (max-width: 768px) {
    .widget-section .archive-list .widget-box .single-entry {
        margin-bottom: 10px
    }
}

@media (max-width: 576px) {
    .widget-section .archive-list .widget-box .single-entry {
        margin-bottom: 15px
    }
}

@media (max-width: 768px) {
    .widget-section.carousel > .row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 100%;
        padding: 0 0 10px 0;
        margin: 0;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .widget-section.carousel > .row::-webkit-scrollbar {
        display: none
    }

    .widget-section.carousel > .row .col-md-3 {
        text-align: center;
        width: 90%;
        height: auto;
        flex: 0 0 auto;
        flex-shrink: 0;
        display: flex;
        justify-content: center
    }

    .widget-section.carousel > .row .col-md-3 .row {
        margin: 0 15px
    }
}

#st-widget-main .st-widget-main__widget {
    padding: 0 2rem 2rem;
    box-sizing: border-box
}

#st-widget-main .st-widget-main__title {
    color: #fff;
    text-shadow: 0 0 .25rem #000
}

footer {
    background-color: #102768;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20px
}

footer a, footer h2, footer h3, footer h4, footer i, footer p {
    color: #fff
}

footer h2, footer h3, footer h4 {
    text-transform: uppercase !important
}

footer h4 {
    font-size: 1rem
}

footer a, footer p {
    font-size: .8rem;
    line-height: 1.4rem
}

footer ul {
    padding: 0;
    list-style: none
}

footer ul li {
    margin-bottom: 5px
}

footer a {
    text-decoration: none
}

footer a:focus, footer a:hover {
    color: #fff;
    text-decoration: underline
}

footer .social-media a svg {
    width: 30px;
    height: auto
}

.copyright {
    background-color: #202540;
    color: #fff;
    font-size: .8rem;
    line-height: 1.4rem;
    border-top: 1px solid #fff;
    padding-top: 10px
}

.copyright p {
    color: #fff;
    font-size: .8rem;
    line-height: 1rem;
    margin: 0
}

.copyright a {
    color: #fff
}

.copyright a:hover {
    color: #fff;
    text-decoration: underline
}

.sveacasino .navbar {
    background-image: none !important
}

.sveacasino .navbar .nav-link:hover {
    color: #ffd100
}

.sveacasino #breadcrumbs a, .sveacasino .casino-table .bonus-terms a, .sveacasino .casino-table .filter-box .regulations a, .sveacasino .casino-table .operator-box .review-link, .sveacasino .link_hover, .sveacasino .page-container-content a, .sveacasino .widget-section a {
    text-decoration: none
}

.sveacasino #breadcrumbs a:hover, .sveacasino .casino-table .bonus-terms a:hover, .sveacasino .casino-table .filter-box .regulations a:hover, .sveacasino .casino-table .operator-box .review-link:hover, .sveacasino .link_hover:hover, .sveacasino .page-container-content a:hover, .sveacasino .widget-section a:hover {
    text-decoration: underline
}

.sveacasino #breadcrumbs a:hover span, .sveacasino .casino-table .bonus-terms a:hover span, .sveacasino .casino-table .filter-box .regulations a:hover span, .sveacasino .casino-table .operator-box .review-link:hover span, .sveacasino .link_hover:hover span, .sveacasino .page-container-content a:hover span, .sveacasino .widget-section a:hover span {
    text-decoration: underline
}

.sveacasino .casino-table .filter-box .nav-item .nav-link:hover {
    color: #00263f
}

.sveacasino .casino-table .view-all:hover {
    text-decoration: underline
}

.sveacasino .go-link:hover, .sveacasino .linkBtn:hover {
    background-color: #55dd08;
    text-decoration: none !important
}

.sveacasino footer {
    background-image: none !important
}

.sveacasino .faqs-wrapper .panel-heading button:hover {
    cursor: pointer
}

.sveacasino .faqs-wrapper .panel-heading button:hover span:not(.marker) {
    text-decoration: underline
}

.sveacasino #breadcrumbs {
    cursor: default
}

.vietnamcasino .navbar .nav-link {
    font-weight: 800
}

/*++++++++++++++++++++++++++*/
#hamburger {
    cursor: pointer;
}

.navbar .pointer-link {
    cursor: pointer;
}

#search--trigger {
    display: none;
}

#acceptCookies {
    cursor: pointer !important;
}