@keyframes bouncetap {
    0% {
        transform: scale(0.95)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes glowing {

    0%,
    100% {
        box-shadow: 1px 0px 12px 2px #fd0, inset 0px 0px 10px hsla(0, 0%, 100%, .5)
    }

    50% {
        box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px hsla(0, 0%, 100%, 0)
    }
}

:root {
    --fds-accent-0: rgba(249, 206, 55, 0);
    --fds-accent-5: rgba(249, 206, 55, 0.05);
    --fds-accent-10: rgba(249, 206, 55, 0.1);
    --fds-accent-15: rgba(249, 206, 55, 0.15);
    --fds-accent-20: rgba(249, 206, 55, 0.2);
    --fds-accent-30: rgba(249, 206, 55, 0.3);
    --fds-accent-40: rgba(249, 206, 55, 0.4);
    --fds-accent-50: rgba(249, 206, 55, 0.5);
    --fds-accent-60: rgba(249, 206, 55, 0.6);
    --fds-accent-70: rgba(249, 206, 55, 0.7);
    --fds-accent-75: rgba(249, 206, 55, 0.75);
    --fds-accent-80: rgba(249, 206, 55, 0.8);
    --fds-accent-85: rgba(249, 206, 55, 0.85);
    --fds-accent-90: rgba(249, 206, 55, 0.9);
    --fds-accent: rgb(249, 206, 55);
    --fds-black-0: rgba(0, 0, 0, 0);
    --fds-black-alpha-5: rgba(0, 0, 0, 0.05);
    --fds-black-alpha-10: rgba(0, 0, 0, 0.1);
    --fds-black-alpha-15: rgba(0, 0, 0, 0.15);
    --fds-black-alpha-20: rgba(0, 0, 0, 0.2);
    --fds-black-alpha-30: rgba(0, 0, 0, 0.3);
    --fds-black-alpha-40: rgba(0, 0, 0, 0.4);
    --fds-black-alpha-50: rgba(0, 0, 0, 0.5);
    --fds-black-alpha-60: rgba(0, 0, 0, 0.6);
    --fds-black-alpha-70: rgba(0, 0, 0, 0.7);
    --fds-black-alpha-75: rgba(0, 0, 0, 0.75);
    --fds-black-alpha-80: rgba(0, 0, 0, 0.8);
    --fds-black-alpha-85: rgba(0, 0, 0, 0.85);
    --fds-black-alpha-90: rgba(0, 0, 0, 0.9);
    --fds-black: rgb(0, 0, 0);
    --fds-white-0: rgba(255, 255, 255, 0);
    --fds-white-alpha-5: rgba(255, 255, 255, 0.05);
    --fds-white-alpha-10: rgba(255, 255, 255, 0.1);
    --fds-white-alpha-15: rgba(255, 255, 255, 0.15);
    --fds-white-alpha-20: rgba(255, 255, 255, 0.2);
    --fds-white-alpha-30: rgba(255, 255, 255, 0.3);
    --fds-white-alpha-40: rgba(255, 255, 255, 0.4);
    --fds-white-alpha-50: rgba(255, 255, 255, 0.5);
    --fds-white-alpha-60: rgba(255, 255, 255, 0.6);
    --fds-white-alpha-70: rgba(255, 255, 255, 0.7);
    --fds-white-alpha-75: rgba(255, 255, 255, 0.75);
    --fds-white-alpha-80: rgba(255, 255, 255, 0.8);
    --fds-white-alpha-85: rgba(255, 255, 255, 0.85);
    --fds-white-alpha-90: rgba(255, 255, 255, 0.9);
    --fds-white: rgb(255, 255, 255);
    --fds-appearance-0: rgba(0, 0, 0, 0);
    --fds-appearance-alpha-5: rgba(0, 0, 0, 0.5);
    --fds-appearance-alpha-10: rgba(0, 0, 0, 0.1);
    --fds-appearance-alpha-15: rgba(0, 0, 0, 0.15);
    --fds-appearance-alpha-20: rgba(0, 0, 0, 0.2);
    --fds-appearance-alpha-25: rgba(0, 0, 0, 0.25);
    --fds-appearance-alpha-30: rgba(0, 0, 0, 0.3);
    --fds-appearance-alpha-40: rgba(0, 0, 0, 0.4);
    --fds-appearance-alpha-50: rgba(0, 0, 0, 0.5);
    --fds-appearance-alpha-60: rgba(0, 0, 0, 0.6);
    --fds-appearance-alpha-70: rgba(0, 0, 0, 0.7);
    --fds-appearance-alpha-75: rgba(0, 0, 0, 0.75);
    --fds-appearance-alpha-80: rgba(0, 0, 0, 0.8);
    --fds-appearance-alpha-85: rgba(0, 0, 0, 0.85);
    --fds-appearance-alpha-90: rgba(0, 0, 0, 0.9);
    --fds-appearance: rgb(0, 0, 0);
    --fds-appearance-invert-0: rgba(255, 255, 255, 0);
    --fds-appearance-invert-alpha-5: rgba(255, 255, 255, 0.05);
    --fds-appearance-invert-alpha-10: rgba(255, 255, 255, 0.1);
    --fds-appearance-invert-alpha-15: rgba(255, 255, 255, 0.15);
    --fds-appearance-invert-alpha-20: rgba(255, 255, 255, 0.2);
    --fds-appearance-invert-alpha-25: rgba(255, 255, 255, 0.25);
    --fds-appearance-invert-alpha-30: rgba(255, 255, 255, 0.3);
    --fds-appearance-invert-alpha-40: rgba(255, 255, 255, 0.4);
    --fds-appearance-invert-alpha-50: rgba(255, 255, 255, 0.5);
    --fds-appearance-invert-alpha-60: rgba(255, 255, 255, 0.6);
    --fds-appearance-invert-alpha-70: rgba(255, 255, 255, 0.7);
    --fds-appearance-invert-alpha-75: rgba(255, 255, 255, 0.75);
    --fds-appearance-invert-alpha-80: rgba(255, 255, 255, 0.8);
    --fds-appearance-invert-alpha-85: rgba(255, 255, 255, 0.85);
    --fds-appearance-invert-alpha-90: rgba(255, 255, 255, 0.9);
    --fds-appearance-invert: rgb(255, 255, 255);
    --fds-tinted-primary: rgba(118, 118, 128, 0.6);
    --fds-tinted-secondary: rgba(118, 118, 128, 0.3);
    --fds-tinted-tertialy: rgba(118, 118, 128, 0.25);
    --fds-tinted-quarternary: rgba(118, 118, 128, 0.18);
    --fds-tinted: rgb(118, 118, 128);
    --fds-systemGray: rgb(142, 142, 147);
    --fds-systemGray2: rgb(99, 99, 102);
    --fds-systemGray3: rgb(72, 72, 74);
    --fds-systemGray4: rgb(58, 58, 60);
    --fds-systemGray5: rgb(44, 44, 46);
    --fds-systemGray6: rgb(28, 28, 30);
    --fds-systemGray-invert: rgb(142, 142, 147);
    --fds-systemGray2-invert: rgb(174, 174, 178);
    --fds-systemGray3-invert: rgb(199, 199, 204);
    --fds-systemGray4-invert: rgb(209, 209, 214);
    --fds-systemGray5-invert: rgb(229, 229, 234);
    --fds-systemGray6-invert: rgb(242, 242, 247);
    --fds-lavender: rgb(235, 235, 245);
    --fds-red: rgb(255, 0, 52);
    --fds-yellow: rgb(255, 214, 10);
    --fds-blue: rgb(10, 132, 255);
    --fds-mint: rgb(99, 230, 226);
    --fds-teal: rgb(64, 200, 224);
    --fds-cyan: rgb(100, 210, 255);
    --fds-purple: rgb(191, 90, 242);
    --fds-brown: rgb(162, 132, 94);
    --fds-pink: rgb(255, 55, 95);
    --fds-violet: rgb(136, 118, 254);
    --fds-indigo: rgb(98, 42, 255);
    --fds-grape: rgb(110, 33, 230);
    --fds-plum: rgb(141, 18, 135);
    --fds-azalea: rgb(231, 30, 230);
    --fds-magenta: rgb(221, 4, 209);
    --fds-tomato: rgb(246, 62, 84);
    --fds-guava: rgb(251, 77, 102);
    --fds-tangelo: rgb(255, 62, 23);
    --fds-coral: rgb(249, 92, 48);
    --fds-persimmon: rgb(233, 75, 27);
    --fds-pumpkin: rgb(226, 98, 12);
    --fds-orange: rgb(255, 159, 10);
    --fds-verdant: rgb(41, 210, 70);
    --fds-bright-green: rgb(0, 212, 54);
    --fds-new-green: rgb(19, 190, 84);
    --fds-avocado: rgb(115, 180, 57);
    --fds-green: rgb(48, 209, 88);
    --fds-blue-green: rgb(38, 194, 172);
    --fds-peacock-green: rgb(20, 177, 161);
    --fds-sea-green: rgb(9, 155, 157);
    --fds-teal-green: rgb(43, 156, 161);
    --fds-pool-blue: rgb(0, 194, 238);
    --fds-azure: rgb(2, 127, 255);
    --fds-sparkle-blue: rgb(0, 122, 255);
    --fds-denim: rgb(0, 86, 210);
    --fds-cobalt: rgb(84, 81, 251);
    --fds-sapphire: rgb(61, 68, 195);
    --fds-night: rgb(35, 70, 108);
    --fds-ultramarine: rgb(13, 19, 135);
    --always-white: rgb(255, 255, 255);
    --always-black: rgb(0, 0, 0);
    --label-accent: rgb(249, 206, 55);
    --label-accent-tap: rgb(249, 206, 55);
    --label-invert: rgb(0, 0, 0);
    --label-primary: rgb(255, 255, 255);
    --label-secondary: rgb(164, 164, 171);
    --label-tertiary: rgb(129, 129, 134);
    --label-quaternary: rgb(94, 94, 98);
    --label-quinary: rgb(52, 56, 59);
    --label-icon: rgb(255, 255, 255);
    --label-icon-invert: rgba(0, 0, 0, 0.8);
    --label-disable-icon: rgb(44, 44, 46);
    --label-disable: rgb(44, 44, 46);
    --primary-text: rgb(255, 255, 255);
    --primary-icon: rgb(255, 255, 255);
    --primary-text-invert: rgb(0, 0, 0);
    --primary-icon-invert: rgb(0, 0, 0);
    --secondary-icon: rgb(209, 209, 214);
    --secondary-text: rgb(209, 209, 214);
    --secondary-text-on-media: rgba(255, 255, 255, 0.9);
    --text-always-white: rgb(255, 255, 255);
    --text-always-black: rgb(0, 0, 0);
    --text-highlight: rgba(249, 206, 55, 0.6);
    --systemBackground: rgb(0, 0, 0);
    --secondarySystemBackground: rgb(28, 28, 30);
    --tertiarySystemBackground: rgb(44, 44, 46);
    --systemGroupedBackground: rgb(28, 28, 30);
    --secondarySystemGroupedBackground: rgb(44, 44, 46);
    --tertiarySystemGroupedBackground: rgb(58, 58, 60);
    --surface-background: rgb(28, 28, 30);
    --emphasis-primary: rgb(60, 60, 60);
    --emphasis-secondary: rgb(74, 74, 74);
    --emphasis-tertiary: rgb(95, 95, 95);
    --emphasis-quaternary: rgb(120, 120, 120);
    --overlay-Activity: rgba(0, 0, 0, 0.3);
    --separator-opaque: rgb(72, 72, 74);
    --toggle-active-background: rgb(72, 72, 74);
    --toggle-active-icon: rgb(0, 100, 209);
    --toggle-active-text: rgb(0, 100, 209);
    --toggle-active-button-background: rgb(231, 243, 255);
    --media-hover: rgba(68, 73, 80, 0.15);
    --media-inner-border: rgba(0, 0, 0, 0.1);
    --media-outer-border: rgba(255, 255, 255, 0.12);
    --media-pressed: rgba(68, 73, 80, 0.35);
    --placeholder-text: rgba(255, 255, 255, 0.5);
    --placeholder-icon: rgba(255, 255, 255, 0.5);
    --placeholder-image: rgba(255, 255, 255, 0.5);
    --placeholder-text-on-media: rgba(255, 255, 255, 0.5);
    --system-font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    --font-xxlarge: 4rem;
    --lh-xxlarge: 1.125;
    --font-xlarge: 3.5rem;
    --lh-xlarge: 1.1428571429;
    --font-large-title: 3rem;
    --lh-large-title: 1.1666666667;
    --font-title-1: 2.5rem;
    --lh-title-1: 1.2;
    --font-title-2: 2rem;
    --lh-title-2: 1.25;
    --font-title-3: 1.75rem;
    --lh-title-3: 1.1428571429;
    --font-title-4: 1.5rem;
    --lh-title-4: 1.1666666667;
    --font-title-5: 1.375rem;
    --lh-title-5: 1.1818181818;
    --font-headline: 1.25rem;
    --lh-headline: 1.2;
    --font-headline-2: 1.125rem;
    --lh-headline-2: 1.2222222222;
    --font-body: 1.0625rem;
    --lh-body: 1.2352941176;
    --font-callout: 1rem;
    --lh-callout: 1.25;
    --font-subheadline: 0.9375rem;
    --lh-subheadline: 1.2666666667;
    --font-subheadline-2: 0.875rem;
    --lh-subheadline-2: 1.2857142857;
    --font-footnote: 0.8125rem;
    --lh-footnote: 1.1538461538;
    --font-caption: 0.75rem;
    --lh-caption: 1.1666666667;
    --font-smaller: 0.6875rem;
    --lh-smaller: 1.1818181818;
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --gutter-8xl: 80px;
    --gutter-7xl: 70px;
    --gutter-6xl: 60px;
    --gutter-5xl: 50px;
    --gutter-4xl: 40px;
    --gutter-3xl: 30px;
    --gutter-2xl: 24px;
    --gutter-xl: 20px;
    --gutter-lg: 16px;
    --gutter-md: 12px;
    --gutter-sm: 8px;
    --gutter-xs: 6px;
    --gutter-2xs: 4px;
    --gutter-3xs: 2px;
    --gutter-none: 0;
    --gutter-paragraph: 12px;
    --gutter-section-lg: 56px;
    --gutter-section-md: 40px;
    --gutter-section-sm: 24px;
    --border-rounded-full: 999px;
    --border-rounded-2xl: 24px;
    --border-rounded-xl: 20px;
    --border-rounded-lg: 16px;
    --border-rounded-md: 12px;
    --border-rounded-sm: 8px;
    --border-rounded-xs: 6px;
    --border-rounded-systemGrouped: 24px;
    --border-rounded-media: 24px;
    --border-rounded-card: 24px;
    --navigation-bar: var(--gutter-xl);
    --content-banner-full: calc(var(--gutter) * 0);
    --content-section: var(--gutter-xl);
    --content-section-inner: var(--gutter-xl);
    --section-intro-padding-top: var(--gutter-lg);
    --section-intro-padding-bottom: var(--gutter-lg);
    --global-section-padding: 40px;
    --color-systemBackground: var(--fds-appearance);
    --color-secondarySystemBackground: var(--fds-systemGray6);
    --color-tertiarySystemBackground: var(--fds-systemGray5);
    --color-systemGroupedBackground: var(--color-secondarySystemBackground);
    --color-secondarySystemGroupedBackground: var(--color-systemBackground);
    --color-tertiarySystemGroupedBackground: var(--color-tertiarySystemBackground);
    --color-special-separator: rgba(58, 58, 60, 1);
    --filter-blur-md: 12px;
    --filter-blur-tile: blur(12px) saturate(180%);
    --filter-blur: 8px;
    --fds-animation-enter-exit-in: cubic-bezier(0.14, 1, 0.34, 1);
    --fds-animation-enter-exit-out: cubic-bezier(0.45, 0, 0.55, 1);
    --fds-animation-expand-collapse-in: cubic-bezier(0.17, 0.17, 0, 1);
    --fds-animation-expand-collapse-out: cubic-bezier(0.17, 0.17, 0, 1);
    --fds-animation-cubic-bezier-in: cubic-bezier(0, 0, 5, 1);
    --fds-animation-fade-out: cubic-bezier(0, 0, 1, 1);
    --fds-animation-function: cubic-bezier(0.45, 0.03, 0.52, 0.95);
    --fds-animation-duration: var(--fds-duration-fast);
    --fds-animation: cubic-bezier(0.45, 0.03, 0.52, 0.95);
    --fds-duration-extra-extra-short-in: 100ms;
    --fds-duration-extra-extra-short-out: 100ms;
    --fds-duration-extra-long-in: 1000ms;
    --fds-duration-extra-long-out: 1000ms;
    --fds-duration-extra-short-in: 200ms;
    --fds-duration-extra-short-out: 150ms;
    --fds-duration-long-in: 500ms;
    --fds-duration-long-out: 350ms;
    --fds-duration-medium-in: 400ms;
    --fds-duration-medium-out: 350ms;
    --fds-duration-short-in: 250ms;
    --fds-duration-short-out: 250ms;
    --fds-duration-fast: 200ms;
    --fds-duration-slow: 400ms;
    --fds-duration-none: 0ms;
    --fds-duration: 250ms;
    --scale-in: 0.98;
    --scale-out: 1.05
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

*,
::after,
::before {
    box-sizing: border-box
}

abbr,
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
hgroup,
input,
legend,
li,
ol,
p,
pre,
ul {
    margin: 0;
    padding: 0
}

address,
caption,
code,
figcaption,
pre,
th {
    font-size: 1rem;
    font-weight: 400;
    font-style: normal
}

input,
select,
fieldset,
iframe {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

details,
main,
summary {
    display: block
}

img,
.img {
    max-width: 100%
}

audio,
canvas,
progress,
video {
    vertical-align: initial
}

button,
.button {
    cursor: pointer;
    overflow: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button:disabled {
    cursor: default
}

:focus {
    outline: 0px solid rgba(0, 0, 0, 0);
    outline-offset: 1px
}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
    outline: none
}

html {
    font-size: 100%;
    quotes: ""
}

html,
body {
    font-family: var(--system-font-family);
    overscroll-behavior: none;
    scroll-behavior: smooth
}

body {
    min-width: 320px
}

body {
    font-size: 1rem;
    line-height: 1.4705882353;
    font-weight: 400;
    letter-spacing: -0.022em;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-style: normal
}

body,
button,
input,
select,
textarea {
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    direction: ltr;
    text-align: left
}

h1,
.h1,
h2,
.h12,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: inherit
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    display: block;
    margin: 0
}

.link,
a {
    color: rgb(249, 206, 55);
    letter-spacing: inherit;
    cursor: pointer
}

.link:link,
.link:visited,
a:link,
a:visited {
    text-decoration: none
}

.link:hover,
a:hover {
    text-decoration: underline
}

.link:focus,
a:focus {
    text-decoration: none
}

.link:active,
a:active {
    text-decoration: none
}

.link.disabled,
.link :disabled,
a.disabled,
a :disabled {
    opacity: .32
}

.link-flex {
    display: flex;
    align-items: center;
    flex-direction: row;
    column-gap: 8px
}

.link-flex .more {
    padding-top: 3px
}

.link-inline,
.link-inline:link {
    text-decoration: underline
}

.link-standalone:link {
    text-decoration: none
}

.link-standalone:link:focus,
.link-standalone:link:hover {
    text-decoration: underline
}

.links-inline,
.links-stacked {
    margin-left: 0;
    margin-right: 0;
    list-style: none
}

.links-inline li {
    display: inline;
    margin: 0 .8em
}

.links-inline li:first-child {
    margin-left: 0
}

.links-inline li:last-child {
    margin-right: 0
}

.links-stacked li {
    margin: 0;
    display: block
}

.links-stacked li + li {
    margin-top: .4em
}

b,
strong {
    font-weight: var(--font-weight-semibold)
}

cite,
dfn,
em,
i {
    font-style: italic
}

sub,
sup {
    position: relative;
    font-size: var(--font-smaller);
    vertical-align: initial
}

.small-caps {
    font-variant-caps: all-small-caps
}

.icon-wrapper .icon,
.icon-wrapper .icon-after::after,
.icon-wrapper .icon-before::before,
.icon-wrapper .more:not(.icon-before)::after {
    display: inline;
    position: static
}

a.icon-wrapper {
    text-decoration: none
}

a.icon-wrapper:hover .icon-copy {
    text-decoration: underline
}

.viewport-content {
    margin-left: auto;
    margin-right: auto;
    width: 980px
}

@media only screen and (min-width: 1441px) {
    .viewport-content {
        width: 980px
    }
}

@media only screen and (max-width: 1068px) {
    .viewport-content {
        width: 692px
    }
}

@media only screen and (max-width: 734px) {
    .viewport-content {
        width: 87.5%
    }
}

@media only screen and (max-width: 320px) {
    .viewport-content {
        width: 87.5%
    }
}

.clear {
    clear: both
}

.hide {
    display: none !important
}

.text-center {
    text-align: center !important
}

.progress {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: var(--border-rounded-full);
    position: relative;
    height: 10px;
    width: 100%;
    padding: 0;
    margin: 0
}

.progress-done {
    font-size: var(--font-smaller);
    background: var(--fds-green);
    border-radius: var(--border-rounded-full);
    color: var(---text-always-white);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1s ease .3s
}

.inward-centered-6xl {
    padding-left: var(--gutter-6xl);
    padding-right: var(--gutter-6xl)
}

.inward-centered-5xl {
    padding-left: var(--gutter-5xl);
    padding-right: var(--gutter-5xl)
}

.inward-centered-4xl {
    padding-left: var(--gutter-4xl);
    padding-right: var(--gutter-4xl)
}

.inward-centered-3xl {
    padding-left: var(--gutter-3xl);
    padding-right: var(--gutter-3xl)
}

.inward-centered-2xl {
    padding-left: var(--gutter-2xl);
    padding-right: var(--gutter-2xl)
}

.inward-centered-xl {
    padding-left: var(--gutter-xl);
    padding-right: var(--gutter-xl)
}

.inward-centered-lg {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg)
}

.inward-centered-md {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md)
}

.inward-centered-sm {
    padding-left: var(--gutter-sm);
    padding-right: var(--gutter-sm)
}

.inward-centered-xs {
    padding-left: var(--gutter-xs);
    padding-right: var(--gutter-xs)
}

.inward-centered-2xs {
    padding-left: var(--gutter-2xs);
    padding-right: var(--gutter-2xs)
}

.inward-centered-3xs {
    padding-left: var(--gutter-3xs);
    padding-right: var(--gutter-3xs)
}

.inward-centered-none {
    padding-left: 0;
    padding-right: 0
}

.inward-top-6xl {
    padding-top: var(--gutter-6xl)
}

.inward-top-5xl {
    padding-top: var(--gutter-5xl)
}

.inward-top-4xl {
    padding-top: var(--gutter-4xl)
}

.inward-top-3xl {
    padding-top: var(--gutter-3xl)
}

.inward-top-2xl {
    padding-top: var(--gutter-2xl)
}

.inward-top-xl {
    padding-top: var(--gutter-xl)
}

.inward-top-lg {
    padding-top: var(--gutter-lg)
}

.inward-top-md {
    padding-top: var(--gutter-md)
}

.inward-top-sm {
    padding-top: var(--gutter-sm)
}

.inward-top-xs {
    padding-top: var(--gutter-xs)
}

.inward-top-2xs {
    padding-top: var(--gutter-2xs)
}

.inward-top-3xs {
    padding-top: var(--gutter-3xs)
}

.inward-top-none {
    padding-top: 0
}

.inward-bottom-6xl {
    padding-bottom: var(--gutter-6xl)
}

.inward-bottom-5xl {
    padding-bottom: var(--gutter-5xl)
}

.inward-bottom-4xl {
    padding-bottom: var(--gutter-4xl)
}

.inward-bottom-3xl {
    padding-bottom: var(--gutter-3xl)
}

.inward-bottom-2xl {
    padding-bottom: var(--gutter-2xl)
}

.inward-bottom-xl {
    padding-bottom: var(--gutter-xl)
}

.inward-bottom-lg {
    padding-bottom: var(--gutter-lg)
}

.inward-bottom-md {
    padding-bottom: var(--gutter-md)
}

.inward-bottom-sm {
    padding-bottom: var(--gutter-sm)
}

.inward-bottom-xs {
    padding-bottom: var(--gutter-xs)
}

.inward-bottom-2xs {
    padding-bottom: var(--gutter-2xs)
}

.inward-bottom-3xs {
    padding-bottom: var(--gutter-3xs)
}

.inward-bottom-none {
    padding-bottom: 0
}

.outward-centered-auto {
    margin-left: auto;
    margin-right: auto
}

.outward-centered-6xl {
    margin-left: var(--gutter-6xl);
    margin-right: var(--gutter-6xl)
}

.outward-centered-5xl {
    margin-left: var(--gutter-5xl);
    margin-right: var(--gutter-5xl)
}

.outward-centered-4xl {
    margin-left: var(--gutter-4xl);
    margin-right: var(--gutter-4xl)
}

.outward-centered-3xl {
    margin-left: var(--gutter-3xl);
    margin-right: var(--gutter-3xl)
}

.outward-centered-2xl {
    margin-left: var(--gutter-2xl);
    margin-right: var(--gutter-2xl)
}

.outward-centered-xl {
    margin-left: var(--gutter-xl);
    margin-right: var(--gutter-xl)
}

.outward-centered-lg {
    margin-left: var(--gutter-lg);
    margin-right: var(--gutter-lg)
}

.outward-centered-md {
    margin-left: var(--gutter-md);
    margin-right: var(--gutter-md)
}

.outward-centered-sm {
    margin-left: var(--gutter-sm);
    margin-right: var(--gutter-sm)
}

.outward-centered-xs {
    margin-left: var(--gutter-xs);
    margin-right: var(--gutter-xs)
}

.outward-centered-2xs {
    margin-left: var(--gutter-2xs);
    margin-right: var(--gutter-2xs)
}

.outward-centered-3xs {
    margin-left: var(--gutter-3xs);
    margin-right: var(--gutter-3xs)
}

.outward-centered-none {
    margin-left: 0;
    margin-right: 0
}

.outward-top-6xl {
    margin-top: var(--gutter-6xl)
}

.outward-top-5xl {
    margin-top: var(--gutter-5xl)
}

.outward-top-4xl {
    margin-top: var(--gutter-4xl)
}

.outward-top-3xl {
    margin-top: var(--gutter-3xl)
}

.outward-top-2xl {
    margin-top: var(--gutter-2xl)
}

.outward-top-xl {
    margin-top: var(--gutter-xl)
}

.outward-top-lg {
    margin-top: var(--gutter-lg)
}

.outward-top-md {
    margin-top: var(--gutter-md)
}

.outward-top-sm {
    margin-top: var(--gutter-sm)
}

.outward-top-xs {
    margin-top: var(--gutter-xs)
}

.outward-top-2xs {
    margin-top: var(--gutter-2xs)
}

.outward-top-3xs {
    margin-top: var(--gutter-3xs)
}

.outward-top-none {
    margin-top: 0
}

.outward-bottom-6xl {
    margin-bottom: var(--gutter-6xl)
}

.outward-bottom-5xl {
    margin-bottom: var(--gutter-5xl)
}

.outward-bottom-4xl {
    margin-bottom: var(--gutter-4xl)
}

.outward-bottom-3xl {
    margin-bottom: var(--gutter-3xl)
}

.outward-bottom-2xl {
    margin-bottom: var(--gutter-2xl)
}

.outward-bottom-xl {
    margin-bottom: var(--gutter-xl)
}

.outward-bottom-lg {
    margin-bottom: var(--gutter-lg)
}

.outward-bottom-md {
    margin-bottom: var(--gutter-md)
}

.outward-bottom-sm {
    margin-bottom: var(--gutter-sm)
}

.outward-bottom-xs {
    margin-bottom: var(--gutter-xs)
}

.outward-bottom-2xs {
    margin-bottom: var(--gutter-2xs)
}

.outward-bottom-3xs {
    margin-bottom: var(--gutter-3xs)
}

.outward-bottom-none {
    margin-bottom: 0
}

.icon-home {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M43,13.7c-.1-.5-.4-.9-.9-1-1.5-.3-3.1-.4-4.6-.7-.3,0-.4-.1-.5-.4-.6-1-1.2-2.4-1.7-3.5-.2-.4-.4-.8-.9-1-.7-.3-1.3,0-1.7.6-.7,1.2-1.2,2.7-2,3.9-.2.2-.2.3-.5.4-1.4.3-3,.3-4.4.6-.3,0-.6.2-.8.4-2-.9-4-.6-6,.9-4,3.1-7.8,6.7-11.8,9.8-2.5,2-1.3,5.9,1.9,6.1v10c0,1.3,1.6,3.2,2.9,3.2h8v-8.9c0-1,1.4-2.1,2.4-2.2,1.3-.2,3.1.9,3.1,2.4v8.8h8c1.3,0,3-1.9,2.9-3.2v-9.9c1.6,0,3-1.4,3.2-3,0-.2,0-.6,0-.8,0-.6-.4-1.4-.8-1.8,0,0,0,0,0,0,0,0,.2,0,.3,0,.4-.2.7-.6.8-1-.1-1.6-.5-3.2-.8-4.8,0-.3.3-.6.5-.8.9-.9,2.2-1.9,2.9-2.8.1-.2.3-.4.3-.6,0-.1,0-.3,0-.4h0ZM36.7,28.6h-1.5v11.3c0,.2-.4,1-.6,1.2-.2.2-.9.6-1.1.6h-6.6v-7.6c0-.3-.3-1-.4-1.3-1.5-2.9-5.8-3-7.3,0-.1.2-.5,1-.5,1.3v7.7h-6.6c-.6,0-1.7-1.1-1.7-1.7v-11.4h-1.5c-1.4,0-2.4-2.5-1.3-3.5l12.4-10.3c1.3-1,3.2-1.2,4.7-.4,4.4,3.5,8.7,7.1,13,10.7,1.1,1,.2,3.5-1.3,3.5h0ZM42.1,14.2l-3.3,3.2c-.2.2-.3.5-.4.7.2,1.6.5,3.2.8,4.8,0,.5-.4.7-.9.5-.3-.1-.7-.3-1-.5,0,0,0,0,0,0-3.6-3-7.1-6.2-10.8-9.1-.3-.2-.5-.4-.8-.5h0s0,0,0,0c1.5-.3,3.1-.4,4.5-.7.5-.1.8-.3,1-.7.7-1.2,1.2-2.7,1.9-3.9,0-.2.3-.3.5-.3.2,0,.5.1.6.3.7,1.2,1.2,2.7,1.9,3.9.3.4.5.6,1,.7,1.4.3,3,.3,4.4.6.5.1.7.5.4.9Z'/%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M43,13.7c-.1-.5-.4-.9-.9-1-1.5-.3-3.1-.4-4.6-.7-.3,0-.4-.1-.5-.4-.6-1-1.2-2.4-1.7-3.5-.2-.4-.4-.8-.9-1-.7-.3-1.3,0-1.7.6-.7,1.2-1.2,2.7-2,3.9-.2.2-.2.3-.5.4-1.4.3-3,.3-4.4.6-.3,0-.6.2-.8.4-2-.9-4-.6-6,.9-4,3.1-7.8,6.7-11.8,9.8-2.5,2-1.3,5.9,1.9,6.1v10c0,1.3,1.6,3.2,2.9,3.2h8v-8.9c0-1,1.4-2.1,2.4-2.2,1.3-.2,3.1.9,3.1,2.4v8.8h8c1.3,0,3-1.9,2.9-3.2v-9.9c1.6,0,3-1.4,3.2-3,0-.2,0-.6,0-.8,0-.6-.4-1.4-.8-1.8,0,0,0,0,0,0,0,0,.2,0,.3,0,.4-.2.7-.6.8-1-.1-1.6-.5-3.2-.8-4.8,0-.3.3-.6.5-.8.9-.9,2.2-1.9,2.9-2.8.1-.2.3-.4.3-.6,0-.1,0-.3,0-.4h0ZM36.7,28.6h-1.5v11.3c0,.2-.4,1-.6,1.2-.2.2-.9.6-1.1.6h-6.6v-7.6c0-.3-.3-1-.4-1.3-1.5-2.9-5.8-3-7.3,0-.1.2-.5,1-.5,1.3v7.7h-6.6c-.6,0-1.7-1.1-1.7-1.7v-11.4h-1.5c-1.4,0-2.4-2.5-1.3-3.5l12.4-10.3c1.3-1,3.2-1.2,4.7-.4,4.4,3.5,8.7,7.1,13,10.7,1.1,1,.2,3.5-1.3,3.5h0ZM42.1,14.2l-3.3,3.2c-.2.2-.3.5-.4.7.2,1.6.5,3.2.8,4.8,0,.5-.4.7-.9.5-.3-.1-.7-.3-1-.5,0,0,0,0,0,0-3.6-3-7.1-6.2-10.8-9.1-.3-.2-.5-.4-.8-.5h0s0,0,0,0c1.5-.3,3.1-.4,4.5-.7.5-.1.8-.3,1-.7.7-1.2,1.2-2.7,1.9-3.9,0-.2.3-.3.5-.3.2,0,.5.1.6.3.7,1.2,1.2,2.7,1.9,3.9.3.4.5.6,1,.7,1.4.3,3,.3,4.4.6.5.1.7.5.4.9Z'/%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-homeactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M43,13.7c-.1-.5-.4-.9-.9-1-1.5-.3-3.1-.4-4.6-.7-.3,0-.4-.1-.5-.4-.6-1-1.2-2.4-1.7-3.5-.2-.4-.4-.8-.9-1-.7-.3-1.3,0-1.7.6-.7,1.2-1.2,2.7-2,3.9-.2.2-.2.3-.5.4-1.4.3-3,.3-4.4.6-.3,0-.6.2-.8.4-2-.9-4-.6-6,.9-4,3.1-7.8,6.7-11.8,9.8-2.5,2-1.3,5.9,1.9,6.1v10c0,1.3,1.6,3.2,2.9,3.2h8v-8.9c0-1,1.4-2.1,2.4-2.2,1.3-.2,3.1.9,3.1,2.4v8.8h8c1.3,0,3-1.9,2.9-3.2v-9.9c1.6,0,3-1.4,3.2-3,0-.2,0-.6,0-.8,0-.6-.4-1.4-.8-1.8,0,0,0,0,0,0,0,0,.2,0,.3,0,.4-.2.7-.6.8-1-.1-1.6-.5-3.2-.8-4.8,0-.3.3-.6.5-.8.9-.9,2.2-1.9,2.9-2.8.1-.2.3-.4.3-.6,0-.1,0-.3,0-.4h0ZM25.8,13.4s0,0,0,0c0,0,0,0,0,0ZM36.7,28.6h-1.5v11.3c0,.2-.4,1-.6,1.2-.2.2-.9.6-1.1.6h-6.6v-7.6c0-.3-.3-1-.4-1.3-1.5-2.9-5.8-3-7.3,0-.1.2-.5,1-.5,1.3v7.7h-6.6c-.6,0-1.7-1.1-1.7-1.7v-11.4h-1.5c-1.4,0-2.4-2.5-1.3-3.5l12.4-10.3c1.3-1,3.2-1.2,4.7-.4,4.4,3.5,8.7,7.1,13,10.7,1.1,1,.2,3.5-1.3,3.5h0Z'/%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M43,13.7c-.1-.5-.4-.9-.9-1-1.5-.3-3.1-.4-4.6-.7-.3,0-.4-.1-.5-.4-.6-1-1.2-2.4-1.7-3.5-.2-.4-.4-.8-.9-1-.7-.3-1.3,0-1.7.6-.7,1.2-1.2,2.7-2,3.9-.2.2-.2.3-.5.4-1.4.3-3,.3-4.4.6-.3,0-.6.2-.8.4-2-.9-4-.6-6,.9-4,3.1-7.8,6.7-11.8,9.8-2.5,2-1.3,5.9,1.9,6.1v10c0,1.3,1.6,3.2,2.9,3.2h8v-8.9c0-1,1.4-2.1,2.4-2.2,1.3-.2,3.1.9,3.1,2.4v8.8h8c1.3,0,3-1.9,2.9-3.2v-9.9c1.6,0,3-1.4,3.2-3,0-.2,0-.6,0-.8,0-.6-.4-1.4-.8-1.8,0,0,0,0,0,0,0,0,.2,0,.3,0,.4-.2.7-.6.8-1-.1-1.6-.5-3.2-.8-4.8,0-.3.3-.6.5-.8.9-.9,2.2-1.9,2.9-2.8.1-.2.3-.4.3-.6,0-.1,0-.3,0-.4h0ZM25.8,13.4s0,0,0,0c0,0,0,0,0,0ZM36.7,28.6h-1.5v11.3c0,.2-.4,1-.6,1.2-.2.2-.9.6-1.1.6h-6.6v-7.6c0-.3-.3-1-.4-1.3-1.5-2.9-5.8-3-7.3,0-.1.2-.5,1-.5,1.3v7.7h-6.6c-.6,0-1.7-1.1-1.7-1.7v-11.4h-1.5c-1.4,0-2.4-2.5-1.3-3.5l12.4-10.3c1.3-1,3.2-1.2,4.7-.4,4.4,3.5,8.7,7.1,13,10.7,1.1,1,.2,3.5-1.3,3.5h0Z'/%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-casino {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M40.1,12.4h-12.1c-.4-1.2-.6-2.6-1-3.8-.3-.8-.8-1.3-1.7-1.5h-.8L7.1,11.8c-.8.4-1.2,1.4-1,2.3l7,26c.4.8,1.3,1.2,2.1,1.1l5.2-1.3v1.3c0,.9,1.2,1.9,2.1,1.8h17.6c1-.1,1.7-.8,1.9-1.8V14.1c-.2-.9-.9-1.6-1.9-1.7ZM20.3,14.1v5.2c-.6-.2-1.3-1-1.9-.5l-2.9,4.9c-1.5,3.2,1.6,6.2,4.7,4.9v9.7l-5.1,1.4c-.3,0-.7,0-.9-.3-2.1-8.3-4.6-16.6-6.7-24.9-.1-.5-.5-1.2,0-1.6l17.2-4.6c.4,0,.6.2.8.5l.9,3.4h-4.4c-.7,0-1.8,1.1-1.8,1.8ZM20.3,27c-1.7,1.6-4.3,0-3.6-2.3l2.4-4.2c.2,0,.9.5,1.2.6v6s0,0,0,0ZM40.6,40.9c0,.4-.3.7-.7.7h-17.6c-.2-.1-.4-.3-.5-.5V14.2c0-.3.3-.5.6-.5h17.4c.4,0,.7.2.7.7v9.4s0,17.1,0,17.1h0Z'/%3e%3cpath class='st1' d='M12.6,14.3c-.5-.6-1.1-.5-1.3.3,0,1.3-.4,2.7-.4,4,0,.4,0,.9.5.9.8.1.9-.7.9-1.2,0-.6.1-1.1.1-1.7.5.4,1.3,2.1,1.9,2.2.7.1,1-.6.7-1.1-.4-.7-1.9-2.7-2.4-3.3h0Z'/%3e%3cpath class='st1' d='M37.3,26h0c-.1-.6-.4-.9-.9-1h0s0,0,0,0c-.5-.1-1-.2-1.5-.2-.5,0-.9-.1-1.3-.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.4-.4-.8-.6-1.3-.1-.3-.3-.6-.4-.9,0,0,0,0,0,0-.1-.3-.3-.6-.7-.8-.2,0-.3,0-.5,0-.4,0-.8.2-1.1.6-.2.4-.4.9-.6,1.3-.2.4-.4.8-.6,1.2,0,0,0,0,0,0,0,0,0,0,0,0-.4,0-.9.1-1.3.2-.5,0-.9.1-1.4.2-.5,0-.8.4-1,.8-.1.4,0,.8.2,1.2.3.4.7.7,1,1,.3.3.6.5.8.7,0,0,0,0,.1.1,0,0,0,0,.1.1l-.5,2.7h0s0,0,0,0c0,.4,0,.7.3,1,.2.2.5.4.9.4s.4,0,.6-.1c.4-.2.9-.4,1.3-.7.3-.2.6-.3.9-.5,0,0,0,0,0,0,0,0,0,0,.1,0,0,0,0,0,.1,0,0,0,0,0,0,0,.3.2.7.3,1,.5.3.2.6.3.9.5,0,0,0,0,.1,0,.2.1.5.3.9.3s.3,0,.5-.1c.4-.2.6-.5.7-.9h0c0,0,0-.1,0-.1,0-.7-.2-1.4-.3-2,0-.3-.1-.6-.2-1,0,0,0-.1.1-.2,0,0,0,0,0,0,.2-.2.4-.4.6-.6.4-.4.9-.8,1.2-1.2.1-.1.2-.4.3-.6,0,0,0-.1,0-.2,0,0,0,0,0,0h0c0,0,0,0,0,0ZM34,28.1h0s0,0,0,0c-.2.2-.3.4-.3.7h0s0,0,0,0c0,.7.2,1.3.3,1.9,0,.3.1.6.2.9-.4-.2-.7-.4-1.1-.6-.4-.2-.9-.5-1.3-.7-.2,0-.4-.1-.5-.1s-.3,0-.5.1c-.5.2-.9.4-1.3.7-.4.2-.7.4-1,.6l.5-2.6h0s0,0,0,0c0-.2,0-.5-.2-.8h0s0,0,0,0c-.3-.4-.7-.8-1.1-1.1-.4-.3-.7-.6-.9-.9.4,0,.8-.1,1.2-.2.5,0,.9-.1,1.4-.2.4,0,.7-.3.9-.7.2-.4.4-.9.6-1.3.2-.4.3-.7.5-1.1.2.3.4.7.5,1.1.2.4.4.9.7,1.3.2.4.5.6.9.7.4,0,.9.1,1.3.2.5,0,.9,0,1.3.2l-1.9,1.9h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M40.1,12.4h-12.1c-.4-1.2-.6-2.6-1-3.8-.3-.8-.8-1.3-1.7-1.5h-.8L7.1,11.8c-.8.4-1.2,1.4-1,2.3l7,26c.4.8,1.3,1.2,2.1,1.1l5.2-1.3v1.3c0,.9,1.2,1.9,2.1,1.8h17.6c1-.1,1.7-.8,1.9-1.8V14.1c-.2-.9-.9-1.6-1.9-1.7ZM20.3,14.1v5.2c-.6-.2-1.3-1-1.9-.5l-2.9,4.9c-1.5,3.2,1.6,6.2,4.7,4.9v9.7l-5.1,1.4c-.3,0-.7,0-.9-.3-2.1-8.3-4.6-16.6-6.7-24.9-.1-.5-.5-1.2,0-1.6l17.2-4.6c.4,0,.6.2.8.5l.9,3.4h-4.4c-.7,0-1.8,1.1-1.8,1.8ZM20.3,27c-1.7,1.6-4.3,0-3.6-2.3l2.4-4.2c.2,0,.9.5,1.2.6v6s0,0,0,0ZM40.6,40.9c0,.4-.3.7-.7.7h-17.6c-.2-.1-.4-.3-.5-.5V14.2c0-.3.3-.5.6-.5h17.4c.4,0,.7.2.7.7v9.4s0,17.1,0,17.1h0Z'/%3e%3cpath class='st1' d='M12.6,14.3c-.5-.6-1.1-.5-1.3.3,0,1.3-.4,2.7-.4,4,0,.4,0,.9.5.9.8.1.9-.7.9-1.2,0-.6.1-1.1.1-1.7.5.4,1.3,2.1,1.9,2.2.7.1,1-.6.7-1.1-.4-.7-1.9-2.7-2.4-3.3h0Z'/%3e%3cpath class='st1' d='M37.3,26h0c-.1-.6-.4-.9-.9-1h0s0,0,0,0c-.5-.1-1-.2-1.5-.2-.5,0-.9-.1-1.3-.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.4-.4-.8-.6-1.3-.1-.3-.3-.6-.4-.9,0,0,0,0,0,0-.1-.3-.3-.6-.7-.8-.2,0-.3,0-.5,0-.4,0-.8.2-1.1.6-.2.4-.4.9-.6,1.3-.2.4-.4.8-.6,1.2,0,0,0,0,0,0,0,0,0,0,0,0-.4,0-.9.1-1.3.2-.5,0-.9.1-1.4.2-.5,0-.8.4-1,.8-.1.4,0,.8.2,1.2.3.4.7.7,1,1,.3.3.6.5.8.7,0,0,0,0,.1.1,0,0,0,0,.1.1l-.5,2.7h0s0,0,0,0c0,.4,0,.7.3,1,.2.2.5.4.9.4s.4,0,.6-.1c.4-.2.9-.4,1.3-.7.3-.2.6-.3.9-.5,0,0,0,0,0,0,0,0,0,0,.1,0,0,0,0,0,.1,0,0,0,0,0,0,0,.3.2.7.3,1,.5.3.2.6.3.9.5,0,0,0,0,.1,0,.2.1.5.3.9.3s.3,0,.5-.1c.4-.2.6-.5.7-.9h0c0,0,0-.1,0-.1,0-.7-.2-1.4-.3-2,0-.3-.1-.6-.2-1,0,0,0-.1.1-.2,0,0,0,0,0,0,.2-.2.4-.4.6-.6.4-.4.9-.8,1.2-1.2.1-.1.2-.4.3-.6,0,0,0-.1,0-.2,0,0,0,0,0,0h0c0,0,0,0,0,0ZM34,28.1h0s0,0,0,0c-.2.2-.3.4-.3.7h0s0,0,0,0c0,.7.2,1.3.3,1.9,0,.3.1.6.2.9-.4-.2-.7-.4-1.1-.6-.4-.2-.9-.5-1.3-.7-.2,0-.4-.1-.5-.1s-.3,0-.5.1c-.5.2-.9.4-1.3.7-.4.2-.7.4-1,.6l.5-2.6h0s0,0,0,0c0-.2,0-.5-.2-.8h0s0,0,0,0c-.3-.4-.7-.8-1.1-1.1-.4-.3-.7-.6-.9-.9.4,0,.8-.1,1.2-.2.5,0,.9-.1,1.4-.2.4,0,.7-.3.9-.7.2-.4.4-.9.6-1.3.2-.4.3-.7.5-1.1.2.3.4.7.5,1.1.2.4.4.9.7,1.3.2.4.5.6.9.7.4,0,.9.1,1.3.2.5,0,.9,0,1.3.2l-1.9,1.9h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-casinoactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M40.1,12.4h-12.1c-.4-1.2-.6-2.6-1-3.8-.3-.8-.8-1.3-1.7-1.5h-.8L7.1,11.8c-.8.4-1.2,1.4-1,2.3l7,26c.4.8,1.3,1.2,2.1,1.1l5.2-1.3v1.3c0,.9,1.2,1.9,2.1,1.8h17.6c1-.1,1.7-.8,1.9-1.8V14.1c-.2-.9-.9-1.6-1.9-1.7ZM20.3,14.1v5.2c-.6-.2-1.3-1-1.9-.5l-2.9,4.9c-1.5,3.2,1.6,6.2,4.7,4.9v9.7l-5.1,1.4c-.3,0-.7,0-.9-.3-2.1-8.3-4.6-16.6-6.7-24.9-.1-.5-.5-1.2,0-1.6l17.2-4.6c.4,0,.6.2.8.5l.9,3.4h-4.4c-.7,0-1.8,1.1-1.8,1.8ZM20.3,27c-1.7,1.6-4.3,0-3.6-2.3l2.4-4.2c.2,0,.9.5,1.2.6v6s0,0,0,0ZM40.6,40.9c0,.4-.3.7-.7.7h-17.6c-.2-.1-.4-.3-.5-.5V14.2c0-.3.3-.5.6-.5h17.4c.4,0,.7.2.7.7v9.4s0,17.1,0,17.1h0Z'/%3e%3cpath class='st1' d='M12.6,14.3c-.5-.6-1.1-.5-1.3.3,0,1.3-.4,2.7-.4,4,0,.4,0,.9.5.9.8.1.9-.7.9-1.2,0-.6.1-1.1.1-1.7.5.4,1.3,2.1,1.9,2.2.7.1,1-.6.7-1.1-.4-.7-1.9-2.7-2.4-3.3h0Z'/%3e%3cpath class='st1' d='M37.3,26h0c-.1-.6-.4-.9-.9-1h0s0,0,0,0c-.5-.1-1-.2-1.5-.2-.5,0-.9-.1-1.3-.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.4-.4-.8-.6-1.3-.1-.3-.3-.6-.4-.9,0,0,0,0,0,0-.1-.3-.3-.6-.7-.8-.2,0-.3,0-.5,0-.4,0-.8.2-1.1.6-.2.4-.4.9-.6,1.3-.2.4-.4.8-.6,1.2,0,0,0,0,0,0,0,0,0,0,0,0-.4,0-.9.1-1.3.2-.5,0-.9.1-1.4.2-.5,0-.8.4-1,.8-.1.4,0,.8.2,1.2.3.4.7.7,1,1,.3.3.6.5.8.7,0,0,0,0,.1.1,0,0,0,0,.1.1l-.5,2.7h0s0,0,0,0c0,.4,0,.7.3,1,.2.2.5.4.9.4s.4,0,.6-.1c.4-.2.9-.4,1.3-.7.3-.2.6-.3.9-.5,0,0,0,0,0,0,0,0,0,0,.1,0,0,0,0,0,.1,0,0,0,0,0,0,0,.3.2.7.3,1,.5.3.2.6.3.9.5,0,0,0,0,.1,0,.2.1.5.3.9.3s.3,0,.5-.1c.4-.2.6-.5.7-.9h0c0,0,0-.1,0-.1,0-.7-.2-1.4-.3-2,0-.3-.1-.6-.2-1,0,0,0-.1.1-.2,0,0,0,0,0,0,.2-.2.4-.4.6-.6.4-.4.9-.8,1.2-1.2.1-.1.2-.4.3-.6,0,0,0-.1,0-.2,0,0,0,0,0,0h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M40.1,12.4h-12.1c-.4-1.2-.6-2.6-1-3.8-.3-.8-.8-1.3-1.7-1.5h-.8L7.1,11.8c-.8.4-1.2,1.4-1,2.3l7,26c.4.8,1.3,1.2,2.1,1.1l5.2-1.3v1.3c0,.9,1.2,1.9,2.1,1.8h17.6c1-.1,1.7-.8,1.9-1.8V14.1c-.2-.9-.9-1.6-1.9-1.7ZM20.3,14.1v5.2c-.6-.2-1.3-1-1.9-.5l-2.9,4.9c-1.5,3.2,1.6,6.2,4.7,4.9v9.7l-5.1,1.4c-.3,0-.7,0-.9-.3-2.1-8.3-4.6-16.6-6.7-24.9-.1-.5-.5-1.2,0-1.6l17.2-4.6c.4,0,.6.2.8.5l.9,3.4h-4.4c-.7,0-1.8,1.1-1.8,1.8ZM20.3,27c-1.7,1.6-4.3,0-3.6-2.3l2.4-4.2c.2,0,.9.5,1.2.6v6s0,0,0,0ZM40.6,40.9c0,.4-.3.7-.7.7h-17.6c-.2-.1-.4-.3-.5-.5V14.2c0-.3.3-.5.6-.5h17.4c.4,0,.7.2.7.7v9.4s0,17.1,0,17.1h0Z'/%3e%3cpath class='st1' d='M12.6,14.3c-.5-.6-1.1-.5-1.3.3,0,1.3-.4,2.7-.4,4,0,.4,0,.9.5.9.8.1.9-.7.9-1.2,0-.6.1-1.1.1-1.7.5.4,1.3,2.1,1.9,2.2.7.1,1-.6.7-1.1-.4-.7-1.9-2.7-2.4-3.3h0Z'/%3e%3cpath class='st1' d='M37.3,26h0c-.1-.6-.4-.9-.9-1h0s0,0,0,0c-.5-.1-1-.2-1.5-.2-.5,0-.9-.1-1.3-.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.4-.4-.8-.6-1.3-.1-.3-.3-.6-.4-.9,0,0,0,0,0,0-.1-.3-.3-.6-.7-.8-.2,0-.3,0-.5,0-.4,0-.8.2-1.1.6-.2.4-.4.9-.6,1.3-.2.4-.4.8-.6,1.2,0,0,0,0,0,0,0,0,0,0,0,0-.4,0-.9.1-1.3.2-.5,0-.9.1-1.4.2-.5,0-.8.4-1,.8-.1.4,0,.8.2,1.2.3.4.7.7,1,1,.3.3.6.5.8.7,0,0,0,0,.1.1,0,0,0,0,.1.1l-.5,2.7h0s0,0,0,0c0,.4,0,.7.3,1,.2.2.5.4.9.4s.4,0,.6-.1c.4-.2.9-.4,1.3-.7.3-.2.6-.3.9-.5,0,0,0,0,0,0,0,0,0,0,.1,0,0,0,0,0,.1,0,0,0,0,0,0,0,.3.2.7.3,1,.5.3.2.6.3.9.5,0,0,0,0,.1,0,.2.1.5.3.9.3s.3,0,.5-.1c.4-.2.6-.5.7-.9h0c0,0,0-.1,0-.1,0-.7-.2-1.4-.3-2,0-.3-.1-.6-.2-1,0,0,0-.1.1-.2,0,0,0,0,0,0,.2-.2.4-.4.6-.6.4-.4.9-.8,1.2-1.2.1-.1.2-.4.3-.6,0,0,0-.1,0-.2,0,0,0,0,0,0h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-sport {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='7' y='7' width='35' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M41.1,18.1c-1.1-2.8-3.4-5.7-6.2-7.8-3.1-2.4-6.4-3.5-9.2-3.3-2.4.2-4.3,1.7-5,3.8-.3,1-.4,2.1-.3,3.1-.5,0-1-.2-1.5-.2-.5,0-1.1-.1-1.6-.2,0,0,0,0-.1,0,0,0,0,0,0-.1-.3-.5-.5-1-.8-1.5-.2-.3-.3-.7-.5-1,0,0,0,0,0,0-.2-.3-.3-.6-.8-.8-.2,0-.3,0-.5,0-.4,0-.8.2-1.1.6-.3.5-.5,1-.7,1.5-.2.5-.4,1-.7,1.4,0,0,0,0,0,.1,0,0,0,0-.1,0-.5.1-1,.2-1.6.2-.5,0-1.1.1-1.6.2-.5,0-.8.4-1,.8-.1.4,0,.8.2,1.2.3.4.8.8,1.2,1.2.3.3.7.6.9.9,0,0,0,0,.1.1.1.1.2.2.2.3l-.6,3.2h0c0,.4,0,.8.3,1.1.2.2.5.4.9.4s.4,0,.6-.1c.5-.2,1-.5,1.5-.8.4-.2.7-.4,1.1-.6,0,0,0,0,0,0,0,0,.2,0,.2,0,0,0,.2,0,.2,0,0,0,0,0,0,0,.4.2.8.4,1.1.6.2,0,.4.2.5.3-1.2,0-2.4.4-3.5.9-1.7.8-3.1,2-4.2,3.4-1.1,1.6-1.8,3.4-1.9,5.4v1.1c0,0,0,0,0,0,.1,2,.8,3.8,1.9,5.4,1.1,1.5,2.6,2.6,4.3,3.3,1.7.7,3.6,1,5.4.8,1.9-.2,3.8-1.1,5.3-2.4,2.4-2,3.7-5,3.6-8.1,0-3.1-1.5-6-4-7.8-1.4-1-2.9-1.7-4.5-2,.1-.2.2-.3.2-.5h0s0,0,0,0c0-.8-.2-1.6-.4-2.3,0-.4-.1-.8-.2-1.2,0,0,.1-.2.2-.3,0,0,0,0,0,0,.2-.2.5-.4.7-.7.4-.3.7-.7,1.1-1,1.6,4.9,6.6,9.7,10.7,11.2,3.6,1.4,6.8,1.1,8.7-.8,1.9-1.9,2.2-5.1.8-8.7ZM11.7,25.2c.3-.2.6-.4.7-.5,1.3-.8,2.7-1.2,4.3-1.4h0s.3.2.3.2h0c0,2.1.9,4.2,2.4,6h0c0,.1-2.3,2.5-2.3,2.5l-6.2-6.1h0c0-.2,0-.3.6-.7h0ZM8.7,29.1c0-.2.4-.8.7-1.4.7-1.1.9-1.1,1-1.1h0s6.2,6.2,6.2,6.2l-2.3,2.3h-.1c-1.9-1.7-4-2.6-6.1-2.6h-.2v-.2c0-1,.2-2.2.7-3.3h0ZM10.3,38.9c-1.3-1.4-2.2-3.4-2.3-5.3v-.2s.2,0,.2,0c1.8,0,3.8.8,5.3,2.1h0c0,0-.1.5-.1.5l-3,3h-.1c0-.1,0-.1,0-.1ZM16.6,42.1c-2.1-.2-4-1-5.4-2.3h-.1c0-.1,3.3-3.4,3.3-3.4h.1c1.4,1.6,2.2,3.6,2.3,5.5v.2s-.2,0-.2,0ZM23.4,39.9c-1.2,1-3.1,2.1-5.5,2.2h-.1s0-.1,0-.1c-.3-2.4-1.2-4.5-2.7-6h-.1c0-.1,2.3-2.4,2.3-2.4l6.2,6.3h-.1ZM26.7,33.3c0,2-.9,4-2.3,5.6h-.1c0,.1-6.2-6.2-6.2-6.2l2.3-2.3h.1c1.8,1.7,4,2.6,6.1,2.7h.2s0,.2,0,.2h0ZM24.4,26.6c1.3,1.4,2.2,3.3,2.3,5.4v.2s-.2,0-.2,0c-1.9,0-3.8-.9-5.4-2.3h-.1c0-.1,3.3-3.4,3.3-3.4h.1c0,.1,0,.1,0,.1ZM23.7,25.7l-3.5,3.4v-.2c-1-1.4-2.1-3.2-2.2-5.3v-.2s.2,0,.2,0c2.2,0,4,1.2,5.3,2.1h.2c0,.1,0,.1,0,.1ZM20.4,15.3l-2.3,2.3h0s0,0,0,0c-.2.2-.3.4-.3.7h0s0,0,0,0c0,.8.2,1.5.3,2.2,0,.4.2.8.2,1.2,0,.1,0,.1-.1.1s0,0-.1,0c-.4-.2-.9-.5-1.4-.7-.5-.3-1-.6-1.5-.8-.2,0-.4-.1-.5-.1s-.3,0-.5.1c-.5.2-1,.5-1.6.8-.4.3-.9.5-1.3.7h0s0,0,0,0c0,0,0,0,0,0,0,0-.1,0-.1-.1l.6-3.2h0c0-.3,0-.6-.2-.8h0s0,0,0,0c-.4-.5-.8-.9-1.3-1.3-.4-.4-.9-.8-1.2-1.2,0,0,0-.1,0-.1,0,0,0,0,0,0,.5-.1,1.1-.2,1.6-.2.5,0,1.1-.1,1.6-.2.5,0,.7-.3.9-.7.3-.5.5-1,.7-1.5.2-.5.4-.9.7-1.4h0s0,0,0,0c0,0,0,0,.1,0h0s0,0,.1,0h0s0,0,0,0c.2.4.5.9.7,1.4.2.5.5,1,.8,1.5.2.4.5.6.9.7.5.1,1,.2,1.5.2.5,0,1.1.1,1.6.2.1,0,.2,0,.2,0,0,0,0,0,0,.1h0ZM21.9,10.5c.6-1.1,1.5-1.9,2.8-2.3.9-.3,1.9-.4,2.7-.2h.3s-6.3,6.5-6.3,6.5v-.3c-.2-1.4,0-2.7.5-3.6ZM22.1,16.9c-.1-.1-.4-.9-.4-1.2,0-.1,0-.2.1-.3l6.9-6.9h0c.3-.2.7,0,1,0,.2,0,.3.1.5.1h.4s-8.3,8.4-8.3,8.4h-.1c0,0,0,0,0,0ZM31,26.4h-.1c-3.7-1.9-6.7-4.9-8.2-8.3h0c0,0,8.8-8.9,8.8-8.9h.1c3.5,1.7,6.6,4.8,8.3,8.3h0c0,.1-8.9,8.9-8.9,8.9ZM33.4,27.3c-.2,0-.6,0-1.2-.4h-.2c0,0,8.5-8.5,8.5-8.5v.4c0,.2,0,.3.1.5.1.3.2.6,0,.9h0s-7,6.9-7,6.9c0,0-.1,0-.3,0h0ZM38.7,27c-.3.2-1.5.6-1.8.6h-2.4l6.4-6.4v.3c.4,1.9-.2,4.4-2.3,5.5h0Z'/%3e%3cpath class='st1' d='M34.9,18.7h0c-.3,0-.6.3-.8.5-.2.2-.3.3-.5.3h0s-.8-.9-.8-.9h0c0-.2.1-.2.2-.3.2-.3.7-.7.6-1,0,0-.1-.2-.3-.2-.3,0-.5.1-.8.4-.2.2-.4.4-.7.3h0s-.7-.8-.7-.8h0c0-.3.2-.4.4-.6.4-.3.5-.5.3-.8,0-.1-.2-.2-.3-.2-.4,0-.9.6-1.1.8h-.1c0,.1-.9-.9-.9-.9h0c0-.2.2-.3.4-.6.1-.1.3-.3.3-.3,0-.2,0-.4,0-.5-.1-.1-.3-.2-.5-.2-.2,0-.3.2-.5.4-.1.1-.3.3-.4.4h0s0,0,0,0c-.1,0-.2,0-.4-.2-.2-.1-.4-.3-.5-.3,0,0-.2,0-.2.2-.2.3,0,.5.2.8.1.1.2.2.2.3,0,0,0,.2-.2.3-.2.2-.6.6-.5.9,0,.1.1.2.3.3.3.1.4,0,.7-.3.1-.1.2-.3.4-.4.3-.1.6.2.8.5,0,0,.2.2.2.2h.2c0,.1-.2.3-.2.3-.6.5-.8.9-.7,1.1,0,.1.1.2.2.2.2,0,.7-.1,1.1-.7v-.2c.1,0,1,.9,1,.9h0c0,.2-.1.4-.3.6-.2.2-.5.4-.4.7,0,0,0,.2.2.3.3.3.6,0,.9-.3.2-.2.3-.3.5-.3s0,0,0,0h0s.9.9.9.9h-.1c-.3.4-.8.9-.8,1.2,0,0,0,.2.2.2.3.2.6,0,.9-.4.1-.1.2-.2.3-.3h.1c0-.1,0,0,0,0,.2.3.7.5.9.4.2,0,.2-.3.2-.5,0,0,0-.2-.2-.2-.1,0-.2-.2-.2-.4s.2-.4.4-.5c.4-.4.6-.6.3-.9,0,0-.2-.1-.2-.1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='7' y='7' width='35' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M41.1,18.1c-1.1-2.8-3.4-5.7-6.2-7.8-3.1-2.4-6.4-3.5-9.2-3.3-2.4.2-4.3,1.7-5,3.8-.3,1-.4,2.1-.3,3.1-.5,0-1-.2-1.5-.2-.5,0-1.1-.1-1.6-.2,0,0,0,0-.1,0,0,0,0,0,0-.1-.3-.5-.5-1-.8-1.5-.2-.3-.3-.7-.5-1,0,0,0,0,0,0-.2-.3-.3-.6-.8-.8-.2,0-.3,0-.5,0-.4,0-.8.2-1.1.6-.3.5-.5,1-.7,1.5-.2.5-.4,1-.7,1.4,0,0,0,0,0,.1,0,0,0,0-.1,0-.5.1-1,.2-1.6.2-.5,0-1.1.1-1.6.2-.5,0-.8.4-1,.8-.1.4,0,.8.2,1.2.3.4.8.8,1.2,1.2.3.3.7.6.9.9,0,0,0,0,.1.1.1.1.2.2.2.3l-.6,3.2h0c0,.4,0,.8.3,1.1.2.2.5.4.9.4s.4,0,.6-.1c.5-.2,1-.5,1.5-.8.4-.2.7-.4,1.1-.6,0,0,0,0,0,0,0,0,.2,0,.2,0,0,0,.2,0,.2,0,0,0,0,0,0,0,.4.2.8.4,1.1.6.2,0,.4.2.5.3-1.2,0-2.4.4-3.5.9-1.7.8-3.1,2-4.2,3.4-1.1,1.6-1.8,3.4-1.9,5.4v1.1c0,0,0,0,0,0,.1,2,.8,3.8,1.9,5.4,1.1,1.5,2.6,2.6,4.3,3.3,1.7.7,3.6,1,5.4.8,1.9-.2,3.8-1.1,5.3-2.4,2.4-2,3.7-5,3.6-8.1,0-3.1-1.5-6-4-7.8-1.4-1-2.9-1.7-4.5-2,.1-.2.2-.3.2-.5h0s0,0,0,0c0-.8-.2-1.6-.4-2.3,0-.4-.1-.8-.2-1.2,0,0,.1-.2.2-.3,0,0,0,0,0,0,.2-.2.5-.4.7-.7.4-.3.7-.7,1.1-1,1.6,4.9,6.6,9.7,10.7,11.2,3.6,1.4,6.8,1.1,8.7-.8,1.9-1.9,2.2-5.1.8-8.7ZM11.7,25.2c.3-.2.6-.4.7-.5,1.3-.8,2.7-1.2,4.3-1.4h0s.3.2.3.2h0c0,2.1.9,4.2,2.4,6h0c0,.1-2.3,2.5-2.3,2.5l-6.2-6.1h0c0-.2,0-.3.6-.7h0ZM8.7,29.1c0-.2.4-.8.7-1.4.7-1.1.9-1.1,1-1.1h0s6.2,6.2,6.2,6.2l-2.3,2.3h-.1c-1.9-1.7-4-2.6-6.1-2.6h-.2v-.2c0-1,.2-2.2.7-3.3h0ZM10.3,38.9c-1.3-1.4-2.2-3.4-2.3-5.3v-.2s.2,0,.2,0c1.8,0,3.8.8,5.3,2.1h0c0,0-.1.5-.1.5l-3,3h-.1c0-.1,0-.1,0-.1ZM16.6,42.1c-2.1-.2-4-1-5.4-2.3h-.1c0-.1,3.3-3.4,3.3-3.4h.1c1.4,1.6,2.2,3.6,2.3,5.5v.2s-.2,0-.2,0ZM23.4,39.9c-1.2,1-3.1,2.1-5.5,2.2h-.1s0-.1,0-.1c-.3-2.4-1.2-4.5-2.7-6h-.1c0-.1,2.3-2.4,2.3-2.4l6.2,6.3h-.1ZM26.7,33.3c0,2-.9,4-2.3,5.6h-.1c0,.1-6.2-6.2-6.2-6.2l2.3-2.3h.1c1.8,1.7,4,2.6,6.1,2.7h.2s0,.2,0,.2h0ZM24.4,26.6c1.3,1.4,2.2,3.3,2.3,5.4v.2s-.2,0-.2,0c-1.9,0-3.8-.9-5.4-2.3h-.1c0-.1,3.3-3.4,3.3-3.4h.1c0,.1,0,.1,0,.1ZM23.7,25.7l-3.5,3.4v-.2c-1-1.4-2.1-3.2-2.2-5.3v-.2s.2,0,.2,0c2.2,0,4,1.2,5.3,2.1h.2c0,.1,0,.1,0,.1ZM20.4,15.3l-2.3,2.3h0s0,0,0,0c-.2.2-.3.4-.3.7h0s0,0,0,0c0,.8.2,1.5.3,2.2,0,.4.2.8.2,1.2,0,.1,0,.1-.1.1s0,0-.1,0c-.4-.2-.9-.5-1.4-.7-.5-.3-1-.6-1.5-.8-.2,0-.4-.1-.5-.1s-.3,0-.5.1c-.5.2-1,.5-1.6.8-.4.3-.9.5-1.3.7h0s0,0,0,0c0,0,0,0,0,0,0,0-.1,0-.1-.1l.6-3.2h0c0-.3,0-.6-.2-.8h0s0,0,0,0c-.4-.5-.8-.9-1.3-1.3-.4-.4-.9-.8-1.2-1.2,0,0,0-.1,0-.1,0,0,0,0,0,0,.5-.1,1.1-.2,1.6-.2.5,0,1.1-.1,1.6-.2.5,0,.7-.3.9-.7.3-.5.5-1,.7-1.5.2-.5.4-.9.7-1.4h0s0,0,0,0c0,0,0,0,.1,0h0s0,0,.1,0h0s0,0,0,0c.2.4.5.9.7,1.4.2.5.5,1,.8,1.5.2.4.5.6.9.7.5.1,1,.2,1.5.2.5,0,1.1.1,1.6.2.1,0,.2,0,.2,0,0,0,0,0,0,.1h0ZM21.9,10.5c.6-1.1,1.5-1.9,2.8-2.3.9-.3,1.9-.4,2.7-.2h.3s-6.3,6.5-6.3,6.5v-.3c-.2-1.4,0-2.7.5-3.6ZM22.1,16.9c-.1-.1-.4-.9-.4-1.2,0-.1,0-.2.1-.3l6.9-6.9h0c.3-.2.7,0,1,0,.2,0,.3.1.5.1h.4s-8.3,8.4-8.3,8.4h-.1c0,0,0,0,0,0ZM31,26.4h-.1c-3.7-1.9-6.7-4.9-8.2-8.3h0c0,0,8.8-8.9,8.8-8.9h.1c3.5,1.7,6.6,4.8,8.3,8.3h0c0,.1-8.9,8.9-8.9,8.9ZM33.4,27.3c-.2,0-.6,0-1.2-.4h-.2c0,0,8.5-8.5,8.5-8.5v.4c0,.2,0,.3.1.5.1.3.2.6,0,.9h0s-7,6.9-7,6.9c0,0-.1,0-.3,0h0ZM38.7,27c-.3.2-1.5.6-1.8.6h-2.4l6.4-6.4v.3c.4,1.9-.2,4.4-2.3,5.5h0Z'/%3e%3cpath class='st1' d='M34.9,18.7h0c-.3,0-.6.3-.8.5-.2.2-.3.3-.5.3h0s-.8-.9-.8-.9h0c0-.2.1-.2.2-.3.2-.3.7-.7.6-1,0,0-.1-.2-.3-.2-.3,0-.5.1-.8.4-.2.2-.4.4-.7.3h0s-.7-.8-.7-.8h0c0-.3.2-.4.4-.6.4-.3.5-.5.3-.8,0-.1-.2-.2-.3-.2-.4,0-.9.6-1.1.8h-.1c0,.1-.9-.9-.9-.9h0c0-.2.2-.3.4-.6.1-.1.3-.3.3-.3,0-.2,0-.4,0-.5-.1-.1-.3-.2-.5-.2-.2,0-.3.2-.5.4-.1.1-.3.3-.4.4h0s0,0,0,0c-.1,0-.2,0-.4-.2-.2-.1-.4-.3-.5-.3,0,0-.2,0-.2.2-.2.3,0,.5.2.8.1.1.2.2.2.3,0,0,0,.2-.2.3-.2.2-.6.6-.5.9,0,.1.1.2.3.3.3.1.4,0,.7-.3.1-.1.2-.3.4-.4.3-.1.6.2.8.5,0,0,.2.2.2.2h.2c0,.1-.2.3-.2.3-.6.5-.8.9-.7,1.1,0,.1.1.2.2.2.2,0,.7-.1,1.1-.7v-.2c.1,0,1,.9,1,.9h0c0,.2-.1.4-.3.6-.2.2-.5.4-.4.7,0,0,0,.2.2.3.3.3.6,0,.9-.3.2-.2.3-.3.5-.3s0,0,0,0h0s.9.9.9.9h-.1c-.3.4-.8.9-.8,1.2,0,0,0,.2.2.2.3.2.6,0,.9-.4.1-.1.2-.2.3-.3h.1c0-.1,0,0,0,0,.2.3.7.5.9.4.2,0,.2-.3.2-.5,0,0,0-.2-.2-.2-.1,0-.2-.2-.2-.4s.2-.4.4-.5c.4-.4.6-.6.3-.9,0,0-.2-.1-.2-.1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-sportactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='7' y='7' width='35' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M41.1,18.1c-1.1-2.8-3.4-5.7-6.2-7.8-3.1-2.4-6.4-3.5-9.2-3.3-2.4.2-4.3,1.7-5,3.8-.3,1-.4,2.1-.3,3.1-.5,0-1-.2-1.5-.2-.5,0-1.1-.1-1.6-.2,0,0,0,0-.1,0,0,0,0,0,0-.1-.3-.5-.5-1-.8-1.5-.2-.3-.3-.7-.5-1,0,0,0,0,0,0-.2-.3-.3-.6-.8-.8-.2,0-.3,0-.5,0-.4,0-.8.2-1.1.6-.3.5-.5,1-.7,1.5-.2.5-.4,1-.7,1.4,0,0,0,0,0,.1,0,0,0,0-.1,0-.5.1-1,.2-1.6.2-.5,0-1.1.1-1.6.2-.5,0-.8.4-1,.8-.1.4,0,.8.2,1.2.3.4.8.8,1.2,1.2.3.3.7.6.9.9,0,0,0,0,.1.1.1.1.2.2.2.3l-.6,3.2h0c0,.4,0,.8.3,1.1.2.2.5.4.9.4s.4,0,.6-.1c.5-.2,1-.5,1.5-.8.4-.2.7-.4,1.1-.6,0,0,0,0,0,0,0,0,.2,0,.2,0,0,0,.2,0,.2,0,0,0,0,0,0,0,.4.2.8.4,1.1.6.2,0,.4.2.5.3-1.2,0-2.4.4-3.5.9-1.7.8-3.1,2-4.2,3.4-1.1,1.6-1.8,3.4-1.9,5.4v1.1c0,0,0,0,0,0,.1,2,.8,3.8,1.9,5.4,1.1,1.5,2.6,2.6,4.3,3.3,1.7.7,3.6,1,5.4.8,1.9-.2,3.8-1.1,5.3-2.4,2.4-2,3.7-5,3.6-8.1,0-3.1-1.5-6-4-7.8-1.4-1-2.9-1.7-4.5-2,.1-.2.2-.3.2-.5h0s0,0,0,0c0-.8-.2-1.6-.4-2.3,0-.4-.1-.8-.2-1.2,0,0,.1-.2.2-.3,0,0,0,0,0,0,.2-.2.5-.4.7-.7.4-.3.7-.7,1.1-1,1.6,4.9,6.6,9.7,10.7,11.2,3.6,1.4,6.8,1.1,8.7-.8,1.9-1.9,2.2-5.1.8-8.7ZM11.7,25.2c.3-.2.6-.4.7-.5,1.3-.8,2.7-1.2,4.3-1.4h0s.3.2.3.2h0c0,2.1.9,4.2,2.4,6h0c0,.1-2.3,2.5-2.3,2.5l-6.2-6.1h0c0-.2,0-.3.6-.7h0ZM8.7,29.1c0-.2.4-.8.7-1.4.7-1.1.9-1.1,1-1.1h0s6.2,6.2,6.2,6.2l-2.3,2.3h-.1c-1.9-1.7-4-2.6-6.1-2.6h-.2v-.2c0-1,.2-2.2.7-3.3ZM10.3,38.9c-1.3-1.4-2.2-3.4-2.3-5.3v-.2s.2,0,.2,0c1.8,0,3.8.8,5.3,2.1h0c0,0-.1.5-.1.5l-3,3h-.1ZM16.6,42.1c-2.1-.2-4-1-5.4-2.3h-.1c0-.1,3.3-3.4,3.3-3.4h.1c1.4,1.6,2.2,3.6,2.3,5.5v.2s-.2,0-.2,0ZM23.4,39.9c-1.2,1-3.1,2.1-5.5,2.2h-.1s0-.1,0-.1c-.3-2.4-1.2-4.5-2.7-6h-.1c0-.1,2.3-2.4,2.3-2.4l6.2,6.3h-.1ZM26.7,33.3c0,2-.9,4-2.3,5.6h-.1c0,.1-6.2-6.2-6.2-6.2l2.3-2.3h.1c1.8,1.7,4,2.6,6.1,2.7h.2s0,.2,0,.2ZM24.4,26.6c1.3,1.4,2.2,3.3,2.3,5.4v.2s-.2,0-.2,0c-1.9,0-3.8-.9-5.4-2.3h-.1c0-.1,3.3-3.4,3.3-3.4h.1c0,.1,0,.1,0,.1ZM23.7,25.7l-3.5,3.4v-.2c-1-1.4-2.1-3.2-2.2-5.3v-.2s.2,0,.2,0c2.2,0,4,1.2,5.3,2.1h.2c0,.1,0,.1,0,.1ZM21.9,10.5c.6-1.1,1.5-1.9,2.8-2.3.9-.3,1.9-.4,2.7-.2h.3s-6.3,6.5-6.3,6.5v-.3c-.2-1.4,0-2.7.5-3.6ZM22.1,16.9c-.1-.1-.4-.9-.4-1.2,0-.1,0-.2.1-.3l6.9-6.9h0c.3-.2.7,0,1,0,.2,0,.3.1.5.1h.4s-8.3,8.4-8.3,8.4h-.1ZM31,26.4h-.1c-3.7-1.9-6.7-4.9-8.2-8.3h0c0,0,8.8-8.9,8.8-8.9h.1c3.5,1.7,6.6,4.8,8.3,8.3h0c0,.1-8.9,8.9-8.9,8.9ZM33.4,27.3c-.2,0-.6,0-1.2-.4h-.2c0,0,8.5-8.5,8.5-8.5v.4c0,.2,0,.3.1.5.1.3.2.6,0,.9h0s-7,6.9-7,6.9c0,0-.1,0-.3,0ZM38.7,27c-.3.2-1.5.6-1.8.6h-2.4l6.4-6.4v.3c.4,1.9-.2,4.4-2.3,5.5h0Z'/%3e%3cpath class='st1' d='M34.9,18.7h0c-.3,0-.6.3-.8.5-.2.2-.3.3-.5.3h0s-.8-.9-.8-.9h0c0-.2.1-.2.2-.3.2-.3.7-.7.6-1,0,0-.1-.2-.3-.2-.3,0-.5.1-.8.4-.2.2-.4.4-.7.3h0s-.7-.8-.7-.8h0c0-.3.2-.4.4-.6.4-.3.5-.5.3-.8,0-.1-.2-.2-.3-.2-.4,0-.9.6-1.1.8h-.1c0,.1-.9-.9-.9-.9h0c0-.2.2-.3.4-.6.1-.1.3-.3.3-.3,0-.2,0-.4,0-.5-.1-.1-.3-.2-.5-.2-.2,0-.3.2-.5.4-.1.1-.3.3-.4.4h0s0,0,0,0c-.1,0-.2,0-.4-.2-.2-.1-.4-.3-.5-.3,0,0-.2,0-.2.2-.2.3,0,.5.2.8.1.1.2.2.2.3,0,0,0,.2-.2.3-.2.2-.6.6-.5.9,0,.1.1.2.3.3.3.1.4,0,.7-.3.1-.1.2-.3.4-.4.3-.1.6.2.8.5,0,0,.2.2.2.2h.2c0,.1-.2.3-.2.3-.6.5-.8.9-.7,1.1,0,.1.1.2.2.2.2,0,.7-.1,1.1-.7v-.2c.1,0,1,.9,1,.9h0c0,.2-.1.4-.3.6-.2.2-.5.4-.4.7,0,0,0,.2.2.3.3.3.6,0,.9-.3.2-.2.3-.3.5-.3s0,0,0,0h0s.9.9.9.9h-.1c-.3.4-.8.9-.8,1.2,0,0,0,.2.2.2.3.2.6,0,.9-.4.1-.1.2-.2.3-.3h.1c0-.1,0,0,0,0,.2.3.7.5.9.4.2,0,.2-.3.2-.5,0,0,0-.2-.2-.2-.1,0-.2-.2-.2-.4s.2-.4.4-.5c.4-.4.6-.6.3-.9,0,0-.2-.1-.2-.1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='7' y='7' width='35' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M41.1,18.1c-1.1-2.8-3.4-5.7-6.2-7.8-3.1-2.4-6.4-3.5-9.2-3.3-2.4.2-4.3,1.7-5,3.8-.3,1-.4,2.1-.3,3.1-.5,0-1-.2-1.5-.2-.5,0-1.1-.1-1.6-.2,0,0,0,0-.1,0,0,0,0,0,0-.1-.3-.5-.5-1-.8-1.5-.2-.3-.3-.7-.5-1,0,0,0,0,0,0-.2-.3-.3-.6-.8-.8-.2,0-.3,0-.5,0-.4,0-.8.2-1.1.6-.3.5-.5,1-.7,1.5-.2.5-.4,1-.7,1.4,0,0,0,0,0,.1,0,0,0,0-.1,0-.5.1-1,.2-1.6.2-.5,0-1.1.1-1.6.2-.5,0-.8.4-1,.8-.1.4,0,.8.2,1.2.3.4.8.8,1.2,1.2.3.3.7.6.9.9,0,0,0,0,.1.1.1.1.2.2.2.3l-.6,3.2h0c0,.4,0,.8.3,1.1.2.2.5.4.9.4s.4,0,.6-.1c.5-.2,1-.5,1.5-.8.4-.2.7-.4,1.1-.6,0,0,0,0,0,0,0,0,.2,0,.2,0,0,0,.2,0,.2,0,0,0,0,0,0,0,.4.2.8.4,1.1.6.2,0,.4.2.5.3-1.2,0-2.4.4-3.5.9-1.7.8-3.1,2-4.2,3.4-1.1,1.6-1.8,3.4-1.9,5.4v1.1c0,0,0,0,0,0,.1,2,.8,3.8,1.9,5.4,1.1,1.5,2.6,2.6,4.3,3.3,1.7.7,3.6,1,5.4.8,1.9-.2,3.8-1.1,5.3-2.4,2.4-2,3.7-5,3.6-8.1,0-3.1-1.5-6-4-7.8-1.4-1-2.9-1.7-4.5-2,.1-.2.2-.3.2-.5h0s0,0,0,0c0-.8-.2-1.6-.4-2.3,0-.4-.1-.8-.2-1.2,0,0,.1-.2.2-.3,0,0,0,0,0,0,.2-.2.5-.4.7-.7.4-.3.7-.7,1.1-1,1.6,4.9,6.6,9.7,10.7,11.2,3.6,1.4,6.8,1.1,8.7-.8,1.9-1.9,2.2-5.1.8-8.7ZM11.7,25.2c.3-.2.6-.4.7-.5,1.3-.8,2.7-1.2,4.3-1.4h0s.3.2.3.2h0c0,2.1.9,4.2,2.4,6h0c0,.1-2.3,2.5-2.3,2.5l-6.2-6.1h0c0-.2,0-.3.6-.7h0ZM8.7,29.1c0-.2.4-.8.7-1.4.7-1.1.9-1.1,1-1.1h0s6.2,6.2,6.2,6.2l-2.3,2.3h-.1c-1.9-1.7-4-2.6-6.1-2.6h-.2v-.2c0-1,.2-2.2.7-3.3ZM10.3,38.9c-1.3-1.4-2.2-3.4-2.3-5.3v-.2s.2,0,.2,0c1.8,0,3.8.8,5.3,2.1h0c0,0-.1.5-.1.5l-3,3h-.1ZM16.6,42.1c-2.1-.2-4-1-5.4-2.3h-.1c0-.1,3.3-3.4,3.3-3.4h.1c1.4,1.6,2.2,3.6,2.3,5.5v.2s-.2,0-.2,0ZM23.4,39.9c-1.2,1-3.1,2.1-5.5,2.2h-.1s0-.1,0-.1c-.3-2.4-1.2-4.5-2.7-6h-.1c0-.1,2.3-2.4,2.3-2.4l6.2,6.3h-.1ZM26.7,33.3c0,2-.9,4-2.3,5.6h-.1c0,.1-6.2-6.2-6.2-6.2l2.3-2.3h.1c1.8,1.7,4,2.6,6.1,2.7h.2s0,.2,0,.2ZM24.4,26.6c1.3,1.4,2.2,3.3,2.3,5.4v.2s-.2,0-.2,0c-1.9,0-3.8-.9-5.4-2.3h-.1c0-.1,3.3-3.4,3.3-3.4h.1c0,.1,0,.1,0,.1ZM23.7,25.7l-3.5,3.4v-.2c-1-1.4-2.1-3.2-2.2-5.3v-.2s.2,0,.2,0c2.2,0,4,1.2,5.3,2.1h.2c0,.1,0,.1,0,.1ZM21.9,10.5c.6-1.1,1.5-1.9,2.8-2.3.9-.3,1.9-.4,2.7-.2h.3s-6.3,6.5-6.3,6.5v-.3c-.2-1.4,0-2.7.5-3.6ZM22.1,16.9c-.1-.1-.4-.9-.4-1.2,0-.1,0-.2.1-.3l6.9-6.9h0c.3-.2.7,0,1,0,.2,0,.3.1.5.1h.4s-8.3,8.4-8.3,8.4h-.1ZM31,26.4h-.1c-3.7-1.9-6.7-4.9-8.2-8.3h0c0,0,8.8-8.9,8.8-8.9h.1c3.5,1.7,6.6,4.8,8.3,8.3h0c0,.1-8.9,8.9-8.9,8.9ZM33.4,27.3c-.2,0-.6,0-1.2-.4h-.2c0,0,8.5-8.5,8.5-8.5v.4c0,.2,0,.3.1.5.1.3.2.6,0,.9h0s-7,6.9-7,6.9c0,0-.1,0-.3,0ZM38.7,27c-.3.2-1.5.6-1.8.6h-2.4l6.4-6.4v.3c.4,1.9-.2,4.4-2.3,5.5h0Z'/%3e%3cpath class='st1' d='M34.9,18.7h0c-.3,0-.6.3-.8.5-.2.2-.3.3-.5.3h0s-.8-.9-.8-.9h0c0-.2.1-.2.2-.3.2-.3.7-.7.6-1,0,0-.1-.2-.3-.2-.3,0-.5.1-.8.4-.2.2-.4.4-.7.3h0s-.7-.8-.7-.8h0c0-.3.2-.4.4-.6.4-.3.5-.5.3-.8,0-.1-.2-.2-.3-.2-.4,0-.9.6-1.1.8h-.1c0,.1-.9-.9-.9-.9h0c0-.2.2-.3.4-.6.1-.1.3-.3.3-.3,0-.2,0-.4,0-.5-.1-.1-.3-.2-.5-.2-.2,0-.3.2-.5.4-.1.1-.3.3-.4.4h0s0,0,0,0c-.1,0-.2,0-.4-.2-.2-.1-.4-.3-.5-.3,0,0-.2,0-.2.2-.2.3,0,.5.2.8.1.1.2.2.2.3,0,0,0,.2-.2.3-.2.2-.6.6-.5.9,0,.1.1.2.3.3.3.1.4,0,.7-.3.1-.1.2-.3.4-.4.3-.1.6.2.8.5,0,0,.2.2.2.2h.2c0,.1-.2.3-.2.3-.6.5-.8.9-.7,1.1,0,.1.1.2.2.2.2,0,.7-.1,1.1-.7v-.2c.1,0,1,.9,1,.9h0c0,.2-.1.4-.3.6-.2.2-.5.4-.4.7,0,0,0,.2.2.3.3.3.6,0,.9-.3.2-.2.3-.3.5-.3s0,0,0,0h0s.9.9.9.9h-.1c-.3.4-.8.9-.8,1.2,0,0,0,.2.2.2.3.2.6,0,.9-.4.1-.1.2-.2.3-.3h.1c0-.1,0,0,0,0,.2.3.7.5.9.4.2,0,.2-.3.2-.5,0,0,0-.2-.2-.2-.1,0-.2-.2-.2-.4s.2-.4.4-.5c.4-.4.6-.6.3-.9,0,0-.2-.1-.2-.1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-esport {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='1' y='7' width='46' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47,23.1c0-.4,0-.8,0-1.2l-.3-2.7c0-.3-.1-.6-.2-.9h0c-.9-4.6-1.8-9.9-7-11.1-.2,0-.4,0-.6,0-.2,0-.5,0-.7-.1h-.9c-.2,0-.5,0-.7.1-.2,0-.5,0-.7.1-1.5.4-2.8,1.2-3.9,2.4v.2c-.1,0-5.9,0-5.9,0h-.1c-1.3-1.4-2.5-2.2-3.9-2.6l-1.6-.3h-.9c-1.6.1-3.3.8-4.5,1.8-2.1,1.8-2.8,4.7-3.4,7.6-.2.7-.3,1.3-.5,1.9v.4c0,0-.5,0-.5,0-.2,0-.3,0-.5,0-3,0-5.7,1.7-6.9,4.4-1.1,2.3-1.9,6-2.2,9.5-.3,4.2.2,7.3,1.4,9,.7.9,1.5,1.4,2.4,1.5,1.6.2,3.3-.9,4.4-1.8,1.4-1.1,2.5-2.6,3.5-4,.2-.3.4-.6.6-.9v-.2c.1,0,11.2,0,11.2,0v.2c1.7,2.5,3.3,4.2,4.9,5.3,1.7,1.2,3.2,1.5,4.5,1,1.4-.5,2.4-2.1,2.8-4.4.7-3.4.1-7.1-.3-9.7l-.3-1.5,1.1,1.1c1.2,1.3,2.4,2.2,3.6,2.6,1.5.6,2.7.5,3.8-.4,1.8-1.5,2.2-4.8,2.3-6.2,0-.4,0-.8,0-1.2h0ZM35.6,39.1c-.5,1.7-1.3,2.7-2.4,2.9-.1,0-.3,0-.4,0-1.7,0-4-1.8-6.6-5.3,0-.1-.2-.3-.3-.5-.2-.3-.5-.9-.8-1h-12.2c-.1.2-.5.6-1,1.4-.2.3-.3.5-.4.6-.7.9-1.7,2.1-2.8,3.1-1.5,1.3-2.8,1.8-4,1.6-1.2-.2-1.9-1.7-2-2.1-1.6-4.1-.3-12.1,1.4-16,.9-2.1,2.9-3.7,5.1-4,1.9-.2,3.7.3,5.1,1.3.3.2.5.5.7.7.4.4.7.8,1.1.8,1.1.1,2.3,0,3.5,0,.9,0,1.9,0,2.7,0,.2,0,.5-.5.7-.7.2-.2.4-.4.6-.6,1.6-1.4,3.8-1.9,5.8-1.4,2.1.5,3.7,1.8,4.5,3.7,1.7,4.1,2.8,11.4,1.6,15.4h0ZM45.1,28.3c-.5,1.2-1.3,1.9-2.3,2,0,0-.2,0-.3,0-1,0-2.2-.6-3.5-1.7-1.3-1.1-2.3-2.5-2.7-3-.5-.7-.9-1.5-1.3-2.2-.7-1.2-1.3-2.4-2.6-3.3-3.3-2.3-7.6-1.8-10.4,1.3v.2c-.1,0-.4,0-.4,0-.7,0-1.5,0-2.2,0-.9,0-1.9,0-2.8,0-.5,0-.9-.5-1.2-.8-.1-.1-.2-.3-.3-.3-.7-.6-1.6-1.1-2.5-1.3h-.1s0-.1,0-.1c-.2-.2-.2-.4.2-2.1.2-.9.4-1.7.5-1.9.7-2.4,1.3-4.7,3.8-6,2.6-1.5,5.8-1,8,1.2.1.1.2.3.3.4,0,.1.2.2.2.3.1.1.3.2.5.2,1,.1,2.2,0,3.4,0,1,0,1.9,0,2.9,0,.3,0,.6-.4.9-.8.2-.2.4-.4.6-.6,1.5-1.3,3.5-1.8,5.4-1.4,1.9.3,3.6,1.5,4.5,3.2.3.6.6,1.2.8,1.9.7,2.2,1.3,5,1.6,7.5.2,2.2.3,5.3-.7,7.5h0Z'/%3e%3cpath class='st1' d='M20.1,30c-.2,0-.6,0-1,0s-.9,0-1.1,0c-.3,0-.5.3-.6.6,0,.3,0,.6.2.8.3.3,1.9.3,2.6.2.5,0,.7-.5.7-.8s-.2-.7-.7-.8h0Z'/%3e%3cpath class='st1' d='M27.9,24.2s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M25,27.1s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M30.8,27.1s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M27.8,30c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.8-.6Z'/%3e%3cpath class='st1' d='M23.1,15.5h-2.2v-2.3c0-.2-.5-.6-.8-.6s-.8.3-.8.5v2.4h-2.2c-.1,0-.3,0-.4.2-.2.2-.3.4-.3.7,0,.4.4.8.7.8h2.2v2.4c0,.2.6.5.8.5s.8-.4.8-.6v-2.3h2.2c.1,0,.3,0,.4-.2.2-.2.3-.4.3-.6,0-.3-.4-.8-.7-.8h0Z'/%3e%3cpath class='st1' d='M37.6,12.6c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M34.7,15.5c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M40.6,15.5c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M37.6,18.4c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M14.5,27.4c-.1-.4-.3-.6-.6-.7h0c-.3,0-.7-.1-1-.2-.3,0-.6,0-.9-.1h0s0,0,0,0c-.2-.3-.3-.6-.4-.9,0-.2-.2-.4-.3-.6h0c0-.2-.2-.5-.5-.6-.4-.2-.9,0-1.1.4-.2.3-.3.6-.4.9-.1.3-.3.6-.4.8,0,0,0,0,0,0h0c-.3,0-.6,0-.9.1-.3,0-.6,0-1,.1-.3,0-.6.3-.7.6-.1.3,0,.6.2.8.2.3.5.5.7.7.2.2.4.3.5.5,0,0,0,0,0,0,0,0,0,0,0,0l-.3,1.9h0c0,.4.1.7.4.9.3.2.6.2.9,0,.3-.1.6-.3.9-.5.2-.1.4-.2.6-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.5.2.7.4.2.1.4.2.6.3,0,0,0,0,0,0,.2,0,.4.2.6.2s.2,0,.3,0c.3-.1.5-.4.5-.7h0s0,0,0,0c0-.5-.1-.9-.2-1.4,0-.2,0-.4-.1-.7,0,0,0,0,0,0,0,0,0,0,0,0,.1-.1.3-.3.4-.4.3-.3.6-.6.9-.9,0-.1.2-.3.2-.4,0,0,0-.1,0-.1,0,0,0,0,0,0h0c0,0,0-.1,0-.1h0ZM12.2,28.9h0c-.1.2-.2.3-.2.5h0s0,0,0,0c0,.5.1.9.2,1.3,0,.2,0,.4.1.6-.2-.1-.5-.2-.7-.4-.3-.2-.6-.3-.9-.5-.1,0-.3,0-.4,0s-.2,0-.4,0c-.3.1-.6.3-.9.5-.2.1-.5.3-.7.4l.3-1.8h0c0-.2,0-.4-.1-.6h0c-.2-.3-.5-.6-.8-.8-.2-.2-.4-.4-.6-.6.3,0,.5,0,.8-.1.3,0,.7,0,1-.1.3,0,.5-.2.6-.5.2-.3.3-.6.5-.9.1-.2.2-.5.3-.7.1.2.2.5.3.7.1.3.3.6.5.9.2.3.3.4.6.5.3,0,.6,0,.9.1.3,0,.6,0,.8.1l-1.3,1.3h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='1' y='7' width='46' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47,23.1c0-.4,0-.8,0-1.2l-.3-2.7c0-.3-.1-.6-.2-.9h0c-.9-4.6-1.8-9.9-7-11.1-.2,0-.4,0-.6,0-.2,0-.5,0-.7-.1h-.9c-.2,0-.5,0-.7.1-.2,0-.5,0-.7.1-1.5.4-2.8,1.2-3.9,2.4v.2c-.1,0-5.9,0-5.9,0h-.1c-1.3-1.4-2.5-2.2-3.9-2.6l-1.6-.3h-.9c-1.6.1-3.3.8-4.5,1.8-2.1,1.8-2.8,4.7-3.4,7.6-.2.7-.3,1.3-.5,1.9v.4c0,0-.5,0-.5,0-.2,0-.3,0-.5,0-3,0-5.7,1.7-6.9,4.4-1.1,2.3-1.9,6-2.2,9.5-.3,4.2.2,7.3,1.4,9,.7.9,1.5,1.4,2.4,1.5,1.6.2,3.3-.9,4.4-1.8,1.4-1.1,2.5-2.6,3.5-4,.2-.3.4-.6.6-.9v-.2c.1,0,11.2,0,11.2,0v.2c1.7,2.5,3.3,4.2,4.9,5.3,1.7,1.2,3.2,1.5,4.5,1,1.4-.5,2.4-2.1,2.8-4.4.7-3.4.1-7.1-.3-9.7l-.3-1.5,1.1,1.1c1.2,1.3,2.4,2.2,3.6,2.6,1.5.6,2.7.5,3.8-.4,1.8-1.5,2.2-4.8,2.3-6.2,0-.4,0-.8,0-1.2h0ZM35.6,39.1c-.5,1.7-1.3,2.7-2.4,2.9-.1,0-.3,0-.4,0-1.7,0-4-1.8-6.6-5.3,0-.1-.2-.3-.3-.5-.2-.3-.5-.9-.8-1h-12.2c-.1.2-.5.6-1,1.4-.2.3-.3.5-.4.6-.7.9-1.7,2.1-2.8,3.1-1.5,1.3-2.8,1.8-4,1.6-1.2-.2-1.9-1.7-2-2.1-1.6-4.1-.3-12.1,1.4-16,.9-2.1,2.9-3.7,5.1-4,1.9-.2,3.7.3,5.1,1.3.3.2.5.5.7.7.4.4.7.8,1.1.8,1.1.1,2.3,0,3.5,0,.9,0,1.9,0,2.7,0,.2,0,.5-.5.7-.7.2-.2.4-.4.6-.6,1.6-1.4,3.8-1.9,5.8-1.4,2.1.5,3.7,1.8,4.5,3.7,1.7,4.1,2.8,11.4,1.6,15.4h0ZM45.1,28.3c-.5,1.2-1.3,1.9-2.3,2,0,0-.2,0-.3,0-1,0-2.2-.6-3.5-1.7-1.3-1.1-2.3-2.5-2.7-3-.5-.7-.9-1.5-1.3-2.2-.7-1.2-1.3-2.4-2.6-3.3-3.3-2.3-7.6-1.8-10.4,1.3v.2c-.1,0-.4,0-.4,0-.7,0-1.5,0-2.2,0-.9,0-1.9,0-2.8,0-.5,0-.9-.5-1.2-.8-.1-.1-.2-.3-.3-.3-.7-.6-1.6-1.1-2.5-1.3h-.1s0-.1,0-.1c-.2-.2-.2-.4.2-2.1.2-.9.4-1.7.5-1.9.7-2.4,1.3-4.7,3.8-6,2.6-1.5,5.8-1,8,1.2.1.1.2.3.3.4,0,.1.2.2.2.3.1.1.3.2.5.2,1,.1,2.2,0,3.4,0,1,0,1.9,0,2.9,0,.3,0,.6-.4.9-.8.2-.2.4-.4.6-.6,1.5-1.3,3.5-1.8,5.4-1.4,1.9.3,3.6,1.5,4.5,3.2.3.6.6,1.2.8,1.9.7,2.2,1.3,5,1.6,7.5.2,2.2.3,5.3-.7,7.5h0Z'/%3e%3cpath class='st1' d='M20.1,30c-.2,0-.6,0-1,0s-.9,0-1.1,0c-.3,0-.5.3-.6.6,0,.3,0,.6.2.8.3.3,1.9.3,2.6.2.5,0,.7-.5.7-.8s-.2-.7-.7-.8h0Z'/%3e%3cpath class='st1' d='M27.9,24.2s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M25,27.1s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M30.8,27.1s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M27.8,30c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.8-.6Z'/%3e%3cpath class='st1' d='M23.1,15.5h-2.2v-2.3c0-.2-.5-.6-.8-.6s-.8.3-.8.5v2.4h-2.2c-.1,0-.3,0-.4.2-.2.2-.3.4-.3.7,0,.4.4.8.7.8h2.2v2.4c0,.2.6.5.8.5s.8-.4.8-.6v-2.3h2.2c.1,0,.3,0,.4-.2.2-.2.3-.4.3-.6,0-.3-.4-.8-.7-.8h0Z'/%3e%3cpath class='st1' d='M37.6,12.6c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M34.7,15.5c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M40.6,15.5c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M37.6,18.4c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M14.5,27.4c-.1-.4-.3-.6-.6-.7h0c-.3,0-.7-.1-1-.2-.3,0-.6,0-.9-.1h0s0,0,0,0c-.2-.3-.3-.6-.4-.9,0-.2-.2-.4-.3-.6h0c0-.2-.2-.5-.5-.6-.4-.2-.9,0-1.1.4-.2.3-.3.6-.4.9-.1.3-.3.6-.4.8,0,0,0,0,0,0h0c-.3,0-.6,0-.9.1-.3,0-.6,0-1,.1-.3,0-.6.3-.7.6-.1.3,0,.6.2.8.2.3.5.5.7.7.2.2.4.3.5.5,0,0,0,0,0,0,0,0,0,0,0,0l-.3,1.9h0c0,.4.1.7.4.9.3.2.6.2.9,0,.3-.1.6-.3.9-.5.2-.1.4-.2.6-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.5.2.7.4.2.1.4.2.6.3,0,0,0,0,0,0,.2,0,.4.2.6.2s.2,0,.3,0c.3-.1.5-.4.5-.7h0s0,0,0,0c0-.5-.1-.9-.2-1.4,0-.2,0-.4-.1-.7,0,0,0,0,0,0,0,0,0,0,0,0,.1-.1.3-.3.4-.4.3-.3.6-.6.9-.9,0-.1.2-.3.2-.4,0,0,0-.1,0-.1,0,0,0,0,0,0h0c0,0,0-.1,0-.1h0ZM12.2,28.9h0c-.1.2-.2.3-.2.5h0s0,0,0,0c0,.5.1.9.2,1.3,0,.2,0,.4.1.6-.2-.1-.5-.2-.7-.4-.3-.2-.6-.3-.9-.5-.1,0-.3,0-.4,0s-.2,0-.4,0c-.3.1-.6.3-.9.5-.2.1-.5.3-.7.4l.3-1.8h0c0-.2,0-.4-.1-.6h0c-.2-.3-.5-.6-.8-.8-.2-.2-.4-.4-.6-.6.3,0,.5,0,.8-.1.3,0,.7,0,1-.1.3,0,.5-.2.6-.5.2-.3.3-.6.5-.9.1-.2.2-.5.3-.7.1.2.2.5.3.7.1.3.3.6.5.9.2.3.3.4.6.5.3,0,.6,0,.9.1.3,0,.6,0,.8.1l-1.3,1.3h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-esportactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='1' y='7' width='46' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47,23.1c0-.4,0-.8,0-1.2l-.3-2.7c0-.3-.1-.6-.2-.9h0c-.9-4.6-1.8-9.9-7-11.1-.2,0-.4,0-.6,0-.2,0-.5,0-.7-.1h-.9c-.2,0-.5,0-.7.1-.2,0-.5,0-.7.1-1.5.4-2.8,1.2-3.9,2.4v.2c-.1,0-5.9,0-5.9,0h-.1c-1.3-1.4-2.5-2.2-3.9-2.6l-1.6-.3h-.9c-1.6.1-3.3.8-4.5,1.8-2.1,1.8-2.8,4.7-3.4,7.6-.2.7-.3,1.3-.5,1.9v.4c0,0-.5,0-.5,0-.2,0-.3,0-.5,0-3,0-5.7,1.7-6.9,4.4-1.1,2.3-1.9,6-2.2,9.5-.3,4.2.2,7.3,1.4,9,.7.9,1.5,1.4,2.4,1.5,1.6.2,3.3-.9,4.4-1.8,1.4-1.1,2.5-2.6,3.5-4,.2-.3.4-.6.6-.9v-.2c.1,0,11.2,0,11.2,0v.2c1.7,2.5,3.3,4.2,4.9,5.3,1.7,1.2,3.2,1.5,4.5,1,1.4-.5,2.4-2.1,2.8-4.4.7-3.4.1-7.1-.3-9.7l-.3-1.5,1.1,1.1c1.2,1.3,2.4,2.2,3.6,2.6,1.5.6,2.7.5,3.8-.4,1.8-1.5,2.2-4.8,2.3-6.2,0-.4,0-.8,0-1.2h0ZM35.6,39.1c-.5,1.7-1.3,2.7-2.4,2.9-.1,0-.3,0-.4,0-1.7,0-4-1.8-6.6-5.3,0-.1-.2-.3-.3-.5-.2-.3-.5-.9-.8-1h-12.2c-.1.2-.5.6-1,1.4-.2.3-.3.5-.4.6-.7.9-1.7,2.1-2.8,3.1-1.5,1.3-2.8,1.8-4,1.6-1.2-.2-1.9-1.7-2-2.1-1.6-4.1-.3-12.1,1.4-16,.9-2.1,2.9-3.7,5.1-4,1.9-.2,3.7.3,5.1,1.3.3.2.5.5.7.7.4.4.7.8,1.1.8,1.1.1,2.3,0,3.5,0,.9,0,1.9,0,2.7,0,.2,0,.5-.5.7-.7.2-.2.4-.4.6-.6,1.6-1.4,3.8-1.9,5.8-1.4,2.1.5,3.7,1.8,4.5,3.7,1.7,4.1,2.8,11.4,1.6,15.4h0ZM45.1,28.3c-.5,1.2-1.3,1.9-2.3,2,0,0-.2,0-.3,0-1,0-2.2-.6-3.5-1.7-1.3-1.1-2.3-2.5-2.7-3-.5-.7-.9-1.5-1.3-2.2-.7-1.2-1.3-2.4-2.6-3.3-3.3-2.3-7.6-1.8-10.4,1.3v.2c-.1,0-.4,0-.4,0-.7,0-1.5,0-2.2,0-.9,0-1.9,0-2.8,0-.5,0-.9-.5-1.2-.8-.1-.1-.2-.3-.3-.3-.7-.6-1.6-1.1-2.5-1.3h-.1s0-.1,0-.1c-.2-.2-.2-.4.2-2.1.2-.9.4-1.7.5-1.9.7-2.4,1.3-4.7,3.8-6,2.6-1.5,5.8-1,8,1.2.1.1.2.3.3.4,0,.1.2.2.2.3.1.1.3.2.5.2,1,.1,2.2,0,3.4,0,1,0,1.9,0,2.9,0,.3,0,.6-.4.9-.8.2-.2.4-.4.6-.6,1.5-1.3,3.5-1.8,5.4-1.4,1.9.3,3.6,1.5,4.5,3.2.3.6.6,1.2.8,1.9.7,2.2,1.3,5,1.6,7.5.2,2.2.3,5.3-.7,7.5h0Z'/%3e%3cpath class='st1' d='M20.1,30c-.2,0-.6,0-1,0s-.9,0-1.1,0c-.3,0-.5.3-.6.6,0,.3,0,.6.2.8.3.3,1.9.3,2.6.2.5,0,.7-.5.7-.8s-.2-.7-.7-.8h0Z'/%3e%3cpath class='st1' d='M27.9,24.2s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M25,27.1s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M30.8,27.1s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M27.8,30c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.8-.6Z'/%3e%3cpath class='st1' d='M23.1,15.5h-2.2v-2.3c0-.2-.5-.6-.8-.6s-.8.3-.8.5v2.4h-2.2c-.1,0-.3,0-.4.2-.2.2-.3.4-.3.7,0,.4.4.8.7.8h2.2v2.4c0,.2.6.5.8.5s.8-.4.8-.6v-2.3h2.2c.1,0,.3,0,.4-.2.2-.2.3-.4.3-.6,0-.3-.4-.8-.7-.8h0Z'/%3e%3cpath class='st1' d='M37.6,12.6c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M34.7,15.5c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M40.6,15.5c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M37.6,18.4c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M14.5,27.4c-.1-.4-.3-.6-.6-.7h0c-.3,0-.7-.1-1-.2-.3,0-.6,0-.9-.1h0s0,0,0,0c-.2-.3-.3-.6-.4-.9,0-.2-.2-.4-.3-.6h0c0-.2-.2-.5-.5-.6-.4-.2-.9,0-1.1.4-.2.3-.3.6-.4.9-.1.3-.3.6-.4.8,0,0,0,0,0,0h0c-.3,0-.6,0-.9.1-.3,0-.6,0-1,.1-.3,0-.6.3-.7.6-.1.3,0,.6.2.8.2.3.5.5.7.7.2.2.4.3.5.5,0,0,0,0,0,0,0,0,0,0,0,0l-.3,1.9h0c0,.4.1.7.4.9.3.2.6.2.9,0,.3-.1.6-.3.9-.5.2-.1.4-.2.6-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.5.2.7.4.2.1.4.2.6.3,0,0,0,0,0,0,.2,0,.4.2.6.2s.2,0,.3,0c.3-.1.5-.4.5-.7h0s0,0,0,0c0-.5-.1-.9-.2-1.4,0-.2,0-.4-.1-.7,0,0,0,0,0,0,0,0,0,0,0,0,.1-.1.3-.3.4-.4.3-.3.6-.6.9-.9,0-.1.2-.3.2-.4,0,0,0-.1,0-.1,0,0,0,0,0,0h0c0,0,0-.1,0-.1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='1' y='7' width='46' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47,23.1c0-.4,0-.8,0-1.2l-.3-2.7c0-.3-.1-.6-.2-.9h0c-.9-4.6-1.8-9.9-7-11.1-.2,0-.4,0-.6,0-.2,0-.5,0-.7-.1h-.9c-.2,0-.5,0-.7.1-.2,0-.5,0-.7.1-1.5.4-2.8,1.2-3.9,2.4v.2c-.1,0-5.9,0-5.9,0h-.1c-1.3-1.4-2.5-2.2-3.9-2.6l-1.6-.3h-.9c-1.6.1-3.3.8-4.5,1.8-2.1,1.8-2.8,4.7-3.4,7.6-.2.7-.3,1.3-.5,1.9v.4c0,0-.5,0-.5,0-.2,0-.3,0-.5,0-3,0-5.7,1.7-6.9,4.4-1.1,2.3-1.9,6-2.2,9.5-.3,4.2.2,7.3,1.4,9,.7.9,1.5,1.4,2.4,1.5,1.6.2,3.3-.9,4.4-1.8,1.4-1.1,2.5-2.6,3.5-4,.2-.3.4-.6.6-.9v-.2c.1,0,11.2,0,11.2,0v.2c1.7,2.5,3.3,4.2,4.9,5.3,1.7,1.2,3.2,1.5,4.5,1,1.4-.5,2.4-2.1,2.8-4.4.7-3.4.1-7.1-.3-9.7l-.3-1.5,1.1,1.1c1.2,1.3,2.4,2.2,3.6,2.6,1.5.6,2.7.5,3.8-.4,1.8-1.5,2.2-4.8,2.3-6.2,0-.4,0-.8,0-1.2h0ZM35.6,39.1c-.5,1.7-1.3,2.7-2.4,2.9-.1,0-.3,0-.4,0-1.7,0-4-1.8-6.6-5.3,0-.1-.2-.3-.3-.5-.2-.3-.5-.9-.8-1h-12.2c-.1.2-.5.6-1,1.4-.2.3-.3.5-.4.6-.7.9-1.7,2.1-2.8,3.1-1.5,1.3-2.8,1.8-4,1.6-1.2-.2-1.9-1.7-2-2.1-1.6-4.1-.3-12.1,1.4-16,.9-2.1,2.9-3.7,5.1-4,1.9-.2,3.7.3,5.1,1.3.3.2.5.5.7.7.4.4.7.8,1.1.8,1.1.1,2.3,0,3.5,0,.9,0,1.9,0,2.7,0,.2,0,.5-.5.7-.7.2-.2.4-.4.6-.6,1.6-1.4,3.8-1.9,5.8-1.4,2.1.5,3.7,1.8,4.5,3.7,1.7,4.1,2.8,11.4,1.6,15.4h0ZM45.1,28.3c-.5,1.2-1.3,1.9-2.3,2,0,0-.2,0-.3,0-1,0-2.2-.6-3.5-1.7-1.3-1.1-2.3-2.5-2.7-3-.5-.7-.9-1.5-1.3-2.2-.7-1.2-1.3-2.4-2.6-3.3-3.3-2.3-7.6-1.8-10.4,1.3v.2c-.1,0-.4,0-.4,0-.7,0-1.5,0-2.2,0-.9,0-1.9,0-2.8,0-.5,0-.9-.5-1.2-.8-.1-.1-.2-.3-.3-.3-.7-.6-1.6-1.1-2.5-1.3h-.1s0-.1,0-.1c-.2-.2-.2-.4.2-2.1.2-.9.4-1.7.5-1.9.7-2.4,1.3-4.7,3.8-6,2.6-1.5,5.8-1,8,1.2.1.1.2.3.3.4,0,.1.2.2.2.3.1.1.3.2.5.2,1,.1,2.2,0,3.4,0,1,0,1.9,0,2.9,0,.3,0,.6-.4.9-.8.2-.2.4-.4.6-.6,1.5-1.3,3.5-1.8,5.4-1.4,1.9.3,3.6,1.5,4.5,3.2.3.6.6,1.2.8,1.9.7,2.2,1.3,5,1.6,7.5.2,2.2.3,5.3-.7,7.5h0Z'/%3e%3cpath class='st1' d='M20.1,30c-.2,0-.6,0-1,0s-.9,0-1.1,0c-.3,0-.5.3-.6.6,0,.3,0,.6.2.8.3.3,1.9.3,2.6.2.5,0,.7-.5.7-.8s-.2-.7-.7-.8h0Z'/%3e%3cpath class='st1' d='M27.9,24.2s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M25,27.1s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M30.8,27.1s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M27.8,30c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.8-.6Z'/%3e%3cpath class='st1' d='M23.1,15.5h-2.2v-2.3c0-.2-.5-.6-.8-.6s-.8.3-.8.5v2.4h-2.2c-.1,0-.3,0-.4.2-.2.2-.3.4-.3.7,0,.4.4.8.7.8h2.2v2.4c0,.2.6.5.8.5s.8-.4.8-.6v-2.3h2.2c.1,0,.3,0,.4-.2.2-.2.3-.4.3-.6,0-.3-.4-.8-.7-.8h0Z'/%3e%3cpath class='st1' d='M37.6,12.6c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M34.7,15.5c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M40.6,15.5c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M37.6,18.4c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M14.5,27.4c-.1-.4-.3-.6-.6-.7h0c-.3,0-.7-.1-1-.2-.3,0-.6,0-.9-.1h0s0,0,0,0c-.2-.3-.3-.6-.4-.9,0-.2-.2-.4-.3-.6h0c0-.2-.2-.5-.5-.6-.4-.2-.9,0-1.1.4-.2.3-.3.6-.4.9-.1.3-.3.6-.4.8,0,0,0,0,0,0h0c-.3,0-.6,0-.9.1-.3,0-.6,0-1,.1-.3,0-.6.3-.7.6-.1.3,0,.6.2.8.2.3.5.5.7.7.2.2.4.3.5.5,0,0,0,0,0,0,0,0,0,0,0,0l-.3,1.9h0c0,.4.1.7.4.9.3.2.6.2.9,0,.3-.1.6-.3.9-.5.2-.1.4-.2.6-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.5.2.7.4.2.1.4.2.6.3,0,0,0,0,0,0,.2,0,.4.2.6.2s.2,0,.3,0c.3-.1.5-.4.5-.7h0s0,0,0,0c0-.5-.1-.9-.2-1.4,0-.2,0-.4-.1-.7,0,0,0,0,0,0,0,0,0,0,0,0,.1-.1.3-.3.4-.4.3-.3.6-.6.9-.9,0-.1.2-.3.2-.4,0,0,0-.1,0-.1,0,0,0,0,0,0h0c0,0,0-.1,0-.1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-esportmix {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M41.5,32.2v-.8c-.1,0-.2-.2-.2-.2,0-.5-.4-1.9-1-3.2-.3-.5-.5-.9-.8-1.3,0,0,0,0,0,0-.3-.4-.6-.7-1-1-2.5-1.8-5.7-1.4-7.8,1h-.1c0,.1-.2.1-.2.1-.5,0-1.1,0-1.7,0,0,0,0,0,0,0,6.2-8.6-.6-20.4-11.1-19.7-8.2.5-13.6,9.1-10.7,16.8,1.5,4.1,4.8,6.8,8.6,7.7-.2,1.1-.4,2.3-.5,3.5-.3,3.2.1,5.6,1.1,6.8.5.7,1.1,1,1.8,1.1,1.2.1,2.5-.7,3.3-1.3,1-.8,1.9-1.9,2.6-3,.2-.2.3-.4.5-.7h.1c0-.1,8.3-.1,8.3-.1v.2c1.3,1.9,2.5,3.2,3.7,4.1,1.3.9,2.4,1.1,3.4.8,1-.4,1.8-1.6,2.1-3.3.5-2.6.1-5.4-.3-7.3h0ZM29.8,18.9c.1,2.6-.7,5.1-2.1,7.2,0,0,0,0,0-.1,0-1.1,0-1.8-.3-2.9-.8-3.2-2.9-6.2-3-9.6,1.5.6,2.9,1.5,4,2.6.3.3,1.1,1.1,1.2,1.4,0,.4.2,1,.2,1.4h0ZM25.9,10.9c.2,0,1.3,1.3,1.5,1.6.6.8,1.2,1.7,1.5,2.6-1.3-1.1-2.8-2-4.3-2.7,0-.4.9-1.6,1.3-1.5ZM21.1,8.4c1.4.2,2.6.9,3.8,1.6-.7.5-1.2,1.1-1.4,1.9l-2.4-.6v-3ZM20.1,24.7c0-.3.1-.6.2-.9.8-3.7.7-7.6.8-11.4.7.2,1.5.2,2.2.6,0,1.8.5,3.5,1.1,5.2,1,2.6,2.7,5.6,2.1,8.4-.4,0-.7-.4-.9-.6,0,0-.2-.2-.3-.3-.4-.4-.9-.7-1.4-.9,0,0-.1,0-.2,0,0,0-.1,0-.2,0h-.1s0,0,0,0c-.5-.2-1-.2-1.3-.2h0c-.1,0-.2,0-.4,0-.5,0-1.1,0-1.6.2h0ZM20.1,8.2v3.1h-2.3c-.1-1.2-.9-2.4-2-2.9,1.4-.4,2.8-.4,4.3-.2h0ZM12.8,9.6c.6-.3.8-.5,1.6-.5,1.3,0,2.2.9,2.4,2.2-2.1.1-4.2.7-6.1,1.6l-2.2,1.2c1-1.9,2.5-3.5,4.4-4.5h0ZM8.4,24.9c-1.2-2.3-1.7-5.1-1.1-7.7.2-1,1-1.6,1.8-2.2,2.2-1.5,5.1-2.3,7.7-2.6,0,1.8-1.2,3.4-2.3,4.8-1.7,2.2-3.8,4.2-5.4,6.5-.3.4-.5.8-.8,1.2ZM15,30.3c-1.8-.6-3.7-1.8-5-3.2-.1-.1-.7-.9-.8-1-.1-.5.7-1.8,1.1-2.2,1.2-1.7,2.8-3.2,4.1-4.9,1.6-1.9,3.4-4.2,3.5-6.7,0-.1,1.9,0,2.2,0,0,.1,0,.2,0,.3-.2,4.8,0,8.6-1.3,12.6-1,.6-1.8,1.5-2.3,2.5-.3.7-.6,1.6-.9,2.7-.2,0-.5-.1-.6-.2h0ZM40.8,40c-.4,1.3-1,2-1.8,2.2-.1,0-.2,0-.3,0-1.3,0-3-1.4-5-4,0,0-.2-.2-.2-.4-.1-.2-.4-.7-.6-.7h-9.2c-.1.2-.4.5-.7,1.1-.1.2-.2.4-.3.5-.5.7-1.3,1.6-2.1,2.4-1.1,1-2.1,1.4-3,1.2-.9-.2-1.4-1.3-1.5-1.6-1.2-3.1-.2-9.2,1-12.2.7-1.6,2.2-2.8,3.8-3,1.4-.2,2.8.2,3.8,1,.2.2.4.4.5.6.3.3.5.6.8.6.8,0,1.7,0,2.7,0,.7,0,1.4,0,2.1,0,.1,0,.4-.4.5-.5.1-.2.3-.3.4-.4,1.2-1,2.8-1.4,4.4-1.1,1.5.4,2.8,1.4,3.4,2.8,1.3,3.1,2.1,8.7,1.2,11.7h0Z'/%3e%3cpath class='st1' d='M29.1,33.2c-.2,0-.5,0-.8,0s-.7,0-.8,0c-.2,0-.4.2-.5.4,0,.2,0,.4.1.6.2.2,1.4.3,1.9.2.4,0,.6-.4.6-.6s-.1-.5-.6-.6h0Z'/%3e%3cpath class='st1' d='M35,28.7s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M32.8,30.9s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M37.2,30.9s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M34.9,33.2c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.5-.6-.4Z'/%3e%3cpath class='st1' d='M24.9,31.1c0-.3-.2-.4-.5-.5h0c-.3,0-.5,0-.8-.1-.2,0-.5,0-.7-.1h0s0,0,0,0c-.1-.2-.2-.4-.3-.7,0-.2-.1-.3-.2-.5h0c0-.2-.2-.4-.4-.5-.3-.1-.7,0-.8.3-.1.2-.2.5-.3.7,0,.2-.2.4-.3.6,0,0,0,0,0,0h0c-.2,0-.4,0-.7,0-.2,0-.5,0-.7.1-.2,0-.4.2-.5.4,0,.2,0,.4.1.6.2.2.4.4.5.5.1.1.3.3.4.4,0,0,0,0,0,0,0,0,0,0,0,0l-.2,1.4h0c0,.3,0,.5.3.7.2.1.5.2.7,0,.2-.1.5-.2.7-.4.2,0,.3-.2.5-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.3.2.5.3.1,0,.3.2.4.2,0,0,0,0,0,0,.1,0,.3.1.5.1s.2,0,.3,0c.2,0,.3-.3.4-.5h0s0,0,0,0c0-.4,0-.7-.2-1.1,0-.2,0-.3,0-.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2-.2.3-.3.2-.2.5-.4.6-.6,0,0,.1-.2.2-.3,0,0,0,0,0-.1,0,0,0,0,0,0h0s0,0,0,0h0ZM23.2,32.3h0c0,.1-.2.2-.2.4h0s0,0,0,0c0,.3,0,.7.2,1,0,.2,0,.3,0,.5-.2,0-.4-.2-.5-.3-.2-.1-.5-.3-.7-.4-.1,0-.2,0-.3,0s-.2,0-.3,0c-.2,0-.5.2-.7.4-.2.1-.3.2-.5.3l.2-1.3h0c0-.1,0-.3,0-.5h0c-.2-.2-.4-.4-.6-.6-.2-.2-.3-.3-.5-.5.2,0,.4,0,.6,0,.2,0,.5,0,.7-.1.2,0,.4-.2.5-.4.1-.2.2-.5.3-.7,0-.2.2-.4.3-.5,0,.2.2.4.3.5.1.2.2.5.3.7.1.2.3.3.5.4.2,0,.5,0,.7.1.2,0,.4,0,.6,0l-1,1h0Z'/%3e%3cpath class='st1' d='M32,13c.1.1.3.2.4.3.1,0,.2.1.3.2,0,0,0,0,0,0,0,0,0,0,0,0v.9s0,0,0,0c0,.2.1.3.3.4.1,0,.3,0,.5,0,.1,0,.3-.2.4-.3,0,0,.2-.2.3-.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2,0,.4.1.1,0,.2,0,.3,0,0,0,0,0,0,0,0,0,.2,0,.3,0,0,0,.1,0,.2,0,.1,0,.2-.2.2-.4h0s0,0,0,0c0-.2-.2-.5-.3-.7,0-.1,0-.2-.1-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1-.2.2-.2.1-.2.2-.3.3-.5,0,0,0-.2,0-.2,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.2-.2-.3-.4-.3h0c-.2,0-.4,0-.5,0-.2,0-.3,0-.5,0h0s0,0,0,0c-.1-.1-.2-.3-.3-.4,0,0-.1-.2-.2-.3h0c0-.1-.2-.2-.3-.2-.2,0-.4,0-.5.3,0,.2,0,.3-.1.5,0,.2,0,.3-.1.4,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3.1-.4.2-.2,0-.3.1-.5.2-.2,0-.3.2-.3.4,0,.2,0,.3.2.4h0ZM32.8,12.5c.2,0,.3-.1.5-.2.1,0,.2-.2.3-.3,0-.2,0-.3.1-.5,0-.1,0-.3,0-.4,0,0,.2.2.2.3.1.1.2.3.3.4.1.1.2.2.4.2.2,0,.3,0,.5,0,.1,0,.3,0,.4,0l-.5.8h0c0,0,0,.2,0,.3h0s0,0,0,0c0,.2.2.4.2.6,0,0,0,.2.1.3-.1,0-.3,0-.4-.1-.2,0-.3-.1-.5-.1,0,0-.1,0-.2,0,0,0-.1,0-.2,0-.1,0-.3.2-.4.3,0,0-.2.2-.3.3v-.9s0,0,0,0c0,0,0-.2-.1-.3h0c-.1-.1-.3-.2-.5-.3-.1,0-.3-.1-.4-.2.1,0,.2,0,.4-.1h0Z'/%3e%3cpath class='st1' d='M35.8,16.8c-.1,0-.3-.2-.5-.2s0,0-.1,0c-.3,0-.6.3-.6.7,0,.3,0,.6,0,.8,0,.3,0,.5,0,.8h0s0,0,0,0c-.2.2-.4.3-.6.5-.2.2-.4.3-.6.5-.2.2-.3.4-.2.7,0,.2.2.4.4.5.2,0,.5.2.8.2.2,0,.4,0,.6.1,0,0,0,0,.1,0,0,0,0,0,0,0h0s.6,1.5.6,1.5c.1.2.3.4.5.4.2,0,.5,0,.6-.3.2-.2.3-.5.5-.7.1-.2.2-.4.3-.5,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.4,0,.6,0,.2,0,.4,0,.6,0,0,0,0,0,0,0,.1,0,.3,0,.5-.1,0,0,.1-.1.2-.2.1-.2.2-.4,0-.6h0s0,0,0,0c-.2-.3-.5-.6-.7-.9-.1-.1-.2-.3-.4-.4h0s0,0,0,0c0,0,0,0,0-.1,0,0,0,0,0,0,0-.1,0-.3.1-.5h0c.1-.3.2-.7.3-1,0,0,0-.3,0-.4,0,0,0,0,0,0h0s0,0,0,0h0s0,0,0,0c-.2-.2-.4-.3-.7-.2h0c-.3,0-.5.2-.8.3-.3.1-.5.2-.7.3h0s0,0,0,0c-.2-.1-.5-.3-.7-.5-.2-.1-.3-.2-.5-.3h0s0,0,0,0ZM36.6,18.2c.2.1.4.1.6,0,.2,0,.5-.2.7-.3.2-.1.4-.2.7-.3h.1s-.4,1.5-.4,1.5c0,.1,0,.3,0,.4h0s0,0,0,0c.2.3.5.6.7.9.1.1.2.3.3.4h0c0,.1-.1.1-.1.1-.2,0-.4,0-.7,0-.3,0-.6,0-.8,0-.1,0-.2,0-.3,0,0,0-.1.1-.2.2-.2.2-.3.5-.5.7-.1.2-.2.4-.3.6h0c0,.1-.6-1.4-.6-1.4,0,0-.1-.2-.3-.3h0c-.3-.1-.6-.2-.9-.2-.3,0-.5-.1-.7-.2h-.1s0-.1,0-.1c.2-.1.3-.3.5-.4.2-.2.4-.3.6-.5.2-.2.2-.3.2-.6,0-.3,0-.6,0-.8,0-.2,0-.4,0-.7h0c0-.1.1,0,.1,0,.2.1.4.2.5.4.2.2.5.3.7.5h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M41.5,32.2v-.8c-.1,0-.2-.2-.2-.2,0-.5-.4-1.9-1-3.2-.3-.5-.5-.9-.8-1.3,0,0,0,0,0,0-.3-.4-.6-.7-1-1-2.5-1.8-5.7-1.4-7.8,1h-.1c0,.1-.2.1-.2.1-.5,0-1.1,0-1.7,0,0,0,0,0,0,0,6.2-8.6-.6-20.4-11.1-19.7-8.2.5-13.6,9.1-10.7,16.8,1.5,4.1,4.8,6.8,8.6,7.7-.2,1.1-.4,2.3-.5,3.5-.3,3.2.1,5.6,1.1,6.8.5.7,1.1,1,1.8,1.1,1.2.1,2.5-.7,3.3-1.3,1-.8,1.9-1.9,2.6-3,.2-.2.3-.4.5-.7h.1c0-.1,8.3-.1,8.3-.1v.2c1.3,1.9,2.5,3.2,3.7,4.1,1.3.9,2.4,1.1,3.4.8,1-.4,1.8-1.6,2.1-3.3.5-2.6.1-5.4-.3-7.3h0ZM29.8,18.9c.1,2.6-.7,5.1-2.1,7.2,0,0,0,0,0-.1,0-1.1,0-1.8-.3-2.9-.8-3.2-2.9-6.2-3-9.6,1.5.6,2.9,1.5,4,2.6.3.3,1.1,1.1,1.2,1.4,0,.4.2,1,.2,1.4h0ZM25.9,10.9c.2,0,1.3,1.3,1.5,1.6.6.8,1.2,1.7,1.5,2.6-1.3-1.1-2.8-2-4.3-2.7,0-.4.9-1.6,1.3-1.5ZM21.1,8.4c1.4.2,2.6.9,3.8,1.6-.7.5-1.2,1.1-1.4,1.9l-2.4-.6v-3ZM20.1,24.7c0-.3.1-.6.2-.9.8-3.7.7-7.6.8-11.4.7.2,1.5.2,2.2.6,0,1.8.5,3.5,1.1,5.2,1,2.6,2.7,5.6,2.1,8.4-.4,0-.7-.4-.9-.6,0,0-.2-.2-.3-.3-.4-.4-.9-.7-1.4-.9,0,0-.1,0-.2,0,0,0-.1,0-.2,0h-.1s0,0,0,0c-.5-.2-1-.2-1.3-.2h0c-.1,0-.2,0-.4,0-.5,0-1.1,0-1.6.2h0ZM20.1,8.2v3.1h-2.3c-.1-1.2-.9-2.4-2-2.9,1.4-.4,2.8-.4,4.3-.2h0ZM12.8,9.6c.6-.3.8-.5,1.6-.5,1.3,0,2.2.9,2.4,2.2-2.1.1-4.2.7-6.1,1.6l-2.2,1.2c1-1.9,2.5-3.5,4.4-4.5h0ZM8.4,24.9c-1.2-2.3-1.7-5.1-1.1-7.7.2-1,1-1.6,1.8-2.2,2.2-1.5,5.1-2.3,7.7-2.6,0,1.8-1.2,3.4-2.3,4.8-1.7,2.2-3.8,4.2-5.4,6.5-.3.4-.5.8-.8,1.2ZM15,30.3c-1.8-.6-3.7-1.8-5-3.2-.1-.1-.7-.9-.8-1-.1-.5.7-1.8,1.1-2.2,1.2-1.7,2.8-3.2,4.1-4.9,1.6-1.9,3.4-4.2,3.5-6.7,0-.1,1.9,0,2.2,0,0,.1,0,.2,0,.3-.2,4.8,0,8.6-1.3,12.6-1,.6-1.8,1.5-2.3,2.5-.3.7-.6,1.6-.9,2.7-.2,0-.5-.1-.6-.2h0ZM40.8,40c-.4,1.3-1,2-1.8,2.2-.1,0-.2,0-.3,0-1.3,0-3-1.4-5-4,0,0-.2-.2-.2-.4-.1-.2-.4-.7-.6-.7h-9.2c-.1.2-.4.5-.7,1.1-.1.2-.2.4-.3.5-.5.7-1.3,1.6-2.1,2.4-1.1,1-2.1,1.4-3,1.2-.9-.2-1.4-1.3-1.5-1.6-1.2-3.1-.2-9.2,1-12.2.7-1.6,2.2-2.8,3.8-3,1.4-.2,2.8.2,3.8,1,.2.2.4.4.5.6.3.3.5.6.8.6.8,0,1.7,0,2.7,0,.7,0,1.4,0,2.1,0,.1,0,.4-.4.5-.5.1-.2.3-.3.4-.4,1.2-1,2.8-1.4,4.4-1.1,1.5.4,2.8,1.4,3.4,2.8,1.3,3.1,2.1,8.7,1.2,11.7h0Z'/%3e%3cpath class='st1' d='M29.1,33.2c-.2,0-.5,0-.8,0s-.7,0-.8,0c-.2,0-.4.2-.5.4,0,.2,0,.4.1.6.2.2,1.4.3,1.9.2.4,0,.6-.4.6-.6s-.1-.5-.6-.6h0Z'/%3e%3cpath class='st1' d='M35,28.7s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M32.8,30.9s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M37.2,30.9s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M34.9,33.2c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.5-.6-.4Z'/%3e%3cpath class='st1' d='M24.9,31.1c0-.3-.2-.4-.5-.5h0c-.3,0-.5,0-.8-.1-.2,0-.5,0-.7-.1h0s0,0,0,0c-.1-.2-.2-.4-.3-.7,0-.2-.1-.3-.2-.5h0c0-.2-.2-.4-.4-.5-.3-.1-.7,0-.8.3-.1.2-.2.5-.3.7,0,.2-.2.4-.3.6,0,0,0,0,0,0h0c-.2,0-.4,0-.7,0-.2,0-.5,0-.7.1-.2,0-.4.2-.5.4,0,.2,0,.4.1.6.2.2.4.4.5.5.1.1.3.3.4.4,0,0,0,0,0,0,0,0,0,0,0,0l-.2,1.4h0c0,.3,0,.5.3.7.2.1.5.2.7,0,.2-.1.5-.2.7-.4.2,0,.3-.2.5-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.3.2.5.3.1,0,.3.2.4.2,0,0,0,0,0,0,.1,0,.3.1.5.1s.2,0,.3,0c.2,0,.3-.3.4-.5h0s0,0,0,0c0-.4,0-.7-.2-1.1,0-.2,0-.3,0-.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2-.2.3-.3.2-.2.5-.4.6-.6,0,0,.1-.2.2-.3,0,0,0,0,0-.1,0,0,0,0,0,0h0s0,0,0,0h0ZM23.2,32.3h0c0,.1-.2.2-.2.4h0s0,0,0,0c0,.3,0,.7.2,1,0,.2,0,.3,0,.5-.2,0-.4-.2-.5-.3-.2-.1-.5-.3-.7-.4-.1,0-.2,0-.3,0s-.2,0-.3,0c-.2,0-.5.2-.7.4-.2.1-.3.2-.5.3l.2-1.3h0c0-.1,0-.3,0-.5h0c-.2-.2-.4-.4-.6-.6-.2-.2-.3-.3-.5-.5.2,0,.4,0,.6,0,.2,0,.5,0,.7-.1.2,0,.4-.2.5-.4.1-.2.2-.5.3-.7,0-.2.2-.4.3-.5,0,.2.2.4.3.5.1.2.2.5.3.7.1.2.3.3.5.4.2,0,.5,0,.7.1.2,0,.4,0,.6,0l-1,1h0Z'/%3e%3cpath class='st1' d='M32,13c.1.1.3.2.4.3.1,0,.2.1.3.2,0,0,0,0,0,0,0,0,0,0,0,0v.9s0,0,0,0c0,.2.1.3.3.4.1,0,.3,0,.5,0,.1,0,.3-.2.4-.3,0,0,.2-.2.3-.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2,0,.4.1.1,0,.2,0,.3,0,0,0,0,0,0,0,0,0,.2,0,.3,0,0,0,.1,0,.2,0,.1,0,.2-.2.2-.4h0s0,0,0,0c0-.2-.2-.5-.3-.7,0-.1,0-.2-.1-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1-.2.2-.2.1-.2.2-.3.3-.5,0,0,0-.2,0-.2,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.2-.2-.3-.4-.3h0c-.2,0-.4,0-.5,0-.2,0-.3,0-.5,0h0s0,0,0,0c-.1-.1-.2-.3-.3-.4,0,0-.1-.2-.2-.3h0c0-.1-.2-.2-.3-.2-.2,0-.4,0-.5.3,0,.2,0,.3-.1.5,0,.2,0,.3-.1.4,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3.1-.4.2-.2,0-.3.1-.5.2-.2,0-.3.2-.3.4,0,.2,0,.3.2.4h0ZM32.8,12.5c.2,0,.3-.1.5-.2.1,0,.2-.2.3-.3,0-.2,0-.3.1-.5,0-.1,0-.3,0-.4,0,0,.2.2.2.3.1.1.2.3.3.4.1.1.2.2.4.2.2,0,.3,0,.5,0,.1,0,.3,0,.4,0l-.5.8h0c0,0,0,.2,0,.3h0s0,0,0,0c0,.2.2.4.2.6,0,0,0,.2.1.3-.1,0-.3,0-.4-.1-.2,0-.3-.1-.5-.1,0,0-.1,0-.2,0,0,0-.1,0-.2,0-.1,0-.3.2-.4.3,0,0-.2.2-.3.3v-.9s0,0,0,0c0,0,0-.2-.1-.3h0c-.1-.1-.3-.2-.5-.3-.1,0-.3-.1-.4-.2.1,0,.2,0,.4-.1h0Z'/%3e%3cpath class='st1' d='M35.8,16.8c-.1,0-.3-.2-.5-.2s0,0-.1,0c-.3,0-.6.3-.6.7,0,.3,0,.6,0,.8,0,.3,0,.5,0,.8h0s0,0,0,0c-.2.2-.4.3-.6.5-.2.2-.4.3-.6.5-.2.2-.3.4-.2.7,0,.2.2.4.4.5.2,0,.5.2.8.2.2,0,.4,0,.6.1,0,0,0,0,.1,0,0,0,0,0,0,0h0s.6,1.5.6,1.5c.1.2.3.4.5.4.2,0,.5,0,.6-.3.2-.2.3-.5.5-.7.1-.2.2-.4.3-.5,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.4,0,.6,0,.2,0,.4,0,.6,0,0,0,0,0,0,0,.1,0,.3,0,.5-.1,0,0,.1-.1.2-.2.1-.2.2-.4,0-.6h0s0,0,0,0c-.2-.3-.5-.6-.7-.9-.1-.1-.2-.3-.4-.4h0s0,0,0,0c0,0,0,0,0-.1,0,0,0,0,0,0,0-.1,0-.3.1-.5h0c.1-.3.2-.7.3-1,0,0,0-.3,0-.4,0,0,0,0,0,0h0s0,0,0,0h0s0,0,0,0c-.2-.2-.4-.3-.7-.2h0c-.3,0-.5.2-.8.3-.3.1-.5.2-.7.3h0s0,0,0,0c-.2-.1-.5-.3-.7-.5-.2-.1-.3-.2-.5-.3h0s0,0,0,0ZM36.6,18.2c.2.1.4.1.6,0,.2,0,.5-.2.7-.3.2-.1.4-.2.7-.3h.1s-.4,1.5-.4,1.5c0,.1,0,.3,0,.4h0s0,0,0,0c.2.3.5.6.7.9.1.1.2.3.3.4h0c0,.1-.1.1-.1.1-.2,0-.4,0-.7,0-.3,0-.6,0-.8,0-.1,0-.2,0-.3,0,0,0-.1.1-.2.2-.2.2-.3.5-.5.7-.1.2-.2.4-.3.6h0c0,.1-.6-1.4-.6-1.4,0,0-.1-.2-.3-.3h0c-.3-.1-.6-.2-.9-.2-.3,0-.5-.1-.7-.2h-.1s0-.1,0-.1c.2-.1.3-.3.5-.4.2-.2.4-.3.6-.5.2-.2.2-.3.2-.6,0-.3,0-.6,0-.8,0-.2,0-.4,0-.7h0c0-.1.1,0,.1,0,.2.1.4.2.5.4.2.2.5.3.7.5h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-esportmixactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M41.5,32.2v-.8c-.1,0-.2-.2-.2-.2,0-.5-.4-1.9-1-3.2-.3-.5-.5-.9-.8-1.3,0,0,0,0,0,0-.3-.4-.6-.7-1-1-2.5-1.8-5.7-1.4-7.8,1h-.1c0,.1-.2.1-.2.1-.5,0-1.1,0-1.7,0,0,0,0,0,0,0,6.2-8.6-.6-20.4-11.1-19.7-8.2.5-13.6,9.1-10.7,16.8,1.5,4.1,4.8,6.8,8.6,7.7-.2,1.1-.4,2.3-.5,3.5-.3,3.2.1,5.6,1.1,6.8.5.7,1.1,1,1.8,1.1,1.2.1,2.5-.7,3.3-1.3,1-.8,1.9-1.9,2.6-3,.2-.2.3-.4.5-.7h.1c0-.1,8.3-.1,8.3-.1v.2c1.3,1.9,2.5,3.2,3.7,4.1,1.3.9,2.4,1.1,3.4.8,1-.4,1.8-1.6,2.1-3.3.5-2.6.1-5.4-.3-7.3h0ZM29.8,18.9c.1,2.6-.7,5.1-2.1,7.2,0,0,0,0,0-.1,0-1.1,0-1.8-.3-2.9-.8-3.2-2.9-6.2-3-9.6,1.5.6,2.9,1.5,4,2.6.3.3,1.1,1.1,1.2,1.4,0,.4.2,1,.2,1.4h0ZM25.9,10.9c.2,0,1.3,1.3,1.5,1.6.6.8,1.2,1.7,1.5,2.6-1.3-1.1-2.8-2-4.3-2.7,0-.4.9-1.6,1.3-1.5ZM21.1,8.4c1.4.2,2.6.9,3.8,1.6-.7.5-1.2,1.1-1.4,1.9l-2.4-.6v-3ZM20.1,24.7c0-.3.1-.6.2-.9.8-3.7.7-7.6.8-11.4.7.2,1.5.2,2.2.6,0,1.8.5,3.5,1.1,5.2,1,2.6,2.7,5.6,2.1,8.4-.4,0-.7-.4-.9-.6,0,0-.2-.2-.3-.3-.4-.4-.9-.7-1.4-.9,0,0-.1,0-.2,0,0,0-.1,0-.2,0h-.1s0,0,0,0c-.5-.2-1-.2-1.3-.2h0c-.1,0-.2,0-.4,0-.5,0-1.1,0-1.6.2h0ZM20.1,8.2v3.1h-2.3c-.1-1.2-.9-2.4-2-2.9,1.4-.4,2.8-.4,4.3-.2h0ZM12.8,9.6c.6-.3.8-.5,1.6-.5,1.3,0,2.2.9,2.4,2.2-2.1.1-4.2.7-6.1,1.6l-2.2,1.2c1-1.9,2.5-3.5,4.4-4.5h0ZM8.4,24.9c-1.2-2.3-1.7-5.1-1.1-7.7.2-1,1-1.6,1.8-2.2,2.2-1.5,5.1-2.3,7.7-2.6,0,1.8-1.2,3.4-2.3,4.8-1.7,2.2-3.8,4.2-5.4,6.5-.3.4-.5.8-.8,1.2ZM15,30.3c-1.8-.6-3.7-1.8-5-3.2-.1-.1-.7-.9-.8-1-.1-.5.7-1.8,1.1-2.2,1.2-1.7,2.8-3.2,4.1-4.9,1.6-1.9,3.4-4.2,3.5-6.7,0-.1,1.9,0,2.2,0,0,.1,0,.2,0,.3-.2,4.8,0,8.6-1.3,12.6-1,.6-1.8,1.5-2.3,2.5-.3.7-.6,1.6-.9,2.7-.2,0-.5-.1-.6-.2h0ZM40.8,40c-.4,1.3-1,2-1.8,2.2-.1,0-.2,0-.3,0-1.3,0-3-1.4-5-4,0,0-.2-.2-.2-.4-.1-.2-.4-.7-.6-.7h-9.2c-.1.2-.4.5-.7,1.1-.1.2-.2.4-.3.5-.5.7-1.3,1.6-2.1,2.4-1.1,1-2.1,1.4-3,1.2-.9-.2-1.4-1.3-1.5-1.6-1.2-3.1-.2-9.2,1-12.2.7-1.6,2.2-2.8,3.8-3,1.4-.2,2.8.2,3.8,1,.2.2.4.4.5.6.3.3.5.6.8.6.8,0,1.7,0,2.7,0,.7,0,1.4,0,2.1,0,.1,0,.4-.4.5-.5.1-.2.3-.3.4-.4,1.2-1,2.8-1.4,4.4-1.1,1.5.4,2.8,1.4,3.4,2.8,1.3,3.1,2.1,8.7,1.2,11.7h0Z'/%3e%3cpath class='st1' d='M29.1,33.2c-.2,0-.5,0-.8,0s-.7,0-.8,0c-.2,0-.4.2-.5.4,0,.2,0,.4.1.6.2.2,1.4.3,1.9.2.4,0,.6-.4.6-.6s-.1-.5-.6-.6h0Z'/%3e%3cpath class='st1' d='M35,28.7s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M32.8,30.9s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M37.2,30.9s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M34.9,33.2c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.5-.6-.4Z'/%3e%3cpath class='st1' d='M24.9,31.1c0-.3-.2-.4-.5-.5h0c-.3,0-.5,0-.8-.1-.2,0-.5,0-.7-.1h0s0,0,0,0c-.1-.2-.2-.4-.3-.7,0-.2-.1-.3-.2-.5h0c0-.2-.2-.4-.4-.5-.3-.1-.7,0-.8.3-.1.2-.2.5-.3.7,0,.2-.2.4-.3.6,0,0,0,0,0,0h0c-.2,0-.4,0-.7,0-.2,0-.5,0-.7.1-.2,0-.4.2-.5.4,0,.2,0,.4.1.6.2.2.4.4.5.5.1.1.3.3.4.4,0,0,0,0,0,0,0,0,0,0,0,0l-.2,1.4h0c0,.3,0,.5.3.7.2.1.5.2.7,0,.2-.1.5-.2.7-.4.2,0,.3-.2.5-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.3.2.5.3.1,0,.3.2.4.2,0,0,0,0,0,0,.1,0,.3.1.5.1s.2,0,.3,0c.2,0,.3-.3.4-.5h0s0,0,0,0c0-.4,0-.7-.2-1.1,0-.2,0-.3,0-.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2-.2.3-.3.2-.2.5-.4.6-.6,0,0,.1-.2.2-.3,0,0,0,0,0-.1,0,0,0,0,0,0h0s0,0,0,0h0ZM23.2,32.3h0c0,.1-.2.2-.2.4h0s0,0,0,0c0,.3,0,.7.2,1,0,.2,0,.3,0,.5-.2,0-.4-.2-.5-.3-.2-.1-.5-.3-.7-.4-.1,0-.2,0-.3,0s-.2,0-.3,0c-.2,0-.5.2-.7.4-.2.1-.3.2-.5.3l.2-1.3h0c0-.1,0-.3,0-.5h0c-.2-.2-.4-.4-.6-.6-.2-.2-.3-.3-.5-.5.2,0,.4,0,.6,0,.2,0,.5,0,.7-.1.2,0,.4-.2.5-.4.1-.2.2-.5.3-.7,0-.2.2-.4.3-.5,0,.2.2.4.3.5.1.2.2.5.3.7.1.2.3.3.5.4.2,0,.5,0,.7.1.2,0,.4,0,.6,0l-1,1h0Z'/%3e%3cpath class='st1' d='M32,13c.1.1.3.2.4.3.1,0,.2.1.3.2,0,0,0,0,0,0,0,0,0,0,0,0v.9s0,0,0,0c0,.2.1.3.3.4.1,0,.3,0,.5,0,.1,0,.3-.2.4-.3,0,0,.2-.2.3-.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2,0,.4.1.1,0,.2,0,.3,0,0,0,0,0,0,0,0,0,.2,0,.3,0,0,0,.1,0,.2,0,.1,0,.2-.2.2-.4h0s0,0,0,0c0-.2-.2-.5-.3-.7,0-.1,0-.2-.1-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1-.2.2-.2.1-.2.2-.3.3-.5,0,0,0-.2,0-.2,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.2-.2-.3-.4-.3h0c-.2,0-.4,0-.5,0-.2,0-.3,0-.5,0h0s0,0,0,0c-.1-.1-.2-.3-.3-.4,0,0-.1-.2-.2-.3h0c0-.1-.2-.2-.3-.2-.2,0-.4,0-.5.3,0,.2,0,.3-.1.5,0,.2,0,.3-.1.4,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3.1-.4.2-.2,0-.3.1-.5.2-.2,0-.3.2-.3.4,0,.2,0,.3.2.4h0ZM32.8,12.5c.2,0,.3-.1.5-.2.1,0,.2-.2.3-.3,0-.2,0-.3.1-.5,0-.1,0-.3,0-.4,0,0,.2.2.2.3.1.1.2.3.3.4.1.1.2.2.4.2.2,0,.3,0,.5,0,.1,0,.3,0,.4,0l-.5.8h0c0,0,0,.2,0,.3h0s0,0,0,0c0,.2.2.4.2.6,0,0,0,.2.1.3-.1,0-.3,0-.4-.1-.2,0-.3-.1-.5-.1,0,0-.1,0-.2,0,0,0-.1,0-.2,0-.1,0-.3.2-.4.3,0,0-.2.2-.3.3v-.9s0,0,0,0c0,0,0-.2-.1-.3h0c-.1-.1-.3-.2-.5-.3-.1,0-.3-.1-.4-.2.1,0,.2,0,.4-.1h0Z'/%3e%3cpath class='st1' d='M35.8,16.8c-.1,0-.3-.2-.5-.2s0,0-.1,0c-.3,0-.6.3-.6.7,0,.3,0,.6,0,.8,0,.3,0,.5,0,.8h0s0,0,0,0c-.2.2-.4.3-.6.5-.2.2-.4.3-.6.5-.2.2-.3.4-.2.7,0,.2.2.4.4.5.2,0,.5.2.8.2.2,0,.4,0,.6.1,0,0,0,0,.1,0,0,0,0,0,0,0h0s.6,1.5.6,1.5c.1.2.3.4.5.4.2,0,.5,0,.6-.3.2-.2.3-.5.5-.7.1-.2.2-.4.3-.5,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.4,0,.6,0,.2,0,.4,0,.6,0,0,0,0,0,0,0,.1,0,.3,0,.5-.1,0,0,.1-.1.2-.2.1-.2.2-.4,0-.6h0s0,0,0,0c-.2-.3-.5-.6-.7-.9-.1-.1-.2-.3-.4-.4h0s0,0,0,0c0,0,0,0,0-.1,0,0,0,0,0,0,0-.1,0-.3.1-.5h0c.1-.3.2-.7.3-1,0,0,0-.3,0-.4,0,0,0,0,0,0h0s0,0,0,0h0s0,0,0,0c-.2-.2-.4-.3-.7-.2h0c-.3,0-.5.2-.8.3-.3.1-.5.2-.7.3h0s0,0,0,0c-.2-.1-.5-.3-.7-.5-.2-.1-.3-.2-.5-.3h0s0,0,0,0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M41.5,32.2v-.8c-.1,0-.2-.2-.2-.2,0-.5-.4-1.9-1-3.2-.3-.5-.5-.9-.8-1.3,0,0,0,0,0,0-.3-.4-.6-.7-1-1-2.5-1.8-5.7-1.4-7.8,1h-.1c0,.1-.2.1-.2.1-.5,0-1.1,0-1.7,0,0,0,0,0,0,0,6.2-8.6-.6-20.4-11.1-19.7-8.2.5-13.6,9.1-10.7,16.8,1.5,4.1,4.8,6.8,8.6,7.7-.2,1.1-.4,2.3-.5,3.5-.3,3.2.1,5.6,1.1,6.8.5.7,1.1,1,1.8,1.1,1.2.1,2.5-.7,3.3-1.3,1-.8,1.9-1.9,2.6-3,.2-.2.3-.4.5-.7h.1c0-.1,8.3-.1,8.3-.1v.2c1.3,1.9,2.5,3.2,3.7,4.1,1.3.9,2.4,1.1,3.4.8,1-.4,1.8-1.6,2.1-3.3.5-2.6.1-5.4-.3-7.3h0ZM29.8,18.9c.1,2.6-.7,5.1-2.1,7.2,0,0,0,0,0-.1,0-1.1,0-1.8-.3-2.9-.8-3.2-2.9-6.2-3-9.6,1.5.6,2.9,1.5,4,2.6.3.3,1.1,1.1,1.2,1.4,0,.4.2,1,.2,1.4h0ZM25.9,10.9c.2,0,1.3,1.3,1.5,1.6.6.8,1.2,1.7,1.5,2.6-1.3-1.1-2.8-2-4.3-2.7,0-.4.9-1.6,1.3-1.5ZM21.1,8.4c1.4.2,2.6.9,3.8,1.6-.7.5-1.2,1.1-1.4,1.9l-2.4-.6v-3ZM20.1,24.7c0-.3.1-.6.2-.9.8-3.7.7-7.6.8-11.4.7.2,1.5.2,2.2.6,0,1.8.5,3.5,1.1,5.2,1,2.6,2.7,5.6,2.1,8.4-.4,0-.7-.4-.9-.6,0,0-.2-.2-.3-.3-.4-.4-.9-.7-1.4-.9,0,0-.1,0-.2,0,0,0-.1,0-.2,0h-.1s0,0,0,0c-.5-.2-1-.2-1.3-.2h0c-.1,0-.2,0-.4,0-.5,0-1.1,0-1.6.2h0ZM20.1,8.2v3.1h-2.3c-.1-1.2-.9-2.4-2-2.9,1.4-.4,2.8-.4,4.3-.2h0ZM12.8,9.6c.6-.3.8-.5,1.6-.5,1.3,0,2.2.9,2.4,2.2-2.1.1-4.2.7-6.1,1.6l-2.2,1.2c1-1.9,2.5-3.5,4.4-4.5h0ZM8.4,24.9c-1.2-2.3-1.7-5.1-1.1-7.7.2-1,1-1.6,1.8-2.2,2.2-1.5,5.1-2.3,7.7-2.6,0,1.8-1.2,3.4-2.3,4.8-1.7,2.2-3.8,4.2-5.4,6.5-.3.4-.5.8-.8,1.2ZM15,30.3c-1.8-.6-3.7-1.8-5-3.2-.1-.1-.7-.9-.8-1-.1-.5.7-1.8,1.1-2.2,1.2-1.7,2.8-3.2,4.1-4.9,1.6-1.9,3.4-4.2,3.5-6.7,0-.1,1.9,0,2.2,0,0,.1,0,.2,0,.3-.2,4.8,0,8.6-1.3,12.6-1,.6-1.8,1.5-2.3,2.5-.3.7-.6,1.6-.9,2.7-.2,0-.5-.1-.6-.2h0ZM40.8,40c-.4,1.3-1,2-1.8,2.2-.1,0-.2,0-.3,0-1.3,0-3-1.4-5-4,0,0-.2-.2-.2-.4-.1-.2-.4-.7-.6-.7h-9.2c-.1.2-.4.5-.7,1.1-.1.2-.2.4-.3.5-.5.7-1.3,1.6-2.1,2.4-1.1,1-2.1,1.4-3,1.2-.9-.2-1.4-1.3-1.5-1.6-1.2-3.1-.2-9.2,1-12.2.7-1.6,2.2-2.8,3.8-3,1.4-.2,2.8.2,3.8,1,.2.2.4.4.5.6.3.3.5.6.8.6.8,0,1.7,0,2.7,0,.7,0,1.4,0,2.1,0,.1,0,.4-.4.5-.5.1-.2.3-.3.4-.4,1.2-1,2.8-1.4,4.4-1.1,1.5.4,2.8,1.4,3.4,2.8,1.3,3.1,2.1,8.7,1.2,11.7h0Z'/%3e%3cpath class='st1' d='M29.1,33.2c-.2,0-.5,0-.8,0s-.7,0-.8,0c-.2,0-.4.2-.5.4,0,.2,0,.4.1.6.2.2,1.4.3,1.9.2.4,0,.6-.4.6-.6s-.1-.5-.6-.6h0Z'/%3e%3cpath class='st1' d='M35,28.7s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M32.8,30.9s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M37.2,30.9s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M34.9,33.2c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.5-.6-.4Z'/%3e%3cpath class='st1' d='M24.9,31.1c0-.3-.2-.4-.5-.5h0c-.3,0-.5,0-.8-.1-.2,0-.5,0-.7-.1h0s0,0,0,0c-.1-.2-.2-.4-.3-.7,0-.2-.1-.3-.2-.5h0c0-.2-.2-.4-.4-.5-.3-.1-.7,0-.8.3-.1.2-.2.5-.3.7,0,.2-.2.4-.3.6,0,0,0,0,0,0h0c-.2,0-.4,0-.7,0-.2,0-.5,0-.7.1-.2,0-.4.2-.5.4,0,.2,0,.4.1.6.2.2.4.4.5.5.1.1.3.3.4.4,0,0,0,0,0,0,0,0,0,0,0,0l-.2,1.4h0c0,.3,0,.5.3.7.2.1.5.2.7,0,.2-.1.5-.2.7-.4.2,0,.3-.2.5-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.3.2.5.3.1,0,.3.2.4.2,0,0,0,0,0,0,.1,0,.3.1.5.1s.2,0,.3,0c.2,0,.3-.3.4-.5h0s0,0,0,0c0-.4,0-.7-.2-1.1,0-.2,0-.3,0-.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2-.2.3-.3.2-.2.5-.4.6-.6,0,0,.1-.2.2-.3,0,0,0,0,0-.1,0,0,0,0,0,0h0s0,0,0,0h0ZM23.2,32.3h0c0,.1-.2.2-.2.4h0s0,0,0,0c0,.3,0,.7.2,1,0,.2,0,.3,0,.5-.2,0-.4-.2-.5-.3-.2-.1-.5-.3-.7-.4-.1,0-.2,0-.3,0s-.2,0-.3,0c-.2,0-.5.2-.7.4-.2.1-.3.2-.5.3l.2-1.3h0c0-.1,0-.3,0-.5h0c-.2-.2-.4-.4-.6-.6-.2-.2-.3-.3-.5-.5.2,0,.4,0,.6,0,.2,0,.5,0,.7-.1.2,0,.4-.2.5-.4.1-.2.2-.5.3-.7,0-.2.2-.4.3-.5,0,.2.2.4.3.5.1.2.2.5.3.7.1.2.3.3.5.4.2,0,.5,0,.7.1.2,0,.4,0,.6,0l-1,1h0Z'/%3e%3cpath class='st1' d='M32,13c.1.1.3.2.4.3.1,0,.2.1.3.2,0,0,0,0,0,0,0,0,0,0,0,0v.9s0,0,0,0c0,.2.1.3.3.4.1,0,.3,0,.5,0,.1,0,.3-.2.4-.3,0,0,.2-.2.3-.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2,0,.4.1.1,0,.2,0,.3,0,0,0,0,0,0,0,0,0,.2,0,.3,0,0,0,.1,0,.2,0,.1,0,.2-.2.2-.4h0s0,0,0,0c0-.2-.2-.5-.3-.7,0-.1,0-.2-.1-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1-.2.2-.2.1-.2.2-.3.3-.5,0,0,0-.2,0-.2,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.2-.2-.3-.4-.3h0c-.2,0-.4,0-.5,0-.2,0-.3,0-.5,0h0s0,0,0,0c-.1-.1-.2-.3-.3-.4,0,0-.1-.2-.2-.3h0c0-.1-.2-.2-.3-.2-.2,0-.4,0-.5.3,0,.2,0,.3-.1.5,0,.2,0,.3-.1.4,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3.1-.4.2-.2,0-.3.1-.5.2-.2,0-.3.2-.3.4,0,.2,0,.3.2.4h0ZM32.8,12.5c.2,0,.3-.1.5-.2.1,0,.2-.2.3-.3,0-.2,0-.3.1-.5,0-.1,0-.3,0-.4,0,0,.2.2.2.3.1.1.2.3.3.4.1.1.2.2.4.2.2,0,.3,0,.5,0,.1,0,.3,0,.4,0l-.5.8h0c0,0,0,.2,0,.3h0s0,0,0,0c0,.2.2.4.2.6,0,0,0,.2.1.3-.1,0-.3,0-.4-.1-.2,0-.3-.1-.5-.1,0,0-.1,0-.2,0,0,0-.1,0-.2,0-.1,0-.3.2-.4.3,0,0-.2.2-.3.3v-.9s0,0,0,0c0,0,0-.2-.1-.3h0c-.1-.1-.3-.2-.5-.3-.1,0-.3-.1-.4-.2.1,0,.2,0,.4-.1h0Z'/%3e%3cpath class='st1' d='M35.8,16.8c-.1,0-.3-.2-.5-.2s0,0-.1,0c-.3,0-.6.3-.6.7,0,.3,0,.6,0,.8,0,.3,0,.5,0,.8h0s0,0,0,0c-.2.2-.4.3-.6.5-.2.2-.4.3-.6.5-.2.2-.3.4-.2.7,0,.2.2.4.4.5.2,0,.5.2.8.2.2,0,.4,0,.6.1,0,0,0,0,.1,0,0,0,0,0,0,0h0s.6,1.5.6,1.5c.1.2.3.4.5.4.2,0,.5,0,.6-.3.2-.2.3-.5.5-.7.1-.2.2-.4.3-.5,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.4,0,.6,0,.2,0,.4,0,.6,0,0,0,0,0,0,0,.1,0,.3,0,.5-.1,0,0,.1-.1.2-.2.1-.2.2-.4,0-.6h0s0,0,0,0c-.2-.3-.5-.6-.7-.9-.1-.1-.2-.3-.4-.4h0s0,0,0,0c0,0,0,0,0-.1,0,0,0,0,0,0,0-.1,0-.3.1-.5h0c.1-.3.2-.7.3-1,0,0,0-.3,0-.4,0,0,0,0,0,0h0s0,0,0,0h0s0,0,0,0c-.2-.2-.4-.3-.7-.2h0c-.3,0-.5.2-.8.3-.3.1-.5.2-.7.3h0s0,0,0,0c-.2-.1-.5-.3-.7-.5-.2-.1-.3-.2-.5-.3h0s0,0,0,0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-slot {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='5' y='7' width='38' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M42.8,38c0,0,0-.1,0-.2,0-4.3.4-8.9,0-13.1,0-.7-.3-1.3-.8-1.7-.3-.4-.8-.6-1.3-.7-1.4-.2-3.2-.2-4.9,0-1.4,0-2.7,0-4,0,0,0,0,0-.1,0-.6,0-1.1.3-1.5.7,0,0,0,0,0,0-.1,0-.2-.2-.3-.2-.2-.2-.4-.3-.7-.4-.2,0-.5-.2-.8-.2-1.4-.1-3,0-4.5,0-1.4,0-2.7,0-4,0,0,0-.1,0-.2,0-.6,0-1.1.3-1.5.7,0,0,0,0,0,0-.1,0-.2-.2-.3-.2-.2-.2-.4-.3-.7-.4-.2,0-.5-.2-.8-.2-1.4-.1-2.9,0-4.4,0-1.4,0-2.9-.1-4.1,0,0,0,0,0,0,0-1.3.1-2.4,1.1-2.5,2.5-.4,4.2.1,8.8,0,13.1,0,0,0,0,0,.2,0,.4,0,1.5,0,2.2,0,0,0,.1,0,.2,0,.8.5,1.5,1.1,2,0,0,0,0,0,0,0,0,0,0,0,0,.3.2.7.4,1.1.4,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,.7,0,1.1-.4,1.6-.7h0s0,0,0,0c0,0,.2.1.3.2.4.3.8.5,1.2.5,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,.7,0,1.1-.4,1.6-.7h0s0,0,0,0c0,0,.2.1.3.2.4.3.8.5,1.2.5,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,1.3-.1,2.3-1.2,2.4-2.5,0,0,0-.2,0-.2,0-.7,0-1.8,0-2.2h0ZM41.4,38c-.2.8.3,2.5-.4,3.2,0,0-.2.2-.3.2,0,0-.1,0-.2,0h-9.1c0,0,0,0,0,0-.2,0-.3-.2-.5-.3,0-.1-.2-.3-.2-.4v-.8c0-.4-.3-.7-.7-.7h0c-.4,0-.7.3-.7.7v.8c-.1.6-.5.9-1.1,1,0,0,0,0,0,0-1.3,0-2.6,0-3.9,0-1.5,0-3.1-.1-4.5,0-.3,0-.6-.2-.8-.4,0-.1-.2-.3-.2-.4v-.8c0-.4-.3-.7-.7-.7h0c-.4,0-.7.3-.7.7v.8c0,.5-.4.8-.8.9h-5.9c-.9,0-1.8,0-2.7,0h-.2c-.3,0-.6-.2-.8-.5-.5-.8,0-2.3-.2-3.1,0,0,0,0,0,0v-7.4c.1-.8.1-1.8,0-2.7v-3.2c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v.3h0v1c0,.4.3.7.7.7h0c.4,0,.7-.3.7-.7v-1h0v-.3c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v.3h0v1c0,.4.3.7.7.7h0c.4,0,.7-.3.7-.7v-1h0v-.3c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v3.2c0,1,0,1.9,0,2.7v7.4s0,0,0,0h0Z'/%3e%3cpath class='st1' d='M18.7,12.8c.6.6,1.2,1.2,1.7,1.8.1.5-.6,2.8-.6,3.5,0,.4.3.7.7.7l3.5-1.7c.7.2,2.9,1.8,3.5,1.7.3,0,.6-.4.6-.6l-.6-3.6c.4-.7,2.5-2.1,2.7-2.8,0-.2,0-.5-.2-.6-.5-.5-3.1-.4-3.8-.8-.5-.6-1.3-3.2-1.9-3.4-.1,0-.3,0-.5,0-.6.2-1.5,2.8-1.9,3.4-.6.5-5.5,0-3.7,2,.2.2.4.3.6.4h0ZM20.3,12.1c.8-.1,1.6-.2,2.4-.4.3-.2.9-1.8,1.1-2.2,0,0,0-.2.2-.1l1.2,2.3,2.7.4c0,.2,0,.2-.2.3-.4.4-1.6,1.2-1.7,1.7-.1.5.5,2.5.3,2.7l-2.4-1.2-2.5,1.1c-.1-.1.5-2.1.3-2.6-.1-.5-1.4-1.5-1.9-1.9,0-.2.1-.1.3-.1h0Z'/%3e%3cpath class='st1' d='M34.6,16.7c.2.8-1,3.4.2,3.5.6,0,2.2-1.1,2.9-1.3.7.2,2.3,1.4,2.9,1.3,1.1-.2-.1-2.8,0-3.5.4-.7,2.8-1.9,1.9-2.8-.4-.4-2.4-.3-3.1-.6-.5-.5-1-2.4-1.5-2.7-.1,0-.2,0-.4,0-.2,0-.4.1-.5.3-.4.4-1,2.3-1.3,2.5-.8.4-3.6,0-3.3,1.3.1.6,1.7,1.6,2.1,2.2h0ZM36.8,14.4c.2-.2.5-1.1.8-1.5,0,0,0-.2.2-.1l.9,1.7,1.9.3c-.1.6-1.2.9-1.3,1.5-.1.5.2,1.4.3,1.9,0,0-1.4-.8-1.9-.8-.4,0-1.7.9-1.8.8,0-.5.4-1.3.3-1.8-.1-.6-1.1-1-1.4-1.6.5-.1,1.7,0,2-.4h0Z'/%3e%3cpath class='st1' d='M7.2,16.7c.2.8-1.1,3.5.3,3.5,1-.2,1.8-1,2.8-1.3.7.2,2.3,1.4,2.9,1.3,1.1-.2,0-2.8,0-3.5.4-.7,2.7-1.9,1.9-2.8-.4-.4-2.4-.4-3-.6-.5-.5-1.1-2.5-1.6-2.7-.1,0-.2,0-.4,0-.2,0-.4.1-.5.3-.4.4-1,2.3-1.3,2.5-.7.3-2.9.2-3.2.8-.4,1,1.6,1.9,2,2.7h0ZM9.3,14.5c.3-.2.6-1.2.8-1.6,0,0,0-.2.2-.1.2.4.5,1.4.8,1.6.4.3,1.5.3,2,.4l-1.4,1.5.3,1.9c0,0-1.4-.8-1.8-.8-.6,0-1.3.7-1.9.8,0-.5.4-1.4.3-1.9-.1-.6-1.1-.9-1.3-1.5l1.9-.3h0Z'/%3e%3cpath class='st1' d='M38.4,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3cpath class='st1' d='M14.3,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3cpath class='st1' d='M26.3,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='5' y='7' width='38' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M42.8,38c0,0,0-.1,0-.2,0-4.3.4-8.9,0-13.1,0-.7-.3-1.3-.8-1.7-.3-.4-.8-.6-1.3-.7-1.4-.2-3.2-.2-4.9,0-1.4,0-2.7,0-4,0,0,0,0,0-.1,0-.6,0-1.1.3-1.5.7,0,0,0,0,0,0-.1,0-.2-.2-.3-.2-.2-.2-.4-.3-.7-.4-.2,0-.5-.2-.8-.2-1.4-.1-3,0-4.5,0-1.4,0-2.7,0-4,0,0,0-.1,0-.2,0-.6,0-1.1.3-1.5.7,0,0,0,0,0,0-.1,0-.2-.2-.3-.2-.2-.2-.4-.3-.7-.4-.2,0-.5-.2-.8-.2-1.4-.1-2.9,0-4.4,0-1.4,0-2.9-.1-4.1,0,0,0,0,0,0,0-1.3.1-2.4,1.1-2.5,2.5-.4,4.2.1,8.8,0,13.1,0,0,0,0,0,.2,0,.4,0,1.5,0,2.2,0,0,0,.1,0,.2,0,.8.5,1.5,1.1,2,0,0,0,0,0,0,0,0,0,0,0,0,.3.2.7.4,1.1.4,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,.7,0,1.1-.4,1.6-.7h0s0,0,0,0c0,0,.2.1.3.2.4.3.8.5,1.2.5,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,.7,0,1.1-.4,1.6-.7h0s0,0,0,0c0,0,.2.1.3.2.4.3.8.5,1.2.5,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,1.3-.1,2.3-1.2,2.4-2.5,0,0,0-.2,0-.2,0-.7,0-1.8,0-2.2h0ZM41.4,38c-.2.8.3,2.5-.4,3.2,0,0-.2.2-.3.2,0,0-.1,0-.2,0h-9.1c0,0,0,0,0,0-.2,0-.3-.2-.5-.3,0-.1-.2-.3-.2-.4v-.8c0-.4-.3-.7-.7-.7h0c-.4,0-.7.3-.7.7v.8c-.1.6-.5.9-1.1,1,0,0,0,0,0,0-1.3,0-2.6,0-3.9,0-1.5,0-3.1-.1-4.5,0-.3,0-.6-.2-.8-.4,0-.1-.2-.3-.2-.4v-.8c0-.4-.3-.7-.7-.7h0c-.4,0-.7.3-.7.7v.8c0,.5-.4.8-.8.9h-5.9c-.9,0-1.8,0-2.7,0h-.2c-.3,0-.6-.2-.8-.5-.5-.8,0-2.3-.2-3.1,0,0,0,0,0,0v-7.4c.1-.8.1-1.8,0-2.7v-3.2c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v.3h0v1c0,.4.3.7.7.7h0c.4,0,.7-.3.7-.7v-1h0v-.3c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v.3h0v1c0,.4.3.7.7.7h0c.4,0,.7-.3.7-.7v-1h0v-.3c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v3.2c0,1,0,1.9,0,2.7v7.4s0,0,0,0h0Z'/%3e%3cpath class='st1' d='M18.7,12.8c.6.6,1.2,1.2,1.7,1.8.1.5-.6,2.8-.6,3.5,0,.4.3.7.7.7l3.5-1.7c.7.2,2.9,1.8,3.5,1.7.3,0,.6-.4.6-.6l-.6-3.6c.4-.7,2.5-2.1,2.7-2.8,0-.2,0-.5-.2-.6-.5-.5-3.1-.4-3.8-.8-.5-.6-1.3-3.2-1.9-3.4-.1,0-.3,0-.5,0-.6.2-1.5,2.8-1.9,3.4-.6.5-5.5,0-3.7,2,.2.2.4.3.6.4h0ZM20.3,12.1c.8-.1,1.6-.2,2.4-.4.3-.2.9-1.8,1.1-2.2,0,0,0-.2.2-.1l1.2,2.3,2.7.4c0,.2,0,.2-.2.3-.4.4-1.6,1.2-1.7,1.7-.1.5.5,2.5.3,2.7l-2.4-1.2-2.5,1.1c-.1-.1.5-2.1.3-2.6-.1-.5-1.4-1.5-1.9-1.9,0-.2.1-.1.3-.1h0Z'/%3e%3cpath class='st1' d='M34.6,16.7c.2.8-1,3.4.2,3.5.6,0,2.2-1.1,2.9-1.3.7.2,2.3,1.4,2.9,1.3,1.1-.2-.1-2.8,0-3.5.4-.7,2.8-1.9,1.9-2.8-.4-.4-2.4-.3-3.1-.6-.5-.5-1-2.4-1.5-2.7-.1,0-.2,0-.4,0-.2,0-.4.1-.5.3-.4.4-1,2.3-1.3,2.5-.8.4-3.6,0-3.3,1.3.1.6,1.7,1.6,2.1,2.2h0ZM36.8,14.4c.2-.2.5-1.1.8-1.5,0,0,0-.2.2-.1l.9,1.7,1.9.3c-.1.6-1.2.9-1.3,1.5-.1.5.2,1.4.3,1.9,0,0-1.4-.8-1.9-.8-.4,0-1.7.9-1.8.8,0-.5.4-1.3.3-1.8-.1-.6-1.1-1-1.4-1.6.5-.1,1.7,0,2-.4h0Z'/%3e%3cpath class='st1' d='M7.2,16.7c.2.8-1.1,3.5.3,3.5,1-.2,1.8-1,2.8-1.3.7.2,2.3,1.4,2.9,1.3,1.1-.2,0-2.8,0-3.5.4-.7,2.7-1.9,1.9-2.8-.4-.4-2.4-.4-3-.6-.5-.5-1.1-2.5-1.6-2.7-.1,0-.2,0-.4,0-.2,0-.4.1-.5.3-.4.4-1,2.3-1.3,2.5-.7.3-2.9.2-3.2.8-.4,1,1.6,1.9,2,2.7h0ZM9.3,14.5c.3-.2.6-1.2.8-1.6,0,0,0-.2.2-.1.2.4.5,1.4.8,1.6.4.3,1.5.3,2,.4l-1.4,1.5.3,1.9c0,0-1.4-.8-1.8-.8-.6,0-1.3.7-1.9.8,0-.5.4-1.4.3-1.9-.1-.6-1.1-.9-1.3-1.5l1.9-.3h0Z'/%3e%3cpath class='st1' d='M38.4,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3cpath class='st1' d='M14.3,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3cpath class='st1' d='M26.3,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-slotactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='5' y='7' width='38' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M42.8,38c0,0,0-.1,0-.2,0-4.3.4-8.9,0-13.1,0-.7-.3-1.3-.8-1.7-.3-.4-.8-.6-1.3-.7-1.4-.2-3.2-.2-4.9,0-1.4,0-2.7,0-4,0,0,0,0,0-.1,0-.6,0-1.1.3-1.5.7,0,0,0,0,0,0-.1,0-.2-.2-.3-.2-.2-.2-.4-.3-.7-.4-.2,0-.5-.2-.8-.2-1.4-.1-3,0-4.5,0-1.4,0-2.7,0-4,0,0,0-.1,0-.2,0-.6,0-1.1.3-1.5.7,0,0,0,0,0,0-.1,0-.2-.2-.3-.2-.2-.2-.4-.3-.7-.4-.2,0-.5-.2-.8-.2-1.4-.1-2.9,0-4.4,0-1.4,0-2.9-.1-4.1,0,0,0,0,0,0,0-1.3.1-2.4,1.1-2.5,2.5-.4,4.2.1,8.8,0,13.1,0,0,0,0,0,.2,0,.4,0,1.5,0,2.2,0,0,0,.1,0,.2,0,.8.5,1.5,1.1,2,0,0,0,0,0,0,0,0,0,0,0,0,.3.2.7.4,1.1.4,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,.7,0,1.1-.4,1.6-.7h0s0,0,0,0c0,0,.2.1.3.2.4.3.8.5,1.2.5,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,.7,0,1.1-.4,1.6-.7h0s0,0,0,0c0,0,.2.1.3.2.4.3.8.5,1.2.5,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,1.3-.1,2.3-1.2,2.4-2.5,0,0,0-.2,0-.2,0-.7,0-1.8,0-2.2h0ZM41.4,38c-.2.8.3,2.5-.4,3.2,0,0-.2.2-.3.2,0,0-.1,0-.2,0h-9.1c0,0,0,0,0,0-.2,0-.3-.2-.5-.3,0-.1-.2-.3-.2-.4v-.8c0-.4-.3-.7-.7-.7h0c-.4,0-.7.3-.7.7v.8c-.1.6-.5.9-1.1,1,0,0,0,0,0,0-1.3,0-2.6,0-3.9,0-1.5,0-3.1-.1-4.5,0-.3,0-.6-.2-.8-.4,0-.1-.2-.3-.2-.4v-.8c0-.4-.3-.7-.7-.7h0c-.4,0-.7.3-.7.7v.8c0,.5-.4.8-.8.9h-5.9c-.9,0-1.8,0-2.7,0h-.2c-.3,0-.6-.2-.8-.5-.5-.8,0-2.3-.2-3.1,0,0,0,0,0,0v-7.4c.1-.8.1-1.8,0-2.7v-3.2c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v.3h0v1c0,.4.3.7.7.7h0c.4,0,.7-.3.7-.7v-1h0v-.3c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v.3h0v1c0,.4.3.7.7.7h0c.4,0,.7-.3.7-.7v-1h0v-.3c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v3.2c0,1,0,1.9,0,2.7v7.4s0,0,0,0h0Z'/%3e%3cpath class='st1' d='M18.7,12.8c.6.6,1.2,1.2,1.7,1.8.1.5-.6,2.8-.6,3.5,0,.4.3.7.7.7l3.5-1.7c.7.2,2.9,1.8,3.5,1.7.3,0,.6-.4.6-.6l-.6-3.6c.4-.7,2.5-2.1,2.7-2.8,0-.2,0-.5-.2-.6-.5-.5-3.1-.4-3.8-.8-.5-.6-1.3-3.2-1.9-3.4-.1,0-.3,0-.5,0-.6.2-1.5,2.8-1.9,3.4-.6.5-5.5,0-3.7,2,.2.2.4.3.6.4h0Z'/%3e%3cpath class='st1' d='M34.6,16.7c.2.8-1,3.4.2,3.5.6,0,2.2-1.1,2.9-1.3.7.2,2.3,1.4,2.9,1.3,1.1-.2-.1-2.8,0-3.5.4-.7,2.8-1.9,1.9-2.8-.4-.4-2.4-.3-3.1-.6-.5-.5-1-2.4-1.5-2.7-.1,0-.2,0-.4,0-.2,0-.4.1-.5.3-.4.4-1,2.3-1.3,2.5-.8.4-3.6,0-3.3,1.3.1.6,1.7,1.6,2.1,2.2h0ZM36.8,14.4c.2-.2.5-1.1.8-1.5,0,0,0-.2.2-.1l.9,1.7,1.9.3c-.1.6-1.2.9-1.3,1.5-.1.5.2,1.4.3,1.9,0,0-1.4-.8-1.9-.8-.4,0-1.7.9-1.8.8,0-.5.4-1.3.3-1.8-.1-.6-1.1-1-1.4-1.6.5-.1,1.7,0,2-.4h0Z'/%3e%3cpath class='st1' d='M7.2,16.7c.2.8-1.1,3.5.3,3.5,1-.2,1.8-1,2.8-1.3.7.2,2.3,1.4,2.9,1.3,1.1-.2,0-2.8,0-3.5.4-.7,2.7-1.9,1.9-2.8-.4-.4-2.4-.4-3-.6-.5-.5-1.1-2.5-1.6-2.7-.1,0-.2,0-.4,0-.2,0-.4.1-.5.3-.4.4-1,2.3-1.3,2.5-.7.3-2.9.2-3.2.8-.4,1,1.6,1.9,2,2.7h0ZM9.3,14.5c.3-.2.6-1.2.8-1.6,0,0,0-.2.2-.1.2.4.5,1.4.8,1.6.4.3,1.5.3,2,.4l-1.4,1.5.3,1.9c0,0-1.4-.8-1.8-.8-.6,0-1.3.7-1.9.8,0-.5.4-1.4.3-1.9-.1-.6-1.1-.9-1.3-1.5l1.9-.3h0Z'/%3e%3cpath class='st1' d='M38.4,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3cpath class='st1' d='M14.3,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3cpath class='st1' d='M26.3,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='5' y='7' width='38' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M42.8,38c0,0,0-.1,0-.2,0-4.3.4-8.9,0-13.1,0-.7-.3-1.3-.8-1.7-.3-.4-.8-.6-1.3-.7-1.4-.2-3.2-.2-4.9,0-1.4,0-2.7,0-4,0,0,0,0,0-.1,0-.6,0-1.1.3-1.5.7,0,0,0,0,0,0-.1,0-.2-.2-.3-.2-.2-.2-.4-.3-.7-.4-.2,0-.5-.2-.8-.2-1.4-.1-3,0-4.5,0-1.4,0-2.7,0-4,0,0,0-.1,0-.2,0-.6,0-1.1.3-1.5.7,0,0,0,0,0,0-.1,0-.2-.2-.3-.2-.2-.2-.4-.3-.7-.4-.2,0-.5-.2-.8-.2-1.4-.1-2.9,0-4.4,0-1.4,0-2.9-.1-4.1,0,0,0,0,0,0,0-1.3.1-2.4,1.1-2.5,2.5-.4,4.2.1,8.8,0,13.1,0,0,0,0,0,.2,0,.4,0,1.5,0,2.2,0,0,0,.1,0,.2,0,.8.5,1.5,1.1,2,0,0,0,0,0,0,0,0,0,0,0,0,.3.2.7.4,1.1.4,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,.7,0,1.1-.4,1.6-.7h0s0,0,0,0c0,0,.2.1.3.2.4.3.8.5,1.2.5,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,.7,0,1.1-.4,1.6-.7h0s0,0,0,0c0,0,.2.1.3.2.4.3.8.5,1.2.5,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,1.3-.1,2.3-1.2,2.4-2.5,0,0,0-.2,0-.2,0-.7,0-1.8,0-2.2h0ZM41.4,38c-.2.8.3,2.5-.4,3.2,0,0-.2.2-.3.2,0,0-.1,0-.2,0h-9.1c0,0,0,0,0,0-.2,0-.3-.2-.5-.3,0-.1-.2-.3-.2-.4v-.8c0-.4-.3-.7-.7-.7h0c-.4,0-.7.3-.7.7v.8c-.1.6-.5.9-1.1,1,0,0,0,0,0,0-1.3,0-2.6,0-3.9,0-1.5,0-3.1-.1-4.5,0-.3,0-.6-.2-.8-.4,0-.1-.2-.3-.2-.4v-.8c0-.4-.3-.7-.7-.7h0c-.4,0-.7.3-.7.7v.8c0,.5-.4.8-.8.9h-5.9c-.9,0-1.8,0-2.7,0h-.2c-.3,0-.6-.2-.8-.5-.5-.8,0-2.3-.2-3.1,0,0,0,0,0,0v-7.4c.1-.8.1-1.8,0-2.7v-3.2c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v.3h0v1c0,.4.3.7.7.7h0c.4,0,.7-.3.7-.7v-1h0v-.3c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v.3h0v1c0,.4.3.7.7.7h0c.4,0,.7-.3.7-.7v-1h0v-.3c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v3.2c0,1,0,1.9,0,2.7v7.4s0,0,0,0h0Z'/%3e%3cpath class='st1' d='M18.7,12.8c.6.6,1.2,1.2,1.7,1.8.1.5-.6,2.8-.6,3.5,0,.4.3.7.7.7l3.5-1.7c.7.2,2.9,1.8,3.5,1.7.3,0,.6-.4.6-.6l-.6-3.6c.4-.7,2.5-2.1,2.7-2.8,0-.2,0-.5-.2-.6-.5-.5-3.1-.4-3.8-.8-.5-.6-1.3-3.2-1.9-3.4-.1,0-.3,0-.5,0-.6.2-1.5,2.8-1.9,3.4-.6.5-5.5,0-3.7,2,.2.2.4.3.6.4h0Z'/%3e%3cpath class='st1' d='M34.6,16.7c.2.8-1,3.4.2,3.5.6,0,2.2-1.1,2.9-1.3.7.2,2.3,1.4,2.9,1.3,1.1-.2-.1-2.8,0-3.5.4-.7,2.8-1.9,1.9-2.8-.4-.4-2.4-.3-3.1-.6-.5-.5-1-2.4-1.5-2.7-.1,0-.2,0-.4,0-.2,0-.4.1-.5.3-.4.4-1,2.3-1.3,2.5-.8.4-3.6,0-3.3,1.3.1.6,1.7,1.6,2.1,2.2h0ZM36.8,14.4c.2-.2.5-1.1.8-1.5,0,0,0-.2.2-.1l.9,1.7,1.9.3c-.1.6-1.2.9-1.3,1.5-.1.5.2,1.4.3,1.9,0,0-1.4-.8-1.9-.8-.4,0-1.7.9-1.8.8,0-.5.4-1.3.3-1.8-.1-.6-1.1-1-1.4-1.6.5-.1,1.7,0,2-.4h0Z'/%3e%3cpath class='st1' d='M7.2,16.7c.2.8-1.1,3.5.3,3.5,1-.2,1.8-1,2.8-1.3.7.2,2.3,1.4,2.9,1.3,1.1-.2,0-2.8,0-3.5.4-.7,2.7-1.9,1.9-2.8-.4-.4-2.4-.4-3-.6-.5-.5-1.1-2.5-1.6-2.7-.1,0-.2,0-.4,0-.2,0-.4.1-.5.3-.4.4-1,2.3-1.3,2.5-.7.3-2.9.2-3.2.8-.4,1,1.6,1.9,2,2.7h0ZM9.3,14.5c.3-.2.6-1.2.8-1.6,0,0,0-.2.2-.1.2.4.5,1.4.8,1.6.4.3,1.5.3,2,.4l-1.4,1.5.3,1.9c0,0-1.4-.8-1.8-.8-.6,0-1.3.7-1.9.8,0-.5.4-1.4.3-1.9-.1-.6-1.1-.9-1.3-1.5l1.9-.3h0Z'/%3e%3cpath class='st1' d='M38.4,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3cpath class='st1' d='M14.3,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3cpath class='st1' d='M26.3,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-arcade {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M40.3,26.1c0-.9-.2-1.8-1.1-2.1-1.4-.5-2.4.9-2.2,2.2-2.1,0-2.1,3.1,0,3.2v2.6l-7.8-4.6-2.2-10.5c-.4-1-1.2-1.6-2.2-1.8h-.7l-.8.3c-.6.1-1.9,1.7-1.1,2.1.6.3.7-.3.9-.6.9-1.1,2.5-.9,2.9.5.3,1,.4,2.2.7,3.2h-4.5c0-.4.4-1.1.2-1.5-.3-.4-.7-.3-.9,0l-1.7,8.3c-2.5,1.4-4.9,3.1-7.4,4.4-.1,0-.2.2-.4.1v-2.6c2.1-.1,2.1-3.2,0-3.2.2-1.3-.7-2.7-2.2-2.2-1,.3-1.2,1.2-1.1,2.1-.8.1-1.4.6-1.6,1.3v.7c.3.7.8,1.2,1.6,1.3,0,.6-.4,2.2.7,2,0,0,.3-.2.3-.2v-1.7h.1c0-.1,1.2-.1,1.2-.1v10h-1.3v-6.3s-.2-.2-.3-.2c-.5-.1-.7.1-.8.6.1,1.9-.2,4,0,5.8,0,.6.4,1.1,1.1,1.2.8,0,2,.1,2.3-.9h2.1c.1.5.2,1.1.7,1.2.3,0,1.8,0,2.1,0,.6,0,1-.7.8-1.3h4c-.3,1.1-1.1,2.8.4,3.3.6.2,3.3.2,4,.1.7,0,1.2-.3,1.4-1,.2-.7-.3-1.7-.5-2.4h4c-.1.6.2,1.2.8,1.3.4,0,1.8,0,2.1,0,.5-.2.6-.8.7-1.2h2.1c.2,1,1.4,1,2.2.9.6,0,1-.6,1.1-1.2.2-1.8-.1-3.9,0-5.8,0-.4-.3-.7-.8-.6,0,0-.3.2-.3.2v6.2h-.1c0,.1-1.2.1-1.2.1v-10h1.3v1.8c0,.2.5.3.7.2.5-.2.3-1.6.3-2,2.1-.3,2.1-3.1,0-3.3h0ZM10.9,26.1h-1.2c-.3-1.6,1.5-1.6,1.2,0ZM11.9,28.4c-1,.1-2.3,0-3.3,0-.8-.3-.6-1.2.2-1.3.7,0,2.3,0,3,0,.2,0,.6.1.7.3,0,.2,0,.6-.1.8,0,0-.3.1-.4.2h0ZM16.7,39.8h-1.6v-4.6c0-.3.6-.5.8-.5.3,0,.7.3.7.6v4.6h0ZM19.3,38.2c0,.1,0,.2,0,.4h-1.6v-3.5c0-.1-.3-.6-.4-.7-1.1-1.4-3.3-.5-3.3,1.2v3h-2.1v-5.3l7.5-4.5c0,.7-.2,1.5-.2,2.2-.1,2.3,0,4.9,0,7.2h0ZM26.2,41.9c-.9,0-2.6,0-3.5,0-.3,0-.5,0-.5-.4,0-.5.5-1.4.5-1.9h3.4c0,.6.5,1.4.5,1.9,0,.3-.2.4-.5.4ZM28.6,38.2c-.1.3-.4.3-.6.3-2.2.2-4.8-.2-7,0-.3,0-.6-.1-.6-.4,0-3.4-.2-6.7.4-10.1.4-2.2.9-4.3,1.3-6.5h4.9c.5,2.8,1.4,5.7,1.6,8.5.2,2.7,0,5.5,0,8.2h0ZM33.8,39.8h-1.6v-4.6c0-.2.5-.6.7-.6.3,0,.8.2.8.5v4.6h0ZM37,38.6h-2.1v-3c0,0,0-.5-.1-.6-.4-1.4-2.3-1.8-3.2-.6,0,.1-.4.6-.4.7v3.4h-.1c0,.1-1.5.1-1.5.1,0-.1,0-.2,0-.4,0-2.3.1-5,0-7.2,0-.7-.2-1.5-.2-2.2l7.5,4.5v5.3h0ZM39.2,26.1h-1.2c-.3-1.6,1.5-1.6,1.2,0ZM40.3,28.4c-1.1,0-2.3.1-3.3,0-.1,0-.3,0-.4-.2-.2-.2-.2-.5-.1-.8.1-.2.4-.3.7-.3.7,0,2.3,0,3,0,.8.1,1,1,.2,1.3h0Z'/%3e%3cpath class='st1' d='M25.5,29.6c-.3,0-1.6,0-1.9,0-.4,0-.8.5-.9.8-.3.8-.8,3.2-.9,3.9,0,.9.5,1.8,1.3,2,.5,0,2.6,0,3,0,.6-.2,1-1,1-1.6,0-.6-.7-3.5-.9-4.2-.1-.3-.4-.7-.8-.8h0ZM23.7,30.6h1.5l.3,1.3h-2.2l.3-1.3h0ZM25.5,35.3c-.5,0-1.7,0-2.1,0-1.2-.1-.3-1.7-.3-2.4h2.7c0,.7.9,2.3-.3,2.4h0Z'/%3e%3cpath class='st1' d='M43,11.5h0c0,0,0-.1,0-.1-.1-.5-.4-.8-.8-.9h0s0,0,0,0c-.5-.1-1-.2-1.5-.2-.5,0-.9-.1-1.3-.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.4-.4-.8-.6-1.3-.1-.3-.3-.6-.4-.8,0,0,0,0,0,0-.1-.3-.3-.6-.7-.7-.2,0-.3,0-.5,0-.4,0-.8.2-1,.6-.2.4-.4.8-.6,1.3-.2.4-.4.8-.6,1.1,0,0,0,0,0,0,0,0,0,0,0,0-.4,0-.8.1-1.3.2-.4,0-.9,0-1.3.2-.4,0-.8.4-.9.8-.1.4,0,.8.2,1.1.3.4.7.7,1,1,.3.2.5.5.8.7,0,0,0,0,.1.1,0,0,0,0,.1.1l-.5,2.6h0s0,0,0,0c0,.4,0,.7.3,1,.2.2.5.4.9.4s.4,0,.6-.1c.4-.2.9-.4,1.3-.7.3-.2.6-.3.9-.5,0,0,0,0,0,0,0,0,0,0,.1,0,0,0,0,0,.1,0,0,0,0,0,0,0,.3.2.6.3.9.5.3.1.6.3.8.4,0,0,0,0,.1,0,.2.1.5.3.8.3s.3,0,.5-.1c.4-.2.6-.5.7-.9h0c0,0,0-.1,0-.1,0-.7-.2-1.3-.3-2,0-.3-.1-.6-.2-.9,0,0,0-.1.1-.1,0,0,0,0,0,0,.2-.2.4-.4.6-.6.4-.4.9-.8,1.2-1.2.1-.1.2-.4.3-.6,0,0,0-.1,0-.2,0,0,0,0,0,0h0ZM39.8,13.5h0s0,0,0,0c-.2.2-.3.4-.3.7h0s0,0,0,0c0,.6.2,1.3.3,1.9,0,.3.1.6.2.9-.3-.2-.7-.4-1.1-.6-.4-.2-.8-.5-1.3-.7-.2,0-.3-.1-.5-.1s-.3,0-.5.1c-.4.2-.9.4-1.3.7-.4.2-.7.4-1,.5l.4-2.6h0s0,0,0,0c0-.2,0-.5-.2-.8h0s0,0,0,0c-.3-.4-.7-.7-1.1-1.1-.3-.3-.7-.6-.9-.9.4,0,.8-.1,1.2-.2.5,0,.9-.1,1.4-.2.4,0,.7-.3.9-.6.2-.4.4-.8.6-1.3.2-.4.3-.7.5-1.1.2.3.3.7.5,1,.2.4.4.9.6,1.3.2.4.5.6.9.6.4,0,.9.1,1.3.2.4,0,.9,0,1.3.2l-1.9,1.8h0Z'/%3e%3cpath class='st1' d='M7.6,19.8s0,0,0,0l.4,1.3h0s0,0,0,0c.1.2.3.4.6.4s.4,0,.5-.2c.1-.2.3-.4.4-.6,0-.1.2-.3.3-.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,.1,0c.1,0,.3,0,.4,0,.1,0,.3,0,.4,0h.2c.1,0,.4,0,.6-.2.1-.2.2-.4.1-.6h0s0,0,0,0c-.2-.3-.4-.5-.6-.8,0-.1-.2-.3-.3-.4,0,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.2.1-.4.1-.3.2-.6.3-.8,0,0,0-.2,0-.3,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c-.1-.1-.3-.2-.5-.2s0,0-.1,0h0s0,0,0,0c-.2,0-.5.2-.7.2-.2,0-.4.2-.6.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.1-.4-.3-.6-.4-.1,0-.3-.2-.4-.3h0c-.1,0-.2-.2-.4-.2s0,0,0,0c-.3,0-.5.3-.5.6,0,.2,0,.5,0,.7,0,.2,0,.4,0,.6,0,0,0,0,0,0,0,0,0,0,0,0-.2.1-.3.3-.5.4-.2.1-.4.3-.6.4-.2.1-.3.4-.2.6,0,.2.2.4.4.5.2,0,.4.2.7.2.2,0,.4,0,.5.1,0,0,0,0,0,0h0ZM8,16.9c0-.2,0-.4,0-.6.2.1.3.2.5.3.2.1.4.3.6.4.1,0,.2.1.3.1s.1,0,.2,0c.2,0,.4-.1.6-.2.2,0,.4-.2.6-.2l-.4,1.2h0s0,0,0,0c0,.1,0,.3,0,.4h0s0,0,0,0c.2.3.4.5.6.8,0,.1.2.2.3.4,0,0-.1,0-.2,0-.1,0-.3,0-.4,0-.1,0-.3,0-.4,0s-.2,0-.3,0c-.2,0-.3,0-.5.2-.2.2-.3.4-.4.6-.1.2-.2.3-.3.5l-.4-1.2h0s0,0,0,0c0,0-.1-.2-.3-.3h0s0,0,0,0c-.2-.1-.5-.2-.7-.2-.2,0-.4-.1-.6-.2.2-.1.3-.2.5-.4.2-.1.4-.3.6-.4.2-.1.2-.3.2-.5,0-.2,0-.5,0-.7h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M40.3,26.1c0-.9-.2-1.8-1.1-2.1-1.4-.5-2.4.9-2.2,2.2-2.1,0-2.1,3.1,0,3.2v2.6l-7.8-4.6-2.2-10.5c-.4-1-1.2-1.6-2.2-1.8h-.7l-.8.3c-.6.1-1.9,1.7-1.1,2.1.6.3.7-.3.9-.6.9-1.1,2.5-.9,2.9.5.3,1,.4,2.2.7,3.2h-4.5c0-.4.4-1.1.2-1.5-.3-.4-.7-.3-.9,0l-1.7,8.3c-2.5,1.4-4.9,3.1-7.4,4.4-.1,0-.2.2-.4.1v-2.6c2.1-.1,2.1-3.2,0-3.2.2-1.3-.7-2.7-2.2-2.2-1,.3-1.2,1.2-1.1,2.1-.8.1-1.4.6-1.6,1.3v.7c.3.7.8,1.2,1.6,1.3,0,.6-.4,2.2.7,2,0,0,.3-.2.3-.2v-1.7h.1c0-.1,1.2-.1,1.2-.1v10h-1.3v-6.3s-.2-.2-.3-.2c-.5-.1-.7.1-.8.6.1,1.9-.2,4,0,5.8,0,.6.4,1.1,1.1,1.2.8,0,2,.1,2.3-.9h2.1c.1.5.2,1.1.7,1.2.3,0,1.8,0,2.1,0,.6,0,1-.7.8-1.3h4c-.3,1.1-1.1,2.8.4,3.3.6.2,3.3.2,4,.1.7,0,1.2-.3,1.4-1,.2-.7-.3-1.7-.5-2.4h4c-.1.6.2,1.2.8,1.3.4,0,1.8,0,2.1,0,.5-.2.6-.8.7-1.2h2.1c.2,1,1.4,1,2.2.9.6,0,1-.6,1.1-1.2.2-1.8-.1-3.9,0-5.8,0-.4-.3-.7-.8-.6,0,0-.3.2-.3.2v6.2h-.1c0,.1-1.2.1-1.2.1v-10h1.3v1.8c0,.2.5.3.7.2.5-.2.3-1.6.3-2,2.1-.3,2.1-3.1,0-3.3h0ZM10.9,26.1h-1.2c-.3-1.6,1.5-1.6,1.2,0ZM11.9,28.4c-1,.1-2.3,0-3.3,0-.8-.3-.6-1.2.2-1.3.7,0,2.3,0,3,0,.2,0,.6.1.7.3,0,.2,0,.6-.1.8,0,0-.3.1-.4.2h0ZM16.7,39.8h-1.6v-4.6c0-.3.6-.5.8-.5.3,0,.7.3.7.6v4.6h0ZM19.3,38.2c0,.1,0,.2,0,.4h-1.6v-3.5c0-.1-.3-.6-.4-.7-1.1-1.4-3.3-.5-3.3,1.2v3h-2.1v-5.3l7.5-4.5c0,.7-.2,1.5-.2,2.2-.1,2.3,0,4.9,0,7.2h0ZM26.2,41.9c-.9,0-2.6,0-3.5,0-.3,0-.5,0-.5-.4,0-.5.5-1.4.5-1.9h3.4c0,.6.5,1.4.5,1.9,0,.3-.2.4-.5.4ZM28.6,38.2c-.1.3-.4.3-.6.3-2.2.2-4.8-.2-7,0-.3,0-.6-.1-.6-.4,0-3.4-.2-6.7.4-10.1.4-2.2.9-4.3,1.3-6.5h4.9c.5,2.8,1.4,5.7,1.6,8.5.2,2.7,0,5.5,0,8.2h0ZM33.8,39.8h-1.6v-4.6c0-.2.5-.6.7-.6.3,0,.8.2.8.5v4.6h0ZM37,38.6h-2.1v-3c0,0,0-.5-.1-.6-.4-1.4-2.3-1.8-3.2-.6,0,.1-.4.6-.4.7v3.4h-.1c0,.1-1.5.1-1.5.1,0-.1,0-.2,0-.4,0-2.3.1-5,0-7.2,0-.7-.2-1.5-.2-2.2l7.5,4.5v5.3h0ZM39.2,26.1h-1.2c-.3-1.6,1.5-1.6,1.2,0ZM40.3,28.4c-1.1,0-2.3.1-3.3,0-.1,0-.3,0-.4-.2-.2-.2-.2-.5-.1-.8.1-.2.4-.3.7-.3.7,0,2.3,0,3,0,.8.1,1,1,.2,1.3h0Z'/%3e%3cpath class='st1' d='M25.5,29.6c-.3,0-1.6,0-1.9,0-.4,0-.8.5-.9.8-.3.8-.8,3.2-.9,3.9,0,.9.5,1.8,1.3,2,.5,0,2.6,0,3,0,.6-.2,1-1,1-1.6,0-.6-.7-3.5-.9-4.2-.1-.3-.4-.7-.8-.8h0ZM23.7,30.6h1.5l.3,1.3h-2.2l.3-1.3h0ZM25.5,35.3c-.5,0-1.7,0-2.1,0-1.2-.1-.3-1.7-.3-2.4h2.7c0,.7.9,2.3-.3,2.4h0Z'/%3e%3cpath class='st1' d='M43,11.5h0c0,0,0-.1,0-.1-.1-.5-.4-.8-.8-.9h0s0,0,0,0c-.5-.1-1-.2-1.5-.2-.5,0-.9-.1-1.3-.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.4-.4-.8-.6-1.3-.1-.3-.3-.6-.4-.8,0,0,0,0,0,0-.1-.3-.3-.6-.7-.7-.2,0-.3,0-.5,0-.4,0-.8.2-1,.6-.2.4-.4.8-.6,1.3-.2.4-.4.8-.6,1.1,0,0,0,0,0,0,0,0,0,0,0,0-.4,0-.8.1-1.3.2-.4,0-.9,0-1.3.2-.4,0-.8.4-.9.8-.1.4,0,.8.2,1.1.3.4.7.7,1,1,.3.2.5.5.8.7,0,0,0,0,.1.1,0,0,0,0,.1.1l-.5,2.6h0s0,0,0,0c0,.4,0,.7.3,1,.2.2.5.4.9.4s.4,0,.6-.1c.4-.2.9-.4,1.3-.7.3-.2.6-.3.9-.5,0,0,0,0,0,0,0,0,0,0,.1,0,0,0,0,0,.1,0,0,0,0,0,0,0,.3.2.6.3.9.5.3.1.6.3.8.4,0,0,0,0,.1,0,.2.1.5.3.8.3s.3,0,.5-.1c.4-.2.6-.5.7-.9h0c0,0,0-.1,0-.1,0-.7-.2-1.3-.3-2,0-.3-.1-.6-.2-.9,0,0,0-.1.1-.1,0,0,0,0,0,0,.2-.2.4-.4.6-.6.4-.4.9-.8,1.2-1.2.1-.1.2-.4.3-.6,0,0,0-.1,0-.2,0,0,0,0,0,0h0ZM39.8,13.5h0s0,0,0,0c-.2.2-.3.4-.3.7h0s0,0,0,0c0,.6.2,1.3.3,1.9,0,.3.1.6.2.9-.3-.2-.7-.4-1.1-.6-.4-.2-.8-.5-1.3-.7-.2,0-.3-.1-.5-.1s-.3,0-.5.1c-.4.2-.9.4-1.3.7-.4.2-.7.4-1,.5l.4-2.6h0s0,0,0,0c0-.2,0-.5-.2-.8h0s0,0,0,0c-.3-.4-.7-.7-1.1-1.1-.3-.3-.7-.6-.9-.9.4,0,.8-.1,1.2-.2.5,0,.9-.1,1.4-.2.4,0,.7-.3.9-.6.2-.4.4-.8.6-1.3.2-.4.3-.7.5-1.1.2.3.3.7.5,1,.2.4.4.9.6,1.3.2.4.5.6.9.6.4,0,.9.1,1.3.2.4,0,.9,0,1.3.2l-1.9,1.8h0Z'/%3e%3cpath class='st1' d='M7.6,19.8s0,0,0,0l.4,1.3h0s0,0,0,0c.1.2.3.4.6.4s.4,0,.5-.2c.1-.2.3-.4.4-.6,0-.1.2-.3.3-.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,.1,0c.1,0,.3,0,.4,0,.1,0,.3,0,.4,0h.2c.1,0,.4,0,.6-.2.1-.2.2-.4.1-.6h0s0,0,0,0c-.2-.3-.4-.5-.6-.8,0-.1-.2-.3-.3-.4,0,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.2.1-.4.1-.3.2-.6.3-.8,0,0,0-.2,0-.3,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c-.1-.1-.3-.2-.5-.2s0,0-.1,0h0s0,0,0,0c-.2,0-.5.2-.7.2-.2,0-.4.2-.6.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.1-.4-.3-.6-.4-.1,0-.3-.2-.4-.3h0c-.1,0-.2-.2-.4-.2s0,0,0,0c-.3,0-.5.3-.5.6,0,.2,0,.5,0,.7,0,.2,0,.4,0,.6,0,0,0,0,0,0,0,0,0,0,0,0-.2.1-.3.3-.5.4-.2.1-.4.3-.6.4-.2.1-.3.4-.2.6,0,.2.2.4.4.5.2,0,.4.2.7.2.2,0,.4,0,.5.1,0,0,0,0,0,0h0ZM8,16.9c0-.2,0-.4,0-.6.2.1.3.2.5.3.2.1.4.3.6.4.1,0,.2.1.3.1s.1,0,.2,0c.2,0,.4-.1.6-.2.2,0,.4-.2.6-.2l-.4,1.2h0s0,0,0,0c0,.1,0,.3,0,.4h0s0,0,0,0c.2.3.4.5.6.8,0,.1.2.2.3.4,0,0-.1,0-.2,0-.1,0-.3,0-.4,0-.1,0-.3,0-.4,0s-.2,0-.3,0c-.2,0-.3,0-.5.2-.2.2-.3.4-.4.6-.1.2-.2.3-.3.5l-.4-1.2h0s0,0,0,0c0,0-.1-.2-.3-.3h0s0,0,0,0c-.2-.1-.5-.2-.7-.2-.2,0-.4-.1-.6-.2.2-.1.3-.2.5-.4.2-.1.4-.3.6-.4.2-.1.2-.3.2-.5,0-.2,0-.5,0-.7h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-arcadeactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M40.3,26.1c0-.9-.2-1.8-1.1-2.1-1.4-.5-2.4.9-2.2,2.2-2.1,0-2.1,3.1,0,3.2v2.6l-7.8-4.6-2.2-10.5c-.4-1-1.2-1.6-2.2-1.8h-.7l-.8.3c-.6.1-1.9,1.7-1.1,2.1.6.3.7-.3.9-.6.9-1.1,2.5-.9,2.9.5.3,1,.4,2.2.7,3.2h-4.5c0-.4.4-1.1.2-1.5-.3-.4-.7-.3-.9,0l-1.7,8.3c-2.5,1.4-4.9,3.1-7.4,4.4-.1,0-.2.2-.4.1v-2.6c2.1-.1,2.1-3.2,0-3.2.2-1.3-.7-2.7-2.2-2.2-1,.3-1.2,1.2-1.1,2.1-.8.1-1.4.6-1.6,1.3v.7c.3.7.8,1.2,1.6,1.3,0,.6-.4,2.2.7,2,0,0,.3-.2.3-.2v-1.7h.1c0-.1,1.2-.1,1.2-.1v10h-1.3v-6.3s-.2-.2-.3-.2c-.5-.1-.7.1-.8.6.1,1.9-.2,4,0,5.8,0,.6.4,1.1,1.1,1.2.8,0,2,.1,2.3-.9h2.1c.1.5.2,1.1.7,1.2.3,0,1.8,0,2.1,0,.6,0,1-.7.8-1.3h4c-.3,1.1-1.1,2.8.4,3.3.6.2,3.3.2,4,.1.7,0,1.2-.3,1.4-1,.2-.7-.3-1.7-.5-2.4h4c-.1.6.2,1.2.8,1.3.4,0,1.8,0,2.1,0,.5-.2.6-.8.7-1.2h2.1c.2,1,1.4,1,2.2.9.6,0,1-.6,1.1-1.2.2-1.8-.1-3.9,0-5.8,0-.4-.3-.7-.8-.6,0,0-.3.2-.3.2v6.2h-.1c0,.1-1.2.1-1.2.1v-10h1.3v1.8c0,.2.5.3.7.2.5-.2.3-1.6.3-2,2.1-.3,2.1-3.1,0-3.3h0ZM10.9,26.1h-1.2c-.3-1.6,1.5-1.6,1.2,0ZM11.9,28.4c-1,.1-2.3,0-3.3,0-.8-.3-.6-1.2.2-1.3.7,0,2.3,0,3,0,.2,0,.6.1.7.3,0,.2,0,.6-.1.8,0,0-.3.1-.4.2h0ZM16.7,39.8h-1.6v-4.6c0-.3.6-.5.8-.5.3,0,.7.3.7.6v4.6h0ZM19.3,38.2c0,.1,0,.2,0,.4h-1.6v-3.5c0-.1-.3-.6-.4-.7-1.1-1.4-3.3-.5-3.3,1.2v3h-2.1v-5.3l7.5-4.5c0,.7-.2,1.5-.2,2.2-.1,2.3,0,4.9,0,7.2h0ZM26.2,41.9c-.9,0-2.6,0-3.5,0-.3,0-.5,0-.5-.4,0-.5.5-1.4.5-1.9h3.4c0,.6.5,1.4.5,1.9,0,.3-.2.4-.5.4ZM28.6,38.2c-.1.3-.4.3-.6.3-2.2.2-4.8-.2-7,0-.3,0-.6-.1-.6-.4,0-3.4-.2-6.7.4-10.1.4-2.2.9-4.3,1.3-6.5h4.9c.5,2.8,1.4,5.7,1.6,8.5.2,2.7,0,5.5,0,8.2h0ZM33.8,39.8h-1.6v-4.6c0-.2.5-.6.7-.6.3,0,.8.2.8.5v4.6h0ZM37,38.6h-2.1v-3c0,0,0-.5-.1-.6-.4-1.4-2.3-1.8-3.2-.6,0,.1-.4.6-.4.7v3.4h-.1c0,.1-1.5.1-1.5.1,0-.1,0-.2,0-.4,0-2.3.1-5,0-7.2,0-.7-.2-1.5-.2-2.2l7.5,4.5v5.3h0ZM39.2,26.1h-1.2c-.3-1.6,1.5-1.6,1.2,0ZM40.3,28.4c-1.1,0-2.3.1-3.3,0-.1,0-.3,0-.4-.2-.2-.2-.2-.5-.1-.8.1-.2.4-.3.7-.3.7,0,2.3,0,3,0,.8.1,1,1,.2,1.3h0Z'/%3e%3cpath class='st1' d='M25.5,29.6c-.3,0-1.6,0-1.9,0-.4,0-.8.5-.9.8-.3.8-.8,3.2-.9,3.9,0,.9.5,1.8,1.3,2,.5,0,2.6,0,3,0,.6-.2,1-1,1-1.6,0-.6-.7-3.5-.9-4.2-.1-.3-.4-.7-.8-.8h0ZM23.7,30.6h1.5l.3,1.3h-2.2l.3-1.3h0ZM25.5,35.3c-.5,0-1.7,0-2.1,0-1.2-.1-.3-1.7-.3-2.4h2.7c0,.7.9,2.3-.3,2.4h0Z'/%3e%3cpath class='st1' d='M43,11.5h0c0,0,0-.1,0-.1-.1-.5-.4-.8-.8-.9h0s0,0,0,0c-.5-.1-1-.2-1.5-.2-.5,0-.9-.1-1.3-.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.4-.4-.8-.6-1.3-.1-.3-.3-.6-.4-.8,0,0,0,0,0,0-.1-.3-.3-.6-.7-.7-.2,0-.3,0-.5,0-.4,0-.8.2-1,.6-.2.4-.4.8-.6,1.3-.2.4-.4.8-.6,1.1,0,0,0,0,0,0,0,0,0,0,0,0-.4,0-.8.1-1.3.2-.4,0-.9,0-1.3.2-.4,0-.8.4-.9.8-.1.4,0,.8.2,1.1.3.4.7.7,1,1,.3.2.5.5.8.7,0,0,0,0,.1.1,0,0,0,0,.1.1l-.5,2.6h0s0,0,0,0c0,.4,0,.7.3,1,.2.2.5.4.9.4s.4,0,.6-.1c.4-.2.9-.4,1.3-.7.3-.2.6-.3.9-.5,0,0,0,0,0,0,0,0,0,0,.1,0,0,0,0,0,.1,0,0,0,0,0,0,0,.3.2.6.3.9.5.3.1.6.3.8.4,0,0,0,0,.1,0,.2.1.5.3.8.3s.3,0,.5-.1c.4-.2.6-.5.7-.9h0c0,0,0-.1,0-.1,0-.7-.2-1.3-.3-2,0-.3-.1-.6-.2-.9,0,0,0-.1.1-.1,0,0,0,0,0,0,.2-.2.4-.4.6-.6.4-.4.9-.8,1.2-1.2.1-.1.2-.4.3-.6,0,0,0-.1,0-.2,0,0,0,0,0,0h0Z'/%3e%3cpath class='st1' d='M7.6,19.8s0,0,0,0l.4,1.3h0s0,0,0,0c.1.2.3.4.6.4s.4,0,.5-.2c.1-.2.3-.4.4-.6,0-.1.2-.3.3-.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,.1,0c.1,0,.3,0,.4,0,.1,0,.3,0,.4,0h.2c.1,0,.4,0,.6-.2.1-.2.2-.4.1-.6h0s0,0,0,0c-.2-.3-.4-.5-.6-.8,0-.1-.2-.3-.3-.4,0,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.2.1-.4.1-.3.2-.6.3-.8,0,0,0-.2,0-.3,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c-.1-.1-.3-.2-.5-.2s0,0-.1,0h0s0,0,0,0c-.2,0-.5.2-.7.2-.2,0-.4.2-.6.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.1-.4-.3-.6-.4-.1,0-.3-.2-.4-.3h0c-.1,0-.2-.2-.4-.2s0,0,0,0c-.3,0-.5.3-.5.6,0,.2,0,.5,0,.7,0,.2,0,.4,0,.6,0,0,0,0,0,0,0,0,0,0,0,0-.2.1-.3.3-.5.4-.2.1-.4.3-.6.4-.2.1-.3.4-.2.6,0,.2.2.4.4.5.2,0,.4.2.7.2.2,0,.4,0,.5.1,0,0,0,0,0,0h0ZM8,16.9c0-.2,0-.4,0-.6.2.1.3.2.5.3.2.1.4.3.6.4.1,0,.2.1.3.1s.1,0,.2,0c.2,0,.4-.1.6-.2.2,0,.4-.2.6-.2l-.4,1.2h0s0,0,0,0c0,.1,0,.3,0,.4h0s0,0,0,0c.2.3.4.5.6.8,0,.1.2.2.3.4,0,0-.1,0-.2,0-.1,0-.3,0-.4,0-.1,0-.3,0-.4,0s-.2,0-.3,0c-.2,0-.3,0-.5.2-.2.2-.3.4-.4.6-.1.2-.2.3-.3.5l-.4-1.2h0s0,0,0,0c0,0-.1-.2-.3-.3h0s0,0,0,0c-.2-.1-.5-.2-.7-.2-.2,0-.4-.1-.6-.2.2-.1.3-.2.5-.4.2-.1.4-.3.6-.4.2-.1.2-.3.2-.5,0-.2,0-.5,0-.7h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M40.3,26.1c0-.9-.2-1.8-1.1-2.1-1.4-.5-2.4.9-2.2,2.2-2.1,0-2.1,3.1,0,3.2v2.6l-7.8-4.6-2.2-10.5c-.4-1-1.2-1.6-2.2-1.8h-.7l-.8.3c-.6.1-1.9,1.7-1.1,2.1.6.3.7-.3.9-.6.9-1.1,2.5-.9,2.9.5.3,1,.4,2.2.7,3.2h-4.5c0-.4.4-1.1.2-1.5-.3-.4-.7-.3-.9,0l-1.7,8.3c-2.5,1.4-4.9,3.1-7.4,4.4-.1,0-.2.2-.4.1v-2.6c2.1-.1,2.1-3.2,0-3.2.2-1.3-.7-2.7-2.2-2.2-1,.3-1.2,1.2-1.1,2.1-.8.1-1.4.6-1.6,1.3v.7c.3.7.8,1.2,1.6,1.3,0,.6-.4,2.2.7,2,0,0,.3-.2.3-.2v-1.7h.1c0-.1,1.2-.1,1.2-.1v10h-1.3v-6.3s-.2-.2-.3-.2c-.5-.1-.7.1-.8.6.1,1.9-.2,4,0,5.8,0,.6.4,1.1,1.1,1.2.8,0,2,.1,2.3-.9h2.1c.1.5.2,1.1.7,1.2.3,0,1.8,0,2.1,0,.6,0,1-.7.8-1.3h4c-.3,1.1-1.1,2.8.4,3.3.6.2,3.3.2,4,.1.7,0,1.2-.3,1.4-1,.2-.7-.3-1.7-.5-2.4h4c-.1.6.2,1.2.8,1.3.4,0,1.8,0,2.1,0,.5-.2.6-.8.7-1.2h2.1c.2,1,1.4,1,2.2.9.6,0,1-.6,1.1-1.2.2-1.8-.1-3.9,0-5.8,0-.4-.3-.7-.8-.6,0,0-.3.2-.3.2v6.2h-.1c0,.1-1.2.1-1.2.1v-10h1.3v1.8c0,.2.5.3.7.2.5-.2.3-1.6.3-2,2.1-.3,2.1-3.1,0-3.3h0ZM10.9,26.1h-1.2c-.3-1.6,1.5-1.6,1.2,0ZM11.9,28.4c-1,.1-2.3,0-3.3,0-.8-.3-.6-1.2.2-1.3.7,0,2.3,0,3,0,.2,0,.6.1.7.3,0,.2,0,.6-.1.8,0,0-.3.1-.4.2h0ZM16.7,39.8h-1.6v-4.6c0-.3.6-.5.8-.5.3,0,.7.3.7.6v4.6h0ZM19.3,38.2c0,.1,0,.2,0,.4h-1.6v-3.5c0-.1-.3-.6-.4-.7-1.1-1.4-3.3-.5-3.3,1.2v3h-2.1v-5.3l7.5-4.5c0,.7-.2,1.5-.2,2.2-.1,2.3,0,4.9,0,7.2h0ZM26.2,41.9c-.9,0-2.6,0-3.5,0-.3,0-.5,0-.5-.4,0-.5.5-1.4.5-1.9h3.4c0,.6.5,1.4.5,1.9,0,.3-.2.4-.5.4ZM28.6,38.2c-.1.3-.4.3-.6.3-2.2.2-4.8-.2-7,0-.3,0-.6-.1-.6-.4,0-3.4-.2-6.7.4-10.1.4-2.2.9-4.3,1.3-6.5h4.9c.5,2.8,1.4,5.7,1.6,8.5.2,2.7,0,5.5,0,8.2h0ZM33.8,39.8h-1.6v-4.6c0-.2.5-.6.7-.6.3,0,.8.2.8.5v4.6h0ZM37,38.6h-2.1v-3c0,0,0-.5-.1-.6-.4-1.4-2.3-1.8-3.2-.6,0,.1-.4.6-.4.7v3.4h-.1c0,.1-1.5.1-1.5.1,0-.1,0-.2,0-.4,0-2.3.1-5,0-7.2,0-.7-.2-1.5-.2-2.2l7.5,4.5v5.3h0ZM39.2,26.1h-1.2c-.3-1.6,1.5-1.6,1.2,0ZM40.3,28.4c-1.1,0-2.3.1-3.3,0-.1,0-.3,0-.4-.2-.2-.2-.2-.5-.1-.8.1-.2.4-.3.7-.3.7,0,2.3,0,3,0,.8.1,1,1,.2,1.3h0Z'/%3e%3cpath class='st1' d='M25.5,29.6c-.3,0-1.6,0-1.9,0-.4,0-.8.5-.9.8-.3.8-.8,3.2-.9,3.9,0,.9.5,1.8,1.3,2,.5,0,2.6,0,3,0,.6-.2,1-1,1-1.6,0-.6-.7-3.5-.9-4.2-.1-.3-.4-.7-.8-.8h0ZM23.7,30.6h1.5l.3,1.3h-2.2l.3-1.3h0ZM25.5,35.3c-.5,0-1.7,0-2.1,0-1.2-.1-.3-1.7-.3-2.4h2.7c0,.7.9,2.3-.3,2.4h0Z'/%3e%3cpath class='st1' d='M43,11.5h0c0,0,0-.1,0-.1-.1-.5-.4-.8-.8-.9h0s0,0,0,0c-.5-.1-1-.2-1.5-.2-.5,0-.9-.1-1.3-.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.4-.4-.8-.6-1.3-.1-.3-.3-.6-.4-.8,0,0,0,0,0,0-.1-.3-.3-.6-.7-.7-.2,0-.3,0-.5,0-.4,0-.8.2-1,.6-.2.4-.4.8-.6,1.3-.2.4-.4.8-.6,1.1,0,0,0,0,0,0,0,0,0,0,0,0-.4,0-.8.1-1.3.2-.4,0-.9,0-1.3.2-.4,0-.8.4-.9.8-.1.4,0,.8.2,1.1.3.4.7.7,1,1,.3.2.5.5.8.7,0,0,0,0,.1.1,0,0,0,0,.1.1l-.5,2.6h0s0,0,0,0c0,.4,0,.7.3,1,.2.2.5.4.9.4s.4,0,.6-.1c.4-.2.9-.4,1.3-.7.3-.2.6-.3.9-.5,0,0,0,0,0,0,0,0,0,0,.1,0,0,0,0,0,.1,0,0,0,0,0,0,0,.3.2.6.3.9.5.3.1.6.3.8.4,0,0,0,0,.1,0,.2.1.5.3.8.3s.3,0,.5-.1c.4-.2.6-.5.7-.9h0c0,0,0-.1,0-.1,0-.7-.2-1.3-.3-2,0-.3-.1-.6-.2-.9,0,0,0-.1.1-.1,0,0,0,0,0,0,.2-.2.4-.4.6-.6.4-.4.9-.8,1.2-1.2.1-.1.2-.4.3-.6,0,0,0-.1,0-.2,0,0,0,0,0,0h0Z'/%3e%3cpath class='st1' d='M7.6,19.8s0,0,0,0l.4,1.3h0s0,0,0,0c.1.2.3.4.6.4s.4,0,.5-.2c.1-.2.3-.4.4-.6,0-.1.2-.3.3-.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,.1,0c.1,0,.3,0,.4,0,.1,0,.3,0,.4,0h.2c.1,0,.4,0,.6-.2.1-.2.2-.4.1-.6h0s0,0,0,0c-.2-.3-.4-.5-.6-.8,0-.1-.2-.3-.3-.4,0,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.2.1-.4.1-.3.2-.6.3-.8,0,0,0-.2,0-.3,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c-.1-.1-.3-.2-.5-.2s0,0-.1,0h0s0,0,0,0c-.2,0-.5.2-.7.2-.2,0-.4.2-.6.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.1-.4-.3-.6-.4-.1,0-.3-.2-.4-.3h0c-.1,0-.2-.2-.4-.2s0,0,0,0c-.3,0-.5.3-.5.6,0,.2,0,.5,0,.7,0,.2,0,.4,0,.6,0,0,0,0,0,0,0,0,0,0,0,0-.2.1-.3.3-.5.4-.2.1-.4.3-.6.4-.2.1-.3.4-.2.6,0,.2.2.4.4.5.2,0,.4.2.7.2.2,0,.4,0,.5.1,0,0,0,0,0,0h0ZM8,16.9c0-.2,0-.4,0-.6.2.1.3.2.5.3.2.1.4.3.6.4.1,0,.2.1.3.1s.1,0,.2,0c.2,0,.4-.1.6-.2.2,0,.4-.2.6-.2l-.4,1.2h0s0,0,0,0c0,.1,0,.3,0,.4h0s0,0,0,0c.2.3.4.5.6.8,0,.1.2.2.3.4,0,0-.1,0-.2,0-.1,0-.3,0-.4,0-.1,0-.3,0-.4,0s-.2,0-.3,0c-.2,0-.3,0-.5.2-.2.2-.3.4-.4.6-.1.2-.2.3-.3.5l-.4-1.2h0s0,0,0,0c0,0-.1-.2-.3-.3h0s0,0,0,0c-.2-.1-.5-.2-.7-.2-.2,0-.4-.1-.6-.2.2-.1.3-.2.5-.4.2-.1.4-.3.6-.4.2-.1.2-.3.2-.5,0-.2,0-.5,0-.7h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-lottery {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' y='7' width='49' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M48.9,27.7c-.9-10.2-12.1-16.1-21.1-11-1.6-4.4-5.1-7.9-9.6-9.1C8,4.7-1.6,13.3.2,23.5c1.6,8.6,10.7,13.8,19.1,10.7.3-.1,1.9-.9,2-.9,0,.4.3.9.5,1.3.3.5,1.3,2.6,1.8,2.7.6.2,1.2-.2,1.1-.9-.9-1.4-1.7-2.7-2.1-4.4-2.5-9.3,6-17.8,15.4-15.4,8.6,2.1,12.3,12.5,7,19.6-4.5,5.9-12.9,6.7-18.6,2-.7-.2-1.3.5-.9,1.1.4.7,2.6,1.9,3.4,2.2,9.1,4.1,19.3-2,20.2-11.7v-2.3c0,0,0,0,0,0ZM22.2,11.4c.3.2,2.2,1.9,2,2.2-6,3.7-14.1,3.9-19.9,0,4.2-5.6,12.5-6.5,18-2.1ZM20.6,27.5c-2.4,1-5.2,1.5-7.8,1.4-.6,0-2.6-.5-3-.1-.5.4-.3,1.1.3,1.4.5.2,2.1.3,2.7.3,2.6.1,5.3-.4,7.8-1.2-.1.7.3,1.7.3,2.3,0,.3-1.2.8-1.5.9-5.1,2.2-11,.9-14.7-3.3-.1-.1-1.1-1.3-1-1.4.9.3,2.5,1.4,3.4,1.5.8,0,1.1-.8.6-1.4-.9-.4-1.9-.8-2.8-1.3-.5-.3-2.3-1.3-2.6-1.6-.2-.2-.4-1.3-.5-1.6-.6-2.9,0-6,1.5-8.6,1.1.5,2.1,1.1,3.2,1.6,6.1,2.4,12.9,1.9,18.5-1.5h.3c.5.8.9,1.7,1.1,2.7-3.2,2.4-5.3,6-5.7,10h0Z'/%3e%3cpath class='st1' d='M40.7,30c.2.5.9.6,1.3.3.5-.5.7-2.7.6-3.4-.5-7.5-10.7-10-14.7-3.6-4,6.5,2.8,14.3,9.9,11.3.7-.3,2.7-1.3,2.3-2.3-.5-1.1-1.7.2-2.3.5-6.1,3.4-12.4-4.2-7.9-9.4,3.9-4.6,11.5-1.5,11.1,4.4,0,.6-.5,1.8-.4,2.2h0Z'/%3e%3cpath class='st1' d='M34.4,23.5c-1.8.3-2.5,2.5-1.4,3.9-1,1.2-.7,3,.8,3.7,2.4,1.1,4.4-1.7,2.8-3.7,1.4-1.7,0-4.2-2.2-3.9h0ZM35,29.7c-1.2.2-1.4-1.3-.4-1.5,1.2-.2,1.4,1.3.4,1.5ZM35,26.5c-1.2.2-1.4-1.3-.4-1.5,1.2-.2,1.4,1.3.4,1.5Z'/%3e%3cpath class='st1' d='M19.1,22.3c-.1-.4-.4-.7-.7-.8h0c-.4,0-.8-.1-1.2-.2-.4,0-.7,0-1.1-.2,0,0,0,0,0,0-.2-.3-.4-.7-.5-1-.1-.2-.2-.5-.3-.7h0c-.1-.3-.3-.6-.6-.7-.5-.2-1,0-1.3.5-.2.3-.4.7-.5,1.1-.2.3-.3.7-.5.9,0,0,0,0,0,0-.3,0-.7.1-1.1.2-.4,0-.8,0-1.1.2-.4,0-.7.3-.8.7-.1.3,0,.7.2,1,.2.3.6.6.8.8.2.2.4.4.6.6,0,0,0,0,.1.1,0,0,0,0,0,0l-.4,2.2h0c0,.4.1.8.4,1,.3.2.7.2,1.1,0,.4-.2.7-.4,1.1-.6.3-.1.5-.3.7-.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.3.1.5.3.8.4.2.1.5.3.7.4,0,0,0,0,.1,0,.2.1.4.2.7.2s.3,0,.4,0c.3-.1.5-.4.6-.8h0c0,0,0-.1,0-.1,0-.6-.1-1.1-.2-1.6,0-.3,0-.5-.1-.8,0,0,0,0,0,0,0,0,0,0,0,0,.1-.1.3-.3.5-.5.4-.3.7-.7,1-1,.1-.1.2-.3.2-.5,0,0,0-.1,0-.2,0,0,0,0,0,0h0c0,0,0-.1,0-.1h0ZM16.1,24.7c0,.5.1,1.1.2,1.6,0,.2,0,.4.1.7-.3-.1-.5-.3-.8-.4-.3-.2-.7-.4-1.1-.6-.2,0-.3,0-.4,0s-.3,0-.4,0c-.4.2-.7.4-1.1.6-.3.1-.5.3-.8.4l.4-2h0c0-.2,0-.4-.1-.7h0c-.3-.4-.6-.7-.9-.9-.3-.2-.5-.4-.7-.7.3,0,.6,0,.9-.1.4,0,.8,0,1.2-.2.4,0,.6-.2.8-.6.2-.3.4-.7.5-1.1.1-.3.2-.5.4-.8.1.2.3.5.4.8.2.4.3.7.5,1.1.2.3.4.5.8.6.4,0,.7.1,1.1.2.3,0,.7,0,1,.1l-1.5,1.4h0c-.2.2-.2.4-.3.6h0s0,0,0,0h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' y='7' width='49' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M48.9,27.7c-.9-10.2-12.1-16.1-21.1-11-1.6-4.4-5.1-7.9-9.6-9.1C8,4.7-1.6,13.3.2,23.5c1.6,8.6,10.7,13.8,19.1,10.7.3-.1,1.9-.9,2-.9,0,.4.3.9.5,1.3.3.5,1.3,2.6,1.8,2.7.6.2,1.2-.2,1.1-.9-.9-1.4-1.7-2.7-2.1-4.4-2.5-9.3,6-17.8,15.4-15.4,8.6,2.1,12.3,12.5,7,19.6-4.5,5.9-12.9,6.7-18.6,2-.7-.2-1.3.5-.9,1.1.4.7,2.6,1.9,3.4,2.2,9.1,4.1,19.3-2,20.2-11.7v-2.3c0,0,0,0,0,0ZM22.2,11.4c.3.2,2.2,1.9,2,2.2-6,3.7-14.1,3.9-19.9,0,4.2-5.6,12.5-6.5,18-2.1ZM20.6,27.5c-2.4,1-5.2,1.5-7.8,1.4-.6,0-2.6-.5-3-.1-.5.4-.3,1.1.3,1.4.5.2,2.1.3,2.7.3,2.6.1,5.3-.4,7.8-1.2-.1.7.3,1.7.3,2.3,0,.3-1.2.8-1.5.9-5.1,2.2-11,.9-14.7-3.3-.1-.1-1.1-1.3-1-1.4.9.3,2.5,1.4,3.4,1.5.8,0,1.1-.8.6-1.4-.9-.4-1.9-.8-2.8-1.3-.5-.3-2.3-1.3-2.6-1.6-.2-.2-.4-1.3-.5-1.6-.6-2.9,0-6,1.5-8.6,1.1.5,2.1,1.1,3.2,1.6,6.1,2.4,12.9,1.9,18.5-1.5h.3c.5.8.9,1.7,1.1,2.7-3.2,2.4-5.3,6-5.7,10h0Z'/%3e%3cpath class='st1' d='M40.7,30c.2.5.9.6,1.3.3.5-.5.7-2.7.6-3.4-.5-7.5-10.7-10-14.7-3.6-4,6.5,2.8,14.3,9.9,11.3.7-.3,2.7-1.3,2.3-2.3-.5-1.1-1.7.2-2.3.5-6.1,3.4-12.4-4.2-7.9-9.4,3.9-4.6,11.5-1.5,11.1,4.4,0,.6-.5,1.8-.4,2.2h0Z'/%3e%3cpath class='st1' d='M34.4,23.5c-1.8.3-2.5,2.5-1.4,3.9-1,1.2-.7,3,.8,3.7,2.4,1.1,4.4-1.7,2.8-3.7,1.4-1.7,0-4.2-2.2-3.9h0ZM35,29.7c-1.2.2-1.4-1.3-.4-1.5,1.2-.2,1.4,1.3.4,1.5ZM35,26.5c-1.2.2-1.4-1.3-.4-1.5,1.2-.2,1.4,1.3.4,1.5Z'/%3e%3cpath class='st1' d='M19.1,22.3c-.1-.4-.4-.7-.7-.8h0c-.4,0-.8-.1-1.2-.2-.4,0-.7,0-1.1-.2,0,0,0,0,0,0-.2-.3-.4-.7-.5-1-.1-.2-.2-.5-.3-.7h0c-.1-.3-.3-.6-.6-.7-.5-.2-1,0-1.3.5-.2.3-.4.7-.5,1.1-.2.3-.3.7-.5.9,0,0,0,0,0,0-.3,0-.7.1-1.1.2-.4,0-.8,0-1.1.2-.4,0-.7.3-.8.7-.1.3,0,.7.2,1,.2.3.6.6.8.8.2.2.4.4.6.6,0,0,0,0,.1.1,0,0,0,0,0,0l-.4,2.2h0c0,.4.1.8.4,1,.3.2.7.2,1.1,0,.4-.2.7-.4,1.1-.6.3-.1.5-.3.7-.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.3.1.5.3.8.4.2.1.5.3.7.4,0,0,0,0,.1,0,.2.1.4.2.7.2s.3,0,.4,0c.3-.1.5-.4.6-.8h0c0,0,0-.1,0-.1,0-.6-.1-1.1-.2-1.6,0-.3,0-.5-.1-.8,0,0,0,0,0,0,0,0,0,0,0,0,.1-.1.3-.3.5-.5.4-.3.7-.7,1-1,.1-.1.2-.3.2-.5,0,0,0-.1,0-.2,0,0,0,0,0,0h0c0,0,0-.1,0-.1h0ZM16.1,24.7c0,.5.1,1.1.2,1.6,0,.2,0,.4.1.7-.3-.1-.5-.3-.8-.4-.3-.2-.7-.4-1.1-.6-.2,0-.3,0-.4,0s-.3,0-.4,0c-.4.2-.7.4-1.1.6-.3.1-.5.3-.8.4l.4-2h0c0-.2,0-.4-.1-.7h0c-.3-.4-.6-.7-.9-.9-.3-.2-.5-.4-.7-.7.3,0,.6,0,.9-.1.4,0,.8,0,1.2-.2.4,0,.6-.2.8-.6.2-.3.4-.7.5-1.1.1-.3.2-.5.4-.8.1.2.3.5.4.8.2.4.3.7.5,1.1.2.3.4.5.8.6.4,0,.7.1,1.1.2.3,0,.7,0,1,.1l-1.5,1.4h0c-.2.2-.2.4-.3.6h0s0,0,0,0h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-lotteryactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' y='7' width='49' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M48.9,27.7c-.9-10.2-12.1-16.1-21.1-11-1.6-4.4-5.1-7.9-9.6-9.1C8,4.7-1.6,13.3.2,23.5c1.6,8.6,10.7,13.8,19.1,10.7.3-.1,1.9-.9,2-.9,0,.4.3.9.5,1.3.3.5,1.3,2.6,1.8,2.7.6.2,1.2-.2,1.1-.9-.9-1.4-1.7-2.7-2.1-4.4-2.5-9.3,6-17.8,15.4-15.4,8.6,2.1,12.3,12.5,7,19.6-4.5,5.9-12.9,6.7-18.6,2-.7-.2-1.3.5-.9,1.1.4.7,2.6,1.9,3.4,2.2,9.1,4.1,19.3-2,20.2-11.7v-2.3c0,0,0,0,0,0ZM22.2,11.4c.3.2,2.2,1.9,2,2.2-6,3.7-14.1,3.9-19.9,0,4.2-5.6,12.5-6.5,18-2.1ZM20.6,27.5c-2.4,1-5.2,1.5-7.8,1.4-.6,0-2.6-.5-3-.1-.5.4-.3,1.1.3,1.4.5.2,2.1.3,2.7.3,2.6.1,5.3-.4,7.8-1.2-.1.7.3,1.7.3,2.3,0,.3-1.2.8-1.5.9-5.1,2.2-11,.9-14.7-3.3-.1-.1-1.1-1.3-1-1.4.9.3,2.5,1.4,3.4,1.5.8,0,1.1-.8.6-1.4-.9-.4-1.9-.8-2.8-1.3-.5-.3-2.3-1.3-2.6-1.6-.2-.2-.4-1.3-.5-1.6-.6-2.9,0-6,1.5-8.6,1.1.5,2.1,1.1,3.2,1.6,6.1,2.4,12.9,1.9,18.5-1.5h.3c.5.8.9,1.7,1.1,2.7-3.2,2.4-5.3,6-5.7,10h0Z'/%3e%3cpath class='st1' d='M40.7,30c.2.5.9.6,1.3.3.5-.5.7-2.7.6-3.4-.5-7.5-10.7-10-14.7-3.6-4,6.5,2.8,14.3,9.9,11.3.7-.3,2.7-1.3,2.3-2.3-.5-1.1-1.7.2-2.3.5-6.1,3.4-12.4-4.2-7.9-9.4,3.9-4.6,11.5-1.5,11.1,4.4,0,.6-.5,1.8-.4,2.2h0Z'/%3e%3cpath class='st1' d='M34.4,23.5c-1.8.3-2.5,2.5-1.4,3.9-1,1.2-.7,3,.8,3.7,2.4,1.1,4.4-1.7,2.8-3.7,1.4-1.7,0-4.2-2.2-3.9h0ZM35,29.7c-1.2.2-1.4-1.3-.4-1.5,1.2-.2,1.4,1.3.4,1.5ZM35,26.5c-1.2.2-1.4-1.3-.4-1.5,1.2-.2,1.4,1.3.4,1.5Z'/%3e%3cpath class='st1' d='M19.1,22.3c-.1-.4-.4-.7-.7-.8h0c-.4,0-.8-.1-1.2-.2-.4,0-.7,0-1.1-.2,0,0,0,0,0,0-.2-.3-.4-.7-.5-1-.1-.2-.2-.5-.3-.7h0c-.1-.3-.3-.6-.6-.7-.5-.2-1,0-1.3.5-.2.3-.4.7-.5,1.1-.2.3-.3.7-.5.9,0,0,0,0,0,0-.3,0-.7.1-1.1.2-.4,0-.8,0-1.1.2-.4,0-.7.3-.8.7-.1.3,0,.7.2,1,.2.3.6.6.8.8.2.2.4.4.6.6,0,0,0,0,.1.1,0,0,0,0,0,0l-.4,2.2h0c0,.4.1.8.4,1,.3.2.7.2,1.1,0,.4-.2.7-.4,1.1-.6.3-.1.5-.3.7-.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.3.1.5.3.8.4.2.1.5.3.7.4,0,0,0,0,.1,0,.2.1.4.2.7.2s.3,0,.4,0c.3-.1.5-.4.6-.8h0c0,0,0-.1,0-.1,0-.6-.1-1.1-.2-1.6,0-.3,0-.5-.1-.8,0,0,0,0,0,0,0,0,0,0,0,0,.1-.1.3-.3.5-.5.4-.3.7-.7,1-1,.1-.1.2-.3.2-.5,0,0,0-.1,0-.2,0,0,0,0,0,0h0c0,0,0-.1,0-.1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' y='7' width='49' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M48.9,27.7c-.9-10.2-12.1-16.1-21.1-11-1.6-4.4-5.1-7.9-9.6-9.1C8,4.7-1.6,13.3.2,23.5c1.6,8.6,10.7,13.8,19.1,10.7.3-.1,1.9-.9,2-.9,0,.4.3.9.5,1.3.3.5,1.3,2.6,1.8,2.7.6.2,1.2-.2,1.1-.9-.9-1.4-1.7-2.7-2.1-4.4-2.5-9.3,6-17.8,15.4-15.4,8.6,2.1,12.3,12.5,7,19.6-4.5,5.9-12.9,6.7-18.6,2-.7-.2-1.3.5-.9,1.1.4.7,2.6,1.9,3.4,2.2,9.1,4.1,19.3-2,20.2-11.7v-2.3c0,0,0,0,0,0ZM22.2,11.4c.3.2,2.2,1.9,2,2.2-6,3.7-14.1,3.9-19.9,0,4.2-5.6,12.5-6.5,18-2.1ZM20.6,27.5c-2.4,1-5.2,1.5-7.8,1.4-.6,0-2.6-.5-3-.1-.5.4-.3,1.1.3,1.4.5.2,2.1.3,2.7.3,2.6.1,5.3-.4,7.8-1.2-.1.7.3,1.7.3,2.3,0,.3-1.2.8-1.5.9-5.1,2.2-11,.9-14.7-3.3-.1-.1-1.1-1.3-1-1.4.9.3,2.5,1.4,3.4,1.5.8,0,1.1-.8.6-1.4-.9-.4-1.9-.8-2.8-1.3-.5-.3-2.3-1.3-2.6-1.6-.2-.2-.4-1.3-.5-1.6-.6-2.9,0-6,1.5-8.6,1.1.5,2.1,1.1,3.2,1.6,6.1,2.4,12.9,1.9,18.5-1.5h.3c.5.8.9,1.7,1.1,2.7-3.2,2.4-5.3,6-5.7,10h0Z'/%3e%3cpath class='st1' d='M40.7,30c.2.5.9.6,1.3.3.5-.5.7-2.7.6-3.4-.5-7.5-10.7-10-14.7-3.6-4,6.5,2.8,14.3,9.9,11.3.7-.3,2.7-1.3,2.3-2.3-.5-1.1-1.7.2-2.3.5-6.1,3.4-12.4-4.2-7.9-9.4,3.9-4.6,11.5-1.5,11.1,4.4,0,.6-.5,1.8-.4,2.2h0Z'/%3e%3cpath class='st1' d='M34.4,23.5c-1.8.3-2.5,2.5-1.4,3.9-1,1.2-.7,3,.8,3.7,2.4,1.1,4.4-1.7,2.8-3.7,1.4-1.7,0-4.2-2.2-3.9h0ZM35,29.7c-1.2.2-1.4-1.3-.4-1.5,1.2-.2,1.4,1.3.4,1.5ZM35,26.5c-1.2.2-1.4-1.3-.4-1.5,1.2-.2,1.4,1.3.4,1.5Z'/%3e%3cpath class='st1' d='M19.1,22.3c-.1-.4-.4-.7-.7-.8h0c-.4,0-.8-.1-1.2-.2-.4,0-.7,0-1.1-.2,0,0,0,0,0,0-.2-.3-.4-.7-.5-1-.1-.2-.2-.5-.3-.7h0c-.1-.3-.3-.6-.6-.7-.5-.2-1,0-1.3.5-.2.3-.4.7-.5,1.1-.2.3-.3.7-.5.9,0,0,0,0,0,0-.3,0-.7.1-1.1.2-.4,0-.8,0-1.1.2-.4,0-.7.3-.8.7-.1.3,0,.7.2,1,.2.3.6.6.8.8.2.2.4.4.6.6,0,0,0,0,.1.1,0,0,0,0,0,0l-.4,2.2h0c0,.4.1.8.4,1,.3.2.7.2,1.1,0,.4-.2.7-.4,1.1-.6.3-.1.5-.3.7-.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.3.1.5.3.8.4.2.1.5.3.7.4,0,0,0,0,.1,0,.2.1.4.2.7.2s.3,0,.4,0c.3-.1.5-.4.6-.8h0c0,0,0-.1,0-.1,0-.6-.1-1.1-.2-1.6,0-.3,0-.5-.1-.8,0,0,0,0,0,0,0,0,0,0,0,0,.1-.1.3-.3.5-.5.4-.3.7-.7,1-1,.1-.1.2-.3.2-.5,0,0,0-.1,0-.2,0,0,0,0,0,0h0c0,0,0-.1,0-.1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-promo {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='4' y='7' width='41' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M44.9,25.8c-.3-2-1.1-4-2.3-5.7-.7.3-1.6.7-2.3.4-.3-.2-.6-.5-.7-.9,0-.3-.1-.6-.2-.9,0-.3-.1-.6-.2-.9-.5-1.4-1.5-2.5-2.6-2.9-.2.2-.4.4-.6.6-.7.7-1.5,1.5-2.7.9-.9-.4-1.4-1.8-1.7-2.6h0c-.4-1.1-.6-2.1-.8-3.1-1.3.2-2.7.8-3.8,1.6-.4-1-.9-2-1.3-2.9-.5-.9-.8-1.7-1.8-2.1-1.4-.5-2.7,0-3.4,1.2-1.5,2.5-2.5,5.7-4,8.2-.3.5-.4.7-1,.8-2.9.6-6.1.7-8.9,1.3-2.1.4-3.1,2.7-1.7,4.4,1.6,2,4.2,3.9,5.9,5.8.5.5,1.2,1,1.2,1.8l-1.6,9.2c-.2,2.3,1.8,3.7,4,2.8,2.4-1.1,4.9-2.7,7.4-3.9.4-.2.8-.5,1.2-.5.4,0,.9.3,1.3.5.1,0,.2.1.4.2,1.3.9,2.8,1.5,4.4,1.9,2.2.5,4.4.4,6.6-.2,2-.6,3.9-1.6,5.4-3.1,1.6-1.4,2.8-3.2,3.5-5.2.8-2.1,1-4.3.7-6.6h0ZM13.4,41.4c-.8.4-1.7,0-1.8-1l1.6-9.3c0-.7,0-1.2-.4-1.8-2-2.5-5.1-4.6-7-7-.5-.7-.4-1.6.5-1.9,3-.7,6.3-.8,9.3-1.4,1-.2,1.5-.6,2.1-1.5,1.5-2.6,2.6-5.6,4-8.2.2-.4.6-.7,1-.7.5,0,1,.3,1.2.7.7,1.3,1.3,2.6,1.9,4-.8.9-1.5,1.9-1.9,3-.2.4-.3,1-.4,1.5-.2.9-.4,1.8-.7,2.3-.8,1-1.6,1-2.5.7-1.1,1.7-1.7,3.7-1.9,6,0,0,0,.2,0,.2,0,.3,0,.5,0,.8,0,.3,0,.6,0,.8l.3,2.2c.5,2.3,1.7,4.5,3.3,6.3-.1,0-.2,0-.4.1-2.7,1.1-5.4,3.1-8.1,4.3h0ZM38.9,37.5c-2.2,1.6-4.7,2.5-7.3,2.5s-3.1-.3-4.6-.9c-3.2-1.3-5.7-3.9-6.9-7.2-.6-1.6-.8-3.2-.7-4.8,0-1.7.5-3.3,1.3-4.8,0-.1.2-.2.3-.2,0,0,0,0,0,0,1.4,0,2.5-1.1,2.9-2.2.2-.5.3-.9.3-1.4,0-.3,0-.6.2-.9.6-2.6,2.5-4.6,4.9-5.4,0,0,.2,0,.2,0,0,0,.1.1.1.2v.2c.5,1.8,1.2,4.2,3,4.9,1.3.5,2.5.2,3.7-1.1.1-.1.3-.1.4,0,.5.5.9,1.2,1.1,1.9,0,.2.1.5.1.7,0,.2,0,.4,0,.5.2,1,1,2.6,3.6,2,.1,0,.3,0,.3.2.8,1.6,1.3,3.1,1.4,4.6.5,4.3-1.3,8.5-4.8,11.1Z'/%3e%3cpath class='st1' d='M36.7,22.7l-10.9,11c.2.2.6.6.8.8l11-11c-.2-.2-.7-.7-.9-.9h0Z'/%3e%3cpath class='st1' d='M35,30.1c-.9.1-1.5.6-1.8,1.4-.3.9-.1,2,.5,2.7.4.4,1.1.9,2.3.7,1.1-.2,2.1-1.2,1.8-2.8-.3-1.6-1.6-2.1-2.8-2h0ZM36,33.6c-.2,0-.4.1-.6.1s-.5,0-.7-.2c-.4-.3-.5-.9-.4-1.3.1-.4.4-.7.9-.8.5-.1,1.2,0,1.4.8.2.6,0,1.2-.6,1.5h0Z'/%3e%3cpath class='st1' d='M27.4,27.1c1,.1,1.8-.2,2.3-1,.5-.8.5-1.9,0-2.8-.4-.7-1.1-1.1-2-1.1s0,0-.1,0c-1.1,0-2.2.8-2.2,2.4,0,1.6,1,2.4,2.1,2.5ZM27.6,23.5c.5,0,.9.1,1.1.5.3.4.2,1,0,1.4-.2.3-.5.5-.9.5,0,0-.2,0-.3,0-.6-.1-.9-.6-.9-1.2,0-.6.5-1.1,1.1-1.2Z'/%3e%3cpath class='st1' d='M39.5,14.4c.1,0,.3.2.4.2.1,0,.2.1.3.2,0,0,0,0,0,0,0,0,0,0,0,0v.9c.1,0,.1,0,.1,0,0,.1.1.2.2.3,0,0,0,0,.1,0,0,0,.2,0,.3,0,.1-.1.2-.2.4-.3,0,0,.2-.2.2-.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2,0,.4,0,.1,0,.2,0,.3,0,0,0,0,0,0,0,.1,0,.3,0,.4,0,0,0,.1-.2.1-.3h0s0,0,0,0c0-.2-.2-.4-.3-.6,0-.1-.1-.2-.1-.3,0,0,0,0,0,0h0c0,0,0-.2.1-.3.1-.2.2-.3.3-.5,0,0,0-.1,0-.2,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.1-.2-.2-.3-.2h0c-.2,0-.3,0-.5,0-.1,0-.3,0-.4,0,0,0,0,0,0,0h0s0,0,0,0c-.1-.1-.2-.2-.3-.4,0,0-.1-.2-.2-.2h0c0,0-.1-.2-.3-.2-.2,0-.3,0-.4.3,0,.1,0,.3,0,.5,0,.1,0,.3,0,.4,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3.1-.4.2-.1,0-.3.1-.4.2-.1,0-.2.2-.2.3,0,.1,0,.2.2.3h0ZM39.7,14c.1,0,.3-.1.4-.2.1,0,.3-.1.4-.2.1,0,.2-.1.2-.3,0-.2,0-.3,0-.5,0-.1,0-.3,0-.4,0,0,0,0,0,0,0,0,0,0,0,0h0c0,.1.2.2.3.3.1.1.2.2.3.4,0,0,.2.1.3.1.1,0,.3,0,.4,0,.2,0,.3,0,.5,0,0,0,0,0,0,0,0,0,0,0,0,0l-.5.8c0,0,0,.1,0,.2h0c0,.2.2.4.3.6,0,.1.1.2.2.3,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3,0-.4,0-.2,0-.3,0-.5,0-.1,0-.2,0-.3,0-.1,0-.2.2-.4.3,0,.1-.2.2-.3.3h0s0,0,0,0c0,0,0,0,0,0v-.9c-.1,0-.1,0-.1,0,0,0,0-.2-.1-.2h0c-.1-.1-.3-.2-.4-.3-.2,0-.3-.1-.4-.2,0,0,0,0,0,0s0,0,0,0h0Z'/%3e%3cpath class='st1' d='M36,11c0,0,.1.1.1.2,0,0,0,0,0,0,0,0,0,0,0,0l-.2.6h0c0,.1,0,.2,0,.3,0,0,.2,0,.3,0,.1,0,.2,0,.3-.1,0,0,.2,0,.2,0h0s0,0,0,0c0,0,0,0,0,0h0c0,0,.1.1.2.2,0,0,.1,0,.2.1,0,0,0,0,0,0,0,0,.1,0,.2,0s0,0,0,0c0,0,.2,0,.2-.2h0c0-.2,0-.3,0-.5,0,0,0-.2,0-.2,0,0,0,0,0,0h0s.1,0,.2-.1c.1,0,.2-.2.3-.2,0,0,0,0,0-.1,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.1,0-.2-.2-.2-.1,0-.2,0-.3-.1-.1,0-.2,0-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2-.1-.3,0,0,0-.1,0-.2h0c0,0,0-.2-.1-.2-.1,0-.3,0-.4,0,0,0-.1.2-.2.3,0,0-.1.2-.2.2,0,0,0,0,0,0h0c0,0-.2,0-.3,0-.1,0-.2,0-.3,0-.1,0-.2,0-.2.1,0,0,0,.2,0,.3,0,0,.1.2.2.3h0ZM36.4,10.6c.1,0,.2,0,.3,0,0,0,.2,0,.2-.1,0,0,.1-.2.2-.3,0,0,.1-.2.2-.2,0,0,0,.2,0,.3,0,.1,0,.2.1.3,0,0,0,.1.2.2,0,0,.2,0,.3,0,.1,0,.2,0,.3,0l-.5.4s0,0,0,.1h0c0,.2,0,.3,0,.5,0,0,0,.2,0,.2h0c0,0-.2-.1-.2-.2,0,0-.2-.1-.3-.2,0,0,0,0-.2,0s0,0,0,0c-.1,0-.2,0-.3.1,0,0-.2,0-.3,0l.2-.6h0c0,0,0-.1,0-.2h0c0-.1-.1-.2-.2-.3,0,0-.1-.2-.2-.3,0,0,.2,0,.3,0h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='4' y='7' width='41' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M44.9,25.8c-.3-2-1.1-4-2.3-5.7-.7.3-1.6.7-2.3.4-.3-.2-.6-.5-.7-.9,0-.3-.1-.6-.2-.9,0-.3-.1-.6-.2-.9-.5-1.4-1.5-2.5-2.6-2.9-.2.2-.4.4-.6.6-.7.7-1.5,1.5-2.7.9-.9-.4-1.4-1.8-1.7-2.6h0c-.4-1.1-.6-2.1-.8-3.1-1.3.2-2.7.8-3.8,1.6-.4-1-.9-2-1.3-2.9-.5-.9-.8-1.7-1.8-2.1-1.4-.5-2.7,0-3.4,1.2-1.5,2.5-2.5,5.7-4,8.2-.3.5-.4.7-1,.8-2.9.6-6.1.7-8.9,1.3-2.1.4-3.1,2.7-1.7,4.4,1.6,2,4.2,3.9,5.9,5.8.5.5,1.2,1,1.2,1.8l-1.6,9.2c-.2,2.3,1.8,3.7,4,2.8,2.4-1.1,4.9-2.7,7.4-3.9.4-.2.8-.5,1.2-.5.4,0,.9.3,1.3.5.1,0,.2.1.4.2,1.3.9,2.8,1.5,4.4,1.9,2.2.5,4.4.4,6.6-.2,2-.6,3.9-1.6,5.4-3.1,1.6-1.4,2.8-3.2,3.5-5.2.8-2.1,1-4.3.7-6.6h0ZM13.4,41.4c-.8.4-1.7,0-1.8-1l1.6-9.3c0-.7,0-1.2-.4-1.8-2-2.5-5.1-4.6-7-7-.5-.7-.4-1.6.5-1.9,3-.7,6.3-.8,9.3-1.4,1-.2,1.5-.6,2.1-1.5,1.5-2.6,2.6-5.6,4-8.2.2-.4.6-.7,1-.7.5,0,1,.3,1.2.7.7,1.3,1.3,2.6,1.9,4-.8.9-1.5,1.9-1.9,3-.2.4-.3,1-.4,1.5-.2.9-.4,1.8-.7,2.3-.8,1-1.6,1-2.5.7-1.1,1.7-1.7,3.7-1.9,6,0,0,0,.2,0,.2,0,.3,0,.5,0,.8,0,.3,0,.6,0,.8l.3,2.2c.5,2.3,1.7,4.5,3.3,6.3-.1,0-.2,0-.4.1-2.7,1.1-5.4,3.1-8.1,4.3h0ZM38.9,37.5c-2.2,1.6-4.7,2.5-7.3,2.5s-3.1-.3-4.6-.9c-3.2-1.3-5.7-3.9-6.9-7.2-.6-1.6-.8-3.2-.7-4.8,0-1.7.5-3.3,1.3-4.8,0-.1.2-.2.3-.2,0,0,0,0,0,0,1.4,0,2.5-1.1,2.9-2.2.2-.5.3-.9.3-1.4,0-.3,0-.6.2-.9.6-2.6,2.5-4.6,4.9-5.4,0,0,.2,0,.2,0,0,0,.1.1.1.2v.2c.5,1.8,1.2,4.2,3,4.9,1.3.5,2.5.2,3.7-1.1.1-.1.3-.1.4,0,.5.5.9,1.2,1.1,1.9,0,.2.1.5.1.7,0,.2,0,.4,0,.5.2,1,1,2.6,3.6,2,.1,0,.3,0,.3.2.8,1.6,1.3,3.1,1.4,4.6.5,4.3-1.3,8.5-4.8,11.1Z'/%3e%3cpath class='st1' d='M36.7,22.7l-10.9,11c.2.2.6.6.8.8l11-11c-.2-.2-.7-.7-.9-.9h0Z'/%3e%3cpath class='st1' d='M35,30.1c-.9.1-1.5.6-1.8,1.4-.3.9-.1,2,.5,2.7.4.4,1.1.9,2.3.7,1.1-.2,2.1-1.2,1.8-2.8-.3-1.6-1.6-2.1-2.8-2h0ZM36,33.6c-.2,0-.4.1-.6.1s-.5,0-.7-.2c-.4-.3-.5-.9-.4-1.3.1-.4.4-.7.9-.8.5-.1,1.2,0,1.4.8.2.6,0,1.2-.6,1.5h0Z'/%3e%3cpath class='st1' d='M27.4,27.1c1,.1,1.8-.2,2.3-1,.5-.8.5-1.9,0-2.8-.4-.7-1.1-1.1-2-1.1s0,0-.1,0c-1.1,0-2.2.8-2.2,2.4,0,1.6,1,2.4,2.1,2.5ZM27.6,23.5c.5,0,.9.1,1.1.5.3.4.2,1,0,1.4-.2.3-.5.5-.9.5,0,0-.2,0-.3,0-.6-.1-.9-.6-.9-1.2,0-.6.5-1.1,1.1-1.2Z'/%3e%3cpath class='st1' d='M39.5,14.4c.1,0,.3.2.4.2.1,0,.2.1.3.2,0,0,0,0,0,0,0,0,0,0,0,0v.9c.1,0,.1,0,.1,0,0,.1.1.2.2.3,0,0,0,0,.1,0,0,0,.2,0,.3,0,.1-.1.2-.2.4-.3,0,0,.2-.2.2-.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2,0,.4,0,.1,0,.2,0,.3,0,0,0,0,0,0,0,.1,0,.3,0,.4,0,0,0,.1-.2.1-.3h0s0,0,0,0c0-.2-.2-.4-.3-.6,0-.1-.1-.2-.1-.3,0,0,0,0,0,0h0c0,0,0-.2.1-.3.1-.2.2-.3.3-.5,0,0,0-.1,0-.2,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.1-.2-.2-.3-.2h0c-.2,0-.3,0-.5,0-.1,0-.3,0-.4,0,0,0,0,0,0,0h0s0,0,0,0c-.1-.1-.2-.2-.3-.4,0,0-.1-.2-.2-.2h0c0,0-.1-.2-.3-.2-.2,0-.3,0-.4.3,0,.1,0,.3,0,.5,0,.1,0,.3,0,.4,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3.1-.4.2-.1,0-.3.1-.4.2-.1,0-.2.2-.2.3,0,.1,0,.2.2.3h0ZM39.7,14c.1,0,.3-.1.4-.2.1,0,.3-.1.4-.2.1,0,.2-.1.2-.3,0-.2,0-.3,0-.5,0-.1,0-.3,0-.4,0,0,0,0,0,0,0,0,0,0,0,0h0c0,.1.2.2.3.3.1.1.2.2.3.4,0,0,.2.1.3.1.1,0,.3,0,.4,0,.2,0,.3,0,.5,0,0,0,0,0,0,0,0,0,0,0,0,0l-.5.8c0,0,0,.1,0,.2h0c0,.2.2.4.3.6,0,.1.1.2.2.3,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3,0-.4,0-.2,0-.3,0-.5,0-.1,0-.2,0-.3,0-.1,0-.2.2-.4.3,0,.1-.2.2-.3.3h0s0,0,0,0c0,0,0,0,0,0v-.9c-.1,0-.1,0-.1,0,0,0,0-.2-.1-.2h0c-.1-.1-.3-.2-.4-.3-.2,0-.3-.1-.4-.2,0,0,0,0,0,0s0,0,0,0h0Z'/%3e%3cpath class='st1' d='M36,11c0,0,.1.1.1.2,0,0,0,0,0,0,0,0,0,0,0,0l-.2.6h0c0,.1,0,.2,0,.3,0,0,.2,0,.3,0,.1,0,.2,0,.3-.1,0,0,.2,0,.2,0h0s0,0,0,0c0,0,0,0,0,0h0c0,0,.1.1.2.2,0,0,.1,0,.2.1,0,0,0,0,0,0,0,0,.1,0,.2,0s0,0,0,0c0,0,.2,0,.2-.2h0c0-.2,0-.3,0-.5,0,0,0-.2,0-.2,0,0,0,0,0,0h0s.1,0,.2-.1c.1,0,.2-.2.3-.2,0,0,0,0,0-.1,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.1,0-.2-.2-.2-.1,0-.2,0-.3-.1-.1,0-.2,0-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2-.1-.3,0,0,0-.1,0-.2h0c0,0,0-.2-.1-.2-.1,0-.3,0-.4,0,0,0-.1.2-.2.3,0,0-.1.2-.2.2,0,0,0,0,0,0h0c0,0-.2,0-.3,0-.1,0-.2,0-.3,0-.1,0-.2,0-.2.1,0,0,0,.2,0,.3,0,0,.1.2.2.3h0ZM36.4,10.6c.1,0,.2,0,.3,0,0,0,.2,0,.2-.1,0,0,.1-.2.2-.3,0,0,.1-.2.2-.2,0,0,0,.2,0,.3,0,.1,0,.2.1.3,0,0,0,.1.2.2,0,0,.2,0,.3,0,.1,0,.2,0,.3,0l-.5.4s0,0,0,.1h0c0,.2,0,.3,0,.5,0,0,0,.2,0,.2h0c0,0-.2-.1-.2-.2,0,0-.2-.1-.3-.2,0,0,0,0-.2,0s0,0,0,0c-.1,0-.2,0-.3.1,0,0-.2,0-.3,0l.2-.6h0c0,0,0-.1,0-.2h0c0-.1-.1-.2-.2-.3,0,0-.1-.2-.2-.3,0,0,.2,0,.3,0h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-promoactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='4' y='7' width='41' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M44.9,25.8c-.3-2-1.1-4-2.3-5.7-.7.3-1.6.7-2.3.4-.3-.2-.6-.5-.7-.9,0-.3-.1-.6-.2-.9,0-.3-.1-.6-.2-.9-.5-1.4-1.5-2.5-2.6-2.9-.2.2-.4.4-.6.6-.7.7-1.5,1.5-2.7.9-.9-.4-1.4-1.8-1.7-2.6h0c-.4-1.1-.6-2.1-.8-3.1-1.3.2-2.7.8-3.8,1.6-.4-1-.9-2-1.3-2.9-.5-.9-.8-1.7-1.8-2.1-1.4-.5-2.7,0-3.4,1.2-1.5,2.5-2.5,5.7-4,8.2-.3.5-.4.7-1,.8-2.9.6-6.1.7-8.9,1.3-2.1.4-3.1,2.7-1.7,4.4,1.6,2,4.2,3.9,5.9,5.8.5.5,1.2,1,1.2,1.8l-1.6,9.2c-.2,2.3,1.8,3.7,4,2.8,2.4-1.1,4.9-2.7,7.4-3.9.4-.2.8-.5,1.2-.5.4,0,.9.3,1.3.5.1,0,.2.1.4.2,1.3.9,2.8,1.5,4.4,1.9,2.2.5,4.4.4,6.6-.2,2-.6,3.9-1.6,5.4-3.1,1.6-1.4,2.8-3.2,3.5-5.2.8-2.1,1-4.3.7-6.6ZM38.9,37.5c-2.2,1.6-4.7,2.5-7.3,2.5s-3.1-.3-4.6-.9c-3.2-1.3-5.7-3.9-6.9-7.2-.6-1.6-.8-3.2-.7-4.8,0-1.7.5-3.3,1.3-4.8,0-.1.2-.2.3-.2,0,0,0,0,0,0,1.4,0,2.5-1.1,2.9-2.2.2-.5.3-.9.3-1.4,0-.3,0-.6.2-.9.6-2.6,2.5-4.6,4.9-5.4,0,0,.2,0,.2,0,0,0,.1.1.1.2v.2c.5,1.8,1.2,4.2,3,4.9,1.3.5,2.5.2,3.7-1.1.1-.1.3-.1.4,0,.5.5.9,1.2,1.1,1.9,0,.2.1.5.1.7,0,.2,0,.4,0,.5.2,1,1,2.6,3.6,2,.1,0,.3,0,.3.2.8,1.6,1.3,3.1,1.4,4.6.5,4.3-1.3,8.5-4.8,11.1Z'/%3e%3cpath class='st1' d='M36.7,22.7l-10.9,11c.2.2.6.6.8.8l11-11c-.2-.2-.7-.7-.9-.9h0Z'/%3e%3cpath class='st1' d='M35,30.1c-.9.1-1.5.6-1.8,1.4-.3.9-.1,2,.5,2.7.4.4,1.1.9,2.3.7,1.1-.2,2.1-1.2,1.8-2.8-.3-1.6-1.6-2.1-2.8-2h0ZM36,33.6c-.2,0-.4.1-.6.1s-.5,0-.7-.2c-.4-.3-.5-.9-.4-1.3.1-.4.4-.7.9-.8.5-.1,1.2,0,1.4.8.2.6,0,1.2-.6,1.5h0Z'/%3e%3cpath class='st1' d='M27.4,27.1c1,.1,1.8-.2,2.3-1,.5-.8.5-1.9,0-2.8-.4-.7-1.1-1.1-2-1.1s0,0-.1,0c-1.1,0-2.2.8-2.2,2.4,0,1.6,1,2.4,2.1,2.5ZM27.6,23.5c.5,0,.9.1,1.1.5.3.4.2,1,0,1.4-.2.3-.5.5-.9.5,0,0-.2,0-.3,0-.6-.1-.9-.6-.9-1.2,0-.6.5-1.1,1.1-1.2Z'/%3e%3cpath class='st1' d='M39.5,14.4c.1,0,.3.2.4.2.1,0,.2.1.3.2,0,0,0,0,0,0,0,0,0,0,0,0v.9c.1,0,.1,0,.1,0,0,.1.1.2.2.3,0,0,0,0,.1,0,0,0,.2,0,.3,0,.1-.1.2-.2.4-.3,0,0,.2-.2.2-.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2,0,.4,0,.1,0,.2,0,.3,0,0,0,0,0,0,0,.1,0,.3,0,.4,0,0,0,.1-.2.1-.3h0s0,0,0,0c0-.2-.2-.4-.3-.6,0-.1-.1-.2-.1-.3,0,0,0,0,0,0h0c0,0,0-.2.1-.3.1-.2.2-.3.3-.5,0,0,0-.1,0-.2,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.1-.2-.2-.3-.2h0c-.2,0-.3,0-.5,0-.1,0-.3,0-.4,0,0,0,0,0,0,0h0s0,0,0,0c-.1-.1-.2-.2-.3-.4,0,0-.1-.2-.2-.2h0c0,0-.1-.2-.3-.2-.2,0-.3,0-.4.3,0,.1,0,.3,0,.5,0,.1,0,.3,0,.4,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3.1-.4.2-.1,0-.3.1-.4.2-.1,0-.2.2-.2.3,0,.1,0,.2.2.3h0ZM39.7,14c.1,0,.3-.1.4-.2.1,0,.3-.1.4-.2.1,0,.2-.1.2-.3,0-.2,0-.3,0-.5,0-.1,0-.3,0-.4,0,0,0,0,0,0,0,0,0,0,0,0h0c0,.1.2.2.3.3.1.1.2.2.3.4,0,0,.2.1.3.1.1,0,.3,0,.4,0,.2,0,.3,0,.5,0,0,0,0,0,0,0,0,0,0,0,0,0l-.5.8c0,0,0,.1,0,.2h0c0,.2.2.4.3.6,0,.1.1.2.2.3,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3,0-.4,0-.2,0-.3,0-.5,0-.1,0-.2,0-.3,0-.1,0-.2.2-.4.3,0,.1-.2.2-.3.3h0s0,0,0,0c0,0,0,0,0,0v-.9c-.1,0-.1,0-.1,0,0,0,0-.2-.1-.2h0c-.1-.1-.3-.2-.4-.3-.2,0-.3-.1-.4-.2,0,0,0,0,0,0s0,0,0,0h0Z'/%3e%3cpath class='st1' d='M36,11c0,0,.1.1.1.2,0,0,0,0,0,0,0,0,0,0,0,0l-.2.6h0c0,.1,0,.2,0,.3,0,0,.2,0,.3,0,.1,0,.2,0,.3-.1,0,0,.2,0,.2,0h0s0,0,0,0c0,0,0,0,0,0h0c0,0,.1.1.2.2,0,0,.1,0,.2.1,0,0,0,0,0,0,0,0,.1,0,.2,0s0,0,0,0c0,0,.2,0,.2-.2h0c0-.2,0-.3,0-.5,0,0,0-.2,0-.2,0,0,0,0,0,0h0s.1,0,.2-.1c.1,0,.2-.2.3-.2,0,0,0,0,0-.1,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.1,0-.2-.2-.2-.1,0-.2,0-.3-.1-.1,0-.2,0-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2-.1-.3,0,0,0-.1,0-.2h0c0,0,0-.2-.1-.2-.1,0-.3,0-.4,0,0,0-.1.2-.2.3,0,0-.1.2-.2.2,0,0,0,0,0,0h0c0,0-.2,0-.3,0-.1,0-.2,0-.3,0-.1,0-.2,0-.2.1,0,0,0,.2,0,.3,0,0,.1.2.2.3h0ZM36.4,10.6c.1,0,.2,0,.3,0,0,0,.2,0,.2-.1,0,0,.1-.2.2-.3,0,0,.1-.2.2-.2,0,0,0,.2,0,.3,0,.1,0,.2.1.3,0,0,0,.1.2.2,0,0,.2,0,.3,0,.1,0,.2,0,.3,0l-.5.4s0,0,0,.1h0c0,.2,0,.3,0,.5,0,0,0,.2,0,.2h0c0,0-.2-.1-.2-.2,0,0-.2-.1-.3-.2,0,0,0,0-.2,0s0,0,0,0c-.1,0-.2,0-.3.1,0,0-.2,0-.3,0l.2-.6h0c0,0,0-.1,0-.2h0c0-.1-.1-.2-.2-.3,0,0-.1-.2-.2-.3,0,0,.2,0,.3,0h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='4' y='7' width='41' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M44.9,25.8c-.3-2-1.1-4-2.3-5.7-.7.3-1.6.7-2.3.4-.3-.2-.6-.5-.7-.9,0-.3-.1-.6-.2-.9,0-.3-.1-.6-.2-.9-.5-1.4-1.5-2.5-2.6-2.9-.2.2-.4.4-.6.6-.7.7-1.5,1.5-2.7.9-.9-.4-1.4-1.8-1.7-2.6h0c-.4-1.1-.6-2.1-.8-3.1-1.3.2-2.7.8-3.8,1.6-.4-1-.9-2-1.3-2.9-.5-.9-.8-1.7-1.8-2.1-1.4-.5-2.7,0-3.4,1.2-1.5,2.5-2.5,5.7-4,8.2-.3.5-.4.7-1,.8-2.9.6-6.1.7-8.9,1.3-2.1.4-3.1,2.7-1.7,4.4,1.6,2,4.2,3.9,5.9,5.8.5.5,1.2,1,1.2,1.8l-1.6,9.2c-.2,2.3,1.8,3.7,4,2.8,2.4-1.1,4.9-2.7,7.4-3.9.4-.2.8-.5,1.2-.5.4,0,.9.3,1.3.5.1,0,.2.1.4.2,1.3.9,2.8,1.5,4.4,1.9,2.2.5,4.4.4,6.6-.2,2-.6,3.9-1.6,5.4-3.1,1.6-1.4,2.8-3.2,3.5-5.2.8-2.1,1-4.3.7-6.6ZM38.9,37.5c-2.2,1.6-4.7,2.5-7.3,2.5s-3.1-.3-4.6-.9c-3.2-1.3-5.7-3.9-6.9-7.2-.6-1.6-.8-3.2-.7-4.8,0-1.7.5-3.3,1.3-4.8,0-.1.2-.2.3-.2,0,0,0,0,0,0,1.4,0,2.5-1.1,2.9-2.2.2-.5.3-.9.3-1.4,0-.3,0-.6.2-.9.6-2.6,2.5-4.6,4.9-5.4,0,0,.2,0,.2,0,0,0,.1.1.1.2v.2c.5,1.8,1.2,4.2,3,4.9,1.3.5,2.5.2,3.7-1.1.1-.1.3-.1.4,0,.5.5.9,1.2,1.1,1.9,0,.2.1.5.1.7,0,.2,0,.4,0,.5.2,1,1,2.6,3.6,2,.1,0,.3,0,.3.2.8,1.6,1.3,3.1,1.4,4.6.5,4.3-1.3,8.5-4.8,11.1Z'/%3e%3cpath class='st1' d='M36.7,22.7l-10.9,11c.2.2.6.6.8.8l11-11c-.2-.2-.7-.7-.9-.9h0Z'/%3e%3cpath class='st1' d='M35,30.1c-.9.1-1.5.6-1.8,1.4-.3.9-.1,2,.5,2.7.4.4,1.1.9,2.3.7,1.1-.2,2.1-1.2,1.8-2.8-.3-1.6-1.6-2.1-2.8-2h0ZM36,33.6c-.2,0-.4.1-.6.1s-.5,0-.7-.2c-.4-.3-.5-.9-.4-1.3.1-.4.4-.7.9-.8.5-.1,1.2,0,1.4.8.2.6,0,1.2-.6,1.5h0Z'/%3e%3cpath class='st1' d='M27.4,27.1c1,.1,1.8-.2,2.3-1,.5-.8.5-1.9,0-2.8-.4-.7-1.1-1.1-2-1.1s0,0-.1,0c-1.1,0-2.2.8-2.2,2.4,0,1.6,1,2.4,2.1,2.5ZM27.6,23.5c.5,0,.9.1,1.1.5.3.4.2,1,0,1.4-.2.3-.5.5-.9.5,0,0-.2,0-.3,0-.6-.1-.9-.6-.9-1.2,0-.6.5-1.1,1.1-1.2Z'/%3e%3cpath class='st1' d='M39.5,14.4c.1,0,.3.2.4.2.1,0,.2.1.3.2,0,0,0,0,0,0,0,0,0,0,0,0v.9c.1,0,.1,0,.1,0,0,.1.1.2.2.3,0,0,0,0,.1,0,0,0,.2,0,.3,0,.1-.1.2-.2.4-.3,0,0,.2-.2.2-.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2,0,.4,0,.1,0,.2,0,.3,0,0,0,0,0,0,0,.1,0,.3,0,.4,0,0,0,.1-.2.1-.3h0s0,0,0,0c0-.2-.2-.4-.3-.6,0-.1-.1-.2-.1-.3,0,0,0,0,0,0h0c0,0,0-.2.1-.3.1-.2.2-.3.3-.5,0,0,0-.1,0-.2,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.1-.2-.2-.3-.2h0c-.2,0-.3,0-.5,0-.1,0-.3,0-.4,0,0,0,0,0,0,0h0s0,0,0,0c-.1-.1-.2-.2-.3-.4,0,0-.1-.2-.2-.2h0c0,0-.1-.2-.3-.2-.2,0-.3,0-.4.3,0,.1,0,.3,0,.5,0,.1,0,.3,0,.4,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3.1-.4.2-.1,0-.3.1-.4.2-.1,0-.2.2-.2.3,0,.1,0,.2.2.3h0ZM39.7,14c.1,0,.3-.1.4-.2.1,0,.3-.1.4-.2.1,0,.2-.1.2-.3,0-.2,0-.3,0-.5,0-.1,0-.3,0-.4,0,0,0,0,0,0,0,0,0,0,0,0h0c0,.1.2.2.3.3.1.1.2.2.3.4,0,0,.2.1.3.1.1,0,.3,0,.4,0,.2,0,.3,0,.5,0,0,0,0,0,0,0,0,0,0,0,0,0l-.5.8c0,0,0,.1,0,.2h0c0,.2.2.4.3.6,0,.1.1.2.2.3,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3,0-.4,0-.2,0-.3,0-.5,0-.1,0-.2,0-.3,0-.1,0-.2.2-.4.3,0,.1-.2.2-.3.3h0s0,0,0,0c0,0,0,0,0,0v-.9c-.1,0-.1,0-.1,0,0,0,0-.2-.1-.2h0c-.1-.1-.3-.2-.4-.3-.2,0-.3-.1-.4-.2,0,0,0,0,0,0s0,0,0,0h0Z'/%3e%3cpath class='st1' d='M36,11c0,0,.1.1.1.2,0,0,0,0,0,0,0,0,0,0,0,0l-.2.6h0c0,.1,0,.2,0,.3,0,0,.2,0,.3,0,.1,0,.2,0,.3-.1,0,0,.2,0,.2,0h0s0,0,0,0c0,0,0,0,0,0h0c0,0,.1.1.2.2,0,0,.1,0,.2.1,0,0,0,0,0,0,0,0,.1,0,.2,0s0,0,0,0c0,0,.2,0,.2-.2h0c0-.2,0-.3,0-.5,0,0,0-.2,0-.2,0,0,0,0,0,0h0s.1,0,.2-.1c.1,0,.2-.2.3-.2,0,0,0,0,0-.1,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.1,0-.2-.2-.2-.1,0-.2,0-.3-.1-.1,0-.2,0-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2-.1-.3,0,0,0-.1,0-.2h0c0,0,0-.2-.1-.2-.1,0-.3,0-.4,0,0,0-.1.2-.2.3,0,0-.1.2-.2.2,0,0,0,0,0,0h0c0,0-.2,0-.3,0-.1,0-.2,0-.3,0-.1,0-.2,0-.2.1,0,0,0,.2,0,.3,0,0,.1.2.2.3h0ZM36.4,10.6c.1,0,.2,0,.3,0,0,0,.2,0,.2-.1,0,0,.1-.2.2-.3,0,0,.1-.2.2-.2,0,0,0,.2,0,.3,0,.1,0,.2.1.3,0,0,0,.1.2.2,0,0,.2,0,.3,0,.1,0,.2,0,.3,0l-.5.4s0,0,0,.1h0c0,.2,0,.3,0,.5,0,0,0,.2,0,.2h0c0,0-.2-.1-.2-.2,0,0-.2-.1-.3-.2,0,0,0,0-.2,0s0,0,0,0c-.1,0-.2,0-.3.1,0,0-.2,0-.3,0l.2-.6h0c0,0,0-.1,0-.2h0c0-.1-.1-.2-.2-.3,0,0-.1-.2-.2-.3,0,0,.2,0,.3,0h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-lucky {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='2' y='7' width='45' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47,22v6.7c-.4.7-1.1.5-1.9.8-2.5,1-2.4,4.7,0,5.6.7.2,1.4,0,1.8.7v7.3H14.3c-.9-.3-.6-1-.7-1.8,0,0-.9.8-1.5.1l-3.3-5.7c-.2-.8.7-1,1.2-1.6,1.7-2.1,0-5.2-2.7-4.9-.6,0-1.4.7-2,.3l-3.3-5.7c-.1-.4,0-.7.3-.9L30.4,7h.5c0,.1,3.4,5.9,3.4,5.9.2.8-.3.8-.8,1.2-2.3,2.1-.5,5.6,2.5,5.2.7-.1,1.3-.9,2,0,.3.3,1.1,2.1,1.3,2.2h7c.3,0,.5.2.7.5ZM37.4,21.5l-.5-.9c-4.8,1.6-8.2-4.4-4.4-7.7l-2.5-4.1L3.8,23.8l2.4,4.2c3.5-1.2,6.9,1.9,5.9,5.5-.3.9-.8,1.6-1.4,2.3l2.4,4.1c.2-.1.5-.2.6-.5.2-.8-.2-3.1.1-3.7.2-.4,1.1-.4,1.6-.5,2.9-.9,2.7-5.1-.3-5.8-.4-.1-1,0-1.3-.5v-6.6c0-.2.3-.7.5-.7h23.3ZM21.6,23h-6.5v4.9c5,.8,5,7.9,0,8.8v4.9h6.3c.3-.5-.1-1.5.8-1.5.9,0,.8.8.8,1.5h22.4v-4.9c-4-.6-5.2-6.1-1.6-8.2.6-.3,1.1-.4,1.6-.7v-4.7h-22.4c.3,1.9-1.9,2-1.5,0h0Z'/%3e%3cpath class='st1' d='M32.1,25.8c1.8-.3,2.1,2.3,3,3.3,1,.3,3,.2,3.6,1,1.4,1.6-1.2,3-2,4.1,0,1.1.8,3.2,0,4.1-1.2,1.2-3.1-.5-4.3-.9-1.3.3-2.9,1.9-4.2,1.1-1.3-.8-.2-3-.3-4.3-.6-1-2.5-2-2.3-3.3.2-1.7,2.8-1.4,4-1.8.6-.9,1.2-3.1,2.4-3.3h0ZM32.5,27.4c-.2,0-.1,0-.2.1-.4.7-1.1,2.4-1.6,2.8-.7.5-2.5.6-3.4.8,0,.2,0,.2.1.3.4.6,2,1.9,2.1,2.4.2,1-.3,2.5-.4,3.5.9-.3,1.8-.9,2.7-1.2,1.3-.4,2.6.9,3.8,1.2.1-.1-.5-3-.3-3.4.5-1,1.5-1.8,2.3-2.6,0-.2-2.6-.5-2.9-.6-1-.3-1.6-2.2-2.1-3.1h0Z'/%3e%3cpath class='st1' d='M22.2,26.4c.5,0,.8.4.9.9,0,.6,0,2.9,0,3.4-.2.8-1.4.7-1.5,0,0-.6,0-3,0-3.6,0-.3.3-.6.6-.6h0Z'/%3e%3cpath class='st1' d='M22.1,33.2c.6-.1.9.2,1,.8,0,.6,0,2.8,0,3.4-.2.9-1.4.8-1.5,0,0-.7,0-2.9,0-3.5,0-.3.3-.5.5-.6Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='2' y='7' width='45' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47,22v6.7c-.4.7-1.1.5-1.9.8-2.5,1-2.4,4.7,0,5.6.7.2,1.4,0,1.8.7v7.3H14.3c-.9-.3-.6-1-.7-1.8,0,0-.9.8-1.5.1l-3.3-5.7c-.2-.8.7-1,1.2-1.6,1.7-2.1,0-5.2-2.7-4.9-.6,0-1.4.7-2,.3l-3.3-5.7c-.1-.4,0-.7.3-.9L30.4,7h.5c0,.1,3.4,5.9,3.4,5.9.2.8-.3.8-.8,1.2-2.3,2.1-.5,5.6,2.5,5.2.7-.1,1.3-.9,2,0,.3.3,1.1,2.1,1.3,2.2h7c.3,0,.5.2.7.5ZM37.4,21.5l-.5-.9c-4.8,1.6-8.2-4.4-4.4-7.7l-2.5-4.1L3.8,23.8l2.4,4.2c3.5-1.2,6.9,1.9,5.9,5.5-.3.9-.8,1.6-1.4,2.3l2.4,4.1c.2-.1.5-.2.6-.5.2-.8-.2-3.1.1-3.7.2-.4,1.1-.4,1.6-.5,2.9-.9,2.7-5.1-.3-5.8-.4-.1-1,0-1.3-.5v-6.6c0-.2.3-.7.5-.7h23.3ZM21.6,23h-6.5v4.9c5,.8,5,7.9,0,8.8v4.9h6.3c.3-.5-.1-1.5.8-1.5.9,0,.8.8.8,1.5h22.4v-4.9c-4-.6-5.2-6.1-1.6-8.2.6-.3,1.1-.4,1.6-.7v-4.7h-22.4c.3,1.9-1.9,2-1.5,0h0Z'/%3e%3cpath class='st1' d='M32.1,25.8c1.8-.3,2.1,2.3,3,3.3,1,.3,3,.2,3.6,1,1.4,1.6-1.2,3-2,4.1,0,1.1.8,3.2,0,4.1-1.2,1.2-3.1-.5-4.3-.9-1.3.3-2.9,1.9-4.2,1.1-1.3-.8-.2-3-.3-4.3-.6-1-2.5-2-2.3-3.3.2-1.7,2.8-1.4,4-1.8.6-.9,1.2-3.1,2.4-3.3h0ZM32.5,27.4c-.2,0-.1,0-.2.1-.4.7-1.1,2.4-1.6,2.8-.7.5-2.5.6-3.4.8,0,.2,0,.2.1.3.4.6,2,1.9,2.1,2.4.2,1-.3,2.5-.4,3.5.9-.3,1.8-.9,2.7-1.2,1.3-.4,2.6.9,3.8,1.2.1-.1-.5-3-.3-3.4.5-1,1.5-1.8,2.3-2.6,0-.2-2.6-.5-2.9-.6-1-.3-1.6-2.2-2.1-3.1h0Z'/%3e%3cpath class='st1' d='M22.2,26.4c.5,0,.8.4.9.9,0,.6,0,2.9,0,3.4-.2.8-1.4.7-1.5,0,0-.6,0-3,0-3.6,0-.3.3-.6.6-.6h0Z'/%3e%3cpath class='st1' d='M22.1,33.2c.6-.1.9.2,1,.8,0,.6,0,2.8,0,3.4-.2.9-1.4.8-1.5,0,0-.7,0-2.9,0-3.5,0-.3.3-.5.5-.6Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-luckyactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='2' y='7' width='45' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47,22v6.7c-.4.7-1.1.5-1.9.8-2.5,1-2.4,4.7,0,5.6.7.2,1.4,0,1.8.7v7.3H14.3c-.9-.3-.6-1-.7-1.8,0,0-.9.8-1.5.1l-3.3-5.7c-.2-.8.7-1,1.2-1.6,1.7-2.1,0-5.2-2.7-4.9-.6,0-1.4.7-2,.3l-3.3-5.7c-.1-.4,0-.7.3-.9L30.4,7h.5c0,.1,3.4,5.9,3.4,5.9.2.8-.3.8-.8,1.2-2.3,2.1-.5,5.6,2.5,5.2.7-.1,1.3-.9,2,0,.3.3,1.1,2.1,1.3,2.2h7c.3,0,.5.2.7.5ZM37.4,21.5l-.5-.9c-4.8,1.6-8.2-4.4-4.4-7.7l-2.5-4.1L3.8,23.8l2.4,4.2c3.5-1.2,6.9,1.9,5.9,5.5-.3.9-.8,1.6-1.4,2.3l2.4,4.1c.2-.1.5-.2.6-.5.2-.8-.2-3.1.1-3.7.2-.4,1.1-.4,1.6-.5,2.9-.9,2.7-5.1-.3-5.8-.4-.1-1,0-1.3-.5v-6.6c0-.2.3-.7.5-.7h23.3ZM21.6,23h-6.5v4.9c5,.8,5,7.9,0,8.8v4.9h6.3c.3-.5-.1-1.5.8-1.5.9,0,.8.8.8,1.5h22.4v-4.9c-4-.6-5.2-6.1-1.6-8.2.6-.3,1.1-.4,1.6-.7v-4.7h-22.4c.3,1.9-1.9,2-1.5,0h0Z'/%3e%3cpath class='st1' d='M32.1,25.8c1.8-.3,2.1,2.3,3,3.3,1,.3,3,.2,3.6,1,1.4,1.6-1.2,3-2,4.1,0,1.1.8,3.2,0,4.1-1.2,1.2-3.1-.5-4.3-.9-1.3.3-2.9,1.9-4.2,1.1-1.3-.8-.2-3-.3-4.3-.6-1-2.5-2-2.3-3.3.2-1.7,2.8-1.4,4-1.8.6-.9,1.2-3.1,2.4-3.3h0Z'/%3e%3cpath class='st1' d='M22.2,26.4c.5,0,.8.4.9.9,0,.6,0,2.9,0,3.4-.2.8-1.4.7-1.5,0,0-.6,0-3,0-3.6,0-.3.3-.6.6-.6h0Z'/%3e%3cpath class='st1' d='M22.1,33.2c.6-.1.9.2,1,.8,0,.6,0,2.8,0,3.4-.2.9-1.4.8-1.5,0,0-.7,0-2.9,0-3.5,0-.3.3-.5.5-.6Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='2' y='7' width='45' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47,22v6.7c-.4.7-1.1.5-1.9.8-2.5,1-2.4,4.7,0,5.6.7.2,1.4,0,1.8.7v7.3H14.3c-.9-.3-.6-1-.7-1.8,0,0-.9.8-1.5.1l-3.3-5.7c-.2-.8.7-1,1.2-1.6,1.7-2.1,0-5.2-2.7-4.9-.6,0-1.4.7-2,.3l-3.3-5.7c-.1-.4,0-.7.3-.9L30.4,7h.5c0,.1,3.4,5.9,3.4,5.9.2.8-.3.8-.8,1.2-2.3,2.1-.5,5.6,2.5,5.2.7-.1,1.3-.9,2,0,.3.3,1.1,2.1,1.3,2.2h7c.3,0,.5.2.7.5ZM37.4,21.5l-.5-.9c-4.8,1.6-8.2-4.4-4.4-7.7l-2.5-4.1L3.8,23.8l2.4,4.2c3.5-1.2,6.9,1.9,5.9,5.5-.3.9-.8,1.6-1.4,2.3l2.4,4.1c.2-.1.5-.2.6-.5.2-.8-.2-3.1.1-3.7.2-.4,1.1-.4,1.6-.5,2.9-.9,2.7-5.1-.3-5.8-.4-.1-1,0-1.3-.5v-6.6c0-.2.3-.7.5-.7h23.3ZM21.6,23h-6.5v4.9c5,.8,5,7.9,0,8.8v4.9h6.3c.3-.5-.1-1.5.8-1.5.9,0,.8.8.8,1.5h22.4v-4.9c-4-.6-5.2-6.1-1.6-8.2.6-.3,1.1-.4,1.6-.7v-4.7h-22.4c.3,1.9-1.9,2-1.5,0h0Z'/%3e%3cpath class='st1' d='M32.1,25.8c1.8-.3,2.1,2.3,3,3.3,1,.3,3,.2,3.6,1,1.4,1.6-1.2,3-2,4.1,0,1.1.8,3.2,0,4.1-1.2,1.2-3.1-.5-4.3-.9-1.3.3-2.9,1.9-4.2,1.1-1.3-.8-.2-3-.3-4.3-.6-1-2.5-2-2.3-3.3.2-1.7,2.8-1.4,4-1.8.6-.9,1.2-3.1,2.4-3.3h0Z'/%3e%3cpath class='st1' d='M22.2,26.4c.5,0,.8.4.9.9,0,.6,0,2.9,0,3.4-.2.8-1.4.7-1.5,0,0-.6,0-3,0-3.6,0-.3.3-.6.6-.6h0Z'/%3e%3cpath class='st1' d='M22.1,33.2c.6-.1.9.2,1,.8,0,.6,0,2.8,0,3.4-.2.9-1.4.8-1.5,0,0-.7,0-2.9,0-3.5,0-.3.3-.5.5-.6Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-starreward {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M37.3,42.3c.5-.4.8-.9,1.1-1.5l3.6-17v-.9c-.1-1.1-1-2.2-2.1-2.5l-12.6-2.7c.9-.9,1.7-1.8,1.2-3.2-.7-1.8-4.1-1.4-5.7-1.9-.3,0-.4-.2-.6-.5-.7-1.1-1.2-2.8-1.8-3.9-.6-1.1-1.8-1.6-3-.9-.8.5-1.8,3.2-2.3,4.2-.2.5-.3.9-.9,1.1-2,.6-6.3,0-5.9,3.1.1.8.7,1.2,1.2,1.8l-.7,3.3-1.1,5.2h0s-1.6,7.9-1.6,7.9c0,1.5.9,2.8,2.3,3.3l2.8.6,24.4,5.1s.7,0,1.4-.4c0,0,0,0,0,0,0,0,.3-.2.4-.3h0ZM10,14.6c1.3-.4,4.3-.3,5.3-1.1,1-.8,1.7-3.7,2.5-4.8.1-.1.2-.3.4-.3.3,0,.6,0,.8.3.8,1.3,1.3,3.1,2.1,4.3.3.5.8.8,1.4,1,1.4.3,3,.3,4.3.7.6.3.7.8.3,1.3-.8,1.1-2.3,2.2-3.2,3.3-1.1,1.4.3,4.4.3,6.2,0,.6-.5,1-1,.8-1.3-.5-3.5-2.3-4.8-2.4-.3,0-.5,0-.8.2-1.3.5-2.7,1.7-4,2.2-.6.2-1-.2-1.1-.8,0-1.5,1-4.1.7-5.5-.3-1.1-2.7-2.9-3.5-3.9-.4-.6-.4-1.1.3-1.5h0ZM10.5,18.7c.1,0,.1,0,.2.1.3.2,1.3,1.3,1.3,1.6,0,.2,0,.3,0,.5-.1,1.4-.7,3.2-.7,4.5,0,1.3,1.1,2.3,2.3,2.1,1.1-.1,3.2-1.8,4.4-2.3.5-.2.7,0,1.2.3.9.5,3.2,2,4.1,2.1,1.5.1,2.3-1.1,2.2-2.5-.1-1.5-.6-3.1-.7-4.6,0-.6,1.1-1.3,1.4-1.7l13.3,2.9c.8.3,1.3,1.1,1.2,2l-2.9,14-29.9-6.3,2.6-12.6h0ZM35.3,41.7l-26.5-5.6c-.6-.2-1.1-.6-1.4-1.2-.3-.9,0-1.5.2-2.4l29.8,6.3h.1c-.2,1.5-.6,2.9-2.3,2.8h0Z'/%3e%3cpath class='st1' d='M38.5,25c0-.9-.6-1.6-1.5-1.9-.9-.3-3-.7-3.9-.8-.2,0-.5,0-.7,0-.4,0-1,.4-1.2.8-.2.4-.8,3-.9,3.5,0,.9.6,1.6,1.4,1.9.7.2,3.9.9,4.5.9.8,0,1.4-.6,1.7-1.3.2-.5.6-2.5.6-3.1h0ZM37.1,25.3c0,.5-.3,1.7-.5,2.2-.1.4-.3.6-.7.6-1.2,0-2.6-.7-3.8-.8-.3-.1-.5-.4-.5-.7,0-.4.3-1.4.4-1.9,0-.3.2-1.1.5-1.2.1,0,.3,0,.4,0,.8,0,2.8.5,3.6.8.6.2.6.4.6,1h0Z'/%3e%3cpath class='st1' d='M36,31.4c-3.5-.9-7.3-1.4-10.8-2.3-.8,0-1,1-.2,1.3l11.2,2.4c.6,0,1-.6.6-1.1-.2-.2-.6-.2-.8-.3h0Z'/%3e%3cpath class='st1' d='M36,34l-5.9-1.2c-.7.3-.7,1,0,1.3,1.7.6,3.8.7,5.6,1.2.8,0,1.1-.9.3-1.2Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M37.3,42.3c.5-.4.8-.9,1.1-1.5l3.6-17v-.9c-.1-1.1-1-2.2-2.1-2.5l-12.6-2.7c.9-.9,1.7-1.8,1.2-3.2-.7-1.8-4.1-1.4-5.7-1.9-.3,0-.4-.2-.6-.5-.7-1.1-1.2-2.8-1.8-3.9-.6-1.1-1.8-1.6-3-.9-.8.5-1.8,3.2-2.3,4.2-.2.5-.3.9-.9,1.1-2,.6-6.3,0-5.9,3.1.1.8.7,1.2,1.2,1.8l-.7,3.3-1.1,5.2h0s-1.6,7.9-1.6,7.9c0,1.5.9,2.8,2.3,3.3l2.8.6,24.4,5.1s.7,0,1.4-.4c0,0,0,0,0,0,0,0,.3-.2.4-.3h0ZM10,14.6c1.3-.4,4.3-.3,5.3-1.1,1-.8,1.7-3.7,2.5-4.8.1-.1.2-.3.4-.3.3,0,.6,0,.8.3.8,1.3,1.3,3.1,2.1,4.3.3.5.8.8,1.4,1,1.4.3,3,.3,4.3.7.6.3.7.8.3,1.3-.8,1.1-2.3,2.2-3.2,3.3-1.1,1.4.3,4.4.3,6.2,0,.6-.5,1-1,.8-1.3-.5-3.5-2.3-4.8-2.4-.3,0-.5,0-.8.2-1.3.5-2.7,1.7-4,2.2-.6.2-1-.2-1.1-.8,0-1.5,1-4.1.7-5.5-.3-1.1-2.7-2.9-3.5-3.9-.4-.6-.4-1.1.3-1.5h0ZM10.5,18.7c.1,0,.1,0,.2.1.3.2,1.3,1.3,1.3,1.6,0,.2,0,.3,0,.5-.1,1.4-.7,3.2-.7,4.5,0,1.3,1.1,2.3,2.3,2.1,1.1-.1,3.2-1.8,4.4-2.3.5-.2.7,0,1.2.3.9.5,3.2,2,4.1,2.1,1.5.1,2.3-1.1,2.2-2.5-.1-1.5-.6-3.1-.7-4.6,0-.6,1.1-1.3,1.4-1.7l13.3,2.9c.8.3,1.3,1.1,1.2,2l-2.9,14-29.9-6.3,2.6-12.6h0ZM35.3,41.7l-26.5-5.6c-.6-.2-1.1-.6-1.4-1.2-.3-.9,0-1.5.2-2.4l29.8,6.3h.1c-.2,1.5-.6,2.9-2.3,2.8h0Z'/%3e%3cpath class='st1' d='M38.5,25c0-.9-.6-1.6-1.5-1.9-.9-.3-3-.7-3.9-.8-.2,0-.5,0-.7,0-.4,0-1,.4-1.2.8-.2.4-.8,3-.9,3.5,0,.9.6,1.6,1.4,1.9.7.2,3.9.9,4.5.9.8,0,1.4-.6,1.7-1.3.2-.5.6-2.5.6-3.1h0ZM37.1,25.3c0,.5-.3,1.7-.5,2.2-.1.4-.3.6-.7.6-1.2,0-2.6-.7-3.8-.8-.3-.1-.5-.4-.5-.7,0-.4.3-1.4.4-1.9,0-.3.2-1.1.5-1.2.1,0,.3,0,.4,0,.8,0,2.8.5,3.6.8.6.2.6.4.6,1h0Z'/%3e%3cpath class='st1' d='M36,31.4c-3.5-.9-7.3-1.4-10.8-2.3-.8,0-1,1-.2,1.3l11.2,2.4c.6,0,1-.6.6-1.1-.2-.2-.6-.2-.8-.3h0Z'/%3e%3cpath class='st1' d='M36,34l-5.9-1.2c-.7.3-.7,1,0,1.3,1.7.6,3.8.7,5.6,1.2.8,0,1.1-.9.3-1.2Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-starrewardactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M37.3,42.3c.5-.4.8-.9,1.1-1.5l3.6-17v-.9c-.1-1.1-1-2.2-2.1-2.5l-12.6-2.7c.9-.9,1.7-1.8,1.2-3.2-.7-1.8-4.1-1.4-5.7-1.9-.3,0-.4-.2-.6-.5-.7-1.1-1.2-2.8-1.8-3.9-.6-1.1-1.8-1.6-3-.9-.8.5-1.8,3.2-2.3,4.2-.2.5-.3.9-.9,1.1-2,.6-6.3,0-5.9,3.1.1.8.7,1.2,1.2,1.8l-.7,3.3-1.1,5.2h0s-1.6,7.9-1.6,7.9c0,1.5.9,2.8,2.3,3.3l2.8.6,24.4,5.1s.7,0,1.4-.4c0,0,0,0,0,0,0,0,.3-.2.4-.3h0ZM10.5,18.7c.1,0,.1,0,.2.1.3.2,1.3,1.3,1.3,1.6,0,.2,0,.3,0,.5-.1,1.4-.7,3.2-.7,4.5,0,1.3,1.1,2.3,2.3,2.1,1.1-.1,3.2-1.8,4.4-2.3.5-.2.7,0,1.2.3.9.5,3.2,2,4.1,2.1,1.5.1,2.3-1.1,2.2-2.5-.1-1.5-.6-3.1-.7-4.6,0-.6,1.1-1.3,1.4-1.7l13.3,2.9c.8.3,1.3,1.1,1.2,2l-2.9,14-29.9-6.3,2.6-12.6h0ZM35.3,41.7l-26.5-5.6c-.6-.2-1.1-.6-1.4-1.2-.3-.9,0-1.5.2-2.4l29.8,6.3h.1c-.2,1.5-.6,2.9-2.3,2.8h0Z'/%3e%3cpath class='st1' d='M38.5,25c0-.9-.6-1.6-1.5-1.9-.9-.3-3-.7-3.9-.8-.2,0-.5,0-.7,0-.4,0-1,.4-1.2.8-.2.4-.8,3-.9,3.5,0,.9.6,1.6,1.4,1.9.7.2,3.9.9,4.5.9.8,0,1.4-.6,1.7-1.3.2-.5.6-2.5.6-3.1h0ZM37.1,25.3c0,.5-.3,1.7-.5,2.2-.1.4-.3.6-.7.6-1.2,0-2.6-.7-3.8-.8-.3-.1-.5-.4-.5-.7,0-.4.3-1.4.4-1.9,0-.3.2-1.1.5-1.2.1,0,.3,0,.4,0,.8,0,2.8.5,3.6.8.6.2.6.4.6,1h0Z'/%3e%3cpath class='st1' d='M36,31.4c-3.5-.9-7.3-1.4-10.8-2.3-.8,0-1,1-.2,1.3l11.2,2.4c.6,0,1-.6.6-1.1-.2-.2-.6-.2-.8-.3h0Z'/%3e%3cpath class='st1' d='M36,34l-5.9-1.2c-.7.3-.7,1,0,1.3,1.7.6,3.8.7,5.6,1.2.8,0,1.1-.9.3-1.2Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M37.3,42.3c.5-.4.8-.9,1.1-1.5l3.6-17v-.9c-.1-1.1-1-2.2-2.1-2.5l-12.6-2.7c.9-.9,1.7-1.8,1.2-3.2-.7-1.8-4.1-1.4-5.7-1.9-.3,0-.4-.2-.6-.5-.7-1.1-1.2-2.8-1.8-3.9-.6-1.1-1.8-1.6-3-.9-.8.5-1.8,3.2-2.3,4.2-.2.5-.3.9-.9,1.1-2,.6-6.3,0-5.9,3.1.1.8.7,1.2,1.2,1.8l-.7,3.3-1.1,5.2h0s-1.6,7.9-1.6,7.9c0,1.5.9,2.8,2.3,3.3l2.8.6,24.4,5.1s.7,0,1.4-.4c0,0,0,0,0,0,0,0,.3-.2.4-.3h0ZM10.5,18.7c.1,0,.1,0,.2.1.3.2,1.3,1.3,1.3,1.6,0,.2,0,.3,0,.5-.1,1.4-.7,3.2-.7,4.5,0,1.3,1.1,2.3,2.3,2.1,1.1-.1,3.2-1.8,4.4-2.3.5-.2.7,0,1.2.3.9.5,3.2,2,4.1,2.1,1.5.1,2.3-1.1,2.2-2.5-.1-1.5-.6-3.1-.7-4.6,0-.6,1.1-1.3,1.4-1.7l13.3,2.9c.8.3,1.3,1.1,1.2,2l-2.9,14-29.9-6.3,2.6-12.6h0ZM35.3,41.7l-26.5-5.6c-.6-.2-1.1-.6-1.4-1.2-.3-.9,0-1.5.2-2.4l29.8,6.3h.1c-.2,1.5-.6,2.9-2.3,2.8h0Z'/%3e%3cpath class='st1' d='M38.5,25c0-.9-.6-1.6-1.5-1.9-.9-.3-3-.7-3.9-.8-.2,0-.5,0-.7,0-.4,0-1,.4-1.2.8-.2.4-.8,3-.9,3.5,0,.9.6,1.6,1.4,1.9.7.2,3.9.9,4.5.9.8,0,1.4-.6,1.7-1.3.2-.5.6-2.5.6-3.1h0ZM37.1,25.3c0,.5-.3,1.7-.5,2.2-.1.4-.3.6-.7.6-1.2,0-2.6-.7-3.8-.8-.3-.1-.5-.4-.5-.7,0-.4.3-1.4.4-1.9,0-.3.2-1.1.5-1.2.1,0,.3,0,.4,0,.8,0,2.8.5,3.6.8.6.2.6.4.6,1h0Z'/%3e%3cpath class='st1' d='M36,31.4c-3.5-.9-7.3-1.4-10.8-2.3-.8,0-1,1-.2,1.3l11.2,2.4c.6,0,1-.6.6-1.1-.2-.2-.6-.2-.8-.3h0Z'/%3e%3cpath class='st1' d='M36,34l-5.9-1.2c-.7.3-.7,1,0,1.3,1.7.6,3.8.7,5.6,1.2.8,0,1.1-.9.3-1.2Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-starspin {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='4' y='7' width='41' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M44.9,24.4c-.3-4.2-3-8-6.8-9.8,1-1,.5-2.4-.9-2.5-2.7-.2-5.7.2-8.4,0-1,0-1.5.9-1.3,1.8,0,.3.3.5.4.8-6.9,3.2-9,12-4.3,18,.6.8,1.4,1.5,2.1,2.1,0,.1-1,1.6-1.1,2-.2.9.3,1.6,1.1,1.8h14.5c.8-.2,1.3-1,1.1-1.8,0-.3-1.1-1.9-1.1-2,2.2-1.8,3.9-4.2,4.5-7l.3-1.6v-1.7h0c0,0,0,0,0,0ZM28.8,13h8.4c.4,0,.6.5.3.8-1.4,1.4-2.6,3.1-3.9,4.5-.5.5-.6.5-1.1,0-1.4-1.4-2.6-3.1-3.9-4.5-.2-.3,0-.7.2-.8h0ZM30.3,23.4c-.3.4-.6.9-.6,1.5h-4.8c0-1.8.8-3.5,2-4.9l3.4,3.4h0ZM27.6,19.3c.8-.8,1.9-1.4,3-1.7.7.6,1.1,1.5,1.9,1.9v2.5c-.5,0-1,.3-1.5.6l-3.4-3.3ZM29.6,25.9c.2.3.2.6.3.9,0,.1.4.6.3.6l-3.4,3.3c-.9-1-1.6-2.2-1.8-3.5-.1-.5-.1-.9-.2-1.4h4.8,0ZM31.1,28.1c.4.3.9.5,1.5.6v4.8c-1.8-.1-3.6-.8-4.9-2l3.4-3.3ZM32.7,23c3.3-.4,3.6,4.5.5,4.7-3.1.2-3.4-4.4-.5-4.7ZM33.5,28.6c.6,0,1.1-.3,1.5-.6l3.4,3.4c-1.3,1.2-3.1,1.9-4.9,2v-4.8ZM35.7,27.3c.3-.4.5-.9.6-1.5h4.8c-.1,1.8-.8,3.6-2.1,4.9l-3.4-3.4ZM36.4,24.9c0-.2-.1-.5-.2-.7,0-.2-.4-.7-.4-.8l3.4-3.3c1.2,1.4,1.9,3.1,2,4.9h-4.8,0ZM35.1,22.7c-.5-.2-1-.5-1.6-.6v-2.5c.8-.4,1.2-1.3,1.9-1.9,1.1.3,2.1.9,3,1.7l-3.3,3.3h0ZM22.5,28.4c-1.5-5.3,1.1-10.9,6.1-13,.2,0,1.1,1.2,1.3,1.5-.8.4-1.5.7-2.2,1.2-4.8,3.4-5,10.5-.5,14.2l-.9,1.7c-1.8-1.3-3.2-3.4-3.9-5.6h0ZM40.5,37.1c.2,1-1.7.6-2.2.7h-10.5c-.6-.1-2.5.4-2.1-.7l2.4-4.1c.5.2.9.5,1.4.7,2.4,1,5.1,1,7.4,0,.4-.2.8-.5,1.3-.7l2.4,4.2h0ZM40.2,33.7c0,0-.4.4-.5.3l-.9-1.6c2.7-2.3,3.9-5.9,2.9-9.4-.7-2.3-2.3-4.4-4.5-5.5-.4-.2-.8-.3-1.2-.6.2-.2,1.2-1.4,1.3-1.5.1,0,1.1.6,1.3.7,6.3,3.9,7,12.8,1.4,17.6h0Z'/%3e%3cpath class='st1' d='M34,39.4c0,.3,0,.6.1.9-.2,1-.9,1.4-1.9,1-1.2-.5-2.4-1.2-3.6-1.9h-3.1c-1.1-.3-1.8-1.4-1.7-2.5-.8-.3-1.3-.2-2.2,0-2.7,1.1-5.5,3.1-8.2,4.3-.9.4-1.8,0-1.8-1l1.6-9.3c0-.7,0-1.2-.4-1.8-2-2.5-5.1-4.6-7.1-7-.5-.7-.4-1.6.5-1.9,3.1-.7,6.3-.8,9.4-1.4,1-.2,1.6-.6,2.1-1.5,1.5-2.6,2.6-5.6,4-8.2.2-.4.6-.7,1-.7.5,0,1,.3,1.2.7.9,1.7,1.7,3.5,2.6,5.3,0,0,.2-.1.3-.2,0,0,0-.2-.1-.3-.2-.7,0-1.3.3-1.8,0,0,0,0,0,0-.4-1-.9-1.9-1.3-2.8-.5-.9-.8-1.7-1.8-2.1-1.4-.5-2.7,0-3.4,1.2-1.5,2.5-2.6,5.7-4.1,8.2-.3.5-.4.7-1.1.8-2.9.6-6.1.7-9.1,1.3-2.1.4-3.1,2.7-1.7,4.4,1.6,2,4.2,3.9,6,5.8.5.5,1.2,1,1.2,1.8l-1.6,9.2c-.2,2.3,1.8,3.7,4,2.8,2.5-1.1,5-2.7,7.5-3.9.4-.2.8-.5,1.2-.5.4,0,.9.3,1.3.5,2.1,1,4.1,2.2,6.1,3.2,1.2.6,2.3,1.4,3.7.8.8-.4,1.4-1.2,1.6-2,0-.4,0-.9-.1-1.3h-1.5,0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='4' y='7' width='41' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M44.9,24.4c-.3-4.2-3-8-6.8-9.8,1-1,.5-2.4-.9-2.5-2.7-.2-5.7.2-8.4,0-1,0-1.5.9-1.3,1.8,0,.3.3.5.4.8-6.9,3.2-9,12-4.3,18,.6.8,1.4,1.5,2.1,2.1,0,.1-1,1.6-1.1,2-.2.9.3,1.6,1.1,1.8h14.5c.8-.2,1.3-1,1.1-1.8,0-.3-1.1-1.9-1.1-2,2.2-1.8,3.9-4.2,4.5-7l.3-1.6v-1.7h0c0,0,0,0,0,0ZM28.8,13h8.4c.4,0,.6.5.3.8-1.4,1.4-2.6,3.1-3.9,4.5-.5.5-.6.5-1.1,0-1.4-1.4-2.6-3.1-3.9-4.5-.2-.3,0-.7.2-.8h0ZM30.3,23.4c-.3.4-.6.9-.6,1.5h-4.8c0-1.8.8-3.5,2-4.9l3.4,3.4h0ZM27.6,19.3c.8-.8,1.9-1.4,3-1.7.7.6,1.1,1.5,1.9,1.9v2.5c-.5,0-1,.3-1.5.6l-3.4-3.3ZM29.6,25.9c.2.3.2.6.3.9,0,.1.4.6.3.6l-3.4,3.3c-.9-1-1.6-2.2-1.8-3.5-.1-.5-.1-.9-.2-1.4h4.8,0ZM31.1,28.1c.4.3.9.5,1.5.6v4.8c-1.8-.1-3.6-.8-4.9-2l3.4-3.3ZM32.7,23c3.3-.4,3.6,4.5.5,4.7-3.1.2-3.4-4.4-.5-4.7ZM33.5,28.6c.6,0,1.1-.3,1.5-.6l3.4,3.4c-1.3,1.2-3.1,1.9-4.9,2v-4.8ZM35.7,27.3c.3-.4.5-.9.6-1.5h4.8c-.1,1.8-.8,3.6-2.1,4.9l-3.4-3.4ZM36.4,24.9c0-.2-.1-.5-.2-.7,0-.2-.4-.7-.4-.8l3.4-3.3c1.2,1.4,1.9,3.1,2,4.9h-4.8,0ZM35.1,22.7c-.5-.2-1-.5-1.6-.6v-2.5c.8-.4,1.2-1.3,1.9-1.9,1.1.3,2.1.9,3,1.7l-3.3,3.3h0ZM22.5,28.4c-1.5-5.3,1.1-10.9,6.1-13,.2,0,1.1,1.2,1.3,1.5-.8.4-1.5.7-2.2,1.2-4.8,3.4-5,10.5-.5,14.2l-.9,1.7c-1.8-1.3-3.2-3.4-3.9-5.6h0ZM40.5,37.1c.2,1-1.7.6-2.2.7h-10.5c-.6-.1-2.5.4-2.1-.7l2.4-4.1c.5.2.9.5,1.4.7,2.4,1,5.1,1,7.4,0,.4-.2.8-.5,1.3-.7l2.4,4.2h0ZM40.2,33.7c0,0-.4.4-.5.3l-.9-1.6c2.7-2.3,3.9-5.9,2.9-9.4-.7-2.3-2.3-4.4-4.5-5.5-.4-.2-.8-.3-1.2-.6.2-.2,1.2-1.4,1.3-1.5.1,0,1.1.6,1.3.7,6.3,3.9,7,12.8,1.4,17.6h0Z'/%3e%3cpath class='st1' d='M34,39.4c0,.3,0,.6.1.9-.2,1-.9,1.4-1.9,1-1.2-.5-2.4-1.2-3.6-1.9h-3.1c-1.1-.3-1.8-1.4-1.7-2.5-.8-.3-1.3-.2-2.2,0-2.7,1.1-5.5,3.1-8.2,4.3-.9.4-1.8,0-1.8-1l1.6-9.3c0-.7,0-1.2-.4-1.8-2-2.5-5.1-4.6-7.1-7-.5-.7-.4-1.6.5-1.9,3.1-.7,6.3-.8,9.4-1.4,1-.2,1.6-.6,2.1-1.5,1.5-2.6,2.6-5.6,4-8.2.2-.4.6-.7,1-.7.5,0,1,.3,1.2.7.9,1.7,1.7,3.5,2.6,5.3,0,0,.2-.1.3-.2,0,0,0-.2-.1-.3-.2-.7,0-1.3.3-1.8,0,0,0,0,0,0-.4-1-.9-1.9-1.3-2.8-.5-.9-.8-1.7-1.8-2.1-1.4-.5-2.7,0-3.4,1.2-1.5,2.5-2.6,5.7-4.1,8.2-.3.5-.4.7-1.1.8-2.9.6-6.1.7-9.1,1.3-2.1.4-3.1,2.7-1.7,4.4,1.6,2,4.2,3.9,6,5.8.5.5,1.2,1,1.2,1.8l-1.6,9.2c-.2,2.3,1.8,3.7,4,2.8,2.5-1.1,5-2.7,7.5-3.9.4-.2.8-.5,1.2-.5.4,0,.9.3,1.3.5,2.1,1,4.1,2.2,6.1,3.2,1.2.6,2.3,1.4,3.7.8.8-.4,1.4-1.2,1.6-2,0-.4,0-.9-.1-1.3h-1.5,0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-starspinactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='4' y='7' width='41' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M44.9,24.4c-.3-4.2-3-8-6.8-9.8,1-1,.5-2.4-.9-2.5-2.7-.2-5.7.2-8.4,0-.6,0-1.1.4-1.3.9-.6-1.2-1.1-2.5-1.7-3.6-.5-.9-.8-1.7-1.8-2.1-1.4-.5-2.7,0-3.4,1.2-1.5,2.5-2.6,5.7-4.1,8.2-.3.5-.4.7-1.1.8-2.9.6-6.1.7-9.1,1.3-2.1.4-3.1,2.7-1.7,4.4,1.6,2,4.2,3.9,6,5.8.5.5,1.2,1,1.2,1.8l-1.6,9.2c-.2,2.3,1.8,3.7,4,2.8,2.5-1.1,5-2.7,7.5-3.9.4-.2.8-.5,1.2-.5.4,0,.9.3,1.3.5,2.1,1,4.1,2.2,6.1,3.2,1.2.6,2.3,1.4,3.7.8.8-.4,1.4-1.2,1.6-2,0-.7-.1-1.4-.2-2.1h4.9c.8-.2,1.3-1,1.1-1.8,0-.3-1.1-1.9-1.1-2,2.2-1.8,3.9-4.2,4.5-7l.3-1.6v-1.7h0ZM28.8,13h8.4c.4,0,.6.5.3.8-1.4,1.4-2.6,3.1-3.9,4.5-.5.5-.6.5-1.1,0-1.4-1.4-2.6-3.1-3.9-4.5-.2-.3,0-.7.2-.8h0ZM27.6,19.3c.8-.8,1.9-1.4,3-1.7.7.6,1.1,1.5,1.9,1.9v2.5c-.5,0-1,.3-1.5.6l-3.4-3.3ZM30.3,23.4c-.3.4-.6.9-.6,1.5h-4.8c0-1.8.8-3.5,2-4.9l3.4,3.4h0ZM27.7,18.1c-4.8,3.4-5,10.5-.5,14.2l-.9,1.7c-1.8-1.3-3.2-3.4-3.9-5.6-1.5-5.3,1.1-10.9,6.1-13,.2,0,1.1,1.2,1.3,1.5-.8.4-1.5.7-2.2,1.2h0ZM27,30.7c-.9-1-1.6-2.2-1.8-3.5-.1-.5-.1-.9-.2-1.4h4.8c.2.3.2.6.3.9,0,.1.4.6.3.6l-3.4,3.3h0ZM31.1,28.1c.4.3.9.5,1.5.6v4.8c-1.8-.1-3.6-.8-4.9-2l3.4-3.3ZM32.7,23c3.3-.4,3.6,4.5.5,4.7-3.1.2-3.4-4.4-.5-4.7ZM33.5,28.6c.6,0,1.1-.3,1.5-.6l3.4,3.4c-1.3,1.2-3.1,1.9-4.9,2v-4.8ZM35.7,27.3c.3-.4.5-.9.6-1.5h4.8c-.1,1.8-.8,3.6-2.1,4.9l-3.4-3.4ZM36.4,24.9c0-.2-.1-.5-.2-.7,0-.2-.4-.7-.4-.8l3.4-3.3c1.2,1.4,1.9,3.1,2,4.9h-4.8,0ZM35.1,22.7c-.5-.2-1-.5-1.6-.6v-2.5c.8-.4,1.2-1.3,1.9-1.9,1.1.3,2.1.9,3,1.7l-3.3,3.3h0ZM24.6,37.4h0s0,0,0,0ZM40.5,37.1c.2,1-1.7.6-2.2.7h-10.5c-.6-.1-2.5.4-2.1-.7l2.4-4.1c.5.2.9.5,1.4.7,2.4,1,5.1,1,7.4,0,.4-.2.8-.5,1.3-.7l2.4,4.2h0ZM40.2,33.7c0,0-.4.4-.5.3l-.9-1.6c2.7-2.3,3.9-5.9,2.9-9.4-.7-2.3-2.3-4.4-4.5-5.5-.4-.2-.8-.3-1.2-.6.2-.2,1.2-1.5,1.3-1.5.1,0,1.1.6,1.3.7,6.3,3.9,7,12.8,1.4,17.6h0Z'/%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='4' y='7' width='41' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M44.9,24.4c-.3-4.2-3-8-6.8-9.8,1-1,.5-2.4-.9-2.5-2.7-.2-5.7.2-8.4,0-.6,0-1.1.4-1.3.9-.6-1.2-1.1-2.5-1.7-3.6-.5-.9-.8-1.7-1.8-2.1-1.4-.5-2.7,0-3.4,1.2-1.5,2.5-2.6,5.7-4.1,8.2-.3.5-.4.7-1.1.8-2.9.6-6.1.7-9.1,1.3-2.1.4-3.1,2.7-1.7,4.4,1.6,2,4.2,3.9,6,5.8.5.5,1.2,1,1.2,1.8l-1.6,9.2c-.2,2.3,1.8,3.7,4,2.8,2.5-1.1,5-2.7,7.5-3.9.4-.2.8-.5,1.2-.5.4,0,.9.3,1.3.5,2.1,1,4.1,2.2,6.1,3.2,1.2.6,2.3,1.4,3.7.8.8-.4,1.4-1.2,1.6-2,0-.7-.1-1.4-.2-2.1h4.9c.8-.2,1.3-1,1.1-1.8,0-.3-1.1-1.9-1.1-2,2.2-1.8,3.9-4.2,4.5-7l.3-1.6v-1.7h0ZM28.8,13h8.4c.4,0,.6.5.3.8-1.4,1.4-2.6,3.1-3.9,4.5-.5.5-.6.5-1.1,0-1.4-1.4-2.6-3.1-3.9-4.5-.2-.3,0-.7.2-.8h0ZM27.6,19.3c.8-.8,1.9-1.4,3-1.7.7.6,1.1,1.5,1.9,1.9v2.5c-.5,0-1,.3-1.5.6l-3.4-3.3ZM30.3,23.4c-.3.4-.6.9-.6,1.5h-4.8c0-1.8.8-3.5,2-4.9l3.4,3.4h0ZM27.7,18.1c-4.8,3.4-5,10.5-.5,14.2l-.9,1.7c-1.8-1.3-3.2-3.4-3.9-5.6-1.5-5.3,1.1-10.9,6.1-13,.2,0,1.1,1.2,1.3,1.5-.8.4-1.5.7-2.2,1.2h0ZM27,30.7c-.9-1-1.6-2.2-1.8-3.5-.1-.5-.1-.9-.2-1.4h4.8c.2.3.2.6.3.9,0,.1.4.6.3.6l-3.4,3.3h0ZM31.1,28.1c.4.3.9.5,1.5.6v4.8c-1.8-.1-3.6-.8-4.9-2l3.4-3.3ZM32.7,23c3.3-.4,3.6,4.5.5,4.7-3.1.2-3.4-4.4-.5-4.7ZM33.5,28.6c.6,0,1.1-.3,1.5-.6l3.4,3.4c-1.3,1.2-3.1,1.9-4.9,2v-4.8ZM35.7,27.3c.3-.4.5-.9.6-1.5h4.8c-.1,1.8-.8,3.6-2.1,4.9l-3.4-3.4ZM36.4,24.9c0-.2-.1-.5-.2-.7,0-.2-.4-.7-.4-.8l3.4-3.3c1.2,1.4,1.9,3.1,2,4.9h-4.8,0ZM35.1,22.7c-.5-.2-1-.5-1.6-.6v-2.5c.8-.4,1.2-1.3,1.9-1.9,1.1.3,2.1.9,3,1.7l-3.3,3.3h0ZM24.6,37.4h0s0,0,0,0ZM40.5,37.1c.2,1-1.7.6-2.2.7h-10.5c-.6-.1-2.5.4-2.1-.7l2.4-4.1c.5.2.9.5,1.4.7,2.4,1,5.1,1,7.4,0,.4-.2.8-.5,1.3-.7l2.4,4.2h0ZM40.2,33.7c0,0-.4.4-.5.3l-.9-1.6c2.7-2.3,3.9-5.9,2.9-9.4-.7-2.3-2.3-4.4-4.5-5.5-.4-.2-.8-.3-1.2-.6.2-.2,1.2-1.5,1.3-1.5.1,0,1.1.6,1.3.7,6.3,3.9,7,12.8,1.4,17.6h0Z'/%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-special {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M14.1,43h-.6c-.6-.2-1.1-.6-1.2-1.2-.3-1.6-.2-3.7-.3-5.3,0-.3-.1-.7-.1-1.1l-5.4-3.4c-.8-.7-.7-1.8.1-2.4l6-2.3,1.6-6.3c.5-.9,1.7-1.1,2.5-.4l3.9,4.9,6.3-.4c1,.1,1.5.8,1.4,1.8,0,.3-.2.5-.4.8-1,1.7-2.2,3.2-3.2,4.9l2.4,5.9c.2,1.2-.6,2.1-1.8,1.9l-6-1.7c-1.5,1.1-2.8,2.5-4.3,3.7-.3.3-.6.5-1,.6h0ZM25.8,39c0-.1,0-.2,0-.3-.5-1.7-1.7-3.7-2.2-5.4-.2-.7-.3-.9,0-1.5.8-1.6,2.4-3.3,3.2-5,0,0,.1-.2,0-.3,0-.1-.1,0-.2,0-1.9,0-3.9.4-5.8.4-.7,0-1-.2-1.5-.7-1.2-1.3-2.3-3-3.5-4.4-.1-.1-.2-.2-.4-.4-.1,0-.2.2-.2.4-.6,1.8-.8,4-1.4,5.8-.1.4-.4.7-.7.9l-5.9,2.2v.2c0,0,5.4,3.4,5.4,3.4.3.2.5.6.5,1,.2,2,0,4.1.3,6.1,0,.5.4,0,.7-.2,1.3-1,2.8-2.7,4.1-3.6.4-.2.8-.4,1.2-.3l6.1,1.6h0Z'/%3e%3cpath class='st1' d='M43,22.2v.5c-.1.3-.4.5-.6.8l-3.2,2.4v4.6c-.2.8-1.1,1.3-1.8.7l-3.3-2.4c-1.5.4-2.9,1.2-4.4,1.5-.7,0-1.2-.7-1-1.4l1.3-4.2v-.2c-.7-1.1-1.9-2.2-2.5-3.3-.4-.7-.1-1.6.7-1.8.8-.1,2.2,0,3.1,0,.4,0,.8,0,1.3,0l2.4-3.6c.5-.6,1.5-.5,1.9.2l1.3,4.2,4.1,1.3c.4.1.5.5.7.8h0ZM36,16.4c-.2,0-.1,0-.1,0-.8,1-1.4,2.4-2.3,3.4-.5.7-1,.4-1.8.5-.2,0-.3,0-.5,0-.9,0-1.9,0-2.8,0l2.5,3.5c.3.5.3.6.1,1.2-.3,1.3-.9,2.6-1.3,3.9l3.8-1.4c.6-.2.8-.1,1.3.2,1,.6,2,1.6,2.9,2.2,0,0,.1.1.3.1,0-.3,0-.6,0-.8,0-1,0-2.6,0-3.6,0-.3.1-.5.4-.7l3.4-2.6c0,0-.1,0-.2-.1-1.2-.4-2.6-.7-3.7-1.2-.5-.2-.6-.5-.8-1-.4-1.2-.7-2.5-1.1-3.7h0Z'/%3e%3cpath class='st1' d='M35.8,12h-.5c-1.1,0-1.2-2.3,0-1.9.4.1.9,1.5.4,1.9Z'/%3e%3cpath class='st1' d='M18,17.1c-.1-.1-.2-.4-.2-.6-.1-.7,0-1.6-.2-2.3,0,0,0-.2,0-.3l-2.4-1.4c-.4-.4-.3-.9,0-1.2l2.5-1.1.5-2.7c.2-.5.8-.6,1.2-.3l1.8,2.1,2.7-.3c.5,0,.8.6.6,1l-1.4,2.4,1.1,2.4c.2.7-.2,1.1-.9,1.1-.8-.1-1.7-.5-2.5-.6-.6.5-1.1,1.2-1.7,1.6-.4.3-.8.5-1.2,0h0ZM23.8,9.8l-2.6.3c-.3,0-.5-.2-.7-.4-.5-.6-1-1.3-1.5-1.8,0,0,0,0,0,.2-.2.7-.2,1.7-.5,2.4-.1.3-.3.4-.6.6-.7.3-1.5.6-2.2.9.7.5,1.4.8,2.1,1.3.5.3.5.4.5.9l.2,2.4s.2,0,.2-.1c.6-.5,1.1-1.2,1.7-1.6.3-.2.5-.2.8-.1.8.2,1.6.4,2.3.6l-1.1-2.5c0-.2,0-.4,0-.6l1.3-2.3h0Z'/%3e%3cpath class='st1' d='M33.3,33.5c.8-.1.9.8.8,1.4-.1.9-1.3.8-1.4,0,0-.5-.1-1.4.5-1.5Z'/%3e%3cpath class='st1' d='M9.9,15.2c.4,0,.8,0,.9.4,0,.4.1,1.4-.4,1.5-1.2.3-1.1-1.8-.4-2Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M14.1,43h-.6c-.6-.2-1.1-.6-1.2-1.2-.3-1.6-.2-3.7-.3-5.3,0-.3-.1-.7-.1-1.1l-5.4-3.4c-.8-.7-.7-1.8.1-2.4l6-2.3,1.6-6.3c.5-.9,1.7-1.1,2.5-.4l3.9,4.9,6.3-.4c1,.1,1.5.8,1.4,1.8,0,.3-.2.5-.4.8-1,1.7-2.2,3.2-3.2,4.9l2.4,5.9c.2,1.2-.6,2.1-1.8,1.9l-6-1.7c-1.5,1.1-2.8,2.5-4.3,3.7-.3.3-.6.5-1,.6h0ZM25.8,39c0-.1,0-.2,0-.3-.5-1.7-1.7-3.7-2.2-5.4-.2-.7-.3-.9,0-1.5.8-1.6,2.4-3.3,3.2-5,0,0,.1-.2,0-.3,0-.1-.1,0-.2,0-1.9,0-3.9.4-5.8.4-.7,0-1-.2-1.5-.7-1.2-1.3-2.3-3-3.5-4.4-.1-.1-.2-.2-.4-.4-.1,0-.2.2-.2.4-.6,1.8-.8,4-1.4,5.8-.1.4-.4.7-.7.9l-5.9,2.2v.2c0,0,5.4,3.4,5.4,3.4.3.2.5.6.5,1,.2,2,0,4.1.3,6.1,0,.5.4,0,.7-.2,1.3-1,2.8-2.7,4.1-3.6.4-.2.8-.4,1.2-.3l6.1,1.6h0Z'/%3e%3cpath class='st1' d='M43,22.2v.5c-.1.3-.4.5-.6.8l-3.2,2.4v4.6c-.2.8-1.1,1.3-1.8.7l-3.3-2.4c-1.5.4-2.9,1.2-4.4,1.5-.7,0-1.2-.7-1-1.4l1.3-4.2v-.2c-.7-1.1-1.9-2.2-2.5-3.3-.4-.7-.1-1.6.7-1.8.8-.1,2.2,0,3.1,0,.4,0,.8,0,1.3,0l2.4-3.6c.5-.6,1.5-.5,1.9.2l1.3,4.2,4.1,1.3c.4.1.5.5.7.8h0ZM36,16.4c-.2,0-.1,0-.1,0-.8,1-1.4,2.4-2.3,3.4-.5.7-1,.4-1.8.5-.2,0-.3,0-.5,0-.9,0-1.9,0-2.8,0l2.5,3.5c.3.5.3.6.1,1.2-.3,1.3-.9,2.6-1.3,3.9l3.8-1.4c.6-.2.8-.1,1.3.2,1,.6,2,1.6,2.9,2.2,0,0,.1.1.3.1,0-.3,0-.6,0-.8,0-1,0-2.6,0-3.6,0-.3.1-.5.4-.7l3.4-2.6c0,0-.1,0-.2-.1-1.2-.4-2.6-.7-3.7-1.2-.5-.2-.6-.5-.8-1-.4-1.2-.7-2.5-1.1-3.7h0Z'/%3e%3cpath class='st1' d='M35.8,12h-.5c-1.1,0-1.2-2.3,0-1.9.4.1.9,1.5.4,1.9Z'/%3e%3cpath class='st1' d='M18,17.1c-.1-.1-.2-.4-.2-.6-.1-.7,0-1.6-.2-2.3,0,0,0-.2,0-.3l-2.4-1.4c-.4-.4-.3-.9,0-1.2l2.5-1.1.5-2.7c.2-.5.8-.6,1.2-.3l1.8,2.1,2.7-.3c.5,0,.8.6.6,1l-1.4,2.4,1.1,2.4c.2.7-.2,1.1-.9,1.1-.8-.1-1.7-.5-2.5-.6-.6.5-1.1,1.2-1.7,1.6-.4.3-.8.5-1.2,0h0ZM23.8,9.8l-2.6.3c-.3,0-.5-.2-.7-.4-.5-.6-1-1.3-1.5-1.8,0,0,0,0,0,.2-.2.7-.2,1.7-.5,2.4-.1.3-.3.4-.6.6-.7.3-1.5.6-2.2.9.7.5,1.4.8,2.1,1.3.5.3.5.4.5.9l.2,2.4s.2,0,.2-.1c.6-.5,1.1-1.2,1.7-1.6.3-.2.5-.2.8-.1.8.2,1.6.4,2.3.6l-1.1-2.5c0-.2,0-.4,0-.6l1.3-2.3h0Z'/%3e%3cpath class='st1' d='M33.3,33.5c.8-.1.9.8.8,1.4-.1.9-1.3.8-1.4,0,0-.5-.1-1.4.5-1.5Z'/%3e%3cpath class='st1' d='M9.9,15.2c.4,0,.8,0,.9.4,0,.4.1,1.4-.4,1.5-1.2.3-1.1-1.8-.4-2Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-specialactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M14.1,43h-.6c-.6-.2-1.1-.6-1.2-1.2-.3-1.6-.2-3.7-.3-5.3,0-.3-.1-.7-.1-1.1l-5.4-3.4c-.8-.7-.7-1.8.1-2.4l6-2.3,1.6-6.3c.5-.9,1.7-1.1,2.5-.4l3.9,4.9,6.3-.4c1,.1,1.5.8,1.4,1.8,0,.3-.2.5-.4.8-1,1.7-2.2,3.2-3.2,4.9l2.4,5.9c.2,1.2-.6,2.1-1.8,1.9l-6-1.7c-1.5,1.1-2.8,2.5-4.3,3.7-.3.3-.6.5-1,.6h0Z'/%3e%3cpath class='st1' d='M43,22.2v.5c-.1.3-.4.5-.6.8l-3.2,2.4v4.6c-.2.8-1.1,1.3-1.8.7l-3.3-2.4c-1.5.4-2.9,1.2-4.4,1.5-.7,0-1.2-.7-1-1.4l1.3-4.2v-.2c-.7-1.1-1.9-2.2-2.5-3.3-.4-.7-.1-1.6.7-1.8.8-.1,2.2,0,3.1,0,.4,0,.8,0,1.3,0l2.4-3.6c.5-.6,1.5-.5,1.9.2l1.3,4.2,4.1,1.3c.4.1.5.5.7.8h0ZM36,16.4c-.2,0-.1,0-.1,0-.8,1-1.4,2.4-2.3,3.4-.5.7-1,.4-1.8.5-.2,0-.3,0-.5,0-.9,0-1.9,0-2.8,0l2.5,3.5c.3.5.3.6.1,1.2-.3,1.3-.9,2.6-1.3,3.9l3.8-1.4c.6-.2.8-.1,1.3.2,1,.6,2,1.6,2.9,2.2,0,0,.1.1.3.1,0-.3,0-.6,0-.8,0-1,0-2.6,0-3.6,0-.3.1-.5.4-.7l3.4-2.6c0,0-.1,0-.2-.1-1.2-.4-2.6-.7-3.7-1.2-.5-.2-.6-.5-.8-1-.4-1.2-.7-2.5-1.1-3.7h0Z'/%3e%3cpath class='st1' d='M35.8,12h-.5c-1.1,0-1.2-2.3,0-1.9.4.1.9,1.5.4,1.9Z'/%3e%3cpath class='st1' d='M18,17.1c-.1-.1-.2-.4-.2-.6-.1-.7,0-1.6-.2-2.3,0,0,0-.2,0-.3l-2.4-1.4c-.4-.4-.3-.9,0-1.2l2.5-1.1.5-2.7c.2-.5.8-.6,1.2-.3l1.8,2.1,2.7-.3c.5,0,.8.6.6,1l-1.4,2.4,1.1,2.4c.2.7-.2,1.1-.9,1.1-.8-.1-1.7-.5-2.5-.6-.6.5-1.1,1.2-1.7,1.6-.4.3-.8.5-1.2,0h0ZM23.8,9.8l-2.6.3c-.3,0-.5-.2-.7-.4-.5-.6-1-1.3-1.5-1.8,0,0,0,0,0,.2-.2.7-.2,1.7-.5,2.4-.1.3-.3.4-.6.6-.7.3-1.5.6-2.2.9.7.5,1.4.8,2.1,1.3.5.3.5.4.5.9l.2,2.4s.2,0,.2-.1c.6-.5,1.1-1.2,1.7-1.6.3-.2.5-.2.8-.1.8.2,1.6.4,2.3.6l-1.1-2.5c0-.2,0-.4,0-.6l1.3-2.3h0Z'/%3e%3cpath class='st1' d='M33.3,33.5c.8-.1.9.8.8,1.4-.1.9-1.3.8-1.4,0,0-.5-.1-1.4.5-1.5Z'/%3e%3cpath class='st1' d='M9.9,15.2c.4,0,.8,0,.9.4,0,.4.1,1.4-.4,1.5-1.2.3-1.1-1.8-.4-2Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M14.1,43h-.6c-.6-.2-1.1-.6-1.2-1.2-.3-1.6-.2-3.7-.3-5.3,0-.3-.1-.7-.1-1.1l-5.4-3.4c-.8-.7-.7-1.8.1-2.4l6-2.3,1.6-6.3c.5-.9,1.7-1.1,2.5-.4l3.9,4.9,6.3-.4c1,.1,1.5.8,1.4,1.8,0,.3-.2.5-.4.8-1,1.7-2.2,3.2-3.2,4.9l2.4,5.9c.2,1.2-.6,2.1-1.8,1.9l-6-1.7c-1.5,1.1-2.8,2.5-4.3,3.7-.3.3-.6.5-1,.6h0Z'/%3e%3cpath class='st1' d='M43,22.2v.5c-.1.3-.4.5-.6.8l-3.2,2.4v4.6c-.2.8-1.1,1.3-1.8.7l-3.3-2.4c-1.5.4-2.9,1.2-4.4,1.5-.7,0-1.2-.7-1-1.4l1.3-4.2v-.2c-.7-1.1-1.9-2.2-2.5-3.3-.4-.7-.1-1.6.7-1.8.8-.1,2.2,0,3.1,0,.4,0,.8,0,1.3,0l2.4-3.6c.5-.6,1.5-.5,1.9.2l1.3,4.2,4.1,1.3c.4.1.5.5.7.8h0ZM36,16.4c-.2,0-.1,0-.1,0-.8,1-1.4,2.4-2.3,3.4-.5.7-1,.4-1.8.5-.2,0-.3,0-.5,0-.9,0-1.9,0-2.8,0l2.5,3.5c.3.5.3.6.1,1.2-.3,1.3-.9,2.6-1.3,3.9l3.8-1.4c.6-.2.8-.1,1.3.2,1,.6,2,1.6,2.9,2.2,0,0,.1.1.3.1,0-.3,0-.6,0-.8,0-1,0-2.6,0-3.6,0-.3.1-.5.4-.7l3.4-2.6c0,0-.1,0-.2-.1-1.2-.4-2.6-.7-3.7-1.2-.5-.2-.6-.5-.8-1-.4-1.2-.7-2.5-1.1-3.7h0Z'/%3e%3cpath class='st1' d='M35.8,12h-.5c-1.1,0-1.2-2.3,0-1.9.4.1.9,1.5.4,1.9Z'/%3e%3cpath class='st1' d='M18,17.1c-.1-.1-.2-.4-.2-.6-.1-.7,0-1.6-.2-2.3,0,0,0-.2,0-.3l-2.4-1.4c-.4-.4-.3-.9,0-1.2l2.5-1.1.5-2.7c.2-.5.8-.6,1.2-.3l1.8,2.1,2.7-.3c.5,0,.8.6.6,1l-1.4,2.4,1.1,2.4c.2.7-.2,1.1-.9,1.1-.8-.1-1.7-.5-2.5-.6-.6.5-1.1,1.2-1.7,1.6-.4.3-.8.5-1.2,0h0ZM23.8,9.8l-2.6.3c-.3,0-.5-.2-.7-.4-.5-.6-1-1.3-1.5-1.8,0,0,0,0,0,.2-.2.7-.2,1.7-.5,2.4-.1.3-.3.4-.6.6-.7.3-1.5.6-2.2.9.7.5,1.4.8,2.1,1.3.5.3.5.4.5.9l.2,2.4s.2,0,.2-.1c.6-.5,1.1-1.2,1.7-1.6.3-.2.5-.2.8-.1.8.2,1.6.4,2.3.6l-1.1-2.5c0-.2,0-.4,0-.6l1.3-2.3h0Z'/%3e%3cpath class='st1' d='M33.3,33.5c.8-.1.9.8.8,1.4-.1.9-1.3.8-1.4,0,0-.5-.1-1.4.5-1.5Z'/%3e%3cpath class='st1' d='M9.9,15.2c.4,0,.8,0,.9.4,0,.4.1,1.4-.4,1.5-1.2.3-1.1-1.8-.4-2Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-referral {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='5' y='7' width='38' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M43,30.3c-.2-3.4-2.9-6.3-6.2-7,1-1.3,1.5-2.9,1.8-4.5.4-1.9.6-3.7-.1-5.4,0-.4-.3-.8-.6-1.1,0,0,0,0,0,0-.1-.2-.3-.3-.4-.5-.1-.1-.2-.2-.3-.3-.1-.1-.3-.3-.5-.4-.9-.7-2-1.2-3-1.3-.2,0-.5,0-.8,0-.3,0-.6,0-.8,0-1,.1-2.1.6-3,1.3-.2.1-.3.3-.5.4,0,0-.2.2-.3.3-.2.2-.3.3-.4.5,0,0,0,0,0,0-.3.4-.5.8-.6,1.1,0,.1,0,.2-.1.4-.3-.6-.6-1.3-.9-1.9-.4-.9-.8-1.8-1.2-2.6,0,0,0-.2-.1-.2-.4-.8-.7-1.5-1.7-1.8-.3-.1-.7-.2-1-.2-1,0-1.8.5-2.4,1.4-.7,1.2-1.3,2.5-1.9,3.8-.6,1.3-1.1,2.5-1.8,3.7-.2.4-.3.5-.8.6-1.3.3-2.7.4-4.1.6-1.3.1-2.7.3-4,.6-1,.2-1.9.9-2.2,1.8-.3.9-.1,1.8.5,2.6.8,1,1.9,2,3,3,.8.7,1.7,1.5,2.4,2.3.1.1.2.2.3.4.3.3.7.6.7,1.1l-1.4,8.3h0c0,.9.2,1.7.7,2.3.5.5,1.2.8,1.9.8s.2,0,.3,0c-.1.7-.3,2.1.2,2.6,0,0,.3.2.4.3h20.9c1.1,0,1.1-1.1,1-2-.2-3.2-2.3-6.2-5.2-7.6-.7-.4-1.5-.6-2.3-.9,1.9-1.8,2.6-4.5,2.9-7.1.3-2.1.4-3.8-.7-5.6-.6-1-1.4-1.8-2.4-2.4,0-.7-.1-1.3-.1-1.9,0-.7.2-1.3.4-1.8.2-.3.3-.6.5-.8.3-.3.6-.6.9-.9,0,0,0,0,0,0,0,0,0,0,0,0,.8-.5,1.7-.8,2.7-.8.9,0,1.9.3,2.7.8,0,0,0,0,0,0,0,0,0,0,0,0,.3.2.7.5.9.9.2.2.4.6.5.8.3.5.4,1.2.4,1.8,0,2.2-.7,5.7-2.4,7.3-.3.3-.9.4-.8,1,.1.8,1.2.6,1.8.7,2.4.5,5.4,3,5.4,5.7v1.5h-6.5c-.5,0-.8,1.2,0,1.4h7.3c.3,0,.5-.2.6-.5,0-.4,0-1.8,0-2.3h0ZM13.7,38.1h0s0,0,0,0c-.1,0-.3.1-.4.1-.4,0-.8-.3-.8-.8l1.4-8.4h0c0-.8,0-1.3-.4-1.8h0s0,0,0,0c-.9-1.1-2.1-2.2-3.2-3.2-1.1-1-2.3-2-3.1-3.1-.2-.2-.3-.5-.2-.8,0-.2.2-.4.5-.5,1.4-.3,2.8-.5,4.3-.6,1.4-.2,2.8-.3,4.1-.6,1-.2,1.5-.6,2.1-1.5.7-1.2,1.3-2.6,1.9-3.9.5-1.2,1.1-2.4,1.7-3.6h0s0,0,0,0c.1-.3.4-.5.7-.5,0,0,0,0,0,0,.3,0,.6.2.7.5h0s0,0,0,0c.6,1.1,1.2,2.3,1.7,3.5.6,1.3,1.2,2.6,1.8,3.8-2.5-.7-5.4,0-7.2,2.2-1.5,1.7-1.6,3.4-1.4,5.7.2,2.9,1,6,3.1,8-3,.6-5.6,2.6-6.8,5.4-.2,0-.3.1-.5.2h0ZM34.6,41.6H14.8c0-4.3,3.5-7.5,7.6-7.8,1.5,0,3.9-.1,5.4.1,3.8.6,6.8,3.8,6.8,7.7h0ZM30.1,24.5c-.3,3.8-1.5,8.8-6.5,7.8-3.5-.7-4.3-6-4.4-9,0-3,2.5-5.4,5.5-5.4,3.9,0,5.7,3.1,5.4,6.7h0Z'/%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='5' y='7' width='38' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M43,30.3c-.2-3.4-2.9-6.3-6.2-7,1-1.3,1.5-2.9,1.8-4.5.4-1.9.6-3.7-.1-5.4,0-.4-.3-.8-.6-1.1,0,0,0,0,0,0-.1-.2-.3-.3-.4-.5-.1-.1-.2-.2-.3-.3-.1-.1-.3-.3-.5-.4-.9-.7-2-1.2-3-1.3-.2,0-.5,0-.8,0-.3,0-.6,0-.8,0-1,.1-2.1.6-3,1.3-.2.1-.3.3-.5.4,0,0-.2.2-.3.3-.2.2-.3.3-.4.5,0,0,0,0,0,0-.3.4-.5.8-.6,1.1,0,.1,0,.2-.1.4-.3-.6-.6-1.3-.9-1.9-.4-.9-.8-1.8-1.2-2.6,0,0,0-.2-.1-.2-.4-.8-.7-1.5-1.7-1.8-.3-.1-.7-.2-1-.2-1,0-1.8.5-2.4,1.4-.7,1.2-1.3,2.5-1.9,3.8-.6,1.3-1.1,2.5-1.8,3.7-.2.4-.3.5-.8.6-1.3.3-2.7.4-4.1.6-1.3.1-2.7.3-4,.6-1,.2-1.9.9-2.2,1.8-.3.9-.1,1.8.5,2.6.8,1,1.9,2,3,3,.8.7,1.7,1.5,2.4,2.3.1.1.2.2.3.4.3.3.7.6.7,1.1l-1.4,8.3h0c0,.9.2,1.7.7,2.3.5.5,1.2.8,1.9.8s.2,0,.3,0c-.1.7-.3,2.1.2,2.6,0,0,.3.2.4.3h20.9c1.1,0,1.1-1.1,1-2-.2-3.2-2.3-6.2-5.2-7.6-.7-.4-1.5-.6-2.3-.9,1.9-1.8,2.6-4.5,2.9-7.1.3-2.1.4-3.8-.7-5.6-.6-1-1.4-1.8-2.4-2.4,0-.7-.1-1.3-.1-1.9,0-.7.2-1.3.4-1.8.2-.3.3-.6.5-.8.3-.3.6-.6.9-.9,0,0,0,0,0,0,0,0,0,0,0,0,.8-.5,1.7-.8,2.7-.8.9,0,1.9.3,2.7.8,0,0,0,0,0,0,0,0,0,0,0,0,.3.2.7.5.9.9.2.2.4.6.5.8.3.5.4,1.2.4,1.8,0,2.2-.7,5.7-2.4,7.3-.3.3-.9.4-.8,1,.1.8,1.2.6,1.8.7,2.4.5,5.4,3,5.4,5.7v1.5h-6.5c-.5,0-.8,1.2,0,1.4h7.3c.3,0,.5-.2.6-.5,0-.4,0-1.8,0-2.3h0ZM13.7,38.1h0s0,0,0,0c-.1,0-.3.1-.4.1-.4,0-.8-.3-.8-.8l1.4-8.4h0c0-.8,0-1.3-.4-1.8h0s0,0,0,0c-.9-1.1-2.1-2.2-3.2-3.2-1.1-1-2.3-2-3.1-3.1-.2-.2-.3-.5-.2-.8,0-.2.2-.4.5-.5,1.4-.3,2.8-.5,4.3-.6,1.4-.2,2.8-.3,4.1-.6,1-.2,1.5-.6,2.1-1.5.7-1.2,1.3-2.6,1.9-3.9.5-1.2,1.1-2.4,1.7-3.6h0s0,0,0,0c.1-.3.4-.5.7-.5,0,0,0,0,0,0,.3,0,.6.2.7.5h0s0,0,0,0c.6,1.1,1.2,2.3,1.7,3.5.6,1.3,1.2,2.6,1.8,3.8-2.5-.7-5.4,0-7.2,2.2-1.5,1.7-1.6,3.4-1.4,5.7.2,2.9,1,6,3.1,8-3,.6-5.6,2.6-6.8,5.4-.2,0-.3.1-.5.2h0ZM34.6,41.6H14.8c0-4.3,3.5-7.5,7.6-7.8,1.5,0,3.9-.1,5.4.1,3.8.6,6.8,3.8,6.8,7.7h0ZM30.1,24.5c-.3,3.8-1.5,8.8-6.5,7.8-3.5-.7-4.3-6-4.4-9,0-3,2.5-5.4,5.5-5.4,3.9,0,5.7,3.1,5.4,6.7h0Z'/%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-referralactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='5' y='7' width='38' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M43,30.3c-.2-3.4-2.9-6.3-6.2-7,1-1.3,1.5-2.9,1.8-4.5.4-1.9.6-3.7-.1-5.4,0-.4-.3-.8-.6-1.1,0,0,0,0,0,0-.1-.2-.3-.3-.4-.5-.1-.1-.2-.2-.3-.3-.1-.1-.3-.3-.5-.4-.9-.7-2-1.2-3-1.3-.2,0-.5,0-.8,0-.3,0-.6,0-.8,0-1,.1-2.1.6-3,1.3-.2.1-.3.3-.5.4,0,0-.2.2-.3.3-.2.2-.3.3-.4.5,0,0,0,0,0,0-.3.4-.5.8-.6,1.1,0,.1,0,.2-.1.4-.3-.6-.6-1.3-.9-1.9-.4-.9-.8-1.8-1.2-2.6,0,0,0-.2-.1-.2-.4-.8-.7-1.5-1.7-1.8-.3-.1-.7-.2-1-.2-1,0-1.8.5-2.4,1.4-.7,1.2-1.3,2.5-1.9,3.8-.6,1.3-1.1,2.5-1.8,3.7-.2.4-.3.5-.8.6-1.3.3-2.7.4-4.1.6-1.3.1-2.7.3-4,.6-1,.2-1.9.9-2.2,1.8-.3.9-.1,1.8.5,2.6.8,1,1.9,2,3,3,.8.7,1.7,1.5,2.4,2.3.1.1.2.2.3.4.3.3.7.6.7,1.1l-1.4,8.3h0c0,.9.2,1.7.7,2.3.5.5,1.2.8,1.9.8s.2,0,.3,0c-.1.7-.3,2.1.2,2.6,0,0,.3.2.4.3h20.9c1.1,0,1.1-1.1,1-2-.2-3.2-2.3-6.2-5.2-7.6-.7-.4-1.5-.6-2.3-.9,1.9-1.8,2.6-4.5,2.9-7.1.3-2.1.4-3.8-.7-5.6-.6-1-1.4-1.8-2.4-2.4,0-.7-.1-1.3-.1-1.9,0-.7.2-1.3.4-1.8.2-.3.3-.6.5-.8.3-.3.6-.6.9-.9,0,0,0,0,0,0,0,0,0,0,0,0,.8-.5,1.7-.8,2.7-.8.9,0,1.9.3,2.7.8,0,0,0,0,0,0,0,0,0,0,0,0,.3.2.7.5.9.9.2.2.4.6.5.8.3.5.4,1.2.4,1.8,0,2.2-.7,5.7-2.4,7.3-.3.3-.9.4-.8,1,.1.8,1.2.6,1.8.7,2.4.5,5.4,3,5.4,5.7v1.5h-6.5c-.5,0-.8,1.2,0,1.4h7.3c.3,0,.5-.2.6-.5,0-.4,0-1.8,0-2.3h0ZM34.6,41.6H14.8c0-4.3,3.5-7.5,7.6-7.8,1.5,0,3.9-.1,5.4.1,3.8.6,6.8,3.8,6.8,7.7ZM30.1,24.5c-.3,3.8-1.5,8.8-6.5,7.8-3.5-.7-4.3-6-4.4-9,0-3,2.5-5.4,5.5-5.4,3.9,0,5.7,3.1,5.4,6.7Z'/%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='5' y='7' width='38' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M43,30.3c-.2-3.4-2.9-6.3-6.2-7,1-1.3,1.5-2.9,1.8-4.5.4-1.9.6-3.7-.1-5.4,0-.4-.3-.8-.6-1.1,0,0,0,0,0,0-.1-.2-.3-.3-.4-.5-.1-.1-.2-.2-.3-.3-.1-.1-.3-.3-.5-.4-.9-.7-2-1.2-3-1.3-.2,0-.5,0-.8,0-.3,0-.6,0-.8,0-1,.1-2.1.6-3,1.3-.2.1-.3.3-.5.4,0,0-.2.2-.3.3-.2.2-.3.3-.4.5,0,0,0,0,0,0-.3.4-.5.8-.6,1.1,0,.1,0,.2-.1.4-.3-.6-.6-1.3-.9-1.9-.4-.9-.8-1.8-1.2-2.6,0,0,0-.2-.1-.2-.4-.8-.7-1.5-1.7-1.8-.3-.1-.7-.2-1-.2-1,0-1.8.5-2.4,1.4-.7,1.2-1.3,2.5-1.9,3.8-.6,1.3-1.1,2.5-1.8,3.7-.2.4-.3.5-.8.6-1.3.3-2.7.4-4.1.6-1.3.1-2.7.3-4,.6-1,.2-1.9.9-2.2,1.8-.3.9-.1,1.8.5,2.6.8,1,1.9,2,3,3,.8.7,1.7,1.5,2.4,2.3.1.1.2.2.3.4.3.3.7.6.7,1.1l-1.4,8.3h0c0,.9.2,1.7.7,2.3.5.5,1.2.8,1.9.8s.2,0,.3,0c-.1.7-.3,2.1.2,2.6,0,0,.3.2.4.3h20.9c1.1,0,1.1-1.1,1-2-.2-3.2-2.3-6.2-5.2-7.6-.7-.4-1.5-.6-2.3-.9,1.9-1.8,2.6-4.5,2.9-7.1.3-2.1.4-3.8-.7-5.6-.6-1-1.4-1.8-2.4-2.4,0-.7-.1-1.3-.1-1.9,0-.7.2-1.3.4-1.8.2-.3.3-.6.5-.8.3-.3.6-.6.9-.9,0,0,0,0,0,0,0,0,0,0,0,0,.8-.5,1.7-.8,2.7-.8.9,0,1.9.3,2.7.8,0,0,0,0,0,0,0,0,0,0,0,0,.3.2.7.5.9.9.2.2.4.6.5.8.3.5.4,1.2.4,1.8,0,2.2-.7,5.7-2.4,7.3-.3.3-.9.4-.8,1,.1.8,1.2.6,1.8.7,2.4.5,5.4,3,5.4,5.7v1.5h-6.5c-.5,0-.8,1.2,0,1.4h7.3c.3,0,.5-.2.6-.5,0-.4,0-1.8,0-2.3h0ZM34.6,41.6H14.8c0-4.3,3.5-7.5,7.6-7.8,1.5,0,3.9-.1,5.4.1,3.8.6,6.8,3.8,6.8,7.7ZM30.1,24.5c-.3,3.8-1.5,8.8-6.5,7.8-3.5-.7-4.3-6-4.4-9,0-3,2.5-5.4,5.5-5.4,3.9,0,5.7,3.1,5.4,6.7Z'/%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-slotmix {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M43,13.3c0-.2,0-.4,0-.6-.6-2.3-5-3.6-7-3.9-.3,0-.9,0-1.2-.2-.2,0-.4-.4-.6-.5-1.2-.9-3-1.2-4.5-1.1l-1.4.2c-.3.1-.6.2-1,.3-2.8.9-5.5,3.3-6.8,6,0,.1-.1.3-.2.4-.2-.3-.4-.5-.8-.6-.9-.3-1.8,0-2.3.8-.5.9-1,1.9-1.4,2.9-.4,1-.9,2-1.4,2.8-.2.4-.3.5-.8.6-1,.2-2.1.3-3.1.5-1,.1-2.1.2-3.1.4-.7.1-1.3.6-1.5,1.2-.2.6,0,1.2.3,1.7.6.8,1.5,1.5,2.3,2.2.6.6,1.3,1.2,1.9,1.8,0,0,.2.2.3.3.3.3.6.6.6,1h0s-1.1,6.4-1.1,6.4c0,.7.2,1.4.7,1.7.5.4,1.2.4,1.9.1,1-.4,2-1,2.9-1.5.7-.4,1.4-.8,2.2-1.2,0,0,.1,0,.2,0,.2-.1.5-.3.7-.3h0c.3,0,.5.1.7.3,0,0,.1,0,.2,0,.8.4,1.5.8,2.3,1.2.1,0,.2.1.4.2,0,1.3.1,2.7.1,4,0,0,0,0,0,0,0,.2,0,.8,0,1.1,0,0,0,0,0,.1,0,.4.2.8.6,1,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.4.2.6.2,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.3,0,.6-.2.8-.4h0s0,0,.1.1c.2.1.4.2.6.3,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.3,0,.6-.2.8-.4h0s0,0,.1.1c.2.1.4.2.6.3,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.6,0,1.2-.6,1.2-1.2,0,0,0,0,0-.1,0-.3,0-.9,0-1.1,0,0,0,0,0,0,0-2.2.2-4.5,0-6.6,0-.3-.2-.6-.4-.9-.2-.2-.4-.3-.7-.4-.7-.1-1.6,0-2.5,0-.7,0-1.4,0-2,0,0,0,0,0,0,0-.3,0-.6.2-.8.4,0,0,0,0,0,0,0,0-.1,0-.2-.1-.1,0-.2-.1-.3-.2-.1,0-.2,0-.4,0-.7,0-1.5,0-2.3,0-.7,0-1.4,0-2,0,0,0,0,0,0,0-.3,0-.6.2-.8.4,0,0,0,0,0,0,0,0-.1,0-.2-.1-.1,0-.2-.1-.3-.2-.1,0-.2,0-.4,0-.7,0-1.4,0-2.2,0-.7,0-1.4,0-2.1,0,0,0,0,0,0,0-.7,0-1.2.6-1.2,1.2,0,.5,0,1,0,1.6-.9-.5-1.8-1.1-2.7-1.4-.6-.3-1-.3-1.6,0-1,.4-2,1-3,1.5-.9.5-1.8,1-2.6,1.4-.1,0-.3.1-.5.1s-.3,0-.4-.1c-.3-.1-.5-.4-.5-.8h0s0,0,0,0l1.1-6.5c0-.5,0-.9-.2-1.2-.7-.9-1.6-1.7-2.4-2.4-.9-.8-1.7-1.6-2.4-2.4-.2-.3-.3-.6-.2-.9,0-.3.3-.5.5-.6h0c1.1-.2,2.2-.4,3.3-.5,1-.1,2.1-.3,3.1-.5.7-.1,1-.4,1.4-1,.5-.9,1-1.9,1.4-2.9.4-.9.9-1.9,1.3-2.7.1-.3.4-.5.7-.5.3,0,.7.2.9.5,0,.1.1.3.2.4-.8,2.6-.7,5.4.2,8.1.1.5.3,1.2.8,1.4.9.4,1.2-.6,1.6-1.1.6.9,1.4,1.6,2.3,2.2.2.2,1,.7,1.3.7.2,0,.4-.3.3-.5,0-.2-1-.7-1.2-.9-1.3-.9-2.4-2.2-2.8-3.8-.9-3.8.5-7.4,3.6-9.7.2-.2,0-.6-.2-.6-.2,0-.8.5-1,.7-3.1,2.8-4.3,7.2-2.6,11.1l-.8,1.1h-.2c-.2-.6-.4-1.2-.6-1.8-1.5-5.8,1-12,6.9-13.9,1.8-.6,4.2-.7,5.9.4-2.2,0-4.6.3-6.5,1.5-.2.1-.5.3-.3.6.3.4,1-.2,1.3-.3,1.9-.9,4-1.2,6-1-.2.7-.6,1.4-.7,2.1-.6-.1-1.2-.4-1.8-.5-.9-.1-1.4,0-1.7.9-.2.8-.2,1.7.2,2.5.6,1.3,1.3,1.1,2.5.5.2-.1.5-.4.7-.4,0,0,0,0,.1,0,.2.8.5,1.6.9,2.3-2.1.2-5.6.8-6.5,3-.9,2.1,1,5.3,3.4,5.3.4,0,.6-.4.8-.7.8-.7,1.9-1.1,3-.7.2,0,.4,0,.3.3-1.1.4-1.9,1.1-2.3,2.1-.2-.5-.5-1.2-.7-1.3,0,0-.2,0-.2,0-.3,0-.7,1.4-1,1.7-.3.2-2.7,0-1.9,1,0,0,.2.1.3.2.3.3.6.6.9.9,0,.2-.3,1.4-.3,1.8,0,.2.1.3.3.4l1.8-.9c.4.1,1.5.9,1.8.8.1,0,.3-.2.3-.3l-.3-1.8c.2-.4,1.3-1.1,1.3-1.4,0-.1,0-.2-.1-.3-.2-.2-1-.2-1.6-.3.2-.6.5-1.2,1.2-1.6.4-.3,1.2-.4,1.2-1,0-.8-.7-1-1.3-1.1-1.1-.2-2.1.1-2.9.8-.1,0-.6.6-.7.6-.2,0-.7-.1-.9-.2-1.2-.6-1.9-1.9-1.9-3.2,0-.1,0-.4,0-.5.3.7,1.1,1.8,1.9,1.8.4,0,.7-.3.9-.7.2-.8.3-2,.5-2.8,0-.2.1-.9.2-.9,1.5-.4,3.1-.4,4.7-.7.4,0,1.7-.4,2-.6.3-.2.2-.6-.2-.7-1.1.3-2.1.6-3.3.7-1.5-2.2-1.5-5-.3-7.3,2.2.3,5.2,1,6.9,2.6,1.5,1.4.4,2.3-1,3.1-.3.2-1,.4-1.2.6-.3.2,0,.7.3.6.3,0,1.2-.6,1.6-.8.8-.5,1.6-1.1,1.8-2.1h0ZM23.2,36.7c0-.4,0-.9,0-1.4v-1.6c0-.2.2-.4.5-.5.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4h0c0,.1,0,.1,0,.1v.5c0,.2.2.4.4.4h0c.2,0,.4-.2.4-.4v-.5h0c0-.4.2-.5.5-.6.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4h0c0,.1,0,.1,0,.1v.5c0,.2.2.4.4.4h0c.2,0,.4-.2.4-.4v-.5h0c0-.4.2-.5.5-.6.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4v1.6c0,.5,0,1,0,1.4v3.7s0,0,0,0c-.1.4.2,1.3-.2,1.6,0,0-.1,0-.2.1,0,0,0,0-.1,0h-4.6s0,0,0,0c0,0-.2-.1-.2-.2,0,0,0-.1,0-.2v-.4c0-.2-.2-.4-.4-.4h0c-.2,0-.4.2-.4.4v.4c0,.3-.3.5-.6.5,0,0,0,0,0,0-.6,0-1.3,0-2,0-.8,0-1.5,0-2.3,0-.2,0-.3-.1-.4-.2,0,0,0-.1,0-.2v-.4c0-.2-.2-.4-.4-.4h0c-.2,0-.4.2-.4.4v.4c0,.2-.2.4-.4.5h-3c-.5,0-.9,0-1.4,0h-.1c-.2,0-.3-.1-.4-.2-.2-.4,0-1.2-.1-1.5,0,0,0,0,0,0v-3.7s0,0,0,0ZM30.9,14.6c-.6-.7-.8-1.7-.5-2.5.2-.6.3-.5.9-.4.6,0,1.2.3,1.8.5v1.4c-.3.2-1.8,1.2-2.2,1ZM34,27.3c0,0,0,.1,0,.2-.2.2-.8.6-.9.9,0,.3.2,1.3.2,1.4l-1.2-.6-1.2.6c0,0,.2-1.1.2-1.3,0-.2-.7-.8-.9-1,0-.1,0,0,.1,0,.4,0,.8,0,1.2-.2.1,0,.4-.9.6-1.1,0,0,0,0,.1,0l.6,1.2,1.3.2h0ZM30.6,19.3c-.1.6-.2,1.4-.3,1.9,0,0,0,.3-.2.3-.5,0-1.5-1.5-1.6-2,.6-.7,1.4-1.1,2.3-1.4,0,.4-.2.8-.2,1.2h0Z'/%3e%3cpath class='st1' d='M38.2,11.6c-.8,0-.8,1.2-.1,1.2.9,0,.9-1.2.1-1.2Z'/%3e%3cpath class='st1' d='M41.4,28.2c-.2-.2-1.2-.2-1.6-.3-.2-.3-.5-1.2-.8-1.4,0,0-.1,0-.2,0,0,0-.2,0-.3.1-.2.2-.5,1.2-.7,1.3-.4.2-1.8,0-1.6.7,0,.3.9.8,1,1.1,0,.4-.5,1.7,0,1.8.3,0,1.1-.6,1.5-.7.3.1,1.1.7,1.5.7.6-.1,0-1.4,0-1.8.2-.4,1.4-1,1-1.4h0ZM39.6,29.5c0,.3.1.7.1,1,0,0-.7-.4-.9-.4-.2,0-.9.4-.9.4,0-.3.2-.7.1-.9,0-.3-.6-.5-.7-.8.3,0,.8,0,1-.2.1-.1.3-.6.4-.7,0,0,0,0,.1,0l.4.9.9.2c0,.3-.6.4-.6.7h0Z'/%3e%3cpath class='st1' d='M27.6,28.2c-.2-.2-1.2-.2-1.5-.3-.3-.3-.5-1.2-.8-1.4,0,0-.1,0-.2,0,0,0-.2,0-.3.1-.2.2-.5,1.2-.7,1.3-.3.2-1.5,0-1.6.4-.2.5.8,1,1,1.3.1.4-.6,1.8.1,1.8.5-.1.9-.5,1.4-.7.3.1,1.1.7,1.5.6.5-.1,0-1.4,0-1.8.2-.4,1.4-1,1-1.4h0ZM25.9,29.5v1c.1,0-.6-.4-.7-.4-.3,0-.6.3-.9.4,0-.3.2-.7.1-1,0-.3-.6-.5-.6-.7l.9-.2c.1,0,.3-.6.4-.8,0,0,0,0,.1,0,0,.2.3.7.4.8.2.2.8.2,1,.2l-.7.7Z'/%3e%3cpath class='st1' d='M37.2,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4h0Z'/%3e%3cpath class='st1' d='M25.1,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4h0Z'/%3e%3cpath class='st1' d='M31.1,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M43,13.3c0-.2,0-.4,0-.6-.6-2.3-5-3.6-7-3.9-.3,0-.9,0-1.2-.2-.2,0-.4-.4-.6-.5-1.2-.9-3-1.2-4.5-1.1l-1.4.2c-.3.1-.6.2-1,.3-2.8.9-5.5,3.3-6.8,6,0,.1-.1.3-.2.4-.2-.3-.4-.5-.8-.6-.9-.3-1.8,0-2.3.8-.5.9-1,1.9-1.4,2.9-.4,1-.9,2-1.4,2.8-.2.4-.3.5-.8.6-1,.2-2.1.3-3.1.5-1,.1-2.1.2-3.1.4-.7.1-1.3.6-1.5,1.2-.2.6,0,1.2.3,1.7.6.8,1.5,1.5,2.3,2.2.6.6,1.3,1.2,1.9,1.8,0,0,.2.2.3.3.3.3.6.6.6,1h0s-1.1,6.4-1.1,6.4c0,.7.2,1.4.7,1.7.5.4,1.2.4,1.9.1,1-.4,2-1,2.9-1.5.7-.4,1.4-.8,2.2-1.2,0,0,.1,0,.2,0,.2-.1.5-.3.7-.3h0c.3,0,.5.1.7.3,0,0,.1,0,.2,0,.8.4,1.5.8,2.3,1.2.1,0,.2.1.4.2,0,1.3.1,2.7.1,4,0,0,0,0,0,0,0,.2,0,.8,0,1.1,0,0,0,0,0,.1,0,.4.2.8.6,1,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.4.2.6.2,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.3,0,.6-.2.8-.4h0s0,0,.1.1c.2.1.4.2.6.3,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.3,0,.6-.2.8-.4h0s0,0,.1.1c.2.1.4.2.6.3,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.6,0,1.2-.6,1.2-1.2,0,0,0,0,0-.1,0-.3,0-.9,0-1.1,0,0,0,0,0,0,0-2.2.2-4.5,0-6.6,0-.3-.2-.6-.4-.9-.2-.2-.4-.3-.7-.4-.7-.1-1.6,0-2.5,0-.7,0-1.4,0-2,0,0,0,0,0,0,0-.3,0-.6.2-.8.4,0,0,0,0,0,0,0,0-.1,0-.2-.1-.1,0-.2-.1-.3-.2-.1,0-.2,0-.4,0-.7,0-1.5,0-2.3,0-.7,0-1.4,0-2,0,0,0,0,0,0,0-.3,0-.6.2-.8.4,0,0,0,0,0,0,0,0-.1,0-.2-.1-.1,0-.2-.1-.3-.2-.1,0-.2,0-.4,0-.7,0-1.4,0-2.2,0-.7,0-1.4,0-2.1,0,0,0,0,0,0,0-.7,0-1.2.6-1.2,1.2,0,.5,0,1,0,1.6-.9-.5-1.8-1.1-2.7-1.4-.6-.3-1-.3-1.6,0-1,.4-2,1-3,1.5-.9.5-1.8,1-2.6,1.4-.1,0-.3.1-.5.1s-.3,0-.4-.1c-.3-.1-.5-.4-.5-.8h0s0,0,0,0l1.1-6.5c0-.5,0-.9-.2-1.2-.7-.9-1.6-1.7-2.4-2.4-.9-.8-1.7-1.6-2.4-2.4-.2-.3-.3-.6-.2-.9,0-.3.3-.5.5-.6h0c1.1-.2,2.2-.4,3.3-.5,1-.1,2.1-.3,3.1-.5.7-.1,1-.4,1.4-1,.5-.9,1-1.9,1.4-2.9.4-.9.9-1.9,1.3-2.7.1-.3.4-.5.7-.5.3,0,.7.2.9.5,0,.1.1.3.2.4-.8,2.6-.7,5.4.2,8.1.1.5.3,1.2.8,1.4.9.4,1.2-.6,1.6-1.1.6.9,1.4,1.6,2.3,2.2.2.2,1,.7,1.3.7.2,0,.4-.3.3-.5,0-.2-1-.7-1.2-.9-1.3-.9-2.4-2.2-2.8-3.8-.9-3.8.5-7.4,3.6-9.7.2-.2,0-.6-.2-.6-.2,0-.8.5-1,.7-3.1,2.8-4.3,7.2-2.6,11.1l-.8,1.1h-.2c-.2-.6-.4-1.2-.6-1.8-1.5-5.8,1-12,6.9-13.9,1.8-.6,4.2-.7,5.9.4-2.2,0-4.6.3-6.5,1.5-.2.1-.5.3-.3.6.3.4,1-.2,1.3-.3,1.9-.9,4-1.2,6-1-.2.7-.6,1.4-.7,2.1-.6-.1-1.2-.4-1.8-.5-.9-.1-1.4,0-1.7.9-.2.8-.2,1.7.2,2.5.6,1.3,1.3,1.1,2.5.5.2-.1.5-.4.7-.4,0,0,0,0,.1,0,.2.8.5,1.6.9,2.3-2.1.2-5.6.8-6.5,3-.9,2.1,1,5.3,3.4,5.3.4,0,.6-.4.8-.7.8-.7,1.9-1.1,3-.7.2,0,.4,0,.3.3-1.1.4-1.9,1.1-2.3,2.1-.2-.5-.5-1.2-.7-1.3,0,0-.2,0-.2,0-.3,0-.7,1.4-1,1.7-.3.2-2.7,0-1.9,1,0,0,.2.1.3.2.3.3.6.6.9.9,0,.2-.3,1.4-.3,1.8,0,.2.1.3.3.4l1.8-.9c.4.1,1.5.9,1.8.8.1,0,.3-.2.3-.3l-.3-1.8c.2-.4,1.3-1.1,1.3-1.4,0-.1,0-.2-.1-.3-.2-.2-1-.2-1.6-.3.2-.6.5-1.2,1.2-1.6.4-.3,1.2-.4,1.2-1,0-.8-.7-1-1.3-1.1-1.1-.2-2.1.1-2.9.8-.1,0-.6.6-.7.6-.2,0-.7-.1-.9-.2-1.2-.6-1.9-1.9-1.9-3.2,0-.1,0-.4,0-.5.3.7,1.1,1.8,1.9,1.8.4,0,.7-.3.9-.7.2-.8.3-2,.5-2.8,0-.2.1-.9.2-.9,1.5-.4,3.1-.4,4.7-.7.4,0,1.7-.4,2-.6.3-.2.2-.6-.2-.7-1.1.3-2.1.6-3.3.7-1.5-2.2-1.5-5-.3-7.3,2.2.3,5.2,1,6.9,2.6,1.5,1.4.4,2.3-1,3.1-.3.2-1,.4-1.2.6-.3.2,0,.7.3.6.3,0,1.2-.6,1.6-.8.8-.5,1.6-1.1,1.8-2.1h0ZM23.2,36.7c0-.4,0-.9,0-1.4v-1.6c0-.2.2-.4.5-.5.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4h0c0,.1,0,.1,0,.1v.5c0,.2.2.4.4.4h0c.2,0,.4-.2.4-.4v-.5h0c0-.4.2-.5.5-.6.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4h0c0,.1,0,.1,0,.1v.5c0,.2.2.4.4.4h0c.2,0,.4-.2.4-.4v-.5h0c0-.4.2-.5.5-.6.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4v1.6c0,.5,0,1,0,1.4v3.7s0,0,0,0c-.1.4.2,1.3-.2,1.6,0,0-.1,0-.2.1,0,0,0,0-.1,0h-4.6s0,0,0,0c0,0-.2-.1-.2-.2,0,0,0-.1,0-.2v-.4c0-.2-.2-.4-.4-.4h0c-.2,0-.4.2-.4.4v.4c0,.3-.3.5-.6.5,0,0,0,0,0,0-.6,0-1.3,0-2,0-.8,0-1.5,0-2.3,0-.2,0-.3-.1-.4-.2,0,0,0-.1,0-.2v-.4c0-.2-.2-.4-.4-.4h0c-.2,0-.4.2-.4.4v.4c0,.2-.2.4-.4.5h-3c-.5,0-.9,0-1.4,0h-.1c-.2,0-.3-.1-.4-.2-.2-.4,0-1.2-.1-1.5,0,0,0,0,0,0v-3.7s0,0,0,0ZM30.9,14.6c-.6-.7-.8-1.7-.5-2.5.2-.6.3-.5.9-.4.6,0,1.2.3,1.8.5v1.4c-.3.2-1.8,1.2-2.2,1ZM34,27.3c0,0,0,.1,0,.2-.2.2-.8.6-.9.9,0,.3.2,1.3.2,1.4l-1.2-.6-1.2.6c0,0,.2-1.1.2-1.3,0-.2-.7-.8-.9-1,0-.1,0,0,.1,0,.4,0,.8,0,1.2-.2.1,0,.4-.9.6-1.1,0,0,0,0,.1,0l.6,1.2,1.3.2h0ZM30.6,19.3c-.1.6-.2,1.4-.3,1.9,0,0,0,.3-.2.3-.5,0-1.5-1.5-1.6-2,.6-.7,1.4-1.1,2.3-1.4,0,.4-.2.8-.2,1.2h0Z'/%3e%3cpath class='st1' d='M38.2,11.6c-.8,0-.8,1.2-.1,1.2.9,0,.9-1.2.1-1.2Z'/%3e%3cpath class='st1' d='M41.4,28.2c-.2-.2-1.2-.2-1.6-.3-.2-.3-.5-1.2-.8-1.4,0,0-.1,0-.2,0,0,0-.2,0-.3.1-.2.2-.5,1.2-.7,1.3-.4.2-1.8,0-1.6.7,0,.3.9.8,1,1.1,0,.4-.5,1.7,0,1.8.3,0,1.1-.6,1.5-.7.3.1,1.1.7,1.5.7.6-.1,0-1.4,0-1.8.2-.4,1.4-1,1-1.4h0ZM39.6,29.5c0,.3.1.7.1,1,0,0-.7-.4-.9-.4-.2,0-.9.4-.9.4,0-.3.2-.7.1-.9,0-.3-.6-.5-.7-.8.3,0,.8,0,1-.2.1-.1.3-.6.4-.7,0,0,0,0,.1,0l.4.9.9.2c0,.3-.6.4-.6.7h0Z'/%3e%3cpath class='st1' d='M27.6,28.2c-.2-.2-1.2-.2-1.5-.3-.3-.3-.5-1.2-.8-1.4,0,0-.1,0-.2,0,0,0-.2,0-.3.1-.2.2-.5,1.2-.7,1.3-.3.2-1.5,0-1.6.4-.2.5.8,1,1,1.3.1.4-.6,1.8.1,1.8.5-.1.9-.5,1.4-.7.3.1,1.1.7,1.5.6.5-.1,0-1.4,0-1.8.2-.4,1.4-1,1-1.4h0ZM25.9,29.5v1c.1,0-.6-.4-.7-.4-.3,0-.6.3-.9.4,0-.3.2-.7.1-1,0-.3-.6-.5-.6-.7l.9-.2c.1,0,.3-.6.4-.8,0,0,0,0,.1,0,0,.2.3.7.4.8.2.2.8.2,1,.2l-.7.7Z'/%3e%3cpath class='st1' d='M37.2,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4h0Z'/%3e%3cpath class='st1' d='M25.1,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4h0Z'/%3e%3cpath class='st1' d='M31.1,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-slotmixactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M43,13.3c0-.2,0-.4,0-.6-.6-2.3-5-3.6-7-3.9-.3,0-.9,0-1.2-.2-.2,0-.4-.4-.6-.5-1.2-.9-3-1.2-4.5-1.1l-1.4.2c-.3.1-.6.2-1,.3-2.8.9-5.5,3.3-6.8,6,0,.1-.1.3-.2.4-.2-.3-.4-.5-.8-.6-.9-.3-1.8,0-2.3.8-.5.9-1,1.9-1.4,2.9-.4,1-.9,2-1.4,2.8-.2.4-.3.5-.8.6-1,.2-2.1.3-3.1.5-1,.1-2.1.2-3.1.4-.7.1-1.3.6-1.5,1.2-.2.6,0,1.2.3,1.7.6.8,1.5,1.5,2.3,2.2.6.6,1.3,1.2,1.9,1.8,0,0,.2.2.3.3.3.3.6.6.6,1h0s-1.1,6.4-1.1,6.4c0,.7.2,1.4.7,1.7.5.4,1.2.4,1.9.1,1-.4,2-1,2.9-1.5.7-.4,1.4-.8,2.2-1.2,0,0,.1,0,.2,0,.2-.1.5-.3.7-.3h0c.3,0,.5.1.7.3,0,0,.1,0,.2,0,.8.4,1.5.8,2.3,1.2.1,0,.2.1.4.2,0,1.3.1,2.7.1,4,0,0,0,0,0,0,0,.2,0,.8,0,1.1,0,0,0,0,0,.1,0,.4.2.8.6,1,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.4.2.6.2,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.3,0,.6-.2.8-.4h0s0,0,.1.1c.2.1.4.2.6.3,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.3,0,.6-.2.8-.4h0s0,0,.1.1c.2.1.4.2.6.3,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.6,0,1.2-.6,1.2-1.2,0,0,0,0,0-.1,0-.3,0-.9,0-1.1,0,0,0,0,0,0,0-2.2.2-4.5,0-6.6,0-.3-.2-.6-.4-.9-.2-.2-.4-.3-.7-.4-.7-.1-1.6,0-2.5,0-.7,0-1.4,0-2,0,0,0,0,0,0,0-.3,0-.6.2-.8.4,0,0,0,0,0,0,0,0-.1,0-.2-.1-.1,0-.2-.1-.3-.2-.1,0-.2,0-.4,0-.7,0-1.5,0-2.3,0-.7,0-1.4,0-2,0,0,0,0,0,0,0-.3,0-.6.2-.8.4,0,0,0,0,0,0,0,0-.1,0-.2-.1-.1,0-.2-.1-.3-.2-.1,0-.2,0-.4,0-.3,0-.7,0-1.1,0,0,0,0-.1,0-.2,0,0-.1,0-.2,0,0,0-.2,0-.2,0-.4,0-.8-.2-1.3-.5,0,0,0,0,0,0,0,0-.1,0-.2.1-.3.2-.6.3-1,.4h-.1s-.1,0-.1,0c-.4,0-.7-.2-.9-.5-.4-.5-.3-1.2-.1-1.8,0,0,0-.1,0-.2,0,0,0,0,0,0-.2-.2-.4-.3-.6-.6-.5-.6-.3-1.1-.2-1.4.3-.7,1.1-.8,1.7-.8,0,0,0,0,.1,0,0,0,0-.1,0-.2.2-.4.3-.7.5-.9.2-.2.4-.4.7-.4,0,0,0,0,0,0,0,0,0,0,0,0,.2.2,1,.7,1.3.7.2,0,.4-.3.3-.5,0-.2-1-.7-1.2-.9-1.3-.9-2.4-2.2-2.8-3.8-.9-3.8.5-7.4,3.6-9.7.2-.2,0-.6-.2-.6-.2,0-.8.5-1,.7-3.1,2.8-4.3,7.2-2.6,11.1l-.8,1.1h-.2c-.2-.6-.4-1.2-.6-1.8-1.5-5.8,1-12,6.9-13.9,1.8-.6,4.2-.7,5.9.4-2.2,0-4.6.3-6.5,1.5-.2.1-.5.3-.3.6.3.4,1-.2,1.3-.3,1.9-.9,4-1.2,6-1-.2.7-.6,1.4-.7,2.1-.6-.1-1.2-.4-1.8-.5-.9-.1-1.4,0-1.7.9-.2.8-.2,1.7.2,2.5.6,1.3,1.3,1.1,2.5.5.2-.1.5-.4.7-.4,0,0,0,0,.1,0,.2.8.5,1.6.9,2.3-2.1.2-5.6.8-6.5,3-.9,2.1,1,5.3,3.4,5.3.4,0,.6-.4.8-.7.8-.7,1.9-1.1,3-.7.2,0,.4,0,.3.3-1.1.4-1.9,1.1-2.3,2.1-.2-.5-.5-1.2-.7-1.3,0,0-.2,0-.2,0-.3,0-.7,1.4-1,1.7-.3.2-2.7,0-1.9,1,0,0,.2.1.3.2.3.3.6.6.9.9,0,.2-.3,1.4-.3,1.8,0,.2.1.3.3.4l1.8-.9c.4.1,1.5.9,1.8.8.1,0,.3-.2.3-.3l-.3-1.8c.2-.4,1.3-1.1,1.3-1.4,0-.1,0-.2-.1-.3-.2-.2-1-.2-1.6-.3.2-.6.5-1.2,1.2-1.6.4-.3,1.2-.4,1.2-1,0-.8-.7-1-1.3-1.1-1.1-.2-2.1.1-2.9.8-.1,0-.6.6-.7.6-.2,0-.7-.1-.9-.2-1.2-.6-1.9-1.9-1.9-3.2,0-.1,0-.4,0-.5.3.7,1.1,1.8,1.9,1.8.4,0,.7-.3.9-.7.2-.8.3-2,.5-2.8,0-.2.1-.9.2-.9,1.5-.4,3.1-.4,4.7-.7.4,0,1.7-.4,2-.6.3-.2.2-.6-.2-.7-1.1.3-2.1.6-3.3.7-1.5-2.2-1.5-5-.3-7.3,2.2.3,5.2,1,6.9,2.6,1.5,1.4.4,2.3-1,3.1-.3.2-1,.4-1.2.6-.3.2,0,.7.3.6.3,0,1.2-.6,1.6-.8.8-.5,1.6-1.1,1.8-2.1h0ZM23.2,36.7c0-.4,0-.9,0-1.4v-1.6c0-.2.2-.4.5-.5.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4h0c0,.1,0,.1,0,.1v.5c0,.2.2.4.4.4h0c.2,0,.4-.2.4-.4v-.5h0c0-.4.2-.5.5-.6.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4h0c0,.1,0,.1,0,.1v.5c0,.2.2.4.4.4h0c.2,0,.4-.2.4-.4v-.5h0c0-.4.2-.5.5-.6.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4v1.6c0,.5,0,1,0,1.4v3.7s0,0,0,0c-.1.4.2,1.3-.2,1.6,0,0-.1,0-.2.1,0,0,0,0-.1,0h-4.6s0,0,0,0c0,0-.2-.1-.2-.2,0,0,0-.1,0-.2v-.4c0-.2-.2-.4-.4-.4h0c-.2,0-.4.2-.4.4v.4c0,.3-.3.5-.6.5,0,0,0,0,0,0-.6,0-1.3,0-2,0-.8,0-1.5,0-2.3,0-.2,0-.3-.1-.4-.2,0,0,0-.1,0-.2v-.4c0-.2-.2-.4-.4-.4h0c-.2,0-.4.2-.4.4v.4c0,.2-.2.4-.4.5h-3c-.5,0-.9,0-1.4,0h-.1c-.2,0-.3-.1-.4-.2-.2-.4,0-1.2-.1-1.5,0,0,0,0,0,0v-3.7s0,0,0,0ZM30.9,14.6c-.6-.7-.8-1.7-.5-2.5.2-.6.3-.5.9-.4.6,0,1.2.3,1.8.5v1.4c-.3.2-1.8,1.2-2.2,1ZM34,27.3c0,0,0,.1,0,.2-.2.2-.8.6-.9.9,0,.3.2,1.3.2,1.4l-1.2-.6-1.2.6c0,0,.2-1.1.2-1.3,0-.2-.7-.8-.9-1,0-.1,0,0,.1,0,.4,0,.8,0,1.2-.2.1,0,.4-.9.6-1.1,0,0,0,0,.1,0l.6,1.2,1.3.2h0ZM30.6,19.3c-.1.6-.2,1.4-.3,1.9,0,0,0,.3-.2.3-.5,0-1.5-1.5-1.6-2,.6-.7,1.4-1.1,2.3-1.4,0,.4-.2.8-.2,1.2h0Z'/%3e%3cpath class='st1' d='M38.2,11.6c-.8,0-.8,1.2-.1,1.2.9,0,.9-1.2.1-1.2Z'/%3e%3cpath class='st1' d='M41.4,28.2c-.2-.2-1.2-.2-1.6-.3-.2-.3-.5-1.2-.8-1.4,0,0-.1,0-.2,0,0,0-.2,0-.3.1-.2.2-.5,1.2-.7,1.3-.4.2-1.8,0-1.6.7,0,.3.9.8,1,1.1,0,.4-.5,1.7,0,1.8.3,0,1.1-.6,1.5-.7.3.1,1.1.7,1.5.7.6-.1,0-1.4,0-1.8.2-.4,1.4-1,1-1.4h0ZM39.6,29.5c0,.3.1.7.1,1,0,0-.7-.4-.9-.4-.2,0-.9.4-.9.4,0-.3.2-.7.1-.9,0-.3-.6-.5-.7-.8.3,0,.8,0,1-.2.1-.1.3-.6.4-.7,0,0,0,0,.1,0l.4.9.9.2c0,.3-.6.4-.6.7h0Z'/%3e%3cpath class='st1' d='M27.6,28.2c-.2-.2-1.2-.2-1.5-.3-.3-.3-.5-1.2-.8-1.4,0,0-.1,0-.2,0,0,0-.2,0-.3.1-.2.2-.5,1.2-.7,1.3-.3.2-1.5,0-1.6.4-.2.5.8,1,1,1.3.1.4-.6,1.8.1,1.8.5-.1.9-.5,1.4-.7.3.1,1.1.7,1.5.6.5-.1,0-1.4,0-1.8.2-.4,1.4-1,1-1.4h0ZM25.9,29.5v1c.1,0-.6-.4-.7-.4-.3,0-.6.3-.9.4,0-.3.2-.7.1-1,0-.3-.6-.5-.6-.7l.9-.2c.1,0,.3-.6.4-.8,0,0,0,0,.1,0,0,.2.3.7.4.8.2.2.8.2,1,.2l-.7.7Z'/%3e%3cpath class='st1' d='M37.2,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4Z'/%3e%3cpath class='st1' d='M25.1,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4Z'/%3e%3cpath class='st1' d='M31.1,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M43,13.3c0-.2,0-.4,0-.6-.6-2.3-5-3.6-7-3.9-.3,0-.9,0-1.2-.2-.2,0-.4-.4-.6-.5-1.2-.9-3-1.2-4.5-1.1l-1.4.2c-.3.1-.6.2-1,.3-2.8.9-5.5,3.3-6.8,6,0,.1-.1.3-.2.4-.2-.3-.4-.5-.8-.6-.9-.3-1.8,0-2.3.8-.5.9-1,1.9-1.4,2.9-.4,1-.9,2-1.4,2.8-.2.4-.3.5-.8.6-1,.2-2.1.3-3.1.5-1,.1-2.1.2-3.1.4-.7.1-1.3.6-1.5,1.2-.2.6,0,1.2.3,1.7.6.8,1.5,1.5,2.3,2.2.6.6,1.3,1.2,1.9,1.8,0,0,.2.2.3.3.3.3.6.6.6,1h0s-1.1,6.4-1.1,6.4c0,.7.2,1.4.7,1.7.5.4,1.2.4,1.9.1,1-.4,2-1,2.9-1.5.7-.4,1.4-.8,2.2-1.2,0,0,.1,0,.2,0,.2-.1.5-.3.7-.3h0c.3,0,.5.1.7.3,0,0,.1,0,.2,0,.8.4,1.5.8,2.3,1.2.1,0,.2.1.4.2,0,1.3.1,2.7.1,4,0,0,0,0,0,0,0,.2,0,.8,0,1.1,0,0,0,0,0,.1,0,.4.2.8.6,1,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.4.2.6.2,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.3,0,.6-.2.8-.4h0s0,0,.1.1c.2.1.4.2.6.3,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.3,0,.6-.2.8-.4h0s0,0,.1.1c.2.1.4.2.6.3,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.6,0,1.2-.6,1.2-1.2,0,0,0,0,0-.1,0-.3,0-.9,0-1.1,0,0,0,0,0,0,0-2.2.2-4.5,0-6.6,0-.3-.2-.6-.4-.9-.2-.2-.4-.3-.7-.4-.7-.1-1.6,0-2.5,0-.7,0-1.4,0-2,0,0,0,0,0,0,0-.3,0-.6.2-.8.4,0,0,0,0,0,0,0,0-.1,0-.2-.1-.1,0-.2-.1-.3-.2-.1,0-.2,0-.4,0-.7,0-1.5,0-2.3,0-.7,0-1.4,0-2,0,0,0,0,0,0,0-.3,0-.6.2-.8.4,0,0,0,0,0,0,0,0-.1,0-.2-.1-.1,0-.2-.1-.3-.2-.1,0-.2,0-.4,0-.3,0-.7,0-1.1,0,0,0,0-.1,0-.2,0,0-.1,0-.2,0,0,0-.2,0-.2,0-.4,0-.8-.2-1.3-.5,0,0,0,0,0,0,0,0-.1,0-.2.1-.3.2-.6.3-1,.4h-.1s-.1,0-.1,0c-.4,0-.7-.2-.9-.5-.4-.5-.3-1.2-.1-1.8,0,0,0-.1,0-.2,0,0,0,0,0,0-.2-.2-.4-.3-.6-.6-.5-.6-.3-1.1-.2-1.4.3-.7,1.1-.8,1.7-.8,0,0,0,0,.1,0,0,0,0-.1,0-.2.2-.4.3-.7.5-.9.2-.2.4-.4.7-.4,0,0,0,0,0,0,0,0,0,0,0,0,.2.2,1,.7,1.3.7.2,0,.4-.3.3-.5,0-.2-1-.7-1.2-.9-1.3-.9-2.4-2.2-2.8-3.8-.9-3.8.5-7.4,3.6-9.7.2-.2,0-.6-.2-.6-.2,0-.8.5-1,.7-3.1,2.8-4.3,7.2-2.6,11.1l-.8,1.1h-.2c-.2-.6-.4-1.2-.6-1.8-1.5-5.8,1-12,6.9-13.9,1.8-.6,4.2-.7,5.9.4-2.2,0-4.6.3-6.5,1.5-.2.1-.5.3-.3.6.3.4,1-.2,1.3-.3,1.9-.9,4-1.2,6-1-.2.7-.6,1.4-.7,2.1-.6-.1-1.2-.4-1.8-.5-.9-.1-1.4,0-1.7.9-.2.8-.2,1.7.2,2.5.6,1.3,1.3,1.1,2.5.5.2-.1.5-.4.7-.4,0,0,0,0,.1,0,.2.8.5,1.6.9,2.3-2.1.2-5.6.8-6.5,3-.9,2.1,1,5.3,3.4,5.3.4,0,.6-.4.8-.7.8-.7,1.9-1.1,3-.7.2,0,.4,0,.3.3-1.1.4-1.9,1.1-2.3,2.1-.2-.5-.5-1.2-.7-1.3,0,0-.2,0-.2,0-.3,0-.7,1.4-1,1.7-.3.2-2.7,0-1.9,1,0,0,.2.1.3.2.3.3.6.6.9.9,0,.2-.3,1.4-.3,1.8,0,.2.1.3.3.4l1.8-.9c.4.1,1.5.9,1.8.8.1,0,.3-.2.3-.3l-.3-1.8c.2-.4,1.3-1.1,1.3-1.4,0-.1,0-.2-.1-.3-.2-.2-1-.2-1.6-.3.2-.6.5-1.2,1.2-1.6.4-.3,1.2-.4,1.2-1,0-.8-.7-1-1.3-1.1-1.1-.2-2.1.1-2.9.8-.1,0-.6.6-.7.6-.2,0-.7-.1-.9-.2-1.2-.6-1.9-1.9-1.9-3.2,0-.1,0-.4,0-.5.3.7,1.1,1.8,1.9,1.8.4,0,.7-.3.9-.7.2-.8.3-2,.5-2.8,0-.2.1-.9.2-.9,1.5-.4,3.1-.4,4.7-.7.4,0,1.7-.4,2-.6.3-.2.2-.6-.2-.7-1.1.3-2.1.6-3.3.7-1.5-2.2-1.5-5-.3-7.3,2.2.3,5.2,1,6.9,2.6,1.5,1.4.4,2.3-1,3.1-.3.2-1,.4-1.2.6-.3.2,0,.7.3.6.3,0,1.2-.6,1.6-.8.8-.5,1.6-1.1,1.8-2.1h0ZM23.2,36.7c0-.4,0-.9,0-1.4v-1.6c0-.2.2-.4.5-.5.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4h0c0,.1,0,.1,0,.1v.5c0,.2.2.4.4.4h0c.2,0,.4-.2.4-.4v-.5h0c0-.4.2-.5.5-.6.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4h0c0,.1,0,.1,0,.1v.5c0,.2.2.4.4.4h0c.2,0,.4-.2.4-.4v-.5h0c0-.4.2-.5.5-.6.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4v1.6c0,.5,0,1,0,1.4v3.7s0,0,0,0c-.1.4.2,1.3-.2,1.6,0,0-.1,0-.2.1,0,0,0,0-.1,0h-4.6s0,0,0,0c0,0-.2-.1-.2-.2,0,0,0-.1,0-.2v-.4c0-.2-.2-.4-.4-.4h0c-.2,0-.4.2-.4.4v.4c0,.3-.3.5-.6.5,0,0,0,0,0,0-.6,0-1.3,0-2,0-.8,0-1.5,0-2.3,0-.2,0-.3-.1-.4-.2,0,0,0-.1,0-.2v-.4c0-.2-.2-.4-.4-.4h0c-.2,0-.4.2-.4.4v.4c0,.2-.2.4-.4.5h-3c-.5,0-.9,0-1.4,0h-.1c-.2,0-.3-.1-.4-.2-.2-.4,0-1.2-.1-1.5,0,0,0,0,0,0v-3.7s0,0,0,0ZM30.9,14.6c-.6-.7-.8-1.7-.5-2.5.2-.6.3-.5.9-.4.6,0,1.2.3,1.8.5v1.4c-.3.2-1.8,1.2-2.2,1ZM34,27.3c0,0,0,.1,0,.2-.2.2-.8.6-.9.9,0,.3.2,1.3.2,1.4l-1.2-.6-1.2.6c0,0,.2-1.1.2-1.3,0-.2-.7-.8-.9-1,0-.1,0,0,.1,0,.4,0,.8,0,1.2-.2.1,0,.4-.9.6-1.1,0,0,0,0,.1,0l.6,1.2,1.3.2h0ZM30.6,19.3c-.1.6-.2,1.4-.3,1.9,0,0,0,.3-.2.3-.5,0-1.5-1.5-1.6-2,.6-.7,1.4-1.1,2.3-1.4,0,.4-.2.8-.2,1.2h0Z'/%3e%3cpath class='st1' d='M38.2,11.6c-.8,0-.8,1.2-.1,1.2.9,0,.9-1.2.1-1.2Z'/%3e%3cpath class='st1' d='M41.4,28.2c-.2-.2-1.2-.2-1.6-.3-.2-.3-.5-1.2-.8-1.4,0,0-.1,0-.2,0,0,0-.2,0-.3.1-.2.2-.5,1.2-.7,1.3-.4.2-1.8,0-1.6.7,0,.3.9.8,1,1.1,0,.4-.5,1.7,0,1.8.3,0,1.1-.6,1.5-.7.3.1,1.1.7,1.5.7.6-.1,0-1.4,0-1.8.2-.4,1.4-1,1-1.4h0ZM39.6,29.5c0,.3.1.7.1,1,0,0-.7-.4-.9-.4-.2,0-.9.4-.9.4,0-.3.2-.7.1-.9,0-.3-.6-.5-.7-.8.3,0,.8,0,1-.2.1-.1.3-.6.4-.7,0,0,0,0,.1,0l.4.9.9.2c0,.3-.6.4-.6.7h0Z'/%3e%3cpath class='st1' d='M27.6,28.2c-.2-.2-1.2-.2-1.5-.3-.3-.3-.5-1.2-.8-1.4,0,0-.1,0-.2,0,0,0-.2,0-.3.1-.2.2-.5,1.2-.7,1.3-.3.2-1.5,0-1.6.4-.2.5.8,1,1,1.3.1.4-.6,1.8.1,1.8.5-.1.9-.5,1.4-.7.3.1,1.1.7,1.5.6.5-.1,0-1.4,0-1.8.2-.4,1.4-1,1-1.4h0ZM25.9,29.5v1c.1,0-.6-.4-.7-.4-.3,0-.6.3-.9.4,0-.3.2-.7.1-1,0-.3-.6-.5-.6-.7l.9-.2c.1,0,.3-.6.4-.8,0,0,0,0,.1,0,0,.2.3.7.4.8.2.2.8.2,1,.2l-.7.7Z'/%3e%3cpath class='st1' d='M37.2,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4Z'/%3e%3cpath class='st1' d='M25.1,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4Z'/%3e%3cpath class='st1' d='M31.1,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-wallet {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='1' y='7' width='47' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47.9,25.7c0-.5-.4-1-.9-1.3-.5-.4-1.2-.6-1.7-.5,0-.6,0-1.3,0-1.9,0-1.4,0-2.8-.4-4-.7-2-2.7-3.3-4.9-3.2l-2.6-5.2h0c-1-1.4-2.2-1.4-3.7-.9-2.8,1-5.7,2.1-8.5,3.2-1.7.7-3.5,1.4-5.3,2.1-.9-.1-1.8-.2-2.6-.4-.4,0-.5-.2-.7-.5-.8-1.3-1.5-3.1-2.2-4.5-.3-.6-.5-1.1-1.1-1.3-.9-.3-1.7,0-2.1.8-.9,1.5-1.6,3.5-2.5,5.1-.2.3-.3.4-.7.5-1.8.4-3.8.4-5.6.8-1.3.3-1.9,1.6-1.1,2.7,1,1.2,2.6,2.4,3.7,3.6.3.3.8.6.7,1.1l-1,5.7c-.1,1.4,1.1,2.3,2.5,1.7,1.3-.5,2.6-1.3,3.8-2v11.7s0,0,0,0c.2,1.1.7,2.1,1.5,2.9.8.8,1.9,1.3,3,1.4h25.1c1.4-.1,2.7-.9,3.6-2,1.1-1.5,1.1-3.4,1-5.2,0-.6,0-1.3,0-1.9,1.2,0,2.3-.6,2.6-1.8h0s0,0,0,0c0-.9,0-1.9,0-2.9,0-1.2.1-2.4,0-3.5h0ZM34.8,9.7c.6-.1,1,0,1.4.5l2.2,4.4h-14.5c-.2-.2-.4-.3-.7-.4,0,0-.1,0-.2,0l11.8-4.5ZM11.1,19h0s0,6.9,0,6.9c-1.4.7-2.8,1.7-4.2,2.3-.5.3-1.1,0-1.1-.6l1-5.8c0-.4,0-.8-.2-1.1-1.2-1.5-3.2-2.8-4.4-4.3-.3-.4-.2-1,.3-1.2,1.9-.4,3.9-.5,5.8-.9.6-.1,1-.4,1.3-.9.9-1.6,1.6-3.4,2.5-5,.1-.2.4-.4.6-.4.3,0,.6.2.7.4.9,1.6,1.6,3.5,2.5,5,.3.6.6.8,1.3.9.3,0,.6.1,1,.2-.1,0-.2,0-.3.1-1.7-.2-3.2.1-4.3.8-1.3.8-2.1,2-2.4,3.6h0ZM43.8,38.6c0,.6-.4,1.3-1.1,1.9-.7.6-1.6,1.1-2.3,1,0,0,0,0-.1,0h-24.2c-2.1-.1-3.4-1.5-3.6-3.4v-11.8s0-.9,0-.9v-6c.2-1.6,1.2-2.8,2.7-3.2.6,0,1.2,0,1.8,0,0,0,0,0,.1,0,.6,0,1.1,0,1.7,0,.1,0,.2,0,.3,0,.5,0,1,0,1.5,0,.2,0,.4,0,.6,0,.4,0,.9,0,1.3,0,2.7,0,5.5,0,8.2,0,1.9,0,3.9,0,5.9,0,1.2,0,2.4,0,3.6,0h0s0,0,.1,0c.7,0,1.5.4,2.3,1,.7.6,1.1,1.3,1.1,1.9v4.8h-6.8c-1,0-1.9.5-2.8,1.3-1,1-1.7,2.5-1.7,3.7,0,2.2,2.1,5,4.5,5h6.8v4.8h0ZM46.5,29c0,.9,0,1.8,0,2.6,0,.4-.4.8-.8.8-1.3,0-2.8,0-4.1,0-1.5,0-3,.1-4.4,0-.7,0-1.6-.6-2-1-1-1-1.3-2.4-.8-3.8.5-1.3,1.5-2.2,2.8-2.3.6,0,1.3,0,1.9,0s1.7,0,2.5,0c1.4,0,2.8.1,4.1,0,.5,0,.8.5.8.9,0,.9,0,1.8,0,2.8Z'/%3e%3cpath class='st1' d='M37.7,26.3c-.6,0-1.2.4-1.5.9-.3.4-.5,1-.5,1.6,0,1.6,1.1,2.4,2.1,2.5.2,0,.3,0,.5,0,1.3,0,1.9-.7,2.2-1.1.5-.9.5-2.1,0-2.9-.3-.5-1.1-1.3-2.6-1h0ZM39.2,29.4c-.2.3-.5.6-.9.6-.7,0-1.2-.5-1.2-1,0-.5.2-1.1,1-1.2.5,0,.8.2,1,.4.3.3.3.9.1,1.3h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='1' y='7' width='47' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47.9,25.7c0-.5-.4-1-.9-1.3-.5-.4-1.2-.6-1.7-.5,0-.6,0-1.3,0-1.9,0-1.4,0-2.8-.4-4-.7-2-2.7-3.3-4.9-3.2l-2.6-5.2h0c-1-1.4-2.2-1.4-3.7-.9-2.8,1-5.7,2.1-8.5,3.2-1.7.7-3.5,1.4-5.3,2.1-.9-.1-1.8-.2-2.6-.4-.4,0-.5-.2-.7-.5-.8-1.3-1.5-3.1-2.2-4.5-.3-.6-.5-1.1-1.1-1.3-.9-.3-1.7,0-2.1.8-.9,1.5-1.6,3.5-2.5,5.1-.2.3-.3.4-.7.5-1.8.4-3.8.4-5.6.8-1.3.3-1.9,1.6-1.1,2.7,1,1.2,2.6,2.4,3.7,3.6.3.3.8.6.7,1.1l-1,5.7c-.1,1.4,1.1,2.3,2.5,1.7,1.3-.5,2.6-1.3,3.8-2v11.7s0,0,0,0c.2,1.1.7,2.1,1.5,2.9.8.8,1.9,1.3,3,1.4h25.1c1.4-.1,2.7-.9,3.6-2,1.1-1.5,1.1-3.4,1-5.2,0-.6,0-1.3,0-1.9,1.2,0,2.3-.6,2.6-1.8h0s0,0,0,0c0-.9,0-1.9,0-2.9,0-1.2.1-2.4,0-3.5h0ZM34.8,9.7c.6-.1,1,0,1.4.5l2.2,4.4h-14.5c-.2-.2-.4-.3-.7-.4,0,0-.1,0-.2,0l11.8-4.5ZM11.1,19h0s0,6.9,0,6.9c-1.4.7-2.8,1.7-4.2,2.3-.5.3-1.1,0-1.1-.6l1-5.8c0-.4,0-.8-.2-1.1-1.2-1.5-3.2-2.8-4.4-4.3-.3-.4-.2-1,.3-1.2,1.9-.4,3.9-.5,5.8-.9.6-.1,1-.4,1.3-.9.9-1.6,1.6-3.4,2.5-5,.1-.2.4-.4.6-.4.3,0,.6.2.7.4.9,1.6,1.6,3.5,2.5,5,.3.6.6.8,1.3.9.3,0,.6.1,1,.2-.1,0-.2,0-.3.1-1.7-.2-3.2.1-4.3.8-1.3.8-2.1,2-2.4,3.6h0ZM43.8,38.6c0,.6-.4,1.3-1.1,1.9-.7.6-1.6,1.1-2.3,1,0,0,0,0-.1,0h-24.2c-2.1-.1-3.4-1.5-3.6-3.4v-11.8s0-.9,0-.9v-6c.2-1.6,1.2-2.8,2.7-3.2.6,0,1.2,0,1.8,0,0,0,0,0,.1,0,.6,0,1.1,0,1.7,0,.1,0,.2,0,.3,0,.5,0,1,0,1.5,0,.2,0,.4,0,.6,0,.4,0,.9,0,1.3,0,2.7,0,5.5,0,8.2,0,1.9,0,3.9,0,5.9,0,1.2,0,2.4,0,3.6,0h0s0,0,.1,0c.7,0,1.5.4,2.3,1,.7.6,1.1,1.3,1.1,1.9v4.8h-6.8c-1,0-1.9.5-2.8,1.3-1,1-1.7,2.5-1.7,3.7,0,2.2,2.1,5,4.5,5h6.8v4.8h0ZM46.5,29c0,.9,0,1.8,0,2.6,0,.4-.4.8-.8.8-1.3,0-2.8,0-4.1,0-1.5,0-3,.1-4.4,0-.7,0-1.6-.6-2-1-1-1-1.3-2.4-.8-3.8.5-1.3,1.5-2.2,2.8-2.3.6,0,1.3,0,1.9,0s1.7,0,2.5,0c1.4,0,2.8.1,4.1,0,.5,0,.8.5.8.9,0,.9,0,1.8,0,2.8Z'/%3e%3cpath class='st1' d='M37.7,26.3c-.6,0-1.2.4-1.5.9-.3.4-.5,1-.5,1.6,0,1.6,1.1,2.4,2.1,2.5.2,0,.3,0,.5,0,1.3,0,1.9-.7,2.2-1.1.5-.9.5-2.1,0-2.9-.3-.5-1.1-1.3-2.6-1h0ZM39.2,29.4c-.2.3-.5.6-.9.6-.7,0-1.2-.5-1.2-1,0-.5.2-1.1,1-1.2.5,0,.8.2,1,.4.3.3.3.9.1,1.3h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-walletactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='1' y='7' width='47' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47.9,25.7c0-.5-.4-1-.9-1.3-.5-.4-1.2-.6-1.7-.5,0-.6,0-1.3,0-1.9,0-1.4,0-2.8-.4-4-.7-2-2.7-3.3-4.9-3.2l-2.6-5.2h0c-1-1.4-2.2-1.4-3.7-.9-2.8,1-5.7,2.1-8.5,3.2-1.7.7-3.5,1.4-5.3,2.1-.9-.1-1.8-.2-2.6-.4-.4,0-.5-.2-.7-.5-.8-1.3-1.5-3.1-2.2-4.5-.3-.6-.5-1.1-1.1-1.3-.9-.3-1.7,0-2.1.8-.9,1.5-1.6,3.5-2.5,5.1-.2.3-.3.4-.7.5-1.8.4-3.8.4-5.6.8-1.3.3-1.9,1.6-1.1,2.7,1,1.2,2.6,2.4,3.7,3.6.3.3.8.6.7,1.1l-1,5.7c-.1,1.4,1.1,2.3,2.5,1.7,1.3-.5,2.6-1.3,3.8-2v11.7s0,0,0,0c.2,1.1.7,2.1,1.5,2.9.8.8,1.9,1.3,3,1.4h25.1c1.4-.1,2.7-.9,3.6-2,1.1-1.5,1.1-3.4,1-5.2,0-.6,0-1.3,0-1.9,1.2,0,2.3-.6,2.6-1.8h0s0,0,0,0c0-.9,0-1.9,0-2.9,0-1.2.1-2.4,0-3.5h0ZM34.8,9.7c.6-.1,1,0,1.4.5l2.2,4.4h-14.5c-.2-.2-.4-.3-.7-.4,0,0-.1,0-.2,0l11.8-4.5ZM43.8,38.6c0,.6-.4,1.3-1.1,1.9-.7.6-1.6,1.1-2.3,1,0,0,0,0-.1,0h-24.2c-2.1-.1-3.4-1.5-3.6-3.4v-11.8s0-.9,0-.9v-6c.2-1.6,1.2-2.8,2.7-3.2.6,0,1.2,0,1.8,0,0,0,0,0,.1,0,.6,0,1.1,0,1.7,0,.1,0,.2,0,.3,0,.5,0,1,0,1.5,0,.2,0,.4,0,.6,0,.4,0,.9,0,1.3,0,2.7,0,5.5,0,8.2,0,1.9,0,3.9,0,5.9,0,1.2,0,2.4,0,3.6,0h0s0,0,.1,0c.7,0,1.5.4,2.3,1,.7.6,1.1,1.3,1.1,1.9v4.8h-6.8c-1,0-1.9.5-2.8,1.3-1,1-1.7,2.5-1.7,3.7,0,2.2,2.1,5,4.5,5h6.8v4.8h0ZM46.5,29c0,.9,0,1.8,0,2.6,0,.4-.4.8-.8.8-1.3,0-2.8,0-4.1,0-1.5,0-3,.1-4.4,0-.7,0-1.6-.6-2-1-1-1-1.3-2.4-.8-3.8.5-1.3,1.5-2.2,2.8-2.3.6,0,1.3,0,1.9,0s1.7,0,2.5,0c1.4,0,2.8.1,4.1,0,.5,0,.8.5.8.9,0,.9,0,1.8,0,2.8Z'/%3e%3cpath class='st1' d='M37.7,26.3c-.6,0-1.2.4-1.5.9-.3.4-.5,1-.5,1.6,0,1.6,1.1,2.4,2.1,2.5.2,0,.3,0,.5,0,1.3,0,1.9-.7,2.2-1.1.5-.9.5-2.1,0-2.9-.3-.5-1.1-1.3-2.6-1h0ZM39.2,29.4c-.2.3-.5.6-.9.6-.7,0-1.2-.5-1.2-1,0-.5.2-1.1,1-1.2.5,0,.8.2,1,.4.3.3.3.9.1,1.3h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='1' y='7' width='47' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47.9,25.7c0-.5-.4-1-.9-1.3-.5-.4-1.2-.6-1.7-.5,0-.6,0-1.3,0-1.9,0-1.4,0-2.8-.4-4-.7-2-2.7-3.3-4.9-3.2l-2.6-5.2h0c-1-1.4-2.2-1.4-3.7-.9-2.8,1-5.7,2.1-8.5,3.2-1.7.7-3.5,1.4-5.3,2.1-.9-.1-1.8-.2-2.6-.4-.4,0-.5-.2-.7-.5-.8-1.3-1.5-3.1-2.2-4.5-.3-.6-.5-1.1-1.1-1.3-.9-.3-1.7,0-2.1.8-.9,1.5-1.6,3.5-2.5,5.1-.2.3-.3.4-.7.5-1.8.4-3.8.4-5.6.8-1.3.3-1.9,1.6-1.1,2.7,1,1.2,2.6,2.4,3.7,3.6.3.3.8.6.7,1.1l-1,5.7c-.1,1.4,1.1,2.3,2.5,1.7,1.3-.5,2.6-1.3,3.8-2v11.7s0,0,0,0c.2,1.1.7,2.1,1.5,2.9.8.8,1.9,1.3,3,1.4h25.1c1.4-.1,2.7-.9,3.6-2,1.1-1.5,1.1-3.4,1-5.2,0-.6,0-1.3,0-1.9,1.2,0,2.3-.6,2.6-1.8h0s0,0,0,0c0-.9,0-1.9,0-2.9,0-1.2.1-2.4,0-3.5h0ZM34.8,9.7c.6-.1,1,0,1.4.5l2.2,4.4h-14.5c-.2-.2-.4-.3-.7-.4,0,0-.1,0-.2,0l11.8-4.5ZM43.8,38.6c0,.6-.4,1.3-1.1,1.9-.7.6-1.6,1.1-2.3,1,0,0,0,0-.1,0h-24.2c-2.1-.1-3.4-1.5-3.6-3.4v-11.8s0-.9,0-.9v-6c.2-1.6,1.2-2.8,2.7-3.2.6,0,1.2,0,1.8,0,0,0,0,0,.1,0,.6,0,1.1,0,1.7,0,.1,0,.2,0,.3,0,.5,0,1,0,1.5,0,.2,0,.4,0,.6,0,.4,0,.9,0,1.3,0,2.7,0,5.5,0,8.2,0,1.9,0,3.9,0,5.9,0,1.2,0,2.4,0,3.6,0h0s0,0,.1,0c.7,0,1.5.4,2.3,1,.7.6,1.1,1.3,1.1,1.9v4.8h-6.8c-1,0-1.9.5-2.8,1.3-1,1-1.7,2.5-1.7,3.7,0,2.2,2.1,5,4.5,5h6.8v4.8h0ZM46.5,29c0,.9,0,1.8,0,2.6,0,.4-.4.8-.8.8-1.3,0-2.8,0-4.1,0-1.5,0-3,.1-4.4,0-.7,0-1.6-.6-2-1-1-1-1.3-2.4-.8-3.8.5-1.3,1.5-2.2,2.8-2.3.6,0,1.3,0,1.9,0s1.7,0,2.5,0c1.4,0,2.8.1,4.1,0,.5,0,.8.5.8.9,0,.9,0,1.8,0,2.8Z'/%3e%3cpath class='st1' d='M37.7,26.3c-.6,0-1.2.4-1.5.9-.3.4-.5,1-.5,1.6,0,1.6,1.1,2.4,2.1,2.5.2,0,.3,0,.5,0,1.3,0,1.9-.7,2.2-1.1.5-.9.5-2.1,0-2.9-.3-.5-1.1-1.3-2.6-1h0ZM39.2,29.4c-.2.3-.5.6-.9.6-.7,0-1.2-.5-1.2-1,0-.5.2-1.1,1-1.2.5,0,.8.2,1,.4.3.3.3.9.1,1.3h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-livechat {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='3' y='7' width='43' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M46,15.1c0,0,0-.1,0-.2,0,0,0,0,0,0-.2-.7-.6-1.1-1.2-1.3,0,0,0,0,0,0-.9-.2-1.8-.3-2.7-.4-.8,0-1.7-.2-2.5-.4-.3,0-.3,0-.5-.3-.4-.7-.8-1.6-1.2-2.4-.2-.5-.5-1.1-.8-1.6,0,0,0,0,0-.1-.2-.5-.5-.9-1.1-1.1-.8-.3-1.7,0-2.1.8-.4.7-.8,1.5-1.2,2.3-.3.8-.7,1.6-1.1,2.2,0,.1-.1.2-.2.3-3.1-2.1-6.9-3.2-11-3.2s-9,1.5-12.3,4.2c-1.6,1.3-2.8,2.8-3.7,4.5-.9,1.7-1.4,3.6-1.4,5.5,0,4.1,2.3,8.1,6.3,10.9l.4.3v.5c-.2,2.7-1.3,4.6-2.3,5.9-.3.4-.3,1,0,1.4.2.3.6.5,1,.5s.3,0,.4,0c1.2-.4,2.5-.9,3.8-1.6.9-.4,1.7-.9,2.5-1.4.6-.4,1.2-.7,1.8-1,.2-.1.4-.2.5-.3,1-.6,1.7-.9,2.8-.9,4.6,0,9-1.5,12.3-4.2,1.6-1.3,2.8-2.8,3.7-4.5.6-1.1.9-2.2,1.2-3.3.1,0,.2.1.3.2.5.3,1,.6,1.6.8,0,0,.2,0,.3.1.4.2.8.4,1.3.4s.4,0,.7-.1c.5-.2.9-.7,1-1.3,0,0,0,0,0,0-.1-1.2-.3-2.5-.6-3.7-.1-.6-.2-1.3-.3-1.9,0-.3.2-.5.5-.7,0,0,0,0,.1-.1.3-.3.7-.7,1.2-1.1.8-.7,1.6-1.5,2.2-2.2.2-.2.4-.6.4-.8,0,0,0-.2,0-.3ZM20.3,36.5c-1.6,0-2.6.7-3.9,1.4-1.3.7-2.9,1.6-4.3,2.4-1.3.7-2.5,1.2-3.6,1.6,1.1-1.6,2.2-3.6,2.4-6.5v-1.1c0,0-.9-.7-.9-.7-3.6-2.5-5.8-6.1-5.8-9.9,0-6.9,6.9-12.9,16.1-12.9s6.7.9,9.3,2.4c.5.3,1,.6,1.5,1,3.3,2.4,5.3,5.9,5.3,9.6s0,.2,0,.2c0,.2,0,.4,0,.7h0c0,.1,0,.2,0,.3,0,0,0,0,0,0,0,.1,0,.2,0,.3-1,6.2-7.5,11.4-16,11.4h0ZM44.7,15.4l-3.8,3.6s0,0,0,0c-.3.3-.4.6-.5,1,0,0,0,0,0,0,.1,1.2.3,2.4.5,3.5.1.7.3,1.4.4,2,0,.1,0,.3-.3.4-.2,0-.4,0-.5,0-.7-.3-1.5-.7-2.2-1.1-.3-.1-.5-.3-.8-.4,0-.3,0-.6,0-.8,0-1.9-.5-3.7-1.4-5.5-.9-1.7-2.1-3.2-3.7-4.5,0,0-.2-.1-.2-.2,0-.1.2-.2.3-.4.4-.7.8-1.6,1.2-2.4.3-.7.7-1.5,1.1-2.2,0,0,0,0,0,0,0-.2.2-.3.4-.3.2,0,.4.1.5.3,0,0,0,0,0,0,.4.7.7,1.4,1.1,2.2.4.8.8,1.6,1.2,2.4.3.6.7.8,1.3.9.8.2,1.6.3,2.4.3.9,0,1.8.2,2.6.4.2,0,.4.2.5.3,0,.2,0,.3,0,.5h0Z'/%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='3' y='7' width='43' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M46,15.1c0,0,0-.1,0-.2,0,0,0,0,0,0-.2-.7-.6-1.1-1.2-1.3,0,0,0,0,0,0-.9-.2-1.8-.3-2.7-.4-.8,0-1.7-.2-2.5-.4-.3,0-.3,0-.5-.3-.4-.7-.8-1.6-1.2-2.4-.2-.5-.5-1.1-.8-1.6,0,0,0,0,0-.1-.2-.5-.5-.9-1.1-1.1-.8-.3-1.7,0-2.1.8-.4.7-.8,1.5-1.2,2.3-.3.8-.7,1.6-1.1,2.2,0,.1-.1.2-.2.3-3.1-2.1-6.9-3.2-11-3.2s-9,1.5-12.3,4.2c-1.6,1.3-2.8,2.8-3.7,4.5-.9,1.7-1.4,3.6-1.4,5.5,0,4.1,2.3,8.1,6.3,10.9l.4.3v.5c-.2,2.7-1.3,4.6-2.3,5.9-.3.4-.3,1,0,1.4.2.3.6.5,1,.5s.3,0,.4,0c1.2-.4,2.5-.9,3.8-1.6.9-.4,1.7-.9,2.5-1.4.6-.4,1.2-.7,1.8-1,.2-.1.4-.2.5-.3,1-.6,1.7-.9,2.8-.9,4.6,0,9-1.5,12.3-4.2,1.6-1.3,2.8-2.8,3.7-4.5.6-1.1.9-2.2,1.2-3.3.1,0,.2.1.3.2.5.3,1,.6,1.6.8,0,0,.2,0,.3.1.4.2.8.4,1.3.4s.4,0,.7-.1c.5-.2.9-.7,1-1.3,0,0,0,0,0,0-.1-1.2-.3-2.5-.6-3.7-.1-.6-.2-1.3-.3-1.9,0-.3.2-.5.5-.7,0,0,0,0,.1-.1.3-.3.7-.7,1.2-1.1.8-.7,1.6-1.5,2.2-2.2.2-.2.4-.6.4-.8,0,0,0-.2,0-.3ZM20.3,36.5c-1.6,0-2.6.7-3.9,1.4-1.3.7-2.9,1.6-4.3,2.4-1.3.7-2.5,1.2-3.6,1.6,1.1-1.6,2.2-3.6,2.4-6.5v-1.1c0,0-.9-.7-.9-.7-3.6-2.5-5.8-6.1-5.8-9.9,0-6.9,6.9-12.9,16.1-12.9s6.7.9,9.3,2.4c.5.3,1,.6,1.5,1,3.3,2.4,5.3,5.9,5.3,9.6s0,.2,0,.2c0,.2,0,.4,0,.7h0c0,.1,0,.2,0,.3,0,0,0,0,0,0,0,.1,0,.2,0,.3-1,6.2-7.5,11.4-16,11.4h0ZM44.7,15.4l-3.8,3.6s0,0,0,0c-.3.3-.4.6-.5,1,0,0,0,0,0,0,.1,1.2.3,2.4.5,3.5.1.7.3,1.4.4,2,0,.1,0,.3-.3.4-.2,0-.4,0-.5,0-.7-.3-1.5-.7-2.2-1.1-.3-.1-.5-.3-.8-.4,0-.3,0-.6,0-.8,0-1.9-.5-3.7-1.4-5.5-.9-1.7-2.1-3.2-3.7-4.5,0,0-.2-.1-.2-.2,0-.1.2-.2.3-.4.4-.7.8-1.6,1.2-2.4.3-.7.7-1.5,1.1-2.2,0,0,0,0,0,0,0-.2.2-.3.4-.3.2,0,.4.1.5.3,0,0,0,0,0,0,.4.7.7,1.4,1.1,2.2.4.8.8,1.6,1.2,2.4.3.6.7.8,1.3.9.8.2,1.6.3,2.4.3.9,0,1.8.2,2.6.4.2,0,.4.2.5.3,0,.2,0,.3,0,.5h0Z'/%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-livechatactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='3' y='7' width='43' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M46,15.1c0,0,0-.1,0-.2,0,0,0,0,0,0-.2-.7-.6-1.1-1.2-1.3,0,0,0,0,0,0-.9-.2-1.8-.3-2.7-.4-.8,0-1.7-.2-2.5-.4-.3,0-.3,0-.5-.3-.4-.7-.8-1.6-1.2-2.4-.2-.5-.5-1.1-.8-1.6,0,0,0,0,0-.1-.2-.5-.5-.9-1.1-1.1-.8-.3-1.7,0-2.1.8-.4.7-.8,1.5-1.2,2.3-.3.8-.7,1.6-1.1,2.2,0,.1-.1.2-.2.3-3.1-2.1-6.9-3.2-11-3.2s-9,1.5-12.3,4.2c-1.6,1.3-2.8,2.8-3.7,4.5-.9,1.7-1.4,3.6-1.4,5.5,0,4.1,2.3,8.1,6.3,10.9l.4.3v.5c-.2,2.7-1.3,4.6-2.3,5.9-.3.4-.3,1,0,1.4.2.3.6.5,1,.5s.3,0,.4,0c1.2-.4,2.5-.9,3.8-1.6.9-.4,1.7-.9,2.5-1.4.6-.4,1.2-.7,1.8-1,.2-.1.4-.2.5-.3,1-.6,1.7-.9,2.8-.9,4.6,0,9-1.5,12.3-4.2,1.6-1.3,2.8-2.8,3.7-4.5.6-1.1.9-2.2,1.2-3.3.1,0,.2.1.3.2.5.3,1,.6,1.6.8,0,0,.2,0,.3.1.4.2.8.4,1.3.4s.4,0,.7-.1c.5-.2.9-.7,1-1.3,0,0,0,0,0,0-.1-1.2-.3-2.5-.6-3.7-.1-.6-.2-1.3-.3-1.9,0-.3.2-.5.5-.7,0,0,0,0,.1-.1.3-.3.7-.7,1.2-1.1.8-.7,1.6-1.5,2.2-2.2.2-.2.4-.6.4-.8,0,0,0-.2,0-.3ZM20.3,36.5c-1.6,0-2.6.7-3.9,1.4-1.3.7-2.9,1.6-4.3,2.4-1.3.7-2.5,1.2-3.6,1.6,1.1-1.6,2.2-3.6,2.4-6.5v-1.1c0,0-.9-.7-.9-.7-3.6-2.5-5.8-6.1-5.8-9.9,0-6.9,6.9-12.9,16.1-12.9s6.7.9,9.3,2.4c.5.3,1,.6,1.5,1,3.3,2.4,5.3,5.9,5.3,9.6s0,.2,0,.2c0,.2,0,.4,0,.7h0c0,.1,0,.2,0,.3,0,0,0,0,0,0,0,.1,0,.2,0,.3-1,6.2-7.5,11.4-16,11.4h0Z'/%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='3' y='7' width='43' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M46,15.1c0,0,0-.1,0-.2,0,0,0,0,0,0-.2-.7-.6-1.1-1.2-1.3,0,0,0,0,0,0-.9-.2-1.8-.3-2.7-.4-.8,0-1.7-.2-2.5-.4-.3,0-.3,0-.5-.3-.4-.7-.8-1.6-1.2-2.4-.2-.5-.5-1.1-.8-1.6,0,0,0,0,0-.1-.2-.5-.5-.9-1.1-1.1-.8-.3-1.7,0-2.1.8-.4.7-.8,1.5-1.2,2.3-.3.8-.7,1.6-1.1,2.2,0,.1-.1.2-.2.3-3.1-2.1-6.9-3.2-11-3.2s-9,1.5-12.3,4.2c-1.6,1.3-2.8,2.8-3.7,4.5-.9,1.7-1.4,3.6-1.4,5.5,0,4.1,2.3,8.1,6.3,10.9l.4.3v.5c-.2,2.7-1.3,4.6-2.3,5.9-.3.4-.3,1,0,1.4.2.3.6.5,1,.5s.3,0,.4,0c1.2-.4,2.5-.9,3.8-1.6.9-.4,1.7-.9,2.5-1.4.6-.4,1.2-.7,1.8-1,.2-.1.4-.2.5-.3,1-.6,1.7-.9,2.8-.9,4.6,0,9-1.5,12.3-4.2,1.6-1.3,2.8-2.8,3.7-4.5.6-1.1.9-2.2,1.2-3.3.1,0,.2.1.3.2.5.3,1,.6,1.6.8,0,0,.2,0,.3.1.4.2.8.4,1.3.4s.4,0,.7-.1c.5-.2.9-.7,1-1.3,0,0,0,0,0,0-.1-1.2-.3-2.5-.6-3.7-.1-.6-.2-1.3-.3-1.9,0-.3.2-.5.5-.7,0,0,0,0,.1-.1.3-.3.7-.7,1.2-1.1.8-.7,1.6-1.5,2.2-2.2.2-.2.4-.6.4-.8,0,0,0-.2,0-.3ZM20.3,36.5c-1.6,0-2.6.7-3.9,1.4-1.3.7-2.9,1.6-4.3,2.4-1.3.7-2.5,1.2-3.6,1.6,1.1-1.6,2.2-3.6,2.4-6.5v-1.1c0,0-.9-.7-.9-.7-3.6-2.5-5.8-6.1-5.8-9.9,0-6.9,6.9-12.9,16.1-12.9s6.7.9,9.3,2.4c.5.3,1,.6,1.5,1,3.3,2.4,5.3,5.9,5.3,9.6s0,.2,0,.2c0,.2,0,.4,0,.7h0c0,.1,0,.2,0,.3,0,0,0,0,0,0,0,.1,0,.2,0,.3-1,6.2-7.5,11.4-16,11.4h0Z'/%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-xclose {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 512'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cpath d='M41.1,0L2.7,38.4l215,217.6L.1,473.6l38.4,38.4,217.6-217.6,217.6,217.6,38.4-38.4-217.6-217.6,217.6-217.6L473.7,0l-215,217.6L41.1,0Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 512'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cpath d='M41.1,0L2.7,38.4l215,217.6L.1,473.6l38.4,38.4,217.6-217.6,217.6,217.6,38.4-38.4-217.6-217.6,217.6-217.6L473.7,0l-215,217.6L41.1,0Z'/%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-xbell {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_372_422)'%3e%3cpath d='M9.8201 20C9.73555 20 9.67213 20 9.59815 19.99C9.28109 19.96 8.78436 19.7799 8.77379 19.7699C7.81204 19.4197 7.06166 18.5993 6.78687 17.6488H3.5317H3.49999C2.47483 17.5388 1.59762 16.9085 1.20658 15.998C0.815536 15.0775 0.984635 14.077 1.6716 13.3067C1.86184 13.0965 2.09435 12.8864 2.32686 12.6863C2.58051 12.4662 2.84473 12.2261 3.00326 12.026C3.0244 12.006 3.03497 11.976 3.04554 11.936C3.08781 11.3457 3.07724 10.7454 3.05611 10.1151C3.0244 8.94447 3.00326 7.74387 3.34146 6.6033C3.94388 4.6023 5.5609 2.96148 7.61123 2.25113C7.63237 1.33067 8.20308 0.510255 9.10142 0.16008C9.11199 0.16008 9.46076 0.02001 9.66157 0H9.69327H10.3274H10.3802C11.5639 0.24012 12.3672 1.16058 12.3989 2.25113C13.3395 2.58129 14.2061 3.11156 14.9354 3.8019C15.7597 4.5923 16.3621 5.56278 16.6686 6.6033C17.0068 7.74387 16.9857 8.95448 16.954 10.1151C16.9434 10.7454 16.9223 11.3457 16.9646 11.936C16.9751 11.976 16.9963 11.996 17.0068 12.026C17.1654 12.2361 17.4296 12.4662 17.6832 12.6863C17.9157 12.8864 18.1483 13.0965 18.3385 13.3067C19.0149 14.077 19.184 15.0775 18.793 15.998C18.4019 16.9185 17.5458 17.5288 16.4995 17.6388H16.4678H13.2127C12.9379 18.5793 12.1875 19.3997 11.2257 19.7599C11.0566 19.8199 10.8875 19.8599 10.7184 19.8999C10.6339 19.92 10.5599 19.94 10.4965 19.96L10.4014 19.99H10.3063C10.3063 19.99 10.2534 19.99 10.2217 19.99C10.1689 19.99 10.1055 19.99 10.0315 19.99C9.95749 19.99 9.88351 19.99 9.79896 19.99L9.8201 20ZM16.2353 15.3677C16.4256 15.3577 16.5101 15.2076 16.5418 15.1676C16.5735 15.0975 16.6158 14.9675 16.5101 14.8374C16.2776 14.5373 16.0134 14.3072 15.7597 14.087C15.1784 13.5768 14.5655 13.0565 14.4915 11.8359C14.4598 11.2756 14.4809 10.6853 14.4915 10.1051C14.5338 8.92446 14.576 7.71386 14.1427 6.75338C13.4452 5.1926 11.7859 4.15208 9.99977 4.15208C9.90465 4.15208 9.80953 4.15208 9.71441 4.15208C7.92829 4.26213 6.34298 5.4027 5.7617 6.98349C5.43407 7.86393 5.47635 8.9945 5.51862 10.085C5.53976 10.6653 5.5609 11.2656 5.51862 11.8259C5.44464 12.9765 4.94791 13.4267 4.3772 13.957C4.23981 14.077 4.11298 14.2071 3.96502 14.3572C3.93331 14.3872 3.90161 14.4172 3.8699 14.4472C3.76421 14.5473 3.49999 14.8174 3.44715 14.9275C3.42601 15.0375 3.44715 15.1476 3.52113 15.2276C3.56341 15.2776 3.64796 15.3477 3.78535 15.3577H16.2353V15.3677Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_372_422'%3e%3crect width='20' height='20' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_372_422)'%3e%3cpath d='M9.8201 20C9.73555 20 9.67213 20 9.59815 19.99C9.28109 19.96 8.78436 19.7799 8.77379 19.7699C7.81204 19.4197 7.06166 18.5993 6.78687 17.6488H3.5317H3.49999C2.47483 17.5388 1.59762 16.9085 1.20658 15.998C0.815536 15.0775 0.984635 14.077 1.6716 13.3067C1.86184 13.0965 2.09435 12.8864 2.32686 12.6863C2.58051 12.4662 2.84473 12.2261 3.00326 12.026C3.0244 12.006 3.03497 11.976 3.04554 11.936C3.08781 11.3457 3.07724 10.7454 3.05611 10.1151C3.0244 8.94447 3.00326 7.74387 3.34146 6.6033C3.94388 4.6023 5.5609 2.96148 7.61123 2.25113C7.63237 1.33067 8.20308 0.510255 9.10142 0.16008C9.11199 0.16008 9.46076 0.02001 9.66157 0H9.69327H10.3274H10.3802C11.5639 0.24012 12.3672 1.16058 12.3989 2.25113C13.3395 2.58129 14.2061 3.11156 14.9354 3.8019C15.7597 4.5923 16.3621 5.56278 16.6686 6.6033C17.0068 7.74387 16.9857 8.95448 16.954 10.1151C16.9434 10.7454 16.9223 11.3457 16.9646 11.936C16.9751 11.976 16.9963 11.996 17.0068 12.026C17.1654 12.2361 17.4296 12.4662 17.6832 12.6863C17.9157 12.8864 18.1483 13.0965 18.3385 13.3067C19.0149 14.077 19.184 15.0775 18.793 15.998C18.4019 16.9185 17.5458 17.5288 16.4995 17.6388H16.4678H13.2127C12.9379 18.5793 12.1875 19.3997 11.2257 19.7599C11.0566 19.8199 10.8875 19.8599 10.7184 19.8999C10.6339 19.92 10.5599 19.94 10.4965 19.96L10.4014 19.99H10.3063C10.3063 19.99 10.2534 19.99 10.2217 19.99C10.1689 19.99 10.1055 19.99 10.0315 19.99C9.95749 19.99 9.88351 19.99 9.79896 19.99L9.8201 20ZM16.2353 15.3677C16.4256 15.3577 16.5101 15.2076 16.5418 15.1676C16.5735 15.0975 16.6158 14.9675 16.5101 14.8374C16.2776 14.5373 16.0134 14.3072 15.7597 14.087C15.1784 13.5768 14.5655 13.0565 14.4915 11.8359C14.4598 11.2756 14.4809 10.6853 14.4915 10.1051C14.5338 8.92446 14.576 7.71386 14.1427 6.75338C13.4452 5.1926 11.7859 4.15208 9.99977 4.15208C9.90465 4.15208 9.80953 4.15208 9.71441 4.15208C7.92829 4.26213 6.34298 5.4027 5.7617 6.98349C5.43407 7.86393 5.47635 8.9945 5.51862 10.085C5.53976 10.6653 5.5609 11.2656 5.51862 11.8259C5.44464 12.9765 4.94791 13.4267 4.3772 13.957C4.23981 14.077 4.11298 14.2071 3.96502 14.3572C3.93331 14.3872 3.90161 14.4172 3.8699 14.4472C3.76421 14.5473 3.49999 14.8174 3.44715 14.9275C3.42601 15.0375 3.44715 15.1476 3.52113 15.2276C3.56341 15.2776 3.64796 15.3477 3.78535 15.3577H16.2353V15.3677Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_372_422'%3e%3crect width='20' height='20' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-gamewallet {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 20 20'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' width='20' height='20'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st1'%3e%3cpath d='M4.2,5.7c-.4,1.3-.3,3.1,1.3,4.4,1.1.9,2.2.9,3.5.8.6,0,1.2,0,1.8,0,1.1,0,2.2.8,2.3,2.1,0,1-.6,1.9-1.6,2.1-1.1.2-2.4.1-3.7,0-1,0-2.1-.1-2.9,0-.6,0-.8.5-.8.9,0,.4.3.9.9,1,.5,0,1,0,1.5,0,.5,0,1.1,0,1.6,0h.6v2.4c0,.2.4.4.6.5.4.1.7,0,.9,0,.3-.3.5-1.1.4-2.2v-.7c0,0,.6,0,.6,0,2.1,0,3.3-1.4,3.8-2.7.4-1.3.3-3.1-1.3-4.4-1.1-.9-2.2-.9-3.5-.8-.6,0-1.2,0-1.8,0-1.1,0-2.2-.8-2.3-2.1,0-1,.6-1.9,1.6-2.1,1.1-.2,2.4-.1,3.7,0,1,0,2.1.1,2.9,0,.6,0,.8-.5.8-.9,0-.4-.3-.9-.9-1-.5,0-1,0-1.5,0-.5,0-1.1,0-1.6,0h-.6V.6c0-.2-.4-.4-.5-.5-.6-.2-.8,0-.9,0-.4.3-.5,1.2-.4,2.2v.7c0,0-.6,0-.6,0-1.7,0-3.2,1.1-3.8,2.7h0Z'/%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 20 20'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' width='20' height='20'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st1'%3e%3cpath d='M4.2,5.7c-.4,1.3-.3,3.1,1.3,4.4,1.1.9,2.2.9,3.5.8.6,0,1.2,0,1.8,0,1.1,0,2.2.8,2.3,2.1,0,1-.6,1.9-1.6,2.1-1.1.2-2.4.1-3.7,0-1,0-2.1-.1-2.9,0-.6,0-.8.5-.8.9,0,.4.3.9.9,1,.5,0,1,0,1.5,0,.5,0,1.1,0,1.6,0h.6v2.4c0,.2.4.4.6.5.4.1.7,0,.9,0,.3-.3.5-1.1.4-2.2v-.7c0,0,.6,0,.6,0,2.1,0,3.3-1.4,3.8-2.7.4-1.3.3-3.1-1.3-4.4-1.1-.9-2.2-.9-3.5-.8-.6,0-1.2,0-1.8,0-1.1,0-2.2-.8-2.3-2.1,0-1,.6-1.9,1.6-2.1,1.1-.2,2.4-.1,3.7,0,1,0,2.1.1,2.9,0,.6,0,.8-.5.8-.9,0-.4-.3-.9-.9-1-.5,0-1,0-1.5,0-.5,0-1.1,0-1.6,0h-.6V.6c0-.2-.4-.4-.5-.5-.6-.2-.8,0-.9,0-.4.3-.5,1.2-.4,2.2v.7c0,0-.6,0-.6,0-1.7,0-3.2,1.1-3.8,2.7h0Z'/%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-refresh {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 20 20'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' width='20' height='20'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st1'%3e%3cpath d='M15.9,0c.8.3.8.9,1,1.7.2.9.5,2.4.5,3.3,0,.6-.3,1-.9,1.2-1.3.3-2.8.4-4,.7-1.3,0-1.7-1.7-.5-2.2l1.6-.3c-4.4-2.4-9.9.2-10.8,5-1.3,7.9,9.3,11.7,13.4,5,.6-1.1.7-1.7,1-2.8.4-1.1,2-1,2.2.1.1,1-.7,3-1.3,3.9-3.7,6-12.6,6-16.3,0C-2.3,8.7,3.4.2,11.4,1.2c1.1.1,2.3.6,3.3,1.1-.1-.9-.4-1.9.7-2.3h.5Z'/%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 20 20'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' width='20' height='20'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st1'%3e%3cpath d='M15.9,0c.8.3.8.9,1,1.7.2.9.5,2.4.5,3.3,0,.6-.3,1-.9,1.2-1.3.3-2.8.4-4,.7-1.3,0-1.7-1.7-.5-2.2l1.6-.3c-4.4-2.4-9.9.2-10.8,5-1.3,7.9,9.3,11.7,13.4,5,.6-1.1.7-1.7,1-2.8.4-1.1,2-1,2.2.1.1,1-.7,3-1.3,3.9-3.7,6-12.6,6-16.3,0C-2.3,8.7,3.4.2,11.4,1.2c1.1.1,2.3.6,3.3,1.1-.1-.9-.4-1.9.7-2.3h.5Z'/%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-more {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 20 20'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' width='20' height='20'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st1'%3e%3cg%3e%3cpath d='M2.7,12.7c-.8,0-1.4-.3-1.9-.8-.5-.5-.8-1.1-.8-1.9s.3-1.4.8-1.9c.5-.5,1.2-.8,1.9-.8s1.4.3,1.9.8c.5.5.8,1.1.8,1.9s-.3,1.4-.8,1.9c-.5.5-1.1.8-1.9.8Z'/%3e%3cpath d='M10,12.7c-.8,0-1.4-.3-1.9-.8-.5-.5-.8-1.1-.8-1.9s.3-1.4.8-1.9c.5-.5,1.2-.8,1.9-.8s1.4.3,1.9.8c.5.5.8,1.1.8,1.9s-.3,1.4-.8,1.9c-.5.5-1.1.8-1.9.8Z'/%3e%3cpath d='M17.3,12.7c-.8,0-1.4-.3-1.9-.8-.5-.5-.8-1.1-.8-1.9s.3-1.4.8-1.9c.5-.5,1.2-.8,1.9-.8s1.4.3,1.9.8c.5.5.8,1.1.8,1.9s-.3,1.4-.8,1.9c-.5.5-1.1.8-1.9.8Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 20 20'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' width='20' height='20'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st1'%3e%3cg%3e%3cpath d='M2.7,12.7c-.8,0-1.4-.3-1.9-.8-.5-.5-.8-1.1-.8-1.9s.3-1.4.8-1.9c.5-.5,1.2-.8,1.9-.8s1.4.3,1.9.8c.5.5.8,1.1.8,1.9s-.3,1.4-.8,1.9c-.5.5-1.1.8-1.9.8Z'/%3e%3cpath d='M10,12.7c-.8,0-1.4-.3-1.9-.8-.5-.5-.8-1.1-.8-1.9s.3-1.4.8-1.9c.5-.5,1.2-.8,1.9-.8s1.4.3,1.9.8c.5.5.8,1.1.8,1.9s-.3,1.4-.8,1.9c-.5.5-1.1.8-1.9.8Z'/%3e%3cpath d='M17.3,12.7c-.8,0-1.4-.3-1.9-.8-.5-.5-.8-1.1-.8-1.9s.3-1.4.8-1.9c.5-.5,1.2-.8,1.9-.8s1.4.3,1.9.8c.5.5.8,1.1.8,1.9s-.3,1.4-.8,1.9c-.5.5-1.1.8-1.9.8Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-info {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 20 20'%3e%3c!-- Generator: Adobe Illustrator 29.6.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 207) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='5' y='0' width='10' height='20'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M10,6c.8,0,1.4.8,1.4,1.7v9h2.2c.8,0,1.4.8,1.4,1.7,0,.9-.6,1.7-1.4,1.7h-7.2c-.8,0-1.4-.8-1.4-1.7,0-.9.6-1.7,1.4-1.7h2.2v-7.3h-2.2c-.8,0-1.4-.8-1.4-1.7,0-.9.6-1.7,1.4-1.7h3.6ZM9.1,0c1,0,1.9.9,1.9,2s-.8,2-1.9,2h-1.2c-1,0-1.9-.9-1.9-2S6.9,0,7.9,0h1.2Z'/%3e%3c/g%3e%3crect class='st0' x='0' y='0' width='20' height='20'/%3e%3cmetadata%3e%3c?xpacket begin=' ' id='W5M0MpCehiHzreSzNTczkc9d'?%3e%3cx:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='Adobe XMP Core 9.1-c003 1.000000, 0000/00/00-00:00:00 '%3e%3crdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%3e%3crdf:Description rdf:about='' xmlns:xmp='http://ns.adobe.com/xap/1.0/' xmlns:xmpGImg='http://ns.adobe.com/xap/1.0/g/img/' xmlns:xmpTPg='http://ns.adobe.com/xap/1.0/t/pg/' xmlns:stDim='http://ns.adobe.com/xap/1.0/sType/Dimensions%23' xmlns:xmpG='http://ns.adobe.com/xap/1.0/g/' xmlns:illustrator='http://ns.adobe.com/illustrator/1.0/' xmlns:dc='http://purl.org/dc/elements/1.1/'%3e%3cxmp:CreatorTool%3eAdobe Illustrator 29.6 (Macintosh)%3c/xmp:CreatorTool%3e%3cxmp:CreateDate%3e2025-06-24T11:28:45+08:00%3c/xmp:CreateDate%3e%3cxmp:Thumbnails%3e%3crdf:Alt%3e%3crdf:li rdf:parseType='Resource'%3e%3cxmpGImg:width%3e256%3c/xmpGImg:width%3e%3cxmpGImg:height%3e256%3c/xmpGImg:height%3e%3cxmpGImg:format%3eJPEG%3c/xmpGImg:format%3e%3cxmpGImg:image%3e/9j/4AAQSkZJRgABAgEAAAAAAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAAAAAAAAEA&%23xA;AQAAAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK&%23xA;DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f&%23xA;Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAEAAwER&%23xA;AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA&%23xA;AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB&%23xA;UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE&%23xA;1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ&%23xA;qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy&%23xA;obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp&%23xA;0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo&%23xA;+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//2Q==%3c/xmpGImg:image%3e%3c/rdf:li%3e%3c/rdf:Alt%3e%3c/xmp:Thumbnails%3e%3cxmpTPg:MaxPageSize rdf:parseType='Resource'%3e%3cstDim:w%3e20.000000%3c/stDim:w%3e%3cstDim:h%3e20.000000%3c/stDim:h%3e%3cstDim:unit%3ePixels%3c/stDim:unit%3e%3c/xmpTPg:MaxPageSize%3e%3cxmpTPg:NPages%3e1%3c/xmpTPg:NPages%3e%3cxmpTPg:HasVisibleTransparency%3eFalse%3c/xmpTPg:HasVisibleTransparency%3e%3cxmpTPg:HasVisibleOverprint%3eFalse%3c/xmpTPg:HasVisibleOverprint%3e%3cxmpTPg:SwatchGroups%3e%3crdf:Seq%3e%3crdf:li rdf:parseType='Resource'%3e%3cxmpG:groupName%3eDefault Swatch Group%3c/xmpG:groupName%3e%3cxmpG:groupType%3e0%3c/xmpG:groupType%3e%3c/rdf:li%3e%3c/rdf:Seq%3e%3c/xmpTPg:SwatchGroups%3e%3cillustrator:IsFileSavedViaInstantSave%3eFalse%3c/illustrator:IsFileSavedViaInstantSave%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3c/rdf:Description%3e%3c/rdf:RDF%3e%3c/x:xmpmeta%3e%3c?xpacket end='w'?%3e%3c/metadata%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 20 20'%3e%3c!-- Generator: Adobe Illustrator 29.6.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 207) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='5' y='0' width='10' height='20'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M10,6c.8,0,1.4.8,1.4,1.7v9h2.2c.8,0,1.4.8,1.4,1.7,0,.9-.6,1.7-1.4,1.7h-7.2c-.8,0-1.4-.8-1.4-1.7,0-.9.6-1.7,1.4-1.7h2.2v-7.3h-2.2c-.8,0-1.4-.8-1.4-1.7,0-.9.6-1.7,1.4-1.7h3.6ZM9.1,0c1,0,1.9.9,1.9,2s-.8,2-1.9,2h-1.2c-1,0-1.9-.9-1.9-2S6.9,0,7.9,0h1.2Z'/%3e%3c/g%3e%3crect class='st0' x='0' y='0' width='20' height='20'/%3e%3cmetadata%3e%3c?xpacket begin=' ' id='W5M0MpCehiHzreSzNTczkc9d'?%3e%3cx:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='Adobe XMP Core 9.1-c003 1.000000, 0000/00/00-00:00:00 '%3e%3crdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%3e%3crdf:Description rdf:about='' xmlns:xmp='http://ns.adobe.com/xap/1.0/' xmlns:xmpGImg='http://ns.adobe.com/xap/1.0/g/img/' xmlns:xmpTPg='http://ns.adobe.com/xap/1.0/t/pg/' xmlns:stDim='http://ns.adobe.com/xap/1.0/sType/Dimensions%23' xmlns:xmpG='http://ns.adobe.com/xap/1.0/g/' xmlns:illustrator='http://ns.adobe.com/illustrator/1.0/' xmlns:dc='http://purl.org/dc/elements/1.1/'%3e%3cxmp:CreatorTool%3eAdobe Illustrator 29.6 (Macintosh)%3c/xmp:CreatorTool%3e%3cxmp:CreateDate%3e2025-06-24T11:28:45+08:00%3c/xmp:CreateDate%3e%3cxmp:Thumbnails%3e%3crdf:Alt%3e%3crdf:li rdf:parseType='Resource'%3e%3cxmpGImg:width%3e256%3c/xmpGImg:width%3e%3cxmpGImg:height%3e256%3c/xmpGImg:height%3e%3cxmpGImg:format%3eJPEG%3c/xmpGImg:format%3e%3cxmpGImg:image%3e/9j/4AAQSkZJRgABAgEAAAAAAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAAAAAAAAEA&%23xA;AQAAAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK&%23xA;DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f&%23xA;Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAEAAwER&%23xA;AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA&%23xA;AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB&%23xA;UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE&%23xA;1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ&%23xA;qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy&%23xA;obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp&%23xA;0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo&%23xA;+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//2Q==%3c/xmpGImg:image%3e%3c/rdf:li%3e%3c/rdf:Alt%3e%3c/xmp:Thumbnails%3e%3cxmpTPg:MaxPageSize rdf:parseType='Resource'%3e%3cstDim:w%3e20.000000%3c/stDim:w%3e%3cstDim:h%3e20.000000%3c/stDim:h%3e%3cstDim:unit%3ePixels%3c/stDim:unit%3e%3c/xmpTPg:MaxPageSize%3e%3cxmpTPg:NPages%3e1%3c/xmpTPg:NPages%3e%3cxmpTPg:HasVisibleTransparency%3eFalse%3c/xmpTPg:HasVisibleTransparency%3e%3cxmpTPg:HasVisibleOverprint%3eFalse%3c/xmpTPg:HasVisibleOverprint%3e%3cxmpTPg:SwatchGroups%3e%3crdf:Seq%3e%3crdf:li rdf:parseType='Resource'%3e%3cxmpG:groupName%3eDefault Swatch Group%3c/xmpG:groupName%3e%3cxmpG:groupType%3e0%3c/xmpG:groupType%3e%3c/rdf:li%3e%3c/rdf:Seq%3e%3c/xmpTPg:SwatchGroups%3e%3cillustrator:IsFileSavedViaInstantSave%3eFalse%3c/illustrator:IsFileSavedViaInstantSave%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3c/rdf:Description%3e%3c/rdf:RDF%3e%3c/x:xmpmeta%3e%3c?xpacket end='w'?%3e%3c/metadata%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-down {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='13' viewBox='0 0 21 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.7269 0.133331L10.2405 9.37796L18.7541 0.13333L20.2405 1.74739L10.9837 11.799C10.5732 12.2448 9.90773 12.2448 9.49727 11.799L0.240478 1.74739L1.7269 0.133331Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='13' viewBox='0 0 21 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.7269 0.133331L10.2405 9.37796L18.7541 0.13333L20.2405 1.74739L10.9837 11.799C10.5732 12.2448 9.90773 12.2448 9.49727 11.799L0.240478 1.74739L1.7269 0.133331Z' fill='white'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-up {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='13' viewBox='0 0 21 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.8207 12.1333L10.3071 2.8887L1.79357 12.1333L0.307144 10.5193L9.56393 0.467613C9.9744 0.0219033 10.6399 0.0219033 11.0504 0.467614L20.3071 10.5193L18.8207 12.1333Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='13' viewBox='0 0 21 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.8207 12.1333L10.3071 2.8887L1.79357 12.1333L0.307144 10.5193L9.56393 0.467613C9.9744 0.0219033 10.6399 0.0219033 11.0504 0.467614L20.3071 10.5193L18.8207 12.1333Z' fill='white'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-xbellalert {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_372_423)'%3e%3cg clip-path='url(%23clip1_372_423)'%3e%3cpath d='M10.4236 20L10.5134 19.9698C10.5732 19.9497 10.653 19.9296 10.7329 19.9095C10.9025 19.8693 11.0721 19.8291 11.2417 19.7688C12.1995 19.407 12.9477 18.5829 13.2271 17.6382H16.5095C17.557 17.5276 18.4051 16.9146 18.7942 15.99C19.1833 15.0653 19.0137 14.0603 18.3452 13.2864C18.1556 13.0754 17.9262 12.8643 17.6867 12.6633C17.587 12.5729 17.4872 12.4824 17.3874 12.402C16.5893 12.7437 15.7113 12.9347 14.8034 12.9749C15.0528 13.4472 15.412 13.7688 15.7612 14.0704C16.0106 14.2915 16.28 14.5226 16.5095 14.8241C16.6192 14.9548 16.5693 15.0854 16.5394 15.1558C16.5095 15.196 16.4197 15.3467 16.2301 15.3568L3.80891 15.3467C3.66924 15.3367 3.58942 15.2663 3.54951 15.2161C3.47968 15.1357 3.44975 15.0251 3.47968 14.9146C3.52956 14.804 3.79894 14.5327 3.8987 14.4322C3.92864 14.402 3.95857 14.3719 3.9885 14.3417C4.13815 14.191 4.25787 14.0603 4.39755 13.9397C4.96623 13.407 5.46507 12.9548 5.53491 11.799C5.57482 11.2362 5.55486 10.6332 5.53491 10.0503C5.495 8.95477 5.4551 7.8191 5.77435 6.93467C6.02378 6.25126 6.46276 5.64824 7.01149 5.17588C7.08132 3.14573 7.94931 1.31658 9.30616 0C9.19642 0.040201 9.10663 0.0703517 9.09665 0.0703517C8.19873 0.422111 7.63005 1.24623 7.6101 2.17085C5.56484 2.88442 3.94859 4.53266 3.34998 6.54271C3.01076 7.68844 3.03072 8.89447 3.06065 10.0704C3.0806 10.7035 3.09058 11.3065 3.05067 11.8995C3.04069 11.9397 3.03072 11.9698 3.01076 11.99C2.85113 12.191 2.59174 12.4322 2.33234 12.6533C2.10287 12.8543 1.86342 13.0653 1.67386 13.2764C0.98546 14.0503 0.815854 15.0553 1.20495 15.9799C1.59405 16.8945 2.47201 17.5276 3.48965 17.6382H6.77204C7.04142 18.593 7.78968 19.4171 8.75744 19.7688C8.76741 19.7688 9.26626 19.9598 9.57554 19.99C9.64538 19.99 9.71522 19.99 9.79503 19.99H9.77508H10.3737L10.4236 20Z' fill='white'/%3e%3cpath d='M9 5.5C9 8.54 11.46 11 14.5 11C17.54 11 19.99 8.55 20 5.52V5.48C19.99 2.45 17.53 0 14.5 0C11.47 0 9 2.46 9 5.5Z' fill='%23FF0034'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_372_423'%3e%3crect width='20' height='20' fill='white'/%3e%3c/clipPath%3e%3cclipPath id='clip1_372_423'%3e%3crect width='20' height='20' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
    background-size: contain
}

h1,
.h1 {
    font-size: var(--font-large-title);
    line-height: var(--lh-large-title);
    font-weight: 700
}

@media(max-width: 1068px) {

    h1,
    .h1 {
        font-size: var(--font-title-1);
        line-height: var(--lh-title-1)
    }
}

@media(max-width: 734px) {

    h1,
    .h1 {
        font-size: var(--font-title-2);
        line-height: var(--lh-title-2)
    }
}

h2,
.h2 {
    font-size: var(--font-title-1);
    line-height: var(--lh-title-1);
    font-weight: 700
}

@media(max-width: 1068px) {

    h2,
    .h2 {
        font-size: var(--font-title-2);
        line-height: var(--lh-title-2)
    }
}

@media(max-width: 734px) {

    h2,
    .h2 {
        font-size: var(--font-title-3);
        line-height: var(--lh-title-3)
    }
}

h3,
.h3 {
    font-size: var(--font-title-2);
    line-height: var(--lh-title-2);
    font-weight: 700
}

@media(max-width: 1068px) {

    h3,
    .h3 {
        font-size: var(--font-title-3);
        line-height: var(--lh-title-3)
    }
}

@media(max-width: 734px) {

    h3,
    .h3 {
        font-size: var(--font-title-4);
        line-height: var(--lh-title-4)
    }
}

h4,
.h4 {
    font-size: var(--font-title-3);
    line-height: var(--lh-title-3);
    font-weight: 600
}

@media(max-width: 1068px) {

    h4,
    .h4 {
        font-size: var(--font-title-4);
        line-height: var(--lh-title-4)
    }
}

@media(max-width: 734px) {

    h4,
    .h4 {
        font-size: var(--font-headline);
        line-height: var(--lh-headline)
    }
}

h5,
.h5 {
    font-size: var(--font-headline);
    line-height: var(--lh-headline);
    font-weight: 600
}

@media(max-width: 1068px) {

    h5,
    .h5 {
        font-size: var(--font-headline-2);
        line-height: var(--lh-headline-2)
    }
}

@media(max-width: 734px) {

    h5,
    .h5 {
        font-size: var(--font-body);
        line-height: var(--lh-body)
    }
}

h6,
.h6 {
    font-size: var(--font-subheadline);
    line-height: var(--lh-subheadline);
    font-weight: 600
}

@media(max-width: 1068px) {

    h6,
    .h6 {
        font-size: var(--font-subheadline);
        line-height: var(--lh-subheadline)
    }
}

@media(max-width: 734px) {

    h6,
    .h6 {
        font-size: var(--font-subheadline-2);
        line-height: var(--lh-subheadline-2)
    }
}

.headline {
    font-size: var(--font-headline);
    line-height: var(--lh-headline);
    font-weight: 500
}

@media(max-width: 1068px) {
    .headline {
        font-size: var(--font-headline-2);
        line-height: var(--lh-headline-2)
    }
}

@media(max-width: 734px) {
    .headline {
        font-size: var(--font-body);
        line-height: var(--lh-body)
    }
}

p {
    font-size: 1rem;
    font-size: clamp(1rem, 1.8vw, 1.0625rem);
    font-weight: 400;
    line-height: 1.4
}

.typo-hero-headline {
    font-size: var(--font-xlarge);
    line-height: var(--lh-xlarge);
    font-weight: 600;
    color: var(--section-color);
    letter-spacing: -0.21875rem
}

@media(max-width: 1068px) {
    .typo-hero-headline {
        font-size: var(--font-xlarge);
        line-height: var(--lh-xlarge)
    }
}

@media(max-width: 734px) {
    .typo-hero-headline {
        font-size: var(--font-large-title);
        line-height: var(--lh-large-title)
    }
}

.typo-section-hero-headline {
    font-size: var(--font-xlarge);
    line-height: var(--lh-xlarge);
    font-weight: 700;
    color: var(--section-color)
}

@media(max-width: 1068px) {
    .typo-section-hero-headline {
        font-size: var(--font-large-title);
        line-height: var(--lh-large-title)
    }
}

@media(max-width: 734px) {
    .typo-section-hero-headline {
        font-size: var(--font-title-1);
        line-height: var(--lh-title-1)
    }
}

.typo-section-faq-hero-headline {
    font-size: var(--font-title-2);
    line-height: var(--lh-title-2);
    font-weight: 700;
    color: var(--section-color)
}

@media(max-width: 1068px) {
    .typo-section-faq-hero-headline {
        font-size: var(--font-title-3);
        line-height: var(--lh-title-3)
    }
}

@media(max-width: 734px) {
    .typo-section-faq-hero-headline {
        font-size: var(--font-title-4);
        line-height: var(--lh-title-4)
    }
}

.typo-intro-hero-headline {
    font-size: var(--font-title-4);
    line-height: var(--lh-title-4);
    font-weight: 700;
    letter-spacing: -0.02rem;
    color: var(--section-color)
}

@media(max-width: 1068px) {
    .typo-intro-hero-headline {
        font-size: var(--font-title-5);
        line-height: var(--lh-title-5)
    }
}

@media(max-width: 734px) {
    .typo-intro-hero-headline {
        font-size: var(--font-headline);
        line-height: var(--lh-headline)
    }
}

.typo-heading-heading {
    font-size: var(--font-title-2);
    line-height: var(--lh-title-2);
    font-weight: 700;
    letter-spacing: -0.02rem;
    color: var(--section-color)
}

@media(max-width: 1068px) {
    .typo-heading-heading {
        font-size: var(--font-title-3);
        line-height: var(--lh-title-3)
    }
}

@media(max-width: 734px) {
    .typo-heading-heading {
        font-size: var(--font-title-4);
        line-height: var(--lh-title-4)
    }
}

.typo-heading-subheadline {
    font-size: var(--font-title-2);
    line-height: var(--lh-title-2);
    font-weight: 700;
    letter-spacing: -0.02rem;
    color: var(--section-color)
}

@media(max-width: 1068px) {
    .typo-heading-subheadline {
        font-size: var(--font-title-3);
        line-height: var(--lh-title-3)
    }
}

@media(max-width: 734px) {
    .typo-heading-subheadline {
        font-size: var(--font-title-4);
        line-height: var(--lh-title-4)
    }
}

.typo-modal-topic-label {
    font-size: var(--font-headline);
    line-height: var(--lh-headline);
    font-weight: 600;
    letter-spacing: -0.025rem;
    color: var(--section-color)
}

@media(max-width: 1068px) {
    .typo-modal-topic-label {
        font-size: var(--font-headline-2);
        line-height: var(--lh-headline-2)
    }
}

@media(max-width: 734px) {
    .typo-modal-topic-label {
        font-size: var(--font-body);
        line-height: var(--lh-body)
    }
}

.typo-modal-intro-headline {
    font-size: var(--font-title-3);
    line-height: var(--lh-title-3);
    font-weight: 600;
    letter-spacing: -0.025rem;
    color: var(--section-color)
}

@media(max-width: 1068px) {
    .typo-modal-intro-headline {
        font-size: var(--font-title-4);
        line-height: var(--lh-title-4)
    }
}

@media(max-width: 734px) {
    .typo-modal-intro-headline {
        font-size: var(--font-title-5);
        line-height: var(--lh-title-5)
    }
}

.typo-modal-headline {
    font-size: var(--font-title-1);
    line-height: var(--lh-title-1);
    font-weight: 600;
    letter-spacing: -0.025rem;
    color: var(--section-color)
}

@media(max-width: 1068px) {
    .typo-modal-headline {
        font-size: var(--font-title-2);
        line-height: var(--lh-title-2)
    }
}

@media(max-width: 734px) {
    .typo-modal-headline {
        font-size: var(--font-title-3);
        line-height: var(--lh-title-3)
    }
}

.typo-modal-subheadline {
    font-size: var(--font-title-3);
    line-height: var(--lh-title-3);
    font-weight: 600;
    letter-spacing: -0.025rem;
    color: var(--section-color)
}

@media(max-width: 1068px) {
    .typo-modal-subheadline {
        font-size: var(--font-title-4);
        line-height: var(--lh-title-4)
    }
}

@media(max-width: 734px) {
    .typo-modal-subheadline {
        font-size: var(--font-title-5);
        line-height: var(--lh-title-5)
    }
}

.typo-modal-footnote {
    font-size: var(--font-footnote);
    line-height: var(--lh-footnote)
}

@media(max-width: 1068px) {
    .typo-modal-footnote {
        font-size: var(--font-footnote);
        line-height: var(--lh-footnote)
    }
}

@media(max-width: 734px) {
    .typo-modal-footnote {
        font-size: var(--font-caption);
        line-height: var(--lh-caption)
    }
}

.typography-star-reward {
    font-size: var(--font-xxlarge);
    line-height: var(--lh-xxlarge);
    letter-spacing: -0.009rem;
    font-weight: 700
}

@media(max-width: 1068px) {
    .typography-star-reward {
        font-size: var(--font-xlarge);
        line-height: var(--lh-xlarge)
    }
}

@media(max-width: 734px) {
    .typography-star-reward {
        font-size: var(--font-title-1);
        line-height: var(--lh-title-1)
    }
}

.typo-hero-countdown {
    font-weight: 600
}

.typography-star-reward-timer {
    font-size: var(--font-title-1);
    line-height: var(--lh-title-1);
    color: rgba(249, 206, 55, 0.9)
}

@media(max-width: 1068px) {
    .typography-star-reward-timer {
        font-size: var(--font-title-2);
        line-height: var(--lh-title-2)
    }
}

@media(max-width: 734px) {
    .typography-star-reward-timer {
        font-size: var(--font-title-3);
        line-height: var(--lh-title-3)
    }
}

.typo-section-intro-timer {
    color: var(--section-color)
}

.typo-section-intro-reward-headline {
    font-size: var(--font-title-1);
    line-height: var(--lh-title-1);
    font-weight: 600;
    letter-spacing: -0.022em
}

@media(max-width: 1068px) {
    .typo-section-intro-reward-headline {
        font-size: var(--font-title-1);
        line-height: var(--lh-title-1)
    }
}

@media(max-width: 734px) {
    .typo-section-intro-reward-headline {
        font-size: var(--font-title-3);
        line-height: var(--lh-title-3)
    }
}

.typo-rewardpack-headline {
    font-size: var(--font-title-2);
    line-height: var(--lh-title-2);
    color: var(--text-always-white)
}

@media(max-width: 1068px) {
    .typo-rewardpack-headline {
        font-size: var(--font-title-3);
        line-height: var(--lh-title-3)
    }
}

@media(max-width: 734px) {
    .typo-rewardpack-headline {
        font-size: var(--font-title-4);
        line-height: var(--lh-title-4)
    }
}

.typo-rewardpack-subheadline {
    font-size: var(--font-title-4);
    line-height: var(--lh-title-4);
    font-weight: var(--font-weight-normal);
    color: var(--fds-systemGray)
}

@media(max-width: 1068px) {
    .typo-rewardpack-subheadline {
        font-size: var(--font-title-4);
        line-height: var(--lh-title-4)
    }
}

@media(max-width: 734px) {
    .typo-rewardpack-subheadline {
        font-size: var(--font-headline);
        line-height: var(--lh-headline)
    }
}

.typo-section-star-spin-headline {
    color: rgb(255, 255, 255)
}

.typography-star-spin {
    font-size: var(--font-large-title);
    line-height: var(--lh-large-title);
    letter-spacing: -0.009rem;
    font-weight: 700
}

@media(max-width: 1068px) {
    .typography-star-spin {
        font-size: var(--font- title-1)
    }
}

@media(max-width: 734px) {
    .typography-star-spin {
        font-size: var(--font-title-2);
        line-height: var(--lh-title-2)
    }
}

.typo-hero-subhead {
    font-weight: 400
}

.typography-star-spin-decription {
    font-size: var(--font-title-4);
    line-height: var(--lh-title-4);
    color: rgb(209, 209, 214);
    letter-spacing: -0.009rem;
    font-weight: 500
}

@media(max-width: 1068px) {
    .typography-star-spin-decription {
        font-size: var(--font-title-5);
        line-height: var(--lh-title-5)
    }
}

@media(max-width: 734px) {
    .typography-star-spin-decription {
        font-size: var(--font-headline);
        line-height: var(--lh-headline)
    }
}

:root {
    --button-large: 44px;
    --button-medium: 36px;
    --button-small: 28px;
    --button-text: 17px;
    --button-text-small: 14px;
    --button-accent: rgb(249, 206, 55);
    --button-curve: 999px;
    --button-label-disable: rgb(44, 44, 46);
    --button-disable: rgb(72, 72, 74);
    --button-tinted: rgba(249, 206, 55, 0.2);
    --button-tinted-tap: rgba(249, 206, 55, 0.3);
    --button-tinted-active: rgba(249, 206, 55, 0.3)
}

.button {
    cursor: pointer;
    width: 100%;
    min-width: 30px;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.022em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
    transition: transform 250ms ease
}

@media(max-width: 1068px) {
    .button {
        gap: 8px
    }
}

@media(max-width: 734px) {
    .button {
        gap: 8px
    }
}

@media(max-width: 1068px) {
    .button {
        padding-left: var(--gutter-md);
        padding-right: var(--gutter-md)
    }
}

@media(max-width: 734px) {
    .button {
        padding-left: var(--gutter-md);
        padding-right: var(--gutter-md)
    }
}

.button:hover {
    text-decoration: none
}

.button:active {
    outline: none
}

.button.tap {
    animation: bouncetap 300ms cubic-bezier(0.25, 1.5, 0.5, 1) forwards
}

.button.disabled,
.button:disabled {
    cursor: default;
    pointer-events: none;
    color: rgb(44, 44, 46) !important;
    background-color: rgb(72, 72, 74) !important;
    border-color: rgb(72, 72, 74) !important
}

.button:focus,
.button:hover {
    background-color: rgb(249, 218, 108)
}

.button:active {
    background-color: rgb(255, 198, 0)
}

.button:focus,
.button:hover {
    border-color: transparent
}

.button:focus,
.button:hover {
    -webkit-transition: transform 1000ms ease;
    transition: transform 1000ms ease
}

.button:focus {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0), 0 0 0 0px rgba(0, 0, 0, 0);
    outline: none
}

.button:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
.button:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
    box-shadow: none
}

.button:active {
    border-color: transparent
}

.button:active {
    color: rgb(255, 255, 255)
}

.button.disabled,
.button:disabled {
    color: rgb(44, 44, 46);
    background-color: rgb(72, 72, 74)
}

.button {
    border-radius: var(--button-curve);
    border: none;
    -webkit-transition: all var(--fds-animation-function) var(--fds-animation-duration);
    transition: all var(--fds-animation-function) var(--fds-animation-duration);
    background-color: rgb(249, 206, 55)
}

.button-small {
    min-width: 28px;
    height: 28px;
    font-size: 14px
}

.button-medium {
    min-width: 36px;
    height: 36px;
    font-size: 15px
}

.button-large {
    min-width: 44px;
    height: 44px
}

.button-appearance {
    background-color: rgb(44, 44, 46)
}

.button-appearance:focus,
.button-appearance:hover {
    background-color: rgb(58, 58, 60)
}

.button-appearance:active {
    background-color: rgb(58, 58, 60)
}

.button-filled {
    color: rgb(0, 0, 0);
    background-color: rgb(249, 206, 55)
}

.button-filled:focus,
.button-filled:hover {
    background-color: rgb(255, 198, 0)
}

.button-filled:active {
    background-color: rgb(255, 198, 0)
}

.button-gray {
    background-color: rgb(58, 58, 60)
}

.button-gray:focus,
.button-gray:hover {
    background-color: rgb(99, 99, 102)
}

.button-gray:active {
    background-color: rgb(99, 99, 102)
}

.button-outline {
    color: rgb(249, 206, 55);
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid rgba(0, 0, 0, 0);
    border-color: rgb(249, 206, 55)
}

.button-outline:focus,
.button-outline:hover {
    border-color: rgb(249, 206, 55)
}

.button-outline:focus,
.button-outline:hover {
    background-color: transparent
}

.button-plain {
    background-color: rgba(0, 0, 0, 0)
}

.button-plain:focus,
.button-plain:hover {
    background-color: transparent
}

.button-plain:active {
    background-color: transparent
}

.button-invert,
.button-reserved {
    background-color: rgb(255, 255, 255)
}

.button-invert:focus,
.button-invert:hover,
.button-reserved:focus,
.button-reserved:hover {
    background-color: rgb(255, 255, 255)
}

.button-invert:active,
.button-reserved:active {
    background-color: rgb(255, 255, 255)
}

.button-invert:focus,
.button-invert:hover,
.button-reserved:focus,
.button-reserved:hover {
    border-color: transparent
}

.button-invert:active,
.button-reserved:active {
    border-color: transparent
}

.button-tinted {
    background-color: rgba(249, 206, 55, 0.2)
}

.button-tinted:focus,
.button-tinted:hover {
    background-color: rgba(249, 206, 55, 0.3)
}

.button-tinted:active {
    background-color: rgba(249, 206, 55, 0.3)
}

.button-tinted:focus,
.button-tinted:hover {
    border-color: transparent
}

.button-tinted:active {
    border-color: transparent
}

.button.button-label-filled {
    color: rgb(0, 0, 0)
}

.button.button-label-filled .action-icon {
    background-color: rgb(0, 0, 0)
}

.button.button-label-appearance {
    color: rgb(255, 255, 255)
}

.button.button-label-appearance .action-icon {
    background-color: rgb(255, 255, 255)
}

.button.button-label-gray {
    color: rgb(255, 255, 255)
}

.button.button-label-gray .action-icon {
    background-color: rgb(255, 255, 255)
}

.button.button-label-outline {
    color: rgb(249, 206, 55)
}

.button.button-label-outline .action-icon {
    background-color: rgb(249, 206, 55)
}

.button.button-label-plain {
    color: rgb(249, 206, 55)
}

.button.button-label-plain .action-icon {
    background-color: rgb(249, 206, 55)
}

.button.button-label-invert {
    color: rgb(0, 0, 0)
}

.button.button-label-invert .action-icon {
    background-color: rgb(0, 0, 0)
}

.button.button-label-tinted {
    color: rgb(249, 206, 55)
}

.button.button-label-tinted .action-icon {
    background-color: rgb(249, 206, 55)
}

.tile-button {
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: var(--button-curve);
    -webkit-backdrop-filter: blur(8px) brightness(180%);
    backdrop-filter: blur(8px) brightness(180%);
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .12), 0 16px 32px rgba(0, 0, 0, .12);
    overflow: hidden;
    position: relative
}

.tile-button.small {
    height: 28px;
    aspect-ratio: 1/1
}

.tile-button.small .tile-button-icon {
    height: 12px;
    aspect-ratio: 1/1
}

.tile-button.medium {
    height: 36px;
    aspect-ratio: 1/1
}

.tile-button.medium .tile-button-icon {
    height: 16px;
    aspect-ratio: 1/1
}

.tile-button.large {
    height: 44px;
    aspect-ratio: 1/1
}

.tile-button.large .tile-button-icon {
    height: 20px;
    aspect-ratio: 1/1
}

.tile-button.appearance {
    background-color: rgba(72, 72, 74, 0.15)
}

.tile-button.appearance .tile-button-icon {
    background-color: rgba(255, 255, 255, 0.7)
}

.tile-button.plain {
    background-color: rgba(0, 0, 0, 0)
}

.tile-button.plain .tile-button-icon {
    background-color: rgba(0, 0, 0, 0)
}

.tile-button.gray {
    background-color: rgba(118, 118, 128, 0.25)
}

.tile-button.gray .tile-button-icon {
    background-color: rgb(255, 255, 255)
}

:root {
    --tile-radius-full: 999px;
    --tile-radius-large: ;
    --tile-radius-medium: 16px;
    --tile-radius-small: 8px;
    --tile-conner: var(--border-rounded-tile);
    --tile-backdrop-filter-blur: 20px;
    --tile-border-color: rgb(58, 58, 60);
    --card-corner-radius: 24px;
    --card-padding-horizontal: 10px;
    --card-padding-vertical: 20px;
    --card-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    --input-placeholder-text-voucher: var(--placeholder-text);
    --input-radius-voucher: 16px
}

.cards {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.cards {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: var(--card-corner-radius);
    background-image: linear-gradient(rgb(28, 28, 30)), linear-gradient(284deg, var(--fds-white-alpha-15) 0%, var(--fds-white-alpha-50) 50%, var(--fds-white-alpha-15) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    transition: opacity var(--fds-duration) var(--fds-animation), transform var(--fds-duration) var(--fds-animation);
    -webkit-box-shadow: var(--card-box-shadow);
    box-shadow: var(--card-box-shadow)
}

.reward-rows-gallery-feature-cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gutter-3xl);
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
    padding-top: var(--gutter-lg);
    padding-bottom: var(--gutter-lg);
    position: relative
}

@media(max-width: 1068px) {
    .reward-rows-gallery-feature-cards {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 734px) {
    .reward-rows-gallery-feature-cards {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media(max-width: 1068px) {
    .reward-rows-gallery-feature-cards {
        gap: var(--gutter-3xl)
    }
}

@media(max-width: 734px) {
    .reward-rows-gallery-feature-cards {
        gap: var(--gutter-2xl)
    }
}

@media(max-width: 1068px) {
    .reward-rows-gallery-feature-cards {
        padding-left: var(--gutter-lg);
        padding-right: var(--gutter-lg)
    }
}

@media(max-width: 734px) {
    .reward-rows-gallery-feature-cards {
        padding-left: var(--gutter-lg);
        padding-right: var(--gutter-lg)
    }
}

@media(max-width: 1068px) {
    .reward-rows-gallery-feature-cards {
        padding-top: var(--gutter-lg);
        padding-bottom: var(--gutter-lg)
    }
}

@media(max-width: 734px) {
    .reward-rows-gallery-feature-cards {
        padding-top: var(--gutter-lg);
        padding-bottom: var(--gutter-lg)
    }
}

.cards.card-reward {
    width: 100%;
    aspect-ratio: 326/302;
    padding-left: var(--gutter-3xl);
    padding-right: var(--gutter-3xl);
    padding-top: var(--gutter-3xl);
    padding-bottom: var(--gutter-3xl);
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    pointer-events: none
}

@media(max-width: 1068px) {
    .cards.card-reward {
        padding-left: var(--gutter-3xl);
        padding-right: var(--gutter-3xl)
    }
}

@media(max-width: 734px) {
    .cards.card-reward {
        padding-left: var(--gutter-2xl);
        padding-right: var(--gutter-2xl)
    }
}

@media(max-width: 1068px) {
    .cards.card-reward {
        padding-top: var(--gutter-3xl);
        padding-bottom: var(--gutter-3xl)
    }
}

@media(max-width: 734px) {
    .cards.card-reward {
        padding-top: var(--gutter-2xl);
        padding-bottom: var(--gutter-2xl)
    }
}

.cards.card-reward .content-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 16px
}

@media(max-width: 1068px) {
    .cards.card-reward .content-wrapper {
        gap: 16px
    }
}

@media(max-width: 734px) {
    .cards.card-reward .content-wrapper {
        gap: 12px
    }
}

.cards.card-reward .content-wrapper .reward-pack {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px
}

@media(max-width: 1068px) {
    .cards.card-reward .content-wrapper .reward-pack {
        gap: 20px
    }
}

@media(max-width: 734px) {
    .cards.card-reward .content-wrapper .reward-pack {
        gap: 16px
    }
}

.cards.card-reward .content-wrapper .reward-pack-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px
}

@media(max-width: 1068px) {
    .cards.card-reward .content-wrapper .reward-pack-wrapper {
        gap: 24px
    }
}

@media(max-width: 734px) {
    .cards.card-reward .content-wrapper .reward-pack-wrapper {
        gap: 16px
    }
}

.cards.card-reward .content-wrapper .reward-pack-wrapper .title-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px
}

@media(max-width: 1068px) {
    .cards.card-reward .content-wrapper .reward-pack-wrapper .title-wrapper {
        gap: 12px
    }
}

@media(max-width: 734px) {
    .cards.card-reward .content-wrapper .reward-pack-wrapper .title-wrapper {
        gap: 6px
    }
}

.cards.card-reward .content-wrapper .reward-pack-wrapper .reward-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 12px
}

@media(max-width: 1068px) {
    .cards.card-reward .content-wrapper .reward-pack-wrapper .reward-wrapper {
        gap: 12px
    }
}

@media(max-width: 734px) {
    .cards.card-reward .content-wrapper .reward-pack-wrapper .reward-wrapper {
        gap: 12px
    }
}

.cards.card-reward .content-wrapper .reward-pack-wrapper .reward-wrapper--column {
    width: 100%;
    height: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-content: center
}

@media(max-width: 1068px) {
    .cards.card-reward .content-wrapper .reward-pack-wrapper .reward-wrapper--column {
        gap: 8px
    }
}

@media(max-width: 734px) {
    .cards.card-reward .content-wrapper .reward-pack-wrapper .reward-wrapper--column {
        gap: 8px
    }
}

.cards.card-reward .content-wrapper .reward-pack-wrapper .reward-wrapper--column .text-reward {
    font-size: var(--font-title-3);
    line-height: var(--lh-title-3);
    font-weight: 500;
    color: var(--text-always-white)
}

@media(max-width: 1068px) {
    .cards.card-reward .content-wrapper .reward-pack-wrapper .reward-wrapper--column .text-reward {
        font-size: var(--font-title-4);
        line-height: var(--lh-title-4)
    }
}

@media(max-width: 734px) {
    .cards.card-reward .content-wrapper .reward-pack-wrapper .reward-wrapper--column .text-reward {
        font-size: var(--font-body);
        line-height: var(--lh-body)
    }
}

.cards.card-reward .content-wrapper .reward-pack-wrapper .reward-wrapper--column .image-reward img {
    max-width: 32px
}

.cards.card-reward .content-wrapper .footnote-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px
}

@media(max-width: 1068px) {
    .cards.card-reward .content-wrapper .footnote-container {
        gap: 8px
    }
}

@media(max-width: 734px) {
    .cards.card-reward .content-wrapper .footnote-container {
        gap: 8px
    }
}

.cards.card-reward .content-wrapper .footnote-container .requiment-reward-pack p {
    font-size: var(--font-body);
    line-height: var(--lh-body);
    color: var(--label-secondary);
    text-align: center
}

@media(max-width: 1068px) {
    .cards.card-reward .content-wrapper .footnote-container .requiment-reward-pack p {
        font-size: var(--font-body);
        line-height: var(--lh-body)
    }
}

@media(max-width: 734px) {
    .cards.card-reward .content-wrapper .footnote-container .requiment-reward-pack p {
        font-size: var(--font-body);
        line-height: var(--lh-body)
    }
}

.cards.card-reward .content-wrapper .footnote-container .requiment-reward-pack p {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    margin: 0
}

@media(max-width: 1068px) {
    .cards.card-reward .content-wrapper .footnote-container .requiment-reward-pack p {
        margin: 0
    }
}

@media(max-width: 734px) {
    .cards.card-reward .content-wrapper .footnote-container .requiment-reward-pack p {
        margin: 0
    }
}

.cards.card-reward .content-wrapper .input-wrapper {
    display: flex;
    justify-content: center
}

.cards.card-reward .content-wrapper .input-wrapper-content {
    width: 100%
}

.cards.card-reward .content-wrapper .input-wrapper .input-reward-code {
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    color: rgb(255, 255, 255);
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: var(--input-radius-voucher);
    height: 44px
}

@media(max-width: 1068px) {
    .cards.card-reward .content-wrapper .input-wrapper .input-reward-code {
        padding-left: var(--gutter-lg);
        padding-right: var(--gutter-lg)
    }
}

@media(max-width: 734px) {
    .cards.card-reward .content-wrapper .input-wrapper .input-reward-code {
        padding-left: var(--gutter-lg);
        padding-right: var(--gutter-lg)
    }
}

.cards.card-reward .content-wrapper .input-wrapper .input-reward-code::placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.cards.hide {
    pointer-events: none
}

.cards.show {
    pointer-events: auto;
    display: block
}

.cards.hide {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.cards.show {
    opacity: 1;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important
}

:root {
    --modal-overlay-background: rgba(0, 0, 0, 0.5);
    --modal-overlay-padding-top: 76px;
    --modal-overlay-padding-bottom: 76px;
    --modal-overlay-padding-inline: 76px;
    --modal-sheet-rounder: 24px
}

.fade-scale .view-alert {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0
}

.fade-scale .view-alert {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transition: opacity var(--fds-duration) var(--fds-animation);
    transition: opacity var(--fds-duration) var(--fds-animation);
    opacity: 0;
    pointer-events: none;
    z-index: 1
}

.modal-backdrop .modal-tile {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0
}

.modal-backdrop.active {
    display: flex;
    opacity: 1;
    pointer-events: auto
}

.modal-backdrop.active .modal-tile {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.modal-backdrop.closing {
    opacity: 0;
    pointer-events: none
}

.modal-backdrop.closing .modal-tile {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0
}

.backdrop {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px)
}

.backdrop .modal-dialog {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important
}

.modal-dialog {
    height: 100vh;
    width: 100vw;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media(max-width: 1068px) {
    .modal-dialog {
        margin: 0
    }
}

@media(max-width: 734px) {
    .modal-dialog {
        margin: 0
    }
}

.modal-dialog {
    -webkit-transition: all var(--fds-animation-function) var(--fds-animation-duration);
    transition: all var(--fds-animation-function) var(--fds-animation-duration)
}

.modal-dialog .modal-content {
    min-height: 140px;
    width: 90%;
    max-width: 600px;
    border-radius: 24px
}

@media(max-width: 1068px) {
    .modal-dialog .modal-content {
        max-width: 400px
    }
}

.modal-dialog .modal-content {
    padding-top: var(--gutter-3xl);
    padding-bottom: var(--gutter-md)
}

@media(max-width: 1068px) {
    .modal-dialog .modal-content {
        padding-top: var(--gutter-3xl)
    }
}

@media(max-width: 734px) {
    .modal-dialog .modal-content {
        padding-top: var(--gutter-xl)
    }
}

@media(max-width: 1068px) {
    .modal-dialog .modal-content {
        padding-bottom: var(--gutter-md)
    }
}

@media(max-width: 734px) {
    .modal-dialog .modal-content {
        padding-bottom: var(--gutter-md)
    }
}

.modal-dialog .modal-content {
    margin-left: auto;
    margin-right: auto
}

@media(max-width: 1068px) {
    .modal-dialog .modal-content {
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 734px) {
    .modal-dialog .modal-content {
        margin-left: auto;
        margin-right: auto
    }
}

.modal-dialog .modal-content {
    -webkit-transition: all var(--fds-duration) var(--fds-animation);
    transition: all var(--fds-duration) var(--fds-animation)
}

.modal-dialog .modal-content.modal-material {
    background: rgb(28, 28, 30)
}

.modal-dialog .modal-content.modal-material {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px)
}

.modal-dialog .modal-content.modal-material {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 14px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 14px 0 rgba(0, 0, 0, 0.3)
}

.modal-dialog .modal-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap
}

.modal-dialog .modal-content .header-message-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: var(--gutter-5xl);
    padding-right: var(--gutter-5xl)
}

@media(max-width: 1068px) {
    .modal-dialog .modal-content .header-message-center {
        padding-left: var(--gutter-4xl);
        padding-right: var(--gutter-4xl)
    }
}

@media(max-width: 734px) {
    .modal-dialog .modal-content .header-message-center {
        padding-left: var(--gutter-xl);
        padding-right: var(--gutter-xl)
    }
}

.modal-dialog .modal-content .header-message-center .modal-header {
    margin-bottom: var(--gutter-md)
}

@media(max-width: 1068px) {
    .modal-dialog .modal-content .header-message-center .modal-header {
        margin-bottom: var(--gutter-md)
    }
}

@media(max-width: 734px) {
    .modal-dialog .modal-content .header-message-center .modal-header {
        margin-bottom: var(--gutter-sm)
    }
}

.modal-dialog .modal-content .header-message-center .modal-header .title {
    font-size: var(--font-title-4);
    line-height: var(--lh-title-4);
    color: rgb(255, 255, 255);
    text-align: center
}

@media(max-width: 1068px) {
    .modal-dialog .modal-content .header-message-center .modal-header .title {
        font-size: var(--font-title-5);
        line-height: var(--lh-title-5)
    }
}

@media(max-width: 734px) {
    .modal-dialog .modal-content .header-message-center .modal-header .title {
        font-size: var(--font-headline);
        line-height: var(--lh-headline)
    }
}

.modal-dialog .modal-content .header-message-center .modal-message .message {
    font-size: var(--font-body);
    line-height: var(--lh-body);
    color: rgb(164, 164, 171);
    text-align: center
}

@media(max-width: 1068px) {
    .modal-dialog .modal-content .header-message-center .modal-message .message {
        font-size: var(--font-callout);
        line-height: var(--lh-callout)
    }
}

@media(max-width: 734px) {
    .modal-dialog .modal-content .header-message-center .modal-message .message {
        font-size: var(--font-subheadline);
        line-height: var(--lh-subheadline)
    }
}

.modal-dialog .modal-content .modal-cta-container {
    width: 100%;
    padding-left: var(--gutter-5xl);
    padding-right: var(--gutter-5xl);
    margin-top: var(--gutter-3xl)
}

@media(max-width: 1068px) {
    .modal-dialog .modal-content .modal-cta-container {
        padding-left: var(--gutter-4xl);
        padding-right: var(--gutter-4xl)
    }
}

@media(max-width: 734px) {
    .modal-dialog .modal-content .modal-cta-container {
        padding-left: var(--gutter-xl);
        padding-right: var(--gutter-xl)
    }
}

@media(max-width: 1068px) {
    .modal-dialog .modal-content .modal-cta-container {
        margin-top: var(--gutter-3xl)
    }
}

@media(max-width: 734px) {
    .modal-dialog .modal-content .modal-cta-container {
        margin-top: var(--gutter-xl)
    }
}

.grabber-control {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 5px
}

.grabber-control .grabber {
    height: 5px;
    width: 40px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.2)
}

.content-overview {
    overflow-y: auto;
    scrollbar-width: none;
    position: relative
}

.content-overview .modal-header-nav {
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    z-index: 1
}

.content-overview .sheet-content-wrapper {
    height: auto;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    scrollbar-width: none
}

@media(max-width: 1068px) {
    .content-overview .sheet-content-wrapper {
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 734px) {
    .content-overview .sheet-content-wrapper {
        margin-left: auto;
        margin-right: auto
    }
}

.content-overview .sheet-content-wrapper .product-article-wrapper {
    margin-top: 67px
}

.content-overview .sheet-content-wrapper .product-article-wrapper .poster-covered {
    margin-top: -67px;
    margin-left: -80px;
    margin-right: -80px
}

@media(max-width: 1068px) {
    .content-overview .sheet-content-wrapper .product-article-wrapper .poster-covered {
        margin-left: -50px;
        margin-right: -50px
    }
}

@media(max-width: 734px) {
    .content-overview .sheet-content-wrapper .product-article-wrapper .poster-covered {
        margin-left: 0;
        margin-right: 0
    }
}

.content-overview .sheet-content-wrapper .product-article-wrapper .article-content-overview {
    padding-left: 80px;
    padding-right: 80px
}

@media(max-width: 1068px) {
    .content-overview .sheet-content-wrapper .product-article-wrapper .article-content-overview {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media(max-width: 734px) {
    .content-overview .sheet-content-wrapper .product-article-wrapper .article-content-overview {
        padding-left: 0;
        padding-right: 0
    }
}

.content-overview .sheet-content-wrapper .sheet-container-top {
    position: relative;
    padding-bottom: var(--gutter-xl)
}

@media(max-width: 1068px) {
    .content-overview .sheet-content-wrapper .sheet-container-top {
        padding-bottom: var(--gutter-xl)
    }
}

@media(max-width: 734px) {
    .content-overview .sheet-content-wrapper .sheet-container-top {
        padding-bottom: var(--gutter-xl)
    }
}

.content-overview .sheet-content-wrapper .sheet-container-bottom {
    position: relative
}

.content-overview .sheet-content-wrapper .sheet-container-sticky {
    width: 100%;
    position: fixed;
    bottom: 0px;
    padding-left: var(--gutter-3xl);
    padding-right: var(--gutter-3xl);
    padding-top: var(--gutter-2xl);
    padding-bottom: var(--gutter-2xl);
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

@media(max-width: 1068px) {
    .content-overview .sheet-content-wrapper .sheet-container-sticky {
        padding-left: var(--gutter-3xl);
        padding-right: var(--gutter-3xl)
    }
}

@media(max-width: 734px) {
    .content-overview .sheet-content-wrapper .sheet-container-sticky {
        padding-left: var(--gutter-3xl);
        padding-right: var(--gutter-3xl)
    }
}

@media(max-width: 1068px) {
    .content-overview .sheet-content-wrapper .sheet-container-sticky {
        padding-top: var(--gutter-2xl);
        padding-bottom: var(--gutter-2xl)
    }
}

@media(max-width: 734px) {
    .content-overview .sheet-content-wrapper .sheet-container-sticky {
        padding-top: var(--gutter-2xl);
        padding-bottom: var(--gutter-2xl)
    }
}

.content-overview .sheet-content-wrapper .padding-sticky-bottom-s {
    padding-bottom: var(--gutter-6xl)
}

@media(max-width: 1068px) {
    .content-overview .sheet-content-wrapper .padding-sticky-bottom-s {
        padding-bottom: var(--gutter-6xl)
    }
}

@media(max-width: 734px) {
    .content-overview .sheet-content-wrapper .padding-sticky-bottom-s {
        padding-bottom: var(--gutter-6xl)
    }
}

.content-overview .sheet-content-wrapper .padding-sticky-bottom-m {
    padding-bottom: 96px
}

.content-overview .list-item {
    margin-top: var(--gutter-3xl);
    margin-bottom: var(--gutter-3xl);
    padding-left: var(--gutter-xl);
    padding-right: var(--gutter-xl)
}

@media(max-width: 1068px) {
    .content-overview .list-item {
        margin-top: var(--gutter-3xl);
        margin-bottom: var(--gutter-3xl)
    }
}

@media(max-width: 734px) {
    .content-overview .list-item {
        margin-top: var(--gutter-3xl);
        margin-bottom: var(--gutter-3xl)
    }
}

@media(max-width: 1068px) {
    .content-overview .list-item {
        padding-left: var(--gutter-xl);
        padding-right: var(--gutter-xl)
    }
}

@media(max-width: 734px) {
    .content-overview .list-item {
        padding-left: var(--gutter-xl);
        padding-right: var(--gutter-xl)
    }
}

.sheetcallout {
    position: fixed;
    left: 0;
    top: 0px;
    width: 0;
    height: 0;
    z-index: 150
}

.modal-sheet-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
    display: flex;
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    justify-content: flex-end;
    z-index: 170
}

.modal-sheet-wrapper-container,
.modal-sheet-wrapper-container-full {
    height: auto;
    max-height: calc(100% - 36px);
    width: 100%;
    max-width: 980px
}

.modal-sheet-wrapper-container,
.modal-sheet-wrapper-container-full {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border-top-right-radius: var(--modal-sheet-rounder);
    border-top-left-radius: var(--modal-sheet-rounder)
}

.modal-sheet-wrapper-container,
.modal-sheet-wrapper-container-full {
    display: flex;
    flex-direction: column
}

.modal-sheet-wrapper-container,
.modal-sheet-wrapper-container-full {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5)
}

.modal-sheet-wrapper-container,
.modal-sheet-wrapper-container-full {
    will-change: transform;
    z-index: 160;
    pointer-events: auto;
    overflow: hidden
}

.modal-sheet-wrapper-container-full {
    height: 100%
}

.modal-sheet-wrapper-container-full .content-overview {
    height: 100%
}

.slide-up-component--animatable .modal-sheet-wrapper {
    -webkit-transition: all var(--fds-duration) var(--fds-animation);
    transition: all var(--fds-duration) var(--fds-animation)
}

.slide-up-component--visible .modal-sheet-wrapper {
    -webkit-transform: none;
    transform: none;
    pointer-events: none
}

.slide-up-component--visible .slide-up-component--animatable .modal-sheet-wrapper {
    -webkit-transition: all var(--fds-duration) var(--fds-animation);
    transition: all var(--fds-duration) var(--fds-animation)
}

.slide-up-component--visible .slide-up-component--background {
    opacity: 1;
    pointer-events: auto;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px)
}

.slide-up-component--background {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: var(--modal-overlay-background);
    opacity: 0;
    will-change: opacity;
    display: none;
    -webkit-transition: opacity var(--fds-duration) var(--fds-animation);
    transition: opacity var(--fds-duration) var(--fds-animation)
}

.slide-up-component--background-visible .slide-up-component--background {
    display: block
}

.product-overview {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md)
}

@media(max-width: 1068px) {
    .product-overview {
        gap: 6px
    }
}

@media(max-width: 734px) {
    .product-overview {
        gap: 6px
    }
}

@media(max-width: 1068px) {
    .product-overview {
        padding-left: var(--gutter-md);
        padding-right: var(--gutter-md)
    }
}

@media(max-width: 734px) {
    .product-overview {
        padding-left: var(--gutter-md);
        padding-right: var(--gutter-md)
    }
}

.product-overview ul {
    padding: 0
}

@media(max-width: 1068px) {
    .product-overview ul {
        padding: 0
    }
}

@media(max-width: 734px) {
    .product-overview ul {
        padding: 0
    }
}

.product-overview li {
    list-style: none
}

.product-content-overview {
    display: flex;
    flex-direction: column
}

.product-content-overview ul {
    padding: 0
}

@media(max-width: 1068px) {
    .product-content-overview ul {
        padding: 0
    }
}

@media(max-width: 734px) {
    .product-content-overview ul {
        padding: 0
    }
}

.product-content-overview li {
    list-style: none
}

.modal-sheet-wrapper,
.content-overview {
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y
}

#scroll-lock-wrapper {
    position: relative;
    width: 100%
}

.no-transition {
    transition: none !important
}

.sheet-content-wrapper {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y
}

.modal-content-container {
    margin: 0
}

@media(max-width: 1068px) {
    .modal-content-container {
        margin: 0
    }
}

@media(max-width: 734px) {
    .modal-content-container {
        margin: 0
    }
}

.segmented-controls {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    -webkit-transition: all var(--fds-animation-function) var(--fds-animation-duration);
    transition: all var(--fds-animation-function) var(--fds-animation-duration)
}

@media(max-width: 1068px) {
    .segmented-controls {
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 734px) {
    .segmented-controls {
        margin-left: auto;
        margin-right: auto
    }
}

.segmented-controls input {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

.segmented-controls label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    grid-row: 1;
    flex: 1 1 0px;
    position: relative;
    z-index: 2;
    transition: inherit;
    cursor: pointer;
    color: rgb(255, 255, 255)
}

.segmented-controls label:last-of-type {
    z-index: 1
}

.segmented-controls {
    --tab-active: rgb(108, 108, 113);
    --tab-label-active:
}

.segmented-controls.accent {
    --tab-active: rgb(249, 206, 55);
    --tab-label-active: rgb(0, 0, 0)
}

.segmented-controls.tinted {
    --tab-active: rgba(249, 206, 55, 0.2);
    --tab-label-active: rgb(249, 206, 55)
}

.segmented-controls label:last-of-type::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    background-color: var(--tab-active);
    transition: inherit
}

.segmented-controls input:nth-last-of-type(2):checked ~ label:last-of-type::after {
    transform: translateX(-100%)
}

.segmented-controls input:nth-last-of-type(3):checked ~ label:last-of-type::after {
    transform: translateX(-200%)
}

.segmented-controls input:nth-last-of-type(4):checked ~ label:last-of-type::after {
    transform: translateX(-300%)
}

.segmented-controls input:nth-last-of-type(5):checked ~ label:last-of-type::after {
    transform: translateX(-400%)
}

.segmented-controls input:nth-last-of-type(6):checked ~ label:last-of-type::after {
    transform: translateX(-500%)
}

.segmented-controls input:nth-last-of-type(7):checked ~ label:last-of-type::after {
    transform: translateX(-600%)
}

.segmented-controls input:nth-last-of-type(8):checked ~ label:last-of-type::after {
    transform: translateX(-700%)
}

.segmented-controls input:nth-last-of-type(9):checked ~ label:last-of-type::after {
    transform: translateX(-800%)
}

.segmented-controls input:nth-last-of-type(10):checked ~ label:last-of-type::after {
    transform: translateX(-900%)
}

.segmented-controls {
    background: rgba(118, 118, 128, 0.24);
    height: 36px;
    padding: .25rem;
    margin-left: var(--gutter-2xs);
    margin-right: var(--gutter-2xs);
    margin-bottom: 3px
}

@media(max-width: 1068px) {
    .segmented-controls {
        margin-left: var(--gutter-2xs);
        margin-right: var(--gutter-2xs)
    }
}

@media(max-width: 734px) {
    .segmented-controls {
        margin-left: var(--gutter-2xs);
        margin-right: var(--gutter-2xs)
    }
}

.segmented-controls label {
    font-size: 14px;
    font-weight: 500;
    text-align: center
}

.segmented-controls.large {
    height: 44px
}

.segmented-controls.large label {
    font-size: 16px
}

.segmented-controls {
    border-radius: 999px
}

.segmented-controls.rounded {
    border-radius: 999px
}

.segmented-controls label:not(:first-of-type)::before {
    content: "";
    position: absolute;
    z-index: -3;
    top: .5rem;
    left: 0;
    bottom: .5rem;
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
    transition: inherit
}

.segmented-controls.large input:checked + label {
    font-size: 16px
}

.segmented-controls input:checked + label {
    font-size: 14px;
    font-weight: 600
}

.segmented-controls input:checked + label {
    color: var(--tab-label-active)
}

.segmented-controls input:checked + label::before,
.segmented-controls input:checked + label + input + label::before {
    opacity: 0
}

.segmented-controls:focus-within {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.85)
}

.segmented-controls.tinted:focus-within {
    box-shadow: 0 0 0 .2rem rgba(249, 206, 55, 0.75)
}

.segmented-controls.accent:focus-within {
    box-shadow: 0 0 0 .2rem rgba(249, 206, 55, 0.85)
}

.segmented-controls label:last-of-type::after {
    border: .5px solid rgba(0, 0, 0, .04);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, .04), 0px 3px 8px rgba(0, 0, 0, .12)
}

.segmented-controls.rounded label:last-of-type::after {
    border-radius: 999px
}

.segmented-controls label:last-of-type::after {
    border-radius: calc(999px - 0px)
}

.form-cell-wrapper {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch
}

.form-textbox {
    --textbox-large: 44px;
    --textbox-conner: 16px;
    --textbox-border: rgba(255, 255, 255, 0.1);
    --textbox-border-focus: rgb(249, 206, 55);
    --input-background: rgba(255, 255, 255, 0.05);
    --input-background-error: rgb(255 0 52 / 20%);
    --input-background-disabled: rgb(72, 72, 74);
    --error-color: rgb(255, 0, 52);
    margin: 0;
    box-shadow: none;
    border: 0;
    border-radius: 12px;
    border-color: rgba(0, 0, 0, 0)
}

.form-textbox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch
}

.form-message-wrapper {
    position: relative;
    display: none
}

.is-error .form-message-wrapper {
    display: flex
}

.form-textbox .form-textbox-label {
    margin-bottom: var(--gutter-3xs)
}

@media(max-width: 1068px) {
    .form-textbox .form-textbox-label {
        margin-bottom: var(--gutter-3xs)
    }
}

@media(max-width: 734px) {
    .form-textbox .form-textbox-label {
        margin-bottom: var(--gutter-3xs)
    }
}

.form-textarea,
.form-textbox-input {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md)
}

@media(max-width: 1068px) {

    .form-textarea,
    .form-textbox-input {
        padding-left: var(--gutter-md);
        padding-right: var(--gutter-md)
    }
}

@media(max-width: 734px) {

    .form-textarea,
    .form-textbox-input {
        padding-left: var(--gutter-md);
        padding-right: var(--gutter-md)
    }
}

.form-textbox-input.focused,
.form-textbox-input:focus,
.form-textbox-input:focus-within {
    border-width: 2px;
    padding-left: var(--gutter-md)
}

@media(max-width: 1068px) {

    .form-textbox-input.focused,
    .form-textbox-input:focus,
    .form-textbox-input:focus-within {
        padding-left: var(--gutter-md)
    }
}

@media(max-width: 734px) {

    .form-textbox-input.focused,
    .form-textbox-input:focus,
    .form-textbox-input:focus-within {
        padding-left: var(--gutter-md)
    }
}

.form-message-wrapper {
    margin-top: var(--gutter-sm);
    margin-bottom: var(--gutter-2xs)
}

@media(max-width: 1068px) {
    .form-message-wrapper {
        margin-top: var(--gutter-sm)
    }
}

@media(max-width: 734px) {
    .form-message-wrapper {
        margin-top: var(--gutter-sm)
    }
}

@media(max-width: 1068px) {
    .form-message-wrapper {
        margin-bottom: var(--gutter-2xs)
    }
}

@media(max-width: 734px) {
    .form-message-wrapper {
        margin-bottom: var(--gutter-2xs)
    }
}

.form-textbox .form-textbox-input {
    width: 100%;
    height: 44px
}

.form-textbox .form-textarea,
.form-textbox .form-textbox-input {
    color: rgb(255, 255, 255);
    text-overflow: ellipsis
}

.form-textbox .form-textbox-label {
    color: var(--label-primary)
}

.form-textbox-input::placeholder {
    color: var(--placeholder-text)
}

.is-error .form-textbox-input::placeholder {
    color: var(--error-color)
}

.form-textbox-input {
    border: 1px solid;
    border-radius: 16px;
    text-align: left
}

.form-textbox .form-textarea,
.form-textbox .form-textbox-input {
    background-color: var(--input-background);
    border-color: #8e8e93
}

.form-textbox.is-error .form-textarea:not(.focused),
.form-textbox.is-error .form-textbox-input:not(:focus) {
    background-color: var(--input-background);
    background-color: var(--input-background-error);
    border-color: var(--error-color)
}

.form-textbox .form-textbox-input.focused,
.form-textbox .form-textbox-input:focus,
.form-textbox .form-textbox-input:focus-within,
.form-textbox .form-textarea.focused,
.form-textbox .form-textarea:focus,
.form-textbox .form-textarea:focus-within {
    border-color: var(--textbox-border-focus)
}

.form-cell-wrapper .text-description {
    font-size: var(--font-subheadline-2);
    line-height: var(--lh-subheadline-2);
    color: var(--label-secondary)
}

@media(max-width: 1068px) {
    .form-cell-wrapper .text-description {
        font-size: var(--font-subheadline-2);
        line-height: var(--lh-subheadline-2)
    }
}

@media(max-width: 734px) {
    .form-cell-wrapper .text-description {
        font-size: var(--font-footnote);
        line-height: var(--lh-footnote)
    }
}

.form-textbox .form-textbox-input.focused::placeholder,
.form-textbox .form-textbox-input:focus::placeholder,
.form-textbox .form-textbox-input:focus-within::placeholder,
.form-textbox .form-textarea.focused::placeholder,
.form-textbox .form-textarea:focus::placeholder,
.form-textbox .form-textarea:focus-within::placeholder {
    font-size: var(--font-body)
}

.form-textbox .form-textbox-label {
    font-size: var(--font-body);
    line-height: var(--lh-body)
}

@media(max-width: 1068px) {
    .form-textbox .form-textbox-label {
        font-size: var(--font-body);
        line-height: var(--lh-body)
    }
}

@media(max-width: 734px) {
    .form-textbox .form-textbox-label {
        font-size: var(--font-body);
        line-height: var(--lh-body)
    }
}

.form-textbox .form-textbox-input {
    font-size: var(--font-body);
    line-height: var(--lh-body)
}

@media(max-width: 1068px) {
    .form-textbox .form-textbox-input {
        font-size: var(--font-body);
        line-height: var(--lh-body)
    }
}

@media(max-width: 734px) {
    .form-textbox .form-textbox-input {
        font-size: var(--font-body);
        line-height: var(--lh-body)
    }
}

.form-message-wrapper {
    font-size: var(--font-caption);
    line-height: var(--lh-caption);
    color: var(--error-color);
    font-weight: 400
}

@media(max-width: 1068px) {
    .form-message-wrapper {
        font-size: var(--font-caption);
        line-height: var(--lh-caption)
    }
}

@media(max-width: 734px) {
    .form-message-wrapper {
        font-size: var(--font-caption);
        line-height: var(--lh-caption)
    }
}

.form-textbox-input {
    -webkit-transition: all var(--fds-duration-extra-extra-short-in) var(--fds-animation-fade-out);
    transition: all var(--fds-duration-extra-extra-short-in) var(--fds-animation-fade-out)
}

.section-faq {
    --label-question: rgb(164, 164, 171);
    --label-answer: rgb(129, 129, 134);
    --label-icon: var(--always-white);
    --icon-quastion: rgb(255, 0, 52);
    --icon-answer: rgb(142, 142, 147);
    margin-bottom: 120px
}

@media(max-width: 1068px) {
    .section-faq {
        margin-bottom: 80px
    }
}

@media(max-width: 734px) {
    .section-faq {
        margin-bottom: 40px
    }
}

.section-faq .frage-gestellt {
    margin-left: auto;
    margin-right: auto
}

@media(max-width: 1068px) {
    .section-faq .frage-gestellt {
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 734px) {
    .section-faq .frage-gestellt {
        margin-left: auto;
        margin-right: auto
    }
}

.section-faq .frage-gestellt [data-expandable] [data-expand-text] {
    --line-height: 1.3;
    --lines-to-show: 8;
    position: relative;
    box-sizing: border-box;
    line-height: var(--line-height);
    overflow: hidden;
    height: calc(var(--line-height)*var(--lines-to-show)*1em)
}

.section-faq .frage-gestellt [data-overflow=false] [data-expand-text] {
    height: initial
}

.section-faq .frage-gestellt [data-expandable].expanded [data-expand-text] {
    height: initial
}

.section-faq .frage-gestellt [data-overflow=false] [data-expand-button] {
    display: none
}

.section-faq .frage-gestellt [data-expandable] [data-expand-text]::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 35%;
    width: 100%;
    background: linear-gradient(to bottom, transparent, var(--section-color));
    z-index: 1;
    -webkit-transition: all var(--fds-duration-medium-out) var(--fds-animation-expand-collapse-out);
    transition: all var(--fds-duration-medium-out) var(--fds-animation-expand-collapse-out);
    opacity: 1
}

.section-faq .frage-gestellt [data-overflow=false] [data-expand-text]::before,
.section-faq .frage-gestellt [data-expandable].expanded [data-expand-text]::before {
    height: 0%;
    opacity: 0
}

.section-faq .frage-gestellt li {
    padding-bottom: var(--gutter-lg)
}

@media(max-width: 1068px) {
    .section-faq .frage-gestellt li {
        padding-bottom: var(--gutter-lg)
    }
}

@media(max-width: 734px) {
    .section-faq .frage-gestellt li {
        padding-bottom: var(--gutter-lg)
    }
}

.section-faq .frage-gestellt li.fragen-gestellt-data {
    color: var(--label-answer)
}

.section-faq .frage-gestellt li .fragen {
    color: var(--label-question);
    padding-left: 24px;
    padding-bottom: var(--gutter-sm);
    position: relative
}

@media(max-width: 1068px) {
    .section-faq .frage-gestellt li .fragen {
        padding-bottom: var(--gutter-sm)
    }
}

@media(max-width: 734px) {
    .section-faq .frage-gestellt li .fragen {
        padding-bottom: var(--gutter-sm)
    }
}

.section-faq .frage-gestellt li .fragen::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 18 16"><defs><clipPath id="clippath"><rect width="18" height="16" style="fill: none;"/></clipPath></defs><g style="clip-path: url(%23clippath);"><g id="Group_4"><path id="Path_6" d="M3.05,16h-.05v-4c-.36,0-.69,0-1.01,0-.78,0-1.49-.45-1.8-1.16-.08-.17-.13-.35-.2-.52V1.68c.1-.39.28-.75.54-1.05C.86.31,1.26.1,1.7,0h14.65s.06.04.1.05c.55.12,1.01.47,1.28.96.1.22.19.44.27.67v8.64s-.03.02-.03.03c-.17,1.02-1.11,1.74-2.16,1.65h-7.8c-.13,0-.25.04-.35.12-1.15.95-2.3,1.9-3.44,2.86-.4.33-.78.68-1.17,1.02" style="fill: red;"/><path id="Path_7" d="M12.18,10.98c-1.09-.31-2.16-.69-3.2-1.13-.18-.07-.37-.11-.57-.12-1.83-.12-3.54-1.45-3.54-4.07,0-2.4,1.54-4.21,3.96-4.21s3.84,1.85,3.84,4.04c.12,1.46-.63,2.86-1.93,3.58v.05c.63.17,1.33.32,1.96.45l-.53,1.4ZM10.73,5.57c0-1.46-.7-2.67-1.95-2.67s-1.97,1.21-1.97,2.71c-.01,1.52.73,2.69,1.96,2.69s1.96-1.15,1.96-2.72" style="fill: %23fff;"/></g></g></svg>');
    position: absolute;
    left: 0;
    height: 16px;
    width: 18px
}

.section-faq .frage-gestellt li .antwort {
    padding-left: 32px;
    position: relative
}

.section-faq .frage-gestellt li .antwort::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 18 16"><defs><clipPath id="clippath"><rect width="18" height="16" style="fill: none;"/></clipPath></defs><g style="clip-path: url(%23clippath);"><path id="Path_8" d="M3.05,16h-.05v-4c-.36,0-.69,0-1.01,0-.78,0-1.49-.45-1.8-1.15-.08-.17-.13-.35-.2-.52V1.68c.1-.39.28-.75.54-1.06C.86.31,1.26.1,1.7,0h14.65s.06.04.1.05c.55.12,1.01.47,1.28.96.1.22.19.44.27.67v8.64s-.03.02-.03.03c-.17,1.02-1.11,1.74-2.16,1.64-2.6,0-5.2,0-7.8,0-.13,0-.25.04-.35.12-1.15.95-2.29,1.9-3.43,2.86-.4.33-.78.68-1.17,1.02" style="fill: %23898989;"/><path id="Path_9" d="M7.57,7.55l-.58,2.06h-1.9L7.57,1.59h2.41l2.52,8.01h-1.97l-.63-2.06h-2.32ZM9.63,6.19l-.51-1.7c-.14-.48-.29-1.07-.41-1.55h-.02c-.12.48-.24,1.08-.37,1.55l-.48,1.7h1.79Z" style="fill: %23fff;"/></g></svg>');
    position: absolute;
    left: 8px;
    height: 16px;
    width: 18px
}

.section-faqanswer .faqanswer-container {
    display: flex;
    flex-direction: column;
    gap: 8px
}

@media(max-width: 1068px) {
    .section-faqanswer .faqanswer-container {
        gap: 8px
    }
}

@media(max-width: 734px) {
    .section-faqanswer .faqanswer-container {
        gap: 4px
    }
}

.faqanswer {
    display: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #1c1c1e;
    padding: 0 16px
}

.faqanswer .answer-container {
    border-top: 1px solid red;
    padding: 12px 0 0 0
}

a.active {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.togglefaq {
    display: block;
    word-wrap: break-word;
    border: 1px solid #1c1c1e;
    border-radius: 12px;
    background: #1c1c1e;
    padding: 8px 16px;
    -webkit-transition: all var(--fds-animation-function) var(--fds-animation-duration);
    transition: all var(--fds-animation-function) var(--fds-animation-duration);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.icon-down {
    height: 12px;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.7)
}

.icon-up {
    height: 12px;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.7)
}

p {
    margin: 0;
    padding-bottom: 20px
}

.global-navigation-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px
}

@media(max-width: 1068px) {
    .global-navigation-bar {
        gap: 8px
    }
}

@media(max-width: 734px) {
    .global-navigation-bar {
        gap: 8px
    }
}

.global-navigation-bar .title-and-control {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    flex-grow: 1
}

.global-navigation-bar .title-and-control .leading {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto
}

@media(max-width: 1068px) {
    .global-navigation-bar .title-and-control .leading {
        gap: 8px
    }
}

@media(max-width: 734px) {
    .global-navigation-bar .title-and-control .leading {
        gap: 8px
    }
}

.global-navigation-bar .title-and-control .leading-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 12px
}

@media(max-width: 1068px) {
    .global-navigation-bar .title-and-control .leading-heading {
        gap: 12px
    }
}

@media(max-width: 734px) {
    .global-navigation-bar .title-and-control .leading-heading {
        gap: 12px
    }
}

.global-navigation-bar .title-and-control .leading-heading .heading-title {
    flex: 1
}

.global-navigation-bar .title-and-control .trailing {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto
}

@media(max-width: 1068px) {
    .global-navigation-bar .title-and-control .trailing {
        gap: 8px
    }
}

@media(max-width: 734px) {
    .global-navigation-bar .title-and-control .trailing {
        gap: 8px
    }
}

.global-navigation-bar .title-and-control .trailing-list .list-item {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto
}

@media(max-width: 1068px) {
    .global-navigation-bar .title-and-control .trailing-list .list-item {
        gap: 8px
    }
}

@media(max-width: 734px) {
    .global-navigation-bar .title-and-control .trailing-list .list-item {
        gap: 8px
    }
}

.global-navigation-bar .title-and-control .trailing-close {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto
}

@media(max-width: 1068px) {
    .global-navigation-bar .title-and-control .trailing-close {
        gap: 8px
    }
}

@media(max-width: 734px) {
    .global-navigation-bar .title-and-control .trailing-close {
        gap: 8px
    }
}

.global-navigation-bar {
    height: 67px;
    position: relative
}

.global-navigation-bar .title-and-control {
    height: 44px;
    position: relative
}

.global-navigation-bar .title-and-control .leading {
    position: relative
}

.global-navigation-bar .title-and-control .leading-heading {
    position: relative
}

.global-navigation-bar .title-and-control .leading-heading .heading-title {
    position: relative
}

.global-navigation-bar .title-and-control .trailing {
    position: relative
}

.global-navigation-bar .title-and-control .trailing-list .list-item {
    position: relative;
    list-style-type: none
}

.global-navigation-bar .title-and-control .trailing-list .item-nav {
    cursor: pointer
}

.global-navigation-bar .title-and-control .trailing-close {
    position: relative
}

.global-navigation-bar .title-and-control .leading-heading .heading-title {
    font-size: var(--font-title-3);
    line-height: var(--lh-title-3);
    font-weight: var(--font-weight-bold);
    color: var(--label-primary);
    letter-spacing: -0.032em
}

@media(max-width: 1068px) {
    .global-navigation-bar .title-and-control .leading-heading .heading-title {
        font-size: var(--font-title-3);
        line-height: var(--lh-title-3)
    }
}

@media(max-width: 734px) {
    .global-navigation-bar .title-and-control .leading-heading .heading-title {
        font-size: var(--font-title-3);
        line-height: var(--lh-title-3)
    }
}

.global-navigation-bar .title-and-control .trailing-list .list-item {
    text-decoration: none
}

.global-navigation-bar .title-and-control .trailing-list .item-nav {
    text-decoration: none
}

.global-navigation-bar {
    padding-left: 24px;
    padding-right: 24px
}

@media(max-width: 1068px) {
    .global-navigation-bar {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(max-width: 734px) {
    .global-navigation-bar {
        padding-left: 16px;
        padding-right: 16px
    }
}

.global-navigation-bar .title-and-control .leading-heading {
    padding-left: var(--gutter-2xs);
    padding-right: var(--gutter-2xs)
}

@media(max-width: 1068px) {
    .global-navigation-bar .title-and-control .leading-heading {
        padding-left: var(--gutter-2xs);
        padding-right: var(--gutter-2xs)
    }
}

@media(max-width: 734px) {
    .global-navigation-bar .title-and-control .leading-heading {
        padding-left: var(--gutter-2xs);
        padding-right: var(--gutter-2xs)
    }
}

.global-navigation-bar .title-and-control .leading-heading .heading-title {
    margin-top: -1px
}

.global-navigation-bar .title-and-control .trailing-list ul,
.global-navigation-bar .title-and-control .trailing-list li {
    padding: 0;
    margin: 0
}

@media(max-width: 1068px) {

    .global-navigation-bar .title-and-control .trailing-list ul,
    .global-navigation-bar .title-and-control .trailing-list li {
        padding: 0
    }
}

@media(max-width: 734px) {

    .global-navigation-bar .title-and-control .trailing-list ul,
    .global-navigation-bar .title-and-control .trailing-list li {
        padding: 0
    }
}

@media(max-width: 1068px) {

    .global-navigation-bar .title-and-control .trailing-list ul,
    .global-navigation-bar .title-and-control .trailing-list li {
        margin: 0
    }
}

@media(max-width: 734px) {

    .global-navigation-bar .title-and-control .trailing-list ul,
    .global-navigation-bar .title-and-control .trailing-list li {
        margin: 0
    }
}

.global-navigation-bar .title-and-control .leading-heading .heading-title {
    -webkit-user-select: none;
    user-select: none
}

.global-navigation-bar .title-and-control .trailing-list .list-item {
    -webkit-user-select: none;
    user-select: none
}

.section {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media(max-width: 1068px) {
    .section {
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 734px) {
    .section {
        margin-left: auto;
        margin-right: auto
    }
}

.section-cta-container {
    max-width: 980px;
    padding-left: var(--gutter-none);
    padding-right: var(--gutter-none);
    margin-left: auto;
    margin-right: auto
}

@media(max-width: 1068px) {
    .section-cta-container {
        padding-left: var(--gutter-none);
        padding-right: var(--gutter-none)
    }
}

@media(max-width: 734px) {
    .section-cta-container {
        padding-left: var(--gutter-lg);
        padding-right: var(--gutter-lg)
    }
}

@media(max-width: 1068px) {
    .section-cta-container {
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 734px) {
    .section-cta-container {
        margin-left: auto;
        margin-right: auto
    }
}

.cta-stacked {
    display: flex;
    flex-direction: column
}

.cta-stacked .cta-stacked-bottom {
    margin-top: var(--gutter-sm)
}

@media(max-width: 1068px) {
    .cta-stacked .cta-stacked-bottom {
        margin-top: var(--gutter-sm)
    }
}

@media(max-width: 734px) {
    .cta-stacked .cta-stacked-bottom {
        margin-top: var(--gutter-xs)
    }
}

.section-content {
    margin-left: auto;
    margin-right: auto;
    padding-top: var(--gutter-lg);
    padding-bottom: var(--gutter-3xl)
}

@media(max-width: 1068px) {
    .section-content {
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 734px) {
    .section-content {
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 1068px) {
    .section-content {
        padding-top: 0
    }
}

@media(max-width: 734px) {
    .section-content {
        padding-top: 0
    }
}

@media(max-width: 1068px) {
    .section-content {
        padding-bottom: 0
    }
}

@media(max-width: 734px) {
    .section-content {
        padding-bottom: 0
    }
}

.section-intro {
    --section-color: var(--primary-text);
    box-sizing: border-box;
    max-width: 980px;
    padding-left: var(--gutter-none);
    padding-right: var(--gutter-none);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: var(--gutter-2xl)
}

@media(max-width: 1068px) {
    .section-intro {
        padding-left: var(--gutter-none);
        padding-right: var(--gutter-none)
    }
}

@media(max-width: 734px) {
    .section-intro {
        padding-left: var(--gutter-lg);
        padding-right: var(--gutter-lg)
    }
}

@media(max-width: 1068px) {
    .section-intro {
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 734px) {
    .section-intro {
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 1068px) {
    .section-intro {
        margin-bottom: var(--gutter-xl)
    }
}

@media(max-width: 734px) {
    .section-intro {
        margin-bottom: var(--gutter-lg)
    }
}

.section-header {
    max-width: 980px;
    padding-left: var(--gutter-none);
    padding-right: var(--gutter-none);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: var(--gutter-2xl)
}

@media(max-width: 1068px) {
    .section-header {
        padding-left: var(--gutter-none);
        padding-right: var(--gutter-none)
    }
}

@media(max-width: 734px) {
    .section-header {
        padding-left: var(--gutter-lg);
        padding-right: var(--gutter-lg)
    }
}

@media(max-width: 1068px) {
    .section-header {
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 734px) {
    .section-header {
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 1068px) {
    .section-header {
        margin-bottom: var(--gutter-xl)
    }
}

@media(max-width: 734px) {
    .section-header {
        margin-bottom: var(--gutter-lg)
    }
}

.section-qna-wrapper {
    max-width: 980px;
    padding-left: var(--gutter-none);
    padding-right: var(--gutter-none);
    margin-left: auto;
    margin-right: auto
}

@media(max-width: 1068px) {
    .section-qna-wrapper {
        padding-left: var(--gutter-lg);
        padding-right: var(--gutter-lg)
    }
}

@media(max-width: 734px) {
    .section-qna-wrapper {
        padding-left: var(--gutter-lg);
        padding-right: var(--gutter-lg)
    }
}

@media(max-width: 1068px) {
    .section-qna-wrapper {
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 734px) {
    .section-qna-wrapper {
        margin-left: auto;
        margin-right: auto
    }
}

.section-header-headline {
    margin: 0
}

.section-faq-headline {
    text-align: center
}

.section-intro-headline {
    margin: 0
}

.section-modal-intro-header {
    max-width: 980px;
    padding-left: var(--gutter-none);
    padding-right: var(--gutter-none);
    margin-bottom: var(--gutter-2xl)
}

@media(max-width: 1068px) {
    .section-modal-intro-header {
        padding-left: var(--gutter-none);
        padding-right: var(--gutter-none)
    }
}

@media(max-width: 734px) {
    .section-modal-intro-header {
        padding-left: var(--gutter-md);
        padding-right: var(--gutter-md)
    }
}

@media(max-width: 1068px) {
    .section-modal-intro-header {
        margin-bottom: var(--gutter-xl)
    }
}

@media(max-width: 734px) {
    .section-modal-intro-header {
        margin-bottom: var(--gutter-lg)
    }
}

.hero-heading-headline-container {
    display: flex;
    flex-direction: column
}

.hero-heading-headline-top {
    padding-left: var(--gutter-none);
    padding-right: var(--gutter-none)
}

@media(max-width: 1068px) {
    .hero-heading-headline-top {
        padding-left: var(--gutter-none);
        padding-right: var(--gutter-none)
    }
}

@media(max-width: 734px) {
    .hero-heading-headline-top {
        padding-left: var(--gutter-md);
        padding-right: var(--gutter-md)
    }
}

.hero-heading-headline-middle {
    padding-left: var(--gutter-none);
    padding-right: var(--gutter-none);
    margin-top: var(--gutter-sm)
}

@media(max-width: 1068px) {
    .hero-heading-headline-middle {
        padding-left: var(--gutter-none);
        padding-right: var(--gutter-none)
    }
}

@media(max-width: 734px) {
    .hero-heading-headline-middle {
        padding-left: var(--gutter-md);
        padding-right: var(--gutter-md)
    }
}

@media(max-width: 1068px) {
    .hero-heading-headline-middle {
        margin-top: var(--gutter-sm)
    }
}

@media(max-width: 734px) {
    .hero-heading-headline-middle {
        margin-top: var(--gutter-sm)
    }
}

.hero-heading-headline-bottom {
    padding-left: var(--gutter-none);
    padding-right: var(--gutter-none);
    margin-top: var(--gutter-sm)
}

@media(max-width: 1068px) {
    .hero-heading-headline-bottom {
        padding-left: var(--gutter-none);
        padding-right: var(--gutter-none)
    }
}

@media(max-width: 734px) {
    .hero-heading-headline-bottom {
        padding-left: var(--gutter-md);
        padding-right: var(--gutter-md)
    }
}

@media(max-width: 1068px) {
    .hero-heading-headline-bottom {
        margin-top: var(--gutter-sm)
    }
}

@media(max-width: 734px) {
    .hero-heading-headline-bottom {
        margin-top: var(--gutter-sm)
    }
}

.product-content-overview {
    padding: 0
}

.modal-artical-content-width {
    padding-left: var(--gutter-none);
    padding-right: var(--gutter-none)
}

@media(max-width: 1068px) {
    .modal-artical-content-width {
        padding-left: var(--gutter-none);
        padding-right: var(--gutter-none)
    }
}

@media(max-width: 734px) {
    .modal-artical-content-width {
        padding-left: var(--gutter-md);
        padding-right: var(--gutter-md)
    }
}

.modal-artical-content-width ol,
.modal-artical-content-width ul {
    padding-left: var(--gutter-none);
    padding-right: var(--gutter-none)
}

@media(max-width: 1068px) {

    .modal-artical-content-width ol,
    .modal-artical-content-width ul {
        padding-left: var(--gutter-none);
        padding-right: var(--gutter-none)
    }
}

@media(max-width: 734px) {

    .modal-artical-content-width ol,
    .modal-artical-content-width ul {
        padding-left: var(--gutter-2xl);
        padding-right: var(--gutter-2xl)
    }
}

.modal-artical-content-width ol li,
.modal-artical-content-width ul li {
    padding-bottom: 4px
}

.modal-artical-content-width .media-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: rgba(0, 0, 0, 0)
}

.modal-artical-content-width .media-container img {
    border-radius: 24px
}

.modal-artical-content-width p,
.modal-artical-content-width .paragraph,
.modal-artical-content-width p.paragraph {
    margin-top: var(--gutter-paragraph)
}

@media(max-width: 1068px) {

    .modal-artical-content-width p,
    .modal-artical-content-width .paragraph,
    .modal-artical-content-width p.paragraph {
        margin-top: var(--gutter-paragraph)
    }
}

@media(max-width: 734px) {

    .modal-artical-content-width p,
    .modal-artical-content-width .paragraph,
    .modal-artical-content-width p.paragraph {
        margin-top: var(--gutter-paragraph)
    }
}

.modal-table-wrapper {
    --table-grid: 1fr 1fr 1fr
}

.modal-table-wrapper table {
    width: 100%;
    font-size: var(--font-headline);
    line-height: var(--lh-headline)
}

@media(max-width: 1068px) {
    .modal-table-wrapper table {
        font-size: var(--font-body);
        line-height: var(--lh-body)
    }
}

@media(max-width: 734px) {
    .modal-table-wrapper table {
        font-size: var(--font-subheadline-2);
        line-height: var(--lh-subheadline-2)
    }
}

.modal-table-wrapper thead tr {
    display: grid;
    grid-template-columns: var(--table-grid);
    grid-template-rows: 1fr;
    column-gap: 0;
    align-items: center
}

@media(max-width: 1068px) {
    .modal-table-wrapper thead tr {
        column-gap: 0
    }
}

@media(max-width: 734px) {
    .modal-table-wrapper thead tr {
        column-gap: 0
    }
}

.modal-table-wrapper thead tr th {
    display: flex;
    align-items: center;
    padding: 10px;
    font-weight: 600
}

.modal-table-wrapper thead tr th:first-child {
    text-align: start
}

.modal-table-wrapper thead tr th:last-child {
    text-align: end
}

.modal-table-wrapper thead tr th:first-child {
    justify-content: flex-start
}

.modal-table-wrapper thead tr th:last-child {
    justify-content: flex-end
}

.modal-table-wrapper tbody tr {
    display: grid;
    grid-template-columns: var(--table-grid);
    grid-template-rows: 1fr;
    column-gap: 0;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

@media(max-width: 1068px) {
    .modal-table-wrapper tbody tr {
        column-gap: 0
    }
}

@media(max-width: 734px) {
    .modal-table-wrapper tbody tr {
        column-gap: 0
    }
}

.modal-table-wrapper tbody tr:last-child {
    border: none
}

.modal-table-wrapper tbody tr td {
    display: flex;
    align-items: center;
    padding: 10px
}

.modal-table-wrapper tbody tr td:first-child {
    text-align: start
}

.modal-table-wrapper tbody tr td:last-child {
    text-align: end
}

.modal-table-wrapper tbody tr td:first-child {
    justify-content: flex-start
}

.modal-table-wrapper tbody tr td:last-child {
    justify-content: flex-end
}

.modal-bag-item .iteminfo-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.modal-bag-item .iteminfo-details .iteminfo-content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
    gap: var(--gutter-sm)
}

@media(max-width: 1068px) {
    .modal-bag-item .iteminfo-details .iteminfo-content {
        gap: var(--gutter-sm)
    }
}

@media(max-width: 734px) {
    .modal-bag-item .iteminfo-details .iteminfo-content {
        gap: var(--gutter-sm)
    }
}

.modal-bag-item .iteminfo-details .iteminfo-content .iteminfo-title {
    font-size: var(--font-headline);
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.modal-bag-item .iteminfo-details .iteminfo-content .item-quantity-wrapper {
    display: grid;
    grid-template-columns: 1fr 60px 1fr;
    grid-template-rows: 1fr;
    gap: var(--gutter-sm);
    align-items: center
}

@media(max-width: 1068px) {
    .modal-bag-item .iteminfo-details .iteminfo-content .item-quantity-wrapper {
        gap: var(--gutter-sm)
    }
}

@media(max-width: 734px) {
    .modal-bag-item .iteminfo-details .iteminfo-content .item-quantity-wrapper {
        gap: var(--gutter-sm)
    }
}

.modal-bag-item .iteminfo-details .iteminfo-content .item-quantity-wrapper .iteminfo-quantity {
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    border-radius: 100px;
    background: linear-gradient(0deg, rgba(208, 208, 208, 0.3) 0%, rgba(208, 208, 208, 0.3) 100%), rgba(0, 0, 0, .1);
    background-blend-mode: color-burn, luminosity;
    box-shadow: 0 -0.5px 1px 0 hsla(0, 0%, 100%, .3) inset, 0 -0.5px 1px 0 hsla(0, 0%, 100%, .25) inset, 1px 1.5px 4px 0 rgba(0, 0, 0, .08) inset, 1px 1.5px 4px 0 rgba(0, 0, 0, .1) inset
}

.modal-bag-item .iteminfo-details .iteminfo-content .item-quantity-wrapper .decrease,
.modal-bag-item .iteminfo-details .iteminfo-content .item-quantity-wrapper .increase {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.modal-bag-item .iteminfo-details .iteminfo-content .item-quantity-wrapper .iteminfo-quantity {
    font-size: var(--font-headline);
    font-weight: 600
}

.modal-bag-item .iteminfo-details .iteminfo-note {
    width: 100%;
    font-size: var(--font-footnote);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.access-call {
    padding: 0
}

.access-call.sheet-access-overlap {
    width: 100%;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0
}

.access-call.bottom .access-call--background {
    border-top: 1px solid hsla(0, 0%, 100%, .15)
}

.access-call.tile {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md)
}

@media(max-width: 1068px) {
    .access-call.tile {
        padding-left: var(--gutter-md);
        padding-right: var(--gutter-md)
    }
}

@media(max-width: 734px) {
    .access-call.tile {
        padding-left: var(--gutter-md);
        padding-right: var(--gutter-md)
    }
}

.access-call.tile .access-call--background {
    border-radius: 24px
}

.access-call.tile .access-call--background {
    background-color: rgba(72, 72, 74, .5)
}

.access-call--background {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
    gap: var(--gutter-sm);
    padding-top: var(--gutter-lg);
    padding-bottom: var(--gutter-lg);
    padding-left: var(--gutter-xl);
    padding-right: var(--gutter-xl)
}

@media(max-width: 1068px) {
    .access-call--background {
        gap: var(--gutter-sm)
    }
}

@media(max-width: 734px) {
    .access-call--background {
        gap: var(--gutter-sm)
    }
}

@media(max-width: 1068px) {
    .access-call--background {
        padding-top: var(--gutter-lg);
        padding-bottom: var(--gutter-lg)
    }
}

@media(max-width: 734px) {
    .access-call--background {
        padding-top: var(--gutter-lg);
        padding-bottom: var(--gutter-lg)
    }
}

@media(max-width: 1068px) {
    .access-call--background {
        padding-left: var(--gutter-xl);
        padding-right: var(--gutter-xl)
    }
}

@media(max-width: 734px) {
    .access-call--background {
        padding-left: var(--gutter-xl);
        padding-right: var(--gutter-xl)
    }
}

.access-call-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.access-call-info-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.access-call-info-wrapper-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch
}

.access-call-info-wrapper .typography-row-middle {
    margin-top: var(--gutter-2xs)
}

@media(max-width: 1068px) {
    .access-call-info-wrapper .typography-row-middle {
        margin-top: var(--gutter-2xs)
    }
}

@media(max-width: 734px) {
    .access-call-info-wrapper .typography-row-middle {
        margin-top: var(--gutter-2xs)
    }
}

.access-call-info-wrapper .typography-row-bottom {
    margin-top: var(--gutter-2xs)
}

@media(max-width: 1068px) {
    .access-call-info-wrapper .typography-row-bottom {
        margin-top: var(--gutter-2xs)
    }
}

@media(max-width: 734px) {
    .access-call-info-wrapper .typography-row-bottom {
        margin-top: var(--gutter-2xs)
    }
}

.access-call-info-wrapper .amount-point {
    font-size: var(--font-title-2);
    line-height: var(--lh-title-2);
    font-weight: 600
}

@media(max-width: 1068px) {
    .access-call-info-wrapper .amount-point {
        font-size: var(--font-title-3);
        line-height: var(--lh-title-3)
    }
}

@media(max-width: 734px) {
    .access-call-info-wrapper .amount-point {
        font-size: var(--font-title-4);
        line-height: var(--lh-title-4)
    }
}

.access-call-info-wrapper .label-amount-point {
    font-size: var(--font-callout);
    line-height: var(--lh-callout);
    font-weight: 600
}

@media(max-width: 1068px) {
    .access-call-info-wrapper .label-amount-point {
        font-size: var(--font-subheadline);
        line-height: var(--lh-subheadline)
    }
}

@media(max-width: 734px) {
    .access-call-info-wrapper .label-amount-point {
        font-size: var(--font-subheadline-2);
        line-height: var(--lh-subheadline-2)
    }
}

.access-call-info-wrapper .label-note {
    font-size: var(--font-footnote);
    line-height: var(--lh-footnote);
    font-weight: 600
}

@media(max-width: 1068px) {
    .access-call-info-wrapper .label-note {
        font-size: var(--font-footnote);
        line-height: var(--lh-footnote)
    }
}

@media(max-width: 734px) {
    .access-call-info-wrapper .label-note {
        font-size: var(--font-caption);
        line-height: var(--lh-caption)
    }
}

.access-call-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.access-call--background {
    background-color: rgba(18, 18, 18, .8);
    -webkit-box-shadow: inset 0 0 2px rgba(232, 232, 237, 0.2);
    box-shadow: inset 0 0 2px rgba(232, 232, 237, 0.2);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%)
}

.gallery {
    width: 100%;
    position: relative
}

.item-container {
    max-width: 980px;
    min-width: fit-content
}

.grid-set {
    width: 980px;
    list-style-type: none
}

.grid-set.card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media(max-width: 1068px) {
    .grid-set.card-grid {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media(max-width: 734px) {
    .grid-set.card-grid {
        grid-template-columns: repeat(1, 1fr)
    }
}

.row-container {
    display: flex;
    flex-flow: row wrap;
    width: 100%
}

.row-reverse {
    flex-direction: row-reverse
}

.column {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    min-width: 0
}

.scroll-card {
    grid-auto-flow: row;
    overflow-x: auto;
    align-items: center;
    position: relative;
    gap: 8px;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    grid-auto-flow: row
}

.section-reward {
    --section-intro-padding-bottom: var(--gutter-6xl);
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: var(--global-section-padding)
}

@media(max-width: 1068px) {
    .section-reward {
        --section-intro-padding-bottom: var(--gutter-4xl)
    }
}

@media(max-width: 734px) {
    .section-reward {
        --section-intro-padding-bottom: var(--gutter-4xl)
    }
}

@media(max-width: 1068px) {
    .section-reward {
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 734px) {
    .section-reward {
        margin-left: auto;
        margin-right: auto
    }
}

.section-reward .section-hero {
    padding: 2rem 24px 2rem
}

.section-reward .section-hero .hero-banner {
    display: flex;
    align-items: center;
    justify-content: center
}

.section-reward .section-hero .hero-banner img {
    width: 100%;
    max-width: 500px
}

.section-reward-all,
.section-reward-welcome,
.section-reward-attendance,
.section-reward-slot,
.section-reward-accumulate,
.section-reward-crypto {
    padding-bottom: var(--section-intro-padding-bottom)
}

.section-reward-all .section-intro,
.section-reward-welcome .section-intro,
.section-reward-attendance .section-intro,
.section-reward-slot .section-intro,
.section-reward-accumulate .section-intro,
.section-reward-crypto .section-intro {
    display: grid;
    grid-template-columns: 1fr max-content;
    gap: 0px 12px;
    align-items: center
}

.section-reward-all .section-intro-headline,
.section-reward-welcome .section-intro-headline,
.section-reward-attendance .section-intro-headline,
.section-reward-slot .section-intro-headline,
.section-reward-accumulate .section-intro-headline,
.section-reward-crypto .section-intro-headline {
    color: var(--section-color);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 8px
}

.section-reward-all .section-intro-headline-icon,
.section-reward-welcome .section-intro-headline-icon,
.section-reward-attendance .section-intro-headline-icon,
.section-reward-slot .section-intro-headline-icon,
.section-reward-accumulate .section-intro-headline-icon,
.section-reward-crypto .section-intro-headline-icon {
    width: 36px;
    max-width: 36px
}

.section-reward-all .section-intro-headline-icon img,
.section-reward-welcome .section-intro-headline-icon img,
.section-reward-attendance .section-intro-headline-icon img,
.section-reward-slot .section-intro-headline-icon img,
.section-reward-accumulate .section-intro-headline-icon img,
.section-reward-crypto .section-intro-headline-icon img {
    max-height: 36px;
    aspect-ratio: 1/1
}

.section-reward-all .section-intro-timer,
.section-reward-welcome .section-intro-timer,
.section-reward-attendance .section-intro-timer,
.section-reward-slot .section-intro-timer,
.section-reward-accumulate .section-intro-timer,
.section-reward-crypto .section-intro-timer {
    --section-color: rgb(249, 206, 55)
}

.section-hero-banner {
    padding: 0 var(--gutter-2xl)
}

.section-hero-banner .hero-star-reward-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    z-index: 0;
    padding-top: 50px;
    padding-bottom: 50px
}

@media(max-width: 1068px) {
    .section-hero-banner .hero-star-reward-banner {
        gap: 6px
    }
}

@media(max-width: 734px) {
    .section-hero-banner .hero-star-reward-banner {
        gap: 2px
    }
}

@media(max-width: 1068px) {
    .section-hero-banner .hero-star-reward-banner {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media(max-width: 734px) {
    .section-hero-banner .hero-star-reward-banner {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.section-hero-banner .hero-star-reward-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    filter: brightness(0.7);
    z-index: -2;
    pointer-events: none
}

.section-hero-banner .hero-star-reward-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.35) blur(3px);
    z-index: -1;
    pointer-events: none
}

.section-hero-banner .hero-star-reward-banner .hero-star-reward-medal {
    background-color: #fff;
    width: auto;
    height: 96px;
    aspect-ratio: 1/1;
    margin: auto
}

@media only screen and (max-width: 1068px) {
    .section-hero-banner .hero-star-reward-banner .hero-star-reward-medal {
        height: 72px
    }
}

@media only screen and (max-width: 734px) {
    .section-hero-banner .hero-star-reward-banner .hero-star-reward-medal {
        height: 64px
    }
}

.section-filter {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 30px;
    padding-right: 30px
}

@media(max-width: 1068px) {
    .section-filter {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media(max-width: 734px) {
    .section-filter {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media(max-width: 1068px) {
    .section-filter {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media(max-width: 734px) {
    .section-filter {
        padding-left: 30px;
        padding-right: 30px
    }
}

.section-filter-pill-reward {
    display: flex;
    gap: 8px;
    justify-content: center
}

@media only screen and (max-width: 734px) {
    .section-filter-pill-reward {
        display: flex;
        gap: 8px;
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        flex-wrap: wrap;
        justify-content: center
    }
}

.section-filter-pill-reward .button {
    width: auto;
    min-width: auto
}

.section-filter-pill-catagories {
    display: flex;
    gap: 8px;
    justify-content: center
}

@media only screen and (max-width: 734px) {
    .section-filter-pill-catagories {
        display: flex;
        gap: 8px;
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        flex-wrap: wrap;
        justify-content: center
    }
}

.section-filter-pill-catagories .button {
    width: auto;
    min-width: auto
}

.holly-xmas {
    --viewport-xmas: 980px
}

.holly-xmas .holly-breakpoint {
    max-width: var(--viewport-xmas)
}

@media(max-width: 1068px) {
    .holly-xmas .holly-breakpoint {
        max-width: 800px
    }
}

@media(max-width: 734px) {
    .holly-xmas .holly-breakpoint {
        max-width: 100%
    }
}

.holly-xmas .holly-headline {
    display: block;
    width: 100%;
    height: 60px
}

@media(max-width: 1068px) {
    .holly-xmas .holly-headline {
        height: 42px
    }
}

@media(max-width: 734px) {
    .holly-xmas .holly-headline {
        height: 36px
    }
}

.holly-xmas .holly-text {
    font-size: 180px;
    line-height: var(--lh-large-title);
    font-weight: var(--font-weight-bold);
    fill: url(#holly-gradient);
    stroke: #ffffb5;
    stroke-width: 0;
    paint-order: stroke fill;
    filter: url(#holly-shadow)
}

@media(max-width: 1068px) {
    .holly-xmas .holly-text {
        font-size: 210px;
        line-height: var(--lh-title-1)
    }
}

@media(max-width: 734px) {
    .holly-xmas .holly-text {
        font-size: 9em;
        line-height: var(--lh-title-2)
    }
}

.holly-xmas .holly-text-stroke {
    fill: none;
    stroke: #ffffb5;
    stroke-width: 5;
    filter: url(#holly-shadow)
}

.holly-xmas .holly-text-fill {
    fill: url(#holly-gradient);
    stroke: none
}

.holly-xmas .section-xmasholly .holly-eventbanner .section-hero-holly {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: auto
}

@media(max-width: 1068px) {
    .holly-xmas .section-xmasholly .holly-eventbanner .section-hero-holly {
        width: 100%;
        grid-template-columns: repeat(1, 1fr)
    }
}

.holly-xmas .section-xmasholly .holly-eventbanner .section-hero-holly .section-headline-holly {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

@media(max-width: 1068px) {
    .holly-xmas .section-xmasholly .holly-eventbanner .section-hero-holly .section-headline-holly {
        align-items: center
    }
}

.holly-xmas .section-xmasholly .holly-eventbanner .partnerbanner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: var(--gutter-6xl)
}

@media(max-width: 1068px) {
    .holly-xmas .section-xmasholly .holly-eventbanner .partnerbanner {
        padding-top: var(--gutter-6xl)
    }
}

@media(max-width: 734px) {
    .holly-xmas .section-xmasholly .holly-eventbanner .partnerbanner {
        padding-top: var(--gutter-xl)
    }
}

.holly-xmas .section-xmasholly .holly-eventbanner .partnerbanner img {
    width: 100%;
    max-width: 700px
}

@media(max-width: 1068px) {
    .holly-xmas .section-xmasholly .holly-eventbanner .partnerbanner img {
        max-width: 700px
    }
}

@media(max-width: 734px) {
    .holly-xmas .section-xmasholly .holly-eventbanner .partnerbanner img {
        max-width: none
    }
}

.holly-xmas .section-xmasholly .holly-eventbanner .eventmainbanner {
    display: flex;
    align-items: center;
    justify-content: center
}

.holly-xmas .section-xmasholly .holly-eventbanner .eventmainbanner img {
    width: 100%;
    max-width: 700px
}

@media(max-width: 1068px) {
    .holly-xmas .section-xmasholly .holly-eventbanner .eventmainbanner img {
        max-width: 700px
    }
}

@media(max-width: 734px) {
    .holly-xmas .section-xmasholly .holly-eventbanner .eventmainbanner img {
        max-width: none
    }
}

.holly-xmas .section-xmasholly .holly-eventbanner .hero-media-container {
    margin-top: 0
}

@media(max-width: 1068px) {
    .holly-xmas .section-xmasholly .holly-eventbanner .hero-media-container {
        margin-top: -30px
    }
}

.holly-xmas .section-xmasholly .holly-eventbanner .lottiebanner {
    display: flex;
    align-items: center;
    justify-content: left
}

@media(max-width: 1068px) {
    .holly-xmas .section-xmasholly .holly-eventbanner .lottiebanner {
        justify-content: center
    }
}

.holly-xmas .section-xmasholly .holly-eventbanner .lottiebanner-frame {
    width: 100%;
    max-width: 700px
}

@media(max-width: 1068px) {
    .holly-xmas .section-xmasholly .holly-eventbanner .lottiebanner-frame {
        max-width: 700px
    }
}

@media(max-width: 734px) {
    .holly-xmas .section-xmasholly .holly-eventbanner .lottiebanner-frame {
        max-width: none
    }
}

.holly-xmas .xmasholly-wrapper {
    padding-left: 0;
    padding-right: 0
}

@media(max-width: 734px) {
    .holly-xmas .xmasholly-wrapper {
        padding-left: var(--gutter-lg);
        padding-right: var(--gutter-lg)
    }
}

.holly-xmas .xmasholly-wrapper .division-xmasholly {
    margin: auto
}

.holly-xmas .xmasholly-wrapper .holly-provider {
    display: flex;
    justify-content: center
}

.holly-xmas .xmasholly-wrapper .gametoday-container {
    display: flex;
    padding-left: 0;
    padding-right: 0
}

@media(max-width: 1068px) {
    .holly-xmas .xmasholly-wrapper .gametoday-container {
        padding-left: var(--gutter-lg);
        padding-right: var(--gutter-lg)
    }
}

@media(max-width: 734px) {
    .holly-xmas .xmasholly-wrapper .gametoday-container {
        padding-left: 0;
        padding-right: 0
    }
}

.holly-xmas .xmasholly-wrapper .gametoday-container .card-grid-holly {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: var(--gutter-2xl);
    grid-row-gap: var(--gutter-2xl);
    justify-items: center;
    width: 100%;
    max-width: 800px;
    margin: auto
}

@media(max-width: 1068px) {
    .holly-xmas .xmasholly-wrapper .gametoday-container .card-grid-holly {
        grid-column-gap: var(--gutter-2xl);
        grid-row-gap: var(--gutter-2xl)
    }
}

@media(max-width: 734px) {
    .holly-xmas .xmasholly-wrapper .gametoday-container .card-grid-holly {
        grid-column-gap: var(--gutter-sm);
        grid-row-gap: var(--gutter-sm)
    }
}

.holly-xmas .xmasholly-wrapper .gametoday-container .gameslot {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
    aspect-ratio: 231/291;
    border-radius: var(--card-corner-radius);
    overflow: hidden;
    transform: scale(1);
    transition: all var(--fds-duration) var(--fds-animation);
    -webkit-box-shadow: 0 25px 40px -16px rgba(0, 0, 0, .6), inset 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 25px 40px -16px rgba(0, 0, 0, .6), inset 0 0 20px rgba(0, 0, 0, .15)
}

.holly-xmas .xmasholly-wrapper .gametoday-container .gameslot:hover,
.holly-xmas .xmasholly-wrapper .gametoday-container .gameslot:active {
    transform: scale(0.98)
}

.holly-xmas .xmasholly-wrapper .gametoday-container .gameslot .slotgamebg {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer
}

.holly-xmas .xmasholly-wrapper .gametoday-container .gameslot .slotgamebg img {
    width: 100%
}

.holly-xmas .xmasholly-wrapper .gametoday-container .gameslot .container {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 50%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.9) 75%)
}

.holly-xmas .xmasholly-wrapper .gametoday-container .gameslot .container .label-slot {
    padding-left: var(--gutter-2xl);
    padding-right: var(--gutter-2xl);
    padding-bottom: var(--gutter-2xl)
}

@media(max-width: 734px) {
    .holly-xmas .xmasholly-wrapper .gametoday-container .gameslot .container .label-slot {
        padding-left: var(--gutter-sm);
        padding-right: var(--gutter-sm);
        padding-bottom: var(--gutter-md)
    }
}

.holly-xmas .xmasholly-wrapper .gametoday-container .gameslot .container .label-slot .typo {
    font-size: var(--font-title-1);
    line-height: 1.1;
    font-weight: var(--font-weight-bold);
    text-align: center
}

@media(max-width: 1068px) {
    .holly-xmas .xmasholly-wrapper .gametoday-container .gameslot .container .label-slot .typo {
        font-size: var(--font-title-3);
        line-height: var(--lh-title-3)
    }
}

@media(max-width: 734px) {
    .holly-xmas .xmasholly-wrapper .gametoday-container .gameslot .container .label-slot .typo {
        font-size: var(--font-callout);
        line-height: var(--lh-callout);
        letter-spacing: -0.025rem
    }
}

.holly-xmas .xmasholly-wrapper .gametoday-container .gameslot .container .featured-button {
    width: 100%
}

.holly-xmas .xmasholly-wrapper .gametoday-container .action {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.holly-xmas .section-leaderboard {
    margin-top: 80px
}

@media(max-width: 1068px) {
    .holly-xmas .section-leaderboard {
        margin-top: 60px
    }
}

@media(max-width: 734px) {
    .holly-xmas .section-leaderboard {
        margin-top: 30px
    }
}

.holly-xmas .section-leaderboard .leaderboard-wrapper {
    margin: auto
}

.holly-xmas .leaderboard-wrapper .hollyranking-container-wrapper {
    padding-left: 0;
    padding-right: 0
}

@media(max-width: 1068px) {
    .holly-xmas .leaderboard-wrapper .hollyranking-container-wrapper {
        padding-left: var(--gutter-lg);
        padding-right: var(--gutter-lg)
    }
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-header {
    background: linear-gradient(to top, #d19519 0%, #e4c350 35%, #ffff96 78%, #a17014 100%);
    border: 2px solid #cdab54;
    border-top-right-radius: var(--border-rounded-systemGrouped);
    border-top-left-radius: var(--border-rounded-systemGrouped)
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-header .title-n-subtitle-container {
    color: #3d1a00;
    text-align: center
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-header .title-n-subtitle-container .title-container .typo-title {
    font-size: var(--font-title-2);
    line-height: var(--lh-title-2);
    font-weight: var(--font-weight-bold);
    letter-spacing: -0.02rem
}

@media(max-width: 1068px) {
    .holly-xmas .leaderboard-wrapper .hollyranking-container .stage-header .title-n-subtitle-container .title-container .typo-title {
        font-size: var(--font-title-3);
        line-height: var(--lh-title-3)
    }
}

@media(max-width: 734px) {
    .holly-xmas .leaderboard-wrapper .hollyranking-container .stage-header .title-n-subtitle-container .title-container .typo-title {
        font-size: var(--font-title-4);
        line-height: var(--lh-title-4)
    }
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-header .title-n-subtitle-container .subtitle-container .typo-subtitle {
    font-size: var(--font-body)
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content {
    border: 1px solid hsla(0, 0%, 100%, .15);
    border-bottom-right-radius: var(--border-rounded-systemGrouped);
    border-bottom-left-radius: var(--border-rounded-systemGrouped);
    -webkit-box-shadow: 0 25px 40px -16px rgba(182, 4, 4, 0.7), inset 0 0 20px rgba(232, 232, 237, 0.2);
    box-shadow: 0 25px 40px -16px rgba(182, 4, 4, 0.7), inset 0 0 20px rgba(232, 232, 237, 0.2)
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content.stage-surface {
    background-color: var(--fds-black-alpha-40);
    -webkit-backdrop-filter: blur(var(--filter-blur-md));
    backdrop-filter: blur(var(--filter-blur-md))
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 60px;
    padding-bottom: 60px
}

@media(max-width: 1068px) {
    .holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(max-width: 734px) {
    .holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info {
    display: grid;
    grid-template-columns: 1fr 8px 1fr 8px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    justify-items: center
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: flex-end
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal-small {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal-small img {
    width: 50%
}

@media(max-width: 1068px) {
    .holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal-small img {
        width: 50%
    }
}

@media(max-width: 734px) {
    .holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal-small img {
        width: 70%
    }
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal-big {
    display: flex;
    align-items: center;
    justify-content: center
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal-big img {
    width: 70%
}

@media(max-width: 1068px) {
    .holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal-big img {
        width: 70%
    }
}

@media(max-width: 734px) {
    .holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal-big img {
        width: 90%
    }
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal .rankinfo {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    justify-items: center;
    padding-top: var(--gutter-sm)
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal .rankinfo-name {
    font-size: var(--font-title-4);
    font-weight: var(--font-weight-semibold);
    color: var(--text-always-white)
}

@media(max-width: 1068px) {
    .holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal .rankinfo-name {
        font-size: var(--font-title-4)
    }
}

@media(max-width: 734px) {
    .holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal .rankinfo-name {
        font-size: var(--font-footnote)
    }
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal .rankinfo-point {
    font-size: var(--font-title-5);
    font-weight: var(--font-weight-semibold);
    color: var(--text-always-white);
    background-color: rgba(120, 120, 128, .6);
    border-radius: var(--border-rounded-full);
    padding-left: var(--gutter-sm);
    padding-right: var(--gutter-sm)
}

@media(max-width: 1068px) {
    .holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal .rankinfo-point {
        font-size: var(--font-title-5)
    }
}

@media(max-width: 734px) {
    .holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal .rankinfo-point {
        font-size: var(--font-caption)
    }
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal .rankinfo-prize {
    font-size: var(--font-title-2);
    font-weight: var(--font-weight-bold);
    line-height: var(--lh-title-2);
    color: var(--text-always-white);
    text-align: center
}

@media(max-width: 1068px) {
    .holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal .rankinfo-prize {
        font-size: var(--font-title-3);
        line-height: var(--lh-title-3)
    }
}

@media(max-width: 734px) {
    .holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal .rankinfo-prize {
        font-size: var(--font-headline);
        line-height: var(--lh-headline)
    }
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal .rankinfo-prize-bronze {
    background: linear-gradient(to bottom, #c57102 0%, #d19519 50%, #e4c350 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    color: rgba(0, 0, 0, 0)
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal .rankinfo-prize-silver {
    background: linear-gradient(to bottom, #ffffff 0%, #c6c6c6 50%, #cccccc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    color: rgba(0, 0, 0, 0)
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal .rankinfo-prize-gold {
    background: linear-gradient(to bottom, #ffffff 0%, #f4de8b 50%, #ffff96 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    color: rgba(0, 0, 0, 0)
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal .rankinfo-freespin {
    font-size: var(--font-headline);
    font-weight: var(--font-weight-semibold);
    color: var(--label-accent)
}

@media(max-width: 1068px) {
    .holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal .rankinfo-freespin {
        font-size: var(--font-headline)
    }
}

@media(max-width: 734px) {
    .holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .ranking .ranking-info .ranking-info-medal .rankinfo-freespin {
        font-size: var(--font-caption)
    }
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .action {
    display: flex;
    flex-direction: column;
    align-items: center
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .action .action-text {
    display: flex;
    align-items: center;
    justify-content: center
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .action .action-text .typo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-headline)
}

@media(max-width: 1068px) {
    .holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .action .action-text .typo {
        font-size: var(--font-headline)
    }
}

@media(max-width: 734px) {
    .holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .action .action-text .typo {
        font-size: var(--font-subheadline-2)
    }
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .action .action-text .typo .standalone-symbol {
    aspect-ratio: 20/20;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 20xp;
    width: 20px;
    background-color: #fff
}

.holly-xmas .leaderboard-wrapper .hollyranking-container .stage-content .wrapper .action .action-text .typo span {
    margin-right: 8px
}

.holly-xmas .section-rank {
    margin-top: 80px
}

@media(max-width: 1068px) {
    .holly-xmas .section-rank {
        margin-top: 60px
    }
}

@media(max-width: 734px) {
    .holly-xmas .section-rank {
        margin-top: 30px
    }
}

.holly-xmas .section-rank .rank-wrapper {
    margin: auto
}

.holly-xmas .rank-wrapper .hollypoint-container {
    margin: auto;
    overflow: visible
}

@media(max-width: 1068px) {
    .holly-xmas .rank-wrapper .hollypoint-container {
        overflow: hidden
    }
}

@media(max-width: 734px) {
    .holly-xmas .rank-wrapper .hollypoint-container {
        overflow: hidden
    }
}

.holly-xmas .rank-wrapper .hollypoint-container-wrapper {
    padding-left: 0;
    padding-right: 0
}

@media(max-width: 1068px) {
    .holly-xmas .rank-wrapper .hollypoint-container-wrapper {
        padding-left: var(--gutter-lg);
        padding-right: var(--gutter-lg)
    }
}

.holly-xmas .rank-wrapper .hollypoint-container-centered {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative
}

.holly-xmas .rank-wrapper .hollypoint-container-centered .snowflake,
.holly-xmas .rank-wrapper .hollypoint-container-centered .riblong,
.holly-xmas .rank-wrapper .hollypoint-container-centered .ribshort {
    position: absolute;
    z-index: 1
}

.holly-xmas .rank-wrapper .hollypoint-container-centered .decomid {
    z-index: 1;
    display: flex
}

.holly-xmas .rank-wrapper .hollypoint-container-centered .decomid.bottom {
    margin-top: -1px
}

.holly-xmas .rank-wrapper .hollypoint-container-centered .decomid img {
    max-width: 250px
}

@media(max-width: 734px) {
    .holly-xmas .rank-wrapper .hollypoint-container-centered .decomid img {
        max-width: 200px
    }
}

.holly-xmas .rank-wrapper .hollypoint-container-centered .ribshort {
    top: 170px;
    left: -20px;
    max-width: 60px
}

.holly-xmas .rank-wrapper .hollypoint-container-centered .riblong {
    bottom: 20px;
    right: -30px;
    max-width: 90px
}

.holly-xmas .rank-wrapper .hollypoint-container-centered .snowflake {
    top: 60px;
    right: -20px;
    max-width: 60px
}

.holly-xmas .rank-wrapper .hollypoint-container-centered .gamepoint {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: var(--fds-black-alpha-40);
    border-radius: var(--card-corner-radius);
    border: 1px solid hsla(0, 0%, 100%, .15);
    -webkit-box-shadow: 0 0px 60px -10px rgba(182, 4, 4, 0.7), 0 0px 60px 0 rgba(182, 4, 4, 0.2), inset 0 0 20px rgba(232, 232, 237, 0.15);
    box-shadow: 0 0px 60px -10px rgba(182, 4, 4, 0.7), 0 0px 60px 0 rgba(182, 4, 4, 0.2), inset 0 0 20px rgba(232, 232, 237, 0.15);
    -webkit-backdrop-filter: blur(var(--filter-blur-md));
    backdrop-filter: blur(var(--filter-blur-md))
}

.holly-xmas .rank-wrapper .hollypoint-container-centered .gamepoint-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 60px;
    padding-bottom: 60px
}

@media(max-width: 1068px) {
    .holly-xmas .rank-wrapper .hollypoint-container-centered .gamepoint-wrapper {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(max-width: 734px) {
    .holly-xmas .rank-wrapper .hollypoint-container-centered .gamepoint-wrapper {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.holly-xmas .rank-wrapper .hollypoint-container-centered .gamepoint-wrapper .title-n-message {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: var(--gutter-5xl)
}

@media(max-width: 1068px) {
    .holly-xmas .rank-wrapper .hollypoint-container-centered .gamepoint-wrapper .title-n-message {
        margin-top: var(--gutter-3xl)
    }
}

@media(max-width: 734px) {
    .holly-xmas .rank-wrapper .hollypoint-container-centered .gamepoint-wrapper .title-n-message {
        margin-top: var(--gutter-2xl)
    }
}

.holly-xmas .rank-wrapper .hollypoint-container-centered .gamepoint-wrapper .title-n-message .message-bottom.outward-top-md {
    margin-top: var(--gutter-xl)
}

@media(max-width: 734px) {
    .holly-xmas .rank-wrapper .hollypoint-container-centered .gamepoint-wrapper .title-n-message .message-bottom.outward-top-md {
        margin-top: var(--gutter-md)
    }
}

.holly-xmas .rank-wrapper .hollypoint-container-centered .gamepoint .myrank {
    display: grid;
    grid-template-columns: 1fr 6px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    justify-items: center;
    width: 100%;
    border-radius: var(--card-corner-radius);
    background: rgba(255, 62, 62, .2);
    max-width: 800px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

@media(max-width: 1068px) {
    .holly-xmas .rank-wrapper .hollypoint-container-centered .gamepoint .myrank {
        max-width: 600px
    }
}

@media(max-width: 734px) {
    .holly-xmas .rank-wrapper .hollypoint-container-centered .gamepoint .myrank {
        max-width: 100%
    }
}

.holly-xmas .rank-wrapper .hollypoint-container-centered .gamepoint .myrank-title {
    color: var(--label-accent);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-title-2);
    width: 100%;
    text-align: center
}

@media(max-width: 1068px) {
    .holly-xmas .rank-wrapper .hollypoint-container-centered .gamepoint .myrank-title {
        font-size: var(--font-title-3)
    }
}

@media(max-width: 734px) {
    .holly-xmas .rank-wrapper .hollypoint-container-centered .gamepoint .myrank-title {
        font-size: var(--font-title-4)
    }
}

.holly-xmas .rank-wrapper .hollypoint-container-centered .gamepoint .myrank-subtitle {
    color: var(--text-always-white);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-headline);
    width: 100%;
    text-align: center
}

.holly-xmas .rank-wrapper .hollypoint-container-centered .gamepoint .action {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.holly-xmas .rank-wrapper .hollypoint-container-centered .gamepoint .action .action-text {
    display: flex;
    align-items: center;
    justify-content: center
}

.holly-xmas .rank-wrapper .hollypoint-container-centered .gamepoint .action .action-text .typo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-headline)
}

.holly-xmas .button-filled-hollyjolly {
    background: linear-gradient(to right, #e6c857, #470000, #e6c857);
    background-size: 200% auto;
    background-position: left center;
    color: var(--button-label-always-white) !important;
    border: 1px solid #f4de8b;
    font-weight: var(--font-weight-bold);
    max-width: 400px;
    -webkit-transition: background-position var(--fds-duration-short-in) var(--fds-animation);
    transition: background-position var(--fds-duration-short-in) var(--fds-animation)
}

.holly-xmas .button-filled-hollyjolly:focus,
.holly-xmas .button-filled-hollyjolly:hover,
.holly-xmas .button-filled-hollyjolly:active {
    border: 1px solid #f4de8b;
    background-position: right center;
    -webkit-transition: background-position var(--fds-duration-short-in) var(--fds-animation);
    transition: background-position var(--fds-duration-short-in) var(--fds-animation)
}

.holly-xmas .button-filled-hollyfeatured {
    background: linear-gradient(#7c0000, #b60404, #7c0000);
    color: var(--button-label-always-white) !important;
    border: 1px solid #f4de8b
}

.holly-xmas .action {
    margin-top: var(--gutter-5xl)
}

@media(max-width: 1068px) {
    .holly-xmas .action {
        margin-top: var(--gutter-3xl)
    }
}

@media(max-width: 734px) {
    .holly-xmas .action {
        margin-top: var(--gutter-2xl)
    }
}

.holly-xmas .action .action-button {
    width: 100%;
    display: flex;
    justify-content: center
}

.holly-xmas .action .action-text {
    width: 100%
}

.holly-xmas .sticky-scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: fixed;
    bottom: 30px;
    z-index: 5;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity var(--fds-duration-slow) var(--fds-animation), transform var(--fds-duration-slow) var(--fds-animation)
}

.holly-xmas .sticky-scroll.showsticky {
    opacity: 1;
    transform: translateY(0)
}

.holly-xmas .sticky-scroll .get-free-spin-container {
    width: 70%;
    max-width: 320px;
    padding: 0 0px
}

.holly-xmas .sticky-scroll .get-free-spin-container .button-cta-container {
    gap: 0;
    padding-top: var(--gutter-md);
    padding-bottom: var(--gutter-md);
    padding: var(--gutter-md)
}

.holly-xmas .stickylogin {
    background: var(--fds-black-alpha-80);
    padding: var(--gutter-lg) 0px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 5;
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px)
}

.holly-xmas .stickylogin-frame {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto
}

.holly-xmas .stickylogin-frame .loginholly {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: var(--text-always-white);
    font-weight: var(--font-weight-semibold)
}

.holly-xmas .stickylogin-frame .loginholly img {
    width: 100%;
    max-width: 200px
}

.holly-xmas .stickylogin-frame .loginholly .text {
    position: absolute;
    padding-top: var(--gutter-sm);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-headline)
}

.holly-xmas .stickylogin-frame .joinholly {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: var(--text-always-black);
    font-weight: var(--font-weight-semibold)
}

.holly-xmas .stickylogin-frame .joinholly img {
    width: 100%;
    max-width: 200px
}

.holly-xmas .stickylogin-frame .joinholly .text {
    position: absolute;
    padding-top: var(--gutter-sm);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-headline)
}

.holly-xmas .icon-symbolinfo {
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 21 21'%3e%3c!-- Generator: Adobe Illustrator 29.7.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 8) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: %23fff;%7d %3c/style%3e%3c/defs%3e%3cpath class='st0' d='M10.5,0C16.3,0,21,4.7,21,10.5s-4.7,10.5-10.5,10.5S0,16.3,0,10.5,4.7,0,10.5,0ZM10.5,13.6c-.3,0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7c.2.2.5.3.7.3s.5-.1.7-.3.3-.5.3-.7-.1-.5-.3-.7-.5-.3-.7-.3ZM10.5,4.2c-.3,0-.5,0-.7.3-.2.2-.3.4-.3.7h0v6.4c0,.3.1.5.3.7.2.2.4.3.7.3.3,0,.5,0,.7-.2.2-.2.3-.4.4-.7h0v-6.4c0-.3-.1-.5-.3-.7-.2-.2-.5-.3-.7-.3Z'/%3e%3c/svg%3e");
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 21 21'%3e%3c!-- Generator: Adobe Illustrator 29.7.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 8) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: %23fff;%7d %3c/style%3e%3c/defs%3e%3cpath class='st0' d='M10.5,0C16.3,0,21,4.7,21,10.5s-4.7,10.5-10.5,10.5S0,16.3,0,10.5,4.7,0,10.5,0ZM10.5,13.6c-.3,0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7c.2.2.5.3.7.3s.5-.1.7-.3.3-.5.3-.7-.1-.5-.3-.7-.5-.3-.7-.3ZM10.5,4.2c-.3,0-.5,0-.7.3-.2.2-.3.4-.3.7h0v6.4c0,.3.1.5.3.7.2.2.4.3.7.3.3,0,.5,0,.7-.2.2-.2.3-.4.4-.7h0v-6.4c0-.3-.1-.5-.3-.7-.2-.2-.5-.3-.7-.3Z'/%3e%3c/svg%3e");
    mask-size: contain;
    -webkit-mask-size: contain;
    display: inline-block
}

.holly-xmas .section-faq {
    margin-top: 80px;
    margin-bottom: 150px
}

@media(max-width: 1068px) {
    .holly-xmas .section-faq {
        margin-top: 60px
    }
}

@media(max-width: 734px) {
    .holly-xmas .section-faq {
        margin-top: 30px
    }
}

.holly-xmas .section-faq .section-qna-wrapper {
    max-width: 800px
}

.holly-xmas .section-faq .frage-gestellt [data-expandable] [data-expand-text]::before {
    background: rgba(0, 0, 0, 0)
}

@media(max-width: 1068px) {
    .holly-xmas .section-faq .frage-gestellt [data-expandable] [data-expand-text]::before {
        background: rgba(0, 0, 0, 0)
    }
}

@media(max-width: 734px) {
    .holly-xmas .section-faq .frage-gestellt [data-expandable] [data-expand-text]::before {
        background: rgba(0, 0, 0, 0)
    }
}

.cta-game {
    max-width: 400px;
    margin: auto
}

.holly-prize-table {
    --table-grid: 20% 1fr auto
}

.holly-tier-table {
    --table-grid: 20% 1fr auto
}

.holly-leaderboard-table-ranking {
    --table-grid: 15% 1fr 1fr auto;
    margin-bottom: 60px
}

.holly-leaderboard-table-ranking .active {
    color: var(--label-accent);
    font-weight: var(--font-weight-semibold)
}

.footer-leaderboard-rank {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

.footer-leaderboard-rank .amount-point {
    color: var(--label-accent)
}

@keyframes bouncetap {
    0% {
        transform: scale(0.95)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes glowing {

    0%,
    100% {
        box-shadow: 1px 0px 12px 2px #fd0, inset 0px 0px 10px hsla(0, 0%, 100%, .5)
    }

    50% {
        box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px hsla(0, 0%, 100%, 0)
    }
}

.icon-home {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M43,13.7c-.1-.5-.4-.9-.9-1-1.5-.3-3.1-.4-4.6-.7-.3,0-.4-.1-.5-.4-.6-1-1.2-2.4-1.7-3.5-.2-.4-.4-.8-.9-1-.7-.3-1.3,0-1.7.6-.7,1.2-1.2,2.7-2,3.9-.2.2-.2.3-.5.4-1.4.3-3,.3-4.4.6-.3,0-.6.2-.8.4-2-.9-4-.6-6,.9-4,3.1-7.8,6.7-11.8,9.8-2.5,2-1.3,5.9,1.9,6.1v10c0,1.3,1.6,3.2,2.9,3.2h8v-8.9c0-1,1.4-2.1,2.4-2.2,1.3-.2,3.1.9,3.1,2.4v8.8h8c1.3,0,3-1.9,2.9-3.2v-9.9c1.6,0,3-1.4,3.2-3,0-.2,0-.6,0-.8,0-.6-.4-1.4-.8-1.8,0,0,0,0,0,0,0,0,.2,0,.3,0,.4-.2.7-.6.8-1-.1-1.6-.5-3.2-.8-4.8,0-.3.3-.6.5-.8.9-.9,2.2-1.9,2.9-2.8.1-.2.3-.4.3-.6,0-.1,0-.3,0-.4h0ZM36.7,28.6h-1.5v11.3c0,.2-.4,1-.6,1.2-.2.2-.9.6-1.1.6h-6.6v-7.6c0-.3-.3-1-.4-1.3-1.5-2.9-5.8-3-7.3,0-.1.2-.5,1-.5,1.3v7.7h-6.6c-.6,0-1.7-1.1-1.7-1.7v-11.4h-1.5c-1.4,0-2.4-2.5-1.3-3.5l12.4-10.3c1.3-1,3.2-1.2,4.7-.4,4.4,3.5,8.7,7.1,13,10.7,1.1,1,.2,3.5-1.3,3.5h0ZM42.1,14.2l-3.3,3.2c-.2.2-.3.5-.4.7.2,1.6.5,3.2.8,4.8,0,.5-.4.7-.9.5-.3-.1-.7-.3-1-.5,0,0,0,0,0,0-3.6-3-7.1-6.2-10.8-9.1-.3-.2-.5-.4-.8-.5h0s0,0,0,0c1.5-.3,3.1-.4,4.5-.7.5-.1.8-.3,1-.7.7-1.2,1.2-2.7,1.9-3.9,0-.2.3-.3.5-.3.2,0,.5.1.6.3.7,1.2,1.2,2.7,1.9,3.9.3.4.5.6,1,.7,1.4.3,3,.3,4.4.6.5.1.7.5.4.9Z'/%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M43,13.7c-.1-.5-.4-.9-.9-1-1.5-.3-3.1-.4-4.6-.7-.3,0-.4-.1-.5-.4-.6-1-1.2-2.4-1.7-3.5-.2-.4-.4-.8-.9-1-.7-.3-1.3,0-1.7.6-.7,1.2-1.2,2.7-2,3.9-.2.2-.2.3-.5.4-1.4.3-3,.3-4.4.6-.3,0-.6.2-.8.4-2-.9-4-.6-6,.9-4,3.1-7.8,6.7-11.8,9.8-2.5,2-1.3,5.9,1.9,6.1v10c0,1.3,1.6,3.2,2.9,3.2h8v-8.9c0-1,1.4-2.1,2.4-2.2,1.3-.2,3.1.9,3.1,2.4v8.8h8c1.3,0,3-1.9,2.9-3.2v-9.9c1.6,0,3-1.4,3.2-3,0-.2,0-.6,0-.8,0-.6-.4-1.4-.8-1.8,0,0,0,0,0,0,0,0,.2,0,.3,0,.4-.2.7-.6.8-1-.1-1.6-.5-3.2-.8-4.8,0-.3.3-.6.5-.8.9-.9,2.2-1.9,2.9-2.8.1-.2.3-.4.3-.6,0-.1,0-.3,0-.4h0ZM36.7,28.6h-1.5v11.3c0,.2-.4,1-.6,1.2-.2.2-.9.6-1.1.6h-6.6v-7.6c0-.3-.3-1-.4-1.3-1.5-2.9-5.8-3-7.3,0-.1.2-.5,1-.5,1.3v7.7h-6.6c-.6,0-1.7-1.1-1.7-1.7v-11.4h-1.5c-1.4,0-2.4-2.5-1.3-3.5l12.4-10.3c1.3-1,3.2-1.2,4.7-.4,4.4,3.5,8.7,7.1,13,10.7,1.1,1,.2,3.5-1.3,3.5h0ZM42.1,14.2l-3.3,3.2c-.2.2-.3.5-.4.7.2,1.6.5,3.2.8,4.8,0,.5-.4.7-.9.5-.3-.1-.7-.3-1-.5,0,0,0,0,0,0-3.6-3-7.1-6.2-10.8-9.1-.3-.2-.5-.4-.8-.5h0s0,0,0,0c1.5-.3,3.1-.4,4.5-.7.5-.1.8-.3,1-.7.7-1.2,1.2-2.7,1.9-3.9,0-.2.3-.3.5-.3.2,0,.5.1.6.3.7,1.2,1.2,2.7,1.9,3.9.3.4.5.6,1,.7,1.4.3,3,.3,4.4.6.5.1.7.5.4.9Z'/%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-homeactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M43,13.7c-.1-.5-.4-.9-.9-1-1.5-.3-3.1-.4-4.6-.7-.3,0-.4-.1-.5-.4-.6-1-1.2-2.4-1.7-3.5-.2-.4-.4-.8-.9-1-.7-.3-1.3,0-1.7.6-.7,1.2-1.2,2.7-2,3.9-.2.2-.2.3-.5.4-1.4.3-3,.3-4.4.6-.3,0-.6.2-.8.4-2-.9-4-.6-6,.9-4,3.1-7.8,6.7-11.8,9.8-2.5,2-1.3,5.9,1.9,6.1v10c0,1.3,1.6,3.2,2.9,3.2h8v-8.9c0-1,1.4-2.1,2.4-2.2,1.3-.2,3.1.9,3.1,2.4v8.8h8c1.3,0,3-1.9,2.9-3.2v-9.9c1.6,0,3-1.4,3.2-3,0-.2,0-.6,0-.8,0-.6-.4-1.4-.8-1.8,0,0,0,0,0,0,0,0,.2,0,.3,0,.4-.2.7-.6.8-1-.1-1.6-.5-3.2-.8-4.8,0-.3.3-.6.5-.8.9-.9,2.2-1.9,2.9-2.8.1-.2.3-.4.3-.6,0-.1,0-.3,0-.4h0ZM25.8,13.4s0,0,0,0c0,0,0,0,0,0ZM36.7,28.6h-1.5v11.3c0,.2-.4,1-.6,1.2-.2.2-.9.6-1.1.6h-6.6v-7.6c0-.3-.3-1-.4-1.3-1.5-2.9-5.8-3-7.3,0-.1.2-.5,1-.5,1.3v7.7h-6.6c-.6,0-1.7-1.1-1.7-1.7v-11.4h-1.5c-1.4,0-2.4-2.5-1.3-3.5l12.4-10.3c1.3-1,3.2-1.2,4.7-.4,4.4,3.5,8.7,7.1,13,10.7,1.1,1,.2,3.5-1.3,3.5h0Z'/%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M43,13.7c-.1-.5-.4-.9-.9-1-1.5-.3-3.1-.4-4.6-.7-.3,0-.4-.1-.5-.4-.6-1-1.2-2.4-1.7-3.5-.2-.4-.4-.8-.9-1-.7-.3-1.3,0-1.7.6-.7,1.2-1.2,2.7-2,3.9-.2.2-.2.3-.5.4-1.4.3-3,.3-4.4.6-.3,0-.6.2-.8.4-2-.9-4-.6-6,.9-4,3.1-7.8,6.7-11.8,9.8-2.5,2-1.3,5.9,1.9,6.1v10c0,1.3,1.6,3.2,2.9,3.2h8v-8.9c0-1,1.4-2.1,2.4-2.2,1.3-.2,3.1.9,3.1,2.4v8.8h8c1.3,0,3-1.9,2.9-3.2v-9.9c1.6,0,3-1.4,3.2-3,0-.2,0-.6,0-.8,0-.6-.4-1.4-.8-1.8,0,0,0,0,0,0,0,0,.2,0,.3,0,.4-.2.7-.6.8-1-.1-1.6-.5-3.2-.8-4.8,0-.3.3-.6.5-.8.9-.9,2.2-1.9,2.9-2.8.1-.2.3-.4.3-.6,0-.1,0-.3,0-.4h0ZM25.8,13.4s0,0,0,0c0,0,0,0,0,0ZM36.7,28.6h-1.5v11.3c0,.2-.4,1-.6,1.2-.2.2-.9.6-1.1.6h-6.6v-7.6c0-.3-.3-1-.4-1.3-1.5-2.9-5.8-3-7.3,0-.1.2-.5,1-.5,1.3v7.7h-6.6c-.6,0-1.7-1.1-1.7-1.7v-11.4h-1.5c-1.4,0-2.4-2.5-1.3-3.5l12.4-10.3c1.3-1,3.2-1.2,4.7-.4,4.4,3.5,8.7,7.1,13,10.7,1.1,1,.2,3.5-1.3,3.5h0Z'/%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-casino {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M40.1,12.4h-12.1c-.4-1.2-.6-2.6-1-3.8-.3-.8-.8-1.3-1.7-1.5h-.8L7.1,11.8c-.8.4-1.2,1.4-1,2.3l7,26c.4.8,1.3,1.2,2.1,1.1l5.2-1.3v1.3c0,.9,1.2,1.9,2.1,1.8h17.6c1-.1,1.7-.8,1.9-1.8V14.1c-.2-.9-.9-1.6-1.9-1.7ZM20.3,14.1v5.2c-.6-.2-1.3-1-1.9-.5l-2.9,4.9c-1.5,3.2,1.6,6.2,4.7,4.9v9.7l-5.1,1.4c-.3,0-.7,0-.9-.3-2.1-8.3-4.6-16.6-6.7-24.9-.1-.5-.5-1.2,0-1.6l17.2-4.6c.4,0,.6.2.8.5l.9,3.4h-4.4c-.7,0-1.8,1.1-1.8,1.8ZM20.3,27c-1.7,1.6-4.3,0-3.6-2.3l2.4-4.2c.2,0,.9.5,1.2.6v6s0,0,0,0ZM40.6,40.9c0,.4-.3.7-.7.7h-17.6c-.2-.1-.4-.3-.5-.5V14.2c0-.3.3-.5.6-.5h17.4c.4,0,.7.2.7.7v9.4s0,17.1,0,17.1h0Z'/%3e%3cpath class='st1' d='M12.6,14.3c-.5-.6-1.1-.5-1.3.3,0,1.3-.4,2.7-.4,4,0,.4,0,.9.5.9.8.1.9-.7.9-1.2,0-.6.1-1.1.1-1.7.5.4,1.3,2.1,1.9,2.2.7.1,1-.6.7-1.1-.4-.7-1.9-2.7-2.4-3.3h0Z'/%3e%3cpath class='st1' d='M37.3,26h0c-.1-.6-.4-.9-.9-1h0s0,0,0,0c-.5-.1-1-.2-1.5-.2-.5,0-.9-.1-1.3-.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.4-.4-.8-.6-1.3-.1-.3-.3-.6-.4-.9,0,0,0,0,0,0-.1-.3-.3-.6-.7-.8-.2,0-.3,0-.5,0-.4,0-.8.2-1.1.6-.2.4-.4.9-.6,1.3-.2.4-.4.8-.6,1.2,0,0,0,0,0,0,0,0,0,0,0,0-.4,0-.9.1-1.3.2-.5,0-.9.1-1.4.2-.5,0-.8.4-1,.8-.1.4,0,.8.2,1.2.3.4.7.7,1,1,.3.3.6.5.8.7,0,0,0,0,.1.1,0,0,0,0,.1.1l-.5,2.7h0s0,0,0,0c0,.4,0,.7.3,1,.2.2.5.4.9.4s.4,0,.6-.1c.4-.2.9-.4,1.3-.7.3-.2.6-.3.9-.5,0,0,0,0,0,0,0,0,0,0,.1,0,0,0,0,0,.1,0,0,0,0,0,0,0,.3.2.7.3,1,.5.3.2.6.3.9.5,0,0,0,0,.1,0,.2.1.5.3.9.3s.3,0,.5-.1c.4-.2.6-.5.7-.9h0c0,0,0-.1,0-.1,0-.7-.2-1.4-.3-2,0-.3-.1-.6-.2-1,0,0,0-.1.1-.2,0,0,0,0,0,0,.2-.2.4-.4.6-.6.4-.4.9-.8,1.2-1.2.1-.1.2-.4.3-.6,0,0,0-.1,0-.2,0,0,0,0,0,0h0c0,0,0,0,0,0ZM34,28.1h0s0,0,0,0c-.2.2-.3.4-.3.7h0s0,0,0,0c0,.7.2,1.3.3,1.9,0,.3.1.6.2.9-.4-.2-.7-.4-1.1-.6-.4-.2-.9-.5-1.3-.7-.2,0-.4-.1-.5-.1s-.3,0-.5.1c-.5.2-.9.4-1.3.7-.4.2-.7.4-1,.6l.5-2.6h0s0,0,0,0c0-.2,0-.5-.2-.8h0s0,0,0,0c-.3-.4-.7-.8-1.1-1.1-.4-.3-.7-.6-.9-.9.4,0,.8-.1,1.2-.2.5,0,.9-.1,1.4-.2.4,0,.7-.3.9-.7.2-.4.4-.9.6-1.3.2-.4.3-.7.5-1.1.2.3.4.7.5,1.1.2.4.4.9.7,1.3.2.4.5.6.9.7.4,0,.9.1,1.3.2.5,0,.9,0,1.3.2l-1.9,1.9h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M40.1,12.4h-12.1c-.4-1.2-.6-2.6-1-3.8-.3-.8-.8-1.3-1.7-1.5h-.8L7.1,11.8c-.8.4-1.2,1.4-1,2.3l7,26c.4.8,1.3,1.2,2.1,1.1l5.2-1.3v1.3c0,.9,1.2,1.9,2.1,1.8h17.6c1-.1,1.7-.8,1.9-1.8V14.1c-.2-.9-.9-1.6-1.9-1.7ZM20.3,14.1v5.2c-.6-.2-1.3-1-1.9-.5l-2.9,4.9c-1.5,3.2,1.6,6.2,4.7,4.9v9.7l-5.1,1.4c-.3,0-.7,0-.9-.3-2.1-8.3-4.6-16.6-6.7-24.9-.1-.5-.5-1.2,0-1.6l17.2-4.6c.4,0,.6.2.8.5l.9,3.4h-4.4c-.7,0-1.8,1.1-1.8,1.8ZM20.3,27c-1.7,1.6-4.3,0-3.6-2.3l2.4-4.2c.2,0,.9.5,1.2.6v6s0,0,0,0ZM40.6,40.9c0,.4-.3.7-.7.7h-17.6c-.2-.1-.4-.3-.5-.5V14.2c0-.3.3-.5.6-.5h17.4c.4,0,.7.2.7.7v9.4s0,17.1,0,17.1h0Z'/%3e%3cpath class='st1' d='M12.6,14.3c-.5-.6-1.1-.5-1.3.3,0,1.3-.4,2.7-.4,4,0,.4,0,.9.5.9.8.1.9-.7.9-1.2,0-.6.1-1.1.1-1.7.5.4,1.3,2.1,1.9,2.2.7.1,1-.6.7-1.1-.4-.7-1.9-2.7-2.4-3.3h0Z'/%3e%3cpath class='st1' d='M37.3,26h0c-.1-.6-.4-.9-.9-1h0s0,0,0,0c-.5-.1-1-.2-1.5-.2-.5,0-.9-.1-1.3-.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.4-.4-.8-.6-1.3-.1-.3-.3-.6-.4-.9,0,0,0,0,0,0-.1-.3-.3-.6-.7-.8-.2,0-.3,0-.5,0-.4,0-.8.2-1.1.6-.2.4-.4.9-.6,1.3-.2.4-.4.8-.6,1.2,0,0,0,0,0,0,0,0,0,0,0,0-.4,0-.9.1-1.3.2-.5,0-.9.1-1.4.2-.5,0-.8.4-1,.8-.1.4,0,.8.2,1.2.3.4.7.7,1,1,.3.3.6.5.8.7,0,0,0,0,.1.1,0,0,0,0,.1.1l-.5,2.7h0s0,0,0,0c0,.4,0,.7.3,1,.2.2.5.4.9.4s.4,0,.6-.1c.4-.2.9-.4,1.3-.7.3-.2.6-.3.9-.5,0,0,0,0,0,0,0,0,0,0,.1,0,0,0,0,0,.1,0,0,0,0,0,0,0,.3.2.7.3,1,.5.3.2.6.3.9.5,0,0,0,0,.1,0,.2.1.5.3.9.3s.3,0,.5-.1c.4-.2.6-.5.7-.9h0c0,0,0-.1,0-.1,0-.7-.2-1.4-.3-2,0-.3-.1-.6-.2-1,0,0,0-.1.1-.2,0,0,0,0,0,0,.2-.2.4-.4.6-.6.4-.4.9-.8,1.2-1.2.1-.1.2-.4.3-.6,0,0,0-.1,0-.2,0,0,0,0,0,0h0c0,0,0,0,0,0ZM34,28.1h0s0,0,0,0c-.2.2-.3.4-.3.7h0s0,0,0,0c0,.7.2,1.3.3,1.9,0,.3.1.6.2.9-.4-.2-.7-.4-1.1-.6-.4-.2-.9-.5-1.3-.7-.2,0-.4-.1-.5-.1s-.3,0-.5.1c-.5.2-.9.4-1.3.7-.4.2-.7.4-1,.6l.5-2.6h0s0,0,0,0c0-.2,0-.5-.2-.8h0s0,0,0,0c-.3-.4-.7-.8-1.1-1.1-.4-.3-.7-.6-.9-.9.4,0,.8-.1,1.2-.2.5,0,.9-.1,1.4-.2.4,0,.7-.3.9-.7.2-.4.4-.9.6-1.3.2-.4.3-.7.5-1.1.2.3.4.7.5,1.1.2.4.4.9.7,1.3.2.4.5.6.9.7.4,0,.9.1,1.3.2.5,0,.9,0,1.3.2l-1.9,1.9h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-casinoactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M40.1,12.4h-12.1c-.4-1.2-.6-2.6-1-3.8-.3-.8-.8-1.3-1.7-1.5h-.8L7.1,11.8c-.8.4-1.2,1.4-1,2.3l7,26c.4.8,1.3,1.2,2.1,1.1l5.2-1.3v1.3c0,.9,1.2,1.9,2.1,1.8h17.6c1-.1,1.7-.8,1.9-1.8V14.1c-.2-.9-.9-1.6-1.9-1.7ZM20.3,14.1v5.2c-.6-.2-1.3-1-1.9-.5l-2.9,4.9c-1.5,3.2,1.6,6.2,4.7,4.9v9.7l-5.1,1.4c-.3,0-.7,0-.9-.3-2.1-8.3-4.6-16.6-6.7-24.9-.1-.5-.5-1.2,0-1.6l17.2-4.6c.4,0,.6.2.8.5l.9,3.4h-4.4c-.7,0-1.8,1.1-1.8,1.8ZM20.3,27c-1.7,1.6-4.3,0-3.6-2.3l2.4-4.2c.2,0,.9.5,1.2.6v6s0,0,0,0ZM40.6,40.9c0,.4-.3.7-.7.7h-17.6c-.2-.1-.4-.3-.5-.5V14.2c0-.3.3-.5.6-.5h17.4c.4,0,.7.2.7.7v9.4s0,17.1,0,17.1h0Z'/%3e%3cpath class='st1' d='M12.6,14.3c-.5-.6-1.1-.5-1.3.3,0,1.3-.4,2.7-.4,4,0,.4,0,.9.5.9.8.1.9-.7.9-1.2,0-.6.1-1.1.1-1.7.5.4,1.3,2.1,1.9,2.2.7.1,1-.6.7-1.1-.4-.7-1.9-2.7-2.4-3.3h0Z'/%3e%3cpath class='st1' d='M37.3,26h0c-.1-.6-.4-.9-.9-1h0s0,0,0,0c-.5-.1-1-.2-1.5-.2-.5,0-.9-.1-1.3-.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.4-.4-.8-.6-1.3-.1-.3-.3-.6-.4-.9,0,0,0,0,0,0-.1-.3-.3-.6-.7-.8-.2,0-.3,0-.5,0-.4,0-.8.2-1.1.6-.2.4-.4.9-.6,1.3-.2.4-.4.8-.6,1.2,0,0,0,0,0,0,0,0,0,0,0,0-.4,0-.9.1-1.3.2-.5,0-.9.1-1.4.2-.5,0-.8.4-1,.8-.1.4,0,.8.2,1.2.3.4.7.7,1,1,.3.3.6.5.8.7,0,0,0,0,.1.1,0,0,0,0,.1.1l-.5,2.7h0s0,0,0,0c0,.4,0,.7.3,1,.2.2.5.4.9.4s.4,0,.6-.1c.4-.2.9-.4,1.3-.7.3-.2.6-.3.9-.5,0,0,0,0,0,0,0,0,0,0,.1,0,0,0,0,0,.1,0,0,0,0,0,0,0,.3.2.7.3,1,.5.3.2.6.3.9.5,0,0,0,0,.1,0,.2.1.5.3.9.3s.3,0,.5-.1c.4-.2.6-.5.7-.9h0c0,0,0-.1,0-.1,0-.7-.2-1.4-.3-2,0-.3-.1-.6-.2-1,0,0,0-.1.1-.2,0,0,0,0,0,0,.2-.2.4-.4.6-.6.4-.4.9-.8,1.2-1.2.1-.1.2-.4.3-.6,0,0,0-.1,0-.2,0,0,0,0,0,0h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M40.1,12.4h-12.1c-.4-1.2-.6-2.6-1-3.8-.3-.8-.8-1.3-1.7-1.5h-.8L7.1,11.8c-.8.4-1.2,1.4-1,2.3l7,26c.4.8,1.3,1.2,2.1,1.1l5.2-1.3v1.3c0,.9,1.2,1.9,2.1,1.8h17.6c1-.1,1.7-.8,1.9-1.8V14.1c-.2-.9-.9-1.6-1.9-1.7ZM20.3,14.1v5.2c-.6-.2-1.3-1-1.9-.5l-2.9,4.9c-1.5,3.2,1.6,6.2,4.7,4.9v9.7l-5.1,1.4c-.3,0-.7,0-.9-.3-2.1-8.3-4.6-16.6-6.7-24.9-.1-.5-.5-1.2,0-1.6l17.2-4.6c.4,0,.6.2.8.5l.9,3.4h-4.4c-.7,0-1.8,1.1-1.8,1.8ZM20.3,27c-1.7,1.6-4.3,0-3.6-2.3l2.4-4.2c.2,0,.9.5,1.2.6v6s0,0,0,0ZM40.6,40.9c0,.4-.3.7-.7.7h-17.6c-.2-.1-.4-.3-.5-.5V14.2c0-.3.3-.5.6-.5h17.4c.4,0,.7.2.7.7v9.4s0,17.1,0,17.1h0Z'/%3e%3cpath class='st1' d='M12.6,14.3c-.5-.6-1.1-.5-1.3.3,0,1.3-.4,2.7-.4,4,0,.4,0,.9.5.9.8.1.9-.7.9-1.2,0-.6.1-1.1.1-1.7.5.4,1.3,2.1,1.9,2.2.7.1,1-.6.7-1.1-.4-.7-1.9-2.7-2.4-3.3h0Z'/%3e%3cpath class='st1' d='M37.3,26h0c-.1-.6-.4-.9-.9-1h0s0,0,0,0c-.5-.1-1-.2-1.5-.2-.5,0-.9-.1-1.3-.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.4-.4-.8-.6-1.3-.1-.3-.3-.6-.4-.9,0,0,0,0,0,0-.1-.3-.3-.6-.7-.8-.2,0-.3,0-.5,0-.4,0-.8.2-1.1.6-.2.4-.4.9-.6,1.3-.2.4-.4.8-.6,1.2,0,0,0,0,0,0,0,0,0,0,0,0-.4,0-.9.1-1.3.2-.5,0-.9.1-1.4.2-.5,0-.8.4-1,.8-.1.4,0,.8.2,1.2.3.4.7.7,1,1,.3.3.6.5.8.7,0,0,0,0,.1.1,0,0,0,0,.1.1l-.5,2.7h0s0,0,0,0c0,.4,0,.7.3,1,.2.2.5.4.9.4s.4,0,.6-.1c.4-.2.9-.4,1.3-.7.3-.2.6-.3.9-.5,0,0,0,0,0,0,0,0,0,0,.1,0,0,0,0,0,.1,0,0,0,0,0,0,0,.3.2.7.3,1,.5.3.2.6.3.9.5,0,0,0,0,.1,0,.2.1.5.3.9.3s.3,0,.5-.1c.4-.2.6-.5.7-.9h0c0,0,0-.1,0-.1,0-.7-.2-1.4-.3-2,0-.3-.1-.6-.2-1,0,0,0-.1.1-.2,0,0,0,0,0,0,.2-.2.4-.4.6-.6.4-.4.9-.8,1.2-1.2.1-.1.2-.4.3-.6,0,0,0-.1,0-.2,0,0,0,0,0,0h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-sport {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='7' y='7' width='35' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M41.1,18.1c-1.1-2.8-3.4-5.7-6.2-7.8-3.1-2.4-6.4-3.5-9.2-3.3-2.4.2-4.3,1.7-5,3.8-.3,1-.4,2.1-.3,3.1-.5,0-1-.2-1.5-.2-.5,0-1.1-.1-1.6-.2,0,0,0,0-.1,0,0,0,0,0,0-.1-.3-.5-.5-1-.8-1.5-.2-.3-.3-.7-.5-1,0,0,0,0,0,0-.2-.3-.3-.6-.8-.8-.2,0-.3,0-.5,0-.4,0-.8.2-1.1.6-.3.5-.5,1-.7,1.5-.2.5-.4,1-.7,1.4,0,0,0,0,0,.1,0,0,0,0-.1,0-.5.1-1,.2-1.6.2-.5,0-1.1.1-1.6.2-.5,0-.8.4-1,.8-.1.4,0,.8.2,1.2.3.4.8.8,1.2,1.2.3.3.7.6.9.9,0,0,0,0,.1.1.1.1.2.2.2.3l-.6,3.2h0c0,.4,0,.8.3,1.1.2.2.5.4.9.4s.4,0,.6-.1c.5-.2,1-.5,1.5-.8.4-.2.7-.4,1.1-.6,0,0,0,0,0,0,0,0,.2,0,.2,0,0,0,.2,0,.2,0,0,0,0,0,0,0,.4.2.8.4,1.1.6.2,0,.4.2.5.3-1.2,0-2.4.4-3.5.9-1.7.8-3.1,2-4.2,3.4-1.1,1.6-1.8,3.4-1.9,5.4v1.1c0,0,0,0,0,0,.1,2,.8,3.8,1.9,5.4,1.1,1.5,2.6,2.6,4.3,3.3,1.7.7,3.6,1,5.4.8,1.9-.2,3.8-1.1,5.3-2.4,2.4-2,3.7-5,3.6-8.1,0-3.1-1.5-6-4-7.8-1.4-1-2.9-1.7-4.5-2,.1-.2.2-.3.2-.5h0s0,0,0,0c0-.8-.2-1.6-.4-2.3,0-.4-.1-.8-.2-1.2,0,0,.1-.2.2-.3,0,0,0,0,0,0,.2-.2.5-.4.7-.7.4-.3.7-.7,1.1-1,1.6,4.9,6.6,9.7,10.7,11.2,3.6,1.4,6.8,1.1,8.7-.8,1.9-1.9,2.2-5.1.8-8.7ZM11.7,25.2c.3-.2.6-.4.7-.5,1.3-.8,2.7-1.2,4.3-1.4h0s.3.2.3.2h0c0,2.1.9,4.2,2.4,6h0c0,.1-2.3,2.5-2.3,2.5l-6.2-6.1h0c0-.2,0-.3.6-.7h0ZM8.7,29.1c0-.2.4-.8.7-1.4.7-1.1.9-1.1,1-1.1h0s6.2,6.2,6.2,6.2l-2.3,2.3h-.1c-1.9-1.7-4-2.6-6.1-2.6h-.2v-.2c0-1,.2-2.2.7-3.3h0ZM10.3,38.9c-1.3-1.4-2.2-3.4-2.3-5.3v-.2s.2,0,.2,0c1.8,0,3.8.8,5.3,2.1h0c0,0-.1.5-.1.5l-3,3h-.1c0-.1,0-.1,0-.1ZM16.6,42.1c-2.1-.2-4-1-5.4-2.3h-.1c0-.1,3.3-3.4,3.3-3.4h.1c1.4,1.6,2.2,3.6,2.3,5.5v.2s-.2,0-.2,0ZM23.4,39.9c-1.2,1-3.1,2.1-5.5,2.2h-.1s0-.1,0-.1c-.3-2.4-1.2-4.5-2.7-6h-.1c0-.1,2.3-2.4,2.3-2.4l6.2,6.3h-.1ZM26.7,33.3c0,2-.9,4-2.3,5.6h-.1c0,.1-6.2-6.2-6.2-6.2l2.3-2.3h.1c1.8,1.7,4,2.6,6.1,2.7h.2s0,.2,0,.2h0ZM24.4,26.6c1.3,1.4,2.2,3.3,2.3,5.4v.2s-.2,0-.2,0c-1.9,0-3.8-.9-5.4-2.3h-.1c0-.1,3.3-3.4,3.3-3.4h.1c0,.1,0,.1,0,.1ZM23.7,25.7l-3.5,3.4v-.2c-1-1.4-2.1-3.2-2.2-5.3v-.2s.2,0,.2,0c2.2,0,4,1.2,5.3,2.1h.2c0,.1,0,.1,0,.1ZM20.4,15.3l-2.3,2.3h0s0,0,0,0c-.2.2-.3.4-.3.7h0s0,0,0,0c0,.8.2,1.5.3,2.2,0,.4.2.8.2,1.2,0,.1,0,.1-.1.1s0,0-.1,0c-.4-.2-.9-.5-1.4-.7-.5-.3-1-.6-1.5-.8-.2,0-.4-.1-.5-.1s-.3,0-.5.1c-.5.2-1,.5-1.6.8-.4.3-.9.5-1.3.7h0s0,0,0,0c0,0,0,0,0,0,0,0-.1,0-.1-.1l.6-3.2h0c0-.3,0-.6-.2-.8h0s0,0,0,0c-.4-.5-.8-.9-1.3-1.3-.4-.4-.9-.8-1.2-1.2,0,0,0-.1,0-.1,0,0,0,0,0,0,.5-.1,1.1-.2,1.6-.2.5,0,1.1-.1,1.6-.2.5,0,.7-.3.9-.7.3-.5.5-1,.7-1.5.2-.5.4-.9.7-1.4h0s0,0,0,0c0,0,0,0,.1,0h0s0,0,.1,0h0s0,0,0,0c.2.4.5.9.7,1.4.2.5.5,1,.8,1.5.2.4.5.6.9.7.5.1,1,.2,1.5.2.5,0,1.1.1,1.6.2.1,0,.2,0,.2,0,0,0,0,0,0,.1h0ZM21.9,10.5c.6-1.1,1.5-1.9,2.8-2.3.9-.3,1.9-.4,2.7-.2h.3s-6.3,6.5-6.3,6.5v-.3c-.2-1.4,0-2.7.5-3.6ZM22.1,16.9c-.1-.1-.4-.9-.4-1.2,0-.1,0-.2.1-.3l6.9-6.9h0c.3-.2.7,0,1,0,.2,0,.3.1.5.1h.4s-8.3,8.4-8.3,8.4h-.1c0,0,0,0,0,0ZM31,26.4h-.1c-3.7-1.9-6.7-4.9-8.2-8.3h0c0,0,8.8-8.9,8.8-8.9h.1c3.5,1.7,6.6,4.8,8.3,8.3h0c0,.1-8.9,8.9-8.9,8.9ZM33.4,27.3c-.2,0-.6,0-1.2-.4h-.2c0,0,8.5-8.5,8.5-8.5v.4c0,.2,0,.3.1.5.1.3.2.6,0,.9h0s-7,6.9-7,6.9c0,0-.1,0-.3,0h0ZM38.7,27c-.3.2-1.5.6-1.8.6h-2.4l6.4-6.4v.3c.4,1.9-.2,4.4-2.3,5.5h0Z'/%3e%3cpath class='st1' d='M34.9,18.7h0c-.3,0-.6.3-.8.5-.2.2-.3.3-.5.3h0s-.8-.9-.8-.9h0c0-.2.1-.2.2-.3.2-.3.7-.7.6-1,0,0-.1-.2-.3-.2-.3,0-.5.1-.8.4-.2.2-.4.4-.7.3h0s-.7-.8-.7-.8h0c0-.3.2-.4.4-.6.4-.3.5-.5.3-.8,0-.1-.2-.2-.3-.2-.4,0-.9.6-1.1.8h-.1c0,.1-.9-.9-.9-.9h0c0-.2.2-.3.4-.6.1-.1.3-.3.3-.3,0-.2,0-.4,0-.5-.1-.1-.3-.2-.5-.2-.2,0-.3.2-.5.4-.1.1-.3.3-.4.4h0s0,0,0,0c-.1,0-.2,0-.4-.2-.2-.1-.4-.3-.5-.3,0,0-.2,0-.2.2-.2.3,0,.5.2.8.1.1.2.2.2.3,0,0,0,.2-.2.3-.2.2-.6.6-.5.9,0,.1.1.2.3.3.3.1.4,0,.7-.3.1-.1.2-.3.4-.4.3-.1.6.2.8.5,0,0,.2.2.2.2h.2c0,.1-.2.3-.2.3-.6.5-.8.9-.7,1.1,0,.1.1.2.2.2.2,0,.7-.1,1.1-.7v-.2c.1,0,1,.9,1,.9h0c0,.2-.1.4-.3.6-.2.2-.5.4-.4.7,0,0,0,.2.2.3.3.3.6,0,.9-.3.2-.2.3-.3.5-.3s0,0,0,0h0s.9.9.9.9h-.1c-.3.4-.8.9-.8,1.2,0,0,0,.2.2.2.3.2.6,0,.9-.4.1-.1.2-.2.3-.3h.1c0-.1,0,0,0,0,.2.3.7.5.9.4.2,0,.2-.3.2-.5,0,0,0-.2-.2-.2-.1,0-.2-.2-.2-.4s.2-.4.4-.5c.4-.4.6-.6.3-.9,0,0-.2-.1-.2-.1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='7' y='7' width='35' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M41.1,18.1c-1.1-2.8-3.4-5.7-6.2-7.8-3.1-2.4-6.4-3.5-9.2-3.3-2.4.2-4.3,1.7-5,3.8-.3,1-.4,2.1-.3,3.1-.5,0-1-.2-1.5-.2-.5,0-1.1-.1-1.6-.2,0,0,0,0-.1,0,0,0,0,0,0-.1-.3-.5-.5-1-.8-1.5-.2-.3-.3-.7-.5-1,0,0,0,0,0,0-.2-.3-.3-.6-.8-.8-.2,0-.3,0-.5,0-.4,0-.8.2-1.1.6-.3.5-.5,1-.7,1.5-.2.5-.4,1-.7,1.4,0,0,0,0,0,.1,0,0,0,0-.1,0-.5.1-1,.2-1.6.2-.5,0-1.1.1-1.6.2-.5,0-.8.4-1,.8-.1.4,0,.8.2,1.2.3.4.8.8,1.2,1.2.3.3.7.6.9.9,0,0,0,0,.1.1.1.1.2.2.2.3l-.6,3.2h0c0,.4,0,.8.3,1.1.2.2.5.4.9.4s.4,0,.6-.1c.5-.2,1-.5,1.5-.8.4-.2.7-.4,1.1-.6,0,0,0,0,0,0,0,0,.2,0,.2,0,0,0,.2,0,.2,0,0,0,0,0,0,0,.4.2.8.4,1.1.6.2,0,.4.2.5.3-1.2,0-2.4.4-3.5.9-1.7.8-3.1,2-4.2,3.4-1.1,1.6-1.8,3.4-1.9,5.4v1.1c0,0,0,0,0,0,.1,2,.8,3.8,1.9,5.4,1.1,1.5,2.6,2.6,4.3,3.3,1.7.7,3.6,1,5.4.8,1.9-.2,3.8-1.1,5.3-2.4,2.4-2,3.7-5,3.6-8.1,0-3.1-1.5-6-4-7.8-1.4-1-2.9-1.7-4.5-2,.1-.2.2-.3.2-.5h0s0,0,0,0c0-.8-.2-1.6-.4-2.3,0-.4-.1-.8-.2-1.2,0,0,.1-.2.2-.3,0,0,0,0,0,0,.2-.2.5-.4.7-.7.4-.3.7-.7,1.1-1,1.6,4.9,6.6,9.7,10.7,11.2,3.6,1.4,6.8,1.1,8.7-.8,1.9-1.9,2.2-5.1.8-8.7ZM11.7,25.2c.3-.2.6-.4.7-.5,1.3-.8,2.7-1.2,4.3-1.4h0s.3.2.3.2h0c0,2.1.9,4.2,2.4,6h0c0,.1-2.3,2.5-2.3,2.5l-6.2-6.1h0c0-.2,0-.3.6-.7h0ZM8.7,29.1c0-.2.4-.8.7-1.4.7-1.1.9-1.1,1-1.1h0s6.2,6.2,6.2,6.2l-2.3,2.3h-.1c-1.9-1.7-4-2.6-6.1-2.6h-.2v-.2c0-1,.2-2.2.7-3.3h0ZM10.3,38.9c-1.3-1.4-2.2-3.4-2.3-5.3v-.2s.2,0,.2,0c1.8,0,3.8.8,5.3,2.1h0c0,0-.1.5-.1.5l-3,3h-.1c0-.1,0-.1,0-.1ZM16.6,42.1c-2.1-.2-4-1-5.4-2.3h-.1c0-.1,3.3-3.4,3.3-3.4h.1c1.4,1.6,2.2,3.6,2.3,5.5v.2s-.2,0-.2,0ZM23.4,39.9c-1.2,1-3.1,2.1-5.5,2.2h-.1s0-.1,0-.1c-.3-2.4-1.2-4.5-2.7-6h-.1c0-.1,2.3-2.4,2.3-2.4l6.2,6.3h-.1ZM26.7,33.3c0,2-.9,4-2.3,5.6h-.1c0,.1-6.2-6.2-6.2-6.2l2.3-2.3h.1c1.8,1.7,4,2.6,6.1,2.7h.2s0,.2,0,.2h0ZM24.4,26.6c1.3,1.4,2.2,3.3,2.3,5.4v.2s-.2,0-.2,0c-1.9,0-3.8-.9-5.4-2.3h-.1c0-.1,3.3-3.4,3.3-3.4h.1c0,.1,0,.1,0,.1ZM23.7,25.7l-3.5,3.4v-.2c-1-1.4-2.1-3.2-2.2-5.3v-.2s.2,0,.2,0c2.2,0,4,1.2,5.3,2.1h.2c0,.1,0,.1,0,.1ZM20.4,15.3l-2.3,2.3h0s0,0,0,0c-.2.2-.3.4-.3.7h0s0,0,0,0c0,.8.2,1.5.3,2.2,0,.4.2.8.2,1.2,0,.1,0,.1-.1.1s0,0-.1,0c-.4-.2-.9-.5-1.4-.7-.5-.3-1-.6-1.5-.8-.2,0-.4-.1-.5-.1s-.3,0-.5.1c-.5.2-1,.5-1.6.8-.4.3-.9.5-1.3.7h0s0,0,0,0c0,0,0,0,0,0,0,0-.1,0-.1-.1l.6-3.2h0c0-.3,0-.6-.2-.8h0s0,0,0,0c-.4-.5-.8-.9-1.3-1.3-.4-.4-.9-.8-1.2-1.2,0,0,0-.1,0-.1,0,0,0,0,0,0,.5-.1,1.1-.2,1.6-.2.5,0,1.1-.1,1.6-.2.5,0,.7-.3.9-.7.3-.5.5-1,.7-1.5.2-.5.4-.9.7-1.4h0s0,0,0,0c0,0,0,0,.1,0h0s0,0,.1,0h0s0,0,0,0c.2.4.5.9.7,1.4.2.5.5,1,.8,1.5.2.4.5.6.9.7.5.1,1,.2,1.5.2.5,0,1.1.1,1.6.2.1,0,.2,0,.2,0,0,0,0,0,0,.1h0ZM21.9,10.5c.6-1.1,1.5-1.9,2.8-2.3.9-.3,1.9-.4,2.7-.2h.3s-6.3,6.5-6.3,6.5v-.3c-.2-1.4,0-2.7.5-3.6ZM22.1,16.9c-.1-.1-.4-.9-.4-1.2,0-.1,0-.2.1-.3l6.9-6.9h0c.3-.2.7,0,1,0,.2,0,.3.1.5.1h.4s-8.3,8.4-8.3,8.4h-.1c0,0,0,0,0,0ZM31,26.4h-.1c-3.7-1.9-6.7-4.9-8.2-8.3h0c0,0,8.8-8.9,8.8-8.9h.1c3.5,1.7,6.6,4.8,8.3,8.3h0c0,.1-8.9,8.9-8.9,8.9ZM33.4,27.3c-.2,0-.6,0-1.2-.4h-.2c0,0,8.5-8.5,8.5-8.5v.4c0,.2,0,.3.1.5.1.3.2.6,0,.9h0s-7,6.9-7,6.9c0,0-.1,0-.3,0h0ZM38.7,27c-.3.2-1.5.6-1.8.6h-2.4l6.4-6.4v.3c.4,1.9-.2,4.4-2.3,5.5h0Z'/%3e%3cpath class='st1' d='M34.9,18.7h0c-.3,0-.6.3-.8.5-.2.2-.3.3-.5.3h0s-.8-.9-.8-.9h0c0-.2.1-.2.2-.3.2-.3.7-.7.6-1,0,0-.1-.2-.3-.2-.3,0-.5.1-.8.4-.2.2-.4.4-.7.3h0s-.7-.8-.7-.8h0c0-.3.2-.4.4-.6.4-.3.5-.5.3-.8,0-.1-.2-.2-.3-.2-.4,0-.9.6-1.1.8h-.1c0,.1-.9-.9-.9-.9h0c0-.2.2-.3.4-.6.1-.1.3-.3.3-.3,0-.2,0-.4,0-.5-.1-.1-.3-.2-.5-.2-.2,0-.3.2-.5.4-.1.1-.3.3-.4.4h0s0,0,0,0c-.1,0-.2,0-.4-.2-.2-.1-.4-.3-.5-.3,0,0-.2,0-.2.2-.2.3,0,.5.2.8.1.1.2.2.2.3,0,0,0,.2-.2.3-.2.2-.6.6-.5.9,0,.1.1.2.3.3.3.1.4,0,.7-.3.1-.1.2-.3.4-.4.3-.1.6.2.8.5,0,0,.2.2.2.2h.2c0,.1-.2.3-.2.3-.6.5-.8.9-.7,1.1,0,.1.1.2.2.2.2,0,.7-.1,1.1-.7v-.2c.1,0,1,.9,1,.9h0c0,.2-.1.4-.3.6-.2.2-.5.4-.4.7,0,0,0,.2.2.3.3.3.6,0,.9-.3.2-.2.3-.3.5-.3s0,0,0,0h0s.9.9.9.9h-.1c-.3.4-.8.9-.8,1.2,0,0,0,.2.2.2.3.2.6,0,.9-.4.1-.1.2-.2.3-.3h.1c0-.1,0,0,0,0,.2.3.7.5.9.4.2,0,.2-.3.2-.5,0,0,0-.2-.2-.2-.1,0-.2-.2-.2-.4s.2-.4.4-.5c.4-.4.6-.6.3-.9,0,0-.2-.1-.2-.1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-sportactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='7' y='7' width='35' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M41.1,18.1c-1.1-2.8-3.4-5.7-6.2-7.8-3.1-2.4-6.4-3.5-9.2-3.3-2.4.2-4.3,1.7-5,3.8-.3,1-.4,2.1-.3,3.1-.5,0-1-.2-1.5-.2-.5,0-1.1-.1-1.6-.2,0,0,0,0-.1,0,0,0,0,0,0-.1-.3-.5-.5-1-.8-1.5-.2-.3-.3-.7-.5-1,0,0,0,0,0,0-.2-.3-.3-.6-.8-.8-.2,0-.3,0-.5,0-.4,0-.8.2-1.1.6-.3.5-.5,1-.7,1.5-.2.5-.4,1-.7,1.4,0,0,0,0,0,.1,0,0,0,0-.1,0-.5.1-1,.2-1.6.2-.5,0-1.1.1-1.6.2-.5,0-.8.4-1,.8-.1.4,0,.8.2,1.2.3.4.8.8,1.2,1.2.3.3.7.6.9.9,0,0,0,0,.1.1.1.1.2.2.2.3l-.6,3.2h0c0,.4,0,.8.3,1.1.2.2.5.4.9.4s.4,0,.6-.1c.5-.2,1-.5,1.5-.8.4-.2.7-.4,1.1-.6,0,0,0,0,0,0,0,0,.2,0,.2,0,0,0,.2,0,.2,0,0,0,0,0,0,0,.4.2.8.4,1.1.6.2,0,.4.2.5.3-1.2,0-2.4.4-3.5.9-1.7.8-3.1,2-4.2,3.4-1.1,1.6-1.8,3.4-1.9,5.4v1.1c0,0,0,0,0,0,.1,2,.8,3.8,1.9,5.4,1.1,1.5,2.6,2.6,4.3,3.3,1.7.7,3.6,1,5.4.8,1.9-.2,3.8-1.1,5.3-2.4,2.4-2,3.7-5,3.6-8.1,0-3.1-1.5-6-4-7.8-1.4-1-2.9-1.7-4.5-2,.1-.2.2-.3.2-.5h0s0,0,0,0c0-.8-.2-1.6-.4-2.3,0-.4-.1-.8-.2-1.2,0,0,.1-.2.2-.3,0,0,0,0,0,0,.2-.2.5-.4.7-.7.4-.3.7-.7,1.1-1,1.6,4.9,6.6,9.7,10.7,11.2,3.6,1.4,6.8,1.1,8.7-.8,1.9-1.9,2.2-5.1.8-8.7ZM11.7,25.2c.3-.2.6-.4.7-.5,1.3-.8,2.7-1.2,4.3-1.4h0s.3.2.3.2h0c0,2.1.9,4.2,2.4,6h0c0,.1-2.3,2.5-2.3,2.5l-6.2-6.1h0c0-.2,0-.3.6-.7h0ZM8.7,29.1c0-.2.4-.8.7-1.4.7-1.1.9-1.1,1-1.1h0s6.2,6.2,6.2,6.2l-2.3,2.3h-.1c-1.9-1.7-4-2.6-6.1-2.6h-.2v-.2c0-1,.2-2.2.7-3.3ZM10.3,38.9c-1.3-1.4-2.2-3.4-2.3-5.3v-.2s.2,0,.2,0c1.8,0,3.8.8,5.3,2.1h0c0,0-.1.5-.1.5l-3,3h-.1ZM16.6,42.1c-2.1-.2-4-1-5.4-2.3h-.1c0-.1,3.3-3.4,3.3-3.4h.1c1.4,1.6,2.2,3.6,2.3,5.5v.2s-.2,0-.2,0ZM23.4,39.9c-1.2,1-3.1,2.1-5.5,2.2h-.1s0-.1,0-.1c-.3-2.4-1.2-4.5-2.7-6h-.1c0-.1,2.3-2.4,2.3-2.4l6.2,6.3h-.1ZM26.7,33.3c0,2-.9,4-2.3,5.6h-.1c0,.1-6.2-6.2-6.2-6.2l2.3-2.3h.1c1.8,1.7,4,2.6,6.1,2.7h.2s0,.2,0,.2ZM24.4,26.6c1.3,1.4,2.2,3.3,2.3,5.4v.2s-.2,0-.2,0c-1.9,0-3.8-.9-5.4-2.3h-.1c0-.1,3.3-3.4,3.3-3.4h.1c0,.1,0,.1,0,.1ZM23.7,25.7l-3.5,3.4v-.2c-1-1.4-2.1-3.2-2.2-5.3v-.2s.2,0,.2,0c2.2,0,4,1.2,5.3,2.1h.2c0,.1,0,.1,0,.1ZM21.9,10.5c.6-1.1,1.5-1.9,2.8-2.3.9-.3,1.9-.4,2.7-.2h.3s-6.3,6.5-6.3,6.5v-.3c-.2-1.4,0-2.7.5-3.6ZM22.1,16.9c-.1-.1-.4-.9-.4-1.2,0-.1,0-.2.1-.3l6.9-6.9h0c.3-.2.7,0,1,0,.2,0,.3.1.5.1h.4s-8.3,8.4-8.3,8.4h-.1ZM31,26.4h-.1c-3.7-1.9-6.7-4.9-8.2-8.3h0c0,0,8.8-8.9,8.8-8.9h.1c3.5,1.7,6.6,4.8,8.3,8.3h0c0,.1-8.9,8.9-8.9,8.9ZM33.4,27.3c-.2,0-.6,0-1.2-.4h-.2c0,0,8.5-8.5,8.5-8.5v.4c0,.2,0,.3.1.5.1.3.2.6,0,.9h0s-7,6.9-7,6.9c0,0-.1,0-.3,0ZM38.7,27c-.3.2-1.5.6-1.8.6h-2.4l6.4-6.4v.3c.4,1.9-.2,4.4-2.3,5.5h0Z'/%3e%3cpath class='st1' d='M34.9,18.7h0c-.3,0-.6.3-.8.5-.2.2-.3.3-.5.3h0s-.8-.9-.8-.9h0c0-.2.1-.2.2-.3.2-.3.7-.7.6-1,0,0-.1-.2-.3-.2-.3,0-.5.1-.8.4-.2.2-.4.4-.7.3h0s-.7-.8-.7-.8h0c0-.3.2-.4.4-.6.4-.3.5-.5.3-.8,0-.1-.2-.2-.3-.2-.4,0-.9.6-1.1.8h-.1c0,.1-.9-.9-.9-.9h0c0-.2.2-.3.4-.6.1-.1.3-.3.3-.3,0-.2,0-.4,0-.5-.1-.1-.3-.2-.5-.2-.2,0-.3.2-.5.4-.1.1-.3.3-.4.4h0s0,0,0,0c-.1,0-.2,0-.4-.2-.2-.1-.4-.3-.5-.3,0,0-.2,0-.2.2-.2.3,0,.5.2.8.1.1.2.2.2.3,0,0,0,.2-.2.3-.2.2-.6.6-.5.9,0,.1.1.2.3.3.3.1.4,0,.7-.3.1-.1.2-.3.4-.4.3-.1.6.2.8.5,0,0,.2.2.2.2h.2c0,.1-.2.3-.2.3-.6.5-.8.9-.7,1.1,0,.1.1.2.2.2.2,0,.7-.1,1.1-.7v-.2c.1,0,1,.9,1,.9h0c0,.2-.1.4-.3.6-.2.2-.5.4-.4.7,0,0,0,.2.2.3.3.3.6,0,.9-.3.2-.2.3-.3.5-.3s0,0,0,0h0s.9.9.9.9h-.1c-.3.4-.8.9-.8,1.2,0,0,0,.2.2.2.3.2.6,0,.9-.4.1-.1.2-.2.3-.3h.1c0-.1,0,0,0,0,.2.3.7.5.9.4.2,0,.2-.3.2-.5,0,0,0-.2-.2-.2-.1,0-.2-.2-.2-.4s.2-.4.4-.5c.4-.4.6-.6.3-.9,0,0-.2-.1-.2-.1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='7' y='7' width='35' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M41.1,18.1c-1.1-2.8-3.4-5.7-6.2-7.8-3.1-2.4-6.4-3.5-9.2-3.3-2.4.2-4.3,1.7-5,3.8-.3,1-.4,2.1-.3,3.1-.5,0-1-.2-1.5-.2-.5,0-1.1-.1-1.6-.2,0,0,0,0-.1,0,0,0,0,0,0-.1-.3-.5-.5-1-.8-1.5-.2-.3-.3-.7-.5-1,0,0,0,0,0,0-.2-.3-.3-.6-.8-.8-.2,0-.3,0-.5,0-.4,0-.8.2-1.1.6-.3.5-.5,1-.7,1.5-.2.5-.4,1-.7,1.4,0,0,0,0,0,.1,0,0,0,0-.1,0-.5.1-1,.2-1.6.2-.5,0-1.1.1-1.6.2-.5,0-.8.4-1,.8-.1.4,0,.8.2,1.2.3.4.8.8,1.2,1.2.3.3.7.6.9.9,0,0,0,0,.1.1.1.1.2.2.2.3l-.6,3.2h0c0,.4,0,.8.3,1.1.2.2.5.4.9.4s.4,0,.6-.1c.5-.2,1-.5,1.5-.8.4-.2.7-.4,1.1-.6,0,0,0,0,0,0,0,0,.2,0,.2,0,0,0,.2,0,.2,0,0,0,0,0,0,0,.4.2.8.4,1.1.6.2,0,.4.2.5.3-1.2,0-2.4.4-3.5.9-1.7.8-3.1,2-4.2,3.4-1.1,1.6-1.8,3.4-1.9,5.4v1.1c0,0,0,0,0,0,.1,2,.8,3.8,1.9,5.4,1.1,1.5,2.6,2.6,4.3,3.3,1.7.7,3.6,1,5.4.8,1.9-.2,3.8-1.1,5.3-2.4,2.4-2,3.7-5,3.6-8.1,0-3.1-1.5-6-4-7.8-1.4-1-2.9-1.7-4.5-2,.1-.2.2-.3.2-.5h0s0,0,0,0c0-.8-.2-1.6-.4-2.3,0-.4-.1-.8-.2-1.2,0,0,.1-.2.2-.3,0,0,0,0,0,0,.2-.2.5-.4.7-.7.4-.3.7-.7,1.1-1,1.6,4.9,6.6,9.7,10.7,11.2,3.6,1.4,6.8,1.1,8.7-.8,1.9-1.9,2.2-5.1.8-8.7ZM11.7,25.2c.3-.2.6-.4.7-.5,1.3-.8,2.7-1.2,4.3-1.4h0s.3.2.3.2h0c0,2.1.9,4.2,2.4,6h0c0,.1-2.3,2.5-2.3,2.5l-6.2-6.1h0c0-.2,0-.3.6-.7h0ZM8.7,29.1c0-.2.4-.8.7-1.4.7-1.1.9-1.1,1-1.1h0s6.2,6.2,6.2,6.2l-2.3,2.3h-.1c-1.9-1.7-4-2.6-6.1-2.6h-.2v-.2c0-1,.2-2.2.7-3.3ZM10.3,38.9c-1.3-1.4-2.2-3.4-2.3-5.3v-.2s.2,0,.2,0c1.8,0,3.8.8,5.3,2.1h0c0,0-.1.5-.1.5l-3,3h-.1ZM16.6,42.1c-2.1-.2-4-1-5.4-2.3h-.1c0-.1,3.3-3.4,3.3-3.4h.1c1.4,1.6,2.2,3.6,2.3,5.5v.2s-.2,0-.2,0ZM23.4,39.9c-1.2,1-3.1,2.1-5.5,2.2h-.1s0-.1,0-.1c-.3-2.4-1.2-4.5-2.7-6h-.1c0-.1,2.3-2.4,2.3-2.4l6.2,6.3h-.1ZM26.7,33.3c0,2-.9,4-2.3,5.6h-.1c0,.1-6.2-6.2-6.2-6.2l2.3-2.3h.1c1.8,1.7,4,2.6,6.1,2.7h.2s0,.2,0,.2ZM24.4,26.6c1.3,1.4,2.2,3.3,2.3,5.4v.2s-.2,0-.2,0c-1.9,0-3.8-.9-5.4-2.3h-.1c0-.1,3.3-3.4,3.3-3.4h.1c0,.1,0,.1,0,.1ZM23.7,25.7l-3.5,3.4v-.2c-1-1.4-2.1-3.2-2.2-5.3v-.2s.2,0,.2,0c2.2,0,4,1.2,5.3,2.1h.2c0,.1,0,.1,0,.1ZM21.9,10.5c.6-1.1,1.5-1.9,2.8-2.3.9-.3,1.9-.4,2.7-.2h.3s-6.3,6.5-6.3,6.5v-.3c-.2-1.4,0-2.7.5-3.6ZM22.1,16.9c-.1-.1-.4-.9-.4-1.2,0-.1,0-.2.1-.3l6.9-6.9h0c.3-.2.7,0,1,0,.2,0,.3.1.5.1h.4s-8.3,8.4-8.3,8.4h-.1ZM31,26.4h-.1c-3.7-1.9-6.7-4.9-8.2-8.3h0c0,0,8.8-8.9,8.8-8.9h.1c3.5,1.7,6.6,4.8,8.3,8.3h0c0,.1-8.9,8.9-8.9,8.9ZM33.4,27.3c-.2,0-.6,0-1.2-.4h-.2c0,0,8.5-8.5,8.5-8.5v.4c0,.2,0,.3.1.5.1.3.2.6,0,.9h0s-7,6.9-7,6.9c0,0-.1,0-.3,0ZM38.7,27c-.3.2-1.5.6-1.8.6h-2.4l6.4-6.4v.3c.4,1.9-.2,4.4-2.3,5.5h0Z'/%3e%3cpath class='st1' d='M34.9,18.7h0c-.3,0-.6.3-.8.5-.2.2-.3.3-.5.3h0s-.8-.9-.8-.9h0c0-.2.1-.2.2-.3.2-.3.7-.7.6-1,0,0-.1-.2-.3-.2-.3,0-.5.1-.8.4-.2.2-.4.4-.7.3h0s-.7-.8-.7-.8h0c0-.3.2-.4.4-.6.4-.3.5-.5.3-.8,0-.1-.2-.2-.3-.2-.4,0-.9.6-1.1.8h-.1c0,.1-.9-.9-.9-.9h0c0-.2.2-.3.4-.6.1-.1.3-.3.3-.3,0-.2,0-.4,0-.5-.1-.1-.3-.2-.5-.2-.2,0-.3.2-.5.4-.1.1-.3.3-.4.4h0s0,0,0,0c-.1,0-.2,0-.4-.2-.2-.1-.4-.3-.5-.3,0,0-.2,0-.2.2-.2.3,0,.5.2.8.1.1.2.2.2.3,0,0,0,.2-.2.3-.2.2-.6.6-.5.9,0,.1.1.2.3.3.3.1.4,0,.7-.3.1-.1.2-.3.4-.4.3-.1.6.2.8.5,0,0,.2.2.2.2h.2c0,.1-.2.3-.2.3-.6.5-.8.9-.7,1.1,0,.1.1.2.2.2.2,0,.7-.1,1.1-.7v-.2c.1,0,1,.9,1,.9h0c0,.2-.1.4-.3.6-.2.2-.5.4-.4.7,0,0,0,.2.2.3.3.3.6,0,.9-.3.2-.2.3-.3.5-.3s0,0,0,0h0s.9.9.9.9h-.1c-.3.4-.8.9-.8,1.2,0,0,0,.2.2.2.3.2.6,0,.9-.4.1-.1.2-.2.3-.3h.1c0-.1,0,0,0,0,.2.3.7.5.9.4.2,0,.2-.3.2-.5,0,0,0-.2-.2-.2-.1,0-.2-.2-.2-.4s.2-.4.4-.5c.4-.4.6-.6.3-.9,0,0-.2-.1-.2-.1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-esport {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='1' y='7' width='46' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47,23.1c0-.4,0-.8,0-1.2l-.3-2.7c0-.3-.1-.6-.2-.9h0c-.9-4.6-1.8-9.9-7-11.1-.2,0-.4,0-.6,0-.2,0-.5,0-.7-.1h-.9c-.2,0-.5,0-.7.1-.2,0-.5,0-.7.1-1.5.4-2.8,1.2-3.9,2.4v.2c-.1,0-5.9,0-5.9,0h-.1c-1.3-1.4-2.5-2.2-3.9-2.6l-1.6-.3h-.9c-1.6.1-3.3.8-4.5,1.8-2.1,1.8-2.8,4.7-3.4,7.6-.2.7-.3,1.3-.5,1.9v.4c0,0-.5,0-.5,0-.2,0-.3,0-.5,0-3,0-5.7,1.7-6.9,4.4-1.1,2.3-1.9,6-2.2,9.5-.3,4.2.2,7.3,1.4,9,.7.9,1.5,1.4,2.4,1.5,1.6.2,3.3-.9,4.4-1.8,1.4-1.1,2.5-2.6,3.5-4,.2-.3.4-.6.6-.9v-.2c.1,0,11.2,0,11.2,0v.2c1.7,2.5,3.3,4.2,4.9,5.3,1.7,1.2,3.2,1.5,4.5,1,1.4-.5,2.4-2.1,2.8-4.4.7-3.4.1-7.1-.3-9.7l-.3-1.5,1.1,1.1c1.2,1.3,2.4,2.2,3.6,2.6,1.5.6,2.7.5,3.8-.4,1.8-1.5,2.2-4.8,2.3-6.2,0-.4,0-.8,0-1.2h0ZM35.6,39.1c-.5,1.7-1.3,2.7-2.4,2.9-.1,0-.3,0-.4,0-1.7,0-4-1.8-6.6-5.3,0-.1-.2-.3-.3-.5-.2-.3-.5-.9-.8-1h-12.2c-.1.2-.5.6-1,1.4-.2.3-.3.5-.4.6-.7.9-1.7,2.1-2.8,3.1-1.5,1.3-2.8,1.8-4,1.6-1.2-.2-1.9-1.7-2-2.1-1.6-4.1-.3-12.1,1.4-16,.9-2.1,2.9-3.7,5.1-4,1.9-.2,3.7.3,5.1,1.3.3.2.5.5.7.7.4.4.7.8,1.1.8,1.1.1,2.3,0,3.5,0,.9,0,1.9,0,2.7,0,.2,0,.5-.5.7-.7.2-.2.4-.4.6-.6,1.6-1.4,3.8-1.9,5.8-1.4,2.1.5,3.7,1.8,4.5,3.7,1.7,4.1,2.8,11.4,1.6,15.4h0ZM45.1,28.3c-.5,1.2-1.3,1.9-2.3,2,0,0-.2,0-.3,0-1,0-2.2-.6-3.5-1.7-1.3-1.1-2.3-2.5-2.7-3-.5-.7-.9-1.5-1.3-2.2-.7-1.2-1.3-2.4-2.6-3.3-3.3-2.3-7.6-1.8-10.4,1.3v.2c-.1,0-.4,0-.4,0-.7,0-1.5,0-2.2,0-.9,0-1.9,0-2.8,0-.5,0-.9-.5-1.2-.8-.1-.1-.2-.3-.3-.3-.7-.6-1.6-1.1-2.5-1.3h-.1s0-.1,0-.1c-.2-.2-.2-.4.2-2.1.2-.9.4-1.7.5-1.9.7-2.4,1.3-4.7,3.8-6,2.6-1.5,5.8-1,8,1.2.1.1.2.3.3.4,0,.1.2.2.2.3.1.1.3.2.5.2,1,.1,2.2,0,3.4,0,1,0,1.9,0,2.9,0,.3,0,.6-.4.9-.8.2-.2.4-.4.6-.6,1.5-1.3,3.5-1.8,5.4-1.4,1.9.3,3.6,1.5,4.5,3.2.3.6.6,1.2.8,1.9.7,2.2,1.3,5,1.6,7.5.2,2.2.3,5.3-.7,7.5h0Z'/%3e%3cpath class='st1' d='M20.1,30c-.2,0-.6,0-1,0s-.9,0-1.1,0c-.3,0-.5.3-.6.6,0,.3,0,.6.2.8.3.3,1.9.3,2.6.2.5,0,.7-.5.7-.8s-.2-.7-.7-.8h0Z'/%3e%3cpath class='st1' d='M27.9,24.2s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M25,27.1s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M30.8,27.1s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M27.8,30c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.8-.6Z'/%3e%3cpath class='st1' d='M23.1,15.5h-2.2v-2.3c0-.2-.5-.6-.8-.6s-.8.3-.8.5v2.4h-2.2c-.1,0-.3,0-.4.2-.2.2-.3.4-.3.7,0,.4.4.8.7.8h2.2v2.4c0,.2.6.5.8.5s.8-.4.8-.6v-2.3h2.2c.1,0,.3,0,.4-.2.2-.2.3-.4.3-.6,0-.3-.4-.8-.7-.8h0Z'/%3e%3cpath class='st1' d='M37.6,12.6c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M34.7,15.5c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M40.6,15.5c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M37.6,18.4c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M14.5,27.4c-.1-.4-.3-.6-.6-.7h0c-.3,0-.7-.1-1-.2-.3,0-.6,0-.9-.1h0s0,0,0,0c-.2-.3-.3-.6-.4-.9,0-.2-.2-.4-.3-.6h0c0-.2-.2-.5-.5-.6-.4-.2-.9,0-1.1.4-.2.3-.3.6-.4.9-.1.3-.3.6-.4.8,0,0,0,0,0,0h0c-.3,0-.6,0-.9.1-.3,0-.6,0-1,.1-.3,0-.6.3-.7.6-.1.3,0,.6.2.8.2.3.5.5.7.7.2.2.4.3.5.5,0,0,0,0,0,0,0,0,0,0,0,0l-.3,1.9h0c0,.4.1.7.4.9.3.2.6.2.9,0,.3-.1.6-.3.9-.5.2-.1.4-.2.6-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.5.2.7.4.2.1.4.2.6.3,0,0,0,0,0,0,.2,0,.4.2.6.2s.2,0,.3,0c.3-.1.5-.4.5-.7h0s0,0,0,0c0-.5-.1-.9-.2-1.4,0-.2,0-.4-.1-.7,0,0,0,0,0,0,0,0,0,0,0,0,.1-.1.3-.3.4-.4.3-.3.6-.6.9-.9,0-.1.2-.3.2-.4,0,0,0-.1,0-.1,0,0,0,0,0,0h0c0,0,0-.1,0-.1h0ZM12.2,28.9h0c-.1.2-.2.3-.2.5h0s0,0,0,0c0,.5.1.9.2,1.3,0,.2,0,.4.1.6-.2-.1-.5-.2-.7-.4-.3-.2-.6-.3-.9-.5-.1,0-.3,0-.4,0s-.2,0-.4,0c-.3.1-.6.3-.9.5-.2.1-.5.3-.7.4l.3-1.8h0c0-.2,0-.4-.1-.6h0c-.2-.3-.5-.6-.8-.8-.2-.2-.4-.4-.6-.6.3,0,.5,0,.8-.1.3,0,.7,0,1-.1.3,0,.5-.2.6-.5.2-.3.3-.6.5-.9.1-.2.2-.5.3-.7.1.2.2.5.3.7.1.3.3.6.5.9.2.3.3.4.6.5.3,0,.6,0,.9.1.3,0,.6,0,.8.1l-1.3,1.3h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='1' y='7' width='46' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47,23.1c0-.4,0-.8,0-1.2l-.3-2.7c0-.3-.1-.6-.2-.9h0c-.9-4.6-1.8-9.9-7-11.1-.2,0-.4,0-.6,0-.2,0-.5,0-.7-.1h-.9c-.2,0-.5,0-.7.1-.2,0-.5,0-.7.1-1.5.4-2.8,1.2-3.9,2.4v.2c-.1,0-5.9,0-5.9,0h-.1c-1.3-1.4-2.5-2.2-3.9-2.6l-1.6-.3h-.9c-1.6.1-3.3.8-4.5,1.8-2.1,1.8-2.8,4.7-3.4,7.6-.2.7-.3,1.3-.5,1.9v.4c0,0-.5,0-.5,0-.2,0-.3,0-.5,0-3,0-5.7,1.7-6.9,4.4-1.1,2.3-1.9,6-2.2,9.5-.3,4.2.2,7.3,1.4,9,.7.9,1.5,1.4,2.4,1.5,1.6.2,3.3-.9,4.4-1.8,1.4-1.1,2.5-2.6,3.5-4,.2-.3.4-.6.6-.9v-.2c.1,0,11.2,0,11.2,0v.2c1.7,2.5,3.3,4.2,4.9,5.3,1.7,1.2,3.2,1.5,4.5,1,1.4-.5,2.4-2.1,2.8-4.4.7-3.4.1-7.1-.3-9.7l-.3-1.5,1.1,1.1c1.2,1.3,2.4,2.2,3.6,2.6,1.5.6,2.7.5,3.8-.4,1.8-1.5,2.2-4.8,2.3-6.2,0-.4,0-.8,0-1.2h0ZM35.6,39.1c-.5,1.7-1.3,2.7-2.4,2.9-.1,0-.3,0-.4,0-1.7,0-4-1.8-6.6-5.3,0-.1-.2-.3-.3-.5-.2-.3-.5-.9-.8-1h-12.2c-.1.2-.5.6-1,1.4-.2.3-.3.5-.4.6-.7.9-1.7,2.1-2.8,3.1-1.5,1.3-2.8,1.8-4,1.6-1.2-.2-1.9-1.7-2-2.1-1.6-4.1-.3-12.1,1.4-16,.9-2.1,2.9-3.7,5.1-4,1.9-.2,3.7.3,5.1,1.3.3.2.5.5.7.7.4.4.7.8,1.1.8,1.1.1,2.3,0,3.5,0,.9,0,1.9,0,2.7,0,.2,0,.5-.5.7-.7.2-.2.4-.4.6-.6,1.6-1.4,3.8-1.9,5.8-1.4,2.1.5,3.7,1.8,4.5,3.7,1.7,4.1,2.8,11.4,1.6,15.4h0ZM45.1,28.3c-.5,1.2-1.3,1.9-2.3,2,0,0-.2,0-.3,0-1,0-2.2-.6-3.5-1.7-1.3-1.1-2.3-2.5-2.7-3-.5-.7-.9-1.5-1.3-2.2-.7-1.2-1.3-2.4-2.6-3.3-3.3-2.3-7.6-1.8-10.4,1.3v.2c-.1,0-.4,0-.4,0-.7,0-1.5,0-2.2,0-.9,0-1.9,0-2.8,0-.5,0-.9-.5-1.2-.8-.1-.1-.2-.3-.3-.3-.7-.6-1.6-1.1-2.5-1.3h-.1s0-.1,0-.1c-.2-.2-.2-.4.2-2.1.2-.9.4-1.7.5-1.9.7-2.4,1.3-4.7,3.8-6,2.6-1.5,5.8-1,8,1.2.1.1.2.3.3.4,0,.1.2.2.2.3.1.1.3.2.5.2,1,.1,2.2,0,3.4,0,1,0,1.9,0,2.9,0,.3,0,.6-.4.9-.8.2-.2.4-.4.6-.6,1.5-1.3,3.5-1.8,5.4-1.4,1.9.3,3.6,1.5,4.5,3.2.3.6.6,1.2.8,1.9.7,2.2,1.3,5,1.6,7.5.2,2.2.3,5.3-.7,7.5h0Z'/%3e%3cpath class='st1' d='M20.1,30c-.2,0-.6,0-1,0s-.9,0-1.1,0c-.3,0-.5.3-.6.6,0,.3,0,.6.2.8.3.3,1.9.3,2.6.2.5,0,.7-.5.7-.8s-.2-.7-.7-.8h0Z'/%3e%3cpath class='st1' d='M27.9,24.2s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M25,27.1s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M30.8,27.1s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M27.8,30c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.8-.6Z'/%3e%3cpath class='st1' d='M23.1,15.5h-2.2v-2.3c0-.2-.5-.6-.8-.6s-.8.3-.8.5v2.4h-2.2c-.1,0-.3,0-.4.2-.2.2-.3.4-.3.7,0,.4.4.8.7.8h2.2v2.4c0,.2.6.5.8.5s.8-.4.8-.6v-2.3h2.2c.1,0,.3,0,.4-.2.2-.2.3-.4.3-.6,0-.3-.4-.8-.7-.8h0Z'/%3e%3cpath class='st1' d='M37.6,12.6c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M34.7,15.5c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M40.6,15.5c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M37.6,18.4c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M14.5,27.4c-.1-.4-.3-.6-.6-.7h0c-.3,0-.7-.1-1-.2-.3,0-.6,0-.9-.1h0s0,0,0,0c-.2-.3-.3-.6-.4-.9,0-.2-.2-.4-.3-.6h0c0-.2-.2-.5-.5-.6-.4-.2-.9,0-1.1.4-.2.3-.3.6-.4.9-.1.3-.3.6-.4.8,0,0,0,0,0,0h0c-.3,0-.6,0-.9.1-.3,0-.6,0-1,.1-.3,0-.6.3-.7.6-.1.3,0,.6.2.8.2.3.5.5.7.7.2.2.4.3.5.5,0,0,0,0,0,0,0,0,0,0,0,0l-.3,1.9h0c0,.4.1.7.4.9.3.2.6.2.9,0,.3-.1.6-.3.9-.5.2-.1.4-.2.6-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.5.2.7.4.2.1.4.2.6.3,0,0,0,0,0,0,.2,0,.4.2.6.2s.2,0,.3,0c.3-.1.5-.4.5-.7h0s0,0,0,0c0-.5-.1-.9-.2-1.4,0-.2,0-.4-.1-.7,0,0,0,0,0,0,0,0,0,0,0,0,.1-.1.3-.3.4-.4.3-.3.6-.6.9-.9,0-.1.2-.3.2-.4,0,0,0-.1,0-.1,0,0,0,0,0,0h0c0,0,0-.1,0-.1h0ZM12.2,28.9h0c-.1.2-.2.3-.2.5h0s0,0,0,0c0,.5.1.9.2,1.3,0,.2,0,.4.1.6-.2-.1-.5-.2-.7-.4-.3-.2-.6-.3-.9-.5-.1,0-.3,0-.4,0s-.2,0-.4,0c-.3.1-.6.3-.9.5-.2.1-.5.3-.7.4l.3-1.8h0c0-.2,0-.4-.1-.6h0c-.2-.3-.5-.6-.8-.8-.2-.2-.4-.4-.6-.6.3,0,.5,0,.8-.1.3,0,.7,0,1-.1.3,0,.5-.2.6-.5.2-.3.3-.6.5-.9.1-.2.2-.5.3-.7.1.2.2.5.3.7.1.3.3.6.5.9.2.3.3.4.6.5.3,0,.6,0,.9.1.3,0,.6,0,.8.1l-1.3,1.3h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-esportactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='1' y='7' width='46' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47,23.1c0-.4,0-.8,0-1.2l-.3-2.7c0-.3-.1-.6-.2-.9h0c-.9-4.6-1.8-9.9-7-11.1-.2,0-.4,0-.6,0-.2,0-.5,0-.7-.1h-.9c-.2,0-.5,0-.7.1-.2,0-.5,0-.7.1-1.5.4-2.8,1.2-3.9,2.4v.2c-.1,0-5.9,0-5.9,0h-.1c-1.3-1.4-2.5-2.2-3.9-2.6l-1.6-.3h-.9c-1.6.1-3.3.8-4.5,1.8-2.1,1.8-2.8,4.7-3.4,7.6-.2.7-.3,1.3-.5,1.9v.4c0,0-.5,0-.5,0-.2,0-.3,0-.5,0-3,0-5.7,1.7-6.9,4.4-1.1,2.3-1.9,6-2.2,9.5-.3,4.2.2,7.3,1.4,9,.7.9,1.5,1.4,2.4,1.5,1.6.2,3.3-.9,4.4-1.8,1.4-1.1,2.5-2.6,3.5-4,.2-.3.4-.6.6-.9v-.2c.1,0,11.2,0,11.2,0v.2c1.7,2.5,3.3,4.2,4.9,5.3,1.7,1.2,3.2,1.5,4.5,1,1.4-.5,2.4-2.1,2.8-4.4.7-3.4.1-7.1-.3-9.7l-.3-1.5,1.1,1.1c1.2,1.3,2.4,2.2,3.6,2.6,1.5.6,2.7.5,3.8-.4,1.8-1.5,2.2-4.8,2.3-6.2,0-.4,0-.8,0-1.2h0ZM35.6,39.1c-.5,1.7-1.3,2.7-2.4,2.9-.1,0-.3,0-.4,0-1.7,0-4-1.8-6.6-5.3,0-.1-.2-.3-.3-.5-.2-.3-.5-.9-.8-1h-12.2c-.1.2-.5.6-1,1.4-.2.3-.3.5-.4.6-.7.9-1.7,2.1-2.8,3.1-1.5,1.3-2.8,1.8-4,1.6-1.2-.2-1.9-1.7-2-2.1-1.6-4.1-.3-12.1,1.4-16,.9-2.1,2.9-3.7,5.1-4,1.9-.2,3.7.3,5.1,1.3.3.2.5.5.7.7.4.4.7.8,1.1.8,1.1.1,2.3,0,3.5,0,.9,0,1.9,0,2.7,0,.2,0,.5-.5.7-.7.2-.2.4-.4.6-.6,1.6-1.4,3.8-1.9,5.8-1.4,2.1.5,3.7,1.8,4.5,3.7,1.7,4.1,2.8,11.4,1.6,15.4h0ZM45.1,28.3c-.5,1.2-1.3,1.9-2.3,2,0,0-.2,0-.3,0-1,0-2.2-.6-3.5-1.7-1.3-1.1-2.3-2.5-2.7-3-.5-.7-.9-1.5-1.3-2.2-.7-1.2-1.3-2.4-2.6-3.3-3.3-2.3-7.6-1.8-10.4,1.3v.2c-.1,0-.4,0-.4,0-.7,0-1.5,0-2.2,0-.9,0-1.9,0-2.8,0-.5,0-.9-.5-1.2-.8-.1-.1-.2-.3-.3-.3-.7-.6-1.6-1.1-2.5-1.3h-.1s0-.1,0-.1c-.2-.2-.2-.4.2-2.1.2-.9.4-1.7.5-1.9.7-2.4,1.3-4.7,3.8-6,2.6-1.5,5.8-1,8,1.2.1.1.2.3.3.4,0,.1.2.2.2.3.1.1.3.2.5.2,1,.1,2.2,0,3.4,0,1,0,1.9,0,2.9,0,.3,0,.6-.4.9-.8.2-.2.4-.4.6-.6,1.5-1.3,3.5-1.8,5.4-1.4,1.9.3,3.6,1.5,4.5,3.2.3.6.6,1.2.8,1.9.7,2.2,1.3,5,1.6,7.5.2,2.2.3,5.3-.7,7.5h0Z'/%3e%3cpath class='st1' d='M20.1,30c-.2,0-.6,0-1,0s-.9,0-1.1,0c-.3,0-.5.3-.6.6,0,.3,0,.6.2.8.3.3,1.9.3,2.6.2.5,0,.7-.5.7-.8s-.2-.7-.7-.8h0Z'/%3e%3cpath class='st1' d='M27.9,24.2s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M25,27.1s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M30.8,27.1s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M27.8,30c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.8-.6Z'/%3e%3cpath class='st1' d='M23.1,15.5h-2.2v-2.3c0-.2-.5-.6-.8-.6s-.8.3-.8.5v2.4h-2.2c-.1,0-.3,0-.4.2-.2.2-.3.4-.3.7,0,.4.4.8.7.8h2.2v2.4c0,.2.6.5.8.5s.8-.4.8-.6v-2.3h2.2c.1,0,.3,0,.4-.2.2-.2.3-.4.3-.6,0-.3-.4-.8-.7-.8h0Z'/%3e%3cpath class='st1' d='M37.6,12.6c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M34.7,15.5c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M40.6,15.5c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M37.6,18.4c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M14.5,27.4c-.1-.4-.3-.6-.6-.7h0c-.3,0-.7-.1-1-.2-.3,0-.6,0-.9-.1h0s0,0,0,0c-.2-.3-.3-.6-.4-.9,0-.2-.2-.4-.3-.6h0c0-.2-.2-.5-.5-.6-.4-.2-.9,0-1.1.4-.2.3-.3.6-.4.9-.1.3-.3.6-.4.8,0,0,0,0,0,0h0c-.3,0-.6,0-.9.1-.3,0-.6,0-1,.1-.3,0-.6.3-.7.6-.1.3,0,.6.2.8.2.3.5.5.7.7.2.2.4.3.5.5,0,0,0,0,0,0,0,0,0,0,0,0l-.3,1.9h0c0,.4.1.7.4.9.3.2.6.2.9,0,.3-.1.6-.3.9-.5.2-.1.4-.2.6-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.5.2.7.4.2.1.4.2.6.3,0,0,0,0,0,0,.2,0,.4.2.6.2s.2,0,.3,0c.3-.1.5-.4.5-.7h0s0,0,0,0c0-.5-.1-.9-.2-1.4,0-.2,0-.4-.1-.7,0,0,0,0,0,0,0,0,0,0,0,0,.1-.1.3-.3.4-.4.3-.3.6-.6.9-.9,0-.1.2-.3.2-.4,0,0,0-.1,0-.1,0,0,0,0,0,0h0c0,0,0-.1,0-.1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='1' y='7' width='46' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47,23.1c0-.4,0-.8,0-1.2l-.3-2.7c0-.3-.1-.6-.2-.9h0c-.9-4.6-1.8-9.9-7-11.1-.2,0-.4,0-.6,0-.2,0-.5,0-.7-.1h-.9c-.2,0-.5,0-.7.1-.2,0-.5,0-.7.1-1.5.4-2.8,1.2-3.9,2.4v.2c-.1,0-5.9,0-5.9,0h-.1c-1.3-1.4-2.5-2.2-3.9-2.6l-1.6-.3h-.9c-1.6.1-3.3.8-4.5,1.8-2.1,1.8-2.8,4.7-3.4,7.6-.2.7-.3,1.3-.5,1.9v.4c0,0-.5,0-.5,0-.2,0-.3,0-.5,0-3,0-5.7,1.7-6.9,4.4-1.1,2.3-1.9,6-2.2,9.5-.3,4.2.2,7.3,1.4,9,.7.9,1.5,1.4,2.4,1.5,1.6.2,3.3-.9,4.4-1.8,1.4-1.1,2.5-2.6,3.5-4,.2-.3.4-.6.6-.9v-.2c.1,0,11.2,0,11.2,0v.2c1.7,2.5,3.3,4.2,4.9,5.3,1.7,1.2,3.2,1.5,4.5,1,1.4-.5,2.4-2.1,2.8-4.4.7-3.4.1-7.1-.3-9.7l-.3-1.5,1.1,1.1c1.2,1.3,2.4,2.2,3.6,2.6,1.5.6,2.7.5,3.8-.4,1.8-1.5,2.2-4.8,2.3-6.2,0-.4,0-.8,0-1.2h0ZM35.6,39.1c-.5,1.7-1.3,2.7-2.4,2.9-.1,0-.3,0-.4,0-1.7,0-4-1.8-6.6-5.3,0-.1-.2-.3-.3-.5-.2-.3-.5-.9-.8-1h-12.2c-.1.2-.5.6-1,1.4-.2.3-.3.5-.4.6-.7.9-1.7,2.1-2.8,3.1-1.5,1.3-2.8,1.8-4,1.6-1.2-.2-1.9-1.7-2-2.1-1.6-4.1-.3-12.1,1.4-16,.9-2.1,2.9-3.7,5.1-4,1.9-.2,3.7.3,5.1,1.3.3.2.5.5.7.7.4.4.7.8,1.1.8,1.1.1,2.3,0,3.5,0,.9,0,1.9,0,2.7,0,.2,0,.5-.5.7-.7.2-.2.4-.4.6-.6,1.6-1.4,3.8-1.9,5.8-1.4,2.1.5,3.7,1.8,4.5,3.7,1.7,4.1,2.8,11.4,1.6,15.4h0ZM45.1,28.3c-.5,1.2-1.3,1.9-2.3,2,0,0-.2,0-.3,0-1,0-2.2-.6-3.5-1.7-1.3-1.1-2.3-2.5-2.7-3-.5-.7-.9-1.5-1.3-2.2-.7-1.2-1.3-2.4-2.6-3.3-3.3-2.3-7.6-1.8-10.4,1.3v.2c-.1,0-.4,0-.4,0-.7,0-1.5,0-2.2,0-.9,0-1.9,0-2.8,0-.5,0-.9-.5-1.2-.8-.1-.1-.2-.3-.3-.3-.7-.6-1.6-1.1-2.5-1.3h-.1s0-.1,0-.1c-.2-.2-.2-.4.2-2.1.2-.9.4-1.7.5-1.9.7-2.4,1.3-4.7,3.8-6,2.6-1.5,5.8-1,8,1.2.1.1.2.3.3.4,0,.1.2.2.2.3.1.1.3.2.5.2,1,.1,2.2,0,3.4,0,1,0,1.9,0,2.9,0,.3,0,.6-.4.9-.8.2-.2.4-.4.6-.6,1.5-1.3,3.5-1.8,5.4-1.4,1.9.3,3.6,1.5,4.5,3.2.3.6.6,1.2.8,1.9.7,2.2,1.3,5,1.6,7.5.2,2.2.3,5.3-.7,7.5h0Z'/%3e%3cpath class='st1' d='M20.1,30c-.2,0-.6,0-1,0s-.9,0-1.1,0c-.3,0-.5.3-.6.6,0,.3,0,.6.2.8.3.3,1.9.3,2.6.2.5,0,.7-.5.7-.8s-.2-.7-.7-.8h0Z'/%3e%3cpath class='st1' d='M27.9,24.2s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M25,27.1s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M30.8,27.1s0,0,0,0c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.7-.6h0Z'/%3e%3cpath class='st1' d='M27.8,30c-.4,0-.6.3-.7.5-.1.3,0,.8.3,1,.2.2.5.2.8,0,.4-.2.5-.6.4-.9,0-.3-.4-.6-.8-.6Z'/%3e%3cpath class='st1' d='M23.1,15.5h-2.2v-2.3c0-.2-.5-.6-.8-.6s-.8.3-.8.5v2.4h-2.2c-.1,0-.3,0-.4.2-.2.2-.3.4-.3.7,0,.4.4.8.7.8h2.2v2.4c0,.2.6.5.8.5s.8-.4.8-.6v-2.3h2.2c.1,0,.3,0,.4-.2.2-.2.3-.4.3-.6,0-.3-.4-.8-.7-.8h0Z'/%3e%3cpath class='st1' d='M37.6,12.6c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M34.7,15.5c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M40.6,15.5c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M37.6,18.4c-.5,0-.7.5-.7.8,0,.4.3.8.8.8s.6-.2.6-.4c.2-.3.1-.7,0-.9-.1-.2-.3-.3-.7-.3Z'/%3e%3cpath class='st1' d='M14.5,27.4c-.1-.4-.3-.6-.6-.7h0c-.3,0-.7-.1-1-.2-.3,0-.6,0-.9-.1h0s0,0,0,0c-.2-.3-.3-.6-.4-.9,0-.2-.2-.4-.3-.6h0c0-.2-.2-.5-.5-.6-.4-.2-.9,0-1.1.4-.2.3-.3.6-.4.9-.1.3-.3.6-.4.8,0,0,0,0,0,0h0c-.3,0-.6,0-.9.1-.3,0-.6,0-1,.1-.3,0-.6.3-.7.6-.1.3,0,.6.2.8.2.3.5.5.7.7.2.2.4.3.5.5,0,0,0,0,0,0,0,0,0,0,0,0l-.3,1.9h0c0,.4.1.7.4.9.3.2.6.2.9,0,.3-.1.6-.3.9-.5.2-.1.4-.2.6-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.5.2.7.4.2.1.4.2.6.3,0,0,0,0,0,0,.2,0,.4.2.6.2s.2,0,.3,0c.3-.1.5-.4.5-.7h0s0,0,0,0c0-.5-.1-.9-.2-1.4,0-.2,0-.4-.1-.7,0,0,0,0,0,0,0,0,0,0,0,0,.1-.1.3-.3.4-.4.3-.3.6-.6.9-.9,0-.1.2-.3.2-.4,0,0,0-.1,0-.1,0,0,0,0,0,0h0c0,0,0-.1,0-.1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-esportmix {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M41.5,32.2v-.8c-.1,0-.2-.2-.2-.2,0-.5-.4-1.9-1-3.2-.3-.5-.5-.9-.8-1.3,0,0,0,0,0,0-.3-.4-.6-.7-1-1-2.5-1.8-5.7-1.4-7.8,1h-.1c0,.1-.2.1-.2.1-.5,0-1.1,0-1.7,0,0,0,0,0,0,0,6.2-8.6-.6-20.4-11.1-19.7-8.2.5-13.6,9.1-10.7,16.8,1.5,4.1,4.8,6.8,8.6,7.7-.2,1.1-.4,2.3-.5,3.5-.3,3.2.1,5.6,1.1,6.8.5.7,1.1,1,1.8,1.1,1.2.1,2.5-.7,3.3-1.3,1-.8,1.9-1.9,2.6-3,.2-.2.3-.4.5-.7h.1c0-.1,8.3-.1,8.3-.1v.2c1.3,1.9,2.5,3.2,3.7,4.1,1.3.9,2.4,1.1,3.4.8,1-.4,1.8-1.6,2.1-3.3.5-2.6.1-5.4-.3-7.3h0ZM29.8,18.9c.1,2.6-.7,5.1-2.1,7.2,0,0,0,0,0-.1,0-1.1,0-1.8-.3-2.9-.8-3.2-2.9-6.2-3-9.6,1.5.6,2.9,1.5,4,2.6.3.3,1.1,1.1,1.2,1.4,0,.4.2,1,.2,1.4h0ZM25.9,10.9c.2,0,1.3,1.3,1.5,1.6.6.8,1.2,1.7,1.5,2.6-1.3-1.1-2.8-2-4.3-2.7,0-.4.9-1.6,1.3-1.5ZM21.1,8.4c1.4.2,2.6.9,3.8,1.6-.7.5-1.2,1.1-1.4,1.9l-2.4-.6v-3ZM20.1,24.7c0-.3.1-.6.2-.9.8-3.7.7-7.6.8-11.4.7.2,1.5.2,2.2.6,0,1.8.5,3.5,1.1,5.2,1,2.6,2.7,5.6,2.1,8.4-.4,0-.7-.4-.9-.6,0,0-.2-.2-.3-.3-.4-.4-.9-.7-1.4-.9,0,0-.1,0-.2,0,0,0-.1,0-.2,0h-.1s0,0,0,0c-.5-.2-1-.2-1.3-.2h0c-.1,0-.2,0-.4,0-.5,0-1.1,0-1.6.2h0ZM20.1,8.2v3.1h-2.3c-.1-1.2-.9-2.4-2-2.9,1.4-.4,2.8-.4,4.3-.2h0ZM12.8,9.6c.6-.3.8-.5,1.6-.5,1.3,0,2.2.9,2.4,2.2-2.1.1-4.2.7-6.1,1.6l-2.2,1.2c1-1.9,2.5-3.5,4.4-4.5h0ZM8.4,24.9c-1.2-2.3-1.7-5.1-1.1-7.7.2-1,1-1.6,1.8-2.2,2.2-1.5,5.1-2.3,7.7-2.6,0,1.8-1.2,3.4-2.3,4.8-1.7,2.2-3.8,4.2-5.4,6.5-.3.4-.5.8-.8,1.2ZM15,30.3c-1.8-.6-3.7-1.8-5-3.2-.1-.1-.7-.9-.8-1-.1-.5.7-1.8,1.1-2.2,1.2-1.7,2.8-3.2,4.1-4.9,1.6-1.9,3.4-4.2,3.5-6.7,0-.1,1.9,0,2.2,0,0,.1,0,.2,0,.3-.2,4.8,0,8.6-1.3,12.6-1,.6-1.8,1.5-2.3,2.5-.3.7-.6,1.6-.9,2.7-.2,0-.5-.1-.6-.2h0ZM40.8,40c-.4,1.3-1,2-1.8,2.2-.1,0-.2,0-.3,0-1.3,0-3-1.4-5-4,0,0-.2-.2-.2-.4-.1-.2-.4-.7-.6-.7h-9.2c-.1.2-.4.5-.7,1.1-.1.2-.2.4-.3.5-.5.7-1.3,1.6-2.1,2.4-1.1,1-2.1,1.4-3,1.2-.9-.2-1.4-1.3-1.5-1.6-1.2-3.1-.2-9.2,1-12.2.7-1.6,2.2-2.8,3.8-3,1.4-.2,2.8.2,3.8,1,.2.2.4.4.5.6.3.3.5.6.8.6.8,0,1.7,0,2.7,0,.7,0,1.4,0,2.1,0,.1,0,.4-.4.5-.5.1-.2.3-.3.4-.4,1.2-1,2.8-1.4,4.4-1.1,1.5.4,2.8,1.4,3.4,2.8,1.3,3.1,2.1,8.7,1.2,11.7h0Z'/%3e%3cpath class='st1' d='M29.1,33.2c-.2,0-.5,0-.8,0s-.7,0-.8,0c-.2,0-.4.2-.5.4,0,.2,0,.4.1.6.2.2,1.4.3,1.9.2.4,0,.6-.4.6-.6s-.1-.5-.6-.6h0Z'/%3e%3cpath class='st1' d='M35,28.7s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M32.8,30.9s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M37.2,30.9s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M34.9,33.2c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.5-.6-.4Z'/%3e%3cpath class='st1' d='M24.9,31.1c0-.3-.2-.4-.5-.5h0c-.3,0-.5,0-.8-.1-.2,0-.5,0-.7-.1h0s0,0,0,0c-.1-.2-.2-.4-.3-.7,0-.2-.1-.3-.2-.5h0c0-.2-.2-.4-.4-.5-.3-.1-.7,0-.8.3-.1.2-.2.5-.3.7,0,.2-.2.4-.3.6,0,0,0,0,0,0h0c-.2,0-.4,0-.7,0-.2,0-.5,0-.7.1-.2,0-.4.2-.5.4,0,.2,0,.4.1.6.2.2.4.4.5.5.1.1.3.3.4.4,0,0,0,0,0,0,0,0,0,0,0,0l-.2,1.4h0c0,.3,0,.5.3.7.2.1.5.2.7,0,.2-.1.5-.2.7-.4.2,0,.3-.2.5-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.3.2.5.3.1,0,.3.2.4.2,0,0,0,0,0,0,.1,0,.3.1.5.1s.2,0,.3,0c.2,0,.3-.3.4-.5h0s0,0,0,0c0-.4,0-.7-.2-1.1,0-.2,0-.3,0-.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2-.2.3-.3.2-.2.5-.4.6-.6,0,0,.1-.2.2-.3,0,0,0,0,0-.1,0,0,0,0,0,0h0s0,0,0,0h0ZM23.2,32.3h0c0,.1-.2.2-.2.4h0s0,0,0,0c0,.3,0,.7.2,1,0,.2,0,.3,0,.5-.2,0-.4-.2-.5-.3-.2-.1-.5-.3-.7-.4-.1,0-.2,0-.3,0s-.2,0-.3,0c-.2,0-.5.2-.7.4-.2.1-.3.2-.5.3l.2-1.3h0c0-.1,0-.3,0-.5h0c-.2-.2-.4-.4-.6-.6-.2-.2-.3-.3-.5-.5.2,0,.4,0,.6,0,.2,0,.5,0,.7-.1.2,0,.4-.2.5-.4.1-.2.2-.5.3-.7,0-.2.2-.4.3-.5,0,.2.2.4.3.5.1.2.2.5.3.7.1.2.3.3.5.4.2,0,.5,0,.7.1.2,0,.4,0,.6,0l-1,1h0Z'/%3e%3cpath class='st1' d='M32,13c.1.1.3.2.4.3.1,0,.2.1.3.2,0,0,0,0,0,0,0,0,0,0,0,0v.9s0,0,0,0c0,.2.1.3.3.4.1,0,.3,0,.5,0,.1,0,.3-.2.4-.3,0,0,.2-.2.3-.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2,0,.4.1.1,0,.2,0,.3,0,0,0,0,0,0,0,0,0,.2,0,.3,0,0,0,.1,0,.2,0,.1,0,.2-.2.2-.4h0s0,0,0,0c0-.2-.2-.5-.3-.7,0-.1,0-.2-.1-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1-.2.2-.2.1-.2.2-.3.3-.5,0,0,0-.2,0-.2,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.2-.2-.3-.4-.3h0c-.2,0-.4,0-.5,0-.2,0-.3,0-.5,0h0s0,0,0,0c-.1-.1-.2-.3-.3-.4,0,0-.1-.2-.2-.3h0c0-.1-.2-.2-.3-.2-.2,0-.4,0-.5.3,0,.2,0,.3-.1.5,0,.2,0,.3-.1.4,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3.1-.4.2-.2,0-.3.1-.5.2-.2,0-.3.2-.3.4,0,.2,0,.3.2.4h0ZM32.8,12.5c.2,0,.3-.1.5-.2.1,0,.2-.2.3-.3,0-.2,0-.3.1-.5,0-.1,0-.3,0-.4,0,0,.2.2.2.3.1.1.2.3.3.4.1.1.2.2.4.2.2,0,.3,0,.5,0,.1,0,.3,0,.4,0l-.5.8h0c0,0,0,.2,0,.3h0s0,0,0,0c0,.2.2.4.2.6,0,0,0,.2.1.3-.1,0-.3,0-.4-.1-.2,0-.3-.1-.5-.1,0,0-.1,0-.2,0,0,0-.1,0-.2,0-.1,0-.3.2-.4.3,0,0-.2.2-.3.3v-.9s0,0,0,0c0,0,0-.2-.1-.3h0c-.1-.1-.3-.2-.5-.3-.1,0-.3-.1-.4-.2.1,0,.2,0,.4-.1h0Z'/%3e%3cpath class='st1' d='M35.8,16.8c-.1,0-.3-.2-.5-.2s0,0-.1,0c-.3,0-.6.3-.6.7,0,.3,0,.6,0,.8,0,.3,0,.5,0,.8h0s0,0,0,0c-.2.2-.4.3-.6.5-.2.2-.4.3-.6.5-.2.2-.3.4-.2.7,0,.2.2.4.4.5.2,0,.5.2.8.2.2,0,.4,0,.6.1,0,0,0,0,.1,0,0,0,0,0,0,0h0s.6,1.5.6,1.5c.1.2.3.4.5.4.2,0,.5,0,.6-.3.2-.2.3-.5.5-.7.1-.2.2-.4.3-.5,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.4,0,.6,0,.2,0,.4,0,.6,0,0,0,0,0,0,0,.1,0,.3,0,.5-.1,0,0,.1-.1.2-.2.1-.2.2-.4,0-.6h0s0,0,0,0c-.2-.3-.5-.6-.7-.9-.1-.1-.2-.3-.4-.4h0s0,0,0,0c0,0,0,0,0-.1,0,0,0,0,0,0,0-.1,0-.3.1-.5h0c.1-.3.2-.7.3-1,0,0,0-.3,0-.4,0,0,0,0,0,0h0s0,0,0,0h0s0,0,0,0c-.2-.2-.4-.3-.7-.2h0c-.3,0-.5.2-.8.3-.3.1-.5.2-.7.3h0s0,0,0,0c-.2-.1-.5-.3-.7-.5-.2-.1-.3-.2-.5-.3h0s0,0,0,0ZM36.6,18.2c.2.1.4.1.6,0,.2,0,.5-.2.7-.3.2-.1.4-.2.7-.3h.1s-.4,1.5-.4,1.5c0,.1,0,.3,0,.4h0s0,0,0,0c.2.3.5.6.7.9.1.1.2.3.3.4h0c0,.1-.1.1-.1.1-.2,0-.4,0-.7,0-.3,0-.6,0-.8,0-.1,0-.2,0-.3,0,0,0-.1.1-.2.2-.2.2-.3.5-.5.7-.1.2-.2.4-.3.6h0c0,.1-.6-1.4-.6-1.4,0,0-.1-.2-.3-.3h0c-.3-.1-.6-.2-.9-.2-.3,0-.5-.1-.7-.2h-.1s0-.1,0-.1c.2-.1.3-.3.5-.4.2-.2.4-.3.6-.5.2-.2.2-.3.2-.6,0-.3,0-.6,0-.8,0-.2,0-.4,0-.7h0c0-.1.1,0,.1,0,.2.1.4.2.5.4.2.2.5.3.7.5h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M41.5,32.2v-.8c-.1,0-.2-.2-.2-.2,0-.5-.4-1.9-1-3.2-.3-.5-.5-.9-.8-1.3,0,0,0,0,0,0-.3-.4-.6-.7-1-1-2.5-1.8-5.7-1.4-7.8,1h-.1c0,.1-.2.1-.2.1-.5,0-1.1,0-1.7,0,0,0,0,0,0,0,6.2-8.6-.6-20.4-11.1-19.7-8.2.5-13.6,9.1-10.7,16.8,1.5,4.1,4.8,6.8,8.6,7.7-.2,1.1-.4,2.3-.5,3.5-.3,3.2.1,5.6,1.1,6.8.5.7,1.1,1,1.8,1.1,1.2.1,2.5-.7,3.3-1.3,1-.8,1.9-1.9,2.6-3,.2-.2.3-.4.5-.7h.1c0-.1,8.3-.1,8.3-.1v.2c1.3,1.9,2.5,3.2,3.7,4.1,1.3.9,2.4,1.1,3.4.8,1-.4,1.8-1.6,2.1-3.3.5-2.6.1-5.4-.3-7.3h0ZM29.8,18.9c.1,2.6-.7,5.1-2.1,7.2,0,0,0,0,0-.1,0-1.1,0-1.8-.3-2.9-.8-3.2-2.9-6.2-3-9.6,1.5.6,2.9,1.5,4,2.6.3.3,1.1,1.1,1.2,1.4,0,.4.2,1,.2,1.4h0ZM25.9,10.9c.2,0,1.3,1.3,1.5,1.6.6.8,1.2,1.7,1.5,2.6-1.3-1.1-2.8-2-4.3-2.7,0-.4.9-1.6,1.3-1.5ZM21.1,8.4c1.4.2,2.6.9,3.8,1.6-.7.5-1.2,1.1-1.4,1.9l-2.4-.6v-3ZM20.1,24.7c0-.3.1-.6.2-.9.8-3.7.7-7.6.8-11.4.7.2,1.5.2,2.2.6,0,1.8.5,3.5,1.1,5.2,1,2.6,2.7,5.6,2.1,8.4-.4,0-.7-.4-.9-.6,0,0-.2-.2-.3-.3-.4-.4-.9-.7-1.4-.9,0,0-.1,0-.2,0,0,0-.1,0-.2,0h-.1s0,0,0,0c-.5-.2-1-.2-1.3-.2h0c-.1,0-.2,0-.4,0-.5,0-1.1,0-1.6.2h0ZM20.1,8.2v3.1h-2.3c-.1-1.2-.9-2.4-2-2.9,1.4-.4,2.8-.4,4.3-.2h0ZM12.8,9.6c.6-.3.8-.5,1.6-.5,1.3,0,2.2.9,2.4,2.2-2.1.1-4.2.7-6.1,1.6l-2.2,1.2c1-1.9,2.5-3.5,4.4-4.5h0ZM8.4,24.9c-1.2-2.3-1.7-5.1-1.1-7.7.2-1,1-1.6,1.8-2.2,2.2-1.5,5.1-2.3,7.7-2.6,0,1.8-1.2,3.4-2.3,4.8-1.7,2.2-3.8,4.2-5.4,6.5-.3.4-.5.8-.8,1.2ZM15,30.3c-1.8-.6-3.7-1.8-5-3.2-.1-.1-.7-.9-.8-1-.1-.5.7-1.8,1.1-2.2,1.2-1.7,2.8-3.2,4.1-4.9,1.6-1.9,3.4-4.2,3.5-6.7,0-.1,1.9,0,2.2,0,0,.1,0,.2,0,.3-.2,4.8,0,8.6-1.3,12.6-1,.6-1.8,1.5-2.3,2.5-.3.7-.6,1.6-.9,2.7-.2,0-.5-.1-.6-.2h0ZM40.8,40c-.4,1.3-1,2-1.8,2.2-.1,0-.2,0-.3,0-1.3,0-3-1.4-5-4,0,0-.2-.2-.2-.4-.1-.2-.4-.7-.6-.7h-9.2c-.1.2-.4.5-.7,1.1-.1.2-.2.4-.3.5-.5.7-1.3,1.6-2.1,2.4-1.1,1-2.1,1.4-3,1.2-.9-.2-1.4-1.3-1.5-1.6-1.2-3.1-.2-9.2,1-12.2.7-1.6,2.2-2.8,3.8-3,1.4-.2,2.8.2,3.8,1,.2.2.4.4.5.6.3.3.5.6.8.6.8,0,1.7,0,2.7,0,.7,0,1.4,0,2.1,0,.1,0,.4-.4.5-.5.1-.2.3-.3.4-.4,1.2-1,2.8-1.4,4.4-1.1,1.5.4,2.8,1.4,3.4,2.8,1.3,3.1,2.1,8.7,1.2,11.7h0Z'/%3e%3cpath class='st1' d='M29.1,33.2c-.2,0-.5,0-.8,0s-.7,0-.8,0c-.2,0-.4.2-.5.4,0,.2,0,.4.1.6.2.2,1.4.3,1.9.2.4,0,.6-.4.6-.6s-.1-.5-.6-.6h0Z'/%3e%3cpath class='st1' d='M35,28.7s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M32.8,30.9s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M37.2,30.9s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M34.9,33.2c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.5-.6-.4Z'/%3e%3cpath class='st1' d='M24.9,31.1c0-.3-.2-.4-.5-.5h0c-.3,0-.5,0-.8-.1-.2,0-.5,0-.7-.1h0s0,0,0,0c-.1-.2-.2-.4-.3-.7,0-.2-.1-.3-.2-.5h0c0-.2-.2-.4-.4-.5-.3-.1-.7,0-.8.3-.1.2-.2.5-.3.7,0,.2-.2.4-.3.6,0,0,0,0,0,0h0c-.2,0-.4,0-.7,0-.2,0-.5,0-.7.1-.2,0-.4.2-.5.4,0,.2,0,.4.1.6.2.2.4.4.5.5.1.1.3.3.4.4,0,0,0,0,0,0,0,0,0,0,0,0l-.2,1.4h0c0,.3,0,.5.3.7.2.1.5.2.7,0,.2-.1.5-.2.7-.4.2,0,.3-.2.5-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.3.2.5.3.1,0,.3.2.4.2,0,0,0,0,0,0,.1,0,.3.1.5.1s.2,0,.3,0c.2,0,.3-.3.4-.5h0s0,0,0,0c0-.4,0-.7-.2-1.1,0-.2,0-.3,0-.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2-.2.3-.3.2-.2.5-.4.6-.6,0,0,.1-.2.2-.3,0,0,0,0,0-.1,0,0,0,0,0,0h0s0,0,0,0h0ZM23.2,32.3h0c0,.1-.2.2-.2.4h0s0,0,0,0c0,.3,0,.7.2,1,0,.2,0,.3,0,.5-.2,0-.4-.2-.5-.3-.2-.1-.5-.3-.7-.4-.1,0-.2,0-.3,0s-.2,0-.3,0c-.2,0-.5.2-.7.4-.2.1-.3.2-.5.3l.2-1.3h0c0-.1,0-.3,0-.5h0c-.2-.2-.4-.4-.6-.6-.2-.2-.3-.3-.5-.5.2,0,.4,0,.6,0,.2,0,.5,0,.7-.1.2,0,.4-.2.5-.4.1-.2.2-.5.3-.7,0-.2.2-.4.3-.5,0,.2.2.4.3.5.1.2.2.5.3.7.1.2.3.3.5.4.2,0,.5,0,.7.1.2,0,.4,0,.6,0l-1,1h0Z'/%3e%3cpath class='st1' d='M32,13c.1.1.3.2.4.3.1,0,.2.1.3.2,0,0,0,0,0,0,0,0,0,0,0,0v.9s0,0,0,0c0,.2.1.3.3.4.1,0,.3,0,.5,0,.1,0,.3-.2.4-.3,0,0,.2-.2.3-.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2,0,.4.1.1,0,.2,0,.3,0,0,0,0,0,0,0,0,0,.2,0,.3,0,0,0,.1,0,.2,0,.1,0,.2-.2.2-.4h0s0,0,0,0c0-.2-.2-.5-.3-.7,0-.1,0-.2-.1-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1-.2.2-.2.1-.2.2-.3.3-.5,0,0,0-.2,0-.2,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.2-.2-.3-.4-.3h0c-.2,0-.4,0-.5,0-.2,0-.3,0-.5,0h0s0,0,0,0c-.1-.1-.2-.3-.3-.4,0,0-.1-.2-.2-.3h0c0-.1-.2-.2-.3-.2-.2,0-.4,0-.5.3,0,.2,0,.3-.1.5,0,.2,0,.3-.1.4,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3.1-.4.2-.2,0-.3.1-.5.2-.2,0-.3.2-.3.4,0,.2,0,.3.2.4h0ZM32.8,12.5c.2,0,.3-.1.5-.2.1,0,.2-.2.3-.3,0-.2,0-.3.1-.5,0-.1,0-.3,0-.4,0,0,.2.2.2.3.1.1.2.3.3.4.1.1.2.2.4.2.2,0,.3,0,.5,0,.1,0,.3,0,.4,0l-.5.8h0c0,0,0,.2,0,.3h0s0,0,0,0c0,.2.2.4.2.6,0,0,0,.2.1.3-.1,0-.3,0-.4-.1-.2,0-.3-.1-.5-.1,0,0-.1,0-.2,0,0,0-.1,0-.2,0-.1,0-.3.2-.4.3,0,0-.2.2-.3.3v-.9s0,0,0,0c0,0,0-.2-.1-.3h0c-.1-.1-.3-.2-.5-.3-.1,0-.3-.1-.4-.2.1,0,.2,0,.4-.1h0Z'/%3e%3cpath class='st1' d='M35.8,16.8c-.1,0-.3-.2-.5-.2s0,0-.1,0c-.3,0-.6.3-.6.7,0,.3,0,.6,0,.8,0,.3,0,.5,0,.8h0s0,0,0,0c-.2.2-.4.3-.6.5-.2.2-.4.3-.6.5-.2.2-.3.4-.2.7,0,.2.2.4.4.5.2,0,.5.2.8.2.2,0,.4,0,.6.1,0,0,0,0,.1,0,0,0,0,0,0,0h0s.6,1.5.6,1.5c.1.2.3.4.5.4.2,0,.5,0,.6-.3.2-.2.3-.5.5-.7.1-.2.2-.4.3-.5,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.4,0,.6,0,.2,0,.4,0,.6,0,0,0,0,0,0,0,.1,0,.3,0,.5-.1,0,0,.1-.1.2-.2.1-.2.2-.4,0-.6h0s0,0,0,0c-.2-.3-.5-.6-.7-.9-.1-.1-.2-.3-.4-.4h0s0,0,0,0c0,0,0,0,0-.1,0,0,0,0,0,0,0-.1,0-.3.1-.5h0c.1-.3.2-.7.3-1,0,0,0-.3,0-.4,0,0,0,0,0,0h0s0,0,0,0h0s0,0,0,0c-.2-.2-.4-.3-.7-.2h0c-.3,0-.5.2-.8.3-.3.1-.5.2-.7.3h0s0,0,0,0c-.2-.1-.5-.3-.7-.5-.2-.1-.3-.2-.5-.3h0s0,0,0,0ZM36.6,18.2c.2.1.4.1.6,0,.2,0,.5-.2.7-.3.2-.1.4-.2.7-.3h.1s-.4,1.5-.4,1.5c0,.1,0,.3,0,.4h0s0,0,0,0c.2.3.5.6.7.9.1.1.2.3.3.4h0c0,.1-.1.1-.1.1-.2,0-.4,0-.7,0-.3,0-.6,0-.8,0-.1,0-.2,0-.3,0,0,0-.1.1-.2.2-.2.2-.3.5-.5.7-.1.2-.2.4-.3.6h0c0,.1-.6-1.4-.6-1.4,0,0-.1-.2-.3-.3h0c-.3-.1-.6-.2-.9-.2-.3,0-.5-.1-.7-.2h-.1s0-.1,0-.1c.2-.1.3-.3.5-.4.2-.2.4-.3.6-.5.2-.2.2-.3.2-.6,0-.3,0-.6,0-.8,0-.2,0-.4,0-.7h0c0-.1.1,0,.1,0,.2.1.4.2.5.4.2.2.5.3.7.5h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-esportmixactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M41.5,32.2v-.8c-.1,0-.2-.2-.2-.2,0-.5-.4-1.9-1-3.2-.3-.5-.5-.9-.8-1.3,0,0,0,0,0,0-.3-.4-.6-.7-1-1-2.5-1.8-5.7-1.4-7.8,1h-.1c0,.1-.2.1-.2.1-.5,0-1.1,0-1.7,0,0,0,0,0,0,0,6.2-8.6-.6-20.4-11.1-19.7-8.2.5-13.6,9.1-10.7,16.8,1.5,4.1,4.8,6.8,8.6,7.7-.2,1.1-.4,2.3-.5,3.5-.3,3.2.1,5.6,1.1,6.8.5.7,1.1,1,1.8,1.1,1.2.1,2.5-.7,3.3-1.3,1-.8,1.9-1.9,2.6-3,.2-.2.3-.4.5-.7h.1c0-.1,8.3-.1,8.3-.1v.2c1.3,1.9,2.5,3.2,3.7,4.1,1.3.9,2.4,1.1,3.4.8,1-.4,1.8-1.6,2.1-3.3.5-2.6.1-5.4-.3-7.3h0ZM29.8,18.9c.1,2.6-.7,5.1-2.1,7.2,0,0,0,0,0-.1,0-1.1,0-1.8-.3-2.9-.8-3.2-2.9-6.2-3-9.6,1.5.6,2.9,1.5,4,2.6.3.3,1.1,1.1,1.2,1.4,0,.4.2,1,.2,1.4h0ZM25.9,10.9c.2,0,1.3,1.3,1.5,1.6.6.8,1.2,1.7,1.5,2.6-1.3-1.1-2.8-2-4.3-2.7,0-.4.9-1.6,1.3-1.5ZM21.1,8.4c1.4.2,2.6.9,3.8,1.6-.7.5-1.2,1.1-1.4,1.9l-2.4-.6v-3ZM20.1,24.7c0-.3.1-.6.2-.9.8-3.7.7-7.6.8-11.4.7.2,1.5.2,2.2.6,0,1.8.5,3.5,1.1,5.2,1,2.6,2.7,5.6,2.1,8.4-.4,0-.7-.4-.9-.6,0,0-.2-.2-.3-.3-.4-.4-.9-.7-1.4-.9,0,0-.1,0-.2,0,0,0-.1,0-.2,0h-.1s0,0,0,0c-.5-.2-1-.2-1.3-.2h0c-.1,0-.2,0-.4,0-.5,0-1.1,0-1.6.2h0ZM20.1,8.2v3.1h-2.3c-.1-1.2-.9-2.4-2-2.9,1.4-.4,2.8-.4,4.3-.2h0ZM12.8,9.6c.6-.3.8-.5,1.6-.5,1.3,0,2.2.9,2.4,2.2-2.1.1-4.2.7-6.1,1.6l-2.2,1.2c1-1.9,2.5-3.5,4.4-4.5h0ZM8.4,24.9c-1.2-2.3-1.7-5.1-1.1-7.7.2-1,1-1.6,1.8-2.2,2.2-1.5,5.1-2.3,7.7-2.6,0,1.8-1.2,3.4-2.3,4.8-1.7,2.2-3.8,4.2-5.4,6.5-.3.4-.5.8-.8,1.2ZM15,30.3c-1.8-.6-3.7-1.8-5-3.2-.1-.1-.7-.9-.8-1-.1-.5.7-1.8,1.1-2.2,1.2-1.7,2.8-3.2,4.1-4.9,1.6-1.9,3.4-4.2,3.5-6.7,0-.1,1.9,0,2.2,0,0,.1,0,.2,0,.3-.2,4.8,0,8.6-1.3,12.6-1,.6-1.8,1.5-2.3,2.5-.3.7-.6,1.6-.9,2.7-.2,0-.5-.1-.6-.2h0ZM40.8,40c-.4,1.3-1,2-1.8,2.2-.1,0-.2,0-.3,0-1.3,0-3-1.4-5-4,0,0-.2-.2-.2-.4-.1-.2-.4-.7-.6-.7h-9.2c-.1.2-.4.5-.7,1.1-.1.2-.2.4-.3.5-.5.7-1.3,1.6-2.1,2.4-1.1,1-2.1,1.4-3,1.2-.9-.2-1.4-1.3-1.5-1.6-1.2-3.1-.2-9.2,1-12.2.7-1.6,2.2-2.8,3.8-3,1.4-.2,2.8.2,3.8,1,.2.2.4.4.5.6.3.3.5.6.8.6.8,0,1.7,0,2.7,0,.7,0,1.4,0,2.1,0,.1,0,.4-.4.5-.5.1-.2.3-.3.4-.4,1.2-1,2.8-1.4,4.4-1.1,1.5.4,2.8,1.4,3.4,2.8,1.3,3.1,2.1,8.7,1.2,11.7h0Z'/%3e%3cpath class='st1' d='M29.1,33.2c-.2,0-.5,0-.8,0s-.7,0-.8,0c-.2,0-.4.2-.5.4,0,.2,0,.4.1.6.2.2,1.4.3,1.9.2.4,0,.6-.4.6-.6s-.1-.5-.6-.6h0Z'/%3e%3cpath class='st1' d='M35,28.7s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M32.8,30.9s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M37.2,30.9s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M34.9,33.2c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.5-.6-.4Z'/%3e%3cpath class='st1' d='M24.9,31.1c0-.3-.2-.4-.5-.5h0c-.3,0-.5,0-.8-.1-.2,0-.5,0-.7-.1h0s0,0,0,0c-.1-.2-.2-.4-.3-.7,0-.2-.1-.3-.2-.5h0c0-.2-.2-.4-.4-.5-.3-.1-.7,0-.8.3-.1.2-.2.5-.3.7,0,.2-.2.4-.3.6,0,0,0,0,0,0h0c-.2,0-.4,0-.7,0-.2,0-.5,0-.7.1-.2,0-.4.2-.5.4,0,.2,0,.4.1.6.2.2.4.4.5.5.1.1.3.3.4.4,0,0,0,0,0,0,0,0,0,0,0,0l-.2,1.4h0c0,.3,0,.5.3.7.2.1.5.2.7,0,.2-.1.5-.2.7-.4.2,0,.3-.2.5-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.3.2.5.3.1,0,.3.2.4.2,0,0,0,0,0,0,.1,0,.3.1.5.1s.2,0,.3,0c.2,0,.3-.3.4-.5h0s0,0,0,0c0-.4,0-.7-.2-1.1,0-.2,0-.3,0-.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2-.2.3-.3.2-.2.5-.4.6-.6,0,0,.1-.2.2-.3,0,0,0,0,0-.1,0,0,0,0,0,0h0s0,0,0,0h0ZM23.2,32.3h0c0,.1-.2.2-.2.4h0s0,0,0,0c0,.3,0,.7.2,1,0,.2,0,.3,0,.5-.2,0-.4-.2-.5-.3-.2-.1-.5-.3-.7-.4-.1,0-.2,0-.3,0s-.2,0-.3,0c-.2,0-.5.2-.7.4-.2.1-.3.2-.5.3l.2-1.3h0c0-.1,0-.3,0-.5h0c-.2-.2-.4-.4-.6-.6-.2-.2-.3-.3-.5-.5.2,0,.4,0,.6,0,.2,0,.5,0,.7-.1.2,0,.4-.2.5-.4.1-.2.2-.5.3-.7,0-.2.2-.4.3-.5,0,.2.2.4.3.5.1.2.2.5.3.7.1.2.3.3.5.4.2,0,.5,0,.7.1.2,0,.4,0,.6,0l-1,1h0Z'/%3e%3cpath class='st1' d='M32,13c.1.1.3.2.4.3.1,0,.2.1.3.2,0,0,0,0,0,0,0,0,0,0,0,0v.9s0,0,0,0c0,.2.1.3.3.4.1,0,.3,0,.5,0,.1,0,.3-.2.4-.3,0,0,.2-.2.3-.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2,0,.4.1.1,0,.2,0,.3,0,0,0,0,0,0,0,0,0,.2,0,.3,0,0,0,.1,0,.2,0,.1,0,.2-.2.2-.4h0s0,0,0,0c0-.2-.2-.5-.3-.7,0-.1,0-.2-.1-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1-.2.2-.2.1-.2.2-.3.3-.5,0,0,0-.2,0-.2,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.2-.2-.3-.4-.3h0c-.2,0-.4,0-.5,0-.2,0-.3,0-.5,0h0s0,0,0,0c-.1-.1-.2-.3-.3-.4,0,0-.1-.2-.2-.3h0c0-.1-.2-.2-.3-.2-.2,0-.4,0-.5.3,0,.2,0,.3-.1.5,0,.2,0,.3-.1.4,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3.1-.4.2-.2,0-.3.1-.5.2-.2,0-.3.2-.3.4,0,.2,0,.3.2.4h0ZM32.8,12.5c.2,0,.3-.1.5-.2.1,0,.2-.2.3-.3,0-.2,0-.3.1-.5,0-.1,0-.3,0-.4,0,0,.2.2.2.3.1.1.2.3.3.4.1.1.2.2.4.2.2,0,.3,0,.5,0,.1,0,.3,0,.4,0l-.5.8h0c0,0,0,.2,0,.3h0s0,0,0,0c0,.2.2.4.2.6,0,0,0,.2.1.3-.1,0-.3,0-.4-.1-.2,0-.3-.1-.5-.1,0,0-.1,0-.2,0,0,0-.1,0-.2,0-.1,0-.3.2-.4.3,0,0-.2.2-.3.3v-.9s0,0,0,0c0,0,0-.2-.1-.3h0c-.1-.1-.3-.2-.5-.3-.1,0-.3-.1-.4-.2.1,0,.2,0,.4-.1h0Z'/%3e%3cpath class='st1' d='M35.8,16.8c-.1,0-.3-.2-.5-.2s0,0-.1,0c-.3,0-.6.3-.6.7,0,.3,0,.6,0,.8,0,.3,0,.5,0,.8h0s0,0,0,0c-.2.2-.4.3-.6.5-.2.2-.4.3-.6.5-.2.2-.3.4-.2.7,0,.2.2.4.4.5.2,0,.5.2.8.2.2,0,.4,0,.6.1,0,0,0,0,.1,0,0,0,0,0,0,0h0s.6,1.5.6,1.5c.1.2.3.4.5.4.2,0,.5,0,.6-.3.2-.2.3-.5.5-.7.1-.2.2-.4.3-.5,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.4,0,.6,0,.2,0,.4,0,.6,0,0,0,0,0,0,0,.1,0,.3,0,.5-.1,0,0,.1-.1.2-.2.1-.2.2-.4,0-.6h0s0,0,0,0c-.2-.3-.5-.6-.7-.9-.1-.1-.2-.3-.4-.4h0s0,0,0,0c0,0,0,0,0-.1,0,0,0,0,0,0,0-.1,0-.3.1-.5h0c.1-.3.2-.7.3-1,0,0,0-.3,0-.4,0,0,0,0,0,0h0s0,0,0,0h0s0,0,0,0c-.2-.2-.4-.3-.7-.2h0c-.3,0-.5.2-.8.3-.3.1-.5.2-.7.3h0s0,0,0,0c-.2-.1-.5-.3-.7-.5-.2-.1-.3-.2-.5-.3h0s0,0,0,0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M41.5,32.2v-.8c-.1,0-.2-.2-.2-.2,0-.5-.4-1.9-1-3.2-.3-.5-.5-.9-.8-1.3,0,0,0,0,0,0-.3-.4-.6-.7-1-1-2.5-1.8-5.7-1.4-7.8,1h-.1c0,.1-.2.1-.2.1-.5,0-1.1,0-1.7,0,0,0,0,0,0,0,6.2-8.6-.6-20.4-11.1-19.7-8.2.5-13.6,9.1-10.7,16.8,1.5,4.1,4.8,6.8,8.6,7.7-.2,1.1-.4,2.3-.5,3.5-.3,3.2.1,5.6,1.1,6.8.5.7,1.1,1,1.8,1.1,1.2.1,2.5-.7,3.3-1.3,1-.8,1.9-1.9,2.6-3,.2-.2.3-.4.5-.7h.1c0-.1,8.3-.1,8.3-.1v.2c1.3,1.9,2.5,3.2,3.7,4.1,1.3.9,2.4,1.1,3.4.8,1-.4,1.8-1.6,2.1-3.3.5-2.6.1-5.4-.3-7.3h0ZM29.8,18.9c.1,2.6-.7,5.1-2.1,7.2,0,0,0,0,0-.1,0-1.1,0-1.8-.3-2.9-.8-3.2-2.9-6.2-3-9.6,1.5.6,2.9,1.5,4,2.6.3.3,1.1,1.1,1.2,1.4,0,.4.2,1,.2,1.4h0ZM25.9,10.9c.2,0,1.3,1.3,1.5,1.6.6.8,1.2,1.7,1.5,2.6-1.3-1.1-2.8-2-4.3-2.7,0-.4.9-1.6,1.3-1.5ZM21.1,8.4c1.4.2,2.6.9,3.8,1.6-.7.5-1.2,1.1-1.4,1.9l-2.4-.6v-3ZM20.1,24.7c0-.3.1-.6.2-.9.8-3.7.7-7.6.8-11.4.7.2,1.5.2,2.2.6,0,1.8.5,3.5,1.1,5.2,1,2.6,2.7,5.6,2.1,8.4-.4,0-.7-.4-.9-.6,0,0-.2-.2-.3-.3-.4-.4-.9-.7-1.4-.9,0,0-.1,0-.2,0,0,0-.1,0-.2,0h-.1s0,0,0,0c-.5-.2-1-.2-1.3-.2h0c-.1,0-.2,0-.4,0-.5,0-1.1,0-1.6.2h0ZM20.1,8.2v3.1h-2.3c-.1-1.2-.9-2.4-2-2.9,1.4-.4,2.8-.4,4.3-.2h0ZM12.8,9.6c.6-.3.8-.5,1.6-.5,1.3,0,2.2.9,2.4,2.2-2.1.1-4.2.7-6.1,1.6l-2.2,1.2c1-1.9,2.5-3.5,4.4-4.5h0ZM8.4,24.9c-1.2-2.3-1.7-5.1-1.1-7.7.2-1,1-1.6,1.8-2.2,2.2-1.5,5.1-2.3,7.7-2.6,0,1.8-1.2,3.4-2.3,4.8-1.7,2.2-3.8,4.2-5.4,6.5-.3.4-.5.8-.8,1.2ZM15,30.3c-1.8-.6-3.7-1.8-5-3.2-.1-.1-.7-.9-.8-1-.1-.5.7-1.8,1.1-2.2,1.2-1.7,2.8-3.2,4.1-4.9,1.6-1.9,3.4-4.2,3.5-6.7,0-.1,1.9,0,2.2,0,0,.1,0,.2,0,.3-.2,4.8,0,8.6-1.3,12.6-1,.6-1.8,1.5-2.3,2.5-.3.7-.6,1.6-.9,2.7-.2,0-.5-.1-.6-.2h0ZM40.8,40c-.4,1.3-1,2-1.8,2.2-.1,0-.2,0-.3,0-1.3,0-3-1.4-5-4,0,0-.2-.2-.2-.4-.1-.2-.4-.7-.6-.7h-9.2c-.1.2-.4.5-.7,1.1-.1.2-.2.4-.3.5-.5.7-1.3,1.6-2.1,2.4-1.1,1-2.1,1.4-3,1.2-.9-.2-1.4-1.3-1.5-1.6-1.2-3.1-.2-9.2,1-12.2.7-1.6,2.2-2.8,3.8-3,1.4-.2,2.8.2,3.8,1,.2.2.4.4.5.6.3.3.5.6.8.6.8,0,1.7,0,2.7,0,.7,0,1.4,0,2.1,0,.1,0,.4-.4.5-.5.1-.2.3-.3.4-.4,1.2-1,2.8-1.4,4.4-1.1,1.5.4,2.8,1.4,3.4,2.8,1.3,3.1,2.1,8.7,1.2,11.7h0Z'/%3e%3cpath class='st1' d='M29.1,33.2c-.2,0-.5,0-.8,0s-.7,0-.8,0c-.2,0-.4.2-.5.4,0,.2,0,.4.1.6.2.2,1.4.3,1.9.2.4,0,.6-.4.6-.6s-.1-.5-.6-.6h0Z'/%3e%3cpath class='st1' d='M35,28.7s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M32.8,30.9s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M37.2,30.9s0,0,0,0c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.4-.6-.4h0Z'/%3e%3cpath class='st1' d='M34.9,33.2c-.3,0-.5.2-.5.4,0,.3,0,.6.2.7.2.1.4.1.6,0,.3-.2.3-.5.3-.7,0-.2-.3-.5-.6-.4Z'/%3e%3cpath class='st1' d='M24.9,31.1c0-.3-.2-.4-.5-.5h0c-.3,0-.5,0-.8-.1-.2,0-.5,0-.7-.1h0s0,0,0,0c-.1-.2-.2-.4-.3-.7,0-.2-.1-.3-.2-.5h0c0-.2-.2-.4-.4-.5-.3-.1-.7,0-.8.3-.1.2-.2.5-.3.7,0,.2-.2.4-.3.6,0,0,0,0,0,0h0c-.2,0-.4,0-.7,0-.2,0-.5,0-.7.1-.2,0-.4.2-.5.4,0,.2,0,.4.1.6.2.2.4.4.5.5.1.1.3.3.4.4,0,0,0,0,0,0,0,0,0,0,0,0l-.2,1.4h0c0,.3,0,.5.3.7.2.1.5.2.7,0,.2-.1.5-.2.7-.4.2,0,.3-.2.5-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.3.2.5.3.1,0,.3.2.4.2,0,0,0,0,0,0,.1,0,.3.1.5.1s.2,0,.3,0c.2,0,.3-.3.4-.5h0s0,0,0,0c0-.4,0-.7-.2-1.1,0-.2,0-.3,0-.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2-.2.3-.3.2-.2.5-.4.6-.6,0,0,.1-.2.2-.3,0,0,0,0,0-.1,0,0,0,0,0,0h0s0,0,0,0h0ZM23.2,32.3h0c0,.1-.2.2-.2.4h0s0,0,0,0c0,.3,0,.7.2,1,0,.2,0,.3,0,.5-.2,0-.4-.2-.5-.3-.2-.1-.5-.3-.7-.4-.1,0-.2,0-.3,0s-.2,0-.3,0c-.2,0-.5.2-.7.4-.2.1-.3.2-.5.3l.2-1.3h0c0-.1,0-.3,0-.5h0c-.2-.2-.4-.4-.6-.6-.2-.2-.3-.3-.5-.5.2,0,.4,0,.6,0,.2,0,.5,0,.7-.1.2,0,.4-.2.5-.4.1-.2.2-.5.3-.7,0-.2.2-.4.3-.5,0,.2.2.4.3.5.1.2.2.5.3.7.1.2.3.3.5.4.2,0,.5,0,.7.1.2,0,.4,0,.6,0l-1,1h0Z'/%3e%3cpath class='st1' d='M32,13c.1.1.3.2.4.3.1,0,.2.1.3.2,0,0,0,0,0,0,0,0,0,0,0,0v.9s0,0,0,0c0,.2.1.3.3.4.1,0,.3,0,.5,0,.1,0,.3-.2.4-.3,0,0,.2-.2.3-.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2,0,.4.1.1,0,.2,0,.3,0,0,0,0,0,0,0,0,0,.2,0,.3,0,0,0,.1,0,.2,0,.1,0,.2-.2.2-.4h0s0,0,0,0c0-.2-.2-.5-.3-.7,0-.1,0-.2-.1-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1-.2.2-.2.1-.2.2-.3.3-.5,0,0,0-.2,0-.2,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.2-.2-.3-.4-.3h0c-.2,0-.4,0-.5,0-.2,0-.3,0-.5,0h0s0,0,0,0c-.1-.1-.2-.3-.3-.4,0,0-.1-.2-.2-.3h0c0-.1-.2-.2-.3-.2-.2,0-.4,0-.5.3,0,.2,0,.3-.1.5,0,.2,0,.3-.1.4,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3.1-.4.2-.2,0-.3.1-.5.2-.2,0-.3.2-.3.4,0,.2,0,.3.2.4h0ZM32.8,12.5c.2,0,.3-.1.5-.2.1,0,.2-.2.3-.3,0-.2,0-.3.1-.5,0-.1,0-.3,0-.4,0,0,.2.2.2.3.1.1.2.3.3.4.1.1.2.2.4.2.2,0,.3,0,.5,0,.1,0,.3,0,.4,0l-.5.8h0c0,0,0,.2,0,.3h0s0,0,0,0c0,.2.2.4.2.6,0,0,0,.2.1.3-.1,0-.3,0-.4-.1-.2,0-.3-.1-.5-.1,0,0-.1,0-.2,0,0,0-.1,0-.2,0-.1,0-.3.2-.4.3,0,0-.2.2-.3.3v-.9s0,0,0,0c0,0,0-.2-.1-.3h0c-.1-.1-.3-.2-.5-.3-.1,0-.3-.1-.4-.2.1,0,.2,0,.4-.1h0Z'/%3e%3cpath class='st1' d='M35.8,16.8c-.1,0-.3-.2-.5-.2s0,0-.1,0c-.3,0-.6.3-.6.7,0,.3,0,.6,0,.8,0,.3,0,.5,0,.8h0s0,0,0,0c-.2.2-.4.3-.6.5-.2.2-.4.3-.6.5-.2.2-.3.4-.2.7,0,.2.2.4.4.5.2,0,.5.2.8.2.2,0,.4,0,.6.1,0,0,0,0,.1,0,0,0,0,0,0,0h0s.6,1.5.6,1.5c.1.2.3.4.5.4.2,0,.5,0,.6-.3.2-.2.3-.5.5-.7.1-.2.2-.4.3-.5,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,.2,0,.4,0,.6,0,.2,0,.4,0,.6,0,0,0,0,0,0,0,.1,0,.3,0,.5-.1,0,0,.1-.1.2-.2.1-.2.2-.4,0-.6h0s0,0,0,0c-.2-.3-.5-.6-.7-.9-.1-.1-.2-.3-.4-.4h0s0,0,0,0c0,0,0,0,0-.1,0,0,0,0,0,0,0-.1,0-.3.1-.5h0c.1-.3.2-.7.3-1,0,0,0-.3,0-.4,0,0,0,0,0,0h0s0,0,0,0h0s0,0,0,0c-.2-.2-.4-.3-.7-.2h0c-.3,0-.5.2-.8.3-.3.1-.5.2-.7.3h0s0,0,0,0c-.2-.1-.5-.3-.7-.5-.2-.1-.3-.2-.5-.3h0s0,0,0,0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-slot {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='5' y='7' width='38' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M42.8,38c0,0,0-.1,0-.2,0-4.3.4-8.9,0-13.1,0-.7-.3-1.3-.8-1.7-.3-.4-.8-.6-1.3-.7-1.4-.2-3.2-.2-4.9,0-1.4,0-2.7,0-4,0,0,0,0,0-.1,0-.6,0-1.1.3-1.5.7,0,0,0,0,0,0-.1,0-.2-.2-.3-.2-.2-.2-.4-.3-.7-.4-.2,0-.5-.2-.8-.2-1.4-.1-3,0-4.5,0-1.4,0-2.7,0-4,0,0,0-.1,0-.2,0-.6,0-1.1.3-1.5.7,0,0,0,0,0,0-.1,0-.2-.2-.3-.2-.2-.2-.4-.3-.7-.4-.2,0-.5-.2-.8-.2-1.4-.1-2.9,0-4.4,0-1.4,0-2.9-.1-4.1,0,0,0,0,0,0,0-1.3.1-2.4,1.1-2.5,2.5-.4,4.2.1,8.8,0,13.1,0,0,0,0,0,.2,0,.4,0,1.5,0,2.2,0,0,0,.1,0,.2,0,.8.5,1.5,1.1,2,0,0,0,0,0,0,0,0,0,0,0,0,.3.2.7.4,1.1.4,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,.7,0,1.1-.4,1.6-.7h0s0,0,0,0c0,0,.2.1.3.2.4.3.8.5,1.2.5,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,.7,0,1.1-.4,1.6-.7h0s0,0,0,0c0,0,.2.1.3.2.4.3.8.5,1.2.5,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,1.3-.1,2.3-1.2,2.4-2.5,0,0,0-.2,0-.2,0-.7,0-1.8,0-2.2h0ZM41.4,38c-.2.8.3,2.5-.4,3.2,0,0-.2.2-.3.2,0,0-.1,0-.2,0h-9.1c0,0,0,0,0,0-.2,0-.3-.2-.5-.3,0-.1-.2-.3-.2-.4v-.8c0-.4-.3-.7-.7-.7h0c-.4,0-.7.3-.7.7v.8c-.1.6-.5.9-1.1,1,0,0,0,0,0,0-1.3,0-2.6,0-3.9,0-1.5,0-3.1-.1-4.5,0-.3,0-.6-.2-.8-.4,0-.1-.2-.3-.2-.4v-.8c0-.4-.3-.7-.7-.7h0c-.4,0-.7.3-.7.7v.8c0,.5-.4.8-.8.9h-5.9c-.9,0-1.8,0-2.7,0h-.2c-.3,0-.6-.2-.8-.5-.5-.8,0-2.3-.2-3.1,0,0,0,0,0,0v-7.4c.1-.8.1-1.8,0-2.7v-3.2c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v.3h0v1c0,.4.3.7.7.7h0c.4,0,.7-.3.7-.7v-1h0v-.3c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v.3h0v1c0,.4.3.7.7.7h0c.4,0,.7-.3.7-.7v-1h0v-.3c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v3.2c0,1,0,1.9,0,2.7v7.4s0,0,0,0h0Z'/%3e%3cpath class='st1' d='M18.7,12.8c.6.6,1.2,1.2,1.7,1.8.1.5-.6,2.8-.6,3.5,0,.4.3.7.7.7l3.5-1.7c.7.2,2.9,1.8,3.5,1.7.3,0,.6-.4.6-.6l-.6-3.6c.4-.7,2.5-2.1,2.7-2.8,0-.2,0-.5-.2-.6-.5-.5-3.1-.4-3.8-.8-.5-.6-1.3-3.2-1.9-3.4-.1,0-.3,0-.5,0-.6.2-1.5,2.8-1.9,3.4-.6.5-5.5,0-3.7,2,.2.2.4.3.6.4h0ZM20.3,12.1c.8-.1,1.6-.2,2.4-.4.3-.2.9-1.8,1.1-2.2,0,0,0-.2.2-.1l1.2,2.3,2.7.4c0,.2,0,.2-.2.3-.4.4-1.6,1.2-1.7,1.7-.1.5.5,2.5.3,2.7l-2.4-1.2-2.5,1.1c-.1-.1.5-2.1.3-2.6-.1-.5-1.4-1.5-1.9-1.9,0-.2.1-.1.3-.1h0Z'/%3e%3cpath class='st1' d='M34.6,16.7c.2.8-1,3.4.2,3.5.6,0,2.2-1.1,2.9-1.3.7.2,2.3,1.4,2.9,1.3,1.1-.2-.1-2.8,0-3.5.4-.7,2.8-1.9,1.9-2.8-.4-.4-2.4-.3-3.1-.6-.5-.5-1-2.4-1.5-2.7-.1,0-.2,0-.4,0-.2,0-.4.1-.5.3-.4.4-1,2.3-1.3,2.5-.8.4-3.6,0-3.3,1.3.1.6,1.7,1.6,2.1,2.2h0ZM36.8,14.4c.2-.2.5-1.1.8-1.5,0,0,0-.2.2-.1l.9,1.7,1.9.3c-.1.6-1.2.9-1.3,1.5-.1.5.2,1.4.3,1.9,0,0-1.4-.8-1.9-.8-.4,0-1.7.9-1.8.8,0-.5.4-1.3.3-1.8-.1-.6-1.1-1-1.4-1.6.5-.1,1.7,0,2-.4h0Z'/%3e%3cpath class='st1' d='M7.2,16.7c.2.8-1.1,3.5.3,3.5,1-.2,1.8-1,2.8-1.3.7.2,2.3,1.4,2.9,1.3,1.1-.2,0-2.8,0-3.5.4-.7,2.7-1.9,1.9-2.8-.4-.4-2.4-.4-3-.6-.5-.5-1.1-2.5-1.6-2.7-.1,0-.2,0-.4,0-.2,0-.4.1-.5.3-.4.4-1,2.3-1.3,2.5-.7.3-2.9.2-3.2.8-.4,1,1.6,1.9,2,2.7h0ZM9.3,14.5c.3-.2.6-1.2.8-1.6,0,0,0-.2.2-.1.2.4.5,1.4.8,1.6.4.3,1.5.3,2,.4l-1.4,1.5.3,1.9c0,0-1.4-.8-1.8-.8-.6,0-1.3.7-1.9.8,0-.5.4-1.4.3-1.9-.1-.6-1.1-.9-1.3-1.5l1.9-.3h0Z'/%3e%3cpath class='st1' d='M38.4,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3cpath class='st1' d='M14.3,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3cpath class='st1' d='M26.3,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='5' y='7' width='38' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M42.8,38c0,0,0-.1,0-.2,0-4.3.4-8.9,0-13.1,0-.7-.3-1.3-.8-1.7-.3-.4-.8-.6-1.3-.7-1.4-.2-3.2-.2-4.9,0-1.4,0-2.7,0-4,0,0,0,0,0-.1,0-.6,0-1.1.3-1.5.7,0,0,0,0,0,0-.1,0-.2-.2-.3-.2-.2-.2-.4-.3-.7-.4-.2,0-.5-.2-.8-.2-1.4-.1-3,0-4.5,0-1.4,0-2.7,0-4,0,0,0-.1,0-.2,0-.6,0-1.1.3-1.5.7,0,0,0,0,0,0-.1,0-.2-.2-.3-.2-.2-.2-.4-.3-.7-.4-.2,0-.5-.2-.8-.2-1.4-.1-2.9,0-4.4,0-1.4,0-2.9-.1-4.1,0,0,0,0,0,0,0-1.3.1-2.4,1.1-2.5,2.5-.4,4.2.1,8.8,0,13.1,0,0,0,0,0,.2,0,.4,0,1.5,0,2.2,0,0,0,.1,0,.2,0,.8.5,1.5,1.1,2,0,0,0,0,0,0,0,0,0,0,0,0,.3.2.7.4,1.1.4,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,.7,0,1.1-.4,1.6-.7h0s0,0,0,0c0,0,.2.1.3.2.4.3.8.5,1.2.5,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,.7,0,1.1-.4,1.6-.7h0s0,0,0,0c0,0,.2.1.3.2.4.3.8.5,1.2.5,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,1.3-.1,2.3-1.2,2.4-2.5,0,0,0-.2,0-.2,0-.7,0-1.8,0-2.2h0ZM41.4,38c-.2.8.3,2.5-.4,3.2,0,0-.2.2-.3.2,0,0-.1,0-.2,0h-9.1c0,0,0,0,0,0-.2,0-.3-.2-.5-.3,0-.1-.2-.3-.2-.4v-.8c0-.4-.3-.7-.7-.7h0c-.4,0-.7.3-.7.7v.8c-.1.6-.5.9-1.1,1,0,0,0,0,0,0-1.3,0-2.6,0-3.9,0-1.5,0-3.1-.1-4.5,0-.3,0-.6-.2-.8-.4,0-.1-.2-.3-.2-.4v-.8c0-.4-.3-.7-.7-.7h0c-.4,0-.7.3-.7.7v.8c0,.5-.4.8-.8.9h-5.9c-.9,0-1.8,0-2.7,0h-.2c-.3,0-.6-.2-.8-.5-.5-.8,0-2.3-.2-3.1,0,0,0,0,0,0v-7.4c.1-.8.1-1.8,0-2.7v-3.2c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v.3h0v1c0,.4.3.7.7.7h0c.4,0,.7-.3.7-.7v-1h0v-.3c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v.3h0v1c0,.4.3.7.7.7h0c.4,0,.7-.3.7-.7v-1h0v-.3c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v3.2c0,1,0,1.9,0,2.7v7.4s0,0,0,0h0Z'/%3e%3cpath class='st1' d='M18.7,12.8c.6.6,1.2,1.2,1.7,1.8.1.5-.6,2.8-.6,3.5,0,.4.3.7.7.7l3.5-1.7c.7.2,2.9,1.8,3.5,1.7.3,0,.6-.4.6-.6l-.6-3.6c.4-.7,2.5-2.1,2.7-2.8,0-.2,0-.5-.2-.6-.5-.5-3.1-.4-3.8-.8-.5-.6-1.3-3.2-1.9-3.4-.1,0-.3,0-.5,0-.6.2-1.5,2.8-1.9,3.4-.6.5-5.5,0-3.7,2,.2.2.4.3.6.4h0ZM20.3,12.1c.8-.1,1.6-.2,2.4-.4.3-.2.9-1.8,1.1-2.2,0,0,0-.2.2-.1l1.2,2.3,2.7.4c0,.2,0,.2-.2.3-.4.4-1.6,1.2-1.7,1.7-.1.5.5,2.5.3,2.7l-2.4-1.2-2.5,1.1c-.1-.1.5-2.1.3-2.6-.1-.5-1.4-1.5-1.9-1.9,0-.2.1-.1.3-.1h0Z'/%3e%3cpath class='st1' d='M34.6,16.7c.2.8-1,3.4.2,3.5.6,0,2.2-1.1,2.9-1.3.7.2,2.3,1.4,2.9,1.3,1.1-.2-.1-2.8,0-3.5.4-.7,2.8-1.9,1.9-2.8-.4-.4-2.4-.3-3.1-.6-.5-.5-1-2.4-1.5-2.7-.1,0-.2,0-.4,0-.2,0-.4.1-.5.3-.4.4-1,2.3-1.3,2.5-.8.4-3.6,0-3.3,1.3.1.6,1.7,1.6,2.1,2.2h0ZM36.8,14.4c.2-.2.5-1.1.8-1.5,0,0,0-.2.2-.1l.9,1.7,1.9.3c-.1.6-1.2.9-1.3,1.5-.1.5.2,1.4.3,1.9,0,0-1.4-.8-1.9-.8-.4,0-1.7.9-1.8.8,0-.5.4-1.3.3-1.8-.1-.6-1.1-1-1.4-1.6.5-.1,1.7,0,2-.4h0Z'/%3e%3cpath class='st1' d='M7.2,16.7c.2.8-1.1,3.5.3,3.5,1-.2,1.8-1,2.8-1.3.7.2,2.3,1.4,2.9,1.3,1.1-.2,0-2.8,0-3.5.4-.7,2.7-1.9,1.9-2.8-.4-.4-2.4-.4-3-.6-.5-.5-1.1-2.5-1.6-2.7-.1,0-.2,0-.4,0-.2,0-.4.1-.5.3-.4.4-1,2.3-1.3,2.5-.7.3-2.9.2-3.2.8-.4,1,1.6,1.9,2,2.7h0ZM9.3,14.5c.3-.2.6-1.2.8-1.6,0,0,0-.2.2-.1.2.4.5,1.4.8,1.6.4.3,1.5.3,2,.4l-1.4,1.5.3,1.9c0,0-1.4-.8-1.8-.8-.6,0-1.3.7-1.9.8,0-.5.4-1.4.3-1.9-.1-.6-1.1-.9-1.3-1.5l1.9-.3h0Z'/%3e%3cpath class='st1' d='M38.4,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3cpath class='st1' d='M14.3,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3cpath class='st1' d='M26.3,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-slotactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='5' y='7' width='38' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M42.8,38c0,0,0-.1,0-.2,0-4.3.4-8.9,0-13.1,0-.7-.3-1.3-.8-1.7-.3-.4-.8-.6-1.3-.7-1.4-.2-3.2-.2-4.9,0-1.4,0-2.7,0-4,0,0,0,0,0-.1,0-.6,0-1.1.3-1.5.7,0,0,0,0,0,0-.1,0-.2-.2-.3-.2-.2-.2-.4-.3-.7-.4-.2,0-.5-.2-.8-.2-1.4-.1-3,0-4.5,0-1.4,0-2.7,0-4,0,0,0-.1,0-.2,0-.6,0-1.1.3-1.5.7,0,0,0,0,0,0-.1,0-.2-.2-.3-.2-.2-.2-.4-.3-.7-.4-.2,0-.5-.2-.8-.2-1.4-.1-2.9,0-4.4,0-1.4,0-2.9-.1-4.1,0,0,0,0,0,0,0-1.3.1-2.4,1.1-2.5,2.5-.4,4.2.1,8.8,0,13.1,0,0,0,0,0,.2,0,.4,0,1.5,0,2.2,0,0,0,.1,0,.2,0,.8.5,1.5,1.1,2,0,0,0,0,0,0,0,0,0,0,0,0,.3.2.7.4,1.1.4,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,.7,0,1.1-.4,1.6-.7h0s0,0,0,0c0,0,.2.1.3.2.4.3.8.5,1.2.5,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,.7,0,1.1-.4,1.6-.7h0s0,0,0,0c0,0,.2.1.3.2.4.3.8.5,1.2.5,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,1.3-.1,2.3-1.2,2.4-2.5,0,0,0-.2,0-.2,0-.7,0-1.8,0-2.2h0ZM41.4,38c-.2.8.3,2.5-.4,3.2,0,0-.2.2-.3.2,0,0-.1,0-.2,0h-9.1c0,0,0,0,0,0-.2,0-.3-.2-.5-.3,0-.1-.2-.3-.2-.4v-.8c0-.4-.3-.7-.7-.7h0c-.4,0-.7.3-.7.7v.8c-.1.6-.5.9-1.1,1,0,0,0,0,0,0-1.3,0-2.6,0-3.9,0-1.5,0-3.1-.1-4.5,0-.3,0-.6-.2-.8-.4,0-.1-.2-.3-.2-.4v-.8c0-.4-.3-.7-.7-.7h0c-.4,0-.7.3-.7.7v.8c0,.5-.4.8-.8.9h-5.9c-.9,0-1.8,0-2.7,0h-.2c-.3,0-.6-.2-.8-.5-.5-.8,0-2.3-.2-3.1,0,0,0,0,0,0v-7.4c.1-.8.1-1.8,0-2.7v-3.2c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v.3h0v1c0,.4.3.7.7.7h0c.4,0,.7-.3.7-.7v-1h0v-.3c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v.3h0v1c0,.4.3.7.7.7h0c.4,0,.7-.3.7-.7v-1h0v-.3c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v3.2c0,1,0,1.9,0,2.7v7.4s0,0,0,0h0Z'/%3e%3cpath class='st1' d='M18.7,12.8c.6.6,1.2,1.2,1.7,1.8.1.5-.6,2.8-.6,3.5,0,.4.3.7.7.7l3.5-1.7c.7.2,2.9,1.8,3.5,1.7.3,0,.6-.4.6-.6l-.6-3.6c.4-.7,2.5-2.1,2.7-2.8,0-.2,0-.5-.2-.6-.5-.5-3.1-.4-3.8-.8-.5-.6-1.3-3.2-1.9-3.4-.1,0-.3,0-.5,0-.6.2-1.5,2.8-1.9,3.4-.6.5-5.5,0-3.7,2,.2.2.4.3.6.4h0Z'/%3e%3cpath class='st1' d='M34.6,16.7c.2.8-1,3.4.2,3.5.6,0,2.2-1.1,2.9-1.3.7.2,2.3,1.4,2.9,1.3,1.1-.2-.1-2.8,0-3.5.4-.7,2.8-1.9,1.9-2.8-.4-.4-2.4-.3-3.1-.6-.5-.5-1-2.4-1.5-2.7-.1,0-.2,0-.4,0-.2,0-.4.1-.5.3-.4.4-1,2.3-1.3,2.5-.8.4-3.6,0-3.3,1.3.1.6,1.7,1.6,2.1,2.2h0ZM36.8,14.4c.2-.2.5-1.1.8-1.5,0,0,0-.2.2-.1l.9,1.7,1.9.3c-.1.6-1.2.9-1.3,1.5-.1.5.2,1.4.3,1.9,0,0-1.4-.8-1.9-.8-.4,0-1.7.9-1.8.8,0-.5.4-1.3.3-1.8-.1-.6-1.1-1-1.4-1.6.5-.1,1.7,0,2-.4h0Z'/%3e%3cpath class='st1' d='M7.2,16.7c.2.8-1.1,3.5.3,3.5,1-.2,1.8-1,2.8-1.3.7.2,2.3,1.4,2.9,1.3,1.1-.2,0-2.8,0-3.5.4-.7,2.7-1.9,1.9-2.8-.4-.4-2.4-.4-3-.6-.5-.5-1.1-2.5-1.6-2.7-.1,0-.2,0-.4,0-.2,0-.4.1-.5.3-.4.4-1,2.3-1.3,2.5-.7.3-2.9.2-3.2.8-.4,1,1.6,1.9,2,2.7h0ZM9.3,14.5c.3-.2.6-1.2.8-1.6,0,0,0-.2.2-.1.2.4.5,1.4.8,1.6.4.3,1.5.3,2,.4l-1.4,1.5.3,1.9c0,0-1.4-.8-1.8-.8-.6,0-1.3.7-1.9.8,0-.5.4-1.4.3-1.9-.1-.6-1.1-.9-1.3-1.5l1.9-.3h0Z'/%3e%3cpath class='st1' d='M38.4,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3cpath class='st1' d='M14.3,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3cpath class='st1' d='M26.3,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='5' y='7' width='38' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M42.8,38c0,0,0-.1,0-.2,0-4.3.4-8.9,0-13.1,0-.7-.3-1.3-.8-1.7-.3-.4-.8-.6-1.3-.7-1.4-.2-3.2-.2-4.9,0-1.4,0-2.7,0-4,0,0,0,0,0-.1,0-.6,0-1.1.3-1.5.7,0,0,0,0,0,0-.1,0-.2-.2-.3-.2-.2-.2-.4-.3-.7-.4-.2,0-.5-.2-.8-.2-1.4-.1-3,0-4.5,0-1.4,0-2.7,0-4,0,0,0-.1,0-.2,0-.6,0-1.1.3-1.5.7,0,0,0,0,0,0-.1,0-.2-.2-.3-.2-.2-.2-.4-.3-.7-.4-.2,0-.5-.2-.8-.2-1.4-.1-2.9,0-4.4,0-1.4,0-2.9-.1-4.1,0,0,0,0,0,0,0-1.3.1-2.4,1.1-2.5,2.5-.4,4.2.1,8.8,0,13.1,0,0,0,0,0,.2,0,.4,0,1.5,0,2.2,0,0,0,.1,0,.2,0,.8.5,1.5,1.1,2,0,0,0,0,0,0,0,0,0,0,0,0,.3.2.7.4,1.1.4,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,.7,0,1.1-.4,1.6-.7h0s0,0,0,0c0,0,.2.1.3.2.4.3.8.5,1.2.5,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,.7,0,1.1-.4,1.6-.7h0s0,0,0,0c0,0,.2.1.3.2.4.3.8.5,1.2.5,0,0,0,0,.1,0,1.3.1,2.7,0,4.1,0,1.6,0,3.2.1,4.6,0,1.3-.1,2.3-1.2,2.4-2.5,0,0,0-.2,0-.2,0-.7,0-1.8,0-2.2h0ZM41.4,38c-.2.8.3,2.5-.4,3.2,0,0-.2.2-.3.2,0,0-.1,0-.2,0h-9.1c0,0,0,0,0,0-.2,0-.3-.2-.5-.3,0-.1-.2-.3-.2-.4v-.8c0-.4-.3-.7-.7-.7h0c-.4,0-.7.3-.7.7v.8c-.1.6-.5.9-1.1,1,0,0,0,0,0,0-1.3,0-2.6,0-3.9,0-1.5,0-3.1-.1-4.5,0-.3,0-.6-.2-.8-.4,0-.1-.2-.3-.2-.4v-.8c0-.4-.3-.7-.7-.7h0c-.4,0-.7.3-.7.7v.8c0,.5-.4.8-.8.9h-5.9c-.9,0-1.8,0-2.7,0h-.2c-.3,0-.6-.2-.8-.5-.5-.8,0-2.3-.2-3.1,0,0,0,0,0,0v-7.4c.1-.8.1-1.8,0-2.7v-3.2c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v.3h0v1c0,.4.3.7.7.7h0c.4,0,.7-.3.7-.7v-1h0v-.3c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v.3h0v1c0,.4.3.7.7.7h0c.4,0,.7-.3.7-.7v-1h0v-.3c.1-.5.4-.8.9-.9,1.3,0,2.7,0,4.2-.1,1.6,0,3.2.2,4.7.1.4.1.7.4.8.9v3.2c0,1,0,1.9,0,2.7v7.4s0,0,0,0h0Z'/%3e%3cpath class='st1' d='M18.7,12.8c.6.6,1.2,1.2,1.7,1.8.1.5-.6,2.8-.6,3.5,0,.4.3.7.7.7l3.5-1.7c.7.2,2.9,1.8,3.5,1.7.3,0,.6-.4.6-.6l-.6-3.6c.4-.7,2.5-2.1,2.7-2.8,0-.2,0-.5-.2-.6-.5-.5-3.1-.4-3.8-.8-.5-.6-1.3-3.2-1.9-3.4-.1,0-.3,0-.5,0-.6.2-1.5,2.8-1.9,3.4-.6.5-5.5,0-3.7,2,.2.2.4.3.6.4h0Z'/%3e%3cpath class='st1' d='M34.6,16.7c.2.8-1,3.4.2,3.5.6,0,2.2-1.1,2.9-1.3.7.2,2.3,1.4,2.9,1.3,1.1-.2-.1-2.8,0-3.5.4-.7,2.8-1.9,1.9-2.8-.4-.4-2.4-.3-3.1-.6-.5-.5-1-2.4-1.5-2.7-.1,0-.2,0-.4,0-.2,0-.4.1-.5.3-.4.4-1,2.3-1.3,2.5-.8.4-3.6,0-3.3,1.3.1.6,1.7,1.6,2.1,2.2h0ZM36.8,14.4c.2-.2.5-1.1.8-1.5,0,0,0-.2.2-.1l.9,1.7,1.9.3c-.1.6-1.2.9-1.3,1.5-.1.5.2,1.4.3,1.9,0,0-1.4-.8-1.9-.8-.4,0-1.7.9-1.8.8,0-.5.4-1.3.3-1.8-.1-.6-1.1-1-1.4-1.6.5-.1,1.7,0,2-.4h0Z'/%3e%3cpath class='st1' d='M7.2,16.7c.2.8-1.1,3.5.3,3.5,1-.2,1.8-1,2.8-1.3.7.2,2.3,1.4,2.9,1.3,1.1-.2,0-2.8,0-3.5.4-.7,2.7-1.9,1.9-2.8-.4-.4-2.4-.4-3-.6-.5-.5-1.1-2.5-1.6-2.7-.1,0-.2,0-.4,0-.2,0-.4.1-.5.3-.4.4-1,2.3-1.3,2.5-.7.3-2.9.2-3.2.8-.4,1,1.6,1.9,2,2.7h0ZM9.3,14.5c.3-.2.6-1.2.8-1.6,0,0,0-.2.2-.1.2.4.5,1.4.8,1.6.4.3,1.5.3,2,.4l-1.4,1.5.3,1.9c0,0-1.4-.8-1.8-.8-.6,0-1.3.7-1.9.8,0-.5.4-1.4.3-1.9-.1-.6-1.1-.9-1.3-1.5l1.9-.3h0Z'/%3e%3cpath class='st1' d='M38.4,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3cpath class='st1' d='M14.3,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3cpath class='st1' d='M26.3,28.4c-.7-.1-4-.1-4.7,0-.9.1-.5,1.4,0,1.4h3.4l-3.9,6.6c-.3.8.7,1.3,1.2.7l4.5-7.7c.2-.5,0-.9-.5-1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-arcade {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M40.3,26.1c0-.9-.2-1.8-1.1-2.1-1.4-.5-2.4.9-2.2,2.2-2.1,0-2.1,3.1,0,3.2v2.6l-7.8-4.6-2.2-10.5c-.4-1-1.2-1.6-2.2-1.8h-.7l-.8.3c-.6.1-1.9,1.7-1.1,2.1.6.3.7-.3.9-.6.9-1.1,2.5-.9,2.9.5.3,1,.4,2.2.7,3.2h-4.5c0-.4.4-1.1.2-1.5-.3-.4-.7-.3-.9,0l-1.7,8.3c-2.5,1.4-4.9,3.1-7.4,4.4-.1,0-.2.2-.4.1v-2.6c2.1-.1,2.1-3.2,0-3.2.2-1.3-.7-2.7-2.2-2.2-1,.3-1.2,1.2-1.1,2.1-.8.1-1.4.6-1.6,1.3v.7c.3.7.8,1.2,1.6,1.3,0,.6-.4,2.2.7,2,0,0,.3-.2.3-.2v-1.7h.1c0-.1,1.2-.1,1.2-.1v10h-1.3v-6.3s-.2-.2-.3-.2c-.5-.1-.7.1-.8.6.1,1.9-.2,4,0,5.8,0,.6.4,1.1,1.1,1.2.8,0,2,.1,2.3-.9h2.1c.1.5.2,1.1.7,1.2.3,0,1.8,0,2.1,0,.6,0,1-.7.8-1.3h4c-.3,1.1-1.1,2.8.4,3.3.6.2,3.3.2,4,.1.7,0,1.2-.3,1.4-1,.2-.7-.3-1.7-.5-2.4h4c-.1.6.2,1.2.8,1.3.4,0,1.8,0,2.1,0,.5-.2.6-.8.7-1.2h2.1c.2,1,1.4,1,2.2.9.6,0,1-.6,1.1-1.2.2-1.8-.1-3.9,0-5.8,0-.4-.3-.7-.8-.6,0,0-.3.2-.3.2v6.2h-.1c0,.1-1.2.1-1.2.1v-10h1.3v1.8c0,.2.5.3.7.2.5-.2.3-1.6.3-2,2.1-.3,2.1-3.1,0-3.3h0ZM10.9,26.1h-1.2c-.3-1.6,1.5-1.6,1.2,0ZM11.9,28.4c-1,.1-2.3,0-3.3,0-.8-.3-.6-1.2.2-1.3.7,0,2.3,0,3,0,.2,0,.6.1.7.3,0,.2,0,.6-.1.8,0,0-.3.1-.4.2h0ZM16.7,39.8h-1.6v-4.6c0-.3.6-.5.8-.5.3,0,.7.3.7.6v4.6h0ZM19.3,38.2c0,.1,0,.2,0,.4h-1.6v-3.5c0-.1-.3-.6-.4-.7-1.1-1.4-3.3-.5-3.3,1.2v3h-2.1v-5.3l7.5-4.5c0,.7-.2,1.5-.2,2.2-.1,2.3,0,4.9,0,7.2h0ZM26.2,41.9c-.9,0-2.6,0-3.5,0-.3,0-.5,0-.5-.4,0-.5.5-1.4.5-1.9h3.4c0,.6.5,1.4.5,1.9,0,.3-.2.4-.5.4ZM28.6,38.2c-.1.3-.4.3-.6.3-2.2.2-4.8-.2-7,0-.3,0-.6-.1-.6-.4,0-3.4-.2-6.7.4-10.1.4-2.2.9-4.3,1.3-6.5h4.9c.5,2.8,1.4,5.7,1.6,8.5.2,2.7,0,5.5,0,8.2h0ZM33.8,39.8h-1.6v-4.6c0-.2.5-.6.7-.6.3,0,.8.2.8.5v4.6h0ZM37,38.6h-2.1v-3c0,0,0-.5-.1-.6-.4-1.4-2.3-1.8-3.2-.6,0,.1-.4.6-.4.7v3.4h-.1c0,.1-1.5.1-1.5.1,0-.1,0-.2,0-.4,0-2.3.1-5,0-7.2,0-.7-.2-1.5-.2-2.2l7.5,4.5v5.3h0ZM39.2,26.1h-1.2c-.3-1.6,1.5-1.6,1.2,0ZM40.3,28.4c-1.1,0-2.3.1-3.3,0-.1,0-.3,0-.4-.2-.2-.2-.2-.5-.1-.8.1-.2.4-.3.7-.3.7,0,2.3,0,3,0,.8.1,1,1,.2,1.3h0Z'/%3e%3cpath class='st1' d='M25.5,29.6c-.3,0-1.6,0-1.9,0-.4,0-.8.5-.9.8-.3.8-.8,3.2-.9,3.9,0,.9.5,1.8,1.3,2,.5,0,2.6,0,3,0,.6-.2,1-1,1-1.6,0-.6-.7-3.5-.9-4.2-.1-.3-.4-.7-.8-.8h0ZM23.7,30.6h1.5l.3,1.3h-2.2l.3-1.3h0ZM25.5,35.3c-.5,0-1.7,0-2.1,0-1.2-.1-.3-1.7-.3-2.4h2.7c0,.7.9,2.3-.3,2.4h0Z'/%3e%3cpath class='st1' d='M43,11.5h0c0,0,0-.1,0-.1-.1-.5-.4-.8-.8-.9h0s0,0,0,0c-.5-.1-1-.2-1.5-.2-.5,0-.9-.1-1.3-.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.4-.4-.8-.6-1.3-.1-.3-.3-.6-.4-.8,0,0,0,0,0,0-.1-.3-.3-.6-.7-.7-.2,0-.3,0-.5,0-.4,0-.8.2-1,.6-.2.4-.4.8-.6,1.3-.2.4-.4.8-.6,1.1,0,0,0,0,0,0,0,0,0,0,0,0-.4,0-.8.1-1.3.2-.4,0-.9,0-1.3.2-.4,0-.8.4-.9.8-.1.4,0,.8.2,1.1.3.4.7.7,1,1,.3.2.5.5.8.7,0,0,0,0,.1.1,0,0,0,0,.1.1l-.5,2.6h0s0,0,0,0c0,.4,0,.7.3,1,.2.2.5.4.9.4s.4,0,.6-.1c.4-.2.9-.4,1.3-.7.3-.2.6-.3.9-.5,0,0,0,0,0,0,0,0,0,0,.1,0,0,0,0,0,.1,0,0,0,0,0,0,0,.3.2.6.3.9.5.3.1.6.3.8.4,0,0,0,0,.1,0,.2.1.5.3.8.3s.3,0,.5-.1c.4-.2.6-.5.7-.9h0c0,0,0-.1,0-.1,0-.7-.2-1.3-.3-2,0-.3-.1-.6-.2-.9,0,0,0-.1.1-.1,0,0,0,0,0,0,.2-.2.4-.4.6-.6.4-.4.9-.8,1.2-1.2.1-.1.2-.4.3-.6,0,0,0-.1,0-.2,0,0,0,0,0,0h0ZM39.8,13.5h0s0,0,0,0c-.2.2-.3.4-.3.7h0s0,0,0,0c0,.6.2,1.3.3,1.9,0,.3.1.6.2.9-.3-.2-.7-.4-1.1-.6-.4-.2-.8-.5-1.3-.7-.2,0-.3-.1-.5-.1s-.3,0-.5.1c-.4.2-.9.4-1.3.7-.4.2-.7.4-1,.5l.4-2.6h0s0,0,0,0c0-.2,0-.5-.2-.8h0s0,0,0,0c-.3-.4-.7-.7-1.1-1.1-.3-.3-.7-.6-.9-.9.4,0,.8-.1,1.2-.2.5,0,.9-.1,1.4-.2.4,0,.7-.3.9-.6.2-.4.4-.8.6-1.3.2-.4.3-.7.5-1.1.2.3.3.7.5,1,.2.4.4.9.6,1.3.2.4.5.6.9.6.4,0,.9.1,1.3.2.4,0,.9,0,1.3.2l-1.9,1.8h0Z'/%3e%3cpath class='st1' d='M7.6,19.8s0,0,0,0l.4,1.3h0s0,0,0,0c.1.2.3.4.6.4s.4,0,.5-.2c.1-.2.3-.4.4-.6,0-.1.2-.3.3-.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,.1,0c.1,0,.3,0,.4,0,.1,0,.3,0,.4,0h.2c.1,0,.4,0,.6-.2.1-.2.2-.4.1-.6h0s0,0,0,0c-.2-.3-.4-.5-.6-.8,0-.1-.2-.3-.3-.4,0,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.2.1-.4.1-.3.2-.6.3-.8,0,0,0-.2,0-.3,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c-.1-.1-.3-.2-.5-.2s0,0-.1,0h0s0,0,0,0c-.2,0-.5.2-.7.2-.2,0-.4.2-.6.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.1-.4-.3-.6-.4-.1,0-.3-.2-.4-.3h0c-.1,0-.2-.2-.4-.2s0,0,0,0c-.3,0-.5.3-.5.6,0,.2,0,.5,0,.7,0,.2,0,.4,0,.6,0,0,0,0,0,0,0,0,0,0,0,0-.2.1-.3.3-.5.4-.2.1-.4.3-.6.4-.2.1-.3.4-.2.6,0,.2.2.4.4.5.2,0,.4.2.7.2.2,0,.4,0,.5.1,0,0,0,0,0,0h0ZM8,16.9c0-.2,0-.4,0-.6.2.1.3.2.5.3.2.1.4.3.6.4.1,0,.2.1.3.1s.1,0,.2,0c.2,0,.4-.1.6-.2.2,0,.4-.2.6-.2l-.4,1.2h0s0,0,0,0c0,.1,0,.3,0,.4h0s0,0,0,0c.2.3.4.5.6.8,0,.1.2.2.3.4,0,0-.1,0-.2,0-.1,0-.3,0-.4,0-.1,0-.3,0-.4,0s-.2,0-.3,0c-.2,0-.3,0-.5.2-.2.2-.3.4-.4.6-.1.2-.2.3-.3.5l-.4-1.2h0s0,0,0,0c0,0-.1-.2-.3-.3h0s0,0,0,0c-.2-.1-.5-.2-.7-.2-.2,0-.4-.1-.6-.2.2-.1.3-.2.5-.4.2-.1.4-.3.6-.4.2-.1.2-.3.2-.5,0-.2,0-.5,0-.7h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M40.3,26.1c0-.9-.2-1.8-1.1-2.1-1.4-.5-2.4.9-2.2,2.2-2.1,0-2.1,3.1,0,3.2v2.6l-7.8-4.6-2.2-10.5c-.4-1-1.2-1.6-2.2-1.8h-.7l-.8.3c-.6.1-1.9,1.7-1.1,2.1.6.3.7-.3.9-.6.9-1.1,2.5-.9,2.9.5.3,1,.4,2.2.7,3.2h-4.5c0-.4.4-1.1.2-1.5-.3-.4-.7-.3-.9,0l-1.7,8.3c-2.5,1.4-4.9,3.1-7.4,4.4-.1,0-.2.2-.4.1v-2.6c2.1-.1,2.1-3.2,0-3.2.2-1.3-.7-2.7-2.2-2.2-1,.3-1.2,1.2-1.1,2.1-.8.1-1.4.6-1.6,1.3v.7c.3.7.8,1.2,1.6,1.3,0,.6-.4,2.2.7,2,0,0,.3-.2.3-.2v-1.7h.1c0-.1,1.2-.1,1.2-.1v10h-1.3v-6.3s-.2-.2-.3-.2c-.5-.1-.7.1-.8.6.1,1.9-.2,4,0,5.8,0,.6.4,1.1,1.1,1.2.8,0,2,.1,2.3-.9h2.1c.1.5.2,1.1.7,1.2.3,0,1.8,0,2.1,0,.6,0,1-.7.8-1.3h4c-.3,1.1-1.1,2.8.4,3.3.6.2,3.3.2,4,.1.7,0,1.2-.3,1.4-1,.2-.7-.3-1.7-.5-2.4h4c-.1.6.2,1.2.8,1.3.4,0,1.8,0,2.1,0,.5-.2.6-.8.7-1.2h2.1c.2,1,1.4,1,2.2.9.6,0,1-.6,1.1-1.2.2-1.8-.1-3.9,0-5.8,0-.4-.3-.7-.8-.6,0,0-.3.2-.3.2v6.2h-.1c0,.1-1.2.1-1.2.1v-10h1.3v1.8c0,.2.5.3.7.2.5-.2.3-1.6.3-2,2.1-.3,2.1-3.1,0-3.3h0ZM10.9,26.1h-1.2c-.3-1.6,1.5-1.6,1.2,0ZM11.9,28.4c-1,.1-2.3,0-3.3,0-.8-.3-.6-1.2.2-1.3.7,0,2.3,0,3,0,.2,0,.6.1.7.3,0,.2,0,.6-.1.8,0,0-.3.1-.4.2h0ZM16.7,39.8h-1.6v-4.6c0-.3.6-.5.8-.5.3,0,.7.3.7.6v4.6h0ZM19.3,38.2c0,.1,0,.2,0,.4h-1.6v-3.5c0-.1-.3-.6-.4-.7-1.1-1.4-3.3-.5-3.3,1.2v3h-2.1v-5.3l7.5-4.5c0,.7-.2,1.5-.2,2.2-.1,2.3,0,4.9,0,7.2h0ZM26.2,41.9c-.9,0-2.6,0-3.5,0-.3,0-.5,0-.5-.4,0-.5.5-1.4.5-1.9h3.4c0,.6.5,1.4.5,1.9,0,.3-.2.4-.5.4ZM28.6,38.2c-.1.3-.4.3-.6.3-2.2.2-4.8-.2-7,0-.3,0-.6-.1-.6-.4,0-3.4-.2-6.7.4-10.1.4-2.2.9-4.3,1.3-6.5h4.9c.5,2.8,1.4,5.7,1.6,8.5.2,2.7,0,5.5,0,8.2h0ZM33.8,39.8h-1.6v-4.6c0-.2.5-.6.7-.6.3,0,.8.2.8.5v4.6h0ZM37,38.6h-2.1v-3c0,0,0-.5-.1-.6-.4-1.4-2.3-1.8-3.2-.6,0,.1-.4.6-.4.7v3.4h-.1c0,.1-1.5.1-1.5.1,0-.1,0-.2,0-.4,0-2.3.1-5,0-7.2,0-.7-.2-1.5-.2-2.2l7.5,4.5v5.3h0ZM39.2,26.1h-1.2c-.3-1.6,1.5-1.6,1.2,0ZM40.3,28.4c-1.1,0-2.3.1-3.3,0-.1,0-.3,0-.4-.2-.2-.2-.2-.5-.1-.8.1-.2.4-.3.7-.3.7,0,2.3,0,3,0,.8.1,1,1,.2,1.3h0Z'/%3e%3cpath class='st1' d='M25.5,29.6c-.3,0-1.6,0-1.9,0-.4,0-.8.5-.9.8-.3.8-.8,3.2-.9,3.9,0,.9.5,1.8,1.3,2,.5,0,2.6,0,3,0,.6-.2,1-1,1-1.6,0-.6-.7-3.5-.9-4.2-.1-.3-.4-.7-.8-.8h0ZM23.7,30.6h1.5l.3,1.3h-2.2l.3-1.3h0ZM25.5,35.3c-.5,0-1.7,0-2.1,0-1.2-.1-.3-1.7-.3-2.4h2.7c0,.7.9,2.3-.3,2.4h0Z'/%3e%3cpath class='st1' d='M43,11.5h0c0,0,0-.1,0-.1-.1-.5-.4-.8-.8-.9h0s0,0,0,0c-.5-.1-1-.2-1.5-.2-.5,0-.9-.1-1.3-.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.4-.4-.8-.6-1.3-.1-.3-.3-.6-.4-.8,0,0,0,0,0,0-.1-.3-.3-.6-.7-.7-.2,0-.3,0-.5,0-.4,0-.8.2-1,.6-.2.4-.4.8-.6,1.3-.2.4-.4.8-.6,1.1,0,0,0,0,0,0,0,0,0,0,0,0-.4,0-.8.1-1.3.2-.4,0-.9,0-1.3.2-.4,0-.8.4-.9.8-.1.4,0,.8.2,1.1.3.4.7.7,1,1,.3.2.5.5.8.7,0,0,0,0,.1.1,0,0,0,0,.1.1l-.5,2.6h0s0,0,0,0c0,.4,0,.7.3,1,.2.2.5.4.9.4s.4,0,.6-.1c.4-.2.9-.4,1.3-.7.3-.2.6-.3.9-.5,0,0,0,0,0,0,0,0,0,0,.1,0,0,0,0,0,.1,0,0,0,0,0,0,0,.3.2.6.3.9.5.3.1.6.3.8.4,0,0,0,0,.1,0,.2.1.5.3.8.3s.3,0,.5-.1c.4-.2.6-.5.7-.9h0c0,0,0-.1,0-.1,0-.7-.2-1.3-.3-2,0-.3-.1-.6-.2-.9,0,0,0-.1.1-.1,0,0,0,0,0,0,.2-.2.4-.4.6-.6.4-.4.9-.8,1.2-1.2.1-.1.2-.4.3-.6,0,0,0-.1,0-.2,0,0,0,0,0,0h0ZM39.8,13.5h0s0,0,0,0c-.2.2-.3.4-.3.7h0s0,0,0,0c0,.6.2,1.3.3,1.9,0,.3.1.6.2.9-.3-.2-.7-.4-1.1-.6-.4-.2-.8-.5-1.3-.7-.2,0-.3-.1-.5-.1s-.3,0-.5.1c-.4.2-.9.4-1.3.7-.4.2-.7.4-1,.5l.4-2.6h0s0,0,0,0c0-.2,0-.5-.2-.8h0s0,0,0,0c-.3-.4-.7-.7-1.1-1.1-.3-.3-.7-.6-.9-.9.4,0,.8-.1,1.2-.2.5,0,.9-.1,1.4-.2.4,0,.7-.3.9-.6.2-.4.4-.8.6-1.3.2-.4.3-.7.5-1.1.2.3.3.7.5,1,.2.4.4.9.6,1.3.2.4.5.6.9.6.4,0,.9.1,1.3.2.4,0,.9,0,1.3.2l-1.9,1.8h0Z'/%3e%3cpath class='st1' d='M7.6,19.8s0,0,0,0l.4,1.3h0s0,0,0,0c.1.2.3.4.6.4s.4,0,.5-.2c.1-.2.3-.4.4-.6,0-.1.2-.3.3-.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,.1,0c.1,0,.3,0,.4,0,.1,0,.3,0,.4,0h.2c.1,0,.4,0,.6-.2.1-.2.2-.4.1-.6h0s0,0,0,0c-.2-.3-.4-.5-.6-.8,0-.1-.2-.3-.3-.4,0,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.2.1-.4.1-.3.2-.6.3-.8,0,0,0-.2,0-.3,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c-.1-.1-.3-.2-.5-.2s0,0-.1,0h0s0,0,0,0c-.2,0-.5.2-.7.2-.2,0-.4.2-.6.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.1-.4-.3-.6-.4-.1,0-.3-.2-.4-.3h0c-.1,0-.2-.2-.4-.2s0,0,0,0c-.3,0-.5.3-.5.6,0,.2,0,.5,0,.7,0,.2,0,.4,0,.6,0,0,0,0,0,0,0,0,0,0,0,0-.2.1-.3.3-.5.4-.2.1-.4.3-.6.4-.2.1-.3.4-.2.6,0,.2.2.4.4.5.2,0,.4.2.7.2.2,0,.4,0,.5.1,0,0,0,0,0,0h0ZM8,16.9c0-.2,0-.4,0-.6.2.1.3.2.5.3.2.1.4.3.6.4.1,0,.2.1.3.1s.1,0,.2,0c.2,0,.4-.1.6-.2.2,0,.4-.2.6-.2l-.4,1.2h0s0,0,0,0c0,.1,0,.3,0,.4h0s0,0,0,0c.2.3.4.5.6.8,0,.1.2.2.3.4,0,0-.1,0-.2,0-.1,0-.3,0-.4,0-.1,0-.3,0-.4,0s-.2,0-.3,0c-.2,0-.3,0-.5.2-.2.2-.3.4-.4.6-.1.2-.2.3-.3.5l-.4-1.2h0s0,0,0,0c0,0-.1-.2-.3-.3h0s0,0,0,0c-.2-.1-.5-.2-.7-.2-.2,0-.4-.1-.6-.2.2-.1.3-.2.5-.4.2-.1.4-.3.6-.4.2-.1.2-.3.2-.5,0-.2,0-.5,0-.7h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-arcadeactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M40.3,26.1c0-.9-.2-1.8-1.1-2.1-1.4-.5-2.4.9-2.2,2.2-2.1,0-2.1,3.1,0,3.2v2.6l-7.8-4.6-2.2-10.5c-.4-1-1.2-1.6-2.2-1.8h-.7l-.8.3c-.6.1-1.9,1.7-1.1,2.1.6.3.7-.3.9-.6.9-1.1,2.5-.9,2.9.5.3,1,.4,2.2.7,3.2h-4.5c0-.4.4-1.1.2-1.5-.3-.4-.7-.3-.9,0l-1.7,8.3c-2.5,1.4-4.9,3.1-7.4,4.4-.1,0-.2.2-.4.1v-2.6c2.1-.1,2.1-3.2,0-3.2.2-1.3-.7-2.7-2.2-2.2-1,.3-1.2,1.2-1.1,2.1-.8.1-1.4.6-1.6,1.3v.7c.3.7.8,1.2,1.6,1.3,0,.6-.4,2.2.7,2,0,0,.3-.2.3-.2v-1.7h.1c0-.1,1.2-.1,1.2-.1v10h-1.3v-6.3s-.2-.2-.3-.2c-.5-.1-.7.1-.8.6.1,1.9-.2,4,0,5.8,0,.6.4,1.1,1.1,1.2.8,0,2,.1,2.3-.9h2.1c.1.5.2,1.1.7,1.2.3,0,1.8,0,2.1,0,.6,0,1-.7.8-1.3h4c-.3,1.1-1.1,2.8.4,3.3.6.2,3.3.2,4,.1.7,0,1.2-.3,1.4-1,.2-.7-.3-1.7-.5-2.4h4c-.1.6.2,1.2.8,1.3.4,0,1.8,0,2.1,0,.5-.2.6-.8.7-1.2h2.1c.2,1,1.4,1,2.2.9.6,0,1-.6,1.1-1.2.2-1.8-.1-3.9,0-5.8,0-.4-.3-.7-.8-.6,0,0-.3.2-.3.2v6.2h-.1c0,.1-1.2.1-1.2.1v-10h1.3v1.8c0,.2.5.3.7.2.5-.2.3-1.6.3-2,2.1-.3,2.1-3.1,0-3.3h0ZM10.9,26.1h-1.2c-.3-1.6,1.5-1.6,1.2,0ZM11.9,28.4c-1,.1-2.3,0-3.3,0-.8-.3-.6-1.2.2-1.3.7,0,2.3,0,3,0,.2,0,.6.1.7.3,0,.2,0,.6-.1.8,0,0-.3.1-.4.2h0ZM16.7,39.8h-1.6v-4.6c0-.3.6-.5.8-.5.3,0,.7.3.7.6v4.6h0ZM19.3,38.2c0,.1,0,.2,0,.4h-1.6v-3.5c0-.1-.3-.6-.4-.7-1.1-1.4-3.3-.5-3.3,1.2v3h-2.1v-5.3l7.5-4.5c0,.7-.2,1.5-.2,2.2-.1,2.3,0,4.9,0,7.2h0ZM26.2,41.9c-.9,0-2.6,0-3.5,0-.3,0-.5,0-.5-.4,0-.5.5-1.4.5-1.9h3.4c0,.6.5,1.4.5,1.9,0,.3-.2.4-.5.4ZM28.6,38.2c-.1.3-.4.3-.6.3-2.2.2-4.8-.2-7,0-.3,0-.6-.1-.6-.4,0-3.4-.2-6.7.4-10.1.4-2.2.9-4.3,1.3-6.5h4.9c.5,2.8,1.4,5.7,1.6,8.5.2,2.7,0,5.5,0,8.2h0ZM33.8,39.8h-1.6v-4.6c0-.2.5-.6.7-.6.3,0,.8.2.8.5v4.6h0ZM37,38.6h-2.1v-3c0,0,0-.5-.1-.6-.4-1.4-2.3-1.8-3.2-.6,0,.1-.4.6-.4.7v3.4h-.1c0,.1-1.5.1-1.5.1,0-.1,0-.2,0-.4,0-2.3.1-5,0-7.2,0-.7-.2-1.5-.2-2.2l7.5,4.5v5.3h0ZM39.2,26.1h-1.2c-.3-1.6,1.5-1.6,1.2,0ZM40.3,28.4c-1.1,0-2.3.1-3.3,0-.1,0-.3,0-.4-.2-.2-.2-.2-.5-.1-.8.1-.2.4-.3.7-.3.7,0,2.3,0,3,0,.8.1,1,1,.2,1.3h0Z'/%3e%3cpath class='st1' d='M25.5,29.6c-.3,0-1.6,0-1.9,0-.4,0-.8.5-.9.8-.3.8-.8,3.2-.9,3.9,0,.9.5,1.8,1.3,2,.5,0,2.6,0,3,0,.6-.2,1-1,1-1.6,0-.6-.7-3.5-.9-4.2-.1-.3-.4-.7-.8-.8h0ZM23.7,30.6h1.5l.3,1.3h-2.2l.3-1.3h0ZM25.5,35.3c-.5,0-1.7,0-2.1,0-1.2-.1-.3-1.7-.3-2.4h2.7c0,.7.9,2.3-.3,2.4h0Z'/%3e%3cpath class='st1' d='M43,11.5h0c0,0,0-.1,0-.1-.1-.5-.4-.8-.8-.9h0s0,0,0,0c-.5-.1-1-.2-1.5-.2-.5,0-.9-.1-1.3-.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.4-.4-.8-.6-1.3-.1-.3-.3-.6-.4-.8,0,0,0,0,0,0-.1-.3-.3-.6-.7-.7-.2,0-.3,0-.5,0-.4,0-.8.2-1,.6-.2.4-.4.8-.6,1.3-.2.4-.4.8-.6,1.1,0,0,0,0,0,0,0,0,0,0,0,0-.4,0-.8.1-1.3.2-.4,0-.9,0-1.3.2-.4,0-.8.4-.9.8-.1.4,0,.8.2,1.1.3.4.7.7,1,1,.3.2.5.5.8.7,0,0,0,0,.1.1,0,0,0,0,.1.1l-.5,2.6h0s0,0,0,0c0,.4,0,.7.3,1,.2.2.5.4.9.4s.4,0,.6-.1c.4-.2.9-.4,1.3-.7.3-.2.6-.3.9-.5,0,0,0,0,0,0,0,0,0,0,.1,0,0,0,0,0,.1,0,0,0,0,0,0,0,.3.2.6.3.9.5.3.1.6.3.8.4,0,0,0,0,.1,0,.2.1.5.3.8.3s.3,0,.5-.1c.4-.2.6-.5.7-.9h0c0,0,0-.1,0-.1,0-.7-.2-1.3-.3-2,0-.3-.1-.6-.2-.9,0,0,0-.1.1-.1,0,0,0,0,0,0,.2-.2.4-.4.6-.6.4-.4.9-.8,1.2-1.2.1-.1.2-.4.3-.6,0,0,0-.1,0-.2,0,0,0,0,0,0h0Z'/%3e%3cpath class='st1' d='M7.6,19.8s0,0,0,0l.4,1.3h0s0,0,0,0c.1.2.3.4.6.4s.4,0,.5-.2c.1-.2.3-.4.4-.6,0-.1.2-.3.3-.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,.1,0c.1,0,.3,0,.4,0,.1,0,.3,0,.4,0h.2c.1,0,.4,0,.6-.2.1-.2.2-.4.1-.6h0s0,0,0,0c-.2-.3-.4-.5-.6-.8,0-.1-.2-.3-.3-.4,0,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.2.1-.4.1-.3.2-.6.3-.8,0,0,0-.2,0-.3,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c-.1-.1-.3-.2-.5-.2s0,0-.1,0h0s0,0,0,0c-.2,0-.5.2-.7.2-.2,0-.4.2-.6.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.1-.4-.3-.6-.4-.1,0-.3-.2-.4-.3h0c-.1,0-.2-.2-.4-.2s0,0,0,0c-.3,0-.5.3-.5.6,0,.2,0,.5,0,.7,0,.2,0,.4,0,.6,0,0,0,0,0,0,0,0,0,0,0,0-.2.1-.3.3-.5.4-.2.1-.4.3-.6.4-.2.1-.3.4-.2.6,0,.2.2.4.4.5.2,0,.4.2.7.2.2,0,.4,0,.5.1,0,0,0,0,0,0h0ZM8,16.9c0-.2,0-.4,0-.6.2.1.3.2.5.3.2.1.4.3.6.4.1,0,.2.1.3.1s.1,0,.2,0c.2,0,.4-.1.6-.2.2,0,.4-.2.6-.2l-.4,1.2h0s0,0,0,0c0,.1,0,.3,0,.4h0s0,0,0,0c.2.3.4.5.6.8,0,.1.2.2.3.4,0,0-.1,0-.2,0-.1,0-.3,0-.4,0-.1,0-.3,0-.4,0s-.2,0-.3,0c-.2,0-.3,0-.5.2-.2.2-.3.4-.4.6-.1.2-.2.3-.3.5l-.4-1.2h0s0,0,0,0c0,0-.1-.2-.3-.3h0s0,0,0,0c-.2-.1-.5-.2-.7-.2-.2,0-.4-.1-.6-.2.2-.1.3-.2.5-.4.2-.1.4-.3.6-.4.2-.1.2-.3.2-.5,0-.2,0-.5,0-.7h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M40.3,26.1c0-.9-.2-1.8-1.1-2.1-1.4-.5-2.4.9-2.2,2.2-2.1,0-2.1,3.1,0,3.2v2.6l-7.8-4.6-2.2-10.5c-.4-1-1.2-1.6-2.2-1.8h-.7l-.8.3c-.6.1-1.9,1.7-1.1,2.1.6.3.7-.3.9-.6.9-1.1,2.5-.9,2.9.5.3,1,.4,2.2.7,3.2h-4.5c0-.4.4-1.1.2-1.5-.3-.4-.7-.3-.9,0l-1.7,8.3c-2.5,1.4-4.9,3.1-7.4,4.4-.1,0-.2.2-.4.1v-2.6c2.1-.1,2.1-3.2,0-3.2.2-1.3-.7-2.7-2.2-2.2-1,.3-1.2,1.2-1.1,2.1-.8.1-1.4.6-1.6,1.3v.7c.3.7.8,1.2,1.6,1.3,0,.6-.4,2.2.7,2,0,0,.3-.2.3-.2v-1.7h.1c0-.1,1.2-.1,1.2-.1v10h-1.3v-6.3s-.2-.2-.3-.2c-.5-.1-.7.1-.8.6.1,1.9-.2,4,0,5.8,0,.6.4,1.1,1.1,1.2.8,0,2,.1,2.3-.9h2.1c.1.5.2,1.1.7,1.2.3,0,1.8,0,2.1,0,.6,0,1-.7.8-1.3h4c-.3,1.1-1.1,2.8.4,3.3.6.2,3.3.2,4,.1.7,0,1.2-.3,1.4-1,.2-.7-.3-1.7-.5-2.4h4c-.1.6.2,1.2.8,1.3.4,0,1.8,0,2.1,0,.5-.2.6-.8.7-1.2h2.1c.2,1,1.4,1,2.2.9.6,0,1-.6,1.1-1.2.2-1.8-.1-3.9,0-5.8,0-.4-.3-.7-.8-.6,0,0-.3.2-.3.2v6.2h-.1c0,.1-1.2.1-1.2.1v-10h1.3v1.8c0,.2.5.3.7.2.5-.2.3-1.6.3-2,2.1-.3,2.1-3.1,0-3.3h0ZM10.9,26.1h-1.2c-.3-1.6,1.5-1.6,1.2,0ZM11.9,28.4c-1,.1-2.3,0-3.3,0-.8-.3-.6-1.2.2-1.3.7,0,2.3,0,3,0,.2,0,.6.1.7.3,0,.2,0,.6-.1.8,0,0-.3.1-.4.2h0ZM16.7,39.8h-1.6v-4.6c0-.3.6-.5.8-.5.3,0,.7.3.7.6v4.6h0ZM19.3,38.2c0,.1,0,.2,0,.4h-1.6v-3.5c0-.1-.3-.6-.4-.7-1.1-1.4-3.3-.5-3.3,1.2v3h-2.1v-5.3l7.5-4.5c0,.7-.2,1.5-.2,2.2-.1,2.3,0,4.9,0,7.2h0ZM26.2,41.9c-.9,0-2.6,0-3.5,0-.3,0-.5,0-.5-.4,0-.5.5-1.4.5-1.9h3.4c0,.6.5,1.4.5,1.9,0,.3-.2.4-.5.4ZM28.6,38.2c-.1.3-.4.3-.6.3-2.2.2-4.8-.2-7,0-.3,0-.6-.1-.6-.4,0-3.4-.2-6.7.4-10.1.4-2.2.9-4.3,1.3-6.5h4.9c.5,2.8,1.4,5.7,1.6,8.5.2,2.7,0,5.5,0,8.2h0ZM33.8,39.8h-1.6v-4.6c0-.2.5-.6.7-.6.3,0,.8.2.8.5v4.6h0ZM37,38.6h-2.1v-3c0,0,0-.5-.1-.6-.4-1.4-2.3-1.8-3.2-.6,0,.1-.4.6-.4.7v3.4h-.1c0,.1-1.5.1-1.5.1,0-.1,0-.2,0-.4,0-2.3.1-5,0-7.2,0-.7-.2-1.5-.2-2.2l7.5,4.5v5.3h0ZM39.2,26.1h-1.2c-.3-1.6,1.5-1.6,1.2,0ZM40.3,28.4c-1.1,0-2.3.1-3.3,0-.1,0-.3,0-.4-.2-.2-.2-.2-.5-.1-.8.1-.2.4-.3.7-.3.7,0,2.3,0,3,0,.8.1,1,1,.2,1.3h0Z'/%3e%3cpath class='st1' d='M25.5,29.6c-.3,0-1.6,0-1.9,0-.4,0-.8.5-.9.8-.3.8-.8,3.2-.9,3.9,0,.9.5,1.8,1.3,2,.5,0,2.6,0,3,0,.6-.2,1-1,1-1.6,0-.6-.7-3.5-.9-4.2-.1-.3-.4-.7-.8-.8h0ZM23.7,30.6h1.5l.3,1.3h-2.2l.3-1.3h0ZM25.5,35.3c-.5,0-1.7,0-2.1,0-1.2-.1-.3-1.7-.3-2.4h2.7c0,.7.9,2.3-.3,2.4h0Z'/%3e%3cpath class='st1' d='M43,11.5h0c0,0,0-.1,0-.1-.1-.5-.4-.8-.8-.9h0s0,0,0,0c-.5-.1-1-.2-1.5-.2-.5,0-.9-.1-1.3-.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.4-.4-.8-.6-1.3-.1-.3-.3-.6-.4-.8,0,0,0,0,0,0-.1-.3-.3-.6-.7-.7-.2,0-.3,0-.5,0-.4,0-.8.2-1,.6-.2.4-.4.8-.6,1.3-.2.4-.4.8-.6,1.1,0,0,0,0,0,0,0,0,0,0,0,0-.4,0-.8.1-1.3.2-.4,0-.9,0-1.3.2-.4,0-.8.4-.9.8-.1.4,0,.8.2,1.1.3.4.7.7,1,1,.3.2.5.5.8.7,0,0,0,0,.1.1,0,0,0,0,.1.1l-.5,2.6h0s0,0,0,0c0,.4,0,.7.3,1,.2.2.5.4.9.4s.4,0,.6-.1c.4-.2.9-.4,1.3-.7.3-.2.6-.3.9-.5,0,0,0,0,0,0,0,0,0,0,.1,0,0,0,0,0,.1,0,0,0,0,0,0,0,.3.2.6.3.9.5.3.1.6.3.8.4,0,0,0,0,.1,0,.2.1.5.3.8.3s.3,0,.5-.1c.4-.2.6-.5.7-.9h0c0,0,0-.1,0-.1,0-.7-.2-1.3-.3-2,0-.3-.1-.6-.2-.9,0,0,0-.1.1-.1,0,0,0,0,0,0,.2-.2.4-.4.6-.6.4-.4.9-.8,1.2-1.2.1-.1.2-.4.3-.6,0,0,0-.1,0-.2,0,0,0,0,0,0h0Z'/%3e%3cpath class='st1' d='M7.6,19.8s0,0,0,0l.4,1.3h0s0,0,0,0c.1.2.3.4.6.4s.4,0,.5-.2c.1-.2.3-.4.4-.6,0-.1.2-.3.3-.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,.1,0c.1,0,.3,0,.4,0,.1,0,.3,0,.4,0h.2c.1,0,.4,0,.6-.2.1-.2.2-.4.1-.6h0s0,0,0,0c-.2-.3-.4-.5-.6-.8,0-.1-.2-.3-.3-.4,0,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.2.1-.4.1-.3.2-.6.3-.8,0,0,0-.2,0-.3,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c-.1-.1-.3-.2-.5-.2s0,0-.1,0h0s0,0,0,0c-.2,0-.5.2-.7.2-.2,0-.4.2-.6.2,0,0,0,0,0,0,0,0,0,0,0,0-.2-.1-.4-.3-.6-.4-.1,0-.3-.2-.4-.3h0c-.1,0-.2-.2-.4-.2s0,0,0,0c-.3,0-.5.3-.5.6,0,.2,0,.5,0,.7,0,.2,0,.4,0,.6,0,0,0,0,0,0,0,0,0,0,0,0-.2.1-.3.3-.5.4-.2.1-.4.3-.6.4-.2.1-.3.4-.2.6,0,.2.2.4.4.5.2,0,.4.2.7.2.2,0,.4,0,.5.1,0,0,0,0,0,0h0ZM8,16.9c0-.2,0-.4,0-.6.2.1.3.2.5.3.2.1.4.3.6.4.1,0,.2.1.3.1s.1,0,.2,0c.2,0,.4-.1.6-.2.2,0,.4-.2.6-.2l-.4,1.2h0s0,0,0,0c0,.1,0,.3,0,.4h0s0,0,0,0c.2.3.4.5.6.8,0,.1.2.2.3.4,0,0-.1,0-.2,0-.1,0-.3,0-.4,0-.1,0-.3,0-.4,0s-.2,0-.3,0c-.2,0-.3,0-.5.2-.2.2-.3.4-.4.6-.1.2-.2.3-.3.5l-.4-1.2h0s0,0,0,0c0,0-.1-.2-.3-.3h0s0,0,0,0c-.2-.1-.5-.2-.7-.2-.2,0-.4-.1-.6-.2.2-.1.3-.2.5-.4.2-.1.4-.3.6-.4.2-.1.2-.3.2-.5,0-.2,0-.5,0-.7h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-lottery {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' y='7' width='49' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M48.9,27.7c-.9-10.2-12.1-16.1-21.1-11-1.6-4.4-5.1-7.9-9.6-9.1C8,4.7-1.6,13.3.2,23.5c1.6,8.6,10.7,13.8,19.1,10.7.3-.1,1.9-.9,2-.9,0,.4.3.9.5,1.3.3.5,1.3,2.6,1.8,2.7.6.2,1.2-.2,1.1-.9-.9-1.4-1.7-2.7-2.1-4.4-2.5-9.3,6-17.8,15.4-15.4,8.6,2.1,12.3,12.5,7,19.6-4.5,5.9-12.9,6.7-18.6,2-.7-.2-1.3.5-.9,1.1.4.7,2.6,1.9,3.4,2.2,9.1,4.1,19.3-2,20.2-11.7v-2.3c0,0,0,0,0,0ZM22.2,11.4c.3.2,2.2,1.9,2,2.2-6,3.7-14.1,3.9-19.9,0,4.2-5.6,12.5-6.5,18-2.1ZM20.6,27.5c-2.4,1-5.2,1.5-7.8,1.4-.6,0-2.6-.5-3-.1-.5.4-.3,1.1.3,1.4.5.2,2.1.3,2.7.3,2.6.1,5.3-.4,7.8-1.2-.1.7.3,1.7.3,2.3,0,.3-1.2.8-1.5.9-5.1,2.2-11,.9-14.7-3.3-.1-.1-1.1-1.3-1-1.4.9.3,2.5,1.4,3.4,1.5.8,0,1.1-.8.6-1.4-.9-.4-1.9-.8-2.8-1.3-.5-.3-2.3-1.3-2.6-1.6-.2-.2-.4-1.3-.5-1.6-.6-2.9,0-6,1.5-8.6,1.1.5,2.1,1.1,3.2,1.6,6.1,2.4,12.9,1.9,18.5-1.5h.3c.5.8.9,1.7,1.1,2.7-3.2,2.4-5.3,6-5.7,10h0Z'/%3e%3cpath class='st1' d='M40.7,30c.2.5.9.6,1.3.3.5-.5.7-2.7.6-3.4-.5-7.5-10.7-10-14.7-3.6-4,6.5,2.8,14.3,9.9,11.3.7-.3,2.7-1.3,2.3-2.3-.5-1.1-1.7.2-2.3.5-6.1,3.4-12.4-4.2-7.9-9.4,3.9-4.6,11.5-1.5,11.1,4.4,0,.6-.5,1.8-.4,2.2h0Z'/%3e%3cpath class='st1' d='M34.4,23.5c-1.8.3-2.5,2.5-1.4,3.9-1,1.2-.7,3,.8,3.7,2.4,1.1,4.4-1.7,2.8-3.7,1.4-1.7,0-4.2-2.2-3.9h0ZM35,29.7c-1.2.2-1.4-1.3-.4-1.5,1.2-.2,1.4,1.3.4,1.5ZM35,26.5c-1.2.2-1.4-1.3-.4-1.5,1.2-.2,1.4,1.3.4,1.5Z'/%3e%3cpath class='st1' d='M19.1,22.3c-.1-.4-.4-.7-.7-.8h0c-.4,0-.8-.1-1.2-.2-.4,0-.7,0-1.1-.2,0,0,0,0,0,0-.2-.3-.4-.7-.5-1-.1-.2-.2-.5-.3-.7h0c-.1-.3-.3-.6-.6-.7-.5-.2-1,0-1.3.5-.2.3-.4.7-.5,1.1-.2.3-.3.7-.5.9,0,0,0,0,0,0-.3,0-.7.1-1.1.2-.4,0-.8,0-1.1.2-.4,0-.7.3-.8.7-.1.3,0,.7.2,1,.2.3.6.6.8.8.2.2.4.4.6.6,0,0,0,0,.1.1,0,0,0,0,0,0l-.4,2.2h0c0,.4.1.8.4,1,.3.2.7.2,1.1,0,.4-.2.7-.4,1.1-.6.3-.1.5-.3.7-.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.3.1.5.3.8.4.2.1.5.3.7.4,0,0,0,0,.1,0,.2.1.4.2.7.2s.3,0,.4,0c.3-.1.5-.4.6-.8h0c0,0,0-.1,0-.1,0-.6-.1-1.1-.2-1.6,0-.3,0-.5-.1-.8,0,0,0,0,0,0,0,0,0,0,0,0,.1-.1.3-.3.5-.5.4-.3.7-.7,1-1,.1-.1.2-.3.2-.5,0,0,0-.1,0-.2,0,0,0,0,0,0h0c0,0,0-.1,0-.1h0ZM16.1,24.7c0,.5.1,1.1.2,1.6,0,.2,0,.4.1.7-.3-.1-.5-.3-.8-.4-.3-.2-.7-.4-1.1-.6-.2,0-.3,0-.4,0s-.3,0-.4,0c-.4.2-.7.4-1.1.6-.3.1-.5.3-.8.4l.4-2h0c0-.2,0-.4-.1-.7h0c-.3-.4-.6-.7-.9-.9-.3-.2-.5-.4-.7-.7.3,0,.6,0,.9-.1.4,0,.8,0,1.2-.2.4,0,.6-.2.8-.6.2-.3.4-.7.5-1.1.1-.3.2-.5.4-.8.1.2.3.5.4.8.2.4.3.7.5,1.1.2.3.4.5.8.6.4,0,.7.1,1.1.2.3,0,.7,0,1,.1l-1.5,1.4h0c-.2.2-.2.4-.3.6h0s0,0,0,0h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' y='7' width='49' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M48.9,27.7c-.9-10.2-12.1-16.1-21.1-11-1.6-4.4-5.1-7.9-9.6-9.1C8,4.7-1.6,13.3.2,23.5c1.6,8.6,10.7,13.8,19.1,10.7.3-.1,1.9-.9,2-.9,0,.4.3.9.5,1.3.3.5,1.3,2.6,1.8,2.7.6.2,1.2-.2,1.1-.9-.9-1.4-1.7-2.7-2.1-4.4-2.5-9.3,6-17.8,15.4-15.4,8.6,2.1,12.3,12.5,7,19.6-4.5,5.9-12.9,6.7-18.6,2-.7-.2-1.3.5-.9,1.1.4.7,2.6,1.9,3.4,2.2,9.1,4.1,19.3-2,20.2-11.7v-2.3c0,0,0,0,0,0ZM22.2,11.4c.3.2,2.2,1.9,2,2.2-6,3.7-14.1,3.9-19.9,0,4.2-5.6,12.5-6.5,18-2.1ZM20.6,27.5c-2.4,1-5.2,1.5-7.8,1.4-.6,0-2.6-.5-3-.1-.5.4-.3,1.1.3,1.4.5.2,2.1.3,2.7.3,2.6.1,5.3-.4,7.8-1.2-.1.7.3,1.7.3,2.3,0,.3-1.2.8-1.5.9-5.1,2.2-11,.9-14.7-3.3-.1-.1-1.1-1.3-1-1.4.9.3,2.5,1.4,3.4,1.5.8,0,1.1-.8.6-1.4-.9-.4-1.9-.8-2.8-1.3-.5-.3-2.3-1.3-2.6-1.6-.2-.2-.4-1.3-.5-1.6-.6-2.9,0-6,1.5-8.6,1.1.5,2.1,1.1,3.2,1.6,6.1,2.4,12.9,1.9,18.5-1.5h.3c.5.8.9,1.7,1.1,2.7-3.2,2.4-5.3,6-5.7,10h0Z'/%3e%3cpath class='st1' d='M40.7,30c.2.5.9.6,1.3.3.5-.5.7-2.7.6-3.4-.5-7.5-10.7-10-14.7-3.6-4,6.5,2.8,14.3,9.9,11.3.7-.3,2.7-1.3,2.3-2.3-.5-1.1-1.7.2-2.3.5-6.1,3.4-12.4-4.2-7.9-9.4,3.9-4.6,11.5-1.5,11.1,4.4,0,.6-.5,1.8-.4,2.2h0Z'/%3e%3cpath class='st1' d='M34.4,23.5c-1.8.3-2.5,2.5-1.4,3.9-1,1.2-.7,3,.8,3.7,2.4,1.1,4.4-1.7,2.8-3.7,1.4-1.7,0-4.2-2.2-3.9h0ZM35,29.7c-1.2.2-1.4-1.3-.4-1.5,1.2-.2,1.4,1.3.4,1.5ZM35,26.5c-1.2.2-1.4-1.3-.4-1.5,1.2-.2,1.4,1.3.4,1.5Z'/%3e%3cpath class='st1' d='M19.1,22.3c-.1-.4-.4-.7-.7-.8h0c-.4,0-.8-.1-1.2-.2-.4,0-.7,0-1.1-.2,0,0,0,0,0,0-.2-.3-.4-.7-.5-1-.1-.2-.2-.5-.3-.7h0c-.1-.3-.3-.6-.6-.7-.5-.2-1,0-1.3.5-.2.3-.4.7-.5,1.1-.2.3-.3.7-.5.9,0,0,0,0,0,0-.3,0-.7.1-1.1.2-.4,0-.8,0-1.1.2-.4,0-.7.3-.8.7-.1.3,0,.7.2,1,.2.3.6.6.8.8.2.2.4.4.6.6,0,0,0,0,.1.1,0,0,0,0,0,0l-.4,2.2h0c0,.4.1.8.4,1,.3.2.7.2,1.1,0,.4-.2.7-.4,1.1-.6.3-.1.5-.3.7-.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.3.1.5.3.8.4.2.1.5.3.7.4,0,0,0,0,.1,0,.2.1.4.2.7.2s.3,0,.4,0c.3-.1.5-.4.6-.8h0c0,0,0-.1,0-.1,0-.6-.1-1.1-.2-1.6,0-.3,0-.5-.1-.8,0,0,0,0,0,0,0,0,0,0,0,0,.1-.1.3-.3.5-.5.4-.3.7-.7,1-1,.1-.1.2-.3.2-.5,0,0,0-.1,0-.2,0,0,0,0,0,0h0c0,0,0-.1,0-.1h0ZM16.1,24.7c0,.5.1,1.1.2,1.6,0,.2,0,.4.1.7-.3-.1-.5-.3-.8-.4-.3-.2-.7-.4-1.1-.6-.2,0-.3,0-.4,0s-.3,0-.4,0c-.4.2-.7.4-1.1.6-.3.1-.5.3-.8.4l.4-2h0c0-.2,0-.4-.1-.7h0c-.3-.4-.6-.7-.9-.9-.3-.2-.5-.4-.7-.7.3,0,.6,0,.9-.1.4,0,.8,0,1.2-.2.4,0,.6-.2.8-.6.2-.3.4-.7.5-1.1.1-.3.2-.5.4-.8.1.2.3.5.4.8.2.4.3.7.5,1.1.2.3.4.5.8.6.4,0,.7.1,1.1.2.3,0,.7,0,1,.1l-1.5,1.4h0c-.2.2-.2.4-.3.6h0s0,0,0,0h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-lotteryactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' y='7' width='49' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M48.9,27.7c-.9-10.2-12.1-16.1-21.1-11-1.6-4.4-5.1-7.9-9.6-9.1C8,4.7-1.6,13.3.2,23.5c1.6,8.6,10.7,13.8,19.1,10.7.3-.1,1.9-.9,2-.9,0,.4.3.9.5,1.3.3.5,1.3,2.6,1.8,2.7.6.2,1.2-.2,1.1-.9-.9-1.4-1.7-2.7-2.1-4.4-2.5-9.3,6-17.8,15.4-15.4,8.6,2.1,12.3,12.5,7,19.6-4.5,5.9-12.9,6.7-18.6,2-.7-.2-1.3.5-.9,1.1.4.7,2.6,1.9,3.4,2.2,9.1,4.1,19.3-2,20.2-11.7v-2.3c0,0,0,0,0,0ZM22.2,11.4c.3.2,2.2,1.9,2,2.2-6,3.7-14.1,3.9-19.9,0,4.2-5.6,12.5-6.5,18-2.1ZM20.6,27.5c-2.4,1-5.2,1.5-7.8,1.4-.6,0-2.6-.5-3-.1-.5.4-.3,1.1.3,1.4.5.2,2.1.3,2.7.3,2.6.1,5.3-.4,7.8-1.2-.1.7.3,1.7.3,2.3,0,.3-1.2.8-1.5.9-5.1,2.2-11,.9-14.7-3.3-.1-.1-1.1-1.3-1-1.4.9.3,2.5,1.4,3.4,1.5.8,0,1.1-.8.6-1.4-.9-.4-1.9-.8-2.8-1.3-.5-.3-2.3-1.3-2.6-1.6-.2-.2-.4-1.3-.5-1.6-.6-2.9,0-6,1.5-8.6,1.1.5,2.1,1.1,3.2,1.6,6.1,2.4,12.9,1.9,18.5-1.5h.3c.5.8.9,1.7,1.1,2.7-3.2,2.4-5.3,6-5.7,10h0Z'/%3e%3cpath class='st1' d='M40.7,30c.2.5.9.6,1.3.3.5-.5.7-2.7.6-3.4-.5-7.5-10.7-10-14.7-3.6-4,6.5,2.8,14.3,9.9,11.3.7-.3,2.7-1.3,2.3-2.3-.5-1.1-1.7.2-2.3.5-6.1,3.4-12.4-4.2-7.9-9.4,3.9-4.6,11.5-1.5,11.1,4.4,0,.6-.5,1.8-.4,2.2h0Z'/%3e%3cpath class='st1' d='M34.4,23.5c-1.8.3-2.5,2.5-1.4,3.9-1,1.2-.7,3,.8,3.7,2.4,1.1,4.4-1.7,2.8-3.7,1.4-1.7,0-4.2-2.2-3.9h0ZM35,29.7c-1.2.2-1.4-1.3-.4-1.5,1.2-.2,1.4,1.3.4,1.5ZM35,26.5c-1.2.2-1.4-1.3-.4-1.5,1.2-.2,1.4,1.3.4,1.5Z'/%3e%3cpath class='st1' d='M19.1,22.3c-.1-.4-.4-.7-.7-.8h0c-.4,0-.8-.1-1.2-.2-.4,0-.7,0-1.1-.2,0,0,0,0,0,0-.2-.3-.4-.7-.5-1-.1-.2-.2-.5-.3-.7h0c-.1-.3-.3-.6-.6-.7-.5-.2-1,0-1.3.5-.2.3-.4.7-.5,1.1-.2.3-.3.7-.5.9,0,0,0,0,0,0-.3,0-.7.1-1.1.2-.4,0-.8,0-1.1.2-.4,0-.7.3-.8.7-.1.3,0,.7.2,1,.2.3.6.6.8.8.2.2.4.4.6.6,0,0,0,0,.1.1,0,0,0,0,0,0l-.4,2.2h0c0,.4.1.8.4,1,.3.2.7.2,1.1,0,.4-.2.7-.4,1.1-.6.3-.1.5-.3.7-.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.3.1.5.3.8.4.2.1.5.3.7.4,0,0,0,0,.1,0,.2.1.4.2.7.2s.3,0,.4,0c.3-.1.5-.4.6-.8h0c0,0,0-.1,0-.1,0-.6-.1-1.1-.2-1.6,0-.3,0-.5-.1-.8,0,0,0,0,0,0,0,0,0,0,0,0,.1-.1.3-.3.5-.5.4-.3.7-.7,1-1,.1-.1.2-.3.2-.5,0,0,0-.1,0-.2,0,0,0,0,0,0h0c0,0,0-.1,0-.1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' y='7' width='49' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M48.9,27.7c-.9-10.2-12.1-16.1-21.1-11-1.6-4.4-5.1-7.9-9.6-9.1C8,4.7-1.6,13.3.2,23.5c1.6,8.6,10.7,13.8,19.1,10.7.3-.1,1.9-.9,2-.9,0,.4.3.9.5,1.3.3.5,1.3,2.6,1.8,2.7.6.2,1.2-.2,1.1-.9-.9-1.4-1.7-2.7-2.1-4.4-2.5-9.3,6-17.8,15.4-15.4,8.6,2.1,12.3,12.5,7,19.6-4.5,5.9-12.9,6.7-18.6,2-.7-.2-1.3.5-.9,1.1.4.7,2.6,1.9,3.4,2.2,9.1,4.1,19.3-2,20.2-11.7v-2.3c0,0,0,0,0,0ZM22.2,11.4c.3.2,2.2,1.9,2,2.2-6,3.7-14.1,3.9-19.9,0,4.2-5.6,12.5-6.5,18-2.1ZM20.6,27.5c-2.4,1-5.2,1.5-7.8,1.4-.6,0-2.6-.5-3-.1-.5.4-.3,1.1.3,1.4.5.2,2.1.3,2.7.3,2.6.1,5.3-.4,7.8-1.2-.1.7.3,1.7.3,2.3,0,.3-1.2.8-1.5.9-5.1,2.2-11,.9-14.7-3.3-.1-.1-1.1-1.3-1-1.4.9.3,2.5,1.4,3.4,1.5.8,0,1.1-.8.6-1.4-.9-.4-1.9-.8-2.8-1.3-.5-.3-2.3-1.3-2.6-1.6-.2-.2-.4-1.3-.5-1.6-.6-2.9,0-6,1.5-8.6,1.1.5,2.1,1.1,3.2,1.6,6.1,2.4,12.9,1.9,18.5-1.5h.3c.5.8.9,1.7,1.1,2.7-3.2,2.4-5.3,6-5.7,10h0Z'/%3e%3cpath class='st1' d='M40.7,30c.2.5.9.6,1.3.3.5-.5.7-2.7.6-3.4-.5-7.5-10.7-10-14.7-3.6-4,6.5,2.8,14.3,9.9,11.3.7-.3,2.7-1.3,2.3-2.3-.5-1.1-1.7.2-2.3.5-6.1,3.4-12.4-4.2-7.9-9.4,3.9-4.6,11.5-1.5,11.1,4.4,0,.6-.5,1.8-.4,2.2h0Z'/%3e%3cpath class='st1' d='M34.4,23.5c-1.8.3-2.5,2.5-1.4,3.9-1,1.2-.7,3,.8,3.7,2.4,1.1,4.4-1.7,2.8-3.7,1.4-1.7,0-4.2-2.2-3.9h0ZM35,29.7c-1.2.2-1.4-1.3-.4-1.5,1.2-.2,1.4,1.3.4,1.5ZM35,26.5c-1.2.2-1.4-1.3-.4-1.5,1.2-.2,1.4,1.3.4,1.5Z'/%3e%3cpath class='st1' d='M19.1,22.3c-.1-.4-.4-.7-.7-.8h0c-.4,0-.8-.1-1.2-.2-.4,0-.7,0-1.1-.2,0,0,0,0,0,0-.2-.3-.4-.7-.5-1-.1-.2-.2-.5-.3-.7h0c-.1-.3-.3-.6-.6-.7-.5-.2-1,0-1.3.5-.2.3-.4.7-.5,1.1-.2.3-.3.7-.5.9,0,0,0,0,0,0-.3,0-.7.1-1.1.2-.4,0-.8,0-1.1.2-.4,0-.7.3-.8.7-.1.3,0,.7.2,1,.2.3.6.6.8.8.2.2.4.4.6.6,0,0,0,0,.1.1,0,0,0,0,0,0l-.4,2.2h0c0,.4.1.8.4,1,.3.2.7.2,1.1,0,.4-.2.7-.4,1.1-.6.3-.1.5-.3.7-.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.3.1.5.3.8.4.2.1.5.3.7.4,0,0,0,0,.1,0,.2.1.4.2.7.2s.3,0,.4,0c.3-.1.5-.4.6-.8h0c0,0,0-.1,0-.1,0-.6-.1-1.1-.2-1.6,0-.3,0-.5-.1-.8,0,0,0,0,0,0,0,0,0,0,0,0,.1-.1.3-.3.5-.5.4-.3.7-.7,1-1,.1-.1.2-.3.2-.5,0,0,0-.1,0-.2,0,0,0,0,0,0h0c0,0,0-.1,0-.1h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-promo {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='4' y='7' width='41' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M44.9,25.8c-.3-2-1.1-4-2.3-5.7-.7.3-1.6.7-2.3.4-.3-.2-.6-.5-.7-.9,0-.3-.1-.6-.2-.9,0-.3-.1-.6-.2-.9-.5-1.4-1.5-2.5-2.6-2.9-.2.2-.4.4-.6.6-.7.7-1.5,1.5-2.7.9-.9-.4-1.4-1.8-1.7-2.6h0c-.4-1.1-.6-2.1-.8-3.1-1.3.2-2.7.8-3.8,1.6-.4-1-.9-2-1.3-2.9-.5-.9-.8-1.7-1.8-2.1-1.4-.5-2.7,0-3.4,1.2-1.5,2.5-2.5,5.7-4,8.2-.3.5-.4.7-1,.8-2.9.6-6.1.7-8.9,1.3-2.1.4-3.1,2.7-1.7,4.4,1.6,2,4.2,3.9,5.9,5.8.5.5,1.2,1,1.2,1.8l-1.6,9.2c-.2,2.3,1.8,3.7,4,2.8,2.4-1.1,4.9-2.7,7.4-3.9.4-.2.8-.5,1.2-.5.4,0,.9.3,1.3.5.1,0,.2.1.4.2,1.3.9,2.8,1.5,4.4,1.9,2.2.5,4.4.4,6.6-.2,2-.6,3.9-1.6,5.4-3.1,1.6-1.4,2.8-3.2,3.5-5.2.8-2.1,1-4.3.7-6.6h0ZM13.4,41.4c-.8.4-1.7,0-1.8-1l1.6-9.3c0-.7,0-1.2-.4-1.8-2-2.5-5.1-4.6-7-7-.5-.7-.4-1.6.5-1.9,3-.7,6.3-.8,9.3-1.4,1-.2,1.5-.6,2.1-1.5,1.5-2.6,2.6-5.6,4-8.2.2-.4.6-.7,1-.7.5,0,1,.3,1.2.7.7,1.3,1.3,2.6,1.9,4-.8.9-1.5,1.9-1.9,3-.2.4-.3,1-.4,1.5-.2.9-.4,1.8-.7,2.3-.8,1-1.6,1-2.5.7-1.1,1.7-1.7,3.7-1.9,6,0,0,0,.2,0,.2,0,.3,0,.5,0,.8,0,.3,0,.6,0,.8l.3,2.2c.5,2.3,1.7,4.5,3.3,6.3-.1,0-.2,0-.4.1-2.7,1.1-5.4,3.1-8.1,4.3h0ZM38.9,37.5c-2.2,1.6-4.7,2.5-7.3,2.5s-3.1-.3-4.6-.9c-3.2-1.3-5.7-3.9-6.9-7.2-.6-1.6-.8-3.2-.7-4.8,0-1.7.5-3.3,1.3-4.8,0-.1.2-.2.3-.2,0,0,0,0,0,0,1.4,0,2.5-1.1,2.9-2.2.2-.5.3-.9.3-1.4,0-.3,0-.6.2-.9.6-2.6,2.5-4.6,4.9-5.4,0,0,.2,0,.2,0,0,0,.1.1.1.2v.2c.5,1.8,1.2,4.2,3,4.9,1.3.5,2.5.2,3.7-1.1.1-.1.3-.1.4,0,.5.5.9,1.2,1.1,1.9,0,.2.1.5.1.7,0,.2,0,.4,0,.5.2,1,1,2.6,3.6,2,.1,0,.3,0,.3.2.8,1.6,1.3,3.1,1.4,4.6.5,4.3-1.3,8.5-4.8,11.1Z'/%3e%3cpath class='st1' d='M36.7,22.7l-10.9,11c.2.2.6.6.8.8l11-11c-.2-.2-.7-.7-.9-.9h0Z'/%3e%3cpath class='st1' d='M35,30.1c-.9.1-1.5.6-1.8,1.4-.3.9-.1,2,.5,2.7.4.4,1.1.9,2.3.7,1.1-.2,2.1-1.2,1.8-2.8-.3-1.6-1.6-2.1-2.8-2h0ZM36,33.6c-.2,0-.4.1-.6.1s-.5,0-.7-.2c-.4-.3-.5-.9-.4-1.3.1-.4.4-.7.9-.8.5-.1,1.2,0,1.4.8.2.6,0,1.2-.6,1.5h0Z'/%3e%3cpath class='st1' d='M27.4,27.1c1,.1,1.8-.2,2.3-1,.5-.8.5-1.9,0-2.8-.4-.7-1.1-1.1-2-1.1s0,0-.1,0c-1.1,0-2.2.8-2.2,2.4,0,1.6,1,2.4,2.1,2.5ZM27.6,23.5c.5,0,.9.1,1.1.5.3.4.2,1,0,1.4-.2.3-.5.5-.9.5,0,0-.2,0-.3,0-.6-.1-.9-.6-.9-1.2,0-.6.5-1.1,1.1-1.2Z'/%3e%3cpath class='st1' d='M39.5,14.4c.1,0,.3.2.4.2.1,0,.2.1.3.2,0,0,0,0,0,0,0,0,0,0,0,0v.9c.1,0,.1,0,.1,0,0,.1.1.2.2.3,0,0,0,0,.1,0,0,0,.2,0,.3,0,.1-.1.2-.2.4-.3,0,0,.2-.2.2-.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2,0,.4,0,.1,0,.2,0,.3,0,0,0,0,0,0,0,.1,0,.3,0,.4,0,0,0,.1-.2.1-.3h0s0,0,0,0c0-.2-.2-.4-.3-.6,0-.1-.1-.2-.1-.3,0,0,0,0,0,0h0c0,0,0-.2.1-.3.1-.2.2-.3.3-.5,0,0,0-.1,0-.2,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.1-.2-.2-.3-.2h0c-.2,0-.3,0-.5,0-.1,0-.3,0-.4,0,0,0,0,0,0,0h0s0,0,0,0c-.1-.1-.2-.2-.3-.4,0,0-.1-.2-.2-.2h0c0,0-.1-.2-.3-.2-.2,0-.3,0-.4.3,0,.1,0,.3,0,.5,0,.1,0,.3,0,.4,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3.1-.4.2-.1,0-.3.1-.4.2-.1,0-.2.2-.2.3,0,.1,0,.2.2.3h0ZM39.7,14c.1,0,.3-.1.4-.2.1,0,.3-.1.4-.2.1,0,.2-.1.2-.3,0-.2,0-.3,0-.5,0-.1,0-.3,0-.4,0,0,0,0,0,0,0,0,0,0,0,0h0c0,.1.2.2.3.3.1.1.2.2.3.4,0,0,.2.1.3.1.1,0,.3,0,.4,0,.2,0,.3,0,.5,0,0,0,0,0,0,0,0,0,0,0,0,0l-.5.8c0,0,0,.1,0,.2h0c0,.2.2.4.3.6,0,.1.1.2.2.3,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3,0-.4,0-.2,0-.3,0-.5,0-.1,0-.2,0-.3,0-.1,0-.2.2-.4.3,0,.1-.2.2-.3.3h0s0,0,0,0c0,0,0,0,0,0v-.9c-.1,0-.1,0-.1,0,0,0,0-.2-.1-.2h0c-.1-.1-.3-.2-.4-.3-.2,0-.3-.1-.4-.2,0,0,0,0,0,0s0,0,0,0h0Z'/%3e%3cpath class='st1' d='M36,11c0,0,.1.1.1.2,0,0,0,0,0,0,0,0,0,0,0,0l-.2.6h0c0,.1,0,.2,0,.3,0,0,.2,0,.3,0,.1,0,.2,0,.3-.1,0,0,.2,0,.2,0h0s0,0,0,0c0,0,0,0,0,0h0c0,0,.1.1.2.2,0,0,.1,0,.2.1,0,0,0,0,0,0,0,0,.1,0,.2,0s0,0,0,0c0,0,.2,0,.2-.2h0c0-.2,0-.3,0-.5,0,0,0-.2,0-.2,0,0,0,0,0,0h0s.1,0,.2-.1c.1,0,.2-.2.3-.2,0,0,0,0,0-.1,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.1,0-.2-.2-.2-.1,0-.2,0-.3-.1-.1,0-.2,0-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2-.1-.3,0,0,0-.1,0-.2h0c0,0,0-.2-.1-.2-.1,0-.3,0-.4,0,0,0-.1.2-.2.3,0,0-.1.2-.2.2,0,0,0,0,0,0h0c0,0-.2,0-.3,0-.1,0-.2,0-.3,0-.1,0-.2,0-.2.1,0,0,0,.2,0,.3,0,0,.1.2.2.3h0ZM36.4,10.6c.1,0,.2,0,.3,0,0,0,.2,0,.2-.1,0,0,.1-.2.2-.3,0,0,.1-.2.2-.2,0,0,0,.2,0,.3,0,.1,0,.2.1.3,0,0,0,.1.2.2,0,0,.2,0,.3,0,.1,0,.2,0,.3,0l-.5.4s0,0,0,.1h0c0,.2,0,.3,0,.5,0,0,0,.2,0,.2h0c0,0-.2-.1-.2-.2,0,0-.2-.1-.3-.2,0,0,0,0-.2,0s0,0,0,0c-.1,0-.2,0-.3.1,0,0-.2,0-.3,0l.2-.6h0c0,0,0-.1,0-.2h0c0-.1-.1-.2-.2-.3,0,0-.1-.2-.2-.3,0,0,.2,0,.3,0h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='4' y='7' width='41' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M44.9,25.8c-.3-2-1.1-4-2.3-5.7-.7.3-1.6.7-2.3.4-.3-.2-.6-.5-.7-.9,0-.3-.1-.6-.2-.9,0-.3-.1-.6-.2-.9-.5-1.4-1.5-2.5-2.6-2.9-.2.2-.4.4-.6.6-.7.7-1.5,1.5-2.7.9-.9-.4-1.4-1.8-1.7-2.6h0c-.4-1.1-.6-2.1-.8-3.1-1.3.2-2.7.8-3.8,1.6-.4-1-.9-2-1.3-2.9-.5-.9-.8-1.7-1.8-2.1-1.4-.5-2.7,0-3.4,1.2-1.5,2.5-2.5,5.7-4,8.2-.3.5-.4.7-1,.8-2.9.6-6.1.7-8.9,1.3-2.1.4-3.1,2.7-1.7,4.4,1.6,2,4.2,3.9,5.9,5.8.5.5,1.2,1,1.2,1.8l-1.6,9.2c-.2,2.3,1.8,3.7,4,2.8,2.4-1.1,4.9-2.7,7.4-3.9.4-.2.8-.5,1.2-.5.4,0,.9.3,1.3.5.1,0,.2.1.4.2,1.3.9,2.8,1.5,4.4,1.9,2.2.5,4.4.4,6.6-.2,2-.6,3.9-1.6,5.4-3.1,1.6-1.4,2.8-3.2,3.5-5.2.8-2.1,1-4.3.7-6.6h0ZM13.4,41.4c-.8.4-1.7,0-1.8-1l1.6-9.3c0-.7,0-1.2-.4-1.8-2-2.5-5.1-4.6-7-7-.5-.7-.4-1.6.5-1.9,3-.7,6.3-.8,9.3-1.4,1-.2,1.5-.6,2.1-1.5,1.5-2.6,2.6-5.6,4-8.2.2-.4.6-.7,1-.7.5,0,1,.3,1.2.7.7,1.3,1.3,2.6,1.9,4-.8.9-1.5,1.9-1.9,3-.2.4-.3,1-.4,1.5-.2.9-.4,1.8-.7,2.3-.8,1-1.6,1-2.5.7-1.1,1.7-1.7,3.7-1.9,6,0,0,0,.2,0,.2,0,.3,0,.5,0,.8,0,.3,0,.6,0,.8l.3,2.2c.5,2.3,1.7,4.5,3.3,6.3-.1,0-.2,0-.4.1-2.7,1.1-5.4,3.1-8.1,4.3h0ZM38.9,37.5c-2.2,1.6-4.7,2.5-7.3,2.5s-3.1-.3-4.6-.9c-3.2-1.3-5.7-3.9-6.9-7.2-.6-1.6-.8-3.2-.7-4.8,0-1.7.5-3.3,1.3-4.8,0-.1.2-.2.3-.2,0,0,0,0,0,0,1.4,0,2.5-1.1,2.9-2.2.2-.5.3-.9.3-1.4,0-.3,0-.6.2-.9.6-2.6,2.5-4.6,4.9-5.4,0,0,.2,0,.2,0,0,0,.1.1.1.2v.2c.5,1.8,1.2,4.2,3,4.9,1.3.5,2.5.2,3.7-1.1.1-.1.3-.1.4,0,.5.5.9,1.2,1.1,1.9,0,.2.1.5.1.7,0,.2,0,.4,0,.5.2,1,1,2.6,3.6,2,.1,0,.3,0,.3.2.8,1.6,1.3,3.1,1.4,4.6.5,4.3-1.3,8.5-4.8,11.1Z'/%3e%3cpath class='st1' d='M36.7,22.7l-10.9,11c.2.2.6.6.8.8l11-11c-.2-.2-.7-.7-.9-.9h0Z'/%3e%3cpath class='st1' d='M35,30.1c-.9.1-1.5.6-1.8,1.4-.3.9-.1,2,.5,2.7.4.4,1.1.9,2.3.7,1.1-.2,2.1-1.2,1.8-2.8-.3-1.6-1.6-2.1-2.8-2h0ZM36,33.6c-.2,0-.4.1-.6.1s-.5,0-.7-.2c-.4-.3-.5-.9-.4-1.3.1-.4.4-.7.9-.8.5-.1,1.2,0,1.4.8.2.6,0,1.2-.6,1.5h0Z'/%3e%3cpath class='st1' d='M27.4,27.1c1,.1,1.8-.2,2.3-1,.5-.8.5-1.9,0-2.8-.4-.7-1.1-1.1-2-1.1s0,0-.1,0c-1.1,0-2.2.8-2.2,2.4,0,1.6,1,2.4,2.1,2.5ZM27.6,23.5c.5,0,.9.1,1.1.5.3.4.2,1,0,1.4-.2.3-.5.5-.9.5,0,0-.2,0-.3,0-.6-.1-.9-.6-.9-1.2,0-.6.5-1.1,1.1-1.2Z'/%3e%3cpath class='st1' d='M39.5,14.4c.1,0,.3.2.4.2.1,0,.2.1.3.2,0,0,0,0,0,0,0,0,0,0,0,0v.9c.1,0,.1,0,.1,0,0,.1.1.2.2.3,0,0,0,0,.1,0,0,0,.2,0,.3,0,.1-.1.2-.2.4-.3,0,0,.2-.2.2-.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2,0,.4,0,.1,0,.2,0,.3,0,0,0,0,0,0,0,.1,0,.3,0,.4,0,0,0,.1-.2.1-.3h0s0,0,0,0c0-.2-.2-.4-.3-.6,0-.1-.1-.2-.1-.3,0,0,0,0,0,0h0c0,0,0-.2.1-.3.1-.2.2-.3.3-.5,0,0,0-.1,0-.2,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.1-.2-.2-.3-.2h0c-.2,0-.3,0-.5,0-.1,0-.3,0-.4,0,0,0,0,0,0,0h0s0,0,0,0c-.1-.1-.2-.2-.3-.4,0,0-.1-.2-.2-.2h0c0,0-.1-.2-.3-.2-.2,0-.3,0-.4.3,0,.1,0,.3,0,.5,0,.1,0,.3,0,.4,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3.1-.4.2-.1,0-.3.1-.4.2-.1,0-.2.2-.2.3,0,.1,0,.2.2.3h0ZM39.7,14c.1,0,.3-.1.4-.2.1,0,.3-.1.4-.2.1,0,.2-.1.2-.3,0-.2,0-.3,0-.5,0-.1,0-.3,0-.4,0,0,0,0,0,0,0,0,0,0,0,0h0c0,.1.2.2.3.3.1.1.2.2.3.4,0,0,.2.1.3.1.1,0,.3,0,.4,0,.2,0,.3,0,.5,0,0,0,0,0,0,0,0,0,0,0,0,0l-.5.8c0,0,0,.1,0,.2h0c0,.2.2.4.3.6,0,.1.1.2.2.3,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3,0-.4,0-.2,0-.3,0-.5,0-.1,0-.2,0-.3,0-.1,0-.2.2-.4.3,0,.1-.2.2-.3.3h0s0,0,0,0c0,0,0,0,0,0v-.9c-.1,0-.1,0-.1,0,0,0,0-.2-.1-.2h0c-.1-.1-.3-.2-.4-.3-.2,0-.3-.1-.4-.2,0,0,0,0,0,0s0,0,0,0h0Z'/%3e%3cpath class='st1' d='M36,11c0,0,.1.1.1.2,0,0,0,0,0,0,0,0,0,0,0,0l-.2.6h0c0,.1,0,.2,0,.3,0,0,.2,0,.3,0,.1,0,.2,0,.3-.1,0,0,.2,0,.2,0h0s0,0,0,0c0,0,0,0,0,0h0c0,0,.1.1.2.2,0,0,.1,0,.2.1,0,0,0,0,0,0,0,0,.1,0,.2,0s0,0,0,0c0,0,.2,0,.2-.2h0c0-.2,0-.3,0-.5,0,0,0-.2,0-.2,0,0,0,0,0,0h0s.1,0,.2-.1c.1,0,.2-.2.3-.2,0,0,0,0,0-.1,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.1,0-.2-.2-.2-.1,0-.2,0-.3-.1-.1,0-.2,0-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2-.1-.3,0,0,0-.1,0-.2h0c0,0,0-.2-.1-.2-.1,0-.3,0-.4,0,0,0-.1.2-.2.3,0,0-.1.2-.2.2,0,0,0,0,0,0h0c0,0-.2,0-.3,0-.1,0-.2,0-.3,0-.1,0-.2,0-.2.1,0,0,0,.2,0,.3,0,0,.1.2.2.3h0ZM36.4,10.6c.1,0,.2,0,.3,0,0,0,.2,0,.2-.1,0,0,.1-.2.2-.3,0,0,.1-.2.2-.2,0,0,0,.2,0,.3,0,.1,0,.2.1.3,0,0,0,.1.2.2,0,0,.2,0,.3,0,.1,0,.2,0,.3,0l-.5.4s0,0,0,.1h0c0,.2,0,.3,0,.5,0,0,0,.2,0,.2h0c0,0-.2-.1-.2-.2,0,0-.2-.1-.3-.2,0,0,0,0-.2,0s0,0,0,0c-.1,0-.2,0-.3.1,0,0-.2,0-.3,0l.2-.6h0c0,0,0-.1,0-.2h0c0-.1-.1-.2-.2-.3,0,0-.1-.2-.2-.3,0,0,.2,0,.3,0h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-promoactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='4' y='7' width='41' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M44.9,25.8c-.3-2-1.1-4-2.3-5.7-.7.3-1.6.7-2.3.4-.3-.2-.6-.5-.7-.9,0-.3-.1-.6-.2-.9,0-.3-.1-.6-.2-.9-.5-1.4-1.5-2.5-2.6-2.9-.2.2-.4.4-.6.6-.7.7-1.5,1.5-2.7.9-.9-.4-1.4-1.8-1.7-2.6h0c-.4-1.1-.6-2.1-.8-3.1-1.3.2-2.7.8-3.8,1.6-.4-1-.9-2-1.3-2.9-.5-.9-.8-1.7-1.8-2.1-1.4-.5-2.7,0-3.4,1.2-1.5,2.5-2.5,5.7-4,8.2-.3.5-.4.7-1,.8-2.9.6-6.1.7-8.9,1.3-2.1.4-3.1,2.7-1.7,4.4,1.6,2,4.2,3.9,5.9,5.8.5.5,1.2,1,1.2,1.8l-1.6,9.2c-.2,2.3,1.8,3.7,4,2.8,2.4-1.1,4.9-2.7,7.4-3.9.4-.2.8-.5,1.2-.5.4,0,.9.3,1.3.5.1,0,.2.1.4.2,1.3.9,2.8,1.5,4.4,1.9,2.2.5,4.4.4,6.6-.2,2-.6,3.9-1.6,5.4-3.1,1.6-1.4,2.8-3.2,3.5-5.2.8-2.1,1-4.3.7-6.6ZM38.9,37.5c-2.2,1.6-4.7,2.5-7.3,2.5s-3.1-.3-4.6-.9c-3.2-1.3-5.7-3.9-6.9-7.2-.6-1.6-.8-3.2-.7-4.8,0-1.7.5-3.3,1.3-4.8,0-.1.2-.2.3-.2,0,0,0,0,0,0,1.4,0,2.5-1.1,2.9-2.2.2-.5.3-.9.3-1.4,0-.3,0-.6.2-.9.6-2.6,2.5-4.6,4.9-5.4,0,0,.2,0,.2,0,0,0,.1.1.1.2v.2c.5,1.8,1.2,4.2,3,4.9,1.3.5,2.5.2,3.7-1.1.1-.1.3-.1.4,0,.5.5.9,1.2,1.1,1.9,0,.2.1.5.1.7,0,.2,0,.4,0,.5.2,1,1,2.6,3.6,2,.1,0,.3,0,.3.2.8,1.6,1.3,3.1,1.4,4.6.5,4.3-1.3,8.5-4.8,11.1Z'/%3e%3cpath class='st1' d='M36.7,22.7l-10.9,11c.2.2.6.6.8.8l11-11c-.2-.2-.7-.7-.9-.9h0Z'/%3e%3cpath class='st1' d='M35,30.1c-.9.1-1.5.6-1.8,1.4-.3.9-.1,2,.5,2.7.4.4,1.1.9,2.3.7,1.1-.2,2.1-1.2,1.8-2.8-.3-1.6-1.6-2.1-2.8-2h0ZM36,33.6c-.2,0-.4.1-.6.1s-.5,0-.7-.2c-.4-.3-.5-.9-.4-1.3.1-.4.4-.7.9-.8.5-.1,1.2,0,1.4.8.2.6,0,1.2-.6,1.5h0Z'/%3e%3cpath class='st1' d='M27.4,27.1c1,.1,1.8-.2,2.3-1,.5-.8.5-1.9,0-2.8-.4-.7-1.1-1.1-2-1.1s0,0-.1,0c-1.1,0-2.2.8-2.2,2.4,0,1.6,1,2.4,2.1,2.5ZM27.6,23.5c.5,0,.9.1,1.1.5.3.4.2,1,0,1.4-.2.3-.5.5-.9.5,0,0-.2,0-.3,0-.6-.1-.9-.6-.9-1.2,0-.6.5-1.1,1.1-1.2Z'/%3e%3cpath class='st1' d='M39.5,14.4c.1,0,.3.2.4.2.1,0,.2.1.3.2,0,0,0,0,0,0,0,0,0,0,0,0v.9c.1,0,.1,0,.1,0,0,.1.1.2.2.3,0,0,0,0,.1,0,0,0,.2,0,.3,0,.1-.1.2-.2.4-.3,0,0,.2-.2.2-.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2,0,.4,0,.1,0,.2,0,.3,0,0,0,0,0,0,0,.1,0,.3,0,.4,0,0,0,.1-.2.1-.3h0s0,0,0,0c0-.2-.2-.4-.3-.6,0-.1-.1-.2-.1-.3,0,0,0,0,0,0h0c0,0,0-.2.1-.3.1-.2.2-.3.3-.5,0,0,0-.1,0-.2,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.1-.2-.2-.3-.2h0c-.2,0-.3,0-.5,0-.1,0-.3,0-.4,0,0,0,0,0,0,0h0s0,0,0,0c-.1-.1-.2-.2-.3-.4,0,0-.1-.2-.2-.2h0c0,0-.1-.2-.3-.2-.2,0-.3,0-.4.3,0,.1,0,.3,0,.5,0,.1,0,.3,0,.4,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3.1-.4.2-.1,0-.3.1-.4.2-.1,0-.2.2-.2.3,0,.1,0,.2.2.3h0ZM39.7,14c.1,0,.3-.1.4-.2.1,0,.3-.1.4-.2.1,0,.2-.1.2-.3,0-.2,0-.3,0-.5,0-.1,0-.3,0-.4,0,0,0,0,0,0,0,0,0,0,0,0h0c0,.1.2.2.3.3.1.1.2.2.3.4,0,0,.2.1.3.1.1,0,.3,0,.4,0,.2,0,.3,0,.5,0,0,0,0,0,0,0,0,0,0,0,0,0l-.5.8c0,0,0,.1,0,.2h0c0,.2.2.4.3.6,0,.1.1.2.2.3,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3,0-.4,0-.2,0-.3,0-.5,0-.1,0-.2,0-.3,0-.1,0-.2.2-.4.3,0,.1-.2.2-.3.3h0s0,0,0,0c0,0,0,0,0,0v-.9c-.1,0-.1,0-.1,0,0,0,0-.2-.1-.2h0c-.1-.1-.3-.2-.4-.3-.2,0-.3-.1-.4-.2,0,0,0,0,0,0s0,0,0,0h0Z'/%3e%3cpath class='st1' d='M36,11c0,0,.1.1.1.2,0,0,0,0,0,0,0,0,0,0,0,0l-.2.6h0c0,.1,0,.2,0,.3,0,0,.2,0,.3,0,.1,0,.2,0,.3-.1,0,0,.2,0,.2,0h0s0,0,0,0c0,0,0,0,0,0h0c0,0,.1.1.2.2,0,0,.1,0,.2.1,0,0,0,0,0,0,0,0,.1,0,.2,0s0,0,0,0c0,0,.2,0,.2-.2h0c0-.2,0-.3,0-.5,0,0,0-.2,0-.2,0,0,0,0,0,0h0s.1,0,.2-.1c.1,0,.2-.2.3-.2,0,0,0,0,0-.1,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.1,0-.2-.2-.2-.1,0-.2,0-.3-.1-.1,0-.2,0-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2-.1-.3,0,0,0-.1,0-.2h0c0,0,0-.2-.1-.2-.1,0-.3,0-.4,0,0,0-.1.2-.2.3,0,0-.1.2-.2.2,0,0,0,0,0,0h0c0,0-.2,0-.3,0-.1,0-.2,0-.3,0-.1,0-.2,0-.2.1,0,0,0,.2,0,.3,0,0,.1.2.2.3h0ZM36.4,10.6c.1,0,.2,0,.3,0,0,0,.2,0,.2-.1,0,0,.1-.2.2-.3,0,0,.1-.2.2-.2,0,0,0,.2,0,.3,0,.1,0,.2.1.3,0,0,0,.1.2.2,0,0,.2,0,.3,0,.1,0,.2,0,.3,0l-.5.4s0,0,0,.1h0c0,.2,0,.3,0,.5,0,0,0,.2,0,.2h0c0,0-.2-.1-.2-.2,0,0-.2-.1-.3-.2,0,0,0,0-.2,0s0,0,0,0c-.1,0-.2,0-.3.1,0,0-.2,0-.3,0l.2-.6h0c0,0,0-.1,0-.2h0c0-.1-.1-.2-.2-.3,0,0-.1-.2-.2-.3,0,0,.2,0,.3,0h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='4' y='7' width='41' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M44.9,25.8c-.3-2-1.1-4-2.3-5.7-.7.3-1.6.7-2.3.4-.3-.2-.6-.5-.7-.9,0-.3-.1-.6-.2-.9,0-.3-.1-.6-.2-.9-.5-1.4-1.5-2.5-2.6-2.9-.2.2-.4.4-.6.6-.7.7-1.5,1.5-2.7.9-.9-.4-1.4-1.8-1.7-2.6h0c-.4-1.1-.6-2.1-.8-3.1-1.3.2-2.7.8-3.8,1.6-.4-1-.9-2-1.3-2.9-.5-.9-.8-1.7-1.8-2.1-1.4-.5-2.7,0-3.4,1.2-1.5,2.5-2.5,5.7-4,8.2-.3.5-.4.7-1,.8-2.9.6-6.1.7-8.9,1.3-2.1.4-3.1,2.7-1.7,4.4,1.6,2,4.2,3.9,5.9,5.8.5.5,1.2,1,1.2,1.8l-1.6,9.2c-.2,2.3,1.8,3.7,4,2.8,2.4-1.1,4.9-2.7,7.4-3.9.4-.2.8-.5,1.2-.5.4,0,.9.3,1.3.5.1,0,.2.1.4.2,1.3.9,2.8,1.5,4.4,1.9,2.2.5,4.4.4,6.6-.2,2-.6,3.9-1.6,5.4-3.1,1.6-1.4,2.8-3.2,3.5-5.2.8-2.1,1-4.3.7-6.6ZM38.9,37.5c-2.2,1.6-4.7,2.5-7.3,2.5s-3.1-.3-4.6-.9c-3.2-1.3-5.7-3.9-6.9-7.2-.6-1.6-.8-3.2-.7-4.8,0-1.7.5-3.3,1.3-4.8,0-.1.2-.2.3-.2,0,0,0,0,0,0,1.4,0,2.5-1.1,2.9-2.2.2-.5.3-.9.3-1.4,0-.3,0-.6.2-.9.6-2.6,2.5-4.6,4.9-5.4,0,0,.2,0,.2,0,0,0,.1.1.1.2v.2c.5,1.8,1.2,4.2,3,4.9,1.3.5,2.5.2,3.7-1.1.1-.1.3-.1.4,0,.5.5.9,1.2,1.1,1.9,0,.2.1.5.1.7,0,.2,0,.4,0,.5.2,1,1,2.6,3.6,2,.1,0,.3,0,.3.2.8,1.6,1.3,3.1,1.4,4.6.5,4.3-1.3,8.5-4.8,11.1Z'/%3e%3cpath class='st1' d='M36.7,22.7l-10.9,11c.2.2.6.6.8.8l11-11c-.2-.2-.7-.7-.9-.9h0Z'/%3e%3cpath class='st1' d='M35,30.1c-.9.1-1.5.6-1.8,1.4-.3.9-.1,2,.5,2.7.4.4,1.1.9,2.3.7,1.1-.2,2.1-1.2,1.8-2.8-.3-1.6-1.6-2.1-2.8-2h0ZM36,33.6c-.2,0-.4.1-.6.1s-.5,0-.7-.2c-.4-.3-.5-.9-.4-1.3.1-.4.4-.7.9-.8.5-.1,1.2,0,1.4.8.2.6,0,1.2-.6,1.5h0Z'/%3e%3cpath class='st1' d='M27.4,27.1c1,.1,1.8-.2,2.3-1,.5-.8.5-1.9,0-2.8-.4-.7-1.1-1.1-2-1.1s0,0-.1,0c-1.1,0-2.2.8-2.2,2.4,0,1.6,1,2.4,2.1,2.5ZM27.6,23.5c.5,0,.9.1,1.1.5.3.4.2,1,0,1.4-.2.3-.5.5-.9.5,0,0-.2,0-.3,0-.6-.1-.9-.6-.9-1.2,0-.6.5-1.1,1.1-1.2Z'/%3e%3cpath class='st1' d='M39.5,14.4c.1,0,.3.2.4.2.1,0,.2.1.3.2,0,0,0,0,0,0,0,0,0,0,0,0v.9c.1,0,.1,0,.1,0,0,.1.1.2.2.3,0,0,0,0,.1,0,0,0,.2,0,.3,0,.1-.1.2-.2.4-.3,0,0,.2-.2.2-.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.1,0,.2,0,.4,0,.1,0,.2,0,.3,0,0,0,0,0,0,0,.1,0,.3,0,.4,0,0,0,.1-.2.1-.3h0s0,0,0,0c0-.2-.2-.4-.3-.6,0-.1-.1-.2-.1-.3,0,0,0,0,0,0h0c0,0,0-.2.1-.3.1-.2.2-.3.3-.5,0,0,0-.1,0-.2,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.1-.2-.2-.3-.2h0c-.2,0-.3,0-.5,0-.1,0-.3,0-.4,0,0,0,0,0,0,0h0s0,0,0,0c-.1-.1-.2-.2-.3-.4,0,0-.1-.2-.2-.2h0c0,0-.1-.2-.3-.2-.2,0-.3,0-.4.3,0,.1,0,.3,0,.5,0,.1,0,.3,0,.4,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3.1-.4.2-.1,0-.3.1-.4.2-.1,0-.2.2-.2.3,0,.1,0,.2.2.3h0ZM39.7,14c.1,0,.3-.1.4-.2.1,0,.3-.1.4-.2.1,0,.2-.1.2-.3,0-.2,0-.3,0-.5,0-.1,0-.3,0-.4,0,0,0,0,0,0,0,0,0,0,0,0h0c0,.1.2.2.3.3.1.1.2.2.3.4,0,0,.2.1.3.1.1,0,.3,0,.4,0,.2,0,.3,0,.5,0,0,0,0,0,0,0,0,0,0,0,0,0l-.5.8c0,0,0,.1,0,.2h0c0,.2.2.4.3.6,0,.1.1.2.2.3,0,0,0,0,0,0,0,0,0,0,0,0-.1,0-.3,0-.4,0-.2,0-.3,0-.5,0-.1,0-.2,0-.3,0-.1,0-.2.2-.4.3,0,.1-.2.2-.3.3h0s0,0,0,0c0,0,0,0,0,0v-.9c-.1,0-.1,0-.1,0,0,0,0-.2-.1-.2h0c-.1-.1-.3-.2-.4-.3-.2,0-.3-.1-.4-.2,0,0,0,0,0,0s0,0,0,0h0Z'/%3e%3cpath class='st1' d='M36,11c0,0,.1.1.1.2,0,0,0,0,0,0,0,0,0,0,0,0l-.2.6h0c0,.1,0,.2,0,.3,0,0,.2,0,.3,0,.1,0,.2,0,.3-.1,0,0,.2,0,.2,0h0s0,0,0,0c0,0,0,0,0,0h0c0,0,.1.1.2.2,0,0,.1,0,.2.1,0,0,0,0,0,0,0,0,.1,0,.2,0s0,0,0,0c0,0,.2,0,.2-.2h0c0-.2,0-.3,0-.5,0,0,0-.2,0-.2,0,0,0,0,0,0h0s.1,0,.2-.1c.1,0,.2-.2.3-.2,0,0,0,0,0-.1,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0-.1,0-.2-.2-.2-.1,0-.2,0-.3-.1-.1,0-.2,0-.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.2-.1-.3,0,0,0-.1,0-.2h0c0,0,0-.2-.1-.2-.1,0-.3,0-.4,0,0,0-.1.2-.2.3,0,0-.1.2-.2.2,0,0,0,0,0,0h0c0,0-.2,0-.3,0-.1,0-.2,0-.3,0-.1,0-.2,0-.2.1,0,0,0,.2,0,.3,0,0,.1.2.2.3h0ZM36.4,10.6c.1,0,.2,0,.3,0,0,0,.2,0,.2-.1,0,0,.1-.2.2-.3,0,0,.1-.2.2-.2,0,0,0,.2,0,.3,0,.1,0,.2.1.3,0,0,0,.1.2.2,0,0,.2,0,.3,0,.1,0,.2,0,.3,0l-.5.4s0,0,0,.1h0c0,.2,0,.3,0,.5,0,0,0,.2,0,.2h0c0,0-.2-.1-.2-.2,0,0-.2-.1-.3-.2,0,0,0,0-.2,0s0,0,0,0c-.1,0-.2,0-.3.1,0,0-.2,0-.3,0l.2-.6h0c0,0,0-.1,0-.2h0c0-.1-.1-.2-.2-.3,0,0-.1-.2-.2-.3,0,0,.2,0,.3,0h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-lucky {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='2' y='7' width='45' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47,22v6.7c-.4.7-1.1.5-1.9.8-2.5,1-2.4,4.7,0,5.6.7.2,1.4,0,1.8.7v7.3H14.3c-.9-.3-.6-1-.7-1.8,0,0-.9.8-1.5.1l-3.3-5.7c-.2-.8.7-1,1.2-1.6,1.7-2.1,0-5.2-2.7-4.9-.6,0-1.4.7-2,.3l-3.3-5.7c-.1-.4,0-.7.3-.9L30.4,7h.5c0,.1,3.4,5.9,3.4,5.9.2.8-.3.8-.8,1.2-2.3,2.1-.5,5.6,2.5,5.2.7-.1,1.3-.9,2,0,.3.3,1.1,2.1,1.3,2.2h7c.3,0,.5.2.7.5ZM37.4,21.5l-.5-.9c-4.8,1.6-8.2-4.4-4.4-7.7l-2.5-4.1L3.8,23.8l2.4,4.2c3.5-1.2,6.9,1.9,5.9,5.5-.3.9-.8,1.6-1.4,2.3l2.4,4.1c.2-.1.5-.2.6-.5.2-.8-.2-3.1.1-3.7.2-.4,1.1-.4,1.6-.5,2.9-.9,2.7-5.1-.3-5.8-.4-.1-1,0-1.3-.5v-6.6c0-.2.3-.7.5-.7h23.3ZM21.6,23h-6.5v4.9c5,.8,5,7.9,0,8.8v4.9h6.3c.3-.5-.1-1.5.8-1.5.9,0,.8.8.8,1.5h22.4v-4.9c-4-.6-5.2-6.1-1.6-8.2.6-.3,1.1-.4,1.6-.7v-4.7h-22.4c.3,1.9-1.9,2-1.5,0h0Z'/%3e%3cpath class='st1' d='M32.1,25.8c1.8-.3,2.1,2.3,3,3.3,1,.3,3,.2,3.6,1,1.4,1.6-1.2,3-2,4.1,0,1.1.8,3.2,0,4.1-1.2,1.2-3.1-.5-4.3-.9-1.3.3-2.9,1.9-4.2,1.1-1.3-.8-.2-3-.3-4.3-.6-1-2.5-2-2.3-3.3.2-1.7,2.8-1.4,4-1.8.6-.9,1.2-3.1,2.4-3.3h0ZM32.5,27.4c-.2,0-.1,0-.2.1-.4.7-1.1,2.4-1.6,2.8-.7.5-2.5.6-3.4.8,0,.2,0,.2.1.3.4.6,2,1.9,2.1,2.4.2,1-.3,2.5-.4,3.5.9-.3,1.8-.9,2.7-1.2,1.3-.4,2.6.9,3.8,1.2.1-.1-.5-3-.3-3.4.5-1,1.5-1.8,2.3-2.6,0-.2-2.6-.5-2.9-.6-1-.3-1.6-2.2-2.1-3.1h0Z'/%3e%3cpath class='st1' d='M22.2,26.4c.5,0,.8.4.9.9,0,.6,0,2.9,0,3.4-.2.8-1.4.7-1.5,0,0-.6,0-3,0-3.6,0-.3.3-.6.6-.6h0Z'/%3e%3cpath class='st1' d='M22.1,33.2c.6-.1.9.2,1,.8,0,.6,0,2.8,0,3.4-.2.9-1.4.8-1.5,0,0-.7,0-2.9,0-3.5,0-.3.3-.5.5-.6Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='2' y='7' width='45' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47,22v6.7c-.4.7-1.1.5-1.9.8-2.5,1-2.4,4.7,0,5.6.7.2,1.4,0,1.8.7v7.3H14.3c-.9-.3-.6-1-.7-1.8,0,0-.9.8-1.5.1l-3.3-5.7c-.2-.8.7-1,1.2-1.6,1.7-2.1,0-5.2-2.7-4.9-.6,0-1.4.7-2,.3l-3.3-5.7c-.1-.4,0-.7.3-.9L30.4,7h.5c0,.1,3.4,5.9,3.4,5.9.2.8-.3.8-.8,1.2-2.3,2.1-.5,5.6,2.5,5.2.7-.1,1.3-.9,2,0,.3.3,1.1,2.1,1.3,2.2h7c.3,0,.5.2.7.5ZM37.4,21.5l-.5-.9c-4.8,1.6-8.2-4.4-4.4-7.7l-2.5-4.1L3.8,23.8l2.4,4.2c3.5-1.2,6.9,1.9,5.9,5.5-.3.9-.8,1.6-1.4,2.3l2.4,4.1c.2-.1.5-.2.6-.5.2-.8-.2-3.1.1-3.7.2-.4,1.1-.4,1.6-.5,2.9-.9,2.7-5.1-.3-5.8-.4-.1-1,0-1.3-.5v-6.6c0-.2.3-.7.5-.7h23.3ZM21.6,23h-6.5v4.9c5,.8,5,7.9,0,8.8v4.9h6.3c.3-.5-.1-1.5.8-1.5.9,0,.8.8.8,1.5h22.4v-4.9c-4-.6-5.2-6.1-1.6-8.2.6-.3,1.1-.4,1.6-.7v-4.7h-22.4c.3,1.9-1.9,2-1.5,0h0Z'/%3e%3cpath class='st1' d='M32.1,25.8c1.8-.3,2.1,2.3,3,3.3,1,.3,3,.2,3.6,1,1.4,1.6-1.2,3-2,4.1,0,1.1.8,3.2,0,4.1-1.2,1.2-3.1-.5-4.3-.9-1.3.3-2.9,1.9-4.2,1.1-1.3-.8-.2-3-.3-4.3-.6-1-2.5-2-2.3-3.3.2-1.7,2.8-1.4,4-1.8.6-.9,1.2-3.1,2.4-3.3h0ZM32.5,27.4c-.2,0-.1,0-.2.1-.4.7-1.1,2.4-1.6,2.8-.7.5-2.5.6-3.4.8,0,.2,0,.2.1.3.4.6,2,1.9,2.1,2.4.2,1-.3,2.5-.4,3.5.9-.3,1.8-.9,2.7-1.2,1.3-.4,2.6.9,3.8,1.2.1-.1-.5-3-.3-3.4.5-1,1.5-1.8,2.3-2.6,0-.2-2.6-.5-2.9-.6-1-.3-1.6-2.2-2.1-3.1h0Z'/%3e%3cpath class='st1' d='M22.2,26.4c.5,0,.8.4.9.9,0,.6,0,2.9,0,3.4-.2.8-1.4.7-1.5,0,0-.6,0-3,0-3.6,0-.3.3-.6.6-.6h0Z'/%3e%3cpath class='st1' d='M22.1,33.2c.6-.1.9.2,1,.8,0,.6,0,2.8,0,3.4-.2.9-1.4.8-1.5,0,0-.7,0-2.9,0-3.5,0-.3.3-.5.5-.6Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-luckyactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='2' y='7' width='45' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47,22v6.7c-.4.7-1.1.5-1.9.8-2.5,1-2.4,4.7,0,5.6.7.2,1.4,0,1.8.7v7.3H14.3c-.9-.3-.6-1-.7-1.8,0,0-.9.8-1.5.1l-3.3-5.7c-.2-.8.7-1,1.2-1.6,1.7-2.1,0-5.2-2.7-4.9-.6,0-1.4.7-2,.3l-3.3-5.7c-.1-.4,0-.7.3-.9L30.4,7h.5c0,.1,3.4,5.9,3.4,5.9.2.8-.3.8-.8,1.2-2.3,2.1-.5,5.6,2.5,5.2.7-.1,1.3-.9,2,0,.3.3,1.1,2.1,1.3,2.2h7c.3,0,.5.2.7.5ZM37.4,21.5l-.5-.9c-4.8,1.6-8.2-4.4-4.4-7.7l-2.5-4.1L3.8,23.8l2.4,4.2c3.5-1.2,6.9,1.9,5.9,5.5-.3.9-.8,1.6-1.4,2.3l2.4,4.1c.2-.1.5-.2.6-.5.2-.8-.2-3.1.1-3.7.2-.4,1.1-.4,1.6-.5,2.9-.9,2.7-5.1-.3-5.8-.4-.1-1,0-1.3-.5v-6.6c0-.2.3-.7.5-.7h23.3ZM21.6,23h-6.5v4.9c5,.8,5,7.9,0,8.8v4.9h6.3c.3-.5-.1-1.5.8-1.5.9,0,.8.8.8,1.5h22.4v-4.9c-4-.6-5.2-6.1-1.6-8.2.6-.3,1.1-.4,1.6-.7v-4.7h-22.4c.3,1.9-1.9,2-1.5,0h0Z'/%3e%3cpath class='st1' d='M32.1,25.8c1.8-.3,2.1,2.3,3,3.3,1,.3,3,.2,3.6,1,1.4,1.6-1.2,3-2,4.1,0,1.1.8,3.2,0,4.1-1.2,1.2-3.1-.5-4.3-.9-1.3.3-2.9,1.9-4.2,1.1-1.3-.8-.2-3-.3-4.3-.6-1-2.5-2-2.3-3.3.2-1.7,2.8-1.4,4-1.8.6-.9,1.2-3.1,2.4-3.3h0Z'/%3e%3cpath class='st1' d='M22.2,26.4c.5,0,.8.4.9.9,0,.6,0,2.9,0,3.4-.2.8-1.4.7-1.5,0,0-.6,0-3,0-3.6,0-.3.3-.6.6-.6h0Z'/%3e%3cpath class='st1' d='M22.1,33.2c.6-.1.9.2,1,.8,0,.6,0,2.8,0,3.4-.2.9-1.4.8-1.5,0,0-.7,0-2.9,0-3.5,0-.3.3-.5.5-.6Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='2' y='7' width='45' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47,22v6.7c-.4.7-1.1.5-1.9.8-2.5,1-2.4,4.7,0,5.6.7.2,1.4,0,1.8.7v7.3H14.3c-.9-.3-.6-1-.7-1.8,0,0-.9.8-1.5.1l-3.3-5.7c-.2-.8.7-1,1.2-1.6,1.7-2.1,0-5.2-2.7-4.9-.6,0-1.4.7-2,.3l-3.3-5.7c-.1-.4,0-.7.3-.9L30.4,7h.5c0,.1,3.4,5.9,3.4,5.9.2.8-.3.8-.8,1.2-2.3,2.1-.5,5.6,2.5,5.2.7-.1,1.3-.9,2,0,.3.3,1.1,2.1,1.3,2.2h7c.3,0,.5.2.7.5ZM37.4,21.5l-.5-.9c-4.8,1.6-8.2-4.4-4.4-7.7l-2.5-4.1L3.8,23.8l2.4,4.2c3.5-1.2,6.9,1.9,5.9,5.5-.3.9-.8,1.6-1.4,2.3l2.4,4.1c.2-.1.5-.2.6-.5.2-.8-.2-3.1.1-3.7.2-.4,1.1-.4,1.6-.5,2.9-.9,2.7-5.1-.3-5.8-.4-.1-1,0-1.3-.5v-6.6c0-.2.3-.7.5-.7h23.3ZM21.6,23h-6.5v4.9c5,.8,5,7.9,0,8.8v4.9h6.3c.3-.5-.1-1.5.8-1.5.9,0,.8.8.8,1.5h22.4v-4.9c-4-.6-5.2-6.1-1.6-8.2.6-.3,1.1-.4,1.6-.7v-4.7h-22.4c.3,1.9-1.9,2-1.5,0h0Z'/%3e%3cpath class='st1' d='M32.1,25.8c1.8-.3,2.1,2.3,3,3.3,1,.3,3,.2,3.6,1,1.4,1.6-1.2,3-2,4.1,0,1.1.8,3.2,0,4.1-1.2,1.2-3.1-.5-4.3-.9-1.3.3-2.9,1.9-4.2,1.1-1.3-.8-.2-3-.3-4.3-.6-1-2.5-2-2.3-3.3.2-1.7,2.8-1.4,4-1.8.6-.9,1.2-3.1,2.4-3.3h0Z'/%3e%3cpath class='st1' d='M22.2,26.4c.5,0,.8.4.9.9,0,.6,0,2.9,0,3.4-.2.8-1.4.7-1.5,0,0-.6,0-3,0-3.6,0-.3.3-.6.6-.6h0Z'/%3e%3cpath class='st1' d='M22.1,33.2c.6-.1.9.2,1,.8,0,.6,0,2.8,0,3.4-.2.9-1.4.8-1.5,0,0-.7,0-2.9,0-3.5,0-.3.3-.5.5-.6Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-starreward {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M37.3,42.3c.5-.4.8-.9,1.1-1.5l3.6-17v-.9c-.1-1.1-1-2.2-2.1-2.5l-12.6-2.7c.9-.9,1.7-1.8,1.2-3.2-.7-1.8-4.1-1.4-5.7-1.9-.3,0-.4-.2-.6-.5-.7-1.1-1.2-2.8-1.8-3.9-.6-1.1-1.8-1.6-3-.9-.8.5-1.8,3.2-2.3,4.2-.2.5-.3.9-.9,1.1-2,.6-6.3,0-5.9,3.1.1.8.7,1.2,1.2,1.8l-.7,3.3-1.1,5.2h0s-1.6,7.9-1.6,7.9c0,1.5.9,2.8,2.3,3.3l2.8.6,24.4,5.1s.7,0,1.4-.4c0,0,0,0,0,0,0,0,.3-.2.4-.3h0ZM10,14.6c1.3-.4,4.3-.3,5.3-1.1,1-.8,1.7-3.7,2.5-4.8.1-.1.2-.3.4-.3.3,0,.6,0,.8.3.8,1.3,1.3,3.1,2.1,4.3.3.5.8.8,1.4,1,1.4.3,3,.3,4.3.7.6.3.7.8.3,1.3-.8,1.1-2.3,2.2-3.2,3.3-1.1,1.4.3,4.4.3,6.2,0,.6-.5,1-1,.8-1.3-.5-3.5-2.3-4.8-2.4-.3,0-.5,0-.8.2-1.3.5-2.7,1.7-4,2.2-.6.2-1-.2-1.1-.8,0-1.5,1-4.1.7-5.5-.3-1.1-2.7-2.9-3.5-3.9-.4-.6-.4-1.1.3-1.5h0ZM10.5,18.7c.1,0,.1,0,.2.1.3.2,1.3,1.3,1.3,1.6,0,.2,0,.3,0,.5-.1,1.4-.7,3.2-.7,4.5,0,1.3,1.1,2.3,2.3,2.1,1.1-.1,3.2-1.8,4.4-2.3.5-.2.7,0,1.2.3.9.5,3.2,2,4.1,2.1,1.5.1,2.3-1.1,2.2-2.5-.1-1.5-.6-3.1-.7-4.6,0-.6,1.1-1.3,1.4-1.7l13.3,2.9c.8.3,1.3,1.1,1.2,2l-2.9,14-29.9-6.3,2.6-12.6h0ZM35.3,41.7l-26.5-5.6c-.6-.2-1.1-.6-1.4-1.2-.3-.9,0-1.5.2-2.4l29.8,6.3h.1c-.2,1.5-.6,2.9-2.3,2.8h0Z'/%3e%3cpath class='st1' d='M38.5,25c0-.9-.6-1.6-1.5-1.9-.9-.3-3-.7-3.9-.8-.2,0-.5,0-.7,0-.4,0-1,.4-1.2.8-.2.4-.8,3-.9,3.5,0,.9.6,1.6,1.4,1.9.7.2,3.9.9,4.5.9.8,0,1.4-.6,1.7-1.3.2-.5.6-2.5.6-3.1h0ZM37.1,25.3c0,.5-.3,1.7-.5,2.2-.1.4-.3.6-.7.6-1.2,0-2.6-.7-3.8-.8-.3-.1-.5-.4-.5-.7,0-.4.3-1.4.4-1.9,0-.3.2-1.1.5-1.2.1,0,.3,0,.4,0,.8,0,2.8.5,3.6.8.6.2.6.4.6,1h0Z'/%3e%3cpath class='st1' d='M36,31.4c-3.5-.9-7.3-1.4-10.8-2.3-.8,0-1,1-.2,1.3l11.2,2.4c.6,0,1-.6.6-1.1-.2-.2-.6-.2-.8-.3h0Z'/%3e%3cpath class='st1' d='M36,34l-5.9-1.2c-.7.3-.7,1,0,1.3,1.7.6,3.8.7,5.6,1.2.8,0,1.1-.9.3-1.2Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M37.3,42.3c.5-.4.8-.9,1.1-1.5l3.6-17v-.9c-.1-1.1-1-2.2-2.1-2.5l-12.6-2.7c.9-.9,1.7-1.8,1.2-3.2-.7-1.8-4.1-1.4-5.7-1.9-.3,0-.4-.2-.6-.5-.7-1.1-1.2-2.8-1.8-3.9-.6-1.1-1.8-1.6-3-.9-.8.5-1.8,3.2-2.3,4.2-.2.5-.3.9-.9,1.1-2,.6-6.3,0-5.9,3.1.1.8.7,1.2,1.2,1.8l-.7,3.3-1.1,5.2h0s-1.6,7.9-1.6,7.9c0,1.5.9,2.8,2.3,3.3l2.8.6,24.4,5.1s.7,0,1.4-.4c0,0,0,0,0,0,0,0,.3-.2.4-.3h0ZM10,14.6c1.3-.4,4.3-.3,5.3-1.1,1-.8,1.7-3.7,2.5-4.8.1-.1.2-.3.4-.3.3,0,.6,0,.8.3.8,1.3,1.3,3.1,2.1,4.3.3.5.8.8,1.4,1,1.4.3,3,.3,4.3.7.6.3.7.8.3,1.3-.8,1.1-2.3,2.2-3.2,3.3-1.1,1.4.3,4.4.3,6.2,0,.6-.5,1-1,.8-1.3-.5-3.5-2.3-4.8-2.4-.3,0-.5,0-.8.2-1.3.5-2.7,1.7-4,2.2-.6.2-1-.2-1.1-.8,0-1.5,1-4.1.7-5.5-.3-1.1-2.7-2.9-3.5-3.9-.4-.6-.4-1.1.3-1.5h0ZM10.5,18.7c.1,0,.1,0,.2.1.3.2,1.3,1.3,1.3,1.6,0,.2,0,.3,0,.5-.1,1.4-.7,3.2-.7,4.5,0,1.3,1.1,2.3,2.3,2.1,1.1-.1,3.2-1.8,4.4-2.3.5-.2.7,0,1.2.3.9.5,3.2,2,4.1,2.1,1.5.1,2.3-1.1,2.2-2.5-.1-1.5-.6-3.1-.7-4.6,0-.6,1.1-1.3,1.4-1.7l13.3,2.9c.8.3,1.3,1.1,1.2,2l-2.9,14-29.9-6.3,2.6-12.6h0ZM35.3,41.7l-26.5-5.6c-.6-.2-1.1-.6-1.4-1.2-.3-.9,0-1.5.2-2.4l29.8,6.3h.1c-.2,1.5-.6,2.9-2.3,2.8h0Z'/%3e%3cpath class='st1' d='M38.5,25c0-.9-.6-1.6-1.5-1.9-.9-.3-3-.7-3.9-.8-.2,0-.5,0-.7,0-.4,0-1,.4-1.2.8-.2.4-.8,3-.9,3.5,0,.9.6,1.6,1.4,1.9.7.2,3.9.9,4.5.9.8,0,1.4-.6,1.7-1.3.2-.5.6-2.5.6-3.1h0ZM37.1,25.3c0,.5-.3,1.7-.5,2.2-.1.4-.3.6-.7.6-1.2,0-2.6-.7-3.8-.8-.3-.1-.5-.4-.5-.7,0-.4.3-1.4.4-1.9,0-.3.2-1.1.5-1.2.1,0,.3,0,.4,0,.8,0,2.8.5,3.6.8.6.2.6.4.6,1h0Z'/%3e%3cpath class='st1' d='M36,31.4c-3.5-.9-7.3-1.4-10.8-2.3-.8,0-1,1-.2,1.3l11.2,2.4c.6,0,1-.6.6-1.1-.2-.2-.6-.2-.8-.3h0Z'/%3e%3cpath class='st1' d='M36,34l-5.9-1.2c-.7.3-.7,1,0,1.3,1.7.6,3.8.7,5.6,1.2.8,0,1.1-.9.3-1.2Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-starrewardactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M37.3,42.3c.5-.4.8-.9,1.1-1.5l3.6-17v-.9c-.1-1.1-1-2.2-2.1-2.5l-12.6-2.7c.9-.9,1.7-1.8,1.2-3.2-.7-1.8-4.1-1.4-5.7-1.9-.3,0-.4-.2-.6-.5-.7-1.1-1.2-2.8-1.8-3.9-.6-1.1-1.8-1.6-3-.9-.8.5-1.8,3.2-2.3,4.2-.2.5-.3.9-.9,1.1-2,.6-6.3,0-5.9,3.1.1.8.7,1.2,1.2,1.8l-.7,3.3-1.1,5.2h0s-1.6,7.9-1.6,7.9c0,1.5.9,2.8,2.3,3.3l2.8.6,24.4,5.1s.7,0,1.4-.4c0,0,0,0,0,0,0,0,.3-.2.4-.3h0ZM10.5,18.7c.1,0,.1,0,.2.1.3.2,1.3,1.3,1.3,1.6,0,.2,0,.3,0,.5-.1,1.4-.7,3.2-.7,4.5,0,1.3,1.1,2.3,2.3,2.1,1.1-.1,3.2-1.8,4.4-2.3.5-.2.7,0,1.2.3.9.5,3.2,2,4.1,2.1,1.5.1,2.3-1.1,2.2-2.5-.1-1.5-.6-3.1-.7-4.6,0-.6,1.1-1.3,1.4-1.7l13.3,2.9c.8.3,1.3,1.1,1.2,2l-2.9,14-29.9-6.3,2.6-12.6h0ZM35.3,41.7l-26.5-5.6c-.6-.2-1.1-.6-1.4-1.2-.3-.9,0-1.5.2-2.4l29.8,6.3h.1c-.2,1.5-.6,2.9-2.3,2.8h0Z'/%3e%3cpath class='st1' d='M38.5,25c0-.9-.6-1.6-1.5-1.9-.9-.3-3-.7-3.9-.8-.2,0-.5,0-.7,0-.4,0-1,.4-1.2.8-.2.4-.8,3-.9,3.5,0,.9.6,1.6,1.4,1.9.7.2,3.9.9,4.5.9.8,0,1.4-.6,1.7-1.3.2-.5.6-2.5.6-3.1h0ZM37.1,25.3c0,.5-.3,1.7-.5,2.2-.1.4-.3.6-.7.6-1.2,0-2.6-.7-3.8-.8-.3-.1-.5-.4-.5-.7,0-.4.3-1.4.4-1.9,0-.3.2-1.1.5-1.2.1,0,.3,0,.4,0,.8,0,2.8.5,3.6.8.6.2.6.4.6,1h0Z'/%3e%3cpath class='st1' d='M36,31.4c-3.5-.9-7.3-1.4-10.8-2.3-.8,0-1,1-.2,1.3l11.2,2.4c.6,0,1-.6.6-1.1-.2-.2-.6-.2-.8-.3h0Z'/%3e%3cpath class='st1' d='M36,34l-5.9-1.2c-.7.3-.7,1,0,1.3,1.7.6,3.8.7,5.6,1.2.8,0,1.1-.9.3-1.2Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='36' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M37.3,42.3c.5-.4.8-.9,1.1-1.5l3.6-17v-.9c-.1-1.1-1-2.2-2.1-2.5l-12.6-2.7c.9-.9,1.7-1.8,1.2-3.2-.7-1.8-4.1-1.4-5.7-1.9-.3,0-.4-.2-.6-.5-.7-1.1-1.2-2.8-1.8-3.9-.6-1.1-1.8-1.6-3-.9-.8.5-1.8,3.2-2.3,4.2-.2.5-.3.9-.9,1.1-2,.6-6.3,0-5.9,3.1.1.8.7,1.2,1.2,1.8l-.7,3.3-1.1,5.2h0s-1.6,7.9-1.6,7.9c0,1.5.9,2.8,2.3,3.3l2.8.6,24.4,5.1s.7,0,1.4-.4c0,0,0,0,0,0,0,0,.3-.2.4-.3h0ZM10.5,18.7c.1,0,.1,0,.2.1.3.2,1.3,1.3,1.3,1.6,0,.2,0,.3,0,.5-.1,1.4-.7,3.2-.7,4.5,0,1.3,1.1,2.3,2.3,2.1,1.1-.1,3.2-1.8,4.4-2.3.5-.2.7,0,1.2.3.9.5,3.2,2,4.1,2.1,1.5.1,2.3-1.1,2.2-2.5-.1-1.5-.6-3.1-.7-4.6,0-.6,1.1-1.3,1.4-1.7l13.3,2.9c.8.3,1.3,1.1,1.2,2l-2.9,14-29.9-6.3,2.6-12.6h0ZM35.3,41.7l-26.5-5.6c-.6-.2-1.1-.6-1.4-1.2-.3-.9,0-1.5.2-2.4l29.8,6.3h.1c-.2,1.5-.6,2.9-2.3,2.8h0Z'/%3e%3cpath class='st1' d='M38.5,25c0-.9-.6-1.6-1.5-1.9-.9-.3-3-.7-3.9-.8-.2,0-.5,0-.7,0-.4,0-1,.4-1.2.8-.2.4-.8,3-.9,3.5,0,.9.6,1.6,1.4,1.9.7.2,3.9.9,4.5.9.8,0,1.4-.6,1.7-1.3.2-.5.6-2.5.6-3.1h0ZM37.1,25.3c0,.5-.3,1.7-.5,2.2-.1.4-.3.6-.7.6-1.2,0-2.6-.7-3.8-.8-.3-.1-.5-.4-.5-.7,0-.4.3-1.4.4-1.9,0-.3.2-1.1.5-1.2.1,0,.3,0,.4,0,.8,0,2.8.5,3.6.8.6.2.6.4.6,1h0Z'/%3e%3cpath class='st1' d='M36,31.4c-3.5-.9-7.3-1.4-10.8-2.3-.8,0-1,1-.2,1.3l11.2,2.4c.6,0,1-.6.6-1.1-.2-.2-.6-.2-.8-.3h0Z'/%3e%3cpath class='st1' d='M36,34l-5.9-1.2c-.7.3-.7,1,0,1.3,1.7.6,3.8.7,5.6,1.2.8,0,1.1-.9.3-1.2Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-starspin {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='4' y='7' width='41' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M44.9,24.4c-.3-4.2-3-8-6.8-9.8,1-1,.5-2.4-.9-2.5-2.7-.2-5.7.2-8.4,0-1,0-1.5.9-1.3,1.8,0,.3.3.5.4.8-6.9,3.2-9,12-4.3,18,.6.8,1.4,1.5,2.1,2.1,0,.1-1,1.6-1.1,2-.2.9.3,1.6,1.1,1.8h14.5c.8-.2,1.3-1,1.1-1.8,0-.3-1.1-1.9-1.1-2,2.2-1.8,3.9-4.2,4.5-7l.3-1.6v-1.7h0c0,0,0,0,0,0ZM28.8,13h8.4c.4,0,.6.5.3.8-1.4,1.4-2.6,3.1-3.9,4.5-.5.5-.6.5-1.1,0-1.4-1.4-2.6-3.1-3.9-4.5-.2-.3,0-.7.2-.8h0ZM30.3,23.4c-.3.4-.6.9-.6,1.5h-4.8c0-1.8.8-3.5,2-4.9l3.4,3.4h0ZM27.6,19.3c.8-.8,1.9-1.4,3-1.7.7.6,1.1,1.5,1.9,1.9v2.5c-.5,0-1,.3-1.5.6l-3.4-3.3ZM29.6,25.9c.2.3.2.6.3.9,0,.1.4.6.3.6l-3.4,3.3c-.9-1-1.6-2.2-1.8-3.5-.1-.5-.1-.9-.2-1.4h4.8,0ZM31.1,28.1c.4.3.9.5,1.5.6v4.8c-1.8-.1-3.6-.8-4.9-2l3.4-3.3ZM32.7,23c3.3-.4,3.6,4.5.5,4.7-3.1.2-3.4-4.4-.5-4.7ZM33.5,28.6c.6,0,1.1-.3,1.5-.6l3.4,3.4c-1.3,1.2-3.1,1.9-4.9,2v-4.8ZM35.7,27.3c.3-.4.5-.9.6-1.5h4.8c-.1,1.8-.8,3.6-2.1,4.9l-3.4-3.4ZM36.4,24.9c0-.2-.1-.5-.2-.7,0-.2-.4-.7-.4-.8l3.4-3.3c1.2,1.4,1.9,3.1,2,4.9h-4.8,0ZM35.1,22.7c-.5-.2-1-.5-1.6-.6v-2.5c.8-.4,1.2-1.3,1.9-1.9,1.1.3,2.1.9,3,1.7l-3.3,3.3h0ZM22.5,28.4c-1.5-5.3,1.1-10.9,6.1-13,.2,0,1.1,1.2,1.3,1.5-.8.4-1.5.7-2.2,1.2-4.8,3.4-5,10.5-.5,14.2l-.9,1.7c-1.8-1.3-3.2-3.4-3.9-5.6h0ZM40.5,37.1c.2,1-1.7.6-2.2.7h-10.5c-.6-.1-2.5.4-2.1-.7l2.4-4.1c.5.2.9.5,1.4.7,2.4,1,5.1,1,7.4,0,.4-.2.8-.5,1.3-.7l2.4,4.2h0ZM40.2,33.7c0,0-.4.4-.5.3l-.9-1.6c2.7-2.3,3.9-5.9,2.9-9.4-.7-2.3-2.3-4.4-4.5-5.5-.4-.2-.8-.3-1.2-.6.2-.2,1.2-1.4,1.3-1.5.1,0,1.1.6,1.3.7,6.3,3.9,7,12.8,1.4,17.6h0Z'/%3e%3cpath class='st1' d='M34,39.4c0,.3,0,.6.1.9-.2,1-.9,1.4-1.9,1-1.2-.5-2.4-1.2-3.6-1.9h-3.1c-1.1-.3-1.8-1.4-1.7-2.5-.8-.3-1.3-.2-2.2,0-2.7,1.1-5.5,3.1-8.2,4.3-.9.4-1.8,0-1.8-1l1.6-9.3c0-.7,0-1.2-.4-1.8-2-2.5-5.1-4.6-7.1-7-.5-.7-.4-1.6.5-1.9,3.1-.7,6.3-.8,9.4-1.4,1-.2,1.6-.6,2.1-1.5,1.5-2.6,2.6-5.6,4-8.2.2-.4.6-.7,1-.7.5,0,1,.3,1.2.7.9,1.7,1.7,3.5,2.6,5.3,0,0,.2-.1.3-.2,0,0,0-.2-.1-.3-.2-.7,0-1.3.3-1.8,0,0,0,0,0,0-.4-1-.9-1.9-1.3-2.8-.5-.9-.8-1.7-1.8-2.1-1.4-.5-2.7,0-3.4,1.2-1.5,2.5-2.6,5.7-4.1,8.2-.3.5-.4.7-1.1.8-2.9.6-6.1.7-9.1,1.3-2.1.4-3.1,2.7-1.7,4.4,1.6,2,4.2,3.9,6,5.8.5.5,1.2,1,1.2,1.8l-1.6,9.2c-.2,2.3,1.8,3.7,4,2.8,2.5-1.1,5-2.7,7.5-3.9.4-.2.8-.5,1.2-.5.4,0,.9.3,1.3.5,2.1,1,4.1,2.2,6.1,3.2,1.2.6,2.3,1.4,3.7.8.8-.4,1.4-1.2,1.6-2,0-.4,0-.9-.1-1.3h-1.5,0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='4' y='7' width='41' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M44.9,24.4c-.3-4.2-3-8-6.8-9.8,1-1,.5-2.4-.9-2.5-2.7-.2-5.7.2-8.4,0-1,0-1.5.9-1.3,1.8,0,.3.3.5.4.8-6.9,3.2-9,12-4.3,18,.6.8,1.4,1.5,2.1,2.1,0,.1-1,1.6-1.1,2-.2.9.3,1.6,1.1,1.8h14.5c.8-.2,1.3-1,1.1-1.8,0-.3-1.1-1.9-1.1-2,2.2-1.8,3.9-4.2,4.5-7l.3-1.6v-1.7h0c0,0,0,0,0,0ZM28.8,13h8.4c.4,0,.6.5.3.8-1.4,1.4-2.6,3.1-3.9,4.5-.5.5-.6.5-1.1,0-1.4-1.4-2.6-3.1-3.9-4.5-.2-.3,0-.7.2-.8h0ZM30.3,23.4c-.3.4-.6.9-.6,1.5h-4.8c0-1.8.8-3.5,2-4.9l3.4,3.4h0ZM27.6,19.3c.8-.8,1.9-1.4,3-1.7.7.6,1.1,1.5,1.9,1.9v2.5c-.5,0-1,.3-1.5.6l-3.4-3.3ZM29.6,25.9c.2.3.2.6.3.9,0,.1.4.6.3.6l-3.4,3.3c-.9-1-1.6-2.2-1.8-3.5-.1-.5-.1-.9-.2-1.4h4.8,0ZM31.1,28.1c.4.3.9.5,1.5.6v4.8c-1.8-.1-3.6-.8-4.9-2l3.4-3.3ZM32.7,23c3.3-.4,3.6,4.5.5,4.7-3.1.2-3.4-4.4-.5-4.7ZM33.5,28.6c.6,0,1.1-.3,1.5-.6l3.4,3.4c-1.3,1.2-3.1,1.9-4.9,2v-4.8ZM35.7,27.3c.3-.4.5-.9.6-1.5h4.8c-.1,1.8-.8,3.6-2.1,4.9l-3.4-3.4ZM36.4,24.9c0-.2-.1-.5-.2-.7,0-.2-.4-.7-.4-.8l3.4-3.3c1.2,1.4,1.9,3.1,2,4.9h-4.8,0ZM35.1,22.7c-.5-.2-1-.5-1.6-.6v-2.5c.8-.4,1.2-1.3,1.9-1.9,1.1.3,2.1.9,3,1.7l-3.3,3.3h0ZM22.5,28.4c-1.5-5.3,1.1-10.9,6.1-13,.2,0,1.1,1.2,1.3,1.5-.8.4-1.5.7-2.2,1.2-4.8,3.4-5,10.5-.5,14.2l-.9,1.7c-1.8-1.3-3.2-3.4-3.9-5.6h0ZM40.5,37.1c.2,1-1.7.6-2.2.7h-10.5c-.6-.1-2.5.4-2.1-.7l2.4-4.1c.5.2.9.5,1.4.7,2.4,1,5.1,1,7.4,0,.4-.2.8-.5,1.3-.7l2.4,4.2h0ZM40.2,33.7c0,0-.4.4-.5.3l-.9-1.6c2.7-2.3,3.9-5.9,2.9-9.4-.7-2.3-2.3-4.4-4.5-5.5-.4-.2-.8-.3-1.2-.6.2-.2,1.2-1.4,1.3-1.5.1,0,1.1.6,1.3.7,6.3,3.9,7,12.8,1.4,17.6h0Z'/%3e%3cpath class='st1' d='M34,39.4c0,.3,0,.6.1.9-.2,1-.9,1.4-1.9,1-1.2-.5-2.4-1.2-3.6-1.9h-3.1c-1.1-.3-1.8-1.4-1.7-2.5-.8-.3-1.3-.2-2.2,0-2.7,1.1-5.5,3.1-8.2,4.3-.9.4-1.8,0-1.8-1l1.6-9.3c0-.7,0-1.2-.4-1.8-2-2.5-5.1-4.6-7.1-7-.5-.7-.4-1.6.5-1.9,3.1-.7,6.3-.8,9.4-1.4,1-.2,1.6-.6,2.1-1.5,1.5-2.6,2.6-5.6,4-8.2.2-.4.6-.7,1-.7.5,0,1,.3,1.2.7.9,1.7,1.7,3.5,2.6,5.3,0,0,.2-.1.3-.2,0,0,0-.2-.1-.3-.2-.7,0-1.3.3-1.8,0,0,0,0,0,0-.4-1-.9-1.9-1.3-2.8-.5-.9-.8-1.7-1.8-2.1-1.4-.5-2.7,0-3.4,1.2-1.5,2.5-2.6,5.7-4.1,8.2-.3.5-.4.7-1.1.8-2.9.6-6.1.7-9.1,1.3-2.1.4-3.1,2.7-1.7,4.4,1.6,2,4.2,3.9,6,5.8.5.5,1.2,1,1.2,1.8l-1.6,9.2c-.2,2.3,1.8,3.7,4,2.8,2.5-1.1,5-2.7,7.5-3.9.4-.2.8-.5,1.2-.5.4,0,.9.3,1.3.5,2.1,1,4.1,2.2,6.1,3.2,1.2.6,2.3,1.4,3.7.8.8-.4,1.4-1.2,1.6-2,0-.4,0-.9-.1-1.3h-1.5,0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-starspinactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='4' y='7' width='41' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M44.9,24.4c-.3-4.2-3-8-6.8-9.8,1-1,.5-2.4-.9-2.5-2.7-.2-5.7.2-8.4,0-.6,0-1.1.4-1.3.9-.6-1.2-1.1-2.5-1.7-3.6-.5-.9-.8-1.7-1.8-2.1-1.4-.5-2.7,0-3.4,1.2-1.5,2.5-2.6,5.7-4.1,8.2-.3.5-.4.7-1.1.8-2.9.6-6.1.7-9.1,1.3-2.1.4-3.1,2.7-1.7,4.4,1.6,2,4.2,3.9,6,5.8.5.5,1.2,1,1.2,1.8l-1.6,9.2c-.2,2.3,1.8,3.7,4,2.8,2.5-1.1,5-2.7,7.5-3.9.4-.2.8-.5,1.2-.5.4,0,.9.3,1.3.5,2.1,1,4.1,2.2,6.1,3.2,1.2.6,2.3,1.4,3.7.8.8-.4,1.4-1.2,1.6-2,0-.7-.1-1.4-.2-2.1h4.9c.8-.2,1.3-1,1.1-1.8,0-.3-1.1-1.9-1.1-2,2.2-1.8,3.9-4.2,4.5-7l.3-1.6v-1.7h0ZM28.8,13h8.4c.4,0,.6.5.3.8-1.4,1.4-2.6,3.1-3.9,4.5-.5.5-.6.5-1.1,0-1.4-1.4-2.6-3.1-3.9-4.5-.2-.3,0-.7.2-.8h0ZM27.6,19.3c.8-.8,1.9-1.4,3-1.7.7.6,1.1,1.5,1.9,1.9v2.5c-.5,0-1,.3-1.5.6l-3.4-3.3ZM30.3,23.4c-.3.4-.6.9-.6,1.5h-4.8c0-1.8.8-3.5,2-4.9l3.4,3.4h0ZM27.7,18.1c-4.8,3.4-5,10.5-.5,14.2l-.9,1.7c-1.8-1.3-3.2-3.4-3.9-5.6-1.5-5.3,1.1-10.9,6.1-13,.2,0,1.1,1.2,1.3,1.5-.8.4-1.5.7-2.2,1.2h0ZM27,30.7c-.9-1-1.6-2.2-1.8-3.5-.1-.5-.1-.9-.2-1.4h4.8c.2.3.2.6.3.9,0,.1.4.6.3.6l-3.4,3.3h0ZM31.1,28.1c.4.3.9.5,1.5.6v4.8c-1.8-.1-3.6-.8-4.9-2l3.4-3.3ZM32.7,23c3.3-.4,3.6,4.5.5,4.7-3.1.2-3.4-4.4-.5-4.7ZM33.5,28.6c.6,0,1.1-.3,1.5-.6l3.4,3.4c-1.3,1.2-3.1,1.9-4.9,2v-4.8ZM35.7,27.3c.3-.4.5-.9.6-1.5h4.8c-.1,1.8-.8,3.6-2.1,4.9l-3.4-3.4ZM36.4,24.9c0-.2-.1-.5-.2-.7,0-.2-.4-.7-.4-.8l3.4-3.3c1.2,1.4,1.9,3.1,2,4.9h-4.8,0ZM35.1,22.7c-.5-.2-1-.5-1.6-.6v-2.5c.8-.4,1.2-1.3,1.9-1.9,1.1.3,2.1.9,3,1.7l-3.3,3.3h0ZM24.6,37.4h0s0,0,0,0ZM40.5,37.1c.2,1-1.7.6-2.2.7h-10.5c-.6-.1-2.5.4-2.1-.7l2.4-4.1c.5.2.9.5,1.4.7,2.4,1,5.1,1,7.4,0,.4-.2.8-.5,1.3-.7l2.4,4.2h0ZM40.2,33.7c0,0-.4.4-.5.3l-.9-1.6c2.7-2.3,3.9-5.9,2.9-9.4-.7-2.3-2.3-4.4-4.5-5.5-.4-.2-.8-.3-1.2-.6.2-.2,1.2-1.5,1.3-1.5.1,0,1.1.6,1.3.7,6.3,3.9,7,12.8,1.4,17.6h0Z'/%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='4' y='7' width='41' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M44.9,24.4c-.3-4.2-3-8-6.8-9.8,1-1,.5-2.4-.9-2.5-2.7-.2-5.7.2-8.4,0-.6,0-1.1.4-1.3.9-.6-1.2-1.1-2.5-1.7-3.6-.5-.9-.8-1.7-1.8-2.1-1.4-.5-2.7,0-3.4,1.2-1.5,2.5-2.6,5.7-4.1,8.2-.3.5-.4.7-1.1.8-2.9.6-6.1.7-9.1,1.3-2.1.4-3.1,2.7-1.7,4.4,1.6,2,4.2,3.9,6,5.8.5.5,1.2,1,1.2,1.8l-1.6,9.2c-.2,2.3,1.8,3.7,4,2.8,2.5-1.1,5-2.7,7.5-3.9.4-.2.8-.5,1.2-.5.4,0,.9.3,1.3.5,2.1,1,4.1,2.2,6.1,3.2,1.2.6,2.3,1.4,3.7.8.8-.4,1.4-1.2,1.6-2,0-.7-.1-1.4-.2-2.1h4.9c.8-.2,1.3-1,1.1-1.8,0-.3-1.1-1.9-1.1-2,2.2-1.8,3.9-4.2,4.5-7l.3-1.6v-1.7h0ZM28.8,13h8.4c.4,0,.6.5.3.8-1.4,1.4-2.6,3.1-3.9,4.5-.5.5-.6.5-1.1,0-1.4-1.4-2.6-3.1-3.9-4.5-.2-.3,0-.7.2-.8h0ZM27.6,19.3c.8-.8,1.9-1.4,3-1.7.7.6,1.1,1.5,1.9,1.9v2.5c-.5,0-1,.3-1.5.6l-3.4-3.3ZM30.3,23.4c-.3.4-.6.9-.6,1.5h-4.8c0-1.8.8-3.5,2-4.9l3.4,3.4h0ZM27.7,18.1c-4.8,3.4-5,10.5-.5,14.2l-.9,1.7c-1.8-1.3-3.2-3.4-3.9-5.6-1.5-5.3,1.1-10.9,6.1-13,.2,0,1.1,1.2,1.3,1.5-.8.4-1.5.7-2.2,1.2h0ZM27,30.7c-.9-1-1.6-2.2-1.8-3.5-.1-.5-.1-.9-.2-1.4h4.8c.2.3.2.6.3.9,0,.1.4.6.3.6l-3.4,3.3h0ZM31.1,28.1c.4.3.9.5,1.5.6v4.8c-1.8-.1-3.6-.8-4.9-2l3.4-3.3ZM32.7,23c3.3-.4,3.6,4.5.5,4.7-3.1.2-3.4-4.4-.5-4.7ZM33.5,28.6c.6,0,1.1-.3,1.5-.6l3.4,3.4c-1.3,1.2-3.1,1.9-4.9,2v-4.8ZM35.7,27.3c.3-.4.5-.9.6-1.5h4.8c-.1,1.8-.8,3.6-2.1,4.9l-3.4-3.4ZM36.4,24.9c0-.2-.1-.5-.2-.7,0-.2-.4-.7-.4-.8l3.4-3.3c1.2,1.4,1.9,3.1,2,4.9h-4.8,0ZM35.1,22.7c-.5-.2-1-.5-1.6-.6v-2.5c.8-.4,1.2-1.3,1.9-1.9,1.1.3,2.1.9,3,1.7l-3.3,3.3h0ZM24.6,37.4h0s0,0,0,0ZM40.5,37.1c.2,1-1.7.6-2.2.7h-10.5c-.6-.1-2.5.4-2.1-.7l2.4-4.1c.5.2.9.5,1.4.7,2.4,1,5.1,1,7.4,0,.4-.2.8-.5,1.3-.7l2.4,4.2h0ZM40.2,33.7c0,0-.4.4-.5.3l-.9-1.6c2.7-2.3,3.9-5.9,2.9-9.4-.7-2.3-2.3-4.4-4.5-5.5-.4-.2-.8-.3-1.2-.6.2-.2,1.2-1.5,1.3-1.5.1,0,1.1.6,1.3.7,6.3,3.9,7,12.8,1.4,17.6h0Z'/%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-special {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M14.1,43h-.6c-.6-.2-1.1-.6-1.2-1.2-.3-1.6-.2-3.7-.3-5.3,0-.3-.1-.7-.1-1.1l-5.4-3.4c-.8-.7-.7-1.8.1-2.4l6-2.3,1.6-6.3c.5-.9,1.7-1.1,2.5-.4l3.9,4.9,6.3-.4c1,.1,1.5.8,1.4,1.8,0,.3-.2.5-.4.8-1,1.7-2.2,3.2-3.2,4.9l2.4,5.9c.2,1.2-.6,2.1-1.8,1.9l-6-1.7c-1.5,1.1-2.8,2.5-4.3,3.7-.3.3-.6.5-1,.6h0ZM25.8,39c0-.1,0-.2,0-.3-.5-1.7-1.7-3.7-2.2-5.4-.2-.7-.3-.9,0-1.5.8-1.6,2.4-3.3,3.2-5,0,0,.1-.2,0-.3,0-.1-.1,0-.2,0-1.9,0-3.9.4-5.8.4-.7,0-1-.2-1.5-.7-1.2-1.3-2.3-3-3.5-4.4-.1-.1-.2-.2-.4-.4-.1,0-.2.2-.2.4-.6,1.8-.8,4-1.4,5.8-.1.4-.4.7-.7.9l-5.9,2.2v.2c0,0,5.4,3.4,5.4,3.4.3.2.5.6.5,1,.2,2,0,4.1.3,6.1,0,.5.4,0,.7-.2,1.3-1,2.8-2.7,4.1-3.6.4-.2.8-.4,1.2-.3l6.1,1.6h0Z'/%3e%3cpath class='st1' d='M43,22.2v.5c-.1.3-.4.5-.6.8l-3.2,2.4v4.6c-.2.8-1.1,1.3-1.8.7l-3.3-2.4c-1.5.4-2.9,1.2-4.4,1.5-.7,0-1.2-.7-1-1.4l1.3-4.2v-.2c-.7-1.1-1.9-2.2-2.5-3.3-.4-.7-.1-1.6.7-1.8.8-.1,2.2,0,3.1,0,.4,0,.8,0,1.3,0l2.4-3.6c.5-.6,1.5-.5,1.9.2l1.3,4.2,4.1,1.3c.4.1.5.5.7.8h0ZM36,16.4c-.2,0-.1,0-.1,0-.8,1-1.4,2.4-2.3,3.4-.5.7-1,.4-1.8.5-.2,0-.3,0-.5,0-.9,0-1.9,0-2.8,0l2.5,3.5c.3.5.3.6.1,1.2-.3,1.3-.9,2.6-1.3,3.9l3.8-1.4c.6-.2.8-.1,1.3.2,1,.6,2,1.6,2.9,2.2,0,0,.1.1.3.1,0-.3,0-.6,0-.8,0-1,0-2.6,0-3.6,0-.3.1-.5.4-.7l3.4-2.6c0,0-.1,0-.2-.1-1.2-.4-2.6-.7-3.7-1.2-.5-.2-.6-.5-.8-1-.4-1.2-.7-2.5-1.1-3.7h0Z'/%3e%3cpath class='st1' d='M35.8,12h-.5c-1.1,0-1.2-2.3,0-1.9.4.1.9,1.5.4,1.9Z'/%3e%3cpath class='st1' d='M18,17.1c-.1-.1-.2-.4-.2-.6-.1-.7,0-1.6-.2-2.3,0,0,0-.2,0-.3l-2.4-1.4c-.4-.4-.3-.9,0-1.2l2.5-1.1.5-2.7c.2-.5.8-.6,1.2-.3l1.8,2.1,2.7-.3c.5,0,.8.6.6,1l-1.4,2.4,1.1,2.4c.2.7-.2,1.1-.9,1.1-.8-.1-1.7-.5-2.5-.6-.6.5-1.1,1.2-1.7,1.6-.4.3-.8.5-1.2,0h0ZM23.8,9.8l-2.6.3c-.3,0-.5-.2-.7-.4-.5-.6-1-1.3-1.5-1.8,0,0,0,0,0,.2-.2.7-.2,1.7-.5,2.4-.1.3-.3.4-.6.6-.7.3-1.5.6-2.2.9.7.5,1.4.8,2.1,1.3.5.3.5.4.5.9l.2,2.4s.2,0,.2-.1c.6-.5,1.1-1.2,1.7-1.6.3-.2.5-.2.8-.1.8.2,1.6.4,2.3.6l-1.1-2.5c0-.2,0-.4,0-.6l1.3-2.3h0Z'/%3e%3cpath class='st1' d='M33.3,33.5c.8-.1.9.8.8,1.4-.1.9-1.3.8-1.4,0,0-.5-.1-1.4.5-1.5Z'/%3e%3cpath class='st1' d='M9.9,15.2c.4,0,.8,0,.9.4,0,.4.1,1.4-.4,1.5-1.2.3-1.1-1.8-.4-2Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M14.1,43h-.6c-.6-.2-1.1-.6-1.2-1.2-.3-1.6-.2-3.7-.3-5.3,0-.3-.1-.7-.1-1.1l-5.4-3.4c-.8-.7-.7-1.8.1-2.4l6-2.3,1.6-6.3c.5-.9,1.7-1.1,2.5-.4l3.9,4.9,6.3-.4c1,.1,1.5.8,1.4,1.8,0,.3-.2.5-.4.8-1,1.7-2.2,3.2-3.2,4.9l2.4,5.9c.2,1.2-.6,2.1-1.8,1.9l-6-1.7c-1.5,1.1-2.8,2.5-4.3,3.7-.3.3-.6.5-1,.6h0ZM25.8,39c0-.1,0-.2,0-.3-.5-1.7-1.7-3.7-2.2-5.4-.2-.7-.3-.9,0-1.5.8-1.6,2.4-3.3,3.2-5,0,0,.1-.2,0-.3,0-.1-.1,0-.2,0-1.9,0-3.9.4-5.8.4-.7,0-1-.2-1.5-.7-1.2-1.3-2.3-3-3.5-4.4-.1-.1-.2-.2-.4-.4-.1,0-.2.2-.2.4-.6,1.8-.8,4-1.4,5.8-.1.4-.4.7-.7.9l-5.9,2.2v.2c0,0,5.4,3.4,5.4,3.4.3.2.5.6.5,1,.2,2,0,4.1.3,6.1,0,.5.4,0,.7-.2,1.3-1,2.8-2.7,4.1-3.6.4-.2.8-.4,1.2-.3l6.1,1.6h0Z'/%3e%3cpath class='st1' d='M43,22.2v.5c-.1.3-.4.5-.6.8l-3.2,2.4v4.6c-.2.8-1.1,1.3-1.8.7l-3.3-2.4c-1.5.4-2.9,1.2-4.4,1.5-.7,0-1.2-.7-1-1.4l1.3-4.2v-.2c-.7-1.1-1.9-2.2-2.5-3.3-.4-.7-.1-1.6.7-1.8.8-.1,2.2,0,3.1,0,.4,0,.8,0,1.3,0l2.4-3.6c.5-.6,1.5-.5,1.9.2l1.3,4.2,4.1,1.3c.4.1.5.5.7.8h0ZM36,16.4c-.2,0-.1,0-.1,0-.8,1-1.4,2.4-2.3,3.4-.5.7-1,.4-1.8.5-.2,0-.3,0-.5,0-.9,0-1.9,0-2.8,0l2.5,3.5c.3.5.3.6.1,1.2-.3,1.3-.9,2.6-1.3,3.9l3.8-1.4c.6-.2.8-.1,1.3.2,1,.6,2,1.6,2.9,2.2,0,0,.1.1.3.1,0-.3,0-.6,0-.8,0-1,0-2.6,0-3.6,0-.3.1-.5.4-.7l3.4-2.6c0,0-.1,0-.2-.1-1.2-.4-2.6-.7-3.7-1.2-.5-.2-.6-.5-.8-1-.4-1.2-.7-2.5-1.1-3.7h0Z'/%3e%3cpath class='st1' d='M35.8,12h-.5c-1.1,0-1.2-2.3,0-1.9.4.1.9,1.5.4,1.9Z'/%3e%3cpath class='st1' d='M18,17.1c-.1-.1-.2-.4-.2-.6-.1-.7,0-1.6-.2-2.3,0,0,0-.2,0-.3l-2.4-1.4c-.4-.4-.3-.9,0-1.2l2.5-1.1.5-2.7c.2-.5.8-.6,1.2-.3l1.8,2.1,2.7-.3c.5,0,.8.6.6,1l-1.4,2.4,1.1,2.4c.2.7-.2,1.1-.9,1.1-.8-.1-1.7-.5-2.5-.6-.6.5-1.1,1.2-1.7,1.6-.4.3-.8.5-1.2,0h0ZM23.8,9.8l-2.6.3c-.3,0-.5-.2-.7-.4-.5-.6-1-1.3-1.5-1.8,0,0,0,0,0,.2-.2.7-.2,1.7-.5,2.4-.1.3-.3.4-.6.6-.7.3-1.5.6-2.2.9.7.5,1.4.8,2.1,1.3.5.3.5.4.5.9l.2,2.4s.2,0,.2-.1c.6-.5,1.1-1.2,1.7-1.6.3-.2.5-.2.8-.1.8.2,1.6.4,2.3.6l-1.1-2.5c0-.2,0-.4,0-.6l1.3-2.3h0Z'/%3e%3cpath class='st1' d='M33.3,33.5c.8-.1.9.8.8,1.4-.1.9-1.3.8-1.4,0,0-.5-.1-1.4.5-1.5Z'/%3e%3cpath class='st1' d='M9.9,15.2c.4,0,.8,0,.9.4,0,.4.1,1.4-.4,1.5-1.2.3-1.1-1.8-.4-2Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-specialactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M14.1,43h-.6c-.6-.2-1.1-.6-1.2-1.2-.3-1.6-.2-3.7-.3-5.3,0-.3-.1-.7-.1-1.1l-5.4-3.4c-.8-.7-.7-1.8.1-2.4l6-2.3,1.6-6.3c.5-.9,1.7-1.1,2.5-.4l3.9,4.9,6.3-.4c1,.1,1.5.8,1.4,1.8,0,.3-.2.5-.4.8-1,1.7-2.2,3.2-3.2,4.9l2.4,5.9c.2,1.2-.6,2.1-1.8,1.9l-6-1.7c-1.5,1.1-2.8,2.5-4.3,3.7-.3.3-.6.5-1,.6h0Z'/%3e%3cpath class='st1' d='M43,22.2v.5c-.1.3-.4.5-.6.8l-3.2,2.4v4.6c-.2.8-1.1,1.3-1.8.7l-3.3-2.4c-1.5.4-2.9,1.2-4.4,1.5-.7,0-1.2-.7-1-1.4l1.3-4.2v-.2c-.7-1.1-1.9-2.2-2.5-3.3-.4-.7-.1-1.6.7-1.8.8-.1,2.2,0,3.1,0,.4,0,.8,0,1.3,0l2.4-3.6c.5-.6,1.5-.5,1.9.2l1.3,4.2,4.1,1.3c.4.1.5.5.7.8h0ZM36,16.4c-.2,0-.1,0-.1,0-.8,1-1.4,2.4-2.3,3.4-.5.7-1,.4-1.8.5-.2,0-.3,0-.5,0-.9,0-1.9,0-2.8,0l2.5,3.5c.3.5.3.6.1,1.2-.3,1.3-.9,2.6-1.3,3.9l3.8-1.4c.6-.2.8-.1,1.3.2,1,.6,2,1.6,2.9,2.2,0,0,.1.1.3.1,0-.3,0-.6,0-.8,0-1,0-2.6,0-3.6,0-.3.1-.5.4-.7l3.4-2.6c0,0-.1,0-.2-.1-1.2-.4-2.6-.7-3.7-1.2-.5-.2-.6-.5-.8-1-.4-1.2-.7-2.5-1.1-3.7h0Z'/%3e%3cpath class='st1' d='M35.8,12h-.5c-1.1,0-1.2-2.3,0-1.9.4.1.9,1.5.4,1.9Z'/%3e%3cpath class='st1' d='M18,17.1c-.1-.1-.2-.4-.2-.6-.1-.7,0-1.6-.2-2.3,0,0,0-.2,0-.3l-2.4-1.4c-.4-.4-.3-.9,0-1.2l2.5-1.1.5-2.7c.2-.5.8-.6,1.2-.3l1.8,2.1,2.7-.3c.5,0,.8.6.6,1l-1.4,2.4,1.1,2.4c.2.7-.2,1.1-.9,1.1-.8-.1-1.7-.5-2.5-.6-.6.5-1.1,1.2-1.7,1.6-.4.3-.8.5-1.2,0h0ZM23.8,9.8l-2.6.3c-.3,0-.5-.2-.7-.4-.5-.6-1-1.3-1.5-1.8,0,0,0,0,0,.2-.2.7-.2,1.7-.5,2.4-.1.3-.3.4-.6.6-.7.3-1.5.6-2.2.9.7.5,1.4.8,2.1,1.3.5.3.5.4.5.9l.2,2.4s.2,0,.2-.1c.6-.5,1.1-1.2,1.7-1.6.3-.2.5-.2.8-.1.8.2,1.6.4,2.3.6l-1.1-2.5c0-.2,0-.4,0-.6l1.3-2.3h0Z'/%3e%3cpath class='st1' d='M33.3,33.5c.8-.1.9.8.8,1.4-.1.9-1.3.8-1.4,0,0-.5-.1-1.4.5-1.5Z'/%3e%3cpath class='st1' d='M9.9,15.2c.4,0,.8,0,.9.4,0,.4.1,1.4-.4,1.5-1.2.3-1.1-1.8-.4-2Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M14.1,43h-.6c-.6-.2-1.1-.6-1.2-1.2-.3-1.6-.2-3.7-.3-5.3,0-.3-.1-.7-.1-1.1l-5.4-3.4c-.8-.7-.7-1.8.1-2.4l6-2.3,1.6-6.3c.5-.9,1.7-1.1,2.5-.4l3.9,4.9,6.3-.4c1,.1,1.5.8,1.4,1.8,0,.3-.2.5-.4.8-1,1.7-2.2,3.2-3.2,4.9l2.4,5.9c.2,1.2-.6,2.1-1.8,1.9l-6-1.7c-1.5,1.1-2.8,2.5-4.3,3.7-.3.3-.6.5-1,.6h0Z'/%3e%3cpath class='st1' d='M43,22.2v.5c-.1.3-.4.5-.6.8l-3.2,2.4v4.6c-.2.8-1.1,1.3-1.8.7l-3.3-2.4c-1.5.4-2.9,1.2-4.4,1.5-.7,0-1.2-.7-1-1.4l1.3-4.2v-.2c-.7-1.1-1.9-2.2-2.5-3.3-.4-.7-.1-1.6.7-1.8.8-.1,2.2,0,3.1,0,.4,0,.8,0,1.3,0l2.4-3.6c.5-.6,1.5-.5,1.9.2l1.3,4.2,4.1,1.3c.4.1.5.5.7.8h0ZM36,16.4c-.2,0-.1,0-.1,0-.8,1-1.4,2.4-2.3,3.4-.5.7-1,.4-1.8.5-.2,0-.3,0-.5,0-.9,0-1.9,0-2.8,0l2.5,3.5c.3.5.3.6.1,1.2-.3,1.3-.9,2.6-1.3,3.9l3.8-1.4c.6-.2.8-.1,1.3.2,1,.6,2,1.6,2.9,2.2,0,0,.1.1.3.1,0-.3,0-.6,0-.8,0-1,0-2.6,0-3.6,0-.3.1-.5.4-.7l3.4-2.6c0,0-.1,0-.2-.1-1.2-.4-2.6-.7-3.7-1.2-.5-.2-.6-.5-.8-1-.4-1.2-.7-2.5-1.1-3.7h0Z'/%3e%3cpath class='st1' d='M35.8,12h-.5c-1.1,0-1.2-2.3,0-1.9.4.1.9,1.5.4,1.9Z'/%3e%3cpath class='st1' d='M18,17.1c-.1-.1-.2-.4-.2-.6-.1-.7,0-1.6-.2-2.3,0,0,0-.2,0-.3l-2.4-1.4c-.4-.4-.3-.9,0-1.2l2.5-1.1.5-2.7c.2-.5.8-.6,1.2-.3l1.8,2.1,2.7-.3c.5,0,.8.6.6,1l-1.4,2.4,1.1,2.4c.2.7-.2,1.1-.9,1.1-.8-.1-1.7-.5-2.5-.6-.6.5-1.1,1.2-1.7,1.6-.4.3-.8.5-1.2,0h0ZM23.8,9.8l-2.6.3c-.3,0-.5-.2-.7-.4-.5-.6-1-1.3-1.5-1.8,0,0,0,0,0,.2-.2.7-.2,1.7-.5,2.4-.1.3-.3.4-.6.6-.7.3-1.5.6-2.2.9.7.5,1.4.8,2.1,1.3.5.3.5.4.5.9l.2,2.4s.2,0,.2-.1c.6-.5,1.1-1.2,1.7-1.6.3-.2.5-.2.8-.1.8.2,1.6.4,2.3.6l-1.1-2.5c0-.2,0-.4,0-.6l1.3-2.3h0Z'/%3e%3cpath class='st1' d='M33.3,33.5c.8-.1.9.8.8,1.4-.1.9-1.3.8-1.4,0,0-.5-.1-1.4.5-1.5Z'/%3e%3cpath class='st1' d='M9.9,15.2c.4,0,.8,0,.9.4,0,.4.1,1.4-.4,1.5-1.2.3-1.1-1.8-.4-2Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-referral {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='5' y='7' width='38' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M43,30.3c-.2-3.4-2.9-6.3-6.2-7,1-1.3,1.5-2.9,1.8-4.5.4-1.9.6-3.7-.1-5.4,0-.4-.3-.8-.6-1.1,0,0,0,0,0,0-.1-.2-.3-.3-.4-.5-.1-.1-.2-.2-.3-.3-.1-.1-.3-.3-.5-.4-.9-.7-2-1.2-3-1.3-.2,0-.5,0-.8,0-.3,0-.6,0-.8,0-1,.1-2.1.6-3,1.3-.2.1-.3.3-.5.4,0,0-.2.2-.3.3-.2.2-.3.3-.4.5,0,0,0,0,0,0-.3.4-.5.8-.6,1.1,0,.1,0,.2-.1.4-.3-.6-.6-1.3-.9-1.9-.4-.9-.8-1.8-1.2-2.6,0,0,0-.2-.1-.2-.4-.8-.7-1.5-1.7-1.8-.3-.1-.7-.2-1-.2-1,0-1.8.5-2.4,1.4-.7,1.2-1.3,2.5-1.9,3.8-.6,1.3-1.1,2.5-1.8,3.7-.2.4-.3.5-.8.6-1.3.3-2.7.4-4.1.6-1.3.1-2.7.3-4,.6-1,.2-1.9.9-2.2,1.8-.3.9-.1,1.8.5,2.6.8,1,1.9,2,3,3,.8.7,1.7,1.5,2.4,2.3.1.1.2.2.3.4.3.3.7.6.7,1.1l-1.4,8.3h0c0,.9.2,1.7.7,2.3.5.5,1.2.8,1.9.8s.2,0,.3,0c-.1.7-.3,2.1.2,2.6,0,0,.3.2.4.3h20.9c1.1,0,1.1-1.1,1-2-.2-3.2-2.3-6.2-5.2-7.6-.7-.4-1.5-.6-2.3-.9,1.9-1.8,2.6-4.5,2.9-7.1.3-2.1.4-3.8-.7-5.6-.6-1-1.4-1.8-2.4-2.4,0-.7-.1-1.3-.1-1.9,0-.7.2-1.3.4-1.8.2-.3.3-.6.5-.8.3-.3.6-.6.9-.9,0,0,0,0,0,0,0,0,0,0,0,0,.8-.5,1.7-.8,2.7-.8.9,0,1.9.3,2.7.8,0,0,0,0,0,0,0,0,0,0,0,0,.3.2.7.5.9.9.2.2.4.6.5.8.3.5.4,1.2.4,1.8,0,2.2-.7,5.7-2.4,7.3-.3.3-.9.4-.8,1,.1.8,1.2.6,1.8.7,2.4.5,5.4,3,5.4,5.7v1.5h-6.5c-.5,0-.8,1.2,0,1.4h7.3c.3,0,.5-.2.6-.5,0-.4,0-1.8,0-2.3h0ZM13.7,38.1h0s0,0,0,0c-.1,0-.3.1-.4.1-.4,0-.8-.3-.8-.8l1.4-8.4h0c0-.8,0-1.3-.4-1.8h0s0,0,0,0c-.9-1.1-2.1-2.2-3.2-3.2-1.1-1-2.3-2-3.1-3.1-.2-.2-.3-.5-.2-.8,0-.2.2-.4.5-.5,1.4-.3,2.8-.5,4.3-.6,1.4-.2,2.8-.3,4.1-.6,1-.2,1.5-.6,2.1-1.5.7-1.2,1.3-2.6,1.9-3.9.5-1.2,1.1-2.4,1.7-3.6h0s0,0,0,0c.1-.3.4-.5.7-.5,0,0,0,0,0,0,.3,0,.6.2.7.5h0s0,0,0,0c.6,1.1,1.2,2.3,1.7,3.5.6,1.3,1.2,2.6,1.8,3.8-2.5-.7-5.4,0-7.2,2.2-1.5,1.7-1.6,3.4-1.4,5.7.2,2.9,1,6,3.1,8-3,.6-5.6,2.6-6.8,5.4-.2,0-.3.1-.5.2h0ZM34.6,41.6H14.8c0-4.3,3.5-7.5,7.6-7.8,1.5,0,3.9-.1,5.4.1,3.8.6,6.8,3.8,6.8,7.7h0ZM30.1,24.5c-.3,3.8-1.5,8.8-6.5,7.8-3.5-.7-4.3-6-4.4-9,0-3,2.5-5.4,5.5-5.4,3.9,0,5.7,3.1,5.4,6.7h0Z'/%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='5' y='7' width='38' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M43,30.3c-.2-3.4-2.9-6.3-6.2-7,1-1.3,1.5-2.9,1.8-4.5.4-1.9.6-3.7-.1-5.4,0-.4-.3-.8-.6-1.1,0,0,0,0,0,0-.1-.2-.3-.3-.4-.5-.1-.1-.2-.2-.3-.3-.1-.1-.3-.3-.5-.4-.9-.7-2-1.2-3-1.3-.2,0-.5,0-.8,0-.3,0-.6,0-.8,0-1,.1-2.1.6-3,1.3-.2.1-.3.3-.5.4,0,0-.2.2-.3.3-.2.2-.3.3-.4.5,0,0,0,0,0,0-.3.4-.5.8-.6,1.1,0,.1,0,.2-.1.4-.3-.6-.6-1.3-.9-1.9-.4-.9-.8-1.8-1.2-2.6,0,0,0-.2-.1-.2-.4-.8-.7-1.5-1.7-1.8-.3-.1-.7-.2-1-.2-1,0-1.8.5-2.4,1.4-.7,1.2-1.3,2.5-1.9,3.8-.6,1.3-1.1,2.5-1.8,3.7-.2.4-.3.5-.8.6-1.3.3-2.7.4-4.1.6-1.3.1-2.7.3-4,.6-1,.2-1.9.9-2.2,1.8-.3.9-.1,1.8.5,2.6.8,1,1.9,2,3,3,.8.7,1.7,1.5,2.4,2.3.1.1.2.2.3.4.3.3.7.6.7,1.1l-1.4,8.3h0c0,.9.2,1.7.7,2.3.5.5,1.2.8,1.9.8s.2,0,.3,0c-.1.7-.3,2.1.2,2.6,0,0,.3.2.4.3h20.9c1.1,0,1.1-1.1,1-2-.2-3.2-2.3-6.2-5.2-7.6-.7-.4-1.5-.6-2.3-.9,1.9-1.8,2.6-4.5,2.9-7.1.3-2.1.4-3.8-.7-5.6-.6-1-1.4-1.8-2.4-2.4,0-.7-.1-1.3-.1-1.9,0-.7.2-1.3.4-1.8.2-.3.3-.6.5-.8.3-.3.6-.6.9-.9,0,0,0,0,0,0,0,0,0,0,0,0,.8-.5,1.7-.8,2.7-.8.9,0,1.9.3,2.7.8,0,0,0,0,0,0,0,0,0,0,0,0,.3.2.7.5.9.9.2.2.4.6.5.8.3.5.4,1.2.4,1.8,0,2.2-.7,5.7-2.4,7.3-.3.3-.9.4-.8,1,.1.8,1.2.6,1.8.7,2.4.5,5.4,3,5.4,5.7v1.5h-6.5c-.5,0-.8,1.2,0,1.4h7.3c.3,0,.5-.2.6-.5,0-.4,0-1.8,0-2.3h0ZM13.7,38.1h0s0,0,0,0c-.1,0-.3.1-.4.1-.4,0-.8-.3-.8-.8l1.4-8.4h0c0-.8,0-1.3-.4-1.8h0s0,0,0,0c-.9-1.1-2.1-2.2-3.2-3.2-1.1-1-2.3-2-3.1-3.1-.2-.2-.3-.5-.2-.8,0-.2.2-.4.5-.5,1.4-.3,2.8-.5,4.3-.6,1.4-.2,2.8-.3,4.1-.6,1-.2,1.5-.6,2.1-1.5.7-1.2,1.3-2.6,1.9-3.9.5-1.2,1.1-2.4,1.7-3.6h0s0,0,0,0c.1-.3.4-.5.7-.5,0,0,0,0,0,0,.3,0,.6.2.7.5h0s0,0,0,0c.6,1.1,1.2,2.3,1.7,3.5.6,1.3,1.2,2.6,1.8,3.8-2.5-.7-5.4,0-7.2,2.2-1.5,1.7-1.6,3.4-1.4,5.7.2,2.9,1,6,3.1,8-3,.6-5.6,2.6-6.8,5.4-.2,0-.3.1-.5.2h0ZM34.6,41.6H14.8c0-4.3,3.5-7.5,7.6-7.8,1.5,0,3.9-.1,5.4.1,3.8.6,6.8,3.8,6.8,7.7h0ZM30.1,24.5c-.3,3.8-1.5,8.8-6.5,7.8-3.5-.7-4.3-6-4.4-9,0-3,2.5-5.4,5.5-5.4,3.9,0,5.7,3.1,5.4,6.7h0Z'/%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-referralactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='5' y='7' width='38' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M43,30.3c-.2-3.4-2.9-6.3-6.2-7,1-1.3,1.5-2.9,1.8-4.5.4-1.9.6-3.7-.1-5.4,0-.4-.3-.8-.6-1.1,0,0,0,0,0,0-.1-.2-.3-.3-.4-.5-.1-.1-.2-.2-.3-.3-.1-.1-.3-.3-.5-.4-.9-.7-2-1.2-3-1.3-.2,0-.5,0-.8,0-.3,0-.6,0-.8,0-1,.1-2.1.6-3,1.3-.2.1-.3.3-.5.4,0,0-.2.2-.3.3-.2.2-.3.3-.4.5,0,0,0,0,0,0-.3.4-.5.8-.6,1.1,0,.1,0,.2-.1.4-.3-.6-.6-1.3-.9-1.9-.4-.9-.8-1.8-1.2-2.6,0,0,0-.2-.1-.2-.4-.8-.7-1.5-1.7-1.8-.3-.1-.7-.2-1-.2-1,0-1.8.5-2.4,1.4-.7,1.2-1.3,2.5-1.9,3.8-.6,1.3-1.1,2.5-1.8,3.7-.2.4-.3.5-.8.6-1.3.3-2.7.4-4.1.6-1.3.1-2.7.3-4,.6-1,.2-1.9.9-2.2,1.8-.3.9-.1,1.8.5,2.6.8,1,1.9,2,3,3,.8.7,1.7,1.5,2.4,2.3.1.1.2.2.3.4.3.3.7.6.7,1.1l-1.4,8.3h0c0,.9.2,1.7.7,2.3.5.5,1.2.8,1.9.8s.2,0,.3,0c-.1.7-.3,2.1.2,2.6,0,0,.3.2.4.3h20.9c1.1,0,1.1-1.1,1-2-.2-3.2-2.3-6.2-5.2-7.6-.7-.4-1.5-.6-2.3-.9,1.9-1.8,2.6-4.5,2.9-7.1.3-2.1.4-3.8-.7-5.6-.6-1-1.4-1.8-2.4-2.4,0-.7-.1-1.3-.1-1.9,0-.7.2-1.3.4-1.8.2-.3.3-.6.5-.8.3-.3.6-.6.9-.9,0,0,0,0,0,0,0,0,0,0,0,0,.8-.5,1.7-.8,2.7-.8.9,0,1.9.3,2.7.8,0,0,0,0,0,0,0,0,0,0,0,0,.3.2.7.5.9.9.2.2.4.6.5.8.3.5.4,1.2.4,1.8,0,2.2-.7,5.7-2.4,7.3-.3.3-.9.4-.8,1,.1.8,1.2.6,1.8.7,2.4.5,5.4,3,5.4,5.7v1.5h-6.5c-.5,0-.8,1.2,0,1.4h7.3c.3,0,.5-.2.6-.5,0-.4,0-1.8,0-2.3h0ZM34.6,41.6H14.8c0-4.3,3.5-7.5,7.6-7.8,1.5,0,3.9-.1,5.4.1,3.8.6,6.8,3.8,6.8,7.7ZM30.1,24.5c-.3,3.8-1.5,8.8-6.5,7.8-3.5-.7-4.3-6-4.4-9,0-3,2.5-5.4,5.5-5.4,3.9,0,5.7,3.1,5.4,6.7Z'/%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='5' y='7' width='38' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M43,30.3c-.2-3.4-2.9-6.3-6.2-7,1-1.3,1.5-2.9,1.8-4.5.4-1.9.6-3.7-.1-5.4,0-.4-.3-.8-.6-1.1,0,0,0,0,0,0-.1-.2-.3-.3-.4-.5-.1-.1-.2-.2-.3-.3-.1-.1-.3-.3-.5-.4-.9-.7-2-1.2-3-1.3-.2,0-.5,0-.8,0-.3,0-.6,0-.8,0-1,.1-2.1.6-3,1.3-.2.1-.3.3-.5.4,0,0-.2.2-.3.3-.2.2-.3.3-.4.5,0,0,0,0,0,0-.3.4-.5.8-.6,1.1,0,.1,0,.2-.1.4-.3-.6-.6-1.3-.9-1.9-.4-.9-.8-1.8-1.2-2.6,0,0,0-.2-.1-.2-.4-.8-.7-1.5-1.7-1.8-.3-.1-.7-.2-1-.2-1,0-1.8.5-2.4,1.4-.7,1.2-1.3,2.5-1.9,3.8-.6,1.3-1.1,2.5-1.8,3.7-.2.4-.3.5-.8.6-1.3.3-2.7.4-4.1.6-1.3.1-2.7.3-4,.6-1,.2-1.9.9-2.2,1.8-.3.9-.1,1.8.5,2.6.8,1,1.9,2,3,3,.8.7,1.7,1.5,2.4,2.3.1.1.2.2.3.4.3.3.7.6.7,1.1l-1.4,8.3h0c0,.9.2,1.7.7,2.3.5.5,1.2.8,1.9.8s.2,0,.3,0c-.1.7-.3,2.1.2,2.6,0,0,.3.2.4.3h20.9c1.1,0,1.1-1.1,1-2-.2-3.2-2.3-6.2-5.2-7.6-.7-.4-1.5-.6-2.3-.9,1.9-1.8,2.6-4.5,2.9-7.1.3-2.1.4-3.8-.7-5.6-.6-1-1.4-1.8-2.4-2.4,0-.7-.1-1.3-.1-1.9,0-.7.2-1.3.4-1.8.2-.3.3-.6.5-.8.3-.3.6-.6.9-.9,0,0,0,0,0,0,0,0,0,0,0,0,.8-.5,1.7-.8,2.7-.8.9,0,1.9.3,2.7.8,0,0,0,0,0,0,0,0,0,0,0,0,.3.2.7.5.9.9.2.2.4.6.5.8.3.5.4,1.2.4,1.8,0,2.2-.7,5.7-2.4,7.3-.3.3-.9.4-.8,1,.1.8,1.2.6,1.8.7,2.4.5,5.4,3,5.4,5.7v1.5h-6.5c-.5,0-.8,1.2,0,1.4h7.3c.3,0,.5-.2.6-.5,0-.4,0-1.8,0-2.3h0ZM34.6,41.6H14.8c0-4.3,3.5-7.5,7.6-7.8,1.5,0,3.9-.1,5.4.1,3.8.6,6.8,3.8,6.8,7.7ZM30.1,24.5c-.3,3.8-1.5,8.8-6.5,7.8-3.5-.7-4.3-6-4.4-9,0-3,2.5-5.4,5.5-5.4,3.9,0,5.7,3.1,5.4,6.7Z'/%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-slotmix {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M43,13.3c0-.2,0-.4,0-.6-.6-2.3-5-3.6-7-3.9-.3,0-.9,0-1.2-.2-.2,0-.4-.4-.6-.5-1.2-.9-3-1.2-4.5-1.1l-1.4.2c-.3.1-.6.2-1,.3-2.8.9-5.5,3.3-6.8,6,0,.1-.1.3-.2.4-.2-.3-.4-.5-.8-.6-.9-.3-1.8,0-2.3.8-.5.9-1,1.9-1.4,2.9-.4,1-.9,2-1.4,2.8-.2.4-.3.5-.8.6-1,.2-2.1.3-3.1.5-1,.1-2.1.2-3.1.4-.7.1-1.3.6-1.5,1.2-.2.6,0,1.2.3,1.7.6.8,1.5,1.5,2.3,2.2.6.6,1.3,1.2,1.9,1.8,0,0,.2.2.3.3.3.3.6.6.6,1h0s-1.1,6.4-1.1,6.4c0,.7.2,1.4.7,1.7.5.4,1.2.4,1.9.1,1-.4,2-1,2.9-1.5.7-.4,1.4-.8,2.2-1.2,0,0,.1,0,.2,0,.2-.1.5-.3.7-.3h0c.3,0,.5.1.7.3,0,0,.1,0,.2,0,.8.4,1.5.8,2.3,1.2.1,0,.2.1.4.2,0,1.3.1,2.7.1,4,0,0,0,0,0,0,0,.2,0,.8,0,1.1,0,0,0,0,0,.1,0,.4.2.8.6,1,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.4.2.6.2,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.3,0,.6-.2.8-.4h0s0,0,.1.1c.2.1.4.2.6.3,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.3,0,.6-.2.8-.4h0s0,0,.1.1c.2.1.4.2.6.3,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.6,0,1.2-.6,1.2-1.2,0,0,0,0,0-.1,0-.3,0-.9,0-1.1,0,0,0,0,0,0,0-2.2.2-4.5,0-6.6,0-.3-.2-.6-.4-.9-.2-.2-.4-.3-.7-.4-.7-.1-1.6,0-2.5,0-.7,0-1.4,0-2,0,0,0,0,0,0,0-.3,0-.6.2-.8.4,0,0,0,0,0,0,0,0-.1,0-.2-.1-.1,0-.2-.1-.3-.2-.1,0-.2,0-.4,0-.7,0-1.5,0-2.3,0-.7,0-1.4,0-2,0,0,0,0,0,0,0-.3,0-.6.2-.8.4,0,0,0,0,0,0,0,0-.1,0-.2-.1-.1,0-.2-.1-.3-.2-.1,0-.2,0-.4,0-.7,0-1.4,0-2.2,0-.7,0-1.4,0-2.1,0,0,0,0,0,0,0-.7,0-1.2.6-1.2,1.2,0,.5,0,1,0,1.6-.9-.5-1.8-1.1-2.7-1.4-.6-.3-1-.3-1.6,0-1,.4-2,1-3,1.5-.9.5-1.8,1-2.6,1.4-.1,0-.3.1-.5.1s-.3,0-.4-.1c-.3-.1-.5-.4-.5-.8h0s0,0,0,0l1.1-6.5c0-.5,0-.9-.2-1.2-.7-.9-1.6-1.7-2.4-2.4-.9-.8-1.7-1.6-2.4-2.4-.2-.3-.3-.6-.2-.9,0-.3.3-.5.5-.6h0c1.1-.2,2.2-.4,3.3-.5,1-.1,2.1-.3,3.1-.5.7-.1,1-.4,1.4-1,.5-.9,1-1.9,1.4-2.9.4-.9.9-1.9,1.3-2.7.1-.3.4-.5.7-.5.3,0,.7.2.9.5,0,.1.1.3.2.4-.8,2.6-.7,5.4.2,8.1.1.5.3,1.2.8,1.4.9.4,1.2-.6,1.6-1.1.6.9,1.4,1.6,2.3,2.2.2.2,1,.7,1.3.7.2,0,.4-.3.3-.5,0-.2-1-.7-1.2-.9-1.3-.9-2.4-2.2-2.8-3.8-.9-3.8.5-7.4,3.6-9.7.2-.2,0-.6-.2-.6-.2,0-.8.5-1,.7-3.1,2.8-4.3,7.2-2.6,11.1l-.8,1.1h-.2c-.2-.6-.4-1.2-.6-1.8-1.5-5.8,1-12,6.9-13.9,1.8-.6,4.2-.7,5.9.4-2.2,0-4.6.3-6.5,1.5-.2.1-.5.3-.3.6.3.4,1-.2,1.3-.3,1.9-.9,4-1.2,6-1-.2.7-.6,1.4-.7,2.1-.6-.1-1.2-.4-1.8-.5-.9-.1-1.4,0-1.7.9-.2.8-.2,1.7.2,2.5.6,1.3,1.3,1.1,2.5.5.2-.1.5-.4.7-.4,0,0,0,0,.1,0,.2.8.5,1.6.9,2.3-2.1.2-5.6.8-6.5,3-.9,2.1,1,5.3,3.4,5.3.4,0,.6-.4.8-.7.8-.7,1.9-1.1,3-.7.2,0,.4,0,.3.3-1.1.4-1.9,1.1-2.3,2.1-.2-.5-.5-1.2-.7-1.3,0,0-.2,0-.2,0-.3,0-.7,1.4-1,1.7-.3.2-2.7,0-1.9,1,0,0,.2.1.3.2.3.3.6.6.9.9,0,.2-.3,1.4-.3,1.8,0,.2.1.3.3.4l1.8-.9c.4.1,1.5.9,1.8.8.1,0,.3-.2.3-.3l-.3-1.8c.2-.4,1.3-1.1,1.3-1.4,0-.1,0-.2-.1-.3-.2-.2-1-.2-1.6-.3.2-.6.5-1.2,1.2-1.6.4-.3,1.2-.4,1.2-1,0-.8-.7-1-1.3-1.1-1.1-.2-2.1.1-2.9.8-.1,0-.6.6-.7.6-.2,0-.7-.1-.9-.2-1.2-.6-1.9-1.9-1.9-3.2,0-.1,0-.4,0-.5.3.7,1.1,1.8,1.9,1.8.4,0,.7-.3.9-.7.2-.8.3-2,.5-2.8,0-.2.1-.9.2-.9,1.5-.4,3.1-.4,4.7-.7.4,0,1.7-.4,2-.6.3-.2.2-.6-.2-.7-1.1.3-2.1.6-3.3.7-1.5-2.2-1.5-5-.3-7.3,2.2.3,5.2,1,6.9,2.6,1.5,1.4.4,2.3-1,3.1-.3.2-1,.4-1.2.6-.3.2,0,.7.3.6.3,0,1.2-.6,1.6-.8.8-.5,1.6-1.1,1.8-2.1h0ZM23.2,36.7c0-.4,0-.9,0-1.4v-1.6c0-.2.2-.4.5-.5.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4h0c0,.1,0,.1,0,.1v.5c0,.2.2.4.4.4h0c.2,0,.4-.2.4-.4v-.5h0c0-.4.2-.5.5-.6.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4h0c0,.1,0,.1,0,.1v.5c0,.2.2.4.4.4h0c.2,0,.4-.2.4-.4v-.5h0c0-.4.2-.5.5-.6.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4v1.6c0,.5,0,1,0,1.4v3.7s0,0,0,0c-.1.4.2,1.3-.2,1.6,0,0-.1,0-.2.1,0,0,0,0-.1,0h-4.6s0,0,0,0c0,0-.2-.1-.2-.2,0,0,0-.1,0-.2v-.4c0-.2-.2-.4-.4-.4h0c-.2,0-.4.2-.4.4v.4c0,.3-.3.5-.6.5,0,0,0,0,0,0-.6,0-1.3,0-2,0-.8,0-1.5,0-2.3,0-.2,0-.3-.1-.4-.2,0,0,0-.1,0-.2v-.4c0-.2-.2-.4-.4-.4h0c-.2,0-.4.2-.4.4v.4c0,.2-.2.4-.4.5h-3c-.5,0-.9,0-1.4,0h-.1c-.2,0-.3-.1-.4-.2-.2-.4,0-1.2-.1-1.5,0,0,0,0,0,0v-3.7s0,0,0,0ZM30.9,14.6c-.6-.7-.8-1.7-.5-2.5.2-.6.3-.5.9-.4.6,0,1.2.3,1.8.5v1.4c-.3.2-1.8,1.2-2.2,1ZM34,27.3c0,0,0,.1,0,.2-.2.2-.8.6-.9.9,0,.3.2,1.3.2,1.4l-1.2-.6-1.2.6c0,0,.2-1.1.2-1.3,0-.2-.7-.8-.9-1,0-.1,0,0,.1,0,.4,0,.8,0,1.2-.2.1,0,.4-.9.6-1.1,0,0,0,0,.1,0l.6,1.2,1.3.2h0ZM30.6,19.3c-.1.6-.2,1.4-.3,1.9,0,0,0,.3-.2.3-.5,0-1.5-1.5-1.6-2,.6-.7,1.4-1.1,2.3-1.4,0,.4-.2.8-.2,1.2h0Z'/%3e%3cpath class='st1' d='M38.2,11.6c-.8,0-.8,1.2-.1,1.2.9,0,.9-1.2.1-1.2Z'/%3e%3cpath class='st1' d='M41.4,28.2c-.2-.2-1.2-.2-1.6-.3-.2-.3-.5-1.2-.8-1.4,0,0-.1,0-.2,0,0,0-.2,0-.3.1-.2.2-.5,1.2-.7,1.3-.4.2-1.8,0-1.6.7,0,.3.9.8,1,1.1,0,.4-.5,1.7,0,1.8.3,0,1.1-.6,1.5-.7.3.1,1.1.7,1.5.7.6-.1,0-1.4,0-1.8.2-.4,1.4-1,1-1.4h0ZM39.6,29.5c0,.3.1.7.1,1,0,0-.7-.4-.9-.4-.2,0-.9.4-.9.4,0-.3.2-.7.1-.9,0-.3-.6-.5-.7-.8.3,0,.8,0,1-.2.1-.1.3-.6.4-.7,0,0,0,0,.1,0l.4.9.9.2c0,.3-.6.4-.6.7h0Z'/%3e%3cpath class='st1' d='M27.6,28.2c-.2-.2-1.2-.2-1.5-.3-.3-.3-.5-1.2-.8-1.4,0,0-.1,0-.2,0,0,0-.2,0-.3.1-.2.2-.5,1.2-.7,1.3-.3.2-1.5,0-1.6.4-.2.5.8,1,1,1.3.1.4-.6,1.8.1,1.8.5-.1.9-.5,1.4-.7.3.1,1.1.7,1.5.6.5-.1,0-1.4,0-1.8.2-.4,1.4-1,1-1.4h0ZM25.9,29.5v1c.1,0-.6-.4-.7-.4-.3,0-.6.3-.9.4,0-.3.2-.7.1-1,0-.3-.6-.5-.6-.7l.9-.2c.1,0,.3-.6.4-.8,0,0,0,0,.1,0,0,.2.3.7.4.8.2.2.8.2,1,.2l-.7.7Z'/%3e%3cpath class='st1' d='M37.2,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4h0Z'/%3e%3cpath class='st1' d='M25.1,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4h0Z'/%3e%3cpath class='st1' d='M31.1,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23787878;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M43,13.3c0-.2,0-.4,0-.6-.6-2.3-5-3.6-7-3.9-.3,0-.9,0-1.2-.2-.2,0-.4-.4-.6-.5-1.2-.9-3-1.2-4.5-1.1l-1.4.2c-.3.1-.6.2-1,.3-2.8.9-5.5,3.3-6.8,6,0,.1-.1.3-.2.4-.2-.3-.4-.5-.8-.6-.9-.3-1.8,0-2.3.8-.5.9-1,1.9-1.4,2.9-.4,1-.9,2-1.4,2.8-.2.4-.3.5-.8.6-1,.2-2.1.3-3.1.5-1,.1-2.1.2-3.1.4-.7.1-1.3.6-1.5,1.2-.2.6,0,1.2.3,1.7.6.8,1.5,1.5,2.3,2.2.6.6,1.3,1.2,1.9,1.8,0,0,.2.2.3.3.3.3.6.6.6,1h0s-1.1,6.4-1.1,6.4c0,.7.2,1.4.7,1.7.5.4,1.2.4,1.9.1,1-.4,2-1,2.9-1.5.7-.4,1.4-.8,2.2-1.2,0,0,.1,0,.2,0,.2-.1.5-.3.7-.3h0c.3,0,.5.1.7.3,0,0,.1,0,.2,0,.8.4,1.5.8,2.3,1.2.1,0,.2.1.4.2,0,1.3.1,2.7.1,4,0,0,0,0,0,0,0,.2,0,.8,0,1.1,0,0,0,0,0,.1,0,.4.2.8.6,1,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.4.2.6.2,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.3,0,.6-.2.8-.4h0s0,0,.1.1c.2.1.4.2.6.3,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.3,0,.6-.2.8-.4h0s0,0,.1.1c.2.1.4.2.6.3,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.6,0,1.2-.6,1.2-1.2,0,0,0,0,0-.1,0-.3,0-.9,0-1.1,0,0,0,0,0,0,0-2.2.2-4.5,0-6.6,0-.3-.2-.6-.4-.9-.2-.2-.4-.3-.7-.4-.7-.1-1.6,0-2.5,0-.7,0-1.4,0-2,0,0,0,0,0,0,0-.3,0-.6.2-.8.4,0,0,0,0,0,0,0,0-.1,0-.2-.1-.1,0-.2-.1-.3-.2-.1,0-.2,0-.4,0-.7,0-1.5,0-2.3,0-.7,0-1.4,0-2,0,0,0,0,0,0,0-.3,0-.6.2-.8.4,0,0,0,0,0,0,0,0-.1,0-.2-.1-.1,0-.2-.1-.3-.2-.1,0-.2,0-.4,0-.7,0-1.4,0-2.2,0-.7,0-1.4,0-2.1,0,0,0,0,0,0,0-.7,0-1.2.6-1.2,1.2,0,.5,0,1,0,1.6-.9-.5-1.8-1.1-2.7-1.4-.6-.3-1-.3-1.6,0-1,.4-2,1-3,1.5-.9.5-1.8,1-2.6,1.4-.1,0-.3.1-.5.1s-.3,0-.4-.1c-.3-.1-.5-.4-.5-.8h0s0,0,0,0l1.1-6.5c0-.5,0-.9-.2-1.2-.7-.9-1.6-1.7-2.4-2.4-.9-.8-1.7-1.6-2.4-2.4-.2-.3-.3-.6-.2-.9,0-.3.3-.5.5-.6h0c1.1-.2,2.2-.4,3.3-.5,1-.1,2.1-.3,3.1-.5.7-.1,1-.4,1.4-1,.5-.9,1-1.9,1.4-2.9.4-.9.9-1.9,1.3-2.7.1-.3.4-.5.7-.5.3,0,.7.2.9.5,0,.1.1.3.2.4-.8,2.6-.7,5.4.2,8.1.1.5.3,1.2.8,1.4.9.4,1.2-.6,1.6-1.1.6.9,1.4,1.6,2.3,2.2.2.2,1,.7,1.3.7.2,0,.4-.3.3-.5,0-.2-1-.7-1.2-.9-1.3-.9-2.4-2.2-2.8-3.8-.9-3.8.5-7.4,3.6-9.7.2-.2,0-.6-.2-.6-.2,0-.8.5-1,.7-3.1,2.8-4.3,7.2-2.6,11.1l-.8,1.1h-.2c-.2-.6-.4-1.2-.6-1.8-1.5-5.8,1-12,6.9-13.9,1.8-.6,4.2-.7,5.9.4-2.2,0-4.6.3-6.5,1.5-.2.1-.5.3-.3.6.3.4,1-.2,1.3-.3,1.9-.9,4-1.2,6-1-.2.7-.6,1.4-.7,2.1-.6-.1-1.2-.4-1.8-.5-.9-.1-1.4,0-1.7.9-.2.8-.2,1.7.2,2.5.6,1.3,1.3,1.1,2.5.5.2-.1.5-.4.7-.4,0,0,0,0,.1,0,.2.8.5,1.6.9,2.3-2.1.2-5.6.8-6.5,3-.9,2.1,1,5.3,3.4,5.3.4,0,.6-.4.8-.7.8-.7,1.9-1.1,3-.7.2,0,.4,0,.3.3-1.1.4-1.9,1.1-2.3,2.1-.2-.5-.5-1.2-.7-1.3,0,0-.2,0-.2,0-.3,0-.7,1.4-1,1.7-.3.2-2.7,0-1.9,1,0,0,.2.1.3.2.3.3.6.6.9.9,0,.2-.3,1.4-.3,1.8,0,.2.1.3.3.4l1.8-.9c.4.1,1.5.9,1.8.8.1,0,.3-.2.3-.3l-.3-1.8c.2-.4,1.3-1.1,1.3-1.4,0-.1,0-.2-.1-.3-.2-.2-1-.2-1.6-.3.2-.6.5-1.2,1.2-1.6.4-.3,1.2-.4,1.2-1,0-.8-.7-1-1.3-1.1-1.1-.2-2.1.1-2.9.8-.1,0-.6.6-.7.6-.2,0-.7-.1-.9-.2-1.2-.6-1.9-1.9-1.9-3.2,0-.1,0-.4,0-.5.3.7,1.1,1.8,1.9,1.8.4,0,.7-.3.9-.7.2-.8.3-2,.5-2.8,0-.2.1-.9.2-.9,1.5-.4,3.1-.4,4.7-.7.4,0,1.7-.4,2-.6.3-.2.2-.6-.2-.7-1.1.3-2.1.6-3.3.7-1.5-2.2-1.5-5-.3-7.3,2.2.3,5.2,1,6.9,2.6,1.5,1.4.4,2.3-1,3.1-.3.2-1,.4-1.2.6-.3.2,0,.7.3.6.3,0,1.2-.6,1.6-.8.8-.5,1.6-1.1,1.8-2.1h0ZM23.2,36.7c0-.4,0-.9,0-1.4v-1.6c0-.2.2-.4.5-.5.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4h0c0,.1,0,.1,0,.1v.5c0,.2.2.4.4.4h0c.2,0,.4-.2.4-.4v-.5h0c0-.4.2-.5.5-.6.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4h0c0,.1,0,.1,0,.1v.5c0,.2.2.4.4.4h0c.2,0,.4-.2.4-.4v-.5h0c0-.4.2-.5.5-.6.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4v1.6c0,.5,0,1,0,1.4v3.7s0,0,0,0c-.1.4.2,1.3-.2,1.6,0,0-.1,0-.2.1,0,0,0,0-.1,0h-4.6s0,0,0,0c0,0-.2-.1-.2-.2,0,0,0-.1,0-.2v-.4c0-.2-.2-.4-.4-.4h0c-.2,0-.4.2-.4.4v.4c0,.3-.3.5-.6.5,0,0,0,0,0,0-.6,0-1.3,0-2,0-.8,0-1.5,0-2.3,0-.2,0-.3-.1-.4-.2,0,0,0-.1,0-.2v-.4c0-.2-.2-.4-.4-.4h0c-.2,0-.4.2-.4.4v.4c0,.2-.2.4-.4.5h-3c-.5,0-.9,0-1.4,0h-.1c-.2,0-.3-.1-.4-.2-.2-.4,0-1.2-.1-1.5,0,0,0,0,0,0v-3.7s0,0,0,0ZM30.9,14.6c-.6-.7-.8-1.7-.5-2.5.2-.6.3-.5.9-.4.6,0,1.2.3,1.8.5v1.4c-.3.2-1.8,1.2-2.2,1ZM34,27.3c0,0,0,.1,0,.2-.2.2-.8.6-.9.9,0,.3.2,1.3.2,1.4l-1.2-.6-1.2.6c0,0,.2-1.1.2-1.3,0-.2-.7-.8-.9-1,0-.1,0,0,.1,0,.4,0,.8,0,1.2-.2.1,0,.4-.9.6-1.1,0,0,0,0,.1,0l.6,1.2,1.3.2h0ZM30.6,19.3c-.1.6-.2,1.4-.3,1.9,0,0,0,.3-.2.3-.5,0-1.5-1.5-1.6-2,.6-.7,1.4-1.1,2.3-1.4,0,.4-.2.8-.2,1.2h0Z'/%3e%3cpath class='st1' d='M38.2,11.6c-.8,0-.8,1.2-.1,1.2.9,0,.9-1.2.1-1.2Z'/%3e%3cpath class='st1' d='M41.4,28.2c-.2-.2-1.2-.2-1.6-.3-.2-.3-.5-1.2-.8-1.4,0,0-.1,0-.2,0,0,0-.2,0-.3.1-.2.2-.5,1.2-.7,1.3-.4.2-1.8,0-1.6.7,0,.3.9.8,1,1.1,0,.4-.5,1.7,0,1.8.3,0,1.1-.6,1.5-.7.3.1,1.1.7,1.5.7.6-.1,0-1.4,0-1.8.2-.4,1.4-1,1-1.4h0ZM39.6,29.5c0,.3.1.7.1,1,0,0-.7-.4-.9-.4-.2,0-.9.4-.9.4,0-.3.2-.7.1-.9,0-.3-.6-.5-.7-.8.3,0,.8,0,1-.2.1-.1.3-.6.4-.7,0,0,0,0,.1,0l.4.9.9.2c0,.3-.6.4-.6.7h0Z'/%3e%3cpath class='st1' d='M27.6,28.2c-.2-.2-1.2-.2-1.5-.3-.3-.3-.5-1.2-.8-1.4,0,0-.1,0-.2,0,0,0-.2,0-.3.1-.2.2-.5,1.2-.7,1.3-.3.2-1.5,0-1.6.4-.2.5.8,1,1,1.3.1.4-.6,1.8.1,1.8.5-.1.9-.5,1.4-.7.3.1,1.1.7,1.5.6.5-.1,0-1.4,0-1.8.2-.4,1.4-1,1-1.4h0ZM25.9,29.5v1c.1,0-.6-.4-.7-.4-.3,0-.6.3-.9.4,0-.3.2-.7.1-1,0-.3-.6-.5-.6-.7l.9-.2c.1,0,.3-.6.4-.8,0,0,0,0,.1,0,0,.2.3.7.4.8.2.2.8.2,1,.2l-.7.7Z'/%3e%3cpath class='st1' d='M37.2,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4h0Z'/%3e%3cpath class='st1' d='M25.1,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4h0Z'/%3e%3cpath class='st1' d='M31.1,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-slotmixactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M43,13.3c0-.2,0-.4,0-.6-.6-2.3-5-3.6-7-3.9-.3,0-.9,0-1.2-.2-.2,0-.4-.4-.6-.5-1.2-.9-3-1.2-4.5-1.1l-1.4.2c-.3.1-.6.2-1,.3-2.8.9-5.5,3.3-6.8,6,0,.1-.1.3-.2.4-.2-.3-.4-.5-.8-.6-.9-.3-1.8,0-2.3.8-.5.9-1,1.9-1.4,2.9-.4,1-.9,2-1.4,2.8-.2.4-.3.5-.8.6-1,.2-2.1.3-3.1.5-1,.1-2.1.2-3.1.4-.7.1-1.3.6-1.5,1.2-.2.6,0,1.2.3,1.7.6.8,1.5,1.5,2.3,2.2.6.6,1.3,1.2,1.9,1.8,0,0,.2.2.3.3.3.3.6.6.6,1h0s-1.1,6.4-1.1,6.4c0,.7.2,1.4.7,1.7.5.4,1.2.4,1.9.1,1-.4,2-1,2.9-1.5.7-.4,1.4-.8,2.2-1.2,0,0,.1,0,.2,0,.2-.1.5-.3.7-.3h0c.3,0,.5.1.7.3,0,0,.1,0,.2,0,.8.4,1.5.8,2.3,1.2.1,0,.2.1.4.2,0,1.3.1,2.7.1,4,0,0,0,0,0,0,0,.2,0,.8,0,1.1,0,0,0,0,0,.1,0,.4.2.8.6,1,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.4.2.6.2,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.3,0,.6-.2.8-.4h0s0,0,.1.1c.2.1.4.2.6.3,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.3,0,.6-.2.8-.4h0s0,0,.1.1c.2.1.4.2.6.3,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.6,0,1.2-.6,1.2-1.2,0,0,0,0,0-.1,0-.3,0-.9,0-1.1,0,0,0,0,0,0,0-2.2.2-4.5,0-6.6,0-.3-.2-.6-.4-.9-.2-.2-.4-.3-.7-.4-.7-.1-1.6,0-2.5,0-.7,0-1.4,0-2,0,0,0,0,0,0,0-.3,0-.6.2-.8.4,0,0,0,0,0,0,0,0-.1,0-.2-.1-.1,0-.2-.1-.3-.2-.1,0-.2,0-.4,0-.7,0-1.5,0-2.3,0-.7,0-1.4,0-2,0,0,0,0,0,0,0-.3,0-.6.2-.8.4,0,0,0,0,0,0,0,0-.1,0-.2-.1-.1,0-.2-.1-.3-.2-.1,0-.2,0-.4,0-.3,0-.7,0-1.1,0,0,0,0-.1,0-.2,0,0-.1,0-.2,0,0,0-.2,0-.2,0-.4,0-.8-.2-1.3-.5,0,0,0,0,0,0,0,0-.1,0-.2.1-.3.2-.6.3-1,.4h-.1s-.1,0-.1,0c-.4,0-.7-.2-.9-.5-.4-.5-.3-1.2-.1-1.8,0,0,0-.1,0-.2,0,0,0,0,0,0-.2-.2-.4-.3-.6-.6-.5-.6-.3-1.1-.2-1.4.3-.7,1.1-.8,1.7-.8,0,0,0,0,.1,0,0,0,0-.1,0-.2.2-.4.3-.7.5-.9.2-.2.4-.4.7-.4,0,0,0,0,0,0,0,0,0,0,0,0,.2.2,1,.7,1.3.7.2,0,.4-.3.3-.5,0-.2-1-.7-1.2-.9-1.3-.9-2.4-2.2-2.8-3.8-.9-3.8.5-7.4,3.6-9.7.2-.2,0-.6-.2-.6-.2,0-.8.5-1,.7-3.1,2.8-4.3,7.2-2.6,11.1l-.8,1.1h-.2c-.2-.6-.4-1.2-.6-1.8-1.5-5.8,1-12,6.9-13.9,1.8-.6,4.2-.7,5.9.4-2.2,0-4.6.3-6.5,1.5-.2.1-.5.3-.3.6.3.4,1-.2,1.3-.3,1.9-.9,4-1.2,6-1-.2.7-.6,1.4-.7,2.1-.6-.1-1.2-.4-1.8-.5-.9-.1-1.4,0-1.7.9-.2.8-.2,1.7.2,2.5.6,1.3,1.3,1.1,2.5.5.2-.1.5-.4.7-.4,0,0,0,0,.1,0,.2.8.5,1.6.9,2.3-2.1.2-5.6.8-6.5,3-.9,2.1,1,5.3,3.4,5.3.4,0,.6-.4.8-.7.8-.7,1.9-1.1,3-.7.2,0,.4,0,.3.3-1.1.4-1.9,1.1-2.3,2.1-.2-.5-.5-1.2-.7-1.3,0,0-.2,0-.2,0-.3,0-.7,1.4-1,1.7-.3.2-2.7,0-1.9,1,0,0,.2.1.3.2.3.3.6.6.9.9,0,.2-.3,1.4-.3,1.8,0,.2.1.3.3.4l1.8-.9c.4.1,1.5.9,1.8.8.1,0,.3-.2.3-.3l-.3-1.8c.2-.4,1.3-1.1,1.3-1.4,0-.1,0-.2-.1-.3-.2-.2-1-.2-1.6-.3.2-.6.5-1.2,1.2-1.6.4-.3,1.2-.4,1.2-1,0-.8-.7-1-1.3-1.1-1.1-.2-2.1.1-2.9.8-.1,0-.6.6-.7.6-.2,0-.7-.1-.9-.2-1.2-.6-1.9-1.9-1.9-3.2,0-.1,0-.4,0-.5.3.7,1.1,1.8,1.9,1.8.4,0,.7-.3.9-.7.2-.8.3-2,.5-2.8,0-.2.1-.9.2-.9,1.5-.4,3.1-.4,4.7-.7.4,0,1.7-.4,2-.6.3-.2.2-.6-.2-.7-1.1.3-2.1.6-3.3.7-1.5-2.2-1.5-5-.3-7.3,2.2.3,5.2,1,6.9,2.6,1.5,1.4.4,2.3-1,3.1-.3.2-1,.4-1.2.6-.3.2,0,.7.3.6.3,0,1.2-.6,1.6-.8.8-.5,1.6-1.1,1.8-2.1h0ZM23.2,36.7c0-.4,0-.9,0-1.4v-1.6c0-.2.2-.4.5-.5.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4h0c0,.1,0,.1,0,.1v.5c0,.2.2.4.4.4h0c.2,0,.4-.2.4-.4v-.5h0c0-.4.2-.5.5-.6.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4h0c0,.1,0,.1,0,.1v.5c0,.2.2.4.4.4h0c.2,0,.4-.2.4-.4v-.5h0c0-.4.2-.5.5-.6.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4v1.6c0,.5,0,1,0,1.4v3.7s0,0,0,0c-.1.4.2,1.3-.2,1.6,0,0-.1,0-.2.1,0,0,0,0-.1,0h-4.6s0,0,0,0c0,0-.2-.1-.2-.2,0,0,0-.1,0-.2v-.4c0-.2-.2-.4-.4-.4h0c-.2,0-.4.2-.4.4v.4c0,.3-.3.5-.6.5,0,0,0,0,0,0-.6,0-1.3,0-2,0-.8,0-1.5,0-2.3,0-.2,0-.3-.1-.4-.2,0,0,0-.1,0-.2v-.4c0-.2-.2-.4-.4-.4h0c-.2,0-.4.2-.4.4v.4c0,.2-.2.4-.4.5h-3c-.5,0-.9,0-1.4,0h-.1c-.2,0-.3-.1-.4-.2-.2-.4,0-1.2-.1-1.5,0,0,0,0,0,0v-3.7s0,0,0,0ZM30.9,14.6c-.6-.7-.8-1.7-.5-2.5.2-.6.3-.5.9-.4.6,0,1.2.3,1.8.5v1.4c-.3.2-1.8,1.2-2.2,1ZM34,27.3c0,0,0,.1,0,.2-.2.2-.8.6-.9.9,0,.3.2,1.3.2,1.4l-1.2-.6-1.2.6c0,0,.2-1.1.2-1.3,0-.2-.7-.8-.9-1,0-.1,0,0,.1,0,.4,0,.8,0,1.2-.2.1,0,.4-.9.6-1.1,0,0,0,0,.1,0l.6,1.2,1.3.2h0ZM30.6,19.3c-.1.6-.2,1.4-.3,1.9,0,0,0,.3-.2.3-.5,0-1.5-1.5-1.6-2,.6-.7,1.4-1.1,2.3-1.4,0,.4-.2.8-.2,1.2h0Z'/%3e%3cpath class='st1' d='M38.2,11.6c-.8,0-.8,1.2-.1,1.2.9,0,.9-1.2.1-1.2Z'/%3e%3cpath class='st1' d='M41.4,28.2c-.2-.2-1.2-.2-1.6-.3-.2-.3-.5-1.2-.8-1.4,0,0-.1,0-.2,0,0,0-.2,0-.3.1-.2.2-.5,1.2-.7,1.3-.4.2-1.8,0-1.6.7,0,.3.9.8,1,1.1,0,.4-.5,1.7,0,1.8.3,0,1.1-.6,1.5-.7.3.1,1.1.7,1.5.7.6-.1,0-1.4,0-1.8.2-.4,1.4-1,1-1.4h0ZM39.6,29.5c0,.3.1.7.1,1,0,0-.7-.4-.9-.4-.2,0-.9.4-.9.4,0-.3.2-.7.1-.9,0-.3-.6-.5-.7-.8.3,0,.8,0,1-.2.1-.1.3-.6.4-.7,0,0,0,0,.1,0l.4.9.9.2c0,.3-.6.4-.6.7h0Z'/%3e%3cpath class='st1' d='M27.6,28.2c-.2-.2-1.2-.2-1.5-.3-.3-.3-.5-1.2-.8-1.4,0,0-.1,0-.2,0,0,0-.2,0-.3.1-.2.2-.5,1.2-.7,1.3-.3.2-1.5,0-1.6.4-.2.5.8,1,1,1.3.1.4-.6,1.8.1,1.8.5-.1.9-.5,1.4-.7.3.1,1.1.7,1.5.6.5-.1,0-1.4,0-1.8.2-.4,1.4-1,1-1.4h0ZM25.9,29.5v1c.1,0-.6-.4-.7-.4-.3,0-.6.3-.9.4,0-.3.2-.7.1-1,0-.3-.6-.5-.6-.7l.9-.2c.1,0,.3-.6.4-.8,0,0,0,0,.1,0,0,.2.3.7.4.8.2.2.8.2,1,.2l-.7.7Z'/%3e%3cpath class='st1' d='M37.2,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4Z'/%3e%3cpath class='st1' d='M25.1,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4Z'/%3e%3cpath class='st1' d='M31.1,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='6' y='7' width='37' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M43,13.3c0-.2,0-.4,0-.6-.6-2.3-5-3.6-7-3.9-.3,0-.9,0-1.2-.2-.2,0-.4-.4-.6-.5-1.2-.9-3-1.2-4.5-1.1l-1.4.2c-.3.1-.6.2-1,.3-2.8.9-5.5,3.3-6.8,6,0,.1-.1.3-.2.4-.2-.3-.4-.5-.8-.6-.9-.3-1.8,0-2.3.8-.5.9-1,1.9-1.4,2.9-.4,1-.9,2-1.4,2.8-.2.4-.3.5-.8.6-1,.2-2.1.3-3.1.5-1,.1-2.1.2-3.1.4-.7.1-1.3.6-1.5,1.2-.2.6,0,1.2.3,1.7.6.8,1.5,1.5,2.3,2.2.6.6,1.3,1.2,1.9,1.8,0,0,.2.2.3.3.3.3.6.6.6,1h0s-1.1,6.4-1.1,6.4c0,.7.2,1.4.7,1.7.5.4,1.2.4,1.9.1,1-.4,2-1,2.9-1.5.7-.4,1.4-.8,2.2-1.2,0,0,.1,0,.2,0,.2-.1.5-.3.7-.3h0c.3,0,.5.1.7.3,0,0,.1,0,.2,0,.8.4,1.5.8,2.3,1.2.1,0,.2.1.4.2,0,1.3.1,2.7.1,4,0,0,0,0,0,0,0,.2,0,.8,0,1.1,0,0,0,0,0,.1,0,.4.2.8.6,1,0,0,0,0,0,0,0,0,0,0,0,0,.2.1.4.2.6.2,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.3,0,.6-.2.8-.4h0s0,0,.1.1c.2.1.4.2.6.3,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.3,0,.6-.2.8-.4h0s0,0,.1.1c.2.1.4.2.6.3,0,0,0,0,0,0,.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.3,0,.6,0,1.2-.6,1.2-1.2,0,0,0,0,0-.1,0-.3,0-.9,0-1.1,0,0,0,0,0,0,0-2.2.2-4.5,0-6.6,0-.3-.2-.6-.4-.9-.2-.2-.4-.3-.7-.4-.7-.1-1.6,0-2.5,0-.7,0-1.4,0-2,0,0,0,0,0,0,0-.3,0-.6.2-.8.4,0,0,0,0,0,0,0,0-.1,0-.2-.1-.1,0-.2-.1-.3-.2-.1,0-.2,0-.4,0-.7,0-1.5,0-2.3,0-.7,0-1.4,0-2,0,0,0,0,0,0,0-.3,0-.6.2-.8.4,0,0,0,0,0,0,0,0-.1,0-.2-.1-.1,0-.2-.1-.3-.2-.1,0-.2,0-.4,0-.3,0-.7,0-1.1,0,0,0,0-.1,0-.2,0,0-.1,0-.2,0,0,0-.2,0-.2,0-.4,0-.8-.2-1.3-.5,0,0,0,0,0,0,0,0-.1,0-.2.1-.3.2-.6.3-1,.4h-.1s-.1,0-.1,0c-.4,0-.7-.2-.9-.5-.4-.5-.3-1.2-.1-1.8,0,0,0-.1,0-.2,0,0,0,0,0,0-.2-.2-.4-.3-.6-.6-.5-.6-.3-1.1-.2-1.4.3-.7,1.1-.8,1.7-.8,0,0,0,0,.1,0,0,0,0-.1,0-.2.2-.4.3-.7.5-.9.2-.2.4-.4.7-.4,0,0,0,0,0,0,0,0,0,0,0,0,.2.2,1,.7,1.3.7.2,0,.4-.3.3-.5,0-.2-1-.7-1.2-.9-1.3-.9-2.4-2.2-2.8-3.8-.9-3.8.5-7.4,3.6-9.7.2-.2,0-.6-.2-.6-.2,0-.8.5-1,.7-3.1,2.8-4.3,7.2-2.6,11.1l-.8,1.1h-.2c-.2-.6-.4-1.2-.6-1.8-1.5-5.8,1-12,6.9-13.9,1.8-.6,4.2-.7,5.9.4-2.2,0-4.6.3-6.5,1.5-.2.1-.5.3-.3.6.3.4,1-.2,1.3-.3,1.9-.9,4-1.2,6-1-.2.7-.6,1.4-.7,2.1-.6-.1-1.2-.4-1.8-.5-.9-.1-1.4,0-1.7.9-.2.8-.2,1.7.2,2.5.6,1.3,1.3,1.1,2.5.5.2-.1.5-.4.7-.4,0,0,0,0,.1,0,.2.8.5,1.6.9,2.3-2.1.2-5.6.8-6.5,3-.9,2.1,1,5.3,3.4,5.3.4,0,.6-.4.8-.7.8-.7,1.9-1.1,3-.7.2,0,.4,0,.3.3-1.1.4-1.9,1.1-2.3,2.1-.2-.5-.5-1.2-.7-1.3,0,0-.2,0-.2,0-.3,0-.7,1.4-1,1.7-.3.2-2.7,0-1.9,1,0,0,.2.1.3.2.3.3.6.6.9.9,0,.2-.3,1.4-.3,1.8,0,.2.1.3.3.4l1.8-.9c.4.1,1.5.9,1.8.8.1,0,.3-.2.3-.3l-.3-1.8c.2-.4,1.3-1.1,1.3-1.4,0-.1,0-.2-.1-.3-.2-.2-1-.2-1.6-.3.2-.6.5-1.2,1.2-1.6.4-.3,1.2-.4,1.2-1,0-.8-.7-1-1.3-1.1-1.1-.2-2.1.1-2.9.8-.1,0-.6.6-.7.6-.2,0-.7-.1-.9-.2-1.2-.6-1.9-1.9-1.9-3.2,0-.1,0-.4,0-.5.3.7,1.1,1.8,1.9,1.8.4,0,.7-.3.9-.7.2-.8.3-2,.5-2.8,0-.2.1-.9.2-.9,1.5-.4,3.1-.4,4.7-.7.4,0,1.7-.4,2-.6.3-.2.2-.6-.2-.7-1.1.3-2.1.6-3.3.7-1.5-2.2-1.5-5-.3-7.3,2.2.3,5.2,1,6.9,2.6,1.5,1.4.4,2.3-1,3.1-.3.2-1,.4-1.2.6-.3.2,0,.7.3.6.3,0,1.2-.6,1.6-.8.8-.5,1.6-1.1,1.8-2.1h0ZM23.2,36.7c0-.4,0-.9,0-1.4v-1.6c0-.2.2-.4.5-.5.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4h0c0,.1,0,.1,0,.1v.5c0,.2.2.4.4.4h0c.2,0,.4-.2.4-.4v-.5h0c0-.4.2-.5.5-.6.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4h0c0,.1,0,.1,0,.1v.5c0,.2.2.4.4.4h0c.2,0,.4-.2.4-.4v-.5h0c0-.4.2-.5.5-.6.7,0,1.4,0,2.1,0,.8,0,1.6,0,2.4,0,.2,0,.3.2.4.4v1.6c0,.5,0,1,0,1.4v3.7s0,0,0,0c-.1.4.2,1.3-.2,1.6,0,0-.1,0-.2.1,0,0,0,0-.1,0h-4.6s0,0,0,0c0,0-.2-.1-.2-.2,0,0,0-.1,0-.2v-.4c0-.2-.2-.4-.4-.4h0c-.2,0-.4.2-.4.4v.4c0,.3-.3.5-.6.5,0,0,0,0,0,0-.6,0-1.3,0-2,0-.8,0-1.5,0-2.3,0-.2,0-.3-.1-.4-.2,0,0,0-.1,0-.2v-.4c0-.2-.2-.4-.4-.4h0c-.2,0-.4.2-.4.4v.4c0,.2-.2.4-.4.5h-3c-.5,0-.9,0-1.4,0h-.1c-.2,0-.3-.1-.4-.2-.2-.4,0-1.2-.1-1.5,0,0,0,0,0,0v-3.7s0,0,0,0ZM30.9,14.6c-.6-.7-.8-1.7-.5-2.5.2-.6.3-.5.9-.4.6,0,1.2.3,1.8.5v1.4c-.3.2-1.8,1.2-2.2,1ZM34,27.3c0,0,0,.1,0,.2-.2.2-.8.6-.9.9,0,.3.2,1.3.2,1.4l-1.2-.6-1.2.6c0,0,.2-1.1.2-1.3,0-.2-.7-.8-.9-1,0-.1,0,0,.1,0,.4,0,.8,0,1.2-.2.1,0,.4-.9.6-1.1,0,0,0,0,.1,0l.6,1.2,1.3.2h0ZM30.6,19.3c-.1.6-.2,1.4-.3,1.9,0,0,0,.3-.2.3-.5,0-1.5-1.5-1.6-2,.6-.7,1.4-1.1,2.3-1.4,0,.4-.2.8-.2,1.2h0Z'/%3e%3cpath class='st1' d='M38.2,11.6c-.8,0-.8,1.2-.1,1.2.9,0,.9-1.2.1-1.2Z'/%3e%3cpath class='st1' d='M41.4,28.2c-.2-.2-1.2-.2-1.6-.3-.2-.3-.5-1.2-.8-1.4,0,0-.1,0-.2,0,0,0-.2,0-.3.1-.2.2-.5,1.2-.7,1.3-.4.2-1.8,0-1.6.7,0,.3.9.8,1,1.1,0,.4-.5,1.7,0,1.8.3,0,1.1-.6,1.5-.7.3.1,1.1.7,1.5.7.6-.1,0-1.4,0-1.8.2-.4,1.4-1,1-1.4h0ZM39.6,29.5c0,.3.1.7.1,1,0,0-.7-.4-.9-.4-.2,0-.9.4-.9.4,0-.3.2-.7.1-.9,0-.3-.6-.5-.7-.8.3,0,.8,0,1-.2.1-.1.3-.6.4-.7,0,0,0,0,.1,0l.4.9.9.2c0,.3-.6.4-.6.7h0Z'/%3e%3cpath class='st1' d='M27.6,28.2c-.2-.2-1.2-.2-1.5-.3-.3-.3-.5-1.2-.8-1.4,0,0-.1,0-.2,0,0,0-.2,0-.3.1-.2.2-.5,1.2-.7,1.3-.3.2-1.5,0-1.6.4-.2.5.8,1,1,1.3.1.4-.6,1.8.1,1.8.5-.1.9-.5,1.4-.7.3.1,1.1.7,1.5.6.5-.1,0-1.4,0-1.8.2-.4,1.4-1,1-1.4h0ZM25.9,29.5v1c.1,0-.6-.4-.7-.4-.3,0-.6.3-.9.4,0-.3.2-.7.1-1,0-.3-.6-.5-.6-.7l.9-.2c.1,0,.3-.6.4-.8,0,0,0,0,.1,0,0,.2.3.7.4.8.2.2.8.2,1,.2l-.7.7Z'/%3e%3cpath class='st1' d='M37.2,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4Z'/%3e%3cpath class='st1' d='M25.1,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4Z'/%3e%3cpath class='st1' d='M31.1,40l2.3-3.9c0-.2,0-.5-.3-.5-.4,0-2,0-2.4,0-.5,0-.3.7,0,.7h1.7l-2,3.4c-.1.4.3.7.6.4Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-wallet {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='1' y='7' width='47' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47.9,25.7c0-.5-.4-1-.9-1.3-.5-.4-1.2-.6-1.7-.5,0-.6,0-1.3,0-1.9,0-1.4,0-2.8-.4-4-.7-2-2.7-3.3-4.9-3.2l-2.6-5.2h0c-1-1.4-2.2-1.4-3.7-.9-2.8,1-5.7,2.1-8.5,3.2-1.7.7-3.5,1.4-5.3,2.1-.9-.1-1.8-.2-2.6-.4-.4,0-.5-.2-.7-.5-.8-1.3-1.5-3.1-2.2-4.5-.3-.6-.5-1.1-1.1-1.3-.9-.3-1.7,0-2.1.8-.9,1.5-1.6,3.5-2.5,5.1-.2.3-.3.4-.7.5-1.8.4-3.8.4-5.6.8-1.3.3-1.9,1.6-1.1,2.7,1,1.2,2.6,2.4,3.7,3.6.3.3.8.6.7,1.1l-1,5.7c-.1,1.4,1.1,2.3,2.5,1.7,1.3-.5,2.6-1.3,3.8-2v11.7s0,0,0,0c.2,1.1.7,2.1,1.5,2.9.8.8,1.9,1.3,3,1.4h25.1c1.4-.1,2.7-.9,3.6-2,1.1-1.5,1.1-3.4,1-5.2,0-.6,0-1.3,0-1.9,1.2,0,2.3-.6,2.6-1.8h0s0,0,0,0c0-.9,0-1.9,0-2.9,0-1.2.1-2.4,0-3.5h0ZM34.8,9.7c.6-.1,1,0,1.4.5l2.2,4.4h-14.5c-.2-.2-.4-.3-.7-.4,0,0-.1,0-.2,0l11.8-4.5ZM11.1,19h0s0,6.9,0,6.9c-1.4.7-2.8,1.7-4.2,2.3-.5.3-1.1,0-1.1-.6l1-5.8c0-.4,0-.8-.2-1.1-1.2-1.5-3.2-2.8-4.4-4.3-.3-.4-.2-1,.3-1.2,1.9-.4,3.9-.5,5.8-.9.6-.1,1-.4,1.3-.9.9-1.6,1.6-3.4,2.5-5,.1-.2.4-.4.6-.4.3,0,.6.2.7.4.9,1.6,1.6,3.5,2.5,5,.3.6.6.8,1.3.9.3,0,.6.1,1,.2-.1,0-.2,0-.3.1-1.7-.2-3.2.1-4.3.8-1.3.8-2.1,2-2.4,3.6h0ZM43.8,38.6c0,.6-.4,1.3-1.1,1.9-.7.6-1.6,1.1-2.3,1,0,0,0,0-.1,0h-24.2c-2.1-.1-3.4-1.5-3.6-3.4v-11.8s0-.9,0-.9v-6c.2-1.6,1.2-2.8,2.7-3.2.6,0,1.2,0,1.8,0,0,0,0,0,.1,0,.6,0,1.1,0,1.7,0,.1,0,.2,0,.3,0,.5,0,1,0,1.5,0,.2,0,.4,0,.6,0,.4,0,.9,0,1.3,0,2.7,0,5.5,0,8.2,0,1.9,0,3.9,0,5.9,0,1.2,0,2.4,0,3.6,0h0s0,0,.1,0c.7,0,1.5.4,2.3,1,.7.6,1.1,1.3,1.1,1.9v4.8h-6.8c-1,0-1.9.5-2.8,1.3-1,1-1.7,2.5-1.7,3.7,0,2.2,2.1,5,4.5,5h6.8v4.8h0ZM46.5,29c0,.9,0,1.8,0,2.6,0,.4-.4.8-.8.8-1.3,0-2.8,0-4.1,0-1.5,0-3,.1-4.4,0-.7,0-1.6-.6-2-1-1-1-1.3-2.4-.8-3.8.5-1.3,1.5-2.2,2.8-2.3.6,0,1.3,0,1.9,0s1.7,0,2.5,0c1.4,0,2.8.1,4.1,0,.5,0,.8.5.8.9,0,.9,0,1.8,0,2.8Z'/%3e%3cpath class='st1' d='M37.7,26.3c-.6,0-1.2.4-1.5.9-.3.4-.5,1-.5,1.6,0,1.6,1.1,2.4,2.1,2.5.2,0,.3,0,.5,0,1.3,0,1.9-.7,2.2-1.1.5-.9.5-2.1,0-2.9-.3-.5-1.1-1.3-2.6-1h0ZM39.2,29.4c-.2.3-.5.6-.9.6-.7,0-1.2-.5-1.2-1,0-.5.2-1.1,1-1.2.5,0,.8.2,1,.4.3.3.3.9.1,1.3h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='1' y='7' width='47' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47.9,25.7c0-.5-.4-1-.9-1.3-.5-.4-1.2-.6-1.7-.5,0-.6,0-1.3,0-1.9,0-1.4,0-2.8-.4-4-.7-2-2.7-3.3-4.9-3.2l-2.6-5.2h0c-1-1.4-2.2-1.4-3.7-.9-2.8,1-5.7,2.1-8.5,3.2-1.7.7-3.5,1.4-5.3,2.1-.9-.1-1.8-.2-2.6-.4-.4,0-.5-.2-.7-.5-.8-1.3-1.5-3.1-2.2-4.5-.3-.6-.5-1.1-1.1-1.3-.9-.3-1.7,0-2.1.8-.9,1.5-1.6,3.5-2.5,5.1-.2.3-.3.4-.7.5-1.8.4-3.8.4-5.6.8-1.3.3-1.9,1.6-1.1,2.7,1,1.2,2.6,2.4,3.7,3.6.3.3.8.6.7,1.1l-1,5.7c-.1,1.4,1.1,2.3,2.5,1.7,1.3-.5,2.6-1.3,3.8-2v11.7s0,0,0,0c.2,1.1.7,2.1,1.5,2.9.8.8,1.9,1.3,3,1.4h25.1c1.4-.1,2.7-.9,3.6-2,1.1-1.5,1.1-3.4,1-5.2,0-.6,0-1.3,0-1.9,1.2,0,2.3-.6,2.6-1.8h0s0,0,0,0c0-.9,0-1.9,0-2.9,0-1.2.1-2.4,0-3.5h0ZM34.8,9.7c.6-.1,1,0,1.4.5l2.2,4.4h-14.5c-.2-.2-.4-.3-.7-.4,0,0-.1,0-.2,0l11.8-4.5ZM11.1,19h0s0,6.9,0,6.9c-1.4.7-2.8,1.7-4.2,2.3-.5.3-1.1,0-1.1-.6l1-5.8c0-.4,0-.8-.2-1.1-1.2-1.5-3.2-2.8-4.4-4.3-.3-.4-.2-1,.3-1.2,1.9-.4,3.9-.5,5.8-.9.6-.1,1-.4,1.3-.9.9-1.6,1.6-3.4,2.5-5,.1-.2.4-.4.6-.4.3,0,.6.2.7.4.9,1.6,1.6,3.5,2.5,5,.3.6.6.8,1.3.9.3,0,.6.1,1,.2-.1,0-.2,0-.3.1-1.7-.2-3.2.1-4.3.8-1.3.8-2.1,2-2.4,3.6h0ZM43.8,38.6c0,.6-.4,1.3-1.1,1.9-.7.6-1.6,1.1-2.3,1,0,0,0,0-.1,0h-24.2c-2.1-.1-3.4-1.5-3.6-3.4v-11.8s0-.9,0-.9v-6c.2-1.6,1.2-2.8,2.7-3.2.6,0,1.2,0,1.8,0,0,0,0,0,.1,0,.6,0,1.1,0,1.7,0,.1,0,.2,0,.3,0,.5,0,1,0,1.5,0,.2,0,.4,0,.6,0,.4,0,.9,0,1.3,0,2.7,0,5.5,0,8.2,0,1.9,0,3.9,0,5.9,0,1.2,0,2.4,0,3.6,0h0s0,0,.1,0c.7,0,1.5.4,2.3,1,.7.6,1.1,1.3,1.1,1.9v4.8h-6.8c-1,0-1.9.5-2.8,1.3-1,1-1.7,2.5-1.7,3.7,0,2.2,2.1,5,4.5,5h6.8v4.8h0ZM46.5,29c0,.9,0,1.8,0,2.6,0,.4-.4.8-.8.8-1.3,0-2.8,0-4.1,0-1.5,0-3,.1-4.4,0-.7,0-1.6-.6-2-1-1-1-1.3-2.4-.8-3.8.5-1.3,1.5-2.2,2.8-2.3.6,0,1.3,0,1.9,0s1.7,0,2.5,0c1.4,0,2.8.1,4.1,0,.5,0,.8.5.8.9,0,.9,0,1.8,0,2.8Z'/%3e%3cpath class='st1' d='M37.7,26.3c-.6,0-1.2.4-1.5.9-.3.4-.5,1-.5,1.6,0,1.6,1.1,2.4,2.1,2.5.2,0,.3,0,.5,0,1.3,0,1.9-.7,2.2-1.1.5-.9.5-2.1,0-2.9-.3-.5-1.1-1.3-2.6-1h0ZM39.2,29.4c-.2.3-.5.6-.9.6-.7,0-1.2-.5-1.2-1,0-.5.2-1.1,1-1.2.5,0,.8.2,1,.4.3.3.3.9.1,1.3h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-walletactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='1' y='7' width='47' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47.9,25.7c0-.5-.4-1-.9-1.3-.5-.4-1.2-.6-1.7-.5,0-.6,0-1.3,0-1.9,0-1.4,0-2.8-.4-4-.7-2-2.7-3.3-4.9-3.2l-2.6-5.2h0c-1-1.4-2.2-1.4-3.7-.9-2.8,1-5.7,2.1-8.5,3.2-1.7.7-3.5,1.4-5.3,2.1-.9-.1-1.8-.2-2.6-.4-.4,0-.5-.2-.7-.5-.8-1.3-1.5-3.1-2.2-4.5-.3-.6-.5-1.1-1.1-1.3-.9-.3-1.7,0-2.1.8-.9,1.5-1.6,3.5-2.5,5.1-.2.3-.3.4-.7.5-1.8.4-3.8.4-5.6.8-1.3.3-1.9,1.6-1.1,2.7,1,1.2,2.6,2.4,3.7,3.6.3.3.8.6.7,1.1l-1,5.7c-.1,1.4,1.1,2.3,2.5,1.7,1.3-.5,2.6-1.3,3.8-2v11.7s0,0,0,0c.2,1.1.7,2.1,1.5,2.9.8.8,1.9,1.3,3,1.4h25.1c1.4-.1,2.7-.9,3.6-2,1.1-1.5,1.1-3.4,1-5.2,0-.6,0-1.3,0-1.9,1.2,0,2.3-.6,2.6-1.8h0s0,0,0,0c0-.9,0-1.9,0-2.9,0-1.2.1-2.4,0-3.5h0ZM34.8,9.7c.6-.1,1,0,1.4.5l2.2,4.4h-14.5c-.2-.2-.4-.3-.7-.4,0,0-.1,0-.2,0l11.8-4.5ZM43.8,38.6c0,.6-.4,1.3-1.1,1.9-.7.6-1.6,1.1-2.3,1,0,0,0,0-.1,0h-24.2c-2.1-.1-3.4-1.5-3.6-3.4v-11.8s0-.9,0-.9v-6c.2-1.6,1.2-2.8,2.7-3.2.6,0,1.2,0,1.8,0,0,0,0,0,.1,0,.6,0,1.1,0,1.7,0,.1,0,.2,0,.3,0,.5,0,1,0,1.5,0,.2,0,.4,0,.6,0,.4,0,.9,0,1.3,0,2.7,0,5.5,0,8.2,0,1.9,0,3.9,0,5.9,0,1.2,0,2.4,0,3.6,0h0s0,0,.1,0c.7,0,1.5.4,2.3,1,.7.6,1.1,1.3,1.1,1.9v4.8h-6.8c-1,0-1.9.5-2.8,1.3-1,1-1.7,2.5-1.7,3.7,0,2.2,2.1,5,4.5,5h6.8v4.8h0ZM46.5,29c0,.9,0,1.8,0,2.6,0,.4-.4.8-.8.8-1.3,0-2.8,0-4.1,0-1.5,0-3,.1-4.4,0-.7,0-1.6-.6-2-1-1-1-1.3-2.4-.8-3.8.5-1.3,1.5-2.2,2.8-2.3.6,0,1.3,0,1.9,0s1.7,0,2.5,0c1.4,0,2.8.1,4.1,0,.5,0,.8.5.8.9,0,.9,0,1.8,0,2.8Z'/%3e%3cpath class='st1' d='M37.7,26.3c-.6,0-1.2.4-1.5.9-.3.4-.5,1-.5,1.6,0,1.6,1.1,2.4,2.1,2.5.2,0,.3,0,.5,0,1.3,0,1.9-.7,2.2-1.1.5-.9.5-2.1,0-2.9-.3-.5-1.1-1.3-2.6-1h0ZM39.2,29.4c-.2.3-.5.6-.9.6-.7,0-1.2-.5-1.2-1,0-.5.2-1.1,1-1.2.5,0,.8.2,1,.4.3.3.3.9.1,1.3h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='1' y='7' width='47' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cg%3e%3cpath class='st1' d='M47.9,25.7c0-.5-.4-1-.9-1.3-.5-.4-1.2-.6-1.7-.5,0-.6,0-1.3,0-1.9,0-1.4,0-2.8-.4-4-.7-2-2.7-3.3-4.9-3.2l-2.6-5.2h0c-1-1.4-2.2-1.4-3.7-.9-2.8,1-5.7,2.1-8.5,3.2-1.7.7-3.5,1.4-5.3,2.1-.9-.1-1.8-.2-2.6-.4-.4,0-.5-.2-.7-.5-.8-1.3-1.5-3.1-2.2-4.5-.3-.6-.5-1.1-1.1-1.3-.9-.3-1.7,0-2.1.8-.9,1.5-1.6,3.5-2.5,5.1-.2.3-.3.4-.7.5-1.8.4-3.8.4-5.6.8-1.3.3-1.9,1.6-1.1,2.7,1,1.2,2.6,2.4,3.7,3.6.3.3.8.6.7,1.1l-1,5.7c-.1,1.4,1.1,2.3,2.5,1.7,1.3-.5,2.6-1.3,3.8-2v11.7s0,0,0,0c.2,1.1.7,2.1,1.5,2.9.8.8,1.9,1.3,3,1.4h25.1c1.4-.1,2.7-.9,3.6-2,1.1-1.5,1.1-3.4,1-5.2,0-.6,0-1.3,0-1.9,1.2,0,2.3-.6,2.6-1.8h0s0,0,0,0c0-.9,0-1.9,0-2.9,0-1.2.1-2.4,0-3.5h0ZM34.8,9.7c.6-.1,1,0,1.4.5l2.2,4.4h-14.5c-.2-.2-.4-.3-.7-.4,0,0-.1,0-.2,0l11.8-4.5ZM43.8,38.6c0,.6-.4,1.3-1.1,1.9-.7.6-1.6,1.1-2.3,1,0,0,0,0-.1,0h-24.2c-2.1-.1-3.4-1.5-3.6-3.4v-11.8s0-.9,0-.9v-6c.2-1.6,1.2-2.8,2.7-3.2.6,0,1.2,0,1.8,0,0,0,0,0,.1,0,.6,0,1.1,0,1.7,0,.1,0,.2,0,.3,0,.5,0,1,0,1.5,0,.2,0,.4,0,.6,0,.4,0,.9,0,1.3,0,2.7,0,5.5,0,8.2,0,1.9,0,3.9,0,5.9,0,1.2,0,2.4,0,3.6,0h0s0,0,.1,0c.7,0,1.5.4,2.3,1,.7.6,1.1,1.3,1.1,1.9v4.8h-6.8c-1,0-1.9.5-2.8,1.3-1,1-1.7,2.5-1.7,3.7,0,2.2,2.1,5,4.5,5h6.8v4.8h0ZM46.5,29c0,.9,0,1.8,0,2.6,0,.4-.4.8-.8.8-1.3,0-2.8,0-4.1,0-1.5,0-3,.1-4.4,0-.7,0-1.6-.6-2-1-1-1-1.3-2.4-.8-3.8.5-1.3,1.5-2.2,2.8-2.3.6,0,1.3,0,1.9,0s1.7,0,2.5,0c1.4,0,2.8.1,4.1,0,.5,0,.8.5.8.9,0,.9,0,1.8,0,2.8Z'/%3e%3cpath class='st1' d='M37.7,26.3c-.6,0-1.2.4-1.5.9-.3.4-.5,1-.5,1.6,0,1.6,1.1,2.4,2.1,2.5.2,0,.3,0,.5,0,1.3,0,1.9-.7,2.2-1.1.5-.9.5-2.1,0-2.9-.3-.5-1.1-1.3-2.6-1h0ZM39.2,29.4c-.2.3-.5.6-.9.6-.7,0-1.2-.5-1.2-1,0-.5.2-1.1,1-1.2.5,0,.8.2,1,.4.3.3.3.9.1,1.3h0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-livechat {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='3' y='7' width='43' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M46,15.1c0,0,0-.1,0-.2,0,0,0,0,0,0-.2-.7-.6-1.1-1.2-1.3,0,0,0,0,0,0-.9-.2-1.8-.3-2.7-.4-.8,0-1.7-.2-2.5-.4-.3,0-.3,0-.5-.3-.4-.7-.8-1.6-1.2-2.4-.2-.5-.5-1.1-.8-1.6,0,0,0,0,0-.1-.2-.5-.5-.9-1.1-1.1-.8-.3-1.7,0-2.1.8-.4.7-.8,1.5-1.2,2.3-.3.8-.7,1.6-1.1,2.2,0,.1-.1.2-.2.3-3.1-2.1-6.9-3.2-11-3.2s-9,1.5-12.3,4.2c-1.6,1.3-2.8,2.8-3.7,4.5-.9,1.7-1.4,3.6-1.4,5.5,0,4.1,2.3,8.1,6.3,10.9l.4.3v.5c-.2,2.7-1.3,4.6-2.3,5.9-.3.4-.3,1,0,1.4.2.3.6.5,1,.5s.3,0,.4,0c1.2-.4,2.5-.9,3.8-1.6.9-.4,1.7-.9,2.5-1.4.6-.4,1.2-.7,1.8-1,.2-.1.4-.2.5-.3,1-.6,1.7-.9,2.8-.9,4.6,0,9-1.5,12.3-4.2,1.6-1.3,2.8-2.8,3.7-4.5.6-1.1.9-2.2,1.2-3.3.1,0,.2.1.3.2.5.3,1,.6,1.6.8,0,0,.2,0,.3.1.4.2.8.4,1.3.4s.4,0,.7-.1c.5-.2.9-.7,1-1.3,0,0,0,0,0,0-.1-1.2-.3-2.5-.6-3.7-.1-.6-.2-1.3-.3-1.9,0-.3.2-.5.5-.7,0,0,0,0,.1-.1.3-.3.7-.7,1.2-1.1.8-.7,1.6-1.5,2.2-2.2.2-.2.4-.6.4-.8,0,0,0-.2,0-.3ZM20.3,36.5c-1.6,0-2.6.7-3.9,1.4-1.3.7-2.9,1.6-4.3,2.4-1.3.7-2.5,1.2-3.6,1.6,1.1-1.6,2.2-3.6,2.4-6.5v-1.1c0,0-.9-.7-.9-.7-3.6-2.5-5.8-6.1-5.8-9.9,0-6.9,6.9-12.9,16.1-12.9s6.7.9,9.3,2.4c.5.3,1,.6,1.5,1,3.3,2.4,5.3,5.9,5.3,9.6s0,.2,0,.2c0,.2,0,.4,0,.7h0c0,.1,0,.2,0,.3,0,0,0,0,0,0,0,.1,0,.2,0,.3-1,6.2-7.5,11.4-16,11.4h0ZM44.7,15.4l-3.8,3.6s0,0,0,0c-.3.3-.4.6-.5,1,0,0,0,0,0,0,.1,1.2.3,2.4.5,3.5.1.7.3,1.4.4,2,0,.1,0,.3-.3.4-.2,0-.4,0-.5,0-.7-.3-1.5-.7-2.2-1.1-.3-.1-.5-.3-.8-.4,0-.3,0-.6,0-.8,0-1.9-.5-3.7-1.4-5.5-.9-1.7-2.1-3.2-3.7-4.5,0,0-.2-.1-.2-.2,0-.1.2-.2.3-.4.4-.7.8-1.6,1.2-2.4.3-.7.7-1.5,1.1-2.2,0,0,0,0,0,0,0-.2.2-.3.4-.3.2,0,.4.1.5.3,0,0,0,0,0,0,.4.7.7,1.4,1.1,2.2.4.8.8,1.6,1.2,2.4.3.6.7.8,1.3.9.8.2,1.6.3,2.4.3.9,0,1.8.2,2.6.4.2,0,.4.2.5.3,0,.2,0,.3,0,.5h0Z'/%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='3' y='7' width='43' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M46,15.1c0,0,0-.1,0-.2,0,0,0,0,0,0-.2-.7-.6-1.1-1.2-1.3,0,0,0,0,0,0-.9-.2-1.8-.3-2.7-.4-.8,0-1.7-.2-2.5-.4-.3,0-.3,0-.5-.3-.4-.7-.8-1.6-1.2-2.4-.2-.5-.5-1.1-.8-1.6,0,0,0,0,0-.1-.2-.5-.5-.9-1.1-1.1-.8-.3-1.7,0-2.1.8-.4.7-.8,1.5-1.2,2.3-.3.8-.7,1.6-1.1,2.2,0,.1-.1.2-.2.3-3.1-2.1-6.9-3.2-11-3.2s-9,1.5-12.3,4.2c-1.6,1.3-2.8,2.8-3.7,4.5-.9,1.7-1.4,3.6-1.4,5.5,0,4.1,2.3,8.1,6.3,10.9l.4.3v.5c-.2,2.7-1.3,4.6-2.3,5.9-.3.4-.3,1,0,1.4.2.3.6.5,1,.5s.3,0,.4,0c1.2-.4,2.5-.9,3.8-1.6.9-.4,1.7-.9,2.5-1.4.6-.4,1.2-.7,1.8-1,.2-.1.4-.2.5-.3,1-.6,1.7-.9,2.8-.9,4.6,0,9-1.5,12.3-4.2,1.6-1.3,2.8-2.8,3.7-4.5.6-1.1.9-2.2,1.2-3.3.1,0,.2.1.3.2.5.3,1,.6,1.6.8,0,0,.2,0,.3.1.4.2.8.4,1.3.4s.4,0,.7-.1c.5-.2.9-.7,1-1.3,0,0,0,0,0,0-.1-1.2-.3-2.5-.6-3.7-.1-.6-.2-1.3-.3-1.9,0-.3.2-.5.5-.7,0,0,0,0,.1-.1.3-.3.7-.7,1.2-1.1.8-.7,1.6-1.5,2.2-2.2.2-.2.4-.6.4-.8,0,0,0-.2,0-.3ZM20.3,36.5c-1.6,0-2.6.7-3.9,1.4-1.3.7-2.9,1.6-4.3,2.4-1.3.7-2.5,1.2-3.6,1.6,1.1-1.6,2.2-3.6,2.4-6.5v-1.1c0,0-.9-.7-.9-.7-3.6-2.5-5.8-6.1-5.8-9.9,0-6.9,6.9-12.9,16.1-12.9s6.7.9,9.3,2.4c.5.3,1,.6,1.5,1,3.3,2.4,5.3,5.9,5.3,9.6s0,.2,0,.2c0,.2,0,.4,0,.7h0c0,.1,0,.2,0,.3,0,0,0,0,0,0,0,.1,0,.2,0,.3-1,6.2-7.5,11.4-16,11.4h0ZM44.7,15.4l-3.8,3.6s0,0,0,0c-.3.3-.4.6-.5,1,0,0,0,0,0,0,.1,1.2.3,2.4.5,3.5.1.7.3,1.4.4,2,0,.1,0,.3-.3.4-.2,0-.4,0-.5,0-.7-.3-1.5-.7-2.2-1.1-.3-.1-.5-.3-.8-.4,0-.3,0-.6,0-.8,0-1.9-.5-3.7-1.4-5.5-.9-1.7-2.1-3.2-3.7-4.5,0,0-.2-.1-.2-.2,0-.1.2-.2.3-.4.4-.7.8-1.6,1.2-2.4.3-.7.7-1.5,1.1-2.2,0,0,0,0,0,0,0-.2.2-.3.4-.3.2,0,.4.1.5.3,0,0,0,0,0,0,.4.7.7,1.4,1.1,2.2.4.8.8,1.6,1.2,2.4.3.6.7.8,1.3.9.8.2,1.6.3,2.4.3.9,0,1.8.2,2.6.4.2,0,.4.2.5.3,0,.2,0,.3,0,.5h0Z'/%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-livechatactive {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='3' y='7' width='43' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M46,15.1c0,0,0-.1,0-.2,0,0,0,0,0,0-.2-.7-.6-1.1-1.2-1.3,0,0,0,0,0,0-.9-.2-1.8-.3-2.7-.4-.8,0-1.7-.2-2.5-.4-.3,0-.3,0-.5-.3-.4-.7-.8-1.6-1.2-2.4-.2-.5-.5-1.1-.8-1.6,0,0,0,0,0-.1-.2-.5-.5-.9-1.1-1.1-.8-.3-1.7,0-2.1.8-.4.7-.8,1.5-1.2,2.3-.3.8-.7,1.6-1.1,2.2,0,.1-.1.2-.2.3-3.1-2.1-6.9-3.2-11-3.2s-9,1.5-12.3,4.2c-1.6,1.3-2.8,2.8-3.7,4.5-.9,1.7-1.4,3.6-1.4,5.5,0,4.1,2.3,8.1,6.3,10.9l.4.3v.5c-.2,2.7-1.3,4.6-2.3,5.9-.3.4-.3,1,0,1.4.2.3.6.5,1,.5s.3,0,.4,0c1.2-.4,2.5-.9,3.8-1.6.9-.4,1.7-.9,2.5-1.4.6-.4,1.2-.7,1.8-1,.2-.1.4-.2.5-.3,1-.6,1.7-.9,2.8-.9,4.6,0,9-1.5,12.3-4.2,1.6-1.3,2.8-2.8,3.7-4.5.6-1.1.9-2.2,1.2-3.3.1,0,.2.1.3.2.5.3,1,.6,1.6.8,0,0,.2,0,.3.1.4.2.8.4,1.3.4s.4,0,.7-.1c.5-.2.9-.7,1-1.3,0,0,0,0,0,0-.1-1.2-.3-2.5-.6-3.7-.1-.6-.2-1.3-.3-1.9,0-.3.2-.5.5-.7,0,0,0,0,.1-.1.3-.3.7-.7,1.2-1.1.8-.7,1.6-1.5,2.2-2.2.2-.2.4-.6.4-.8,0,0,0-.2,0-.3ZM20.3,36.5c-1.6,0-2.6.7-3.9,1.4-1.3.7-2.9,1.6-4.3,2.4-1.3.7-2.5,1.2-3.6,1.6,1.1-1.6,2.2-3.6,2.4-6.5v-1.1c0,0-.9-.7-.9-.7-3.6-2.5-5.8-6.1-5.8-9.9,0-6.9,6.9-12.9,16.1-12.9s6.7.9,9.3,2.4c.5.3,1,.6,1.5,1,3.3,2.4,5.3,5.9,5.3,9.6s0,.2,0,.2c0,.2,0,.4,0,.7h0c0,.1,0,.2,0,.3,0,0,0,0,0,0,0,.1,0,.2,0,.3-1,6.2-7.5,11.4-16,11.4h0Z'/%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 49 49'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23f9ce37;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='3' y='7' width='43' height='36'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M46,15.1c0,0,0-.1,0-.2,0,0,0,0,0,0-.2-.7-.6-1.1-1.2-1.3,0,0,0,0,0,0-.9-.2-1.8-.3-2.7-.4-.8,0-1.7-.2-2.5-.4-.3,0-.3,0-.5-.3-.4-.7-.8-1.6-1.2-2.4-.2-.5-.5-1.1-.8-1.6,0,0,0,0,0-.1-.2-.5-.5-.9-1.1-1.1-.8-.3-1.7,0-2.1.8-.4.7-.8,1.5-1.2,2.3-.3.8-.7,1.6-1.1,2.2,0,.1-.1.2-.2.3-3.1-2.1-6.9-3.2-11-3.2s-9,1.5-12.3,4.2c-1.6,1.3-2.8,2.8-3.7,4.5-.9,1.7-1.4,3.6-1.4,5.5,0,4.1,2.3,8.1,6.3,10.9l.4.3v.5c-.2,2.7-1.3,4.6-2.3,5.9-.3.4-.3,1,0,1.4.2.3.6.5,1,.5s.3,0,.4,0c1.2-.4,2.5-.9,3.8-1.6.9-.4,1.7-.9,2.5-1.4.6-.4,1.2-.7,1.8-1,.2-.1.4-.2.5-.3,1-.6,1.7-.9,2.8-.9,4.6,0,9-1.5,12.3-4.2,1.6-1.3,2.8-2.8,3.7-4.5.6-1.1.9-2.2,1.2-3.3.1,0,.2.1.3.2.5.3,1,.6,1.6.8,0,0,.2,0,.3.1.4.2.8.4,1.3.4s.4,0,.7-.1c.5-.2.9-.7,1-1.3,0,0,0,0,0,0-.1-1.2-.3-2.5-.6-3.7-.1-.6-.2-1.3-.3-1.9,0-.3.2-.5.5-.7,0,0,0,0,.1-.1.3-.3.7-.7,1.2-1.1.8-.7,1.6-1.5,2.2-2.2.2-.2.4-.6.4-.8,0,0,0-.2,0-.3ZM20.3,36.5c-1.6,0-2.6.7-3.9,1.4-1.3.7-2.9,1.6-4.3,2.4-1.3.7-2.5,1.2-3.6,1.6,1.1-1.6,2.2-3.6,2.4-6.5v-1.1c0,0-.9-.7-.9-.7-3.6-2.5-5.8-6.1-5.8-9.9,0-6.9,6.9-12.9,16.1-12.9s6.7.9,9.3,2.4c.5.3,1,.6,1.5,1,3.3,2.4,5.3,5.9,5.3,9.6s0,.2,0,.2c0,.2,0,.4,0,.7h0c0,.1,0,.2,0,.3,0,0,0,0,0,0,0,.1,0,.2,0,.3-1,6.2-7.5,11.4-16,11.4h0Z'/%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-xclose {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 512'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cpath d='M41.1,0L2.7,38.4l215,217.6L.1,473.6l38.4,38.4,217.6-217.6,217.6,217.6,38.4-38.4-217.6-217.6,217.6-217.6L473.7,0l-215,217.6L41.1,0Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 512'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cpath d='M41.1,0L2.7,38.4l215,217.6L.1,473.6l38.4,38.4,217.6-217.6,217.6,217.6,38.4-38.4-217.6-217.6,217.6-217.6L473.7,0l-215,217.6L41.1,0Z'/%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-xbell {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_372_422)'%3e%3cpath d='M9.8201 20C9.73555 20 9.67213 20 9.59815 19.99C9.28109 19.96 8.78436 19.7799 8.77379 19.7699C7.81204 19.4197 7.06166 18.5993 6.78687 17.6488H3.5317H3.49999C2.47483 17.5388 1.59762 16.9085 1.20658 15.998C0.815536 15.0775 0.984635 14.077 1.6716 13.3067C1.86184 13.0965 2.09435 12.8864 2.32686 12.6863C2.58051 12.4662 2.84473 12.2261 3.00326 12.026C3.0244 12.006 3.03497 11.976 3.04554 11.936C3.08781 11.3457 3.07724 10.7454 3.05611 10.1151C3.0244 8.94447 3.00326 7.74387 3.34146 6.6033C3.94388 4.6023 5.5609 2.96148 7.61123 2.25113C7.63237 1.33067 8.20308 0.510255 9.10142 0.16008C9.11199 0.16008 9.46076 0.02001 9.66157 0H9.69327H10.3274H10.3802C11.5639 0.24012 12.3672 1.16058 12.3989 2.25113C13.3395 2.58129 14.2061 3.11156 14.9354 3.8019C15.7597 4.5923 16.3621 5.56278 16.6686 6.6033C17.0068 7.74387 16.9857 8.95448 16.954 10.1151C16.9434 10.7454 16.9223 11.3457 16.9646 11.936C16.9751 11.976 16.9963 11.996 17.0068 12.026C17.1654 12.2361 17.4296 12.4662 17.6832 12.6863C17.9157 12.8864 18.1483 13.0965 18.3385 13.3067C19.0149 14.077 19.184 15.0775 18.793 15.998C18.4019 16.9185 17.5458 17.5288 16.4995 17.6388H16.4678H13.2127C12.9379 18.5793 12.1875 19.3997 11.2257 19.7599C11.0566 19.8199 10.8875 19.8599 10.7184 19.8999C10.6339 19.92 10.5599 19.94 10.4965 19.96L10.4014 19.99H10.3063C10.3063 19.99 10.2534 19.99 10.2217 19.99C10.1689 19.99 10.1055 19.99 10.0315 19.99C9.95749 19.99 9.88351 19.99 9.79896 19.99L9.8201 20ZM16.2353 15.3677C16.4256 15.3577 16.5101 15.2076 16.5418 15.1676C16.5735 15.0975 16.6158 14.9675 16.5101 14.8374C16.2776 14.5373 16.0134 14.3072 15.7597 14.087C15.1784 13.5768 14.5655 13.0565 14.4915 11.8359C14.4598 11.2756 14.4809 10.6853 14.4915 10.1051C14.5338 8.92446 14.576 7.71386 14.1427 6.75338C13.4452 5.1926 11.7859 4.15208 9.99977 4.15208C9.90465 4.15208 9.80953 4.15208 9.71441 4.15208C7.92829 4.26213 6.34298 5.4027 5.7617 6.98349C5.43407 7.86393 5.47635 8.9945 5.51862 10.085C5.53976 10.6653 5.5609 11.2656 5.51862 11.8259C5.44464 12.9765 4.94791 13.4267 4.3772 13.957C4.23981 14.077 4.11298 14.2071 3.96502 14.3572C3.93331 14.3872 3.90161 14.4172 3.8699 14.4472C3.76421 14.5473 3.49999 14.8174 3.44715 14.9275C3.42601 15.0375 3.44715 15.1476 3.52113 15.2276C3.56341 15.2776 3.64796 15.3477 3.78535 15.3577H16.2353V15.3677Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_372_422'%3e%3crect width='20' height='20' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_372_422)'%3e%3cpath d='M9.8201 20C9.73555 20 9.67213 20 9.59815 19.99C9.28109 19.96 8.78436 19.7799 8.77379 19.7699C7.81204 19.4197 7.06166 18.5993 6.78687 17.6488H3.5317H3.49999C2.47483 17.5388 1.59762 16.9085 1.20658 15.998C0.815536 15.0775 0.984635 14.077 1.6716 13.3067C1.86184 13.0965 2.09435 12.8864 2.32686 12.6863C2.58051 12.4662 2.84473 12.2261 3.00326 12.026C3.0244 12.006 3.03497 11.976 3.04554 11.936C3.08781 11.3457 3.07724 10.7454 3.05611 10.1151C3.0244 8.94447 3.00326 7.74387 3.34146 6.6033C3.94388 4.6023 5.5609 2.96148 7.61123 2.25113C7.63237 1.33067 8.20308 0.510255 9.10142 0.16008C9.11199 0.16008 9.46076 0.02001 9.66157 0H9.69327H10.3274H10.3802C11.5639 0.24012 12.3672 1.16058 12.3989 2.25113C13.3395 2.58129 14.2061 3.11156 14.9354 3.8019C15.7597 4.5923 16.3621 5.56278 16.6686 6.6033C17.0068 7.74387 16.9857 8.95448 16.954 10.1151C16.9434 10.7454 16.9223 11.3457 16.9646 11.936C16.9751 11.976 16.9963 11.996 17.0068 12.026C17.1654 12.2361 17.4296 12.4662 17.6832 12.6863C17.9157 12.8864 18.1483 13.0965 18.3385 13.3067C19.0149 14.077 19.184 15.0775 18.793 15.998C18.4019 16.9185 17.5458 17.5288 16.4995 17.6388H16.4678H13.2127C12.9379 18.5793 12.1875 19.3997 11.2257 19.7599C11.0566 19.8199 10.8875 19.8599 10.7184 19.8999C10.6339 19.92 10.5599 19.94 10.4965 19.96L10.4014 19.99H10.3063C10.3063 19.99 10.2534 19.99 10.2217 19.99C10.1689 19.99 10.1055 19.99 10.0315 19.99C9.95749 19.99 9.88351 19.99 9.79896 19.99L9.8201 20ZM16.2353 15.3677C16.4256 15.3577 16.5101 15.2076 16.5418 15.1676C16.5735 15.0975 16.6158 14.9675 16.5101 14.8374C16.2776 14.5373 16.0134 14.3072 15.7597 14.087C15.1784 13.5768 14.5655 13.0565 14.4915 11.8359C14.4598 11.2756 14.4809 10.6853 14.4915 10.1051C14.5338 8.92446 14.576 7.71386 14.1427 6.75338C13.4452 5.1926 11.7859 4.15208 9.99977 4.15208C9.90465 4.15208 9.80953 4.15208 9.71441 4.15208C7.92829 4.26213 6.34298 5.4027 5.7617 6.98349C5.43407 7.86393 5.47635 8.9945 5.51862 10.085C5.53976 10.6653 5.5609 11.2656 5.51862 11.8259C5.44464 12.9765 4.94791 13.4267 4.3772 13.957C4.23981 14.077 4.11298 14.2071 3.96502 14.3572C3.93331 14.3872 3.90161 14.4172 3.8699 14.4472C3.76421 14.5473 3.49999 14.8174 3.44715 14.9275C3.42601 15.0375 3.44715 15.1476 3.52113 15.2276C3.56341 15.2776 3.64796 15.3477 3.78535 15.3577H16.2353V15.3677Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_372_422'%3e%3crect width='20' height='20' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-gamewallet {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 20 20'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' width='20' height='20'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st1'%3e%3cpath d='M4.2,5.7c-.4,1.3-.3,3.1,1.3,4.4,1.1.9,2.2.9,3.5.8.6,0,1.2,0,1.8,0,1.1,0,2.2.8,2.3,2.1,0,1-.6,1.9-1.6,2.1-1.1.2-2.4.1-3.7,0-1,0-2.1-.1-2.9,0-.6,0-.8.5-.8.9,0,.4.3.9.9,1,.5,0,1,0,1.5,0,.5,0,1.1,0,1.6,0h.6v2.4c0,.2.4.4.6.5.4.1.7,0,.9,0,.3-.3.5-1.1.4-2.2v-.7c0,0,.6,0,.6,0,2.1,0,3.3-1.4,3.8-2.7.4-1.3.3-3.1-1.3-4.4-1.1-.9-2.2-.9-3.5-.8-.6,0-1.2,0-1.8,0-1.1,0-2.2-.8-2.3-2.1,0-1,.6-1.9,1.6-2.1,1.1-.2,2.4-.1,3.7,0,1,0,2.1.1,2.9,0,.6,0,.8-.5.8-.9,0-.4-.3-.9-.9-1-.5,0-1,0-1.5,0-.5,0-1.1,0-1.6,0h-.6V.6c0-.2-.4-.4-.5-.5-.6-.2-.8,0-.9,0-.4.3-.5,1.2-.4,2.2v.7c0,0-.6,0-.6,0-1.7,0-3.2,1.1-3.8,2.7h0Z'/%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 20 20'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' width='20' height='20'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st1'%3e%3cpath d='M4.2,5.7c-.4,1.3-.3,3.1,1.3,4.4,1.1.9,2.2.9,3.5.8.6,0,1.2,0,1.8,0,1.1,0,2.2.8,2.3,2.1,0,1-.6,1.9-1.6,2.1-1.1.2-2.4.1-3.7,0-1,0-2.1-.1-2.9,0-.6,0-.8.5-.8.9,0,.4.3.9.9,1,.5,0,1,0,1.5,0,.5,0,1.1,0,1.6,0h.6v2.4c0,.2.4.4.6.5.4.1.7,0,.9,0,.3-.3.5-1.1.4-2.2v-.7c0,0,.6,0,.6,0,2.1,0,3.3-1.4,3.8-2.7.4-1.3.3-3.1-1.3-4.4-1.1-.9-2.2-.9-3.5-.8-.6,0-1.2,0-1.8,0-1.1,0-2.2-.8-2.3-2.1,0-1,.6-1.9,1.6-2.1,1.1-.2,2.4-.1,3.7,0,1,0,2.1.1,2.9,0,.6,0,.8-.5.8-.9,0-.4-.3-.9-.9-1-.5,0-1,0-1.5,0-.5,0-1.1,0-1.6,0h-.6V.6c0-.2-.4-.4-.5-.5-.6-.2-.8,0-.9,0-.4.3-.5,1.2-.4,2.2v.7c0,0-.6,0-.6,0-1.7,0-3.2,1.1-3.8,2.7h0Z'/%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-refresh {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 20 20'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' width='20' height='20'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st1'%3e%3cpath d='M15.9,0c.8.3.8.9,1,1.7.2.9.5,2.4.5,3.3,0,.6-.3,1-.9,1.2-1.3.3-2.8.4-4,.7-1.3,0-1.7-1.7-.5-2.2l1.6-.3c-4.4-2.4-9.9.2-10.8,5-1.3,7.9,9.3,11.7,13.4,5,.6-1.1.7-1.7,1-2.8.4-1.1,2-1,2.2.1.1,1-.7,3-1.3,3.9-3.7,6-12.6,6-16.3,0C-2.3,8.7,3.4.2,11.4,1.2c1.1.1,2.3.6,3.3,1.1-.1-.9-.4-1.9.7-2.3h.5Z'/%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 20 20'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' width='20' height='20'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st1'%3e%3cpath d='M15.9,0c.8.3.8.9,1,1.7.2.9.5,2.4.5,3.3,0,.6-.3,1-.9,1.2-1.3.3-2.8.4-4,.7-1.3,0-1.7-1.7-.5-2.2l1.6-.3c-4.4-2.4-9.9.2-10.8,5-1.3,7.9,9.3,11.7,13.4,5,.6-1.1.7-1.7,1-2.8.4-1.1,2-1,2.2.1.1,1-.7,3-1.3,3.9-3.7,6-12.6,6-16.3,0C-2.3,8.7,3.4.2,11.4,1.2c1.1.1,2.3.6,3.3,1.1-.1-.9-.4-1.9.7-2.3h.5Z'/%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-more {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 20 20'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' width='20' height='20'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st1'%3e%3cg%3e%3cpath d='M2.7,12.7c-.8,0-1.4-.3-1.9-.8-.5-.5-.8-1.1-.8-1.9s.3-1.4.8-1.9c.5-.5,1.2-.8,1.9-.8s1.4.3,1.9.8c.5.5.8,1.1.8,1.9s-.3,1.4-.8,1.9c-.5.5-1.1.8-1.9.8Z'/%3e%3cpath d='M10,12.7c-.8,0-1.4-.3-1.9-.8-.5-.5-.8-1.1-.8-1.9s.3-1.4.8-1.9c.5-.5,1.2-.8,1.9-.8s1.4.3,1.9.8c.5.5.8,1.1.8,1.9s-.3,1.4-.8,1.9c-.5.5-1.1.8-1.9.8Z'/%3e%3cpath d='M17.3,12.7c-.8,0-1.4-.3-1.9-.8-.5-.5-.8-1.1-.8-1.9s.3-1.4.8-1.9c.5-.5,1.2-.8,1.9-.8s1.4.3,1.9.8c.5.5.8,1.1.8,1.9s-.3,1.4-.8,1.9c-.5.5-1.1.8-1.9.8Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 20 20'%3e%3c!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' width='20' height='20'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st1'%3e%3cg%3e%3cpath d='M2.7,12.7c-.8,0-1.4-.3-1.9-.8-.5-.5-.8-1.1-.8-1.9s.3-1.4.8-1.9c.5-.5,1.2-.8,1.9-.8s1.4.3,1.9.8c.5.5.8,1.1.8,1.9s-.3,1.4-.8,1.9c-.5.5-1.1.8-1.9.8Z'/%3e%3cpath d='M10,12.7c-.8,0-1.4-.3-1.9-.8-.5-.5-.8-1.1-.8-1.9s.3-1.4.8-1.9c.5-.5,1.2-.8,1.9-.8s1.4.3,1.9.8c.5.5.8,1.1.8,1.9s-.3,1.4-.8,1.9c-.5.5-1.1.8-1.9.8Z'/%3e%3cpath d='M17.3,12.7c-.8,0-1.4-.3-1.9-.8-.5-.5-.8-1.1-.8-1.9s.3-1.4.8-1.9c.5-.5,1.2-.8,1.9-.8s1.4.3,1.9.8c.5.5.8,1.1.8,1.9s-.3,1.4-.8,1.9c-.5.5-1.1.8-1.9.8Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-info {
    -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 20 20'%3e%3c!-- Generator: Adobe Illustrator 29.6.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 207) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='5' y='0' width='10' height='20'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M10,6c.8,0,1.4.8,1.4,1.7v9h2.2c.8,0,1.4.8,1.4,1.7,0,.9-.6,1.7-1.4,1.7h-7.2c-.8,0-1.4-.8-1.4-1.7,0-.9.6-1.7,1.4-1.7h2.2v-7.3h-2.2c-.8,0-1.4-.8-1.4-1.7,0-.9.6-1.7,1.4-1.7h3.6ZM9.1,0c1,0,1.9.9,1.9,2s-.8,2-1.9,2h-1.2c-1,0-1.9-.9-1.9-2S6.9,0,7.9,0h1.2Z'/%3e%3c/g%3e%3crect class='st0' x='0' y='0' width='20' height='20'/%3e%3cmetadata%3e%3c?xpacket begin=' ' id='W5M0MpCehiHzreSzNTczkc9d'?%3e%3cx:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='Adobe XMP Core 9.1-c003 1.000000, 0000/00/00-00:00:00 '%3e%3crdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%3e%3crdf:Description rdf:about='' xmlns:xmp='http://ns.adobe.com/xap/1.0/' xmlns:xmpGImg='http://ns.adobe.com/xap/1.0/g/img/' xmlns:xmpTPg='http://ns.adobe.com/xap/1.0/t/pg/' xmlns:stDim='http://ns.adobe.com/xap/1.0/sType/Dimensions%23' xmlns:xmpG='http://ns.adobe.com/xap/1.0/g/' xmlns:illustrator='http://ns.adobe.com/illustrator/1.0/' xmlns:dc='http://purl.org/dc/elements/1.1/'%3e%3cxmp:CreatorTool%3eAdobe Illustrator 29.6 (Macintosh)%3c/xmp:CreatorTool%3e%3cxmp:CreateDate%3e2025-06-24T11:28:45+08:00%3c/xmp:CreateDate%3e%3cxmp:Thumbnails%3e%3crdf:Alt%3e%3crdf:li rdf:parseType='Resource'%3e%3cxmpGImg:width%3e256%3c/xmpGImg:width%3e%3cxmpGImg:height%3e256%3c/xmpGImg:height%3e%3cxmpGImg:format%3eJPEG%3c/xmpGImg:format%3e%3cxmpGImg:image%3e/9j/4AAQSkZJRgABAgEAAAAAAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAAAAAAAAEA&%23xA;AQAAAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK&%23xA;DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f&%23xA;Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAEAAwER&%23xA;AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA&%23xA;AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB&%23xA;UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE&%23xA;1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ&%23xA;qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy&%23xA;obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp&%23xA;0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo&%23xA;+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//2Q==%3c/xmpGImg:image%3e%3c/rdf:li%3e%3c/rdf:Alt%3e%3c/xmp:Thumbnails%3e%3cxmpTPg:MaxPageSize rdf:parseType='Resource'%3e%3cstDim:w%3e20.000000%3c/stDim:w%3e%3cstDim:h%3e20.000000%3c/stDim:h%3e%3cstDim:unit%3ePixels%3c/stDim:unit%3e%3c/xmpTPg:MaxPageSize%3e%3cxmpTPg:NPages%3e1%3c/xmpTPg:NPages%3e%3cxmpTPg:HasVisibleTransparency%3eFalse%3c/xmpTPg:HasVisibleTransparency%3e%3cxmpTPg:HasVisibleOverprint%3eFalse%3c/xmpTPg:HasVisibleOverprint%3e%3cxmpTPg:SwatchGroups%3e%3crdf:Seq%3e%3crdf:li rdf:parseType='Resource'%3e%3cxmpG:groupName%3eDefault Swatch Group%3c/xmpG:groupName%3e%3cxmpG:groupType%3e0%3c/xmpG:groupType%3e%3c/rdf:li%3e%3c/rdf:Seq%3e%3c/xmpTPg:SwatchGroups%3e%3cillustrator:IsFileSavedViaInstantSave%3eFalse%3c/illustrator:IsFileSavedViaInstantSave%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3c/rdf:Description%3e%3c/rdf:RDF%3e%3c/x:xmpmeta%3e%3c?xpacket end='w'?%3e%3c/metadata%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 20 20'%3e%3c!-- Generator: Adobe Illustrator 29.6.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 207) --%3e%3cdefs%3e%3cstyle%3e .st0 %7b fill: none;%7d .st1 %7b fill: %23fff;%7d .st2 %7b clip-path: url(%23clippath);%7d %3c/style%3e%3cclipPath id='clippath'%3e%3crect class='st0' x='5' y='0' width='10' height='20'/%3e%3c/clipPath%3e%3c/defs%3e%3cg class='st2'%3e%3cpath class='st1' d='M10,6c.8,0,1.4.8,1.4,1.7v9h2.2c.8,0,1.4.8,1.4,1.7,0,.9-.6,1.7-1.4,1.7h-7.2c-.8,0-1.4-.8-1.4-1.7,0-.9.6-1.7,1.4-1.7h2.2v-7.3h-2.2c-.8,0-1.4-.8-1.4-1.7,0-.9.6-1.7,1.4-1.7h3.6ZM9.1,0c1,0,1.9.9,1.9,2s-.8,2-1.9,2h-1.2c-1,0-1.9-.9-1.9-2S6.9,0,7.9,0h1.2Z'/%3e%3c/g%3e%3crect class='st0' x='0' y='0' width='20' height='20'/%3e%3cmetadata%3e%3c?xpacket begin=' ' id='W5M0MpCehiHzreSzNTczkc9d'?%3e%3cx:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='Adobe XMP Core 9.1-c003 1.000000, 0000/00/00-00:00:00 '%3e%3crdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%3e%3crdf:Description rdf:about='' xmlns:xmp='http://ns.adobe.com/xap/1.0/' xmlns:xmpGImg='http://ns.adobe.com/xap/1.0/g/img/' xmlns:xmpTPg='http://ns.adobe.com/xap/1.0/t/pg/' xmlns:stDim='http://ns.adobe.com/xap/1.0/sType/Dimensions%23' xmlns:xmpG='http://ns.adobe.com/xap/1.0/g/' xmlns:illustrator='http://ns.adobe.com/illustrator/1.0/' xmlns:dc='http://purl.org/dc/elements/1.1/'%3e%3cxmp:CreatorTool%3eAdobe Illustrator 29.6 (Macintosh)%3c/xmp:CreatorTool%3e%3cxmp:CreateDate%3e2025-06-24T11:28:45+08:00%3c/xmp:CreateDate%3e%3cxmp:Thumbnails%3e%3crdf:Alt%3e%3crdf:li rdf:parseType='Resource'%3e%3cxmpGImg:width%3e256%3c/xmpGImg:width%3e%3cxmpGImg:height%3e256%3c/xmpGImg:height%3e%3cxmpGImg:format%3eJPEG%3c/xmpGImg:format%3e%3cxmpGImg:image%3e/9j/4AAQSkZJRgABAgEAAAAAAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAAAAAAAAEA&%23xA;AQAAAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK&%23xA;DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f&%23xA;Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAEAAwER&%23xA;AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA&%23xA;AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB&%23xA;UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE&%23xA;1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ&%23xA;qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy&%23xA;obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp&%23xA;0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo&%23xA;+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq&%23xA;7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7&%23xA;FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F&%23xA;XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&%23xA;Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY&%23xA;q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//2Q==%3c/xmpGImg:image%3e%3c/rdf:li%3e%3c/rdf:Alt%3e%3c/xmp:Thumbnails%3e%3cxmpTPg:MaxPageSize rdf:parseType='Resource'%3e%3cstDim:w%3e20.000000%3c/stDim:w%3e%3cstDim:h%3e20.000000%3c/stDim:h%3e%3cstDim:unit%3ePixels%3c/stDim:unit%3e%3c/xmpTPg:MaxPageSize%3e%3cxmpTPg:NPages%3e1%3c/xmpTPg:NPages%3e%3cxmpTPg:HasVisibleTransparency%3eFalse%3c/xmpTPg:HasVisibleTransparency%3e%3cxmpTPg:HasVisibleOverprint%3eFalse%3c/xmpTPg:HasVisibleOverprint%3e%3cxmpTPg:SwatchGroups%3e%3crdf:Seq%3e%3crdf:li rdf:parseType='Resource'%3e%3cxmpG:groupName%3eDefault Swatch Group%3c/xmpG:groupName%3e%3cxmpG:groupType%3e0%3c/xmpG:groupType%3e%3c/rdf:li%3e%3c/rdf:Seq%3e%3c/xmpTPg:SwatchGroups%3e%3cillustrator:IsFileSavedViaInstantSave%3eFalse%3c/illustrator:IsFileSavedViaInstantSave%3e%3cdc:format%3eimage/svg+xml%3c/dc:format%3e%3c/rdf:Description%3e%3c/rdf:RDF%3e%3c/x:xmpmeta%3e%3c?xpacket end='w'?%3e%3c/metadata%3e%3c/svg%3e");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-down {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='13' viewBox='0 0 21 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.7269 0.133331L10.2405 9.37796L18.7541 0.13333L20.2405 1.74739L10.9837 11.799C10.5732 12.2448 9.90773 12.2448 9.49727 11.799L0.240478 1.74739L1.7269 0.133331Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='13' viewBox='0 0 21 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.7269 0.133331L10.2405 9.37796L18.7541 0.13333L20.2405 1.74739L10.9837 11.799C10.5732 12.2448 9.90773 12.2448 9.49727 11.799L0.240478 1.74739L1.7269 0.133331Z' fill='white'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-up {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='13' viewBox='0 0 21 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.8207 12.1333L10.3071 2.8887L1.79357 12.1333L0.307144 10.5193L9.56393 0.467613C9.9744 0.0219033 10.6399 0.0219033 11.0504 0.467614L20.3071 10.5193L18.8207 12.1333Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='13' viewBox='0 0 21 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.8207 12.1333L10.3071 2.8887L1.79357 12.1333L0.307144 10.5193L9.56393 0.467613C9.9744 0.0219033 10.6399 0.0219033 11.0504 0.467614L20.3071 10.5193L18.8207 12.1333Z' fill='white'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block
}

.icon-xbellalert {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_372_423)'%3e%3cg clip-path='url(%23clip1_372_423)'%3e%3cpath d='M10.4236 20L10.5134 19.9698C10.5732 19.9497 10.653 19.9296 10.7329 19.9095C10.9025 19.8693 11.0721 19.8291 11.2417 19.7688C12.1995 19.407 12.9477 18.5829 13.2271 17.6382H16.5095C17.557 17.5276 18.4051 16.9146 18.7942 15.99C19.1833 15.0653 19.0137 14.0603 18.3452 13.2864C18.1556 13.0754 17.9262 12.8643 17.6867 12.6633C17.587 12.5729 17.4872 12.4824 17.3874 12.402C16.5893 12.7437 15.7113 12.9347 14.8034 12.9749C15.0528 13.4472 15.412 13.7688 15.7612 14.0704C16.0106 14.2915 16.28 14.5226 16.5095 14.8241C16.6192 14.9548 16.5693 15.0854 16.5394 15.1558C16.5095 15.196 16.4197 15.3467 16.2301 15.3568L3.80891 15.3467C3.66924 15.3367 3.58942 15.2663 3.54951 15.2161C3.47968 15.1357 3.44975 15.0251 3.47968 14.9146C3.52956 14.804 3.79894 14.5327 3.8987 14.4322C3.92864 14.402 3.95857 14.3719 3.9885 14.3417C4.13815 14.191 4.25787 14.0603 4.39755 13.9397C4.96623 13.407 5.46507 12.9548 5.53491 11.799C5.57482 11.2362 5.55486 10.6332 5.53491 10.0503C5.495 8.95477 5.4551 7.8191 5.77435 6.93467C6.02378 6.25126 6.46276 5.64824 7.01149 5.17588C7.08132 3.14573 7.94931 1.31658 9.30616 0C9.19642 0.040201 9.10663 0.0703517 9.09665 0.0703517C8.19873 0.422111 7.63005 1.24623 7.6101 2.17085C5.56484 2.88442 3.94859 4.53266 3.34998 6.54271C3.01076 7.68844 3.03072 8.89447 3.06065 10.0704C3.0806 10.7035 3.09058 11.3065 3.05067 11.8995C3.04069 11.9397 3.03072 11.9698 3.01076 11.99C2.85113 12.191 2.59174 12.4322 2.33234 12.6533C2.10287 12.8543 1.86342 13.0653 1.67386 13.2764C0.98546 14.0503 0.815854 15.0553 1.20495 15.9799C1.59405 16.8945 2.47201 17.5276 3.48965 17.6382H6.77204C7.04142 18.593 7.78968 19.4171 8.75744 19.7688C8.76741 19.7688 9.26626 19.9598 9.57554 19.99C9.64538 19.99 9.71522 19.99 9.79503 19.99H9.77508H10.3737L10.4236 20Z' fill='white'/%3e%3cpath d='M9 5.5C9 8.54 11.46 11 14.5 11C17.54 11 19.99 8.55 20 5.52V5.48C19.99 2.45 17.53 0 14.5 0C11.47 0 9 2.46 9 5.5Z' fill='%23FF0034'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_372_423'%3e%3crect width='20' height='20' fill='white'/%3e%3c/clipPath%3e%3cclipPath id='clip1_372_423'%3e%3crect width='20' height='20' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
    background-size: contain
}

.freespin-3s {
    margin: auto
}

.section-freespin {
    --section-intro-padding-bottom: 60px;
    max-width: 1068px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: var(--global-section-padding)
}

@media(max-width: 1068px) {
    .section-freespin {
        --section-intro-padding-bottom: 40px
    }
}

@media(max-width: 734px) {
    .section-freespin {
        --section-intro-padding-bottom: 40px
    }
}

@media(max-width: 1068px) {
    .section-freespin {
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 734px) {
    .section-freespin {
        margin-left: auto;
        margin-right: auto
    }
}

.section-freespin-all {
    padding-bottom: var(--section-intro-padding-bottom)
}

.freespin-rows-gallery-feature-cards {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px
}

@media(max-width: 1068px) {
    .freespin-rows-gallery-feature-cards {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media(max-width: 734px) {
    .freespin-rows-gallery-feature-cards {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media(max-width: 1068px) {
    .freespin-rows-gallery-feature-cards {
        margin-left: 16px;
        margin-right: 16px
    }
}

@media(max-width: 734px) {
    .freespin-rows-gallery-feature-cards {
        margin-left: 16px;
        margin-right: 16px
    }
}

@media(max-width: 1068px) {
    .freespin-rows-gallery-feature-cards {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 734px) {
    .freespin-rows-gallery-feature-cards {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 1068px) {
    .freespin-rows-gallery-feature-cards {
        gap: 16px
    }
}

@media(max-width: 734px) {
    .freespin-rows-gallery-feature-cards {
        gap: 8px
    }
}

.cards.card-freespin {
    width: 100%;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    position: relative;
    background: rgb(28, 28, 30)
}

.cards.card-freespin .card-content {
    width: 100%;
    display: flex;
    flex-direction: column
}

.cards.card-freespin .card-content-container-top img {
    width: 100%;
    max-width: 100%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px
}

.cards.card-freespin .card-content-container-bottom {
    padding: 8px 0px
}

@media screen and (max-width: 734px) {
    .cards.card-freespin .card-content-container-bottom {
        padding: 8px 0px
    }
}

.cards.card-freespin .card-content-container-bottom .row-container-top {
    width: 100%;
    height: 44px;
    font-size: .9375rem;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 8px;
    overflow: hidden
}

.cards.card-freespin .card-content-container-bottom .row-container-bottom {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px
}

.glow {
    -webkit-animation: glowing 2s infinite;
    animation: glowing 2s infinite
}

.freespin-product-cover {
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative
}

.freespin-product-cover .freespin-product-headline-wrapper {
    width: 100%;
    position: absolute;
    margin-top: 60px;
    z-index: 1
}

@media(max-width: 1068px) {
    .freespin-product-cover .freespin-product-headline-wrapper {
        margin-top: 40px
    }
}

@media(max-width: 734px) {
    .freespin-product-cover .freespin-product-headline-wrapper {
        margin-top: 20px
    }
}

.freespin-product-cover .freespin-product-headline-wrapper img {
    border-radius: 24px;
    width: 100%
}

.freespin-product-cover .freespin-product-headline-wrapper-container {
    padding-left: 60px;
    padding-right: 60px
}

@media(max-width: 1068px) {
    .freespin-product-cover .freespin-product-headline-wrapper-container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media(max-width: 734px) {
    .freespin-product-cover .freespin-product-headline-wrapper-container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.freespin-product-cover .freespin-product-headline-wrapper-container .row-container-top {
    width: 70%
}

.freespin-product-cover .freespin-product-headline-wrapper-container .row-container-bottom {
    width: 70%;
    margin-top: 8px
}