/*
Theme Name: Fundalor
Text Domain: fundalor
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: rgb(42, 42, 42);
    color: rgb(252, 252, 252);
    font-family: "Segoe UI", Arial, Roboto, Tahoma, sans-serif;
    line-height: 1.6;
    min-width: 320px;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    cursor: pointer;
    font-family: inherit;
}

.fundalor-wrap,
.fundalor-spotlight-wrap {
    margin: 0 auto;
    max-width: 1208px;
    padding: 0 20px;
    width: 100%;
}

.fundalor-masthead .fundalor-wrap {
    max-width: none;
    padding: 0 28px;
}

.fundalor-masthead {
    background: rgba(0, 0, 0, .78);
    backdrop-filter: blur(8px);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.fundalor-inline,
.fundalor-action {
    align-items: center;
    display: flex;
}

.fundalor-navdock {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(180px, 1fr) minmax(280px, auto) minmax(350px, 1fr);
    height: 88px;
}

.fundalor-logo {
    flex: 0 0 auto;
}

.fundalor-logo-link {
    display: block;
    width: fit-content;
}

.fundalor-logo-img {
    display: block;
    height: auto;
    max-height: 58px;
    width: 189px;
}

.fundalor-slide-menu {
    justify-self: center;
    margin: 0;
    min-width: 0;
}

.fundalor-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0 44px;
    justify-content: center;
    list-style: none;
}

.fundalor-menu a,
.fundalor-menu-link {
    color: rgb(252, 252, 252);
    display: block;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0;
    padding: 33px 0;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .34);
    text-transform: uppercase;
}

.fundalor-menu .current-menu-item > a,
.fundalor-menu a:hover,
.fundalor-menu-link:hover {
    color: rgb(0, 245, 255);
}

.fundalor-authbar {
    flex: 0 0 auto;
    gap: 12px;
    justify-self: end;
    margin-left: 0;
}

.fundalor-action {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: rgb(252, 252, 252);
    font-size: 16px;
    font-style: italic;
    font-weight: 900;
    justify-content: center;
    min-height: 40px;
    min-width: 120px;
    overflow: hidden;
    padding: 0 24px;
    position: relative;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .4);
    text-transform: uppercase;
    transform: skewX(-10deg);
    transition: box-shadow .22s ease, filter .22s ease, transform .22s ease;
}

.fundalor-action > * {
    transform: skewX(10deg);
}

.fundalor-action::before,
.fundalor-action::after {
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.fundalor-action::before {
    top: 0;
}

.fundalor-action::after {
    bottom: 1px;
}

.fundalor-action--violet {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .86) 0 9%, rgba(255, 255, 255, 0) 10%),
        linear-gradient(180deg, rgb(177, 20, 255) 0 50%, rgb(89, 0, 157) 51% 100%);
    box-shadow:
        rgb(231, 10, 255) 0 0 10px,
        rgba(231, 10, 255, .54) 0 0 22px,
        inset 0 0 0 1px rgba(255, 255, 255, .18),
        inset 0 -9px 0 rgba(43, 0, 92, .42);
}

.fundalor-action--violet::before,
.fundalor-action--violet::after {
    background: linear-gradient(270deg, rgb(64, 1, 127), rgb(231, 10, 255), rgb(64, 1, 127));
}

.fundalor-action--cyan {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .88) 0 9%, rgba(255, 255, 255, 0) 10%),
        linear-gradient(180deg, rgb(36, 255, 255) 0 50%, rgb(0, 194, 216) 51% 100%);
    box-shadow:
        rgb(0, 246, 255) 0 0 10px,
        rgba(0, 246, 255, .52) 0 0 22px,
        inset 0 0 0 1px rgba(255, 255, 255, .22),
        inset 0 -9px 0 rgba(0, 87, 130, .32);
}

.fundalor-action--cyan::before,
.fundalor-action--cyan::after {
    background: linear-gradient(270deg, rgb(0, 150, 190), rgb(31, 255, 255), rgb(0, 150, 190));
}

.fundalor-action:hover {
    filter: brightness(1.12);
    transform: skewX(-10deg) translateY(-2px);
}

.fundalor-action:active {
    filter: brightness(.92);
    transform: skewX(-10deg) translateY(1px);
}

.fundalor-action--gold {
    background: rgb(255, 228, 36);
    color: rgb(19, 19, 19);
}

.fundalor-content {
    background: rgb(255, 255, 255);
    padding: 0;
}

.fundalor-page-main {
    padding-top: 88px;
}

.fundalor-spotlight {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(3, 5, 18, .3), rgba(3, 5, 18, .28)),
        url("./assets/bg.webp") center / cover no-repeat;
    display: flex;
    justify-content: center;
    min-height: 560px;
    overflow: hidden;
    padding: 116px 28px 54px;
}

.fundalor-spotlight-wrap {
    align-items: center;
    display: grid;
    gap: 52px;
    grid-template-columns: minmax(300px, .95fr) minmax(420px, 1.05fr);
    max-width: 1580px;
}

.fundalor-spotlight-media {
    display: flex;
    justify-content: center;
    min-width: 0;
}

.fundalor-spotlight-media img {
    display: block;
    height: auto;
    max-width: 524px;
    width: 100%;
}

.fundalor-spotlight-card {
    align-items: flex-start;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    max-width: 650px;
    padding: 0;
    text-align: left;
}

.fundalor-spotlight-kicker {
    background: rgb(0, 194, 216);
    border-radius: 5px;
    color: rgb(252, 252, 252);
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 20px;
    padding: 9px 13px;
    text-transform: uppercase;
}

.fundalor-spotlight-title {
    color: rgb(18, 239, 244);
    font-size: 46px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: .01em;
    line-height: 1.1;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.fundalor-spotlight-card p {
    color: rgb(252, 252, 252);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 30px;
}

.fundalor-spotlight-tools {
    display: flex;
    gap: 14px;
    width: auto;
}

.fundalor-spotlight-action {
    width: auto;
}

.fundalor-content > *:not(.fundalor-spotlight):not(.fundalor-slots):not(.fundalor-jackpots) {
    margin-left: auto;
    margin-right: auto;
    max-width: 1208px;
    padding-left: 20px;
    padding-right: 20px;
}

.fundalor-breadcrumbs {
    align-items: center;
    background:
        linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) padding-box,
        linear-gradient(110deg, rgba(18, 239, 244, .75), rgba(231, 10, 255, .72), rgba(64, 1, 127, .7)) border-box;
    border: 2px solid transparent;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(64, 1, 127, .1), 0 0 18px rgba(18, 239, 244, .1);
    color: rgb(92, 82, 108);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 800;
    gap: 9px;
    line-height: 1.4;
    margin-top: 28px;
    padding: 12px 16px;
    position: relative;
}

.fundalor-breadcrumbs::before {
    background: linear-gradient(180deg, rgb(18, 239, 244), rgb(231, 10, 255));
    border-radius: 999px;
    content: "";
    height: calc(100% - 20px);
    left: 8px;
    position: absolute;
    top: 10px;
    width: 4px;
}

.fundalor-breadcrumbs > span,
.fundalor-breadcrumbs #breadcrumbs {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding-left: 10px;
}

.fundalor-breadcrumbs a {
    background: rgba(58, 0, 116, .08);
    border-radius: 999px;
    color: rgb(58, 0, 116);
    display: inline-flex;
    padding: 4px 10px;
    text-decoration: none;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.fundalor-breadcrumbs a:hover {
    background: rgba(18, 239, 244, .16);
    color: rgb(0, 199, 211);
    transform: translateY(-1px);
}

.fundalor-breadcrumbs span[aria-hidden="true"] {
    color: rgb(231, 10, 255);
    font-weight: 900;
}

.fundalor-breadcrumbs .breadcrumb_last {
    color: rgb(92, 82, 108);
    font-weight: 800;
}

.fundalor-content > section.wp-block-group.fundalor-content {
    background:
        radial-gradient(circle at 12% 0, rgba(18, 239, 244, .08), transparent 26%),
        radial-gradient(circle at 88% 8%, rgba(231, 10, 255, .07), transparent 28%),
        rgb(255, 255, 255);
    color: rgb(28, 20, 45);
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    padding: 66px 20px 72px;
    width: 100%;
}

section.wp-block-group.fundalor-content {
    background:
        radial-gradient(circle at 12% 0, rgba(18, 239, 244, .08), transparent 26%),
        radial-gradient(circle at 88% 8%, rgba(231, 10, 255, .07), transparent 28%),
        rgb(255, 255, 255);
    max-width: none;
    width: 100%;
}

section.wp-block-group.fundalor-content .wp-block-group__inner-container {
    margin: 0 auto;
    max-width: 1120px;
}

section.wp-block-group.fundalor-content h1,
section.wp-block-group.fundalor-content h2,
section.wp-block-group.fundalor-content h3,
section.wp-block-group.fundalor-content .wp-block-heading {
    color: rgb(58, 0, 116);
    font-style: italic;
    font-weight: 900;
    letter-spacing: .01em;
    line-height: 1.08;
    margin: 0 0 24px;
    text-transform: uppercase;
}

section.wp-block-group.fundalor-content h1 {
    font-size: 36px;
}

section.wp-block-group.fundalor-content h2 {
    font-size: 28px;
    margin-top: 36px;
}

section.wp-block-group.fundalor-content h3 {
    font-size: 22px;
    margin-top: 30px;
}

section.wp-block-group.fundalor-content p,
section.wp-block-group.fundalor-content li {
    color: rgb(42, 36, 54);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.72;
}

section.wp-block-group.fundalor-content p {
    margin: 0 0 20px;
}

section.wp-block-group.fundalor-content a {
    color: rgb(110, 0, 190);
    font-weight: 800;
    text-decoration: none;
}

section.wp-block-group.fundalor-content a:hover {
    color: rgb(0, 199, 211);
}

section.wp-block-group.fundalor-content ul,
section.wp-block-group.fundalor-content ol {
    margin: 0 0 24px;
    padding-left: 28px;
}

section.wp-block-group.fundalor-content blockquote {
    background: rgba(94, 0, 160, .08);
    border-left: 5px solid rgb(18, 221, 226);
    border-radius: 0 12px 12px 0;
    margin: 30px 0;
    padding: 20px 24px;
}

section.wp-block-group.fundalor-content .wp-block-image {
    margin: 34px 0;
}

section.wp-block-group.fundalor-content .wp-block-image figure {
    display: table;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

section.wp-block-group.fundalor-content .wp-block-image img {
    background: rgb(255, 255, 255);
    border: 2px solid rgba(64, 1, 127, .22);
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(64, 1, 127, .18), 0 0 24px rgba(18, 239, 244, .16);
    display: block;
    height: auto;
    max-width: 100%;
    padding: 5px;
}

section.wp-block-group.fundalor-content .wp-block-image figcaption {
    color: rgb(92, 82, 108);
    font-size: 14px;
    line-height: 1.45;
    margin-top: 12px;
    text-align: center;
}

section.wp-block-group.fundalor-content .wp-block-table {
    margin: 34px 0;
    overflow-x: auto;
}

section.wp-block-group.fundalor-content table {
    border-collapse: collapse;
    background: rgb(255, 255, 255);
    min-width: 640px;
    width: 100%;
}

section.wp-block-group.fundalor-content th,
section.wp-block-group.fundalor-content td {
    border: 1px solid rgba(58, 0, 116, .24);
    color: rgb(32, 25, 45);
    font-size: 16px;
    line-height: 1.45;
    padding: 14px 16px;
    text-align: left;
}

section.wp-block-group.fundalor-content th {
    background: rgb(58, 0, 116);
    color: rgb(255, 255, 255);
    font-weight: 900;
}

section.wp-block-group.fundalor-content td {
    background: rgb(250, 248, 255);
}

section.wp-block-group.fundalor-content tr:nth-child(even) td {
    background: rgb(242, 238, 250);
}

section.wp-block-group.fundalor-content .schema-faq {
    display: grid;
    gap: 16px;
    margin-top: 26px;
}

section.wp-block-group.fundalor-content .schema-faq-section {
    background:
        linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) padding-box,
        linear-gradient(115deg, rgb(18, 239, 244), rgb(231, 10, 255) 52%, rgb(64, 1, 127)) border-box;
    border: 2px solid transparent;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(64, 1, 127, .12), 0 0 18px rgba(18, 239, 244, .12);
    overflow: hidden;
    padding: 0;
    position: relative;
}

section.wp-block-group.fundalor-content .schema-faq-section::before {
    background: linear-gradient(180deg, rgb(18, 239, 244), rgb(231, 10, 255));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}

section.wp-block-group.fundalor-content .schema-faq-question {
    background: linear-gradient(90deg, rgba(58, 0, 116, .08), rgba(18, 239, 244, .06));
    color: rgb(58, 0, 116);
    display: block;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
    margin: 0;
    padding: 18px 24px 14px 30px;
    position: relative;
}

section.wp-block-group.fundalor-content .schema-faq-question::after {
    background: rgb(18, 239, 244);
    border-radius: 999px;
    box-shadow: 0 0 10px rgba(18, 239, 244, .65);
    content: "";
    height: 8px;
    position: absolute;
    right: 22px;
    top: 24px;
    width: 8px;
}

section.wp-block-group.fundalor-content .schema-faq-answer {
    color: rgb(42, 36, 54);
    font-size: 16px;
    line-height: 1.62;
    margin: 0;
    padding: 16px 24px 20px 30px;
}

.fundalor-slots {
    background: rgb(255, 255, 255);
    padding: 46px 0 54px;
}

.fundalor-slots-wrap {
    margin: 0 auto;
    max-width: 1520px;
    padding: 0 36px;
}

.fundalor-slots-grid {
    display: grid;
    gap: 22px 12px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.fundalor-slot-card {
    align-items: center;
    aspect-ratio: 1.18 / 1;
    background: transparent;
    border: 0;
    border-radius: 12px;
    color: rgb(255, 255, 255);
    display: flex;
    font-size: 24px;
    font-style: italic;
    font-weight: 900;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-shadow: 0 3px 0 rgba(0, 0, 0, .35);
    text-transform: uppercase;
}

.fundalor-slot-card img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.fundalor-slots-more {
    margin: 40px auto 0;
}

.fundalor-providers {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 28px 36px;
    justify-content: center;
    margin: 64px auto 0;
    max-width: 1240px;
}

.fundalor-provider-logo {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 48px;
}

.fundalor-provider-logo img {
    display: block;
    max-height: 46px;
    max-width: 170px;
    object-fit: contain;
    width: auto;
}

.fundalor-jackpots {
    background:
        radial-gradient(circle at 82% 8%, rgba(255, 0, 240, .18), transparent 28%),
        radial-gradient(circle at 10% 95%, rgba(0, 220, 255, .12), transparent 30%),
        linear-gradient(155deg, rgb(72, 0, 140), rgb(150, 0, 202) 58%, rgb(181, 0, 209));
    color: rgb(255, 255, 255);
    padding: 54px 0 62px;
}

.fundalor-jackpots-wrap {
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 36px;
}

.fundalor-jackpots-head {
    align-items: center;
    display: grid;
    gap: 42px;
    grid-template-columns: .95fr 1.05fr;
}

.fundalor-jackpots-copy {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.fundalor-jackpots-title {
    color: rgb(255, 255, 255);
    font-size: 52px;
    font-style: italic;
    font-weight: 900;
    line-height: .95;
    margin: 0 0 22px;
    text-transform: uppercase;
}

.fundalor-jackpots-copy p {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.28;
    margin: 0 0 34px;
    max-width: 610px;
}

.fundalor-jackpot-action {
    background: linear-gradient(180deg, rgb(255, 238, 62), rgb(255, 139, 0) 48%, rgb(225, 86, 0));
    border: 2px solid rgb(255, 218, 84);
    box-shadow: 0 0 14px rgba(255, 182, 0, .72), inset 0 1px 0 rgba(255, 255, 255, .65);
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 23px;
    font-style: italic;
    font-weight: 900;
    min-height: 44px;
    min-width: 190px;
    padding: 0 24px;
    text-shadow: 0 2px 0 rgba(83, 34, 0, .55);
    text-transform: uppercase;
    transform: skew(-9deg);
    transition: transform .18s ease, filter .18s ease;
}

.fundalor-jackpot-action:hover {
    filter: brightness(1.08);
    transform: skew(-9deg) translateY(-2px);
}

.fundalor-jackpots-panel {
    background: rgba(48, 0, 78, .86);
    border-radius: 18px;
    display: grid;
    gap: 30px 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 34px 32px 30px;
}

.fundalor-jackpot-meter strong,
.fundalor-jackpot-meter span {
    display: block;
    font-style: italic;
    font-weight: 900;
    line-height: 1;
}

.fundalor-jackpot-meter strong {
    color: rgb(255, 219, 0);
    font-size: 34px;
}

.fundalor-jackpot-meter span {
    color: rgb(255, 255, 255);
    font-size: 23px;
    margin-top: 8px;
}

.fundalor-jackpot-meter i {
    background: rgb(112, 0, 114);
    border-radius: 999px;
    display: block;
    height: 16px;
    margin-top: 18px;
    overflow: hidden;
    position: relative;
}

.fundalor-jackpot-meter i::before {
    background: linear-gradient(90deg, rgb(255, 238, 38), rgb(255, 129, 0));
    content: "";
    display: block;
    height: 100%;
    width: var(--fundalor-meter);
}

.fundalor-jackpot-games {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 86px;
}

.fundalor-jackpot-card {
    align-items: center;
    aspect-ratio: 1.08 / 1;
    background: transparent;
    border: 0;
    border-radius: 12px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    font-size: 22px;
    font-style: italic;
    font-weight: 900;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-shadow: 0 3px 0 rgba(0, 0, 0, .42);
    text-transform: uppercase;
    transition: transform .18s ease, filter .18s ease;
}

.fundalor-jackpot-card:hover {
    filter: saturate(1.08);
    transform: translateY(-3px);
}

.fundalor-jackpot-card img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.fundalor-missing {
    background:
        radial-gradient(circle at 18% 15%, rgba(18, 239, 244, .12), transparent 26%),
        radial-gradient(circle at 82% 20%, rgba(231, 10, 255, .12), transparent 28%),
        rgb(255, 255, 255);
    color: rgb(28, 20, 45);
}

.fundalor-missing main {
    min-height: calc(100vh - 320px);
}

.fundalor-market {
    padding: 146px 20px 78px;
}

.fundalor-missing-panel {
    background:
        linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) padding-box,
        linear-gradient(115deg, rgba(18, 239, 244, .72), rgba(231, 10, 255, .72)) border-box;
    border: 2px solid transparent;
    border-radius: 16px;
    box-shadow: 0 16px 42px rgba(64, 1, 127, .12);
    margin: 0 auto;
    max-width: 760px;
    padding: 42px 34px;
    text-align: center;
}

.fundalor-missing-title {
    color: rgb(58, 0, 116);
    font-size: 42px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.fundalor-missing-copy {
    color: rgb(42, 36, 54);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

.fundalor-missing-copy p {
    margin: 0 0 10px;
}

.fundalor-missing-copy a {
    color: rgb(110, 0, 190);
    font-weight: 800;
}

.fundalor-missing-copy a:hover {
    color: rgb(0, 199, 211);
}

.fundalor-footer {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.fundalor-footer-wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 40px;
    width: 100%;
}

.fundalor-footer-app {
    background: rgb(0, 0, 0);
    padding: 28px 0 38px;
}

.fundalor-footer-app .fundalor-footer-wrap {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: space-between;
}

.fundalor-footer-cta {
    align-items: center;
    display: flex;
    gap: 28px;
    min-width: 0;
}

.fundalor-footer-mascot {
    background:
        radial-gradient(circle at 50% 38%, rgb(5, 11, 35) 0 25%, rgb(231, 236, 239) 27% 43%, transparent 45%),
        radial-gradient(circle at 50% 50%, rgb(245, 247, 249) 0 39%, rgb(110, 231, 255) 40% 43%, transparent 45%);
    display: block;
    flex: 0 0 auto;
    height: 58px;
    position: relative;
    width: 58px;
}

.fundalor-footer-mascot::before,
.fundalor-footer-mascot::after {
    background: rgb(18, 239, 244);
    border-radius: 999px;
    content: "";
    height: 3px;
    left: 8px;
    position: absolute;
    top: 34px;
    transform: rotate(-26deg);
    width: 42px;
}

.fundalor-footer-mascot::after {
    top: 40px;
    transform: rotate(24deg);
}

.fundalor-footer-cta strong {
    color: rgb(18, 239, 244);
    font-size: 25px;
    font-style: italic;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.fundalor-footer-download {
    min-width: 198px;
}

.fundalor-store-badges {
    align-items: center;
    display: flex;
    gap: 8px;
}

.fundalor-store-badge {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 0;
}

.fundalor-store-badge img {
    display: block;
    height: auto;
    max-height: 42px;
    width: auto;
}

.fundalor-footer-main {
    background: rgb(2, 3, 32);
    border-top: 1px solid rgba(231, 10, 255, .34);
    padding: 34px 0 30px;
}

.fundalor-footer-grid {
    align-items: center;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(320px, 1.15fr) minmax(360px, .85fr);
}

.fundalor-footer-copy {
    color: rgb(244, 244, 252);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    margin: 0;
}

.fundalor-footer-links {
    display: block;
}

.fundalor-footer-menu {
    column-gap: 34px;
    columns: 2;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fundalor-footer-menu li {
    break-inside: avoid;
    margin: 0 0 5px;
}

.fundalor-footer-links a {
    color: rgb(240, 0, 255);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    transition: color .18s ease;
}

.fundalor-footer-links a:hover {
    color: rgb(18, 239, 244);
}

@media (max-width: 860px) {
    .fundalor-masthead .fundalor-wrap {
        padding: 0 14px;
    }

    .fundalor-navdock {
        display: grid;
        gap: 0 14px;
        grid-template-columns: minmax(110px, auto) minmax(120px, 1fr);
        grid-template-rows: 62px auto;
        height: auto;
    }

    .fundalor-logo {
        grid-column: 1;
        grid-row: 1;
    }

    .fundalor-logo-img {
        max-height: 44px;
        width: 144px;
    }

    .fundalor-authbar {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        display: flex;
        gap: 0;
    }

    .fundalor-slide-menu {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: stretch;
        margin: 0 -14px;
        overflow-x: auto;
        padding: 0 14px 10px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .fundalor-slide-menu::-webkit-scrollbar {
        display: none;
    }

    .fundalor-menu {
        display: flex;
        flex-wrap: nowrap;
        gap: 0 24px;
        justify-content: center;
        min-width: 100%;
        width: max-content;
    }

    .fundalor-menu li a {
        border-bottom: 0;
        font-size: 14px;
        padding: 0 0 12px;
        text-align: center;
        white-space: nowrap;
    }

    .fundalor-page-main {
        padding-top: 116px;
    }

    .fundalor-action {
        font-size: 14px;
        min-height: 36px;
        min-width: 116px;
        padding: 0 18px;
    }

    .fundalor-authbar .fundalor-action--cyan {
        display: none;
    }

    .fundalor-spotlight {
        min-height: 0;
        padding: 120px 18px 42px;
    }

    .fundalor-spotlight-wrap {
        gap: 26px;
        grid-template-columns: 1fr;
    }

    .fundalor-spotlight-media {
        order: 1;
    }

    .fundalor-spotlight-media img {
        max-width: 460px;
    }

    .fundalor-spotlight-card {
        align-items: center;
        max-width: 620px;
        order: 2;
        text-align: center;
    }

    .fundalor-spotlight-title {
        font-size: 40px;
    }

    .fundalor-spotlight-card p {
        font-size: 17px;
    }

    .fundalor-spotlight-tools {
        justify-content: center;
    }

    .fundalor-slots {
        padding: 34px 0 42px;
    }

    .fundalor-slots-wrap {
        padding: 0 18px;
    }

    .fundalor-slots-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .fundalor-slot-card {
        font-size: 18px;
    }

    .fundalor-providers {
        gap: 22px 28px;
        margin-top: 46px;
    }

    .fundalor-provider-logo img {
        max-height: 40px;
        max-width: 148px;
    }

    .fundalor-content > section.wp-block-group.fundalor-content {
        padding: 46px 9px 54px;
    }

    .fundalor-content > *:not(.fundalor-spotlight):not(.fundalor-slots):not(.fundalor-jackpots) {
        padding-left: 10px;
        padding-right: 10px;
    }

    section.wp-block-group.fundalor-content h1 {
        font-size: 31px;
    }

    section.wp-block-group.fundalor-content h2 {
        font-size: 25px;
    }

    section.wp-block-group.fundalor-content h3 {
        font-size: 20px;
    }

    section.wp-block-group.fundalor-content p,
    section.wp-block-group.fundalor-content li {
        font-size: 17px;
        line-height: 1.62;
    }

    .fundalor-jackpots {
        padding: 42px 0 48px;
    }

    .fundalor-jackpots-wrap {
        padding: 0 18px;
    }

    .fundalor-jackpots-head {
        gap: 30px;
        grid-template-columns: 1fr;
    }

    .fundalor-jackpots-title {
        font-size: 52px;
    }

    .fundalor-jackpots-copy p {
        font-size: 18px;
    }

    .fundalor-jackpots-panel {
        gap: 24px;
    }

    .fundalor-jackpot-games {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 44px;
    }

    .fundalor-jackpot-card {
        font-size: 18px;
    }

    .fundalor-market {
        padding: 150px 18px 58px;
    }

    .fundalor-missing-panel {
        padding: 34px 24px;
    }

    .fundalor-missing-title {
        font-size: 34px;
    }

    .fundalor-footer-wrap {
        padding: 0 22px;
    }

    .fundalor-footer-app .fundalor-footer-wrap {
        align-items: flex-start;
        flex-direction: column;
    }

    .fundalor-footer-grid {
        align-items: start;
        gap: 28px;
        grid-template-columns: 1fr 1fr;
    }

    .fundalor-footer-copy {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .fundalor-footer-cta {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .fundalor-footer-cta strong {
        white-space: normal;
    }

    .fundalor-footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .fundalor-navdock {
        grid-template-columns: minmax(96px, auto) minmax(104px, 1fr);
        grid-template-rows: 56px auto;
    }

    .fundalor-logo-img {
        max-height: 38px;
        width: 117px;
    }

    .fundalor-action {
        font-size: 13px;
        min-height: 34px;
        min-width: 104px;
        padding: 0 12px;
    }

    .fundalor-page-main {
        padding-top: 108px;
    }

    .fundalor-spotlight {
        padding-top: 112px;
    }

    .fundalor-spotlight-media img {
        max-width: 320px;
    }

    .fundalor-spotlight-kicker {
        font-size: 13px;
        margin-bottom: 14px;
        padding: 7px 10px;
    }

    .fundalor-spotlight-title {
        font-size: 30px;
    }

    .fundalor-spotlight-card p {
        font-size: 15px;
        margin-bottom: 22px;
    }

    .fundalor-spotlight-tools {
        flex-direction: column;
        width: 100%;
    }

    .fundalor-spotlight-tools .fundalor-action {
        width: 100%;
    }

    .fundalor-slots-grid {
        gap: 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fundalor-slot-card {
        border-radius: 10px;
        font-size: 15px;
        padding: 0;
    }

    .fundalor-slots-more {
        margin-top: 28px;
    }

    .fundalor-providers {
        gap: 18px 22px;
        margin-top: 38px;
    }

    .fundalor-provider-logo img {
        max-height: 34px;
        max-width: 132px;
    }

    .fundalor-footer-app {
        padding: 24px 0 30px;
    }

    .fundalor-footer-cta {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .fundalor-footer-mascot {
        height: 50px;
        width: 50px;
    }

    .fundalor-footer-cta strong {
        font-size: 22px;
        white-space: normal;
    }

    .fundalor-footer-download {
        min-width: 188px;
    }

    .fundalor-store-badges {
        align-items: flex-start;
        flex-direction: column;
    }

    .fundalor-store-badge img {
        max-height: 40px;
    }

    .fundalor-footer-main {
        padding: 28px 0;
    }

    .fundalor-footer-grid {
        gap: 22px;
        grid-template-columns: 1fr;
    }

    .fundalor-footer-copy {
        font-size: 12px;
    }

    .fundalor-footer-menu {
        columns: 1;
    }

    .fundalor-content > section.wp-block-group.fundalor-content {
        padding: 38px 8px 44px;
    }

    .fundalor-content > *:not(.fundalor-spotlight):not(.fundalor-slots):not(.fundalor-jackpots) {
        padding-left: 8px;
        padding-right: 8px;
    }

    section.wp-block-group.fundalor-content .wp-block-group__inner-container,
    section.wp-block-group.fundalor-content.is-layout-constrained,
    section.wp-block-group.fundalor-content .is-layout-constrained {
        padding-left: 0;
        padding-right: 0;
    }

    .fundalor-breadcrumbs {
        font-size: 13px;
        margin-top: 20px;
        padding: 10px 7px;
    }

    .fundalor-breadcrumbs > span,
    .fundalor-breadcrumbs #breadcrumbs {
        gap: 7px;
        padding-left: 8px;
    }

    .fundalor-breadcrumbs a {
        padding: 3px 8px;
    }

    section.wp-block-group.fundalor-content h1 {
        font-size: 27px;
    }

    section.wp-block-group.fundalor-content h2 {
        font-size: 22px;
        margin-top: 30px;
    }

    section.wp-block-group.fundalor-content h3 {
        font-size: 19px;
    }

    section.wp-block-group.fundalor-content p,
    section.wp-block-group.fundalor-content li {
        font-size: 16px;
    }

    section.wp-block-group.fundalor-content blockquote {
        padding: 16px 18px;
    }

    section.wp-block-group.fundalor-content .wp-block-image {
        margin: 26px 0;
    }

    section.wp-block-group.fundalor-content .wp-block-image img {
        border-radius: 12px;
        box-shadow: 0 12px 28px rgba(64, 1, 127, .14), 0 0 16px rgba(18, 239, 244, .12);
        padding: 4px;
    }

    section.wp-block-group.fundalor-content .schema-faq-section {
        border-radius: 10px;
    }

    section.wp-block-group.fundalor-content .schema-faq-question {
        font-size: 16px;
        padding: 16px 34px 12px 22px;
    }

    section.wp-block-group.fundalor-content .schema-faq-question::after {
        right: 16px;
        top: 21px;
    }

    section.wp-block-group.fundalor-content .schema-faq-answer {
        font-size: 15px;
        padding: 14px 18px 18px 22px;
    }

    .fundalor-jackpots-title {
        font-size: 40px;
    }

    .fundalor-jackpots-copy p {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .fundalor-jackpot-action {
        font-size: 18px;
        min-height: 38px;
        min-width: 158px;
    }

    .fundalor-jackpots-panel {
        border-radius: 14px;
        gap: 22px;
        grid-template-columns: 1fr;
        padding: 24px 20px;
    }

    .fundalor-jackpot-meter strong {
        font-size: 28px;
    }

    .fundalor-jackpot-meter span {
        font-size: 19px;
    }

    .fundalor-jackpot-games {
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 34px;
    }

    .fundalor-jackpot-card {
        border-radius: 10px;
        font-size: 15px;
        padding: 0;
    }

    .fundalor-market {
        padding: 136px 8px 44px;
    }

    .fundalor-missing-panel {
        border-radius: 12px;
        padding: 28px 18px;
    }

    .fundalor-missing-title {
        font-size: 28px;
    }

    .fundalor-missing-copy {
        font-size: 16px;
    }
}

.fundalor-support-form {
    display: grid;
    gap: 18px;
    width: 100%;
}

.fundalor-support-head {
    margin-bottom: 8px;
}

.fundalor-support-head h2 {
    color: rgb(58, 0, 116);
    font-size: 28px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.fundalor-support-head p {
    color: rgb(42, 36, 54);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.65;
    margin: 0;
}

.fundalor-support-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fundalor-field {
    display: grid;
    gap: 8px;
}

.fundalor-field span {
    color: rgb(58, 0, 116);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.fundalor-field input,
.fundalor-field select,
.fundalor-field textarea {
    background: rgb(255, 255, 255);
    border: 2px solid rgba(58, 0, 116, .22);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(64, 1, 127, .08);
    color: rgb(32, 25, 45);
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    padding: 14px 16px;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
    width: 100%;
}

.fundalor-field textarea {
    min-height: 150px;
    resize: vertical;
}

.fundalor-field input:focus,
.fundalor-field select:focus,
.fundalor-field textarea:focus {
    border-color: rgb(18, 239, 244);
    box-shadow:
        0 12px 28px rgba(64, 1, 127, .12),
        0 0 18px rgba(18, 239, 244, .22);
    transform: translateY(-1px);
}

.fundalor-field input::placeholder,
.fundalor-field textarea::placeholder {
    color: rgba(92, 82, 108, .72);
}

.fundalor-check {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    color: rgb(42, 36, 54);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.fundalor-check input {
    accent-color: rgb(110, 0, 190);
    flex: 0 0 auto;
    margin-top: 4px;
}

.fundalor-support-button {
    align-items: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .88) 0 9%, rgba(255, 255, 255, 0) 10%),
        linear-gradient(180deg, rgb(36, 255, 255) 0 50%, rgb(0, 194, 216) 51% 100%);
    border: 0;
    box-shadow:
        rgb(0, 246, 255) 0 0 10px,
        rgba(0, 246, 255, .52) 0 0 22px,
        inset 0 0 0 1px rgba(255, 255, 255, .22),
        inset 0 -9px 0 rgba(0, 87, 130, .32);
    color: rgb(252, 252, 252);
    display: inline-flex;
    font-family: inherit;
    font-size: 16px;
    font-style: italic;
    font-weight: 900;
    justify-content: center;
    justify-self: start;
    min-height: 44px;
    min-width: 190px;
    overflow: hidden;
    padding: 0 28px;
    position: relative;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .4);
    text-transform: uppercase;
    transform: skewX(-10deg);
    transition: filter .22s ease, transform .22s ease;
}

.fundalor-support-button::before,
.fundalor-support-button::after {
    background: linear-gradient(270deg, rgb(0, 150, 190), rgb(31, 255, 255), rgb(0, 150, 190));
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.fundalor-support-button::before {
    top: 0;
}

.fundalor-support-button::after {
    bottom: 1px;
}

.fundalor-support-button:hover {
    filter: brightness(1.12);
    transform: skewX(-10deg) translateY(-2px);
}

.fundalor-support-button:active {
    filter: brightness(.92);
    transform: skewX(-10deg) translateY(1px);
}

@media (max-width: 620px) {
    .fundalor-support-grid {
        grid-template-columns: 1fr;
    }

    .fundalor-support-head h2 {
        font-size: 22px;
    }

    .fundalor-support-head p {
        font-size: 16px;
    }

    .fundalor-field input,
    .fundalor-field select,
    .fundalor-field textarea {
        font-size: 15px;
        padding: 13px 14px;
    }

    .fundalor-support-button {
        justify-self: stretch;
        width: 100%;
    }
}
