@charset "UTF-8";
.container, .container-lg, .container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-sm {
        max-width: 1140px
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, footer, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

b {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    overflow: visible
}

button {
    text-transform: none
}

[type=button], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container, .navbar .container-lg, .navbar .container-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-sm {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-sm {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.d-none {
    display: none !important
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

 .px-3 {
    padding-right: 1rem !important
}

 .px-3 {
    padding-left: 1rem !important
}

 .py-5 {
    padding-top: 3rem !important
}

 .py-5 {
    padding-bottom: 3rem !important
}

.text-center {
    text-align: center !important
}

body, html {
    min-width: 320px;
    font-size: 100%
}

h1, h2, h3 {
    font-weight: 600
}

h1 {
    font-size: 1.313rem
}

h2 {
    font-size: 1.125rem
}

h3 {
    font-size: 1rem
}

p {
    margin: 0 0 .625em;
    line-height: 120%
}

hr {
    width: 70%;
    margin: 18px auto;
    border: 0;
    border-bottom: 1px dotted #2f2f2f
}

ol {
    list-style: decimal outside
}

ol ol {
    list-style: lower-roman outside
}

ol ol ol {
    list-style: lower-alpha outside
}

ol ol ol ol {
    list-style: lower-roman outside
}

ol ol ol ol ol {
    list-style: lower-alpha outside
}

ol ul {
    list-style: square outside
}

@-webkit-keyframes loaderkeyframes {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loaderkeyframes {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: Crimson;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(./content/cdn/fonts/Crimson/latin/subset-Crimson-Bold.woff) format("woff")
}

@font-face {
    font-family: "Roboto Condensed";
    src: url(./content/cdn/fonts/RobotoCondensed/latin/subset-RobotoCondensed-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-fallback: swap
}

#core-nav {
    width: 100%;
    z-index: 1000;
    padding: 0;
    height: 85px;
    background: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767.98px) {
    #core-nav {
        height: 70px;
        padding: 0
    }
}

#core-nav .navbar-collapse {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

#core-nav .nav-close {
    display: none
}

#core-nav .navbar-toggle {
    background: linear-gradient(180deg, #63e599 0, #026e26 100%);
    color: rgba(255, 255, 255, .8);
    border-color: transparent;
    border: 0;
    padding: 4px 12px;
    border-radius: 4px;
    line-height: 1
}

#core-nav .logo {
    position: relative;
    width: 100px;
    height: auto;
    background-image: url(./content/cdn/img/YG/new/logo.fs8.avif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0
}

@media (max-width: 767.98px) {
    #core-nav .logo {
        margin-left: -5px;
        width: 80px
    }
}

#core-nav .nav-side {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

#core-nav .nav-side a {
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 13px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px
}

#core-nav .nav-side a:last-of-type {
    margin-right: 0
}

#core-nav .nav-side a.navlink:hover {
    text-decoration: underline;
    text-decoration-thickness: 3px
}

@media (max-width: 767.98px) {
    #core-nav .nav-side a.navlink:hover {
        background: 0 0;
        color: #fff
    }
}

#core-nav .nav-side a.navlink.active {
    text-decoration: underline;
    color: #eac25f;
    text-decoration-thickness: 3px
}

@media (max-width: 767.98px) {
    #core-nav .nav-side a.navlink.active {
        background: 0 0;
        color: #eac25f
    }
}

@media (max-width: 991.98px) {
    #core-nav .nav-side {
        -webkit-box-flex: initial;
        -webkit-flex: initial;
        -ms-flex: initial;
        flex: initial
    }

    #core-nav .nav-side a {
        font-size: 13px;
        padding: 0 7px
    }
}

#core-nav .nav-left {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 991.98px) {
    #core-nav .nav-left {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width: 767.98px) {
    #core-nav .nav-side {
        display: block;
        height: auto;
        width: 100%;
        max-width: 300px
    }

    #core-nav .nav-side a {
        font-size: 20px;
        line-height: 1;
        text-align: center;
        background: 0 0;
        height: auto;
        display: block;
        padding: 10px;
        color: #fff;
        margin: 0 0 10px 0;
        font-weight: 700
    }
}

.button {
    text-decoration: none;
    border-radius: 5px;
    padding: .3em;
    display: inline-block;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    font-size: inherit;
    position: relative;
    z-index: 1000;
    text-align: center
}

@media (max-width: 480px) {
    .button {
        font-size: 1.3rem
    }
}

.button, .button a, .button a:focus, .button a:hover, .button:focus, .button:focus a, .button:hover, .button:hover a {
    text-decoration: none;
    outline: 0
}

footer {
    margin-top: 20px;
    background-color: #000
}

footer a, footer a:focus, footer a:hover, footer a:visited {
    color: #fff;
    outline: 0;
    font-weight: 700;
    text-decoration: underline
}

.footer-navbar {
    font-size: 12px;
    margin: 12px 0
}

.footer-navbar .footer-navbar__container {
    text-align: center
}

.footer-navbar .footer-navbar__item {
    padding: 4px;
    display: inline-block
}

.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    -webkit-transition: all 0s;
    transition: all 0s
}

.tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
    opacity: .6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    z-index: 0
}

.tns-fadeOut, .tns-normal {
    opacity: 0;
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix > div, .tns-vpfix > li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: -moz-calc(100% * 70 / 3);
    width: 2333.3333333333%;
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: "";
    display: table;
    clear: both
}

.tns-t-ct > div {
    width: 1.4285714%;
    width: -moz-calc(100% / 70);
    width: 1.4285714286%;
    height: 10px;
    float: left
}

@font-face {
    font-family: Rubik;
    src: url(./content/cdn/fonts/Rubik/latin-ext/subset-Rubik-Bold.woff) format("woff"), url(./content/cdn/fonts/Rubik/latin-ext/subset-Rubik-Bold.ttf) format("truetype"), url(./content/cdn/fonts/Rubik/latin-ext/subset-Rubik-Bold.svg#Rubik-Bold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Poppins;
    src: url(./content/cdn/fonts/Poppins/latin-ext/subset-Poppins-Regular.woff) format("woff"), url(./content/cdn/fonts/Poppins/latin-ext/subset-Poppins-Regular.ttf) format("truetype"), url(./content/cdn/fonts/Poppins/latin-ext/subset-Poppins-Regular.svg#Poppins-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Poppins;
    src: url(./content/cdn/fonts/Poppins/latin-ext/subset-Poppins-Bold.woff) format("woff"), url(./content/cdn/fonts/Poppins/latin-ext/subset-Poppins-Bold.ttf) format("truetype"), url(./content/cdn/fonts/Poppins/latin-ext/subset-Poppins-Bold.svg#Poppins-Bold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Poppins;
    src: url(./content/cdn/fonts/Poppins/latin-ext/subset-Poppins-Black.woff) format("woff"), url(./content/cdn/fonts/Poppins/latin-ext/subset-Poppins-Black.ttf) format("truetype"), url(./content/cdn/fonts/Poppins/latin-ext/subset-Poppins-Black.svg#Poppins-Black) format("svg");
    font-weight: 900;
    font-style: normal
}

body, html {
    min-width: 320px;
    padding: 0;
    margin: 0;
    font-family: Poppins, sans-serif
}

body {
    color: #000;
    background-color: #fff;
    font-size: 16px;
    overflow-x: hidden;
    -webkit-font-smoothing: subpixel-antialiased
}

@media (max-width: 480px) {
    body {
        font-size: 14px
    }
}

h1 {
    font-size: 32px;
    text-transform: uppercase;
    color: #ffb83e;
    font-weight: 700
}

@media (max-width: 480px) {
    h1 {
        font-size: 28px
    }
}

h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700
}

@media (max-width: 480px) {
    h2 {
        font-size: 16px
    }
}

h3 {
    font-weight: 700
}

a, a:visited {
    color: #ffb83e;
    text-decoration: underline
}

section {
    overflow: hidden
}

a:active, a:focus, a:hover {
    color: #ffb83e
}

p {
    line-height: 160%;
    font-size: 1em;
    padding: 0;
    margin-bottom: .9em
}

p:last-child {
    margin-bottom: 0
}

.logo {
    display: block;
    margin: 0 auto;
    width: 150px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 10
}

.logo::after {
    content: "";
    display: block;
    padding-bottom: 75.10638%
}

.logo.is-in-view {
    background-image: url(./content/cdn/img/YG/new/logo.fs8.avif)
}

footer {
    margin-top: 0;
    overflow: hidden
}

.tns-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cta-btn, a.cta-btn, a.cta-btn:hover {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    background: linear-gradient(135deg, #ede1c6 0, #c68b21 20%, #d2a74b 50%, #c28818 80%, #ede1c6 100%);
    text-shadow: 0 2px 0 #ff5d0d, 0 2px 5px #000;
    border-radius: 999px;
    font-size: 36px;
    font-family: Rubik
}

@media (max-width: 1199.98px) {
    .cta-btn, a.cta-btn, a.cta-btn:hover {
        font-size: 25px
    }
}

.cta-btn span, a.cta-btn span, a.cta-btn:hover span {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    text-align: center;
    padding: 15px 50px
}

.cta-btn::before, a.cta-btn::before, a.cta-btn:hover::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: -webkit-gradient(linear, left top, left bottom, from(#63e599), to(#026e26));
    background: linear-gradient(180deg, #63e599 0, #026e26 100%);
    -webkit-box-shadow: inset 0 -5px 10px -3px #000;
    box-shadow: inset 0 -5px 10px -3px #000;
    border-radius: 999px
}

.cta-btn::after, a.cta-btn::after, a.cta-btn:hover::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 70px);
    height: 15px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 99px
}

.cta-btn.cta-small-text, a.cta-btn.cta-small-text, a.cta-btn:hover.cta-small-text {
    font-size: 20px
}

@media (max-width: 575.98px) {
    .cta-btn.cta-small-text, a.cta-btn.cta-small-text, a.cta-btn:hover.cta-small-text {
        font-size: 14px
    }

    .cta-btn.cta-small-text span, a.cta-btn.cta-small-text span, a.cta-btn:hover.cta-small-text span {
        padding: 15px 30px
    }
}

.cta-btn.btn-arrowed span::after, .cta-btn.btn-arrowed span::before, a.cta-btn.btn-arrowed span::after, a.cta-btn.btn-arrowed span::before, a.cta-btn:hover.btn-arrowed span::after, a.cta-btn:hover.btn-arrowed span::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 26px;
    background-image: url(./content/cdn/img/YG/new/cta-arrows.fs8.avif);
    background-size: 100% 200%;
    background-position: left top;
    background-repeat: no-repeat
}

.cta-btn.btn-arrowed span::before, a.cta-btn.btn-arrowed span::before, a.cta-btn:hover.btn-arrowed span::before {
    left: 10px
}

.cta-btn.btn-arrowed span::after, a.cta-btn.btn-arrowed span::after, a.cta-btn:hover.btn-arrowed span::after {
    right: 10px;
    background-position: left bottom
}

a.cta-simple, a.cta-simple:hover {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: #61e397;
    font-weight: 700;
    text-transform: uppercase
}

a.cta-simple::after, a.cta-simple:hover::after {
    position: absolute;
    content: "→";
    left: calc(100% + 10px)
}

@media (max-width: 991.98px) {
    .container-500 {
        display: block;
        margin: 0 auto;
        width: 500px;
        max-width: 100%
    }
}

.section-divider {
    display: block;
    width: 100%;
    height: 12px;
    background-color: #000;
    background-image: url(./content/cdn/img/YG/new/section-divider.fs8.avif);
    background-size: auto 100%;
    background-position: center top;
    background-repeat: repeat-x
}

.section-hero {
    background-image: url(./content/cdn/img/YG/new/hero-coins-bg.fs8.avif), -webkit-gradient(linear, left top, left bottom, from(#03055a), to(#000));
    background-image: url(./content/cdn/img/YG/new/hero-coins-bg.fs8.avif), linear-gradient(180deg, #03055a 0, #000 100%);
    background-position: center calc(100% + 70px), top left;
    background-repeat: no-repeat;
    padding: 10px 0
}

.section-hero.section-hero--home {
    background-position: center bottom, top left
}

.section-hero .casino-banner {
    color: #eac25f;
    font-weight: 700;
    text-transform: uppercase;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 16px;
    background-image: -webkit-gradient(linear, right top, left top, from(#000), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, from(#000), to(#000));
    background-image: linear-gradient(to left, #000 0, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, #000 0, rgba(0, 0, 0, 0) 100%), linear-gradient(to left, #000 0, #000 100%);
    background-size: 100px 100%, 100px 100%, calc(100% - 200px) 100%;
    background-repeat: no-repeat;
    background-position: left top, right top, center top
}

.section-hero .controls-container {
    display: none
}

@media (max-width: 991.98px) {
    .section-hero {
        background-size: 900px auto, 100% auto;
        background-position: center bottom, top left
    }

    .section-hero .casino-banner {
        font-size: 12px
    }
}

@media screen and (max-width: 500px) {
    .section-hero .casino-banner {
        width: calc(100% + 30px);
        margin-left: -15px;
        background: 0 0;
        background-color: #000;
        padding: 0 10px;
        text-align: center
    }
}

.section-hero .hero-offer-row {
    width: calc(100% + 45px);
    margin-bottom: 15px
}

.section-hero .hero-offer-row .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-hero .hero-offer-row .frame-left {
    width: 33.333333%;
    padding-right: 15px
}

.section-hero .hero-offer-row .frame-right {
    width: 66.666666%;
    padding-right: 15px
}

.section-hero .hero-offer-row .frame-right .frame {
    padding: 7px
}

.section-hero .hero-offer-row .frame-right .video-container {
    position: absolute;
    z-index: 100;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    background-image: url("banner.avif");
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    display: block;
}

.section-hero .hero-offer-row .frame-right .frame::before {
    z-index: 20;
    background: 0 0;
    -webkit-box-shadow: inset 0 0 0 5px #0d1c55;
    box-shadow: inset 0 0 0 5px #0d1c55
}

.section-hero .hero-offer-row .frame-right .frame::after {
    content: "";
    display: block;
    padding-bottom: 75%
}

.section-hero .hero-offer-row .flashbox-hero {
    position: relative;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#c89533), color-stop(25%, #f3ead6), color-stop(40%, #f3ead6), to(#df9e2d));
    background: linear-gradient(180deg, #c89533 0, #f3ead6 25%, #f3ead6 40%, #df9e2d 100%);
    border-radius: 20px;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.section-hero .hero-offer-row .flashbox-hero::before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: linear-gradient(135deg, #c01519 0, #510b0c 100%);
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .5)
}

.section-hero .hero-offer-row .flashbox-hero canvas {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 20px);
    height: calc(100% + 20px)
}

.section-hero .hero-offer-row .flashbox-hero .frame-inner {
    padding: 15px 0
}

.section-hero .hero-offer-row .flashbox-hero .cta-btn {
    display: block;
    margin: 0 auto
}

.section-hero .hero-offer-row .flashbox-hero .standout {
    display: block;
    color: #fff;
    border: solid 4px #fff;
    background-color: transparent;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    padding: 7px 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.section-hero .hero-offer-row .flashbox-hero .offer-text {
    font-size: 80px;
    margin-bottom: 10px
}

.section-hero .hero-offer-row .flashbox-hero .offer-text .gradient-text {
    display: block
}

.section-hero .hero-offer-row .flashbox-hero .offer-text div:nth-of-type(1) {
    font-size: .3em
}

.section-hero .hero-offer-row .flashbox-hero .offer-text div:nth-of-type(2) {
    font-size: 2em
}

.section-hero .hero-offer-row .flashbox-hero .offer-text div:nth-of-type(3) {
    font-size: .65em
}

.section-hero .hero-offer-row .flashbox-hero .offer-text div:nth-of-type(4) {
    font-size: .65em
}

.section-hero .hero-offer-row .flashbox-hero .offer-text div:nth-of-type(5) {
    font-size: .53em
}

@media (max-width: 1199.98px) {
    .section-hero .hero-offer-row .flashbox-hero .offer-text {
        font-size: 60px
    }
}

@media (max-width: 991.98px) {
    .section-hero .hero-offer-row {
        width: auto;
        margin-bottom: 0
    }

    .section-hero .hero-offer-row .cta-btn {
        max-width: 290px
    }

    .section-hero .hero-offer-row .frame-left, .section-hero .hero-offer-row .frame-right {
        width: 100%;
        padding: 0 0 15px 0
    }

    .section-hero .hero-offer-row .flashbox-hero .standout {
        max-width: 290px;
        margin-bottom: 10px
    }

    .section-hero .hero-offer-row .flashbox-hero .offer-text {
        font-size: 16px
    }

    .section-hero .hero-offer-row .flashbox-hero .offer-text .gradient-text {
        display: inline-block !important
    }

    .section-hero .hero-offer-row .flashbox-hero .offer-text div:nth-of-type(1) {
        font-size: 1.5em
    }

    .section-hero .hero-offer-row .flashbox-hero .offer-text div:nth-of-type(2), .section-hero .hero-offer-row .flashbox-hero .offer-text div:nth-of-type(3), .section-hero .hero-offer-row .flashbox-hero .offer-text div:nth-of-type(4) {
        font-size: 1.7em
    }

    .section-hero .hero-offer-row .flashbox-hero .offer-text div:nth-of-type(5) {
        font-size: 1.76em
    }
}

@media screen and (max-width: 500px) {
    .section-hero .hero-offer-row .frame-left {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-basis: calc(100% + 100px);
        -ms-flex-preferred-size: calc(100% + 100px);
        flex-basis: calc(100% + 100px);
        margin-left: -50px
    }

    .section-hero .hero-offer-row .frame-left .frame {
        padding: 30px 50px
    }
}

.frame {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 35px 20px;
    background: linear-gradient(135deg, #ede1c6 0, #c68b21 20%, #d2a74b 50%, #c28818 80%, #ede1c6 100%);
    border-radius: 20px
}

.frame::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%), linear-gradient(135deg, #2047d7 0, #0e173d 100%);
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 0 5px rgba(0, 0, 0, .5)
}

.frame .frame-inner {
    position: relative;
    z-index: 10;
    width: 100%;
    color: #fff
}

.frame .frame-inner p {
    line-height: 1.4;
    font-size: 15px
}

.frame .frame-inner .gradient-text {
    font-size: 34px
}

@media (max-width: 1199.98px) {
    .frame .frame-inner .gradient-text {
        font-size: 24px
    }
}

.latest-winners-ticker-contain {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 50px;
    background-color: #000;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
    -webkit-mask-position: right top, center top, left top;
    -webkit-mask-size: 100px 100%, calc(100% - 200px) 100%, 100px 100%;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(1, rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(0, #000), color-stop(1, #000)), -webkit-gradient(linear, right top, left top, color-stop(0, #000), color-stop(1, rgba(0, 0, 0, 0)));
    -webkit-mask-repeat: no-repeat
}

@media (max-width: 767.98px) {
    .latest-winners-ticker-contain {
        height: 40px;
        font-size: 12px;
        -webkit-mask-position: right top, center top, left top;
        -webkit-mask-size: 50px 100%, calc(100% - 100px) 100%, 50px 100%;
        -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(1, rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(0, #000), color-stop(1, #000)), -webkit-gradient(linear, right top, left top, color-stop(0, #000), color-stop(1, rgba(0, 0, 0, 0)));
        -webkit-mask-repeat: no-repeat
    }
}

.latest-winners-ticker-contain .latest-winners-ticker {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    white-space: nowrap;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: 72s linear infinite latest-winners-ticker-animation;
    animation: 72s linear infinite latest-winners-ticker-animation;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.latest-winners-ticker-contain .latest-winner {
    position: relative;
    height: 100%;
    padding-right: .6em;
    padding-left: .6em;
    font-size: 1em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.latest-winners-ticker-contain .latest-winner::after {
    content: "•";
    position: absolute;
    right: -.35em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@-webkit-keyframes latest-winners-ticker-animation {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes latest-winners-ticker-animation {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.hide-controls .tns-controls {
    display: none
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .slider-contain[data-fade-tablet] .tns-outer {
        -webkit-mask-position: right top, center top, left top;
        -webkit-mask-size: 20px 100%, calc(100% - 40px) 100%, 20px 100%;
        -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(1, rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(0, #000), color-stop(1, #000)), -webkit-gradient(linear, right top, left top, color-stop(0, #000), color-stop(1, rgba(0, 0, 0, 0)));
        -webkit-mask-repeat: no-repeat
    }
}

@media (max-width: 767.98px) {
    .slider-contain[data-fade-mobile] .tns-outer {
        -webkit-mask-position: right top, center top, left top;
        -webkit-mask-size: 10px 100%, calc(100% - 20px) 100%, 10px 100%;
        -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(1, rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(0, #000), color-stop(1, #000)), -webkit-gradient(linear, right top, left top, color-stop(0, #000), color-stop(1, rgba(0, 0, 0, 0)));
        -webkit-mask-repeat: no-repeat
    }
}

.section-games {
    background-image: url(./content/cdn/img/YG/new/coins-bg-1.fs8.avif), url(./content/cdn/img/YG/new/coins-bg-2.fs8.avif), url(./content/cdn/img/YG/new/coins-bg-3.fs8.avif), url(./content/cdn/img/YG/new/coins-bg-5.fs8.avif), url(./content/cdn/img/YG/new/coins-bg-4.fs8.avif), -webkit-gradient(linear, left top, left bottom, from(#00092c), to(#00163a));
    background-image: url(./content/cdn/img/YG/new/coins-bg-1.fs8.avif), url(./content/cdn/img/YG/new/coins-bg-2.fs8.avif), url(./content/cdn/img/YG/new/coins-bg-3.fs8.avif), url(./content/cdn/img/YG/new/coins-bg-5.fs8.avif), url(./content/cdn/img/YG/new/coins-bg-4.fs8.avif), linear-gradient(180deg, #00092c 0, #00163a 100%);
    background-position: calc(50% - 720px) 10%, calc(50% + 720px) 15px, calc(50% + 720px) 50%, calc(50% - 720px) 80%, calc(50% + 720px) calc(100% + 30px), top left;
    background-size: auto;
    background-repeat: no-repeat
}

@media (max-width: 1199.98px) {
    .section-games {
        background: -webkit-gradient(linear, left top, left bottom, from(#00092c), to(#00163a));
        background: linear-gradient(180deg, #00092c 0, #00163a 100%)
    }
}

.section-games .game-section-heading {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 0 0;
    font-size: 30px
}

.section-games .game-section-heading h3 {
    margin: 0
}

.section-games .game-section-heading .heading-symbol {
    width: 3em;
    padding-top: .6em;
    margin: -.3em 10px -.3em -.6em;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat
}

.section-games .game-section-heading .heading-symbol.heading-symbol--hot {
    background-image: url(./content/cdn/img/YG/new/symbol-flame.fs8.avif)
}

.section-games .game-section-heading .heading-symbol.heading-symbol--table {
    background-image: url(./content/cdn/img/YG/new/symbol-dice.fs8.avif)
}

.section-games .game-section-heading .heading-symbol.heading-symbol--real-dealer {
    background-image: url(./content/cdn/img/YG/new/symbol-person.fs8.avif)
}

.section-games .game-section-heading .heading-symbol::after {
    content: "";
    padding-bottom: 100%;
    display: block
}

@media (max-width: 767.98px) {
    .section-games .game-section-heading {
        font-size: 20px;
        margin: 10px 0 0 0
    }

    .section-games .game-section-heading .heading-symbol {
        margin-right: 0
    }
}

.section-games .game-slide {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.section-games .game-slide img {
    display: block;
    width: 100%
}

.section-games .game-slide > span {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    display: block;
    color: #fff
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .section-games .game-slide > span {
        font-size: 13px
    }
}

@media (max-width: 575.98px) {
    .section-games .game-slide > span {
        font-size: 12px
    }
}

.section-games .game-slide .play-now-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 14, 46, .7);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 15
}

.section-games .game-slide .play-now-overlay a.cta-btn span, .section-games .game-slide .play-now-overlay a.cta-btn:hover span {
    padding: 15px 40px
}

.section-games .game-slide:hover .play-now-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1199.98px) {
    .section-games .game-slide .play-now-overlay a.cta-btn::after, .section-games .game-slide .play-now-overlay a.cta-btn:hover::after {
        display: none
    }

    .section-games .game-slide .play-now-overlay a.cta-btn span, .section-games .game-slide .play-now-overlay a.cta-btn:hover span {
        font-size: 14px;
        padding: 10px 15px;
        text-shadow: 0 1px 0 #ff5d0d, 0 1px 5px #000
    }
}

.section-games .game-slide .play-now-overlay--small a.cta-btn::after, .section-games .game-slide .play-now-overlay--small a.cta-btn:hover::after {
    display: none
}

.section-games .game-slide .play-now-overlay--small a.cta-btn span, .section-games .game-slide .play-now-overlay--small a.cta-btn:hover span {
    font-size: 14px;
    padding: 10px 15px;
    text-shadow: 0 1px 0 #ff5d0d, 0 1px 5px #000
}

 .section-games .slider-real-dealer-games .game-slide > span {
    font-size: 12px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
     .section-games .slider-real-dealer-games .game-slide > span {
        font-size: 10px
    }
}

@media (max-width: 575.98px) {
     .section-games .slider-real-dealer-games .game-slide > span {
        font-size: 12px
    }
}

.section-games .game-tile {
    position: relative;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff3d3), to(#ffba02));
    background: linear-gradient(180deg, #fff3d3 0, #ffba02 100%);
    padding: 3px;
    border-radius: 20px
}

.section-games .game-tile::before {
    content: "";
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding-bottom: 68.4210526316%;
    background-position: top left;
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000;
    border-radius: 18px
}

.section-games .game-tile.is-in-view.game-tile--10000-wishes::before {
    background-image: url(./content/cdn/img/YG/new/hot-games/game-10000-wishes.avif)
}

.section-games .game-tile.is-in-view.game-tile--6-tokens-gold::before {
    background-image: url(./content/cdn/img/YG/new/hot-games/game-6-tokens-gold.avif)
}

.section-games .game-tile.is-in-view.game-tile--immortal-romance::before {
    background-image: url(./content/cdn/img/YG/new/hot-games/game-immortal-romance.avif)
}

.section-games .game-tile.is-in-view.game-tile--hyper-strike::before {
    background-image: url(./content/cdn/img/YG/new/hot-games/game-hyper-strike.avif)
}

.section-games .game-tile.is-in-view.game-tile--tropical-wilds::before {
    background-image: url(./content/cdn/img/YG/new/hot-games/game-tropical-wilds.avif)
}

.section-games .game-tile.is-in-view.game-tile--3-tiny-gods::before {
    background-image: url(./content/cdn/img/YG/new/hot-games/game-tiny-gods.avif)
}

.section-games .game-tile.is-in-view.game-tile--multifire-roulette::before {
    background-image: url(./content/cdn/img/YG/new/table-games/game-multifire-roulette.avif)
}

.section-games .game-tile.is-in-view.game-tile--multiplayer-roulette::before {
    background-image: url(./content/cdn/img/YG/new/table-games/game-multi-player-roulette.avif)
}

.section-games .game-tile.is-in-view.game-tile--all-aces-poker::before {
    background-image: url(./content/cdn/img/YG/new/table-games/game-all-aces-poker.avif)
}

.section-games .game-tile.is-in-view.game-tile--classic-blackjack::before {
    background-image: url(./content/cdn/img/YG/new/table-games/game-classic-blackjack.avif)
}

.section-games .game-tile.is-in-view.game-tile--premier-blackjack::before {
    background-image: url(./content/cdn/img/YG/new/table-games/game-premier-blackjack.avif)
}

.section-games .game-tile.is-in-view.game-tile--atlantic-city-blackjack::before {
    background-image: url(./content/cdn/img/YG/new/table-games/game-atlantic-city-blackjack.avif)
}

.section-games .game-tile.is-in-view.game-tile--rishi-roulette::before {
    background-image: url(./content/cdn/img/YG/new/real-dealer-games/game-real-roulette-rishi.avif)
}

.section-games .game-tile.is-in-view.game-tile--sarati-baccarat::before {
    background-image: url(./content/cdn/img/YG/new/real-dealer-games/game-real-baccarat-sarati.avif)
}

.section-games .game-tile.is-in-view.game-tile--bailey-roulette::before {
    background-image: url(./content/cdn/img/YG/new/real-dealer-games/game-real-roulette-bailey.avif)
}

.section-games .game-tile.is-in-view.game-tile--holly-roulette::before {
    background-image: url(./content/cdn/img/YG/new/real-dealer-games/game-real-roulette-holly.avif)
}

.section-games .game-tile.is-in-view.game-tile--dave-roulette::before {
    background-image: url(./content/cdn/img/YG/new/real-dealer-games/game-real-roulette-dave.avif)
}

.section-games .game-tile.is-in-view.game-tile--courtney-baccarat::before {
    background-image: url(./content/cdn/img/YG/new/real-dealer-games/game-real-baccarat-courtney.avif)
}

@media (max-width: 767.98px) {
    .slider-casino-features {
        max-width: 360px;
        margin: 0 auto
    }
}

.section-casino-features {
    background-color: #030e2e;
    background-repeat: no-repeat;
    background-position: center center
}

.section-casino-features.is-in-view {
    background-image: url(./content/cdn/img/YG/new/casino-features/casino-features-bg.avif)
}

.section-casino-features .slider-casino-features .graphic {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    background-size: 77% auto;
    background-position: center bottom;
    background-repeat: no-repeat
}

.section-casino-features .slider-casino-features .graphic::after {
    content: "";
    display: block;
    padding-bottom: 120%
}

.section-casino-features .slider-casino-features .graphic::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 70px);
    height: calc(100% + 20px);
    background-image: radial-gradient(circle, rgba(235, 159, 0, .5) 0, rgba(235, 159, 0, 0) 70%), radial-gradient(ellipse, #000 0, rgba(0, 0, 0, 0) 70%);
    background-position: center top, center bottom;
    background-size: auto, 80% 50px;
    background-repeat: no-repeat
}

.section-casino-features .slider-casino-features .graphic.graphic--loyalty {
    background-size: 100% auto
}

.section-casino-features .slider-casino-features .graphic.is-in-view.graphic--exclusive {
    background-image: url(./content/cdn/img/YG/new/casino-features/graphic-exclusive-games.fs8.avif)
}

.section-casino-features .slider-casino-features .graphic.is-in-view.graphic--loyalty {
    background-image: url(./content/cdn/img/YG/new/casino-features/graphic-vip.fs8.avif)
}

.section-casino-features .slider-casino-features .graphic.is-in-view.graphic--support {
    background-image: url(./content/cdn/img/YG/new/casino-features/graphic-support.fs8.avif)
}

.section-casino-features .slider-casino-features .slide-gold-frame {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    height: calc(100% - 60px);
    border-style: solid;
    border-width: 5px;
    -o-border-image: linear-gradient(215deg, #c89533 0, #f3ead6 25%, #f3ead6 40%, #df9e2d 100%) 1;
    border-image: linear-gradient(215deg, #c89533 0, #f3ead6 25%, #f3ead6 40%, #df9e2d 100%) 1
}

.section-casino-features .slider-casino-features .slide-gold-frame::before {
    content: "";
    position: absolute;
    left: 0;
    top: -33px;
    height: 60px;
    width: 100%;
    background-image: url(./content/cdn/img/YG/new/gold-frame-spark-top.fs8.avif);
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat
}

.section-casino-features .slider-casino-features .slide-gold-frame::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -33px;
    height: 60px;
    width: 100%;
    background-image: url(./content/cdn/img/YG/new/gold-frame-spark-bottom.fs8.avif);
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat
}

.section-casino-features .slider-casino-features .slide {
    position: relative;
    padding: 20px 40px 60px 40px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.section-casino-features .slider-casino-features h3 {
    font-size: 25px
}

.section-casino-features .slider-casino-features p {
    font-size: .9em
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .section-casino-features .slider-casino-features h3 {
        font-size: 18px
    }
}

@media (max-width: 767.98px) {
    .section-casino-features .slider-casino-features h3 {
        font-size: 18px
    }
}

.gradient-text {
    font-size: inherit;
    display: inline-block;
    position: relative;
    color: #ffd86c;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    font-family: Rubik
}

.gradient-text.gradient-text--light {
    color: #fff
}

.gradient-text::after {
    background: 0 0;
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: -1;
    text-shadow: 0 2px 0 #ff5d0d, 0 2px 5px #000
}

@media (max-width: 767.98px) {
    .gradient-text::after {
        text-shadow: 0 1px 0 #ff5d0d, 0 1px 5px #000
    }
}

@supports (-webkit-background-clip:text) and (-webkit-text-fill-color:transparent) {
    .gradient-text {
        background: -webkit-gradient(linear, left top, left bottom, from(#ffd86c), to(#ffb53a));
        background: linear-gradient(180deg, #ffd86c 0, #ffb53a 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .gradient-text--light {
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ececec));
        background: linear-gradient(180deg, #fff 0, #ececec 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent
    }
}

 .decorative-text, .content h2 {
    color: #ffb83e;
    font-family: Rubik;
    text-shadow: 0 2px 0 #ff5d0d, 0 2px 5px #000;
    text-transform: uppercase;
    font-weight: 700
}

@media (max-width: 767.98px) {
     .decorative-text {
        text-shadow: 0 1px 0 #ff5d0d, 0 1px 5px #000
    }
}

.u__position--relative {
    position: relative
}

.u__colour--white {
    color: #fff
}

.u__text--shadow {
    text-shadow: 1px 1px 0 #000
}

.u__text--xl {
    font-size: 40px;
    line-height: .95
}

@media (max-width: 575.98px) {
    .u__text--xl {
        font-size: 28px
    }
}

.u__text--l {
    line-height: .95;
    font-size: 28px
}

@media (max-width: 575.98px) {
    .u__text--l {
        font-size: 20px
    }
}

.content {
    color: #fff;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.anchors-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.anchors-block {
    margin-bottom: 2rem;
}

.anchors-block a {
    text-decoration: none;
}