﻿.off-canvas-wrap
{
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}
.clearfix:after
{
    clear: both;
    content: "";
    display: block;
}
.fixed-top
{
    top: 0;
}
.fixed-bottom, .fixed-top
{
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
.fixed-bottom
{
    bottom: 0;
}
.sticky-top
{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 998;
}
.text-twoline-truncate
{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media(min-width: 640px)
{
    .sticky-sm-top
    {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media(min-width: 1025px)
{
    .sticky-md-top
    {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media(min-width: 1200px)
{
    .sticky-lg-top
    {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.hstack
{
    align-items: center;
    flex-direction: row;
}
.hstack, .vstack
{
    align-self: stretch;
    display: flex;
}
.vstack
{
    flex: 1 1 auto;
    flex-direction: column;
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within)
{
    clip: rect(0,0,0,0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.overlay
{
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.floating-pseudo, .overlay
{
    content: "";
    position: absolute;
}
.overlay-transition
{
    transition: all;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.text-truncate
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vr
{
    align-self: stretch;
    background-color: currentColor;
    display: inline-block;
    min-height: 1em;
    opacity: .25;
    width: 1px;
}
.align-baseline
{
    vertical-align: baseline;
}
.align-top
{
    vertical-align: top;
}
.align-middle
{
    vertical-align: middle;
}
.align-bottom
{
    vertical-align: bottom;
}
.align-text-bottom
{
    vertical-align: text-bottom;
}
.align-text-top
{
    vertical-align: text-top;
}
.float-start
{
    float: left;
}
.float-end
{
    float: right;
}
.float-none
{
    float: none;
}
.opacity-0
{
    opacity: 0;
}
.overflow-auto
{
    overflow: auto;
}
.overflow-hidden
{
    overflow: hidden;
}
.overflow-visible
{
    overflow: visible;
}
.overflow-scroll
{
    overflow: scroll;
}
.d-inline
{
    display: inline;
}
.d-inline-block
{
    display: inline-block;
}
.d-block
{
    display: block;
}
.d-grid
{
    display: grid;
}
.d-table
{
    display: table;
}
.d-table-row
{
    display: table-row;
}
.d-table-cell
{
    display: table-cell;
}
.d-flex
{
    display: flex;
}
.d-inline-flex
{
    display: inline-flex;
}
.d-none
{
    display: none;
}
.shadow
{
    box-shadow: 0 .8rem 1.6rem rgba(0,0,0,.15);
}
.shadow-sm
{
    box-shadow: 0 .2rem .4rem rgba(0,0,0,.075);
}
.shadow-lg
{
    box-shadow: 0 1.6rem 4.8rem rgba(0,0,0,.175);
}
.shadow-none
{
    box-shadow: none;
}
.position-static
{
    position: static;
}
.position-relative
{
    position: relative;
}
.position-absolute
{
    position: absolute;
}
.position-fixed
{
    position: fixed;
}
.position-sticky
{
    position: -webkit-sticky;
    position: sticky;
}
.top-0
{
    top: 0;
}
.top-50
{
    top: 50%;
}
.top-100
{
    top: 100%;
}
.bottom-0
{
    bottom: 0;
}
.bottom-50
{
    bottom: 50%;
}
.bottom-100
{
    bottom: 100%;
}
.start-0
{
    left: 0;
}
.start-50
{
    left: 50%;
}
.start-100
{
    left: 100%;
}
.end-0
{
    right: 0;
}
.end-50
{
    right: 50%;
}
.end-100
{
    right: 100%;
}
.translate-middle
{
    transform: translate(-50%,-50%);
}
.translate-middle-x
{
    transform: translateX(-50%);
}
.translate-middle-y
{
    transform: translateY(-50%);
}
.border
{
    border: 1px solid #dee2e6;
}
.border-0
{
    border: 0;
}
.border-top
{
    border-top: 1px solid #dee2e6;
}
.border-top-0
{
    border-top: 0;
}
.border-end
{
    border-right: 1px solid #dee2e6;
}
.border-end-0
{
    border-right: 0;
}
.border-bottom
{
    border-bottom: 1px solid #dee2e6;
}
.border-bottom-0
{
    border-bottom: 0;
}
.border-start
{
    border-left: 1px solid #dee2e6;
}
.border-start-0
{
    border-left: 0;
}
.border-dark
{
    border-color: #000;
}
.border-white
{
    border-color: #fff;
}
.border-1
{
    border-width: 1px;
}
.border-2
{
    border-width: 2px;
}
.border-3
{
    border-width: 3px;
}
.border-4
{
    border-width: 4px;
}
.border-5
{
    border-width: 5px;
}
.w-25
{
    width: 25%;
}
.w-30
{
    width: 30%;
}
.w-50
{
    width: 50%;
}
.w-75
{
    width: 75%;
}
.w-70
{
    width: 70%;
}
.article-slider-component .article-slider-container .slide-img img, .article-slider-component .swiper .swiper-wrapper, .herobanner-homepage-live-component .main_offer, .w-100
{
    width: 100%;
}
.article-slider-component .swiper .swiper-wrapper .swiper-slide, .w-auto
{
    width: auto;
}
.mw-100
{
    max-width: 100%;
}
.vw-100
{
    width: 100vw;
}
.min-vw-100
{
    min-width: 100vw;
}
.h-0
{
    height: 0;
}
.h-25
{
    height: 25%;
}
.h-50
{
    height: 50%;
}
.h-75
{
    height: 75%;
}
.h-100
{
    height: 100%;
}
.article-slider-component .swiper .swiper-wrapper .swiper-slide, .h-auto
{
    height: auto;
}
.mh-100
{
    max-height: 100%;
}
.vh-100
{
    height: 100vh;
}
.min-vh-100
{
    min-height: 100vh;
}
.flex-fill
{
    flex: 1 1 auto;
}
.flex-row
{
    flex-direction: row;
}
.flex-column
{
    flex-direction: column;
}
.flex-row-reverse
{
    flex-direction: row-reverse;
}
.flex-column-reverse
{
    flex-direction: column-reverse;
}
.flex-grow-0
{
    flex-grow: 0;
}
.flex-grow-1
{
    flex-grow: 1;
}
.flex-shrink-0
{
    flex-shrink: 0;
}
.flex-shrink-1
{
    flex-shrink: 1;
}
.flex-wrap
{
    flex-wrap: wrap;
}
.flex-nowrap
{
    flex-wrap: nowrap;
}
.flex-wrap-reverse
{
    flex-wrap: wrap-reverse;
}
.gap-0
{
    gap: 0;
}
.gap-1
{
    gap: .4rem;
}
.gap-2
{
    gap: .8rem;
}
.gap-3
{
    gap: 1.6rem;
}
.gap-4
{
    gap: 2.4rem;
}
.gap-5
{
    gap: 4.8rem;
}
.justify-content-start
{
    justify-content: flex-start;
}
.justify-content-end
{
    justify-content: flex-end;
}
.justify-content-center
{
    justify-content: center;
}
.justify-content-between
{
    justify-content: space-between;
}
.justify-content-around
{
    justify-content: space-around;
}
.justify-content-evenly
{
    justify-content: space-evenly;
}
.align-items-start
{
    align-items: flex-start;
}
.align-items-end
{
    align-items: flex-end;
}
.align-items-center
{
    align-items: center;
}
.align-items-baseline
{
    align-items: baseline;
}
.align-items-stretch
{
    align-items: stretch;
}
.align-content-start
{
    align-content: flex-start;
}
.align-content-end
{
    align-content: flex-end;
}
.align-content-center
{
    align-content: center;
}
.align-content-between
{
    align-content: space-between;
}
.align-content-around
{
    align-content: space-around;
}
.align-content-stretch
{
    align-content: stretch;
}
.align-self-auto
{
    align-self: auto;
}
.align-self-start
{
    align-self: flex-start;
}
.align-self-end
{
    align-self: flex-end;
}
.align-self-center
{
    align-self: center;
}
.align-self-baseline
{
    align-self: baseline;
}
.align-self-stretch
{
    align-self: stretch;
}
.article-slider-component .swiper .swiper-wrapper .swiper-slide, .flex-centered, .numbered-cards-component .content__list .list-item .list-item-number .number
{
    align-items: center;
    display: flex;
    justify-content: center;
}
.order-first
{
    order: -1;
}
.order-0
{
    order: 0;
}
.order-1
{
    order: 1;
}
.order-2
{
    order: 2;
}
.order-3
{
    order: 3;
}
.order-4
{
    order: 4;
}
.order-5
{
    order: 5;
}
.order-last
{
    order: 6;
}
.mt-small
{
    margin-top: 0;
}
@media(min-width: 1025px)
{
    .mt-small
    {
        margin-top: 1.5rem;
    }
}
.mt-medium
{
    margin-top: 0;
}
@media(min-width: 1025px)
{
    .mt-medium
    {
        margin-top: 3.2rem;
    }
}
.mt-large
{
    margin-top: 0;
}
@media(min-width: 1025px)
{
    .mt-large
    {
        margin-top: 4.5rem;
    }
}
.pt-small
{
    padding-top: .8rem;
}
@media(min-width: 640px)
{
    .pt-small
    {
        padding-top: 1.6rem;
    }
}
.pt-medium
{
    padding-top: 1.6rem;
}
@media(min-width: 640px)
{
    .pt-medium
    {
        padding-top: 3.2rem;
    }
}
.pt-large
{
    padding-top: 2.4rem;
}
@media(min-width: 640px)
{
    .pt-large
    {
        padding-top: 4.8rem;
    }
}
.pt-xlarge
{
    padding-top: 9.6rem;
}
@media(min-width: 640px)
{
    .pt-xlarge
    {
        padding-top: 6.4rem;
    }
}
.pb-small
{
    padding-bottom: .8rem;
}
@media(min-width: 640px)
{
    .pb-small
    {
        padding-bottom: 1.6rem;
    }
}
.pb-medium
{
    padding-bottom: 1.6rem;
}
@media(min-width: 640px)
{
    .pb-medium
    {
        padding-bottom: 3.2rem;
    }
}
.pb-large
{
    padding-bottom: 2.4rem;
}
@media(min-width: 640px)
{
    .pb-large
    {
        padding-bottom: 4.8rem;
    }
}
.pb-xlarge
{
    padding-bottom: 4rem;
}
@media(min-width: 640px)
{
    .pb-xlarge
    {
        padding-bottom: 6.4rem;
    }
}
.m-0
{
    margin: 0;
}
.m-1
{
    margin: .4rem;
}
.m-2
{
    margin: .8rem;
}
.m-3
{
    margin: 1.6rem;
}
.m-4
{
    margin: 2.4rem;
}
.m-5
{
    margin: 4.8rem;
}
.m-auto
{
    margin: auto;
}
.m-0-auto
{
    margin: 0 auto;
}
.mx-0
{
    margin-left: 0;
    margin-right: 0;
}
.mx-1
{
    margin-left: .4rem;
    margin-right: .4rem;
}
.mx-2
{
    margin-left: .8rem;
    margin-right: .8rem;
}
.mx-3
{
    margin-left: 1.6rem;
    margin-right: 1.6rem;
}
.mx-4
{
    margin-left: 2.4rem;
    margin-right: 2.4rem;
}
.mx-5
{
    margin-left: 4.8rem;
    margin-right: 4.8rem;
}
.mx-auto
{
    margin-left: auto;
    margin-right: auto;
}
.my-0
{
    margin-bottom: 0;
    margin-top: 0;
}
.my-1
{
    margin-bottom: .4rem;
    margin-top: .4rem;
}
.my-2
{
    margin-bottom: .8rem;
    margin-top: .8rem;
}
.my-3
{
    margin-bottom: 1.6rem;
    margin-top: 1.6rem;
}
.my-4
{
    margin-bottom: 2.4rem;
    margin-top: 2.4rem;
}
.my-5
{
    margin-bottom: 4.8rem;
    margin-top: 4.8rem;
}
.my-auto
{
    margin-bottom: auto;
    margin-top: auto;
}
.mt-0
{
    margin-top: 0;
}
.mt-1
{
    margin-top: .4rem;
}
.mt-2
{
    margin-top: .8rem;
}
.mt-3
{
    margin-top: 1.6rem;
}
.mt-4
{
    margin-top: 2.4rem;
}
.mt-5
{
    margin-top: 4.8rem;
}
.mt-auto
{
    margin-top: auto;
}
.me-0
{
    margin-right: 0;
}
.me-1
{
    margin-right: .4rem;
}
.me-2
{
    margin-right: .8rem;
}
.me-3
{
    margin-right: 1.6rem;
}
.me-4
{
    margin-right: 2.4rem;
}
.me-5
{
    margin-right: 4.8rem;
}
.me-auto
{
    margin-right: auto;
}
.mb-0
{
    margin-bottom: 0;
}
.mb-1
{
    margin-bottom: .4rem;
}
.mb-2
{
    margin-bottom: .8rem;
}
.mb-3
{
    margin-bottom: 1.6rem;
}
.mb-4
{
    margin-bottom: 2.4rem;
}
.mb-5
{
    margin-bottom: 4.8rem;
}
.mb-auto
{
    margin-bottom: auto;
}
.ms-0
{
    margin-left: 0;
}
.ms-1
{
    margin-left: .4rem;
}
.ms-2
{
    margin-left: .8rem;
}
.ms-3
{
    margin-left: 1.6rem;
}
.ms-4
{
    margin-left: 2.4rem;
}
.ms-5
{
    margin-left: 4.8em;
}
.ms-auto
{
    margin-left: auto;
}
.p-0
{
    padding: 0;
}
.p-1
{
    padding: .4rem;
}
.p-2
{
    padding: .8rem;
}
.p-3
{
    padding: 1.6rem;
}
.p-4
{
    padding: 2.4rem;
}
.p-5
{
    padding: 4.8rem;
}
.px-0
{
    padding-left: 0;
    padding-right: 0;
}
.px-1
{
    padding-left: .4rem;
    padding-right: .4em;
}
.px-2
{
    padding-left: .8rem;
    padding-right: .8rem;
}
.px-3
{
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}
.px-4
{
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}
.px-5
{
    padding-left: 4.8rem;
    padding-right: 4.8rem;
}
.py-0
{
    padding-bottom: 0;
    padding-top: 0;
}
.py-1
{
    padding-bottom: .4rem;
    padding-top: .4rem;
}
.py-2
{
    padding-bottom: .8rem;
    padding-top: .8rem;
}
.py-3
{
    padding-bottom: 1.6rem;
    padding-top: 1.6rem;
}
.py-4
{
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
}
.py-5
{
    padding-bottom: 4.8rem;
    padding-top: 4.8rem;
}
.pt-0
{
    padding-top: 0;
}
.pt-1
{
    padding-top: .4rem;
}
.pt-2
{
    padding-top: .8rem;
}
.pt-3
{
    padding-top: 1.6rem;
}
.pt-4
{
    padding-top: 2.4rem;
}
.pt-5
{
    padding-top: 4.8rem;
}
.pe-0
{
    padding-right: 0;
}
.pe-1
{
    padding-right: .4rem;
}
.pe-2
{
    padding-right: .8rem;
}
.pe-3
{
    padding-right: 1.6rem;
}
.pe-4
{
    padding-right: 2.4rem;
}
.pe-5
{
    padding-right: 4.8rem;
}
.pb-0
{
    padding-bottom: 0;
}
.pb-1
{
    padding-bottom: .4rem;
}
.pb-2
{
    padding-bottom: .8rem;
}
.pb-3
{
    padding-bottom: 1.6rem;
}
.pb-4
{
    padding-bottom: 2.4rem;
}
.pb-5
{
    padding-bottom: 4.8rem;
}
.ps-0
{
    padding-left: 0;
}
.ps-1
{
    padding-left: .4rem;
}
.ps-2
{
    padding-left: .8rem;
}
.ps-3
{
    padding-left: 1.6rem;
}
.ps-4
{
    padding-left: 2.4rem;
}
.ps-5
{
    padding-left: 4.8rem;
}
.fs-1
{
    font-size: 3.8rem;
}
.fs-2
{
    font-size: 3.6rem;
}
.fs-3
{
    font-size: 1.6rem;
}
.fs-4
{
    font-size: 2.24rem;
}
.fs-5
{
    font-size: 1.2rem;
}
.fs-6
{
    font-size: 1.1rem;
}
.smaller-text-rich-text
{
    font-size: 1.2rem;
}
.font-size-12
{
    font-size: 9pt;
}
.font-size-14
{
    font-size: 14px;
}
.font-size-15
{
    font-size: 15px;
}
.font-size-16
{
    font-size: 1pc;
}
.font-size-18
{
    font-size: 18px;
}
.font-size-20
{
    font-size: 20px;
}
.font-size-22
{
    font-size: 22px;
}
.font-size-24
{
    font-size: 24px;
}
.font-size-26
{
    font-size: 26px;
}
.font-size-28
{
    font-size: 28px;
}
.font-size-30
{
    font-size: 30px;
}
.font-size-32
{
    font-size: 2pc;
}
.font-size-34
{
    font-size: 34px;
}
.font-size-36
{
    font-size: 36px;
}
.font-size-38
{
    font-size: 38px;
}
.font-size-40
{
    font-size: 40px;
}
.font-size-18d-8m
{
    font-size: 18px;
}
@media(max-width: 475px)
{
    .font-size-18d-8m
    {
        font-size: 8px;
    }
}
.bigger-text-rich-text
{
    font-size: 2.24rem;
}
.text-xs
{
    font-size: 1rem;
    line-height: 1.3;
}
.fst-italic
{
    font-style: italic;
}
.fst-normal
{
    font-style: normal;
}
.lh-1
{
    line-height: 1;
}
.lh-sm
{
    line-height: 1.25;
}
.lh-base
{
    line-height: 1.5;
}
.lh-lg
{
    line-height: 2;
}
.text-left, .text-start
{
    text-align: left;
}
.text-end, .text-right
{
    text-align: right;
}
.text-center
{
    text-align: center;
}
.text-decoration-none
{
    text-decoration: none;
}
.text-decoration-underline
{
    text-decoration: underline;
}
.text-decoration-line-through
{
    text-decoration: line-through;
}
.text-lowercase
{
    text-transform: lowercase;
}
.text-uppercase
{
    text-transform: uppercase;
}
.text-capitalize
{
    text-transform: capitalize;
}
.text-wrap
{
    white-space: normal;
}
.text-nowrap
{
    white-space: nowrap;
}
.text-break
{
    word-wrap: break-word;
    word-break: break-word;
}
.text-light
{
    color: #969696;
}
.text-black, .text-dark
{
    color: #000;
}
.text-white
{
    color: #fff;
}
.text-body
{
    color: #4c1723;
}
.text-muted
{
    color: #6c757d;
}
.text-black-50
{
    color: rgba(0,0,0,.5);
}
.text-white-50
{
    color: hsla(0,0%,100%,.5);
}
.text-reset
{
    color: inherit;
}
.opacity-10
{
    opacity: .1;
}
.opacity-20
{
    opacity: .2;
}
.opacity-25
{
    opacity: .25;
}
.opacity-50
{
    opacity: .5;
}
.opacity-75
{
    opacity: .75;
}
.opacity-100
{
    opacity: 1;
}
.bg-light
{
    background-color: #969696;
}
.bg-black, .bg-dark
{
    background-color: #000;
}
.bg-white
{
    background-color: #fff;
}
.bg-body
{
    background-color: #fcf6d5;
}
.bg-transparent
{
    background-color: transparent;
}
.bg-gradient
{
    background-image: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
}
.bglg-gradient
{
    background-image: linear-gradient(180deg,hsla(0,0%,96%,0) 65%,hsla(0,0%,96%,.97) 99%,#f4f4f4);
}
.user-select-all
{
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all;
}
.user-select-auto
{
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto;
}
.user-select-none
{
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pe-none
{
    pointer-events: none;
}
.pe-auto
{
    pointer-events: auto;
}
.rounded
{
    border-radius: .4rem;
}
.rounded-0
{
    border-radius: 0;
}
.rounded-1
{
    border-radius: .2rem;
}
.rounded-2
{
    border-radius: .4rem;
}
.rounded-3
{
    border-radius: .4 .8rem;
}
.numbered-cards-component .content__list .list-item .list-item-number .number, .rounded-circle
{
    border-radius: 50%;
}
.rounded-pill
{
    border-radius: 5rem;
}
.rounded-top
{
    border-top-left-radius: .4rem;
}
.rounded-end, .rounded-top
{
    border-top-right-radius: .4rem;
}
.rounded-bottom, .rounded-end
{
    border-bottom-right-radius: .4rem;
}
.rounded-bottom, .rounded-start
{
    border-bottom-left-radius: .4rem;
}
.rounded-start
{
    border-top-left-radius: .4rem;
}
.visible
{
    visibility: visible;
}
.invisible
{
    visibility: hidden;
}
.fw-normal, .fw-regular
{
    font-weight: 400;
}
.fw-medium
{
    font-weight: 500;
}
.fw-semi-bold
{
    font-weight: 600;
}
.fw-bold
{
    font-weight: 700;
}
.fw-medium-bold
{
    font-weight: 800;
}
.fw-black, .fw-extra-bold
{
    font-weight: 900;
}
@media(min-width: 640px)
{
    .float-sm-start
    {
        float: left;
    }
    .float-sm-end
    {
        float: right;
    }
    .float-sm-none
    {
        float: none;
    }
    .d-sm-inline
    {
        display: inline;
    }
    .d-sm-inline-block
    {
        display: inline-block;
    }
    .d-sm-block
    {
        display: block;
    }
    .d-sm-grid
    {
        display: grid;
    }
    .d-sm-table
    {
        display: table;
    }
    .d-sm-table-row
    {
        display: table-row;
    }
    .d-sm-table-cell
    {
        display: table-cell;
    }
    .d-sm-flex
    {
        display: flex;
    }
    .d-sm-inline-flex
    {
        display: inline-flex;
    }
    .d-sm-none
    {
        display: none;
    }
    .flex-sm-fill
    {
        flex: 1 1 auto;
    }
    .flex-sm-row
    {
        flex-direction: row;
    }
    .flex-sm-column
    {
        flex-direction: column;
    }
    .flex-sm-row-reverse
    {
        flex-direction: row-reverse;
    }
    .flex-sm-column-reverse
    {
        flex-direction: column-reverse;
    }
    .flex-sm-grow-0
    {
        flex-grow: 0;
    }
    .flex-sm-grow-1
    {
        flex-grow: 1;
    }
    .flex-sm-shrink-0
    {
        flex-shrink: 0;
    }
    .flex-sm-shrink-1
    {
        flex-shrink: 1;
    }
    .flex-sm-wrap
    {
        flex-wrap: wrap;
    }
    .flex-sm-nowrap
    {
        flex-wrap: nowrap;
    }
    .flex-sm-wrap-reverse
    {
        flex-wrap: wrap-reverse;
    }
    .gap-sm-0
    {
        gap: 0;
    }
    .gap-sm-1
    {
        gap: .4rem;
    }
    .gap-sm-2
    {
        gap: .8rem;
    }
    .gap-sm-3
    {
        gap: 1.6rem;
    }
    .gap-sm-4
    {
        gap: 2.4rem;
    }
    .gap-sm-5
    {
        gap: 4.8rem;
    }
    .justify-content-sm-start
    {
        justify-content: flex-start;
    }
    .justify-content-sm-end
    {
        justify-content: flex-end;
    }
    .justify-content-sm-center
    {
        justify-content: center;
    }
    .justify-content-sm-between
    {
        justify-content: space-between;
    }
    .justify-content-sm-around
    {
        justify-content: space-around;
    }
    .justify-content-sm-evenly
    {
        justify-content: space-evenly;
    }
    .align-items-sm-start
    {
        align-items: flex-start;
    }
    .align-items-sm-end
    {
        align-items: flex-end;
    }
    .align-items-sm-center
    {
        align-items: center;
    }
    .align-items-sm-baseline
    {
        align-items: baseline;
    }
    .align-items-sm-stretch
    {
        align-items: stretch;
    }
    .align-content-sm-start
    {
        align-content: flex-start;
    }
    .align-content-sm-end
    {
        align-content: flex-end;
    }
    .align-content-sm-center
    {
        align-content: center;
    }
    .align-content-sm-between
    {
        align-content: space-between;
    }
    .align-content-sm-around
    {
        align-content: space-around;
    }
    .align-content-sm-stretch
    {
        align-content: stretch;
    }
    .align-self-sm-auto
    {
        align-self: auto;
    }
    .align-self-sm-start
    {
        align-self: flex-start;
    }
    .align-self-sm-end
    {
        align-self: flex-end;
    }
    .align-self-sm-center
    {
        align-self: center;
    }
    .align-self-sm-baseline
    {
        align-self: baseline;
    }
    .align-self-sm-stretch
    {
        align-self: stretch;
    }
    .order-sm-first
    {
        order: -1;
    }
    .order-sm-0
    {
        order: 0;
    }
    .order-sm-1
    {
        order: 1;
    }
    .order-sm-2
    {
        order: 2;
    }
    .order-sm-3
    {
        order: 3;
    }
    .order-sm-4
    {
        order: 4;
    }
    .order-sm-5
    {
        order: 5;
    }
    .order-sm-last
    {
        order: 6;
    }
    .m-sm-0
    {
        margin: 0;
    }
    .m-sm-1
    {
        margin: .4rem;
    }
    .m-sm-2
    {
        margin: .8rem;
    }
    .m-sm-3
    {
        margin: 1.6rem;
    }
    .m-sm-4
    {
        margin: 2.4rem;
    }
    .m-sm-5
    {
        margin: 4.8rem;
    }
    .m-sm-auto
    {
        margin: auto;
    }
    .mx-sm-0
    {
        margin-left: 0;
        margin-right: 0;
    }
    .mx-sm-1
    {
        margin-left: .4rem;
        margin-right: .4rem;
    }
    .mx-sm-2
    {
        margin-left: .8rem;
        margin-right: .8rem;
    }
    .mx-sm-3
    {
        margin-left: 1.6rem;
        margin-right: 1.6rem;
    }
    .mx-sm-4
    {
        margin-left: 2.4rem;
        margin-right: 2.4rem;
    }
    .mx-sm-5
    {
        margin-left: 4.8rem;
        margin-right: 4.8rem;
    }
    .mx-sm-auto
    {
        margin-left: auto;
        margin-right: auto;
    }
    .my-sm-0
    {
        margin-bottom: 0;
        margin-top: 0;
    }
    .my-sm-1
    {
        margin-bottom: .4rem;
        margin-top: .4rem;
    }
    .my-sm-2
    {
        margin-bottom: .8rem;
        margin-top: .8rem;
    }
    .my-sm-3
    {
        margin-bottom: 1.6rem;
        margin-top: 1.6rem;
    }
    .my-sm-4
    {
        margin-bottom: 2.4rem;
        margin-top: 2.4rem;
    }
    .my-sm-5
    {
        margin-bottom: 4.8rem;
        margin-top: 4.8rem;
    }
    .my-sm-auto
    {
        margin-bottom: auto;
        margin-top: auto;
    }
    .mt-sm-0
    {
        margin-top: 0;
    }
    .mt-sm-1
    {
        margin-top: .4rem;
    }
    .mt-sm-2
    {
        margin-top: .8rem;
    }
    .mt-sm-3
    {
        margin-top: 1.6rem;
    }
    .mt-sm-4
    {
        margin-top: 2.4rem;
    }
    .mt-sm-5
    {
        margin-top: 4.8rem;
    }
    .mt-sm-auto
    {
        margin-top: auto;
    }
    .me-sm-0
    {
        margin-right: 0;
    }
    .me-sm-1
    {
        margin-right: .4rem;
    }
    .me-sm-2
    {
        margin-right: .8rem;
    }
    .me-sm-3
    {
        margin-right: 1.6rem;
    }
    .me-sm-4
    {
        margin-right: 2.4rem;
    }
    .me-sm-5
    {
        margin-right: 4.8rem;
    }
    .me-sm-auto
    {
        margin-right: auto;
    }
    .mb-sm-0
    {
        margin-bottom: 0;
    }
    .mb-sm-1
    {
        margin-bottom: .4rem;
    }
    .mb-sm-2
    {
        margin-bottom: .8rem;
    }
    .mb-sm-3
    {
        margin-bottom: 1.6rem;
    }
    .mb-sm-4
    {
        margin-bottom: 2.4rem;
    }
    .mb-sm-5
    {
        margin-bottom: 4.8rem;
    }
    .mb-sm-auto
    {
        margin-bottom: auto;
    }
    .ms-sm-0
    {
        margin-left: 0;
    }
    .ms-sm-1
    {
        margin-left: .4rem;
    }
    .ms-sm-2
    {
        margin-left: .8rem;
    }
    .ms-sm-3
    {
        margin-left: 1.6rem;
    }
    .ms-sm-4
    {
        margin-left: 2.4rem;
    }
    .ms-sm-5
    {
        margin-left: 4.8rem;
    }
    .ms-sm-auto
    {
        margin-left: auto;
    }
    .p-sm-0
    {
        padding: 0;
    }
    .p-sm-1
    {
        padding: .4rem;
    }
    .p-sm-2
    {
        padding: .8rem;
    }
    .p-sm-3
    {
        padding: 1.6rem;
    }
    .p-sm-4
    {
        padding: 2.4rem;
    }
    .p-sm-5
    {
        padding: 4.8rem;
    }
    .px-sm-0
    {
        padding-left: 0;
        padding-right: 0;
    }
    .px-sm-1
    {
        padding-left: .4rem;
        padding-right: .4rem;
    }
    .px-sm-2
    {
        padding-left: .8rem;
        padding-right: .8rem;
    }
    .px-sm-3
    {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
    .px-sm-4
    {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }
    .px-sm-5
    {
        padding-left: 4.8rem;
        padding-right: 4.8rem;
    }
    .py-sm-0
    {
        padding-bottom: 0;
        padding-top: 0;
    }
    .py-sm-1
    {
        padding-bottom: .4rem;
        padding-top: .4rem;
    }
    .py-sm-2
    {
        padding-bottom: .8rem;
        padding-top: .8rem;
    }
    .py-sm-3
    {
        padding-bottom: 1.6rem;
        padding-top: 1.6rem;
    }
    .py-sm-4
    {
        padding-bottom: 2.4rem;
        padding-top: 2.4rem;
    }
    .py-sm-5
    {
        padding-bottom: 4.8rem;
        padding-top: 4.8rem;
    }
    .pt-sm-0
    {
        padding-top: 0;
    }
    .pt-sm-1
    {
        padding-top: .4rem;
    }
    .pt-sm-2
    {
        padding-top: .8rem;
    }
    .pt-sm-3
    {
        padding-top: 1.6rem;
    }
    .pt-sm-4
    {
        padding-top: 2.4rem;
    }
    .pt-sm-5
    {
        padding-top: 4.8rem;
    }
    .pe-sm-0
    {
        padding-right: 0;
    }
    .pe-sm-1
    {
        padding-right: .4rem;
    }
    .pe-sm-2
    {
        padding-right: .8rem;
    }
    .pe-sm-3
    {
        padding-right: 1.6rem;
    }
    .pe-sm-4
    {
        padding-right: 2.4rem;
    }
    .pe-sm-5
    {
        padding-right: 4.8rem;
    }
    .pb-sm-0
    {
        padding-bottom: 0;
    }
    .pb-sm-1
    {
        padding-bottom: .4rem;
    }
    .pb-sm-2
    {
        padding-bottom: .8rem;
    }
    .pb-sm-3
    {
        padding-bottom: 1.6rem;
    }
    .pb-sm-4
    {
        padding-bottom: 2.4rem;
    }
    .pb-sm-5
    {
        padding-bottom: 4.8rem;
    }
    .ps-sm-0
    {
        padding-left: 0;
    }
    .ps-sm-1
    {
        padding-left: .4rem;
    }
    .ps-sm-2
    {
        padding-left: .8rem;
    }
    .ps-sm-3
    {
        padding-left: 1.6rem;
    }
    .ps-sm-4
    {
        padding-left: 2.4rem;
    }
    .ps-sm-5
    {
        padding-left: 4.8rem;
    }
    .text-sm-start
    {
        text-align: left;
    }
    .text-sm-end
    {
        text-align: right;
    }
    .text-sm-center
    {
        text-align: center;
    }
}
@media(min-width: 1025px)
{
    .float-md-start
    {
        float: left;
    }
    .float-md-end
    {
        float: right;
    }
    .float-md-none
    {
        float: none;
    }
    .d-md-inline
    {
        display: inline;
    }
    .d-md-inline-block
    {
        display: inline-block;
    }
    .d-md-block
    {
        display: block;
    }
    .d-md-grid
    {
        display: grid;
    }
    .d-md-table
    {
        display: table;
    }
    .d-md-table-row
    {
        display: table-row;
    }
    .d-md-table-cell
    {
        display: table-cell;
    }
    .d-md-flex
    {
        display: flex;
    }
    .d-md-inline-flex
    {
        display: inline-flex;
    }
    .d-md-none
    {
        display: none;
    }
    .flex-md-fill
    {
        flex: 1 1 auto;
    }
    .flex-md-row
    {
        flex-direction: row;
    }
    .flex-md-column
    {
        flex-direction: column;
    }
    .flex-md-row-reverse
    {
        flex-direction: row-reverse;
    }
    .flex-md-column-reverse
    {
        flex-direction: column-reverse;
    }
    .flex-md-grow-0
    {
        flex-grow: 0;
    }
    .flex-md-grow-1
    {
        flex-grow: 1;
    }
    .flex-md-shrink-0
    {
        flex-shrink: 0;
    }
    .flex-md-shrink-1
    {
        flex-shrink: 1;
    }
    .flex-md-wrap
    {
        flex-wrap: wrap;
    }
    .flex-md-nowrap
    {
        flex-wrap: nowrap;
    }
    .flex-md-wrap-reverse
    {
        flex-wrap: wrap-reverse;
    }
    .gap-md-0
    {
        gap: 0;
    }
    .gap-md-1
    {
        gap: .4rem;
    }
    .gap-md-2
    {
        gap: .8rem;
    }
    .gap-md-3
    {
        gap: 1.6rem;
    }
    .gap-md-4
    {
        gap: 2.4rem;
    }
    .gap-md-5
    {
        gap: 4.8rem;
    }
    .justify-content-md-start
    {
        justify-content: flex-start;
    }
    .justify-content-md-end
    {
        justify-content: flex-end;
    }
    .justify-content-md-center
    {
        justify-content: center;
    }
    .justify-content-md-between
    {
        justify-content: space-between;
    }
    .justify-content-md-around
    {
        justify-content: space-around;
    }
    .justify-content-md-evenly
    {
        justify-content: space-evenly;
    }
    .align-items-md-start
    {
        align-items: flex-start;
    }
    .align-items-md-end
    {
        align-items: flex-end;
    }
    .align-items-md-center
    {
        align-items: center;
    }
    .align-items-md-baseline
    {
        align-items: baseline;
    }
    .align-items-md-stretch
    {
        align-items: stretch;
    }
    .align-content-md-start
    {
        align-content: flex-start;
    }
    .align-content-md-end
    {
        align-content: flex-end;
    }
    .align-content-md-center
    {
        align-content: center;
    }
    .align-content-md-between
    {
        align-content: space-between;
    }
    .align-content-md-around
    {
        align-content: space-around;
    }
    .align-content-md-stretch
    {
        align-content: stretch;
    }
    .align-self-md-auto
    {
        align-self: auto;
    }
    .align-self-md-start
    {
        align-self: flex-start;
    }
    .align-self-md-end
    {
        align-self: flex-end;
    }
    .align-self-md-center
    {
        align-self: center;
    }
    .align-self-md-baseline
    {
        align-self: baseline;
    }
    .align-self-md-stretch
    {
        align-self: stretch;
    }
    .order-md-first
    {
        order: -1;
    }
    .order-md-0
    {
        order: 0;
    }
    .order-md-1
    {
        order: 1;
    }
    .order-md-2
    {
        order: 2;
    }
    .order-md-3
    {
        order: 3;
    }
    .order-md-4
    {
        order: 4;
    }
    .order-md-5
    {
        order: 5;
    }
    .order-md-last
    {
        order: 6;
    }
    .m-md-0
    {
        margin: 0;
    }
    .m-md-1
    {
        margin: .4rem;
    }
    .m-md-2
    {
        margin: .8rem;
    }
    .m-md-3
    {
        margin: 1.6rem;
    }
    .m-md-4
    {
        margin: 2.4rem;
    }
    .m-md-5
    {
        margin: 4.8rem;
    }
    .m-md-auto
    {
        margin: auto;
    }
    .mx-md-0
    {
        margin-left: 0;
        margin-right: 0;
    }
    .mx-md-1
    {
        margin-left: .4rem;
        margin-right: .4rem;
    }
    .mx-md-2
    {
        margin-left: .8rem;
        margin-right: .8rem;
    }
    .mx-md-3
    {
        margin-left: 1.6rem;
        margin-right: 1.6rem;
    }
    .mx-md-4
    {
        margin-left: 2.4rem;
        margin-right: 2.4rem;
    }
    .mx-md-5
    {
        margin-left: 4.8rem;
        margin-right: 4.8rem;
    }
    .mx-md-auto
    {
        margin-left: auto;
        margin-right: auto;
    }
    .my-md-0
    {
        margin-bottom: 0;
        margin-top: 0;
    }
    .my-md-1
    {
        margin-bottom: .4rem;
        margin-top: .4rem;
    }
    .my-md-2
    {
        margin-bottom: .8rem;
        margin-top: .8rem;
    }
    .my-md-3
    {
        margin-bottom: 1.6rem;
        margin-top: 1.6rem;
    }
    .my-md-4
    {
        margin-bottom: 2.4rem;
        margin-top: 2.4rem;
    }
    .my-md-5
    {
        margin-bottom: 4.8rem;
        margin-top: 4.8rem;
    }
    .my-md-auto
    {
        margin-bottom: auto;
        margin-top: auto;
    }
    .mt-md-0
    {
        margin-top: 0;
    }
    .mt-md-1
    {
        margin-top: .4rem;
    }
    .mt-md-2
    {
        margin-top: .8rem;
    }
    .mt-md-3
    {
        margin-top: 1.6rem;
    }
    .mt-md-4
    {
        margin-top: 2.4rem;
    }
    .mt-md-5
    {
        margin-top: 4.8rem;
    }
    .mt-md-auto
    {
        margin-top: auto;
    }
    .me-md-0
    {
        margin-right: 0;
    }
    .me-md-1
    {
        margin-right: .4rem;
    }
    .me-md-2
    {
        margin-right: .8rem;
    }
    .me-md-3
    {
        margin-right: 1.6rem;
    }
    .me-md-4
    {
        margin-right: 2.4rem;
    }
    .me-md-5
    {
        margin-right: 4.8rem;
    }
    .me-md-auto
    {
        margin-right: auto;
    }
    .mb-md-0
    {
        margin-bottom: 0;
    }
    .mb-md-1
    {
        margin-bottom: .4rem;
    }
    .mb-md-2
    {
        margin-bottom: .8rem;
    }
    .mb-md-3
    {
        margin-bottom: 1.6rem;
    }
    .mb-md-4
    {
        margin-bottom: 2.4rem;
    }
    .mb-md-5
    {
        margin-bottom: 4.8rem;
    }
    .mb-md-auto
    {
        margin-bottom: auto;
    }
    .ms-md-0
    {
        margin-left: 0;
    }
    .ms-md-1
    {
        margin-left: .4rem;
    }
    .ms-md-2
    {
        margin-left: .8rem;
    }
    .ms-md-3
    {
        margin-left: 1.6rem;
    }
    .ms-md-4
    {
        margin-left: 2.4rem;
    }
    .ms-md-5
    {
        margin-left: 4.8rem;
    }
    .ms-md-auto
    {
        margin-left: auto;
    }
    .p-md-0
    {
        padding: 0;
    }
    .p-md-1
    {
        padding: .4rem;
    }
    .p-md-2
    {
        padding: .8rem;
    }
    .p-md-3
    {
        padding: 1.6rem;
    }
    .p-md-4
    {
        padding: 2.4rem;
    }
    .p-md-5
    {
        padding: 4.8rem;
    }
    .px-md-0
    {
        padding-left: 0;
        padding-right: 0;
    }
    .px-md-1
    {
        padding-left: .4rem;
        padding-right: .4rem;
    }
    .px-md-2
    {
        padding-left: .8rem;
        padding-right: .8rem;
    }
    .px-md-3
    {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
    .px-md-4
    {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }
    .px-md-5
    {
        padding-left: 4.8rem;
        padding-right: 4.8rem;
    }
    .py-md-0
    {
        padding-bottom: 0;
        padding-top: 0;
    }
    .py-md-1
    {
        padding-bottom: .4rem;
        padding-top: .4rem;
    }
    .py-md-2
    {
        padding-bottom: .8rem;
        padding-top: .8rem;
    }
    .py-md-3
    {
        padding-bottom: 1.6rem;
        padding-top: 1.6rem;
    }
    .py-md-4
    {
        padding-bottom: 2.4rem;
        padding-top: 2.4rem;
    }
    .py-md-5
    {
        padding-bottom: 4.8rem;
        padding-top: 4.8rem;
    }
    .pt-md-0
    {
        padding-top: 0;
    }
    .pt-md-1
    {
        padding-top: .4rem;
    }
    .pt-md-2
    {
        padding-top: .8rem;
    }
    .pt-md-3
    {
        padding-top: 1.6rem;
    }
    .pt-md-4
    {
        padding-top: 2.4rem;
    }
    .pt-md-5
    {
        padding-top: 4.8rem;
    }
    .pe-md-0
    {
        padding-right: 0;
    }
    .pe-md-1
    {
        padding-right: .4rem;
    }
    .pe-md-2
    {
        padding-right: .8rem;
    }
    .pe-md-3
    {
        padding-right: 1.6rem;
    }
    .pe-md-4
    {
        padding-right: 2.4rem;
    }
    .pe-md-5
    {
        padding-right: 4.8rem;
    }
    .pb-md-0
    {
        padding-bottom: 0;
    }
    .pb-md-1
    {
        padding-bottom: .4rem;
    }
    .pb-md-2
    {
        padding-bottom: .8rem;
    }
    .pb-md-3
    {
        padding-bottom: 1.6rem;
    }
    .pb-md-4
    {
        padding-bottom: 2.4rem;
    }
    .pb-md-5
    {
        padding-bottom: 4.8rem;
    }
    .ps-md-0
    {
        padding-left: 0;
    }
    .ps-md-1
    {
        padding-left: .4rem;
    }
    .ps-md-2
    {
        padding-left: .8rem;
    }
    .ps-md-3
    {
        padding-left: 1.6rem;
    }
    .ps-md-4
    {
        padding-left: 2.4rem;
    }
    .ps-md-5
    {
        padding-left: 4.8rem;
    }
    .text-md-start
    {
        text-align: left;
    }
    .text-md-end
    {
        text-align: right;
    }
    .text-md-center
    {
        text-align: center;
    }
}
@media(min-width: 1200px)
{
    .float-lg-start
    {
        float: left;
    }
    .float-lg-end
    {
        float: right;
    }
    .float-lg-none
    {
        float: none;
    }
    .d-lg-inline
    {
        display: inline;
    }
    .d-lg-inline-block
    {
        display: inline-block;
    }
    .d-lg-block
    {
        display: block;
    }
    .d-lg-grid
    {
        display: grid;
    }
    .d-lg-table
    {
        display: table;
    }
    .d-lg-table-row
    {
        display: table-row;
    }
    .d-lg-table-cell
    {
        display: table-cell;
    }
    .d-lg-flex
    {
        display: flex;
    }
    .d-lg-inline-flex
    {
        display: inline-flex;
    }
    .d-lg-none
    {
        display: none;
    }
    .flex-lg-fill
    {
        flex: 1 1 auto;
    }
    .flex-lg-row
    {
        flex-direction: row;
    }
    .flex-lg-column
    {
        flex-direction: column;
    }
    .flex-lg-row-reverse
    {
        flex-direction: row-reverse;
    }
    .flex-lg-column-reverse
    {
        flex-direction: column-reverse;
    }
    .flex-lg-grow-0
    {
        flex-grow: 0;
    }
    .flex-lg-grow-1
    {
        flex-grow: 1;
    }
    .flex-lg-shrink-0
    {
        flex-shrink: 0;
    }
    .flex-lg-shrink-1
    {
        flex-shrink: 1;
    }
    .flex-lg-wrap
    {
        flex-wrap: wrap;
    }
    .flex-lg-nowrap
    {
        flex-wrap: nowrap;
    }
    .flex-lg-wrap-reverse
    {
        flex-wrap: wrap-reverse;
    }
    .gap-lg-0
    {
        gap: 0;
    }
    .gap-lg-1
    {
        gap: .4rem;
    }
    .gap-lg-2
    {
        gap: .8rem;
    }
    .gap-lg-3
    {
        gap: 1.6rem;
    }
    .gap-lg-4
    {
        gap: 2.4rem;
    }
    .gap-lg-5
    {
        gap: 4.8rem;
    }
    .justify-content-lg-start
    {
        justify-content: flex-start;
    }
    .justify-content-lg-end
    {
        justify-content: flex-end;
    }
    .justify-content-lg-center
    {
        justify-content: center;
    }
    .justify-content-lg-between
    {
        justify-content: space-between;
    }
    .justify-content-lg-around
    {
        justify-content: space-around;
    }
    .justify-content-lg-evenly
    {
        justify-content: space-evenly;
    }
    .align-items-lg-start
    {
        align-items: flex-start;
    }
    .align-items-lg-end
    {
        align-items: flex-end;
    }
    .align-items-lg-center
    {
        align-items: center;
    }
    .align-items-lg-baseline
    {
        align-items: baseline;
    }
    .align-items-lg-stretch
    {
        align-items: stretch;
    }
    .align-content-lg-start
    {
        align-content: flex-start;
    }
    .align-content-lg-end
    {
        align-content: flex-end;
    }
    .align-content-lg-center
    {
        align-content: center;
    }
    .align-content-lg-between
    {
        align-content: space-between;
    }
    .align-content-lg-around
    {
        align-content: space-around;
    }
    .align-content-lg-stretch
    {
        align-content: stretch;
    }
    .align-self-lg-auto
    {
        align-self: auto;
    }
    .align-self-lg-start
    {
        align-self: flex-start;
    }
    .align-self-lg-end
    {
        align-self: flex-end;
    }
    .align-self-lg-center
    {
        align-self: center;
    }
    .align-self-lg-baseline
    {
        align-self: baseline;
    }
    .align-self-lg-stretch
    {
        align-self: stretch;
    }
    .order-lg-first
    {
        order: -1;
    }
    .order-lg-0
    {
        order: 0;
    }
    .order-lg-1
    {
        order: 1;
    }
    .order-lg-2
    {
        order: 2;
    }
    .order-lg-3
    {
        order: 3;
    }
    .order-lg-4
    {
        order: 4;
    }
    .order-lg-5
    {
        order: 5;
    }
    .order-lg-last
    {
        order: 6;
    }
    .m-lg-0
    {
        margin: 0;
    }
    .m-lg-1
    {
        margin: .4rem;
    }
    .m-lg-2
    {
        margin: .8rem;
    }
    .m-lg-3
    {
        margin: 1.6rem;
    }
    .m-lg-4
    {
        margin: 2.4rem;
    }
    .m-lg-5
    {
        margin: 4.8rem;
    }
    .m-lg-auto
    {
        margin: auto;
    }
    .mx-lg-0
    {
        margin-left: 0;
        margin-right: 0;
    }
    .mx-lg-1
    {
        margin-left: .4rem;
        margin-right: .4rem;
    }
    .mx-lg-2
    {
        margin-left: .8rem;
        margin-right: .8rem;
    }
    .mx-lg-3
    {
        margin-left: 1.6rem;
        margin-right: 1.6rem;
    }
    .mx-lg-4
    {
        margin-left: 2.4rem;
        margin-right: 2.4rem;
    }
    .mx-lg-5
    {
        margin-left: 4.8rem;
        margin-right: 4.8rem;
    }
    .mx-lg-auto
    {
        margin-left: auto;
        margin-right: auto;
    }
    .my-lg-0
    {
        margin-bottom: 0;
        margin-top: 0;
    }
    .my-lg-1
    {
        margin-bottom: .4rem;
        margin-top: .4rem;
    }
    .my-lg-2
    {
        margin-bottom: .8rem;
        margin-top: .8rem;
    }
    .my-lg-3
    {
        margin-bottom: 1.6rem;
        margin-top: 1.6rem;
    }
    .my-lg-4
    {
        margin-bottom: 2.4rem;
        margin-top: 2.4rem;
    }
    .my-lg-5
    {
        margin-bottom: 4.8rem;
        margin-top: 4.8rem;
    }
    .my-lg-auto
    {
        margin-bottom: auto;
        margin-top: auto;
    }
    .mt-lg-0
    {
        margin-top: 0;
    }
    .mt-lg-1
    {
        margin-top: .4rem;
    }
    .mt-lg-2
    {
        margin-top: .8rem;
    }
    .mt-lg-3
    {
        margin-top: 1.6rem;
    }
    .mt-lg-4
    {
        margin-top: 2.4rem;
    }
    .mt-lg-5
    {
        margin-top: 4.8rem;
    }
    .mt-lg-auto
    {
        margin-top: auto;
    }
    .me-lg-0
    {
        margin-right: 0;
    }
    .me-lg-1
    {
        margin-right: .4rem;
    }
    .me-lg-2
    {
        margin-right: .8rem;
    }
    .me-lg-3
    {
        margin-right: 1.6rem;
    }
    .me-lg-4
    {
        margin-right: 2.4rem;
    }
    .me-lg-5
    {
        margin-right: 4.8rem;
    }
    .me-lg-auto
    {
        margin-right: auto;
    }
    .mb-lg-0
    {
        margin-bottom: 0;
    }
    .mb-lg-1
    {
        margin-bottom: .4rem;
    }
    .mb-lg-2
    {
        margin-bottom: .8rem;
    }
    .mb-lg-3
    {
        margin-bottom: 1.6rem;
    }
    .mb-lg-4
    {
        margin-bottom: 2.4rem;
    }
    .mb-lg-5
    {
        margin-bottom: 4.8rem;
    }
    .mb-lg-auto
    {
        margin-bottom: auto;
    }
    .ms-lg-0
    {
        margin-left: 0;
    }
    .ms-lg-1
    {
        margin-left: .4rem;
    }
    .ms-lg-2
    {
        margin-left: .8rem;
    }
    .ms-lg-3
    {
        margin-left: 1.6rem;
    }
    .ms-lg-4
    {
        margin-left: 2.4rem;
    }
    .ms-lg-5
    {
        margin-left: 4.8rem;
    }
    .ms-lg-auto
    {
        margin-left: auto;
    }
    .p-lg-0
    {
        padding: 0;
    }
    .p-lg-1
    {
        padding: .4rem;
    }
    .p-lg-2
    {
        padding: .8rem;
    }
    .p-lg-3
    {
        padding: 1.6rem;
    }
    .p-lg-4
    {
        padding: 2.4rem;
    }
    .p-lg-5
    {
        padding: 4.8rem;
    }
    .px-lg-0
    {
        padding-left: 0;
        padding-right: 0;
    }
    .px-lg-1
    {
        padding-left: .4rem;
        padding-right: .4rem;
    }
    .px-lg-2
    {
        padding-left: .8rem;
        padding-right: .8rem;
    }
    .px-lg-3
    {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
    .px-lg-4
    {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }
    .px-lg-5
    {
        padding-left: 4.8rem;
        padding-right: 4.8rem;
    }
    .py-lg-0
    {
        padding-bottom: 0;
        padding-top: 0;
    }
    .py-lg-1
    {
        padding-bottom: .4rem;
        padding-top: .4rem;
    }
    .py-lg-2
    {
        padding-bottom: .8rem;
        padding-top: .8rem;
    }
    .py-lg-3
    {
        padding-bottom: 1.6rem;
        padding-top: 1.6rem;
    }
    .py-lg-4
    {
        padding-bottom: 2.4rem;
        padding-top: 2.4rem;
    }
    .py-lg-5
    {
        padding-bottom: 4.8rem;
        padding-top: 4.8rem;
    }
    .pt-lg-0
    {
        padding-top: 0;
    }
    .pt-lg-1
    {
        padding-top: .4rem;
    }
    .pt-lg-2
    {
        padding-top: .8rem;
    }
    .pt-lg-3
    {
        padding-top: 1.6rem;
    }
    .pt-lg-4
    {
        padding-top: 2.4rem;
    }
    .pt-lg-5
    {
        padding-top: 4.8rem;
    }
    .pe-lg-0
    {
        padding-right: 0;
    }
    .pe-lg-1
    {
        padding-right: .4rem;
    }
    .pe-lg-2
    {
        padding-right: .8rem;
    }
    .pe-lg-3
    {
        padding-right: 1.6rem;
    }
    .pe-lg-4
    {
        padding-right: 2.4rem;
    }
    .pe-lg-5
    {
        padding-right: 4.8rem;
    }
    .pb-lg-0
    {
        padding-bottom: 0;
    }
    .pb-lg-1
    {
        padding-bottom: .4rem;
    }
    .pb-lg-2
    {
        padding-bottom: .8rem;
    }
    .pb-lg-3
    {
        padding-bottom: 1.6rem;
    }
    .pb-lg-4
    {
        padding-bottom: 2.4rem;
    }
    .pb-lg-5
    {
        padding-bottom: 4.8rem;
    }
    .ps-lg-0
    {
        padding-left: 0;
    }
    .ps-lg-1
    {
        padding-left: .4rem;
    }
    .ps-lg-2
    {
        padding-left: .8rem;
    }
    .ps-lg-3
    {
        padding-left: 1.6rem;
    }
    .ps-lg-4
    {
        padding-left: 2.4rem;
    }
    .ps-lg-5
    {
        padding-left: 4.8rem;
    }
    .text-lg-start
    {
        text-align: left;
    }
    .text-lg-end
    {
        text-align: right;
    }
    .text-lg-center
    {
        text-align: center;
    }
}
@media print
{
    .d-print-inline
    {
        display: inline;
    }
    .d-print-inline-block
    {
        display: inline-block;
    }
    .d-print-block
    {
        display: block;
    }
    .d-print-grid
    {
        display: grid;
    }
    .d-print-table
    {
        display: table;
    }
    .d-print-table-row
    {
        display: table-row;
    }
    .d-print-table-cell
    {
        display: table-cell;
    }
    .d-print-flex
    {
        display: flex;
    }
    .d-print-inline-flex
    {
        display: inline-flex;
    }
    .d-print-none
    {
        display: none;
    }
}
.content-banner-homepage-wrapper .small-marginTop
{
    margin-top: 1rem;
}
.content-banner-homepage-wrapper .medium-marginTop
{
    margin-top: 1.5rem;
}
.content-banner-homepage-wrapper .large-marginTop
{
    margin-top: 2rem;
}
.content-banner-homepage-wrapper .small-marginBottom
{
    margin-top: 1rem;
}
.content-banner-homepage-wrapper .medium-marginBottom
{
    margin-top: 1.5rem;
}
.content-banner-homepage-wrapper .large-marginBottom
{
    margin-top: 2rem;
}
.content-banner-homepage-wrapper .rich-text span
{
    line-height: 1.3!important;
}
.content-banner-homepage-wrapper .text-xs
{
    font-family: "777-DemiBold",verdana,sans-serif;
    font-size: 1.7rem;
}
@media screen and (max-width: 1480px)
{
    .content-banner-homepage-wrapper .text-xs
    {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 420px)
{
    .content-banner-homepage-wrapper .text-xs
    {
        font-size: 1rem;
    }
}
.content-banner-homepage-wrapper .text-s
{
    font-family: "777-DemiBold",verdana,sans-serif;
    font-size: 2.1rem;
}
@media screen and (max-width: 1480px)
{
    .content-banner-homepage-wrapper .text-s
    {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 420px)
{
    .content-banner-homepage-wrapper .text-s
    {
        font-size: 1.3rem;
    }
}
.content-banner-homepage-wrapper .text-m
{
    font-family: "777-DemiBold",verdana,sans-serif;
    font-size: 2.6rem;
}
@media screen and (max-width: 1480px)
{
    .content-banner-homepage-wrapper .text-m
    {
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 420px)
{
    .content-banner-homepage-wrapper .text-m
    {
        font-size: 1.6rem;
    }
}
.content-banner-homepage-wrapper .text-l
{
    font-family: "777-DemiBold",verdana,sans-serif;
    font-size: 3rem;
    font-weight: 800;
}
@media screen and (max-width: 1480px)
{
    .content-banner-homepage-wrapper .text-l
    {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 420px)
{
    .content-banner-homepage-wrapper .text-l
    {
        font-size: 1.8rem;
    }
}
.content-banner-homepage-wrapper .text-xl
{
    font-family: "777-DemiBold",verdana,sans-serif;
    font-size: 3rem;
    font-weight: 800;
}
@media screen and (max-width: 1480px)
{
    .content-banner-homepage-wrapper .text-xl
    {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 420px)
{
    .content-banner-homepage-wrapper .text-xl
    {
        font-size: 1.8rem;
    }
}
.content-banner-homepage-wrapper .text-xxl
{
    font-family: "777-DemiBold",verdana,sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
}
@media screen and (max-width: 1480px)
{
    .content-banner-homepage-wrapper .text-xxl
    {
        font-size: 3rem;
    }
}
@media screen and (max-width: 420px)
{
    .content-banner-homepage-wrapper .text-xxl
    {
        font-size: 2.1rem;
    }
}
.content-banner-homepage-wrapper .text-3xl
{
    font-family: "777-DemiBold",verdana,sans-serif;
    font-size: 4rem;
    font-weight: 800;
}
@media screen and (max-width: 1480px)
{
    .content-banner-homepage-wrapper .text-3xl
    {
        font-size: 3.4rem;
    }
}
@media screen and (max-width: 420px)
{
    .content-banner-homepage-wrapper .text-3xl
    {
        font-size: 2.4rem;
    }
}
.content-banner-homepage-wrapper .text-jumbo
{
    font-family: "777-DemiBold",verdana,sans-serif;
    font-size: 6rem;
    font-weight: 800;
}
@media screen and (max-width: 1480px)
{
    .content-banner-homepage-wrapper .text-jumbo
    {
        font-size: 5.1rem;
    }
}
@media screen and (max-width: 420px)
{
    .content-banner-homepage-wrapper .text-jumbo
    {
        font-size: 3.6rem;
    }
}
.content-banner-homepage-wrapper .text-mini
{
    font-size: 65%;
}
.cmp-accordion-lp.accordion-lp-v2 .cmp-accordion-lp__wrapper
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.cmp-accordion-lp.accordion-lp-v2 .cmp-accordion-lp__tab
{
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-bottom: 1rem;
}
.cmp-accordion-lp.accordion-lp-v2 .cmp-accordion-lp__title
{
    color: #bc3554;
    font-weight: 400;
    text-align: left;
    text-decoration: underline #bc3554;
}
.cmp-accordion-lp.accordion-lp-v2 .cmp-accordion-lp__title-expand p:before
{
    color: #bc3554;
    content: "[+] ";
    font-weight: 400;
}
.cmp-accordion-lp.accordion-lp-v2 .cmp-accordion-lp__title-collapse p:before
{
    color: #bc3554;
    content: "[-] ";
    font-weight: 400;
}
.cmp-accordion-lp.accordion-lp-v2 .cmp-accordion-lp__title>*
{
    font-size: 1.9rem;
}
.cmp-accordion-lp.accordion-lp-v2 .cmp-accordion-lp__panel
{
    display: none;
    margin: -2.5rem 0 1rem;
    padding: 1.8rem;
}
.cmp-accordion-lp.accordion-lp-v2 .cmp-accordion-lp__panel ol, .cmp-accordion-lp.accordion-lp-v2 .cmp-accordion-lp__panel ul
{
    margin-left: 1.8rem;
}
.cmp-accordion-lp.accordion-lp-v2 .cmp-accordion-lp__panel ol li, .cmp-accordion-lp.accordion-lp-v2 .cmp-accordion-lp__panel ul li
{
    font-size: 1.9rem;
    font-weight: 200;
    line-height: 1.6;
}
.cmp-accordion-lp.accordion-lp-v2 .cmp-accordion-lp__panel ol>li::marker
{
    font-size: 1.9rem;
    font-weight: 200;
    line-height: 1.6;
}
.cmp-accordion-lp.accordion-lp-v2 .cmp-accordion-lp__panel p
{
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.6;
}
.cmp-game-info-navbar
{
    background: transparent;
    margin-bottom: 15px;
}
@media only screen and (max-width: 639px)
{
    .cmp-game-info-navbar
    {
        display: none;
    }
}
.cmp-game-info-navbar .cmp-game-info-navbar__container
{
    margin: 0 auto;
}
.cmp-game-info-navbar .cmp-game-info-navbar__row
{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.cmp-game-info-navbar .cmp-game-info-navbar__logo
{
    max-width: 14rem;
    padding: 1rem 0 1.5rem;
    width: 100%;
}
@media only screen and (min-width: 640px)
{
    .cmp-game-info-navbar .cmp-game-info-navbar__logo
    {
        margin-left: -1rem;
    }
}
@media only screen and (min-width: 1199px)
{
    .cmp-game-info-navbar .cmp-game-info-navbar__logo
    {
        max-width: 16rem;
    }
}
.cmp-game-info-navbar .cmp-game-info-navbar__list
{
    list-style: none;
    margin-bottom: 1rem;
    margin-left: 0;
}
.cmp-game-info-navbar .cmp-game-info-navbar__item
{
    display: inline-block;
}
.cmp-game-info-navbar .cmp-game-info-navbar__item:after
{
    color: #717171;
    content: "|";
    cursor: default;
}
.cmp-game-info-navbar .cmp-game-info-navbar__item:last-child:after
{
    display: none;
}
.cmp-game-info-navbar .cmp-game-info-navbar__item:before
{
    display: none;
}
.cmp-game-info-navbar .cmp-game-info-navbar__anchor
{
    color: #4c1723;
    font-family: "777",verdana,sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 0 .5rem;
    text-decoration: none;
}
.cmp-game-info-navbar .cmp-game-info-navbar__anchor.uppercaseClass
{
    text-transform: uppercase;
}
.cmp-game-info-navbar .cmp-game-info-navbar__anchor:hover
{
    color: #bc3554;
    cursor: pointer;
}
.cmp-game-info-navbar__item:first-child .cmp-game-info-navbar__anchor
{
    color: #bc3554;
    font-weight: 700;
}
.back-to-previous-component
{
    font-size: 10px;
}
.back-to-previous-component .promotion-page__back-to-btn
{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: 0;
    border-radius: 2em;
    left: 3.8em;
    line-height: 1;
    margin-top: 6.6rem;
    opacity: .9;
    padding: 0;
    position: absolute;
    top: 0;
    transition: all .25s ease-out;
    z-index: 10;
}
@media(max-width: 1279px)
{
    .back-to-previous-component .promotion-page__back-to-btn
    {
        margin-top: 11rem;
    }
}
.back-to-previous-component .promotion-page__back-to-btn:hover
{
    transform: scale(1.025);
}
.back-to-previous-component .promotion-page__back-to-btn:active
{
    transform: scale(.95);
}
.back-to-previous-component .promotion-page__back-to-btn a
{
    align-items: center;
    background: #fcf6d5;
    border: 1px solid #0ea79b;
    border-radius: 2em;
    display: flex;
    height: 4em;
    justify-content: center;
    width: 4em;
}
.back-to-previous-component .promotion-page__back-to-btn svg
{
    color: #0ea79b;
    height: 1.6em;
    scale: 1.8;
    width: 1.6em;
}
.banner-disclaimer-component
{
    display: block;
    margin: 0;
    position: relative;
    z-index: 119;
}
.banner-disclaimer-component.promoStyle
{
    background-color: #fcf6d5;
}
@media(max-width: 1025px)
{
    .banner-disclaimer-component.promoStyle
    {
        padding: .8rem 0;
    }
}
.banner-disclaimer-component.promoStyle .disclaimer-container
{
    color: #000;
}
.banner-disclaimer-component.promoStyle .disclaimer-container .disclaimer-content
{
    padding: 1rem .8rem;
}
@media(max-width: 1025px)
{
    .banner-disclaimer-component.promoStyle .disclaimer-container .disclaimer-content
    {
        padding: 0;
    }
}
@media(max-width: 1200px)
{
    .banner-disclaimer-component.promoStyle .disclaimer-container .disclaimer-content
    {
        margin: 0;
    }
}
.banner-disclaimer-component.promoStyle .disclaimer-container .disclaimer-content p
{
    font-size: 12.9px;
    line-height: 1.5;
}
@media(max-width: 1025px)
{
    .banner-disclaimer-component.promoStyle .disclaimer-container .disclaimer-content p
    {
        font-size: 9.75px!important;
        margin: 0 1rem;
    }
}
@media(max-width: 640px)
{
    .banner-disclaimer-component.promoStyle .disclaimer-container .disclaimer-content p
    {
        font-size: 7.6px!important;
    }
}
.banner-disclaimer-component.promoStyle .disclaimer-main-container
{
    width: 100%;
}
.banner-disclaimer-component.promoStyle .disclaimer-orbit-aling
{
    margin-left: 11rem;
    padding: 0;
}
.banner-disclaimer-component.promoStyle .disclaimer-orbit-aling .disclaimer-content
{
    margin: 0 20rem;
    padding: .8rem 2.56rem;
}
.banner-disclaimer-component.promoStyle .disclaimer-orbit-aling .disclaimer-content p
{
    margin: 0 2rem;
}
.banner-disclaimer-component.fixed-banner-disclaimer
{
    bottom: 0;
    position: fixed;
    right: 0;
    width: 100%;
}
.banner-disclaimer-component.no-display-banner-disclaimer
{
    display: none;
}
.banner-disclaimer-component.disclaimerInnerPromotionPage
{
    z-index: 0;
}
.banner-disclaimer-component.disclaimerInnerPromotionPage .disclaimer-container
{
    color: #4c1723;
    margin-top: 3rem;
    text-align: justify;
}
.banner-disclaimer-component.disclaimerInnerPromotionPage .disclaimer-container .disclaimer-content p
{
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}
@media(max-width: 640px)
{
    .banner-disclaimer-component.disclaimerInnerPromotionPage .disclaimer-container .disclaimer-content p
    {
        font-size: 1.1rem;
    }
}
.banner-disclaimer-component.disclaimerInnerPromotionPage .disclaimer-main-container
{
    padding: 0;
    width: 83%;
}
@media(max-width: 1700px)
{
    .banner-disclaimer-component.disclaimerInnerPromotionPage .disclaimer-main-container
    {
        padding: 0 2rem;
        width: 100%;
    }
}
@media(max-width: 640px)
{
    .banner-disclaimer-component.disclaimerInnerPromotionPage .disclaimer-main-container
    {
        margin-bottom: 1.5rem;
        padding: 0;
    }
}
.banner-disclaimer-none
{
    display: none;
}
.complex-title-component
{
    background: linear-gradient(90deg,hsla(51,87%,91%,.5),hsla(0,0%,100%,0) 75%);
    clip-path: polygon(100% 0,100% 100%,75% 100%,0 100%,1% 50%,0 0);
    display: flex;
    justify-content: space-between;
    margin: 0 0 2rem;
    padding: .6rem calc(1rem - 2px);
    width: 100%;
}
.complex-title-component h1.title-777-green-color, .complex-title-component h2.title-777-green-color, .complex-title-component h3.title-777-green-color, .complex-title-component h4.title-777-green-color, .complex-title-component h5.title-777-green-color, .complex-title-component h6.title-777-green-color
{
    color: #0ea79b;
}
.complex-title-component h1.title-777-green-color .title-icon, .complex-title-component h2.title-777-green-color .title-icon, .complex-title-component h3.title-777-green-color .title-icon, .complex-title-component h4.title-777-green-color .title-icon, .complex-title-component h5.title-777-green-color .title-icon, .complex-title-component h6.title-777-green-color .title-icon
{
    filter: brightness(0) saturate(100%) invert(38%) sepia(79%) saturate(1114%) hue-rotate(142deg) brightness(102%) contrast(89%);
}
.complex-title-component h1.title-777-red-color, .complex-title-component h2.title-777-red-color, .complex-title-component h3.title-777-red-color, .complex-title-component h4.title-777-red-color, .complex-title-component h5.title-777-red-color, .complex-title-component h6.title-777-red-color
{
    color: #b01619;
}
.complex-title-component h1.title-777-red-color .title-icon, .complex-title-component h2.title-777-red-color .title-icon, .complex-title-component h3.title-777-red-color .title-icon, .complex-title-component h4.title-777-red-color .title-icon, .complex-title-component h5.title-777-red-color .title-icon, .complex-title-component h6.title-777-red-color .title-icon
{
    filter: brightness(0) saturate(100%) invert(8%) sepia(84%) saturate(5013%) hue-rotate(351deg) brightness(121%) contrast(93%);
}
.complex-title-component h1.normal-777-title, .complex-title-component h2.normal-777-title, .complex-title-component h3.normal-777-title, .complex-title-component h4.normal-777-title, .complex-title-component h5.normal-777-title, .complex-title-component h6.normal-777-title
{
    box-sizing: inherit;
    display: inline-flex;
    font-size: 2.1rem;
    letter-spacing: .2rem;
    line-height: 1.2em;
    padding-left: 1.7rem;
    position: relative;
    text-transform: capitalize;
}
.complex-title-component h1.normal-777-title:before, .complex-title-component h2.normal-777-title:before, .complex-title-component h3.normal-777-title:before, .complex-title-component h4.normal-777-title:before, .complex-title-component h5.normal-777-title:before, .complex-title-component h6.normal-777-title:before
{
    border-bottom: 8px solid transparent;
    border-left: 6px solid #0ea79b;
    border-top: 8px solid transparent;
    content: "";
    display: inline-block;
    margin: 0 .5rem .4rem .4rem;
    transform: translateY(15%);
}
.complex-title-component .title-icon
{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 2.5rem;
    margin: 0 .2rem .5rem 0;
    position: relative;
    top: .4rem;
    width: auto;
}
.complex-title-component .default-font
{
    font-family: Oleo-Script-Regular,sans-serif;
}
.complex-title-component .default-font.black, .complex-title-component .default-font.bold, .complex-title-component .default-font.demibold
{
    font-family: Oleo-Script-Bold,sans-serif;
}
.complex-title-component .fs-23
{
    font-size: 2.3rem;
}
.complex-title-component .fs-18
{
    font-size: 1.8rem;
}
.complex-title-component .fs-16, .complex-title-component .fs-16-12
{
    font-size: 1.6rem;
}
@media(max-width: 640px)
{
    .complex-title-component .fs-16-12
    {
        font-size: 1.2rem;
    }
}
.complex-title-component .fs-15
{
    font-size: 1.5rem;
}
.cta-template a
{
    word-wrap: break-word;
    border-radius: 5rem;
    cursor: pointer;
    display: flex;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-width: 10pc;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    word-break: break-word;
}
.cta-template.cta-primary a
{
    background: #bc3554;
    border: 2px solid #bc3554;
    border-radius: 4px;
    color: #fcf6d5;
    font-size: 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
}
.cta-template.cta-primary a:focus, .cta-template.cta-primary a:hover
{
    background: #fcf6d5;
    color: #bc3554;
}
@media(hover: hover)
{
    .cta-template.cta-primary a:focus, .cta-template.cta-primary a:hover
    {
        background: #fcf6d5;
        color: #bc3554;
    }
}
.cta-template.cta-primary-v2 a
{
    background: #fcf6d5;
    border: 2px solid #bc3554;
    border-radius: 4px;
    color: #bc3554;
    font-size: 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
}
.cta-template.cta-primary-v2 a:focus, .cta-template.cta-primary-v2 a:hover
{
    background: rgba(188,53,84,.2);
    color: #bc3554;
}
@media(hover: hover)
{
    .cta-template.cta-primary-v2 a:focus, .cta-template.cta-primary-v2 a:hover
    {
        background: rgba(188,53,84,.2);
        color: #bc3554;
    }
}
.cta-template.cta-secondary a
{
    background: #eadfc3;
    border: 2px solid #0ea79b;
    border-radius: 4px;
    color: #0ea79b;
    font-size: 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
}
.cta-template.cta-secondary a:focus, .cta-template.cta-secondary a:hover
{
    background: #0ea79b;
    color: #eadfc3;
}
@media(hover: hover)
{
    .cta-template.cta-secondary a:focus, .cta-template.cta-secondary a:hover
    {
        background: #0ea79b;
        color: #eadfc3;
    }
}
.cta-template.cta-secondary-variant-1 a
{
    background: #0ea79b;
    border: 2px solid #0ea79b;
    border-radius: 4px;
    color: #fcf6d5;
    font-size: 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
}
.cta-template.cta-secondary-variant-1 a:focus, .cta-template.cta-secondary-variant-1 a:hover
{
    background: #fcf6d5;
    color: #0ea79b;
}
@media(hover: hover)
{
    .cta-template.cta-secondary-variant-1 a:focus, .cta-template.cta-secondary-variant-1 a:hover
    {
        background: #fcf6d5;
        color: #0ea79b;
    }
}
.cta-template.cta-glow a
{
    background: #bc3554;
    border: 2px solid #bc3554;
    border-radius: 4px;
    color: #fcf6d5;
    font-size: 1.44rem;
    text-decoration: none;
    text-transform: uppercase;
}
.cta-template.cta-glow a:focus, .cta-template.cta-glow a:hover
{
    background: #fcf6d5;
    color: #bc3554;
}
@media(hover: hover)
{
    .cta-template.cta-glow a:focus, .cta-template.cta-glow a:hover
    {
        background: #fcf6d5;
        color: #bc3554;
    }
}
.cta-template.cta-glow a
{
    animation: glowing .9s infinite alternate;
}
.cta-padding-small
{
    padding: .4rem 1.6rem;
}
.cta-padding-default, .cta-template.cta-glow a, .cta-template.cta-primary a, .cta-template.cta-primary-v2 a, .cta-template.cta-secondary a, .cta-template.cta-secondary-variant-1 a
{
    padding: .8rem 4rem;
}
@keyframes glowing
{
    to
    {
        box-shadow: 0 0 20px 5px #bc3554;
    }
}
@keyframes color-rotation
{
    0%
    {
        filter: hue-rotate(0deg);
    }
    50%
    {
        filter: hue-rotate(25deg);
    }
}
.cta-template.cta-wide-size a
{
    line-height: 1.5;
    min-width: 290px;
}
.cta-template.cta-medium-size a
{
    line-height: 1.5;
    max-width: 290px;
    min-width: 10pc;
    padding: .9rem 0;
}
.cta-template.cta-large-size a
{
    font-family: "777-DemiBold",verdana,sans-serif;
    font-size: 19px;
    line-height: 2;
    max-width: 290px;
    min-width: 10pc;
    padding: .75rem 2.25rem;
}
@media screen and (max-width: 1024px)
{
    .cta-template.cta-large-size a
    {
        min-width: 215px;
    }
}
@media screen and (max-width: 414px)
{
    .cta-template.cta-large-size a
    {
        min-width: 170px;
        padding: .75rem 0;
    }
}
.cta-template.cta-fullwidth-size, .cta-template.cta-fullwidth-size a
{
    font-size: 2.3rem;
    line-height: 2;
    width: 100%;
}
.deposit-withdrawal-cards-container
{
    align-items: center;
    column-gap: 1.6rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    padding: 0 4.8rem 1rem;
    width: 100%;
}
@media(max-width: 1060px)
{
    .deposit-withdrawal-cards-container
    {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media(max-width: 640px)
{
    .deposit-withdrawal-cards-container
    {
        grid-template-columns: 1fr;
        row-gap: 1.6rem;
    }
}
.deposit-withdrawal-cards-container .deposit-withdrawal-card
{
    width: 100%;
}
.deposit-withdrawal-cards-container .deposit-withdrawal-card .card-anchor
{
    text-decoration: none;
}
.deposit-withdrawal-cards-container .deposit-withdrawal-card .deposit-withdrawal-card-img-wrapper img
{
    display: inline-block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.deposit-withdrawal-cards-container .deposit-withdrawal-card .deposit-withdrawal-card-text
{
    color: #4c1723;
    display: block;
    font-family: "777-DemiBold",verdana,sans-serif;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 2.85rem;
    min-height: 4.675rem;
    opacity: .7;
    padding: .5rem 1rem;
    text-transform: capitalize;
}
@media(max-width: 1480px)
{
    .deposit-withdrawal-cards-container .deposit-withdrawal-card .deposit-withdrawal-card-text
    {
        line-height: 1.9rem;
        min-height: 5.5rem;
    }
}
@media(max-width: 1024px)
{
    .deposit-withdrawal-cards-container .deposit-withdrawal-card .deposit-withdrawal-card-text
    {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
}
@media(max-width: 840px)
{
    .deposit-withdrawal-cards-container .deposit-withdrawal-card .deposit-withdrawal-card-text
    {
        font-size: 1.7rem;
        line-height: 1.7rem;
    }
}
@media(max-width: 640px)
{
    .deposit-withdrawal-cards-container .deposit-withdrawal-card .deposit-withdrawal-card-text
    {
        font-size: 1.9rem;
        line-height: 1.9rem;
    }
}
.divider-editMode
{
    margin-bottom: 5rem;
}
.divider
{
    margin: .25rem 0;
}
.divider:has(.none)
{
    margin: 0;
}
.divider .gradient-line-brown
{
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#4c1723 50%,hsla(0,0%,100%,0));
    display: block;
    height: 2px;
    width: 100%;
}
.divider .gradient-line-blue
{
    background-color: transparent;
    background: linear-gradient(90deg,rgba(76,23,35,0),rgba(76,23,35,0) 1%,rgba(76,23,35,.85) 50%,rgba(14,167,155,0));
    display: block;
    height: 2px;
    width: 100%;
}
.divider .default
{
    margin: 2.5rem 0;
}
.divider .medium
{
    margin: 1rem 0;
}
.divider .small
{
    margin: .5rem 0;
}
.divider .none
{
    margin: 0;
}
@media(max-width: 768px)
{
    .one-col-desktop-50 .divider
    {
        display: contents;
    }
}
.game-tiles .game-List-warp
{
    overflow: hidden;
    padding: 3.9rem 0;
}
.game-tiles .game-List-warp .game-list-flex
{
    display: flex;
    flex-wrap: wrap;
}
.game-tiles .games-list-item
{
    width: 14.28%;
}
@media screen and (max-width: 840px)
{
    .game-tiles .games-list-item
    {
        margin: 0 auto 4rem;
        width: 50%;
    }
}
.game-tiles .games-list-item a
{
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    display: block;
    margin: auto;
    max-width: 12rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.game-tiles .games-list-item a .img-item
{
    align-items: center;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-wrap: wrap;
    height: 12rem;
    justify-content: center;
    margin: 0 auto;
    max-width: 12rem;
    width: 100%;
}
.game-tiles .games-list-item a .img-item img
{
    opacity: 0;
    transition: all .4s ease;
    width: 6rem;
}
.game-tiles .games-list-item .game-info-container
{
    opacity: 1;
    transition: all .4s ease;
}
.game-tiles .games-list-item .game-info-container .gameName
{
    color: #19322f;
    font-family: "777-Bold",verdana,sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
}
.game-tiles .games-list-item:hover .img-item img
{
    opacity: 1;
}
.header-bar
{
    align-items: center;
    background: #fcf6d5;
    display: flex;
    height: auto;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.navbar-logo
{
    float: left;
    margin: 5px 5px 5px 25px;
}
@media only screen and (max-width: 768px)
{
    .navbar-logo
    {
        margin: 5px 5px 5px 10px;
    }
}
.navbar-logo img
{
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    width: 70px;
}
@media only screen and (max-width: 768px)
{
    .navbar-logo img
    {
        max-width: 62%;
    }
}
.header-bar-cta-wrapper
{
    display: flex;
    position: absolute;
    right: 25px;
}
@media only screen and (max-width: 768px)
{
    .header-bar-cta-wrapper
    {
        right: 0;
    }
}
.header-bar-cta-wrapper a
{
    box-sizing: border-box;
    float: right;
    font-family: "777-DemiBold",verdana,sans-serif!important;
    font-size: 1.4rem!important;
    height: auto;
    line-height: 3rem!important;
    margin: .5rem!important;
    max-width: 29rem!important;
    min-width: 16rem!important;
    padding: 0!important;
    width: auto;
}
@media only screen and (max-width: 768px)
{
    .header-bar-cta-wrapper a
    {
        font-size: 9pt!important;
        line-height: 26px!important;
        min-width: 5pc!important;
    }
}
.header-bar-cta-wrapper .cta-secondary a
{
    border-radius: .5rem .8rem!important;
}
.cq-Editable-dom
{
    position: relative;
}
.herobanner-homepage-live-component
{
    font-size: 15px;
    position: relative;
}
.herobanner-homepage-live-component a, .herobanner-homepage-live-component p
{
    font-family: "777-DemiBold",verdana,sans-serif;
    line-height: 1;
}
.herobanner-homepage-live-component .herobanner-video video
{
    min-height: 100%;
    object-fit: cover;
    width: 100%;
}
@media only screen and (max-width: 640px)
{
    .herobanner-homepage-live-component .herobanner-video video.video-desktop
    {
        display: none;
    }
    .herobanner-homepage-live-component .herobanner-video video.video-mobile
    {
        display: block;
    }
}
@media only screen and (min-width: 640px)
{
    .herobanner-homepage-live-component .herobanner-video video.video-desktop
    {
        display: block;
    }
    .herobanner-homepage-live-component .herobanner-video video.video-mobile
    {
        display: none;
    }
}
.herobanner-homepage-live-component.video-section
{
    aspect-ratio: 1920/760;
    background-size: cover;
}
@media only screen and (min-width: 641px) and (max-width: 1600px)
{
    .herobanner-homepage-live-component.video-section
    {
        aspect-ratio: 1920/920;
    }
}
@media only screen and (max-width: 640px)
{
    .herobanner-homepage-live-component.video-section
    {
        aspect-ratio: 42/83;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        display: flex;
        flex-direction: column-reverse;
    }
}
.herobanner-homepage-live-component .hero-wrapper
{
    align-items: center;
    aspect-ratio: 1920/760;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
@media screen and (max-width: 767px) and (min-width: 640px)
{
    .herobanner-homepage-live-component .hero-wrapper
    {
        height: 440px;
    }
}
@media only screen and (min-width: 641px) and (max-width: 1600px)
{
    .herobanner-homepage-live-component .hero-wrapper
    {
        aspect-ratio: 1920/888;
    }
}
@media screen and (orientation: landscape) and (max-width: 1400px)
{
    .herobanner-homepage-live-component .hero-wrapper
    {
        aspect-ratio: 1920/990;
    }
}
@media only screen and (min-width: 641px)
{
    .herobanner-homepage-live-component .hero-wrapper
    {
        overflow-y: hidden;
    }
}
@media only screen and (max-width: 640px)
{
    .herobanner-homepage-live-component .hero-wrapper
    {
        aspect-ratio: 42/83;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media screen and (max-width: 960px) and (min-width: 641px)
{
    .herobanner-homepage-live-component .hero-wrapper
    {
        min-height: 430px;
    }
}
@media screen and (max-width: 1280px) and (min-width: 641px)
{
    .herobanner-homepage-live-component .hero-wrapper
    {
        height: 570px;
    }
}
.herobanner-homepage-live-component .CTA_extra_btns a
{
    font-family: "777-DemiBold",verdana,sans-serif;
    font-size: .9em;
    font-weight: 700;
    line-height: 2.5;
    margin-top: 20px;
    padding: 0 1.2em;
}
@media screen and (max-width: 800px)
{
    .herobanner-homepage-live-component .CTA_extra_btns a
    {
        margin-top: 5px;
    }
}
@media screen and (max-width: 430px)
{
    .herobanner-homepage-live-component .CTA_extra_btns a
    {
        font-size: .8em;
        margin-top: 5px;
        min-width: 60px;
        padding: 0 5px;
    }
}
.herobanner-homepage-live-component .main_offer
{
    align-items: center;
    color: #4c1723;
    display: flex;
    flex-flow: column;
    justify-content: center;
    left: 50%;
    max-width: 70%;
    position: absolute;
    text-align: center;
    top: 4%;
    transform: translateX(-50%);
    z-index: 1;
}
@media only screen and (max-width: 500px)
{
    .herobanner-homepage-live-component .main_offer
    {
        justify-content: flex-start;
        max-width: 100%;
        top: 0;
    }
}
.herobanner-homepage-live-component .main_offer .hero-wrapper-offer__container .hero-wrapper__offer .offer-link
{
    color: #4c1723;
    cursor: pointer;
    text-decoration: none;
}
.herobanner-homepage-live-component .main_offer .hero-wrapper-offer__container .hero-wrapper__offer .offer-link.no-offer-link
{
    cursor: unset;
}
.herobanner-homepage-live-component .main_offer .hero-wrapper-offer__container span
{
    line-height: 1.2;
}
.herobanner-homepage-live-component .main_offer .hero-wrapper-offer__container .terms .features a
{
    cursor: pointer;
    text-decoration: none;
}
.herobanner-homepage-live-component .main_offer .hero-wrapper-offer__container .terms a
{
    color: #bc3554;
    font-family: "777-Book",sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: underline;
}
@media only screen and (max-width: 768px)
{
    .herobanner-homepage-live-component .main_offer .hero-wrapper-offer__container .terms a
    {
        font-size: 1.44rem;
    }
}
.herobanner-homepage-live-component .main_offer__header
{
    display: flex;
    height: 75pt;
    justify-content: space-between;
    padding: 10px 20px 0 0;
    width: 100%;
    z-index: 100;
}
@media only screen and (max-width: 1024px)
{
    .herobanner-homepage-live-component .main_offer__header
    {
        height: 75px;
    }
}
@media only screen and (max-width: 768px)
{
    .herobanner-homepage-live-component .main_offer__header
    {
        height: 60px;
    }
}
.herobanner-homepage-live-component .main_offer .CTA_btns
{
    margin: 1.5rem 0 0 auto;
    min-width: 14.375rem;
}
.herobanner-homepage-live-component .main_offer .CTA_btns .cta-template
{
    margin: auto;
}
.herobanner-homepage-live-component .main_offer .CTA_btns .cta-template a
{
    display: inline-block;
    padding: .2rem 4.65rem;
}
@media only screen and (orientation: landscape) and (max-width: 940px)
{
    .herobanner-homepage-live-component .main_offer .CTA_btns .cta-template a
    {
        padding: .2rem 3rem;
    }
}
@media only screen and (max-width: 639px)
{
    .herobanner-homepage-live-component .main_offer .CTA_btns .cta-template a
    {
        padding: .6rem 3rem;
    }
}
@media only screen and (max-width: 409px)
{
    .herobanner-homepage-live-component .main_offer .CTA_btns .cta-template a
    {
        padding: .2rem 3rem;
    }
}
.herobanner-homepage-live-component .main_offer .CTA_btns .cta-template a span
{
    font-size: 2.24rem;
    font-weight: 700;
    line-height: 2.25rem;
    text-transform: uppercase;
}
@media only screen and (min-width: 812px)
{
    .herobanner-homepage-live-component .main_offer .CTA_btns .cta-template a span
    {
        line-height: 4rem;
    }
}
@media only screen and (max-width: 1200px)
{
    .herobanner-homepage-live-component .main_offer .CTA_btns .cta-template a span
    {
        font-size: 2.125rem;
    }
}
@media only screen and (max-width: 960px)
{
    .herobanner-homepage-live-component .main_offer .CTA_btns .cta-template a span
    {
        font-size: 1.84rem;
    }
}
@media only screen and (orientation: landscape) and (max-width: 940px)
{
    .herobanner-homepage-live-component .main_offer .CTA_btns .cta-template a span
    {
        font-size: 1.2rem;
        line-height: 2.25rem;
    }
}
@media only screen and (max-width: 639px)
{
    .herobanner-homepage-live-component .main_offer .CTA_btns .cta-template a span
    {
        font-size: 1.6rem;
    }
}
@media only screen and (max-width: 409px)
{
    .herobanner-homepage-live-component .main_offer .CTA_btns .cta-template a span
    {
        font-size: 1.2rem;
    }
}
.herobanner-homepage-live-component .extra-text-CTA-wrapper
{
    align-items: center;
    font-size: 1.6rem;
    justify-content: center;
    width: 100%;
}
.herobanner-homepage-live-component .extra-text-CTA-wrapper .cta-template.cta-plain-text
{
    margin: auto;
    width: 20%;
}
@media only screen and (max-width: 1200px)
{
    .herobanner-homepage-live-component .extra-text-CTA-wrapper .cta-template.cta-plain-text
    {
        width: auto;
    }
}
.herobanner-homepage-live-component .extra-text-CTA-wrapper .label
{
    font-weight: 400!important;
    letter-spacing: normal!important;
    line-height: 2.4rem;
}
@media only screen and (max-width: 915px)
{
    .herobanner-homepage-live-component .extra-text-CTA-wrapper .label
    {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }
}
.herobanner-homepage-live-component .logo-wrapper, .herobanner-homepage-live-component .logo-wrapper .logo-wrapper_container
{
    height: 100%;
}
.herobanner-homepage-live-component .logo-wrapper .logo-wrapper_container a
{
    display: inline-block;
    height: 100%;
    text-decoration: none;
}
.herobanner-homepage-live-component .logo-wrapper .logo-wrapper_container img
{
    image-rendering: -webkit-optimize-contrast;
    margin-left: 15px;
    max-height: 90px;
    max-width: 80%;
    text-decoration: none;
    width: auto;
}
@media screen and (max-width: 800px)
{
    .herobanner-homepage-live-component .logo-wrapper .logo-wrapper_container img
    {
        max-height: 50px;
    }
}
@media screen and (max-width: 320px)
{
    .herobanner-homepage-live-component .logo-wrapper .logo-wrapper_container img
    {
        max-height: 40px;
    }
}
.herobanner-homepage-live-component .fadeInAnimate
{
    animation: fadeIn 2s;
}
@keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}
.herobanner-homepage-live-component .three-steps-wrapper
{
    bottom: 3%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}
@media(max-width: 1440px)
{
    .herobanner-homepage-live-component .three-steps-wrapper
    {
        bottom: 1%;
    }
}
@media(max-width: 1025px)
{
    .herobanner-homepage-live-component .three-steps-wrapper
    {
        bottom: .5%;
    }
}
@media(max-width: 768px)
{
    .herobanner-homepage-live-component .three-steps-wrapper
    {
        bottom: 1%;
    }
}
@media(max-width: 640px)
{
    .herobanner-homepage-live-component .three-steps-wrapper
    {
        position: relative;
    }
}
.herobanner-homepage-live-component .three-steps-wrapper .numbered-steps-casino
{
    background: transparent;
    display: flex;
    justify-content: center;
}
@media(max-width: 640px)
{
    .herobanner-homepage-live-component .three-steps-wrapper .numbered-steps-casino
    {
        background: #fcf6d5;
    }
}
.herobanner-homepage-live-component .three-steps-wrapper .numbered-steps-casino .numbered-steps
{
    -webkit-text-size-adjust: 100%;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
}
.herobanner-homepage-live-component .three-steps-wrapper .numbered-steps-casino .numbered-steps .list-item__text p
{
    font-family: "777",verdana,sans-serif;
}
@media(max-width: 640px)
{
    .herobanner-homepage-live-component .three-steps-wrapper .numbered-steps-casino .numbered-steps
    {
        padding: 3.6rem 0;
        width: 94%;
    }
}
@media only screen and (max-width: 640px)
{
    .left-alignment .video-section .hero-wrapper-offer__container .hero-wrapper__offer
    {
        margin-top: 50px;
    }
}
.left-alignment .main_offer
{
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    margin-left: 0;
    max-width: 120rem;
}
.left-alignment .hero-wrapper-offer__container, .left-alignment .main_offer
{
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
}
.left-alignment .hero-wrapper-offer__container
{
    max-width: 75pc;
}
.left-alignment .hero-wrapper-offer__container .hero-wrapper__offer
{
    align-self: center;
    height: 100%;
    left: 30px;
    max-width: 50%;
    padding-top: 150px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 1440px)
{
    .left-alignment .hero-wrapper-offer__container .hero-wrapper__offer
    {
        padding-top: 90pt;
    }
}
@media only screen and (max-width: 1025px)
{
    .left-alignment .hero-wrapper-offer__container .hero-wrapper__offer
    {
        padding-top: 70px;
    }
}
@media only screen and (max-width: 640px)
{
    .left-alignment .hero-wrapper-offer__container .hero-wrapper__offer
    {
        left: 50%;
        max-width: 95%;
        padding-top: 0;
        right: auto;
        text-align: center;
        top: 60px;
        transform: translateX(-50%);
        width: 100%;
    }
    .left-alignment .extra-text-CTA, .left-alignment .label, .left-alignment .text_offer p
    {
        text-align: center!important;
    }
}
@media only screen and (min-width: 641px)
{
    .left-alignment .hero-wrapper__offer
    {
        align-self: flex-start;
    }
    .left-alignment .CTA_btns .cta-template
    {
        display: table;
        margin: 0!important;
    }
    .left-alignment .extra-text-CTA-wrapper .cta-template.cta-plain-text a
    {
        border-radius: 0;
        text-align: left;
    }
    .left-alignment .extra-text-CTA, .left-alignment .label, .left-alignment .text_offer p
    {
        text-align: left;
    }
}
@media only screen and (max-width: 640px)
{
    .middle-alignment .herobanner-homepage-live-component .hero-wrapper
    {
        aspect-ratio: 900/780;
    }
}
.middle-alignment .herobanner-homepage-live-component .CTA_btns .cta-template a span
{
    font-family: "777-Ultra",verdana,sans-serif;
    font-size: 2.88rem;
}
@media only screen and (max-width: 812px)
{
    .middle-alignment .herobanner-homepage-live-component .CTA_btns .cta-template a span
    {
        font-size: 1.44rem;
        line-height: 3.3rem;
    }
    .middle-alignment .herobanner-homepage-live-component .CTA_btns .cta-template a
    {
        min-width: 81pt;
        padding: 0;
    }
}
.middle-alignment .hero-wrapper-offer__container .hero-wrapper__offer
{
    padding-top: 93px;
}
.text-m
{
    font-size: 1.6rem;
    font-weight: 700;
}
@media only screen and (max-width: 1280px)
{
    .text-m
    {
        font-size: 1.25rem;
    }
}
@media only screen and (max-width: 1024px)
{
    .text-m
    {
        font-size: .8rem;
    }
}
@media only screen and (max-width: 639px)
{
    .text-m
    {
        font-size: 1.05rem;
    }
}
@media only screen and (max-width: 410px)
{
    .text-m
    {
        font-size: .8rem;
    }
}
.text-big
{
    font-size: 1.92rem;
    font-weight: 100;
}
@media only screen and (max-width: 1200px)
{
    .text-big
    {
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 960px)
{
    .text-big
    {
        font-size: 1.6rem;
    }
}
@media only screen and (max-width: 639px)
{
    .text-big
    {
        font-size: 2.1rem;
    }
}
@media only screen and (max-width: 410px)
{
    .text-big
    {
        font-size: 1.6rem;
    }
}
.text-l
{
    font-size: 4rem;
    font-weight: 100;
}
@media only screen and (max-width: 1200px)
{
    .text-l
    {
        font-size: 3.125rem;
    }
}
@media only screen and (max-width: 960px)
{
    .text-l
    {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 639px)
{
    .text-l
    {
        font-size: 2.625rem;
    }
}
@media only screen and (max-width: 410px)
{
    .text-l
    {
        font-size: 2rem;
    }
}
.text-xl
{
    font-size: 4.8rem;
    font-weight: 700;
}
@media only screen and (max-width: 1280px)
{
    .text-xl
    {
        font-size: 3.75rem;
    }
}
@media only screen and (max-width: 1024px)
{
    .text-xl
    {
        font-size: 2.4rem;
    }
}
@media only screen and (max-width: 410px)
{
    .text-xl
    {
        font-size: 2.4rem;
    }
}
.text-xl
{
    font-size: 4.32rem;
    font-weight: 100;
}
@media only screen and (max-width: 1280px)
{
    .text-xl
    {
        font-size: 3.375rem;
    }
}
@media only screen and (max-width: 1024px)
{
    .text-xl
    {
        font-size: 2.56rem;
    }
}
@media only screen and (max-width: 639px)
{
    .text-xl
    {
        font-size: 3.15rem;
    }
}
@media only screen and (max-width: 410px)
{
    .text-xl
    {
        font-size: 2.55rem;
    }
}
.text-xl3
{
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 1.2;
}
@media only screen and (max-width: 1280px)
{
    .text-xl3
    {
        font-size: 5rem;
    }
}
@media only screen and (max-width: 1024px)
{
    .text-xl3
    {
        font-size: 3.2rem;
    }
}
@media only screen and (max-width: 640px)
{
    .text-xl3
    {
        font-size: 4.2rem;
    }
}
@media only screen and (max-width: 410px)
{
    .text-xl3
    {
        font-size: 3.2rem;
    }
}
.text-xl4
{
    font-size: 8rem;
    font-weight: 700;
    line-height: 1.2;
}
@media only screen and (max-width: 1280px)
{
    .text-xl4
    {
        font-size: 6.25rem;
    }
}
@media only screen and (max-width: 1024px)
{
    .text-xl4
    {
        font-size: 4rem;
    }
}
@media only screen and (max-width: 640px)
{
    .text-xl4
    {
        font-size: 5.25rem;
    }
}
@media only screen and (max-width: 410px)
{
    .text-xl4
    {
        font-size: 4rem;
    }
}
.text-2xl
{
    font-size: 5.28rem;
    font-weight: 100;
}
@media only screen and (max-width: 1280px)
{
    .text-2xl
    {
        font-size: 4.125rem;
    }
}
@media only screen and (max-width: 1024px)
{
    .text-2xl
    {
        font-size: 3.12rem;
    }
}
@media only screen and (max-width: 639px)
{
    .text-2xl
    {
        font-size: 4.1rem;
    }
}
@media only screen and (max-width: 410px)
{
    .text-2xl
    {
        font-size: 3.12rem;
    }
}
.text-3xl
{
    font-size: 6rem;
    font-weight: 100;
}
@media only screen and (max-width: 1280px)
{
    .text-3xl
    {
        font-size: 4.68rem;
    }
}
@media only screen and (max-width: 1024px)
{
    .text-3xl
    {
        font-size: 3rem;
    }
}
@media only screen and (max-width: 639px)
{
    .text-3xl
    {
        font-size: 3.9rem;
    }
}
@media only screen and (max-width: 410px)
{
    .text-3xl
    {
        font-size: 3rem;
    }
}
.font-style-1-l
{
    font-family: "777-Bold",verdana,sans-serif;
    font-size: 1.92rem;
}
@media only screen and (min-width: 1025px)
{
    .font-style-1-l
    {
        font-size: 3.84rem;
    }
}
@media only screen and (min-width: 813px) and (max-width: 1024px)
{
    .font-style-1-l
    {
        font-size: 3.36rem;
    }
}
@media only screen and (min-width: 421px) and (max-width: 812px)
{
    .font-style-1-l
    {
        font-size: 2.88rem;
    }
}
.font-style-1-m
{
    font-family: "777-Bold",verdana,sans-serif;
    font-size: 1.68rem;
}
@media only screen and (min-width: 1025px)
{
    .font-style-1-m
    {
        font-size: 3.36rem;
    }
}
@media only screen and (min-width: 813px) and (max-width: 1024px)
{
    .font-style-1-m
    {
        font-size: 2.94rem;
    }
}
@media only screen and (min-width: 421px) and (max-width: 812px)
{
    .font-style-1-m
    {
        font-size: 2.52rem;
    }
}
.font-style-1-s
{
    font-family: "777-Bold",verdana,sans-serif;
    font-size: 1.32rem;
}
@media only screen and (min-width: 1025px)
{
    .font-style-1-s
    {
        font-size: 2.64rem;
    }
}
@media only screen and (min-width: 813px) and (max-width: 1024px)
{
    .font-style-1-s
    {
        font-size: 2.31rem;
    }
}
@media only screen and (min-width: 421px) and (max-width: 812px)
{
    .font-style-1-s
    {
        font-size: 1.98rem;
    }
}
.font-style-2-xl
{
    font-family: "777-DemiBold",verdana,sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
}
@media only screen and (min-width: 1025px)
{
    .font-style-2-xl
    {
        font-size: 4.8rem;
    }
}
@media only screen and (min-width: 813px) and (max-width: 1024px)
{
    .font-style-2-xl
    {
        font-size: 4.2rem;
    }
}
@media only screen and (min-width: 421px) and (max-width: 812px)
{
    .font-style-2-xl
    {
        font-size: 3.6rem;
    }
}
.font-style-2-xxl
{
    font-family: "777-DemiBold",verdana,sans-serif;
    font-size: 2.96rem;
    font-weight: 700;
}
@media only screen and (min-width: 1025px)
{
    .font-style-2-xxl
    {
        font-size: 5.92rem;
    }
}
@media only screen and (min-width: 813px) and (max-width: 1024px)
{
    .font-style-2-xxl
    {
        font-size: 5.18rem;
    }
}
@media only screen and (min-width: 421px) and (max-width: 812px)
{
    .font-style-2-xxl
    {
        font-size: 4.44rem;
    }
}
.font-style-3, .font-style-3-xs
{
    font-family: "888 Regular",sans-serif;
}
.font-style-3-xs
{
    font-size: .92rem;
}
@media only screen and (min-width: 1025px)
{
    .font-style-3-xs
    {
        font-size: 1.84rem;
    }
}
@media only screen and (min-width: 813px) and (max-width: 1024px)
{
    .font-style-3-xs
    {
        font-size: 1.61rem;
    }
}
@media only screen and (min-width: 421px) and (max-width: 812px)
{
    .font-style-3-xs
    {
        font-size: 1.38rem;
    }
}
.pc-text
{
    display: none;
}
@media only screen and (min-width: 1025px)
{
    .pc-text
    {
        display: block;
    }
}
.mobile-text
{
    display: block;
}
@media only screen and (min-width: 1025px)
{
    .mobile-text
    {
        display: none;
    }
}
.red-hero-color
{
    color: #bc3554;
}
.light-yellow-hero-color
{
    color: #fcf6d5;
}
.yellow-hero-color
{
    color: #ffbe0b;
}
.bello-font
{
    font-family: Bello,sans-serif;
    line-height: 2;
}
.text-shadow
{
    text-shadow: #fff 1px 1px 0,2px 2px 0 #4c1723,2px -2px 0 #4c1723,-2px 2px 0 #4c1723,-2px -2px 0 #4c1723,2px 0 0 #4c1723,0 2px 0 #4c1723,-2px 0 0 #4c1723,0 -2px 0 #4c1723,1px 0 1px #4c1723,0 1px 1px #4c1723,2px 1px 1px #4c1723,1px 2px 1px #4c1723,3px 2px 1px #4c1723,2px 3px 1px #4c1723,4px 3px 1px #4c1723,3px 4px 1px #4c1723,5px 4px 1px #4c1723,4px 5px 1px #4c1723,6px 5px 1px #4c1723,5px 6px 1px #4c1723,7px 6px 1px #4c1723,2px 2px 2px rgba(255,190,11,0);
}
.text-shadow-dark
{
    text-shadow: 5px 5px 5px #000;
}
.icons-and-text-container
{
    background: #fcf6d5;
    border: .2rem solid #f5f5f5;
    border-radius: 1.2rem;
    clear: both;
    display: block;
    padding: 0;
    position: relative;
}
.icons-and-text-container .grid-elements
{
    margin: 0;
    max-width: 100%;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0;
}
.icons-and-text-container .grid-elements .container-title
{
    background: transparent;
    border-bottom: .1rem solid #fff;
    color: #4c1723;
    font-family: "777-Light",verdana,sans-serif;
    font-size: 1.6rem;
    line-height: inherit;
    margin: 0 auto;
    max-width: fit-content;
    padding: 4rem 0 1rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 0;
}
.icons-and-text-container .grid-elements .grid-wrapper
{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 1em;
    width: 100%;
}
@media(min-width: 768px)
{
    .icons-and-text-container .grid-elements .grid-wrapper
    {
        padding: 2em;
    }
}
.icons-and-text-container .grid-elements .grid-wrapper .grid-item
{
    clear: both;
    float: left;
    margin: 0;
    padding: 1em 0;
    width: 100%;
}
@media(min-width: 768px)
{
    .icons-and-text-container .grid-elements .grid-wrapper .grid-item
    {
        box-sizing: inherit;
        clear: both;
        color: #4c1723;
        float: left;
        font-family: "777-Light",verdana,sans-serif;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.5;
        margin: 0;
        padding: 1em 0;
        width: 50%;
    }
}
.icons-and-text-container .grid-elements .grid-wrapper .grid-item .wrapper
{
    align-items: center;
    background: none;
    border: 0;
    display: flex;
    height: auto;
    margin: 0;
    min-height: 0;
    padding: 0;
}
@media(min-width: 768px)
{
    .icons-and-text-container .grid-elements .grid-wrapper .grid-item .wrapper
    {
        align-items: center;
        background: none;
        border: 0;
        box-sizing: inherit;
        color: #4c1723;
        display: flex;
        font-family: "777-Light",verdana,sans-serif;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.5;
        margin: 0;
        min-height: 0;
        padding: 0;
    }
}
.icons-and-text-container .grid-elements .grid-wrapper .grid-item .wrapper .image
{
    box-sizing: inherit;
    font-size: 1.5;
    font-weight: 600;
    height: 5rem;
    line-height: 1.5;
    margin-right: 1em;
    width: 5rem;
}
.icons-and-text-container .grid-elements .grid-wrapper .grid-item .wrapper .image picture
{
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}
.icons-and-text-container .grid-elements .grid-wrapper .grid-item .wrapper .image picture img
{
    border: 0;
    display: inline-block;
    height: auto;
    max-width: 100%;
    min-width: 5rem;
    vertical-align: middle;
}
.icons-and-text-container .grid-elements .grid-wrapper .grid-item .wrapper .data-container
{
    box-sizing: inherit;
    color: #4c1723;
    font-family: "777-Light",verdana,sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.icons-and-text-container .grid-elements .grid-wrapper .grid-item .wrapper .data-container .title
{
    box-sizing: inherit;
    color: #4c1723;
    font-family: "777-Light",verdana,sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
.icons-and-text-container .grid-elements .grid-wrapper .grid-item .wrapper .data-container .text
{
    box-sizing: inherit;
    color: #cbcccb;
    font-family: "777-Light",verdana,sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-align: left;
}
.image-divider-with-cta .divider-image-cta-wrapper
{
    position: relative;
}
.image-divider-with-cta .divider-image-cta-wrapper img
{
    background-position: 50%;
    box-sizing: border-box;
    font-size: 1.6rem;
    height: 14.95rem;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
@media only screen and (min-width: 813px) and (max-width: 1024px)
{
    .image-divider-with-cta .divider-image-cta-wrapper img
    {
        height: 14.32rem;
    }
}
@media only screen and (min-width: 538px) and (max-width: 813px)
{
    .image-divider-with-cta .divider-image-cta-wrapper img
    {
        height: 11.559rem;
    }
}
@media only screen and (min-width: 421px) and (max-width: 537px)
{
    .image-divider-with-cta .divider-image-cta-wrapper img
    {
        height: 12.398rem;
    }
}
@media only screen and (max-width: 420px)
{
    .image-divider-with-cta .divider-image-cta-wrapper img
    {
        height: 10.359rem;
    }
}
@media only screen and (max-width: 390px)
{
    .image-divider-with-cta .divider-image-cta-wrapper img
    {
        height: 7.761rem;
    }
}
.image-divider-with-cta .divider-image-cta-wrapper img.pc
{
    display: none;
}
@media only screen and (min-width: 812px)
{
    .image-divider-with-cta .divider-image-cta-wrapper img.pc
    {
        display: block;
    }
}
.image-divider-with-cta .divider-image-cta-wrapper img.mobile
{
    display: block;
}
@media only screen and (min-width: 812px)
{
    .image-divider-with-cta .divider-image-cta-wrapper img.mobile
    {
        display: none;
    }
}
.image-divider-with-cta .banner-section-container
{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
}
.image-divider-with-cta .title-text
{
    box-sizing: border-box;
    padding-left: 1rem;
    width: 50%;
}
.image-divider-with-cta .title-text p
{
    color: #bc3554;
    font-family: "777",verdana,sans-serif;
    font-size: 3.84rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}
.image-divider-with-cta .title-text.title-white-shadow-style p
{
    color: #fcf6d5;
    text-shadow: #fff 1px 1px 0,2px 2px 0 #4c1723,2px -2px 0 #4c1723,-2px 2px 0 #4c1723,-2px -2px 0 #4c1723,2px 0 0 #4c1723,0 2px 0 #4c1723,-2px 0 0 #4c1723,0 -2px 0 #4c1723,1px 0 1px #4c1723,0 1px 1px #4c1723,2px 1px 1px #4c1723,1px 2px 1px #4c1723,3px 2px 1px #4c1723,2px 3px 1px #4c1723,4px 3px 1px #4c1723,3px 4px 1px #4c1723,5px 4px 1px #4c1723,4px 5px 1px #4c1723,6px 5px 1px #4c1723,5px 6px 1px #4c1723,7px 6px 1px #4c1723,2px 2px 2px rgba(255,190,11,0);
}
.image-divider-with-cta .CTA_extra_btns
{
    box-sizing: border-box;
    display: flex;
    padding: .5rem;
    text-align: center;
    width: 50%;
}
.image-divider-with-cta .CTA_extra_btns .cta-template
{
    margin: auto;
    padding-right: 1rem;
    width: auto;
}
.image-divider-with-cta .CTA_extra_btns .cta-template a
{
    max-width: fit-content!important;
}
.image-divider-with-cta .CTA_extra_btns .cta-template .label
{
    font-family: "888-Ultra",verdana,sans-serif;
    font-size: 1.44rem;
}
@media only screen and (max-width: 812px)
{
    .image-divider-with-cta .banner-section-container
    {
        flex-wrap: nowrap;
        padding: 0 1rem;
        width: 100%;
    }
    .image-divider-with-cta .CTA_extra_btns
    {
        width: 100%;
    }
    .image-divider-with-cta .CTA_extra_btns .cta-template
    {
        display: flex;
        justify-content: center;
        padding-right: 0;
        width: 50%;
    }
    .image-divider-with-cta .CTA_extra_btns .cta-template a
    {
        max-width: fit-content!important;
        min-width: unset;
        padding: 1rem 3rem;
    }
    .image-divider-with-cta .title-text
    {
        padding-left: .5rem;
        width: 100%;
    }
}
@media only screen and (max-width: 620px)
{
    .image-divider-with-cta .CTA_extra_btns .cta-template
    {
        width: 100%;
    }
}
@media only screen and (min-width: 813px)
{
    .image-divider-with-cta .CTA_extra_btns .cta-template .label
    {
        font-size: 2.88rem;
    }
}
@media only screen and (max-width: 420px)
{
    .image-divider-with-cta .title-text p
    {
        font-size: 1.92rem;
        font-weight: 700;
        line-height: 2.4rem;
        padding: .5rem;
    }
}
@media only screen and (min-width: 420px) and (max-width: 812px)
{
    .image-divider-with-cta .title-text p
    {
        font-size: 2.88rem;
        line-height: 3.6rem;
    }
}
@media only screen and (min-width: 812px) and (max-width: 1025px)
{
    .image-divider-with-cta .title-text p
    {
        font-size: 3.36rem;
        line-height: 4.2rem;
    }
}
.image-with-frame-cmp .grid-component .img-frame-container .img-frame-container__first-col
{
    padding-right: .795em;
}
.image-with-frame-cmp .grid-component .img-frame-container .img-frame-container__second-col
{
    align-content: space-between;
    align-items: flex-start;
    display: inline-flex;
    flex-wrap: wrap;
    width: 50%;
}
@media(min-width: 820px)
{
    .image-with-frame-cmp .grid-component .img-frame-container .img-frame-container__second-col
    {
        height: 100%!important;
    }
}
.image-with-frame-cmp .grid-component .img-frame-container .img-frame-container__second-col .img-frame-wrapper img
{
    width: 97%;
}
.image-with-frame-cmp .grid-component .img-frame-container .img-frame-wrapper.image-wrap-50
{
    align-items: flex-start;
    flex-wrap: wrap;
    padding-right: .795em;
    width: 50%;
}
@media screen and (max-width: 768px)
{
    .image-with-frame-cmp .grid-component .img-frame-container .img-frame-wrapper.image-wrap-50
    {
        margin-top: 2rem;
    }
}
.image-with-frame-cmp .grid-component .img-frame-container .img-frame-wrapper__title
{
    color: #4c1723;
    font-family: serif;
    font-size: .95pc;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 5px;
    text-transform: uppercase;
}
.image-with-frame-cmp .grid-component .img-frame-container .img-frame-wrapper__link
{
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    width: 100%;
}
.image-with-frame-cmp .grid-component .img-frame-container .img-frame-wrapper img
{
    height: auto;
    width: 99%;
}
.image-component
{
    margin: 0 auto;
}
.image-component.img-680
{
    max-width: 68rem;
}
.image-component.img-92
{
    max-width: 15.2rem;
}
@media(max-width: 640px)
{
    .image-component.img-92
    {
        max-width: 9.2rem;
    }
}
.image-component img
{
    height: auto;
    width: 100%;
}
.image-component .image-round img, .image-component img
{
    display: block;
    transition: all;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.image-component .image-round img
{
    clip-path: circle();
    margin: auto;
    object-fit: cover;
}
.image-component .image-title
{
    color: #4c1723;
    font-family: "777-Medium",verdana,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.1rem;
    margin-top: 1rem;
    text-align: center;
    text-transform: uppercase;
}
@media(max-width: 640px)
{
    .image-component .image-title
    {
        margin-top: .5rem;
    }
}
.image-component:has(.align-image-left)
{
    margin: 0 0 0 15rem;
}
@media(max-width: 1440px)
{
    .image-component:has(.align-image-left)
    {
        margin: 0 0 0 13rem;
    }
}
@media(max-width: 820px)
{
    .image-component:has(.align-image-left)
    {
        margin: 0 0 0 8rem;
    }
}
@media(max-width: 640px)
{
    .image-component:has(.align-image-left)
    {
        margin: 0 0 0 2rem;
    }
}
@media(max-width: 375px)
{
    .image-component:has(.align-image-left)
    {
        margin: 0 0 0 1rem;
    }
}
.image-component .image-container
{
    position: relative;
}
.image-component .image-container.modal-enabled:before
{
    background-color: transparent;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0;
    transition: all;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    width: 100%;
    z-index: 1;
}
.image-component .image-container.modal-enabled:hover:before
{
    background: #000;
    cursor: pointer;
}
.image-component .image-container a
{
    text-decoration: none;
}
.image-component .image-caption
{
    background-color: #f7f7f7;
    color: #a3a3a3;
    font-style: italic;
    padding: .8rem;
}
.image-component .modal
{
    background: 0 0;
    cursor: zoom-out;
    height: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: background .3s ease-out;
    width: 100vw;
    z-index: 1000;
}
.image-component .modal .modal-dialog
{
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
}
.image-component .modal .modal-dialog .modal-content
{
    height: 0;
    margin: auto;
    max-width: 80%;
    opacity: 0;
    position: relative;
    transition: opacity .2s ease-out;
    width: fit-content;
}
.image-component .modal .modal-dialog .modal-content .modal-image
{
    height: 0;
    margin: auto;
}
.image-component .modal .modal-dialog .modal-content .button-close
{
    background-color: #0ea79b;
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: zoom-out;
    font-size: 2.8rem;
    height: 0;
    line-height: 4.2rem;
    position: absolute;
    right: -2.2rem;
    top: -2.2rem;
    width: 4.2rem;
    z-index: 1002;
}
.image-component .modal.reveal
{
    background: rgba(0,0,0,.8);
}
.image-component .modal.reveal .modal-dialog .modal-content
{
    opacity: 1;
}
.image-component.img-10
{
    max-width: 10%;
}
.image-component.img-20
{
    max-width: 20%;
}
.image-component.img-30
{
    max-width: 30%;
}
.image-component.img-40
{
    max-width: 40%;
}
.image-component.img-50
{
    max-width: 50%;
}
.image-component.img-60
{
    max-width: 60%;
}
.image-component.img-70
{
    max-width: 70%;
}
.image-component.img-80
{
    max-width: 80%;
}
.image-component.img-90
{
    max-width: 90%;
}
.image-component.img-100
{
    max-width: 100%;
}
@media(max-width: 639px)
{
    .image-component.banner-img .image-container
    {
        height: 22vh;
    }
    .image-component.banner-img .image-container img
    {
        height: 100%;
        object-fit: cover;
    }
}
.image-box-shadow, .image-component .modal .modal-dialog .modal-content .button-close, .image-component .modal .modal-dialog .modal-content .modal-image
{
    box-shadow: 0 0 1.6rem #000;
}
.image-frame
{
    background-color: #bc3555;
    border: 2px solid #230e1a;
    border-radius: 5px;
    padding: 1px;
}
.grid-component .image-component .image-container
{
    margin: 0;
}
.jackpots:has(>.variation2,.variation3)
{
    background-color: #dfdbb4;
}
.jackpots
{
    font-family: "777-Bold",verdana,sans-serif;
    padding: 1.5rem 1rem;
}
.jackpots .title
{
    font-size: 3.84rem;
}
.jackpots .jp-slider-controls
{
    display: flex;
    position: absolute;
    right: 5%;
}
.jackpots .jp-slider-controls span
{
    align-items: center;
    background: none;
    background-color: #fcf6d5;
    border: .2rem solid #cac5aa;
    border-radius: .5rem;
    box-shadow: .4rem .3rem .1rem hsla(51,23%,73%,.9);
    box-sizing: border-box;
    color: #cac5aa;
    cursor: pointer;
    display: flex;
    font-family: "777-Ultra",verdana,sans-serif;
    font-size: 1rem;
    height: 3em;
    justify-content: center;
    letter-spacing: .05em;
    line-height: .8;
    margin: 0 .2em;
    outline: none;
    padding: 0 calc(.6em - .2rem);
    transition: all .2s ease-in-out;
    user-select: none;
    width: auto;
}
.jackpots span
{
    line-height: 1.25;
}
.jackpots .cta-container
{
    margin: .5rem 0;
    padding-bottom: 2rem;
    padding-top: 2rem;
    text-align: center;
}
.jackpots .cta-template a
{
    margin: auto;
    max-width: 29rem;
    padding: 1.5rem 5rem;
}
.jackpots .cta-template a .label
{
    font-size: 1.8rem;
    font-weight: 700;
}
.jackpots .cta-template a span
{
    font-family: "888-Ultra",verdana,sans-serif;
}
.jackpots img
{
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
@media only screen and (max-width: 640px)
{
    .jackpots img
    {
        width: 85%;
    }
}
.jackpots img:hover
{
    cursor: pointer;
}
.jackpots .title
{
    border-bottom: .1rem solid #707070;
    margin: 0 auto;
    padding: 0 2.5rem 2.5rem;
    text-align: center;
}
.jackpots .hidden-mobile
{
    display: none;
}
.jackpots .top-games-slider-container
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.jackpots .top-games-slider-container .top-games-slider
{
    height: auto;
    margin: 2.5rem auto 0;
    overflow: hidden;
    width: 100%;
}
.jackpots .top-games-slider-container .top-games-slider .swiper-wrapper
{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .image-container.img-5 img
{
    scale: .5;
}
@media(max-width: 800px)
{
    .jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .image-container.img-5 img
    {
        scale: unset;
    }
}
.jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .image-container.img-5 .game-jp-name
{
    margin-top: -2vw;
}
@media(max-width: 800px)
{
    .jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .image-container.img-5 .game-jp-name
    {
        margin-top: unset;
    }
}
.jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .image-container.img-6 img
{
    scale: .6;
}
@media(max-width: 800px)
{
    .jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .image-container.img-6 img
    {
        scale: unset;
    }
}
.jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .image-container.img-6 .game-jp-name
{
    margin-top: -1.6vw;
}
@media(max-width: 800px)
{
    .jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .image-container.img-6 .game-jp-name
    {
        margin-top: unset;
    }
}
.jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .image-container.img-7 img
{
    scale: .7;
}
@media(max-width: 800px)
{
    .jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .image-container.img-7 img
    {
        scale: unset;
    }
}
.jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .image-container.img-7 .game-jp-name
{
    margin-top: -1.2vw;
}
@media(max-width: 800px)
{
    .jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .image-container.img-7 .game-jp-name
    {
        margin-top: unset;
    }
}
.jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .image-container.img-8 img
{
    scale: .8;
}
@media(max-width: 800px)
{
    .jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .image-container.img-8 img
    {
        scale: unset;
    }
}
.jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .image-container.img-8 .game-jp-name
{
    margin-top: -.8vw;
}
@media(max-width: 800px)
{
    .jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .image-container.img-8 .game-jp-name
    {
        margin-top: unset;
    }
}
.jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .image-container.img-9 img
{
    scale: .9;
}
@media(max-width: 800px)
{
    .jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .image-container.img-9 img
    {
        scale: unset;
    }
}
.jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .image-container.img-9 .game-jp-name
{
    margin-top: -.4vw;
}
@media(max-width: 800px)
{
    .jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .image-container.img-9 .game-jp-name
    {
        margin-top: unset;
    }
}
.jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .game-info
{
    display: flex;
    flex-direction: column-reverse!important;
}
.jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .game-info .game-name
{
    align-items: center;
    color: #bc3554!important;
    display: flex;
    flex-direction: column-reverse;
    font-size: 1.84rem;
    justify-content: center;
    line-height: 2.3rem;
    text-align: center;
}
@media only screen and (max-width: 640px)
{
    .jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .game-info .game-name
    {
        font-size: 1.38rem;
    }
}
.jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .game-info .game-jackpot
{
    color: #4c1723;
    display: flex;
    font-size: 3.36rem;
    justify-content: center;
}
@media only screen and (max-width: 640px)
{
    .jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .game-info .game-jackpot
    {
        font-size: 2.28rem;
    }
}
.jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .swiper-slide
{
    align-items: center;
    background-position: center 1.5rem;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.jackpots .top-games-slider-container .top-games-slider .swiper-wrapper .swiper-slide .image-container
{
    align-items: center;
    display: flex;
    justify-content: center;
}
@media(max-width: 800px)
{
    .jackpots .top-games-slider-container .title
    {
        padding: 0 0 .8rem;
    }
    .jackpots .top-games-slider-container .title-default-color
    {
        font-size: 2.88rem;
    }
    .jackpots .top-games-slider-container .top-games-slider .swiper-wrapper
    {
        flex-wrap: wrap;
    }
}
.jackpots .variation2 .title, .jackpots .variation3 .title
{
    border-color: #bc3554!important;
}
.jackpots .variation2 .cta-template a, .jackpots .variation3 .cta-template a
{
    padding: .3rem 2.5rem;
}
@media only screen and (max-width: 812px)
{
    .jackpots .variation2 .cta-template a, .jackpots .variation3 .cta-template a
    {
        padding: 1rem 0;
    }
}
.jackpots .variation2 .cta-template span, .jackpots .variation3 .cta-template span
{
    font-size: 2.8rem;
}
@media only screen and (max-width: 812px)
{
    .jackpots .variation2 .cta-template span, .jackpots .variation3 .cta-template span
    {
        font-size: 1.5rem;
    }
}
.jackpots .variation2 .swiper-slide, .jackpots .variation3 .swiper-slide
{
    background-size: 60%!important;
}
@media only screen and (max-width: 720px)
{
    .jackpots .variation2 .swiper-slide, .jackpots .variation3 .swiper-slide
    {
        background-size: 80%!important;
    }
}
.jackpots .variation2 .game-jackpot, .jackpots .variation3 .game-jackpot
{
    display: block;
}
.jackpots .variation2 .top-games-slider .swiper-wrapper, .jackpots .variation3 .top-games-slider .swiper-wrapper
{
    flex-wrap: nowrap!important;
}
.jackpots .variation3 .additional-games
{
    justify-content: flex-start!important;
}
.jackpots .variation3 .additional-games .p-top
{
    padding-top: 1rem;
}
.jackpots .variation2 .game-jackpot
{
    display: none!important;
}
.jackpots .variation2 .swiper-wrapper
{
    flex-wrap: nowrap!important;
}
.jackpots .variation1 .swiper-wrapper
{
    flex-wrap: wrap;
}
@media screen and (min-width: 820px)
{
    .jackpots .variation1 .swiper-wrapper
    {
        justify-content: unset!important;
    }
}
.jackpots .variation1 .top-games-slider
{
    height: fit-content;
    margin: 0;
    overflow: unset;
}
.jackpots .variation1 .swiper-slide
{
    height: 16rem;
    max-width: 15rem;
    padding: 1rem 0!important;
}
@media screen and (min-width: 820px)
{
    .jackpots .variation1 .swiper-slide
    {
        margin: 0 3rem;
    }
}
@media screen and (min-width: 1280px)
{
    .jackpots .variation1 .swiper-slide
    {
        max-width: 17rem;
    }
}
@media screen and (min-width: 319px)
{
    .jackpots .variation1 .swiper-slide
    {
        padding: 0;
        width: 50%;
    }
}
@media screen and (min-width: 440px)
{
    .jackpots .variation1 .swiper-slide
    {
        width: 33.33%;
    }
}
@media screen and (min-width: 560px)
{
    .jackpots .variation1 .swiper-slide
    {
        width: 25%;
    }
}
@media screen and (min-width: 690px)
{
    .jackpots .variation1 .swiper-slide
    {
        width: 20%;
    }
}
@media screen and (min-width: 800px)
{
    .jackpots .variation1 .swiper-slide
    {
        margin-top: .1rem;
        width: 16.66%;
    }
}
.jackpots .variation1 .image-container:before
{
    background: linear-gradient(90deg,rgba(76,23,35,0),rgba(76,23,35,.85),#4c1723,rgba(76,23,35,0));
    bottom: 0;
    content: "";
    height: .1rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 11rem;
    z-index: 10;
}
.jackpots .variation1 .image-container:after
{
    background-color: #4c1723;
    content: "";
    height: .9rem;
    left: -1.3375rem;
    left: 50%;
    position: absolute;
    top: 97%;
    transform: rotate(45deg);
    width: .9rem;
    z-index: 15;
}
@media screen and (max-width: 640px)
{
    .jackpots .variation1 .image-container:after
    {
        top: 97%;
    }
}
@media screen and (max-width: 420px)
{
    .jackpots .variation1 .image-container:after
    {
        top: 96%;
    }
}
.jackpots .variation1 .cta-container, .jackpots .variation1 .game-info, .jackpots .variation1 .title
{
    display: none!important;
}
.numbered-cards-component
{
    padding: 4rem 0;
}
@media(max-width: 840px)
{
    .numbered-cards-component
    {
        padding: 2rem 0;
    }
}
.numbered-cards-component .content__list .list-item
{
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
}
@media(max-width: 840px)
{
    .numbered-cards-component .content__list .list-item
    {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
}
.numbered-cards-component .content__list .list-item>div
{
    float: left;
}
@media(max-width: 840px)
{
    .numbered-cards-component .content__list .list-item .list-item-number
    {
        order: 0;
    }
}
.numbered-cards-component .content__list .list-item .list-item-number .number
{
    background-color: #0ea79b;
    color: #fff;
    font-family: "777",verdana,sans-serif;
    font-size: 24px;
    font-weight: 400;
    height: 68px;
    line-height: 68px;
    margin-bottom: .625rem;
    width: 68px;
}
@media(max-width: 840px)
{
    .numbered-cards-component .content__list .list-item .list-item-number .number
    {
        height: 50px;
        line-height: 50px;
        width: 50px;
    }
}
.numbered-cards-component .content__list .list-item .list-item-image
{
    width: 32%;
}
.numbered-cards-component .content__list .list-item .list-item-image img
{
    padding: 0 15px;
    width: 100%;
}
@media(max-width: 840px)
{
    .numbered-cards-component .content__list .list-item .list-item-image
    {
        order: 2;
        width: 100%;
    }
    .numbered-cards-component .content__list .list-item .list-item-image img
    {
        padding: 15px 0;
    }
}
.numbered-cards-component .content__list .list-item .list-item-title
{
    height: fit-content;
    width: 58%;
}
@media(max-width: 840px)
{
    .numbered-cards-component .content__list .list-item .list-item-title
    {
        order: 1;
        width: 77%;
    }
}
.numbered-cards-component .content__list .list-item .list-item-title .list-title
{
    color: #19322f;
    font-family: "777-DemiBold",verdana,sans-serif;
    font-size: 2.1em;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1rem;
}
@media(max-width: 840px)
{
    .numbered-cards-component .content__list .list-item .list-item-title .list-title
    {
        margin-bottom: 0;
        padding: 0 15px;
    }
}
.numbered-cards-component .content__list .list-item .list-item-text
{
    height: fit-content;
    width: 55%;
}
.numbered-cards-component .content__list .list-item .list-item-text p
{
    font-family: "777",verdana,sans-serif;
    font-weight: 400;
    margin-bottom: 1rem;
}
@media(max-width: 840px)
{
    .numbered-cards-component .content__list .list-item .list-item-text
    {
        order: 3;
        width: 100%;
    }
}
.numbered-steps-casino
{
    background: #fcf6d5;
    display: flex;
    justify-content: center;
}
.numbered-steps-casino .numbered-steps
{
    -webkit-text-size-adjust: 100%;
    padding-bottom: 3.6rem;
    padding-top: 1.6rem;
    width: 100%;
}
@media(max-width: 640px)
{
    .numbered-steps-casino .numbered-steps
    {
        width: 94%;
    }
}
.numbered-steps-casino .numbered-steps .list-title
{
    margin-bottom: 3rem;
    text-align: center;
}
.numbered-steps-casino .numbered-steps .list-title.color_primary
{
    color: #bc3554;
}
.numbered-steps-casino .numbered-steps .list-title.color_yellow
{
    color: #ffdb02;
}
.numbered-steps-casino .numbered-steps .list-title.color_white
{
    color: #fff;
}
.numbered-steps-casino .numbered-steps .content .content__list_simple
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-height: 10rem;
}
@media(max-width: 940px)
{
    .numbered-steps-casino .numbered-steps .content .content__list_simple
    {
        padding: 0 1rem;
    }
}
@media(max-width: 820px)
{
    .numbered-steps-casino .numbered-steps .content .content__list_simple
    {
        max-height: 8.2rem;
    }
}
@media(max-width: 640px)
{
    .numbered-steps-casino .numbered-steps .content .content__list_simple
    {
        max-height: 38rem;
    }
}
.numbered-steps-casino .numbered-steps .content .content__list_simple .list-item
{
    align-items: center;
    background-color: #fcf6d4;
    border: .2rem solid #d7cdaa;
    border-radius: 5px;
    cursor: default;
    display: flex;
    width: 30rem;
}
.numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__number
{
    align-items: center;
    display: flex;
    font-size: 5.48rem;
    font-weight: 800;
    height: 10rem;
    justify-content: center;
    margin-bottom: .8rem;
    padding-left: 1rem;
    padding-right: 4rem;
}
@media(max-width: 820px)
{
    .numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__number
    {
        padding-right: 3rem;
    }
}
.numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__number.color_primary
{
    color: #bc3554;
}
.numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__text
{
    cursor: pointer;
    flex-grow: 1;
    text-align: start;
}
.numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__text .rich-text
{
    max-width: 36rem;
}
.numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__text .rich-text p
{
    font-size: 1.6rem;
}
@media(max-width: 820px)
{
    .numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__text .rich-text p
    {
        font-size: 1.4rem!important;
    }
}
@media(max-width: 640px)
{
    .numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__text .rich-text p
    {
        font-size: 1.9rem!important;
    }
}
@media(max-width: 820px)
{
    .numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__text .rich-text span
    {
        font-size: 1.4rem!important;
    }
}
@media(max-width: 640px)
{
    .numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__text .rich-text span
    {
        font-size: 1.9rem!important;
    }
}
.numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__arrow
{
    margin-left: .4vw;
    margin-right: .4vw;
    transform: translateX(25%);
}
@media(max-width: 820px)
{
    .numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__arrow
    {
        transform: translate(20%,-10%);
    }
}
.numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__arrow svg
{
    height: 13.2rem;
    padding-bottom: 2.5rem;
    width: 3.1rem;
}
.numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__arrow svg path
{
    transform: rotate(-45deg);
}
.numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__arrow svg path.color_primary
{
    fill: #304946;
}
.numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__arrow:last-child
{
    display: none;
}
@media(max-width: 640px)
{
    .numbered-steps-casino .numbered-steps .content .content__list_simple
    {
        flex-wrap: wrap;
        gap: 1.5rem;
        padding: 0 2rem;
    }
    .numbered-steps-casino .numbered-steps .content .content__list_simple .list-item
    {
        align-items: center;
        flex: 80%;
        flex-direction: row;
        height: 12rem;
    }
    .numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__number
    {
        padding-left: 2rem;
        position: absolute;
    }
    .numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__text
    {
        padding-left: 10.5rem;
    }
    .numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__text p
    {
        font-size: 1.6rem;
    }
    .numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__arrow
    {
        display: none;
    }
    .numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__arrow svg
    {
        padding-bottom: 0;
    }
}
[dir=rtl] .numbered-steps-casino .numbered-steps .list-title
{
    text-align: right;
}
[dir=rtl] .numbered-steps-casino .numbered-steps .content .content__list_simple .list-item
{
    flex-direction: column;
}
[dir=rtl] .numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__arrow
{
    margin-left: 4.2vw;
    margin-right: 4.2vw;
}
[dir=rtl] .numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__arrow svg
{
    padding-bottom: 0;
    padding-top: 2.5rem;
    transform: rotate(180deg);
}
@media(max-width: 640px)
{
    [dir=rtl] .numbered-steps-casino .numbered-steps .content .content__list_simple .list-item
    {
        flex-direction: row;
    }
    [dir=rtl] .numbered-steps-casino .numbered-steps .content .content__list_simple .list-item__text
    {
        padding-left: 0;
        padding-right: 10.5rem;
    }
}
.casino-icons
{
    background-color: #fff;
    max-width: 100%;
    position: relative;
}
.casino-icons .casino-icons-wrapper
{
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 1.5em 1em;
    width: 100%;
}
.casino-icons .casino-icons-wrapper__boxTitle
{
    border-bottom: .0625rem solid #bc3554;
    color: #bc3554;
    font-family: "777",verdana,sans-serif;
    font-size: 1.84em;
    margin: 0 auto;
    padding: 0 2.5rem 2.5rem;
    text-align: center;
}
@media(min-width: 1025px)
{
    .casino-icons .casino-icons-wrapper__boxTitle
    {
        font-size: 3.84rem;
        padding: 0 2.5rem 2.5rem 1.5rem;
    }
}
@media(max-width: 390px)
{
    .casino-icons .casino-icons-wrapper__boxTitle
    {
        padding: 0 2.5rem .8rem;
    }
}
.casino-icons .casino-icons-wrapper .casino-icons-box
{
    align-items: center;
    display: grid;
    gap: 0;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(auto-fit,minmax(15%,1fr));
    margin: 3rem auto 0;
    min-height: auto;
    padding: 1rem 0 1.5rem;
    width: 85%;
}
@media(max-width: 390px)
{
    .casino-icons .casino-icons-wrapper .casino-icons-box
    {
        margin: 0 auto;
        padding: 0 0 1.5rem;
    }
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box
{
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    height: 100%;
    justify-content: center;
    padding: .5rem;
    text-align: center;
    width: 100%;
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box a
{
    height: 100%;
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components
{
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    margin: .3rem;
    position: relative;
    text-align: center;
    width: 100%;
}
@media(min-width: 1025px)
{
    .casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components
    {
        flex: auto;
        justify-content: space-around;
    }
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__img
{
    align-content: center;
    min-height: 65%;
}
@media(min-width: 1200px)
{
    .casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__img
    {
        flex: auto;
        min-height: 70%;
    }
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__img.img-10
{
    max-width: 10%;
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__img.img-20
{
    max-width: 20%;
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__img.img-30
{
    max-width: 30%;
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__img.img-40
{
    max-width: 40%;
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__img.img-50
{
    max-width: 50%;
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__img.img-60
{
    max-width: 60%;
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__img.img-70
{
    max-width: 70%;
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__img.img-80
{
    max-width: 80%;
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__img.img-90
{
    max-width: 90%;
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__img.img-100
{
    max-width: 100%;
}
@media(min-width: 1025px)
{
    .casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__img
    {
        width: inherit;
    }
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__img picture
{
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    width: 100%;
}
@media(max-width: 390px)
{
    .casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__img picture
    {
        margin-bottom: 0;
    }
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__img picture img
{
    overflow-clip-margin: content-box;
    border: 0;
    display: block;
    max-width: 100%;
    overflow: hidden;
    overflow: clip;
    position: relative;
    text-align: center;
    width: 100%;
}
@media(min-width: 1025px)
{
    .casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__img picture img
    {
        overflow: unset;
    }
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__img.icons-5
{
    display: contents;
}
@media(max-width: 390px)
{
    .casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__img.icon-mobile-size picture img
    {
        width: 39px;
    }
    .casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__img.pc-tablet-img
    {
        display: none;
    }
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__img.mobile-img
{
    display: none;
}
@media(max-width: 390px)
{
    .casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__img.mobile-img
    {
        display: block;
    }
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__text-container
{
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: "777-Bold",verdana,sans-serif;
    line-height: 1.25;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__text-container__title
{
    box-sizing: inherit;
    color: #bc3554;
    display: block;
    font-size: 1.34em;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
@media(min-width: 640px)
{
    .casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__text-container__title
    {
        font-size: 2.4em;
    }
}
@media(min-width: 1025px)
{
    .casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__text-container__title
    {
        font-size: 3.84em;
    }
}
@media(max-width: 390px)
{
    .casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__text-container__title
    {
        font-size: 1.92em;
    }
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__text-container__text
{
    color: #bc3554;
    font-size: 1em;
    line-height: 1.25;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
@media(min-width: 640px)
{
    .casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__text-container__text
    {
        font-size: 1.15em;
    }
}
@media(min-width: 1025px)
{
    .casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box__components__text-container__text
    {
        font-size: 1.84em;
        font-weight: 400;
    }
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box.icons-5
{
    flex-basis: 33%;
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box.icons-4 .casino-icon-box__components__img
{
    width: 70%;
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box.icons-3
{
    height: 100%;
}
.casino-icons .casino-icons-wrapper .casino-icons-box .casino-icon-box.icons-3 .casino-icon-box__components__img
{
    width: 100%;
}
.casino-icons .casino-icons-wrapper .casino-icons-box.icons-5
{
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-evenly;
}
@media(min-width: 1025px)
{
    .casino-icons .casino-icons-wrapper .casino-icons-box.icons-5
    {
        display: grid;
        gap: 2rem;
        grid-auto-rows: 1fr;
        grid-template-columns: repeat(auto-fit,minmax(15%,1fr));
    }
}
@media screen and (orientation: portrait) and (max-device-width: 820px) and (min-device-height: 1180px)
{
    .casino-icons .casino-icons-wrapper .casino-icons-box.icons-5
    {
        display: grid;
        gap: 2rem;
        grid-auto-rows: 1fr;
        grid-template-columns: repeat(auto-fit,minmax(15%,1fr));
    }
}
@media screen and (orientation: landscape) and (max-width: 932px) and (max-height: 430px)
{
    .casino-icons .casino-icons-wrapper .casino-icons-box.icons-5
    {
        display: grid;
        gap: 2rem;
        grid-auto-rows: 1fr;
        grid-template-columns: repeat(auto-fit,minmax(15%,1fr));
    }
}
@media(max-width: 390px)
{
    .casino-icons .casino-icons-wrapper .casino-icons-box.icons-5
    {
        padding: 0;
    }
}
.casino-icons .casino-icons-wrapper .container-link
{
    display: contents;
}
.casino-icons .casino-icons-wrapper a
{
    text-decoration: none;
}
.greyBackground
{
    background-color: #fcf6d5;
}
.promotions-teaser-component
{
    border-radius: .8rem;
    display: flex;
    flex: 0 0 40%;
    scroll-snap-align: start;
    width: 100%;
}
@media(max-width: 1024px)
{
    .promotions-teaser-component
    {
        flex: 0 0 49%;
    }
}
.promotions-teaser-component .promotions-teaser-wrapper
{
    background-color: #fcf6d5;
    box-sizing: border-box;
    color: #fff;
    flex-direction: column;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    padding: .9375rem;
    width: 100%;
}
.promotions-teaser-component .promotions-teaser-wrapper .promotions-teaser__img
{
    border: 0;
    box-sizing: inherit;
    color: #fff;
    display: inline-block;
    height: auto;
    line-height: 1.5;
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
}
.promotions-teaser-component .promotions-teaser-wrapper .promotions-teaser__img img
{
    height: auto;
    width: 100%;
}
.promotions-teaser-component .promotions-teaser-wrapper .promotions-teaser__bot
{
    box-sizing: inherit;
    color: #fff;
    display: grid;
    font-size: 1.5rem;
    font-weight: 500;
    grid-auto-rows: .1fr .1fr .1fr;
    line-height: 1.5;
    margin: 0;
    width: 100%;
}
@media screen and (min-width: 1600px)
{
    .promotions-teaser-component .promotions-teaser-wrapper .promotions-teaser__bot__text
    {
        height: calc(85px + 1rem);
    }
}
@media screen and (min-width: 1121px) and (max-width: 1599px)
{
    .promotions-teaser-component .promotions-teaser-wrapper .promotions-teaser__bot__text
    {
        height: calc(88px + 1rem);
    }
}
@media screen and (min-width: 769px) and (max-width: 1120px)
{
    .promotions-teaser-component .promotions-teaser-wrapper .promotions-teaser__bot__text
    {
        height: calc(115px + 1rem);
    }
}
@media screen and (min-width: 769px) and (max-width: 920px)
{
    .promotions-teaser-component .promotions-teaser-wrapper .promotions-teaser__bot__text
    {
        height: calc(140px + 1rem);
    }
}
.promotions-teaser-component .promotions-teaser-wrapper .promotions-teaser__bot__text h3
{
    box-sizing: inherit;
    color: #fff;
    color: #bc3554;
    display: block;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 1rem;
    padding-right: .25em;
    text-transform: uppercase;
    width: 100%;
}
.promotions-teaser-component .promotions-teaser-wrapper .promotions-teaser__bot__text p
{
    color: #4c1723;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
}
.promotions-teaser-component .promotions-teaser-wrapper .promotions-teaser__bot__cta-section
{
    box-sizing: inherit;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
}
@media(min-width: 640px)
{
    .promotions-teaser-component .promotions-teaser-wrapper .promotions-teaser__bot__cta-section
    {
        font-size: 1.5rem;
    }
}
.promotions-teaser-component .promotions-teaser-wrapper .promotions-teaser__bot__cta-section .cta-component
{
    display: flex;
    gap: 1rem;
    margin: 1.5rem 0;
}
.promotions-teaser-component .promotions-teaser-wrapper .promotions-teaser__bot__cta-section .cta-component a
{
    align-items: center;
    font-size: 15px;
    min-height: 35px;
    min-width: 10pc;
    padding: 1.6rem 0;
    width: 100%;
}
@media(max-width: 1024px)
{
    .promotions-teaser-component .promotions-teaser-wrapper .promotions-teaser__bot__cta-section .cta-component a
    {
        font-size: 9pt;
        line-height: 9pt;
    }
}
@media(max-width: 640px)
{
    .promotions-teaser-component .promotions-teaser-wrapper .promotions-teaser__bot__cta-section .cta-component a
    {
        font-size: 1rem;
        min-height: 31px;
        min-width: 90pt;
        padding: 0;
    }
}
.promotions-teaser-component .promotions-teaser-wrapper .disclaimer
{
    box-sizing: inherit;
    color: #4c1723;
    font-family: "777-Orbit",verdana,sans-serif;
    font-size: 1.9rem;
    font-weight: 200;
    line-height: 1.6;
    margin-top: .1rem;
}
.promotions-teaser-component .promotions-teaser-wrapper .disclaimer a
{
    background-color: transparent;
    box-shadow: none;
    box-sizing: inherit;
    color: #fff;
    cursor: pointer;
    font-family: "777-Light",verdana,sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: inherit;
    outline: 0;
    text-decoration: underline;
}
@media(min-width: 640px)
{
    .promotions-teaser-component .promotions-teaser-wrapper .disclaimer a
    {
        font-size: 1.1rem;
    }
}
.promotions-teaser-component .promotions-teaser-wrapper .disclaimer p
{
    font-weight: 400;
    line-height: 1.2;
    padding: 1rem;
}
.promotions-teaser-component .promotions-teaser-wrapper .disclaimer p a
{
    color: #bc3554;
    font-weight: 400;
}
.promotions-carousel .promotion-carousel-component
{
    box-sizing: inherit;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 15px;
    padding: 2em 0;
    transition: all .4s ease;
}
@media only screen and (max-width: 768px)
{
    .promotions-carousel .promotion-carousel-component
    {
        padding: 1.5rem;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px)
{
    .promotions-carousel .promotion-carousel-component
    {
        padding: 3rem;
    }
}
.promotions-carousel .promotion-carousel-component .promotion-carousel-container
{
    height: 100%;
    max-width: 100%;
    width: 100%;
}
.promotions-carousel .promotion-carousel-component .promotion-carousel-container .promotions-carousel-top
{
    background: linear-gradient(90deg,hsla(51,87%,91%,.5),hsla(0,0%,100%,0) 75%);
    clip-path: polygon(100% 0,100% 100%,75% 100%,0 100%,1% 50%,0 0);
    display: flex;
    justify-content: space-between;
    margin: 0 0 2em;
    padding: 0 0 .2em;
    width: 100%;
}
.promotions-carousel .promotion-carousel-component .promotion-carousel-container .promotions-carousel-top .promotions-carousel-title
{
    align-items: center;
    box-sizing: inherit;
    color: #fff;
    display: flex;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    margin-left: 2rem;
}
.promotions-carousel .promotion-carousel-component .promotion-carousel-container .promotions-carousel-top .promotions-carousel-title h2
{
    background: transparent;
    border: none;
    box-sizing: inherit;
    color: #0ea79b;
    display: block;
    font-family: Oleo-Script-Regular,sans-serif;
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .2rem;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: capitalize;
}
.promotions-carousel .promotion-carousel-component .promotion-carousel-container .promotions-carousel-top .promotions-carousel-title h2:before
{
    border-bottom: 8px solid transparent;
    border-left: 6px solid #0ea79b;
    border-top: 8px solid transparent;
    content: "";
    display: inline-block;
    margin-left: 1rem;
    margin-right: 1rem;
    transform: translateY(15%);
}
.promotions-carousel .promotion-carousel-component .promotion-carousel-container .promotions-carousel-top .arrows
{
    display: none;
    position: relative;
    top: .2em;
}
@media(min-width: 769px)
{
    .promotions-carousel .promotion-carousel-component .promotion-carousel-container .promotions-carousel-top .arrows
    {
        display: flex;
    }
}
.promotions-carousel .promotion-carousel-component .promotion-carousel-container .promotions-carousel-top .arrows .arrow-left, .promotions-carousel .promotion-carousel-component .promotion-carousel-container .promotions-carousel-top .arrows .arrow-right
{
    align-items: center;
    background: #0ea79b;
    border: .1rem solid #717171;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    font-size: medium;
    height: 3.8rem;
    justify-content: center;
    margin: 0 .2rem;
    width: 3.8rem;
}
.promotions-carousel .promotion-carousel-component .promotion-carousel-container .swiper
{
    box-sizing: content-box;
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}
.promotions-carousel .promotion-carousel-component .promotion-carousel-container .swiper .swiper-wrapper
{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transform: translateX(0);
    transition: transform .5s ease;
    width: 100%;
}
@media(min-width: 769px)
{
    .promotions-carousel .promotion-carousel-component .promotion-carousel-container .swiper .swiper-wrapper
    {
        flex-direction: row;
    }
}
.article-slider-component
{
    padding: 2rem 0;
}
@media(min-width: 1025px)
{
    .article-slider-component
    {
        padding: 2rem .625rem;
    }
}
.article-slider-component .article-slider-container
{
    position: relative;
}
.article-slider-component .article-slider-container a
{
    color: #fff!important;
    font-weight: 600;
    text-decoration: none;
}
.article-slider-component .article-slider-container .slide-img, .article-slider-component .article-slider-container .slide-text
{
    color: #4c1723;
    display: flex;
    font-family: "777",Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    justify-content: center;
}
.article-slider-component .article-slider-container .slide-img
{
    display: flex;
}
.article-slider-component .article-slider-container .slide-img img
{
    object-fit: contain;
}
.article-slider-component .article-slider-container .slide-text
{
    display: block;
    text-align: center;
}
@media screen and (orientation: landscape) and (max-width: 940px)
{
    .article-slider-component .article-slider-container .slide-text
    {
        min-height: 4.5rem;
    }
}
.article-slider-component .swiper
{
    margin: 1.25rem auto;
}
.article-slider-component .swiper .swiper-wrapper .swiper-slide
{
    align-items: center;
    display: flex;
    flex-direction: column;
}
.article-slider-component .swiper-button-next, .article-slider-component .swiper-button-prev
{
    height: 1.7rem;
    margin-top: -2.5rem;
    position: absolute;
    top: 50%;
    width: 1.7rem;
}
.article-slider-component .swiper-button-prev
{
    content: url(../../willbetgambling/image/double-arrow-left.png);
    left: 0;
    user-select: none;
}
.article-slider-component .swiper-button-next
{
    content: url(../../willbetgambling/image/double-arrow-right.png);
    right: 0;
    user-select: none;
}
@media only screen and (min-width: 518px) and (max-width: 800px)
{
    .article-slider-component .swiper-button-prev
    {
        left: -1rem;
    }
    .article-slider-component .swiper-button-next
    {
        right: -1rem;
    }
}
@media only screen and (max-width: 518px)
{
    .article-slider-component .swiper-button-prev
    {
        left: 1rem;
    }
    .article-slider-component .swiper-button-next
    {
        right: 1rem;
    }
}
.responsive-table-component
{
    margin-bottom: 2rem;
}
.responsive-table-component table
{
    border-spacing: 0;
}
.responsive-table-component table.width-auto
{
    width: auto;
}
.responsive-table-component table.width-full
{
    width: 100%;
}
.responsive-table-component table.banking-section tr:nth-child(odd)
{
    background-color: #fcf6d5;
    color: #4c1723;
}
.responsive-table-component table.banking-section tr:nth-child(2n)
{
    background-color: transparent;
    color: #4c1723;
}
.responsive-table-component table.banking-section td:nth-of-type(2n)
{
    color: #4c1723;
}
.responsive-table-component table.banking-section tbody
{
    border: none;
}
.responsive-table-component table.banking-short
{
    max-width: 33.5rem;
}
.responsive-table-component table.banking-short tr:nth-child(odd)
{
    background-color: #fcf6d5;
    color: #4c1723;
}
.responsive-table-component table.banking-short tr:nth-child(2n)
{
    background-color: transparent;
    color: #4c1723;
}
.responsive-table-component table.banking-short td:nth-of-type(2n)
{
    color: #4c1723;
}
.responsive-table-component table.banking-short tbody
{
    border: none;
}
.responsive-table-component table.in-game-section
{
    border-collapse: separate;
    max-width: 600px;
}
.responsive-table-component table.in-game-section tr:nth-child(odd)
{
    background-color: #171717;
    border-bottom: .1rem solid #848484;
    color: #fff;
}
.responsive-table-component table.in-game-section tr:nth-child(2n)
{
    background-color: #171717;
    border-bottom: .1rem solid #848484;
    color: #fff;
}
.responsive-table-component table.in-game-section tr:last-child td
{
    border-bottom: none;
}
.responsive-table-component table.in-game-section td:nth-of-type(odd)
{
    border-bottom: .1rem solid #848484;
    border-right: .1rem solid #848484;
}
.responsive-table-component table.in-game-section td:nth-of-type(2n)
{
    border-bottom: .1rem solid #848484;
}
.responsive-table-component table.in-game-section td.row-100
{
    border-right: none;
}
.responsive-table-component table.in-game-section td .td-wrapper
{
    display: flex;
}
.responsive-table-component table.in-game-section td img
{
    padding-right: 1rem;
}
.responsive-table-component table.in-game-section td .text-wrapper
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.responsive-table-component table.in-game-section tbody
{
    border: .2rem solid #848484;
    border-radius: 1.5rem;
    overflow: hidden;
}
.responsive-table-component table.bnw-section td, .responsive-table-component table.bnw-section tr
{
    background-color: #000;
    color: #fff;
}
.responsive-table-component table.bnw-section table, .responsive-table-component table.bnw-section td, .responsive-table-component table.bnw-section th
{
    border: 3px groove #fff;
}
.responsive-table-component table.blackjack tr:nth-child(odd)
{
    background-color: #373737;
    color: #fff;
}
.responsive-table-component table.blackjack tr:nth-child(2n)
{
    background-color: #111;
    color: #fff;
}
.responsive-table-component table.blackjack tbody
{
    border: .1rem solid #fff;
}
.responsive-table-component table tr:nth-child(odd)
{
    background-color: #373737;
    color: #fff;
}
.responsive-table-component table tr:nth-child(2n)
{
    background-color: #fff;
    color: #000;
}
.responsive-table-component table tr td, .responsive-table-component table tr th
{
    border: none;
    padding: .8rem 1rem;
    vertical-align: middle;
}
.responsive-table-component table tr.w-50-50, .responsive-table-component table tr.w-50-50 td
{
    width: 100%;
}
.responsive-table-component table tr.w-50-50 td:first-child
{
    width: 50%;
}
.responsive-table-component table tr.w-50-50 td:nth-child(2)
{
    width: 50%;
}
.responsive-table-component table tr.w-50-50 td.row-100
{
    text-align: center;
    width: 100%;
}
.responsive-table-component table tr.w-30-70, .responsive-table-component table tr.w-30-70 td
{
    width: 100%;
}
.responsive-table-component table tr.w-30-70 td:first-child
{
    width: 30%;
}
.responsive-table-component table tr.w-30-70 td:nth-child(2)
{
    width: 70%;
}
.responsive-table-component table tr.w-30-70 td.row-100
{
    text-align: center;
    width: 100%;
}
.responsive-table-component table tr.w-40-60, .responsive-table-component table tr.w-40-60 td
{
    width: 100%;
}
.responsive-table-component table tr.w-40-60 td:first-child
{
    width: 40%;
}
.responsive-table-component table tr.w-40-60 td:nth-child(2)
{
    width: 60%;
}
.responsive-table-component table tr.w-40-60 td.row-100
{
    text-align: center;
    width: 100%;
}
.responsive-table-component table tr.w-60-40, .responsive-table-component table tr.w-60-40 td
{
    width: 100%;
}
.responsive-table-component table tr.w-60-40 td:first-child
{
    width: 60%;
}
.responsive-table-component table tr.w-60-40 td:nth-child(2)
{
    width: 40%;
}
.responsive-table-component table tr.w-60-40 td.row-100
{
    text-align: center;
    width: 100%;
}
.responsive-table-component table tr.w-70-30, .responsive-table-component table tr.w-70-30 td
{
    width: 100%;
}
.responsive-table-component table tr.w-70-30 td:first-child
{
    width: 70%;
}
.responsive-table-component table tr.w-70-30 td:nth-child(2)
{
    width: 30%;
}
.responsive-table-component table tr.w-70-30 td.row-100
{
    text-align: center;
    width: 100%;
}
.responsive-table-component table tr.w-dynamic
{
    width: auto;
}
.responsive-table-component table tr.w-dynamic td
{
    border-right: 3vw solid transparent;
    padding: .8rem 1rem;
    width: auto;
}
@media screen and (min-width: 1920px)
{
    .responsive-table-component table tr.w-dynamic td
    {
        border-right: 6vw solid transparent;
    }
}
.responsive-table-component table tr.w-dynamic td:first-child
{
    width: auto;
}
.responsive-table-component table tr.w-dynamic td:nth-child(2)
{
    width: auto;
}
.responsive-table-component table tr.w-dynamic td.row-100
{
    text-align: center;
    width: auto;
}
.responsive-table-component table tr.w-3-cols
{
    width: auto;
}
.responsive-table-component table tr.w-3-cols td
{
    max-width: 33%;
}
.responsive-table-component table tr.w-3-cols td.width-full
{
    width: 100%;
}
.responsive-table-component table tr.w-3-cols td.width-auto
{
    width: auto;
}
.responsive-table-component table tr.w-3-cols td.row-100
{
    text-align: center;
    width: 100%;
}
.responsive-table-component table tr.w-4-cols
{
    width: auto;
}
.responsive-table-component table tr.w-4-cols td
{
    max-width: 25%;
}
.responsive-table-component table tr.w-4-cols td.width-full
{
    width: 100%;
}
.responsive-table-component table tr.w-4-cols td.width-auto
{
    width: auto;
}
.responsive-table-component table tr.w-4-cols td.row-100
{
    text-align: center;
    width: 100%;
}
.responsive-table-component table tr.w-5-cols
{
    width: auto;
}
.responsive-table-component table tr.w-5-cols td
{
    max-width: 20%;
}
.responsive-table-component table tr.w-5-cols td.width-full
{
    width: 100%;
}
.responsive-table-component table tr.w-5-cols td.width-auto
{
    width: auto;
}
.responsive-table-component table tr.w-5-cols td.row-100
{
    text-align: center;
    width: 100%;
}
.responsive-table-component table.dynamic-table
{
    margin: 0 auto;
    width: auto;
}
.responsive-table-component table.dynamic-table thead tr
{
    background-color: transparent;
}
.responsive-table-component table.dynamic-table thead tr th
{
    padding-left: 0;
    padding-right: 0;
}
.responsive-table-component table tbody
{
    background-color: transparent;
    display: inline-table;
}
.responsive-table-component table tbody tr td span p
{
    font-size: 1.3rem;
    line-height: 1.9rem;
    margin-bottom: 0;
}
.rich-text-component
{
    font-family: "777",Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    word-break: break-word;
}
.rich-text-component p
{
    margin-bottom: 10px;
}
.rich-text-component select
{
    background: transparent;
    color: #fff;
}
.rich-text-component .text h1
{
    padding-bottom: 30px;
}
.rich-text-component .text h2
{
    padding: 20px 0 10px;
}
.rich-text-component .text h3, .rich-text-component .text h4, .rich-text-component .text h5, .rich-text-component .text h6
{
    margin-bottom: .1em;
    margin-top: 1em;
}
.rich-text-component .text .Table
{
    overflow-x: auto;
}
.rich-text-component .text .TableList, .rich-text-component .text .table-wrapper
{
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "777",Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-size: 18px;
    overflow-x: auto;
    text-indent: 0;
    width: auto;
    word-break: unset;
}
.rich-text-component .text .TableList tbody, .rich-text-component .text .table-wrapper tbody
{
    background-color: transparent;
    border: none;
}
.rich-text-component .text .TableList tbody tr:nth-of-type(odd), .rich-text-component .text .table-wrapper tbody tr:nth-of-type(odd)
{
    background: #fcf6d5!important;
}
.rich-text-component .text .TableList tbody tr th, .rich-text-component .text .table-wrapper tbody tr th
{
    padding: .8rem 1rem;
    text-align: left;
}
.rich-text-component .text .TableList tbody tr td, .rich-text-component .text .table-wrapper tbody tr td
{
    border: 1px solid transparent;
    padding: .8rem 1rem;
    text-align: left;
}
.rich-text-component .text .TableList tbody tr td b, .rich-text-component .text .table-wrapper tbody tr td b
{
    font-family: "777-DemiBold",verdana,sans-serif;
}
.rich-text-component .text .TableList tbody tr td:nth-of-type(2n), .rich-text-component .text .table-wrapper tbody tr td:nth-of-type(2n)
{
    background: transparent!important;
    color: #4c1723;
}
@media only screen and (max-width: 820px)
{
    .rich-text-component .text .TableList, .rich-text-component .text .table-wrapper
    {
        width: 100%;
    }
}
@media only screen and (min-width: 640px)
{
    .rich-text-component .text .TableList, .rich-text-component .text .table-wrapper *
    {
        font-size: 1.6rem;
    }
}
@media(min-width: 640px) and (max-width: 844px) and (orientation: landscape)
{
    .rich-text-component .text .TableList, .rich-text-component .text .table-wrapper
    {
        width: 100%;
    }
    .rich-text-component .text .TableList, .rich-text-component .text .table-wrapper *
    {
        word-break: break-word;
    }
}
.rich-text-component .modal-enabled:hover:before
{
    border-radius: 19.2rem;
}
.rich-text-component .text ul li ul
{
    display: block;
}
.static-herobanner-component
{
    align-items: center;
    box-sizing: inherit;
    contain: content;
    display: flex;
    justify-content: center;
    margin: 0;
    position: relative;
    text-align: center;
}
.static-herobanner-component .herobanner-media
{
    width: 100%;
}
.static-herobanner-component .herobanner-media .herobanner-video
{
    height: 100%;
}
.static-herobanner-component .herobanner-media .herobanner-video video
{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.static-herobanner-component .herobanner-media .herobanner-image
{
    height: 350px;
}
.static-herobanner-component .herobanner-media .herobanner-image img
{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
@media(max-width: 820px)
{
    .static-herobanner-component .herobanner-media .herobanner-image
    {
        height: 260px;
    }
}
@media(max-width: 490px)
{
    .static-herobanner-component .herobanner-media .herobanner-image
    {
        height: 15pc;
    }
}
@media(max-width: 420px)
{
    .static-herobanner-component .herobanner-media .herobanner-image
    {
        height: 310px;
    }
}
.static-herobanner-component .herobanner-media.same-img-desk-mob .herobanner-image
{
    height: 350px;
}
.static-herobanner-component .herobanner-media.same-img-desk-mob .herobanner-image img
{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
@media(max-width: 820px)
{
    .static-herobanner-component .herobanner-media.same-img-desk-mob .herobanner-image
    {
        height: 260px;
    }
}
@media(max-width: 490px)
{
    .static-herobanner-component .herobanner-media.same-img-desk-mob .herobanner-image
    {
        height: 15pc;
    }
}
@media(max-width: 420px)
{
    .static-herobanner-component .herobanner-media.same-img-desk-mob .herobanner-image
    {
        height: 310px;
    }
}
.static-herobanner+.cta .cta-template a
{
    margin-bottom: 10px;
}
@media(max-width: 768px)
{
    .static-herobanner+.complex-title p, .static-herobanner+.container .complex-title p
    {
        font-size: 2.3rem!important;
    }
}
.title .title-component
{
    word-break: break-word;
}
.title .title-component.background-div:before
{
    background-image: url(../../willbetgambling/image/texture-background-color.png);
    bottom: 0;
    content: "";
    display: block;
    height: var(--before-height);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.title .title-component .title-brown-color
{
    color: #826458;
}
.title .title-component .title-dark-red-color
{
    color: #4c1723;
}
.title .title-component .title-primary-color
{
    color: #0ea79b;
}
.title .title-component .title-secondary-color
{
    color: #bc3554;
}
.title .title-component .title-font-variant-1
{
    font-family: "777-Orbit",verdana,sans-serif;
}
.title .title-component .title-font-variant-2
{
    font-family: "777-Light",verdana,sans-serif;
}
.title .title-component .title-font-variant-3
{
    font-family: "777",verdana,sans-serif;
}
.title .title-component .title-font-variant-4
{
    font-family: "777-Medium",verdana,sans-serif;
}
.title .title-component .title-font-variant-5
{
    font-family: "777-Heavy",verdana,sans-serif;
}
.title .title-component .title-font-variant-6
{
    font-family: "777-DemiBold",verdana,sans-serif;
}
.title .title-component .title-font-variant-7
{
    font-family: "777-Bold",verdana,sans-serif;
}
.title .title-component .title-font-variant-8
{
    font-family: "777-ExtraBold",verdana,sans-serif;
}
.title .title-component .title-font-variant-9
{
    font-family: "777-Ultra",verdana,sans-serif;
}
.title .title-component .title-font-variant-10
{
    font-family: "777-Black",verdana,sans-serif;
}
.title .title-component .title-font-variant-11
{
    font-family: Oleo-Script-Regular,sans-serif;
}
.title .title-component .title-font-variant-12
{
    font-family: Oleo-Script-Bold,sans-serif;
}
.title .title-component .title-font-variant-13
{
    font-family: Lobster,sans-serif;
}
.title .title-component .title-font-variant-14
{
    font-family: Bello,sans-serif;
}
.title .title-component .title-font-variant-15
{
    font-family: "777-Book",sans-serif;
}
.title .title-component .title-font-variant-16
{
    font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
}
.title .title-component .fs-60
{
    font-size: 60px;
}
.title .title-component .fs-23
{
    font-size: 23px;
}
.title .title-component .fs-19
{
    font-size: 19px;
}
.title .title-component .fs-18
{
    font-size: 18px;
}
.title .title-component .fs-16
{
    font-size: 1pc;
}
.title .title-component .fs-15
{
    font-size: 15px;
}
.title .title-component .fs-14
{
    font-size: 14px;
}