*,
        *:before,
        *:after {
            padding: 0;
            margin: 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        html,
        body {
            height: 100%;
            width: 100%;
            -ms-text-size-adjust: 100%;
            -moz-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
        }

        nav,
        footer,
        header,
        aside,
        main {
            display: block;
        }

        html {
            line-height: 1.15;
            -webkit-text-size-adjust: 100%;
        }

        hr {
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            height: 0;
            overflow: visible;
        }

        ul,
        ol {
            padding-left: 1.5em;
        }

        pre {
            font-family: monospace, monospace;
            font-size: 1em;
        }

        a {
            background-color: transparent;
        }

        abbr[title] {
            border-bottom: none;
            text-decoration: underline;
            -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
        }

        b,
        strong {
            font-weight: bolder;
        }

        code,
        kbd,
        samp {
            font-family: monospace, monospace;
            font-size: 1em;
        }

        small {
            font-size: 80%;
        }

        sub,
        sup {
            font-size: 75%;
            line-height: 0;
            position: relative;
            vertical-align: baseline;
        }

        sub {
            bottom: -0.25em;
        }

        sup {
            top: -0.5em;
        }

        img {
            border-style: none;
        }

        button,
        input,
        optgroup,
        select,
        textarea {
            font-family: inherit;
            font-size: 100%;
            line-height: 1.15;
            margin: 0;
        }

        button,
        input {
            overflow: visible;
        }

        button,
        select {
            text-transform: none;
        }

        button,
        [type="button"],
        [type="reset"],
        [type="submit"] {
            appearance: button;
            -webkit-appearance: button;
        }

        button::-moz-focus-inner,
        [type="button"]::-moz-focus-inner,
        [type="reset"]::-moz-focus-inner,
        [type="submit"]::-moz-focus-inner {
            border-style: none;
            padding: 0;
        }

        button:-moz-focusring,
        [type="button"]:-moz-focusring,
        [type="reset"]:-moz-focusring,
        [type="submit"]:-moz-focusring {
            outline: 1px dotted ButtonText;
        }

        fieldset {
            padding: 0.35em 0.75em 0.625em;
        }

        legend {
            color: inherit;
            display: table;
            max-width: 100%;
            padding: 0;
            white-space: normal;
        }

        progress {
            vertical-align: baseline;
        }

        textarea {
            overflow: auto;
        }

        [type="checkbox"],
        [type="radio"] {
            padding: 0;
        }

        [type="number"]::-webkit-inner-spin-button,
        [type="number"]::-webkit-outer-spin-button {
            height: auto;
        }

        [type="search"] {
            appearance: textfield;
            -webkit-appearance: textfield;
            outline-offset: -2px;
        }

        [type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

        ::-webkit-file-upload-button {
            -webkit-appearance: button;
            font: inherit;
        }

        details {
            display: block;
        }

        summary {
            display: list-item;
        }

        template {
            display: none;
        }

        [hidden] {
            display: none;
        }

        @font-face {
            font-display: swap;
            font-family: "Rubik";
            font-style: normal;
            font-weight: 400;
            src: url("../fonts/rubik400.woff") format("woff");
        }

        @font-face {
            font-display: swap;
            font-family: "Rubik";
            font-style: italic;
            font-weight: 400;
            src: url("../fonts/rubik400it.woff") format("woff");
        }

        @font-face {
            font-display: swap;
            font-family: "Rubik";
            font-style: normal;
            font-weight: 500;
            src: url("../fonts/rubik500.woff") format("woff");
        }

        @font-face {
            font-display: swap;
            font-family: "Rubik";
            font-style: normal;
            font-weight: 700;
            src: url("../fonts/rubik700.woff") format("woff");
        }

        body {
            font-family: "Rubik", sans-serif;
            background-color: #33405A;
            color: #fff;
        }

        html {
            scroll-behavior: smooth;
        }

        .page {
            position: relative;
            min-height: 100%;
            min-width: 100%;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .main {
            padding-top: 64px;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        }

        .container {
            max-width: 1340px;
            margin: 0 auto;
            padding: 0 20px;
        }

        ._lock {
            overflow: hidden;
        }

        .go-top {
            position: fixed;
            z-index: 5;
            bottom: 0;
            right: 0;
            -webkit-transition: -webkit-transform 0.3s ease 0s;
            transition: -webkit-transform 0.3s ease 0s;
            transition: transform 0.3s ease 0s;
            transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
            -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%);
        }

        .go-top._active {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        .go-top a {
            display: block;
            padding: 15px;
            border: none;
            background: none;
        }

        .go-top img {
            width: 50px;
            height: 50px;
        }

        .button {
            background: none;
            border: none;
            text-decoration: none;
            display: block;
            text-align: center;
            padding: 10px 16px;
            min-width: 130px;
            text-transform: capitalize;
            font-weight: 500;
            border-radius: 16px;
            background-color: rgb(50, 42, 0, 0);
            color: #E8DCC5;
            border: 2px solid #E8DCC5;
            -webkit-transition: background-color 0.3s ease, border 0.3s ease, -webkit-transform 0.3s ease;
            transition: background-color 0.3s ease, border 0.3s ease, -webkit-transform 0.3s ease;
            transition: transform 0.3s ease, background-color 0.3s ease, border 0.3s ease;
            transition: transform 0.3s ease, background-color 0.3s ease, border 0.3s ease, -webkit-transform 0.3s ease;
        }

        .button:hover,
        .button:focus {
            background-color: rgb(50, 42, 0, 0.5);
        }

        .button:active {
            -webkit-transform: scale(0.95);
            -ms-transform: scale(0.95);
            transform: scale(0.95);
        }

        .button-primary {
            background-color: #E8DCC5;
            color: #33405A;
        }

        .button-primary:hover,
        .button-primary:focus {
            border: 2px solid #ffe30e;
            background-color: #ffe30e;
        }

        .error-404 {
            text-align: center;
            margin: 40px 0;
            color: #fff;
        }

        .error-404 h1 {
            font-size: 34px;
            line-height: 44px;
            margin: 0 0 15px 0;
        }

        .error-404 p {
            font-size: 18px;
            line-height: 22px;
        }

        .error-404 a {
            color: #E8DCC5;
        }

        .header {
            position: fixed;
            z-index: 5;
            width: 100%;
            height: auto;
            top: 0;
            left: 0;
            background-color: #1A1820;
        }

        .header .container {
            max-width: 1440px;
        }

        .header-inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            justify-content: space-between;
            align-items: center;
            min-height: 60px;
        }

        .header-top {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .header-logo {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .header-logo a {
            display: block;
            text-decoration: none;
            padding: 8px 0;
        }

        .header-logo img {
            display: block;
            max-width: 100px;
            width: 100%;
            height: auto;
            object-fit: contain;
        }

        .header-burger {
            background: none;
            border: none;
        }

        .header-burger img {
            display: block;
            width: 40px;
            height: 40px;
        }

        .header-nav {}

        .header-nav .menu {
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .header-nav .menu-item {
            list-style-type: none;
            position: relative;
        }

        .header-nav .menu-item a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            text-decoration: none;
            font-size: 16px;
            line-height: 20px;
            font-weight: 500;
            padding: 10px 15px;
            text-transform: capitalize;
            color: #fff;
            transition: color 0.3s ease;
        }

        .header-nav .menu-item.current a,
        .header-nav .menu-item a:hover {
            color: #E8DCC5;
        }

        .header-nav .menu-item>a>img {
            display: block;
            transition: transform 0.3s ease;
            transform: rotate(-90deg);
            margin-left: 5px;
            margin-right: -10px;
        }

        .header-nav .sub-menu {
            padding: 0;
            position: absolute;
            top: 100%;
            left: 0;
            background-color: #1A1820;
            min-width: 150px;
            padding: 5px 0;
            border-radius: 0 0 8px 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
        }

        .header-nav .menu-item:hover>a>img {
            transform: rotate(0deg);
        }

        .header-nav .menu-item:hover>.sub-menu {
            transition-delay: 0s;
            opacity: 1;
            visibility: visible;
        }

        .header-nav .sub-menu .menu-item a {
            padding: 8px 15px;
        }

        .header-buttons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .header-button:not(:last-child) {
            margin-right: 10px;
        }

        @media (min-width: 991.98px) {
            .header-burger {
                display: none;
            }
        }

        @media (max-width: 1240px) {
            .header-nav {
                display: none;
            }
        }

        .footer {
            background-color: #1A1820;
            padding: 30px 0;
        }

        .footer-nav {
            margin-bottom: 25px;
        }

        .footer-nav .menu {
            padding: 0;
            list-style-type: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .footer-nav .menu-item a {
            color: #fff;
            text-decoration: none;
            font-size: 16px;
            line-height: 22px;
            padding: 5px 20px;
            display: inline-block;
            text-transform: uppercase;
            -webkit-transition: color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
            transition: color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
            transition: transform 0.3s ease 0s, color 0.3s ease 0s;
            transition: transform 0.3s ease 0s, color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
        }

        .footer-nav .menu-item a:hover {
            -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
            transform: translateY(-3px);
            color: #E8DCC5;
        }

        .footer-nav .menu-item.current>a {
            -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
            transform: translateY(-3px);
            color: #E8DCC5;
        }

        .footer-copyright {
            font-size: 14px;
            line-height: 18px;
            text-align: center;
            color: #F0F0F0;
        }

        .mnav {
            background-color: rgba(0, 0, 0, 0.8);
            position: fixed;
            z-index: 10;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            overflow: hidden;
            -webkit-transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
            transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
            opacity: 0;
            visibility: hidden;
        }

        .mnav._active {
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
            opacity: 1;
            visibility: visible;
        }

        .mnav._active .mnav-inner {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        .mnav .menu {
            width: 100%;
            list-style-type: none;
            padding: 0;
        }

        .mnav .menu-item {
            position: relative;
            width: 100%;
        }

        .mnav .menu-item a {
            display: block;
            width: 100%;
            padding: 15px 30px;
            font-size: 24px;
            line-height: 26px;
            font-weight: 600;
            text-decoration: none;
            text-transform: capitalize;
            color: #fff;
            -webkit-transition: padding-left 0.3s ease 0s, background-color 0.3s ease 0s;
            transition: padding-left 0.3s ease 0s, background-color 0.3s ease 0s;
        }

        .mnav .menu-item a>img {
            display: none;
        }

        .mnav .menu-item a:hover,
        .mnav .menu-item a:focus {
            background-color: #343943;
            padding-left: 50px;
        }

        .mnav .menu-item.current>a {
            background-color: #343943;
            padding-left: 50px;
        }

        .mnav .sub-menu {
            padding: 0;
            list-style-type: none;
        }

        .mnav-inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 400px;
            width: 100%;
            height: 100%;
            background-color: #1f2229;
            overflow: auto;
            -webkit-transition: -webkit-transform 0.3s ease 0s;
            transition: -webkit-transform 0.3s ease 0s;
            transition: transform 0.3s ease 0s;
            transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
            -webkit-transform: translateX(-400px);
            -ms-transform: translateX(-400px);
            transform: translateX(-400px);
        }

        .mnav-close {
            position: absolute;
            z-index: 1;
            top: 10px;
            right: 10px;
            background: none;
            border: none;
        }

        .mnav-close img {
            display: block;
            width: 40px;
            height: 40px;
        }

        .mnav-logo {
            width: 100%;
        }

        .mnav-logo a {
            padding: 10px 25px;
            display: inline-block;
            text-decoration: none;
        }

        .mnav-logo img {
            display: block;
            max-width: 100px;
            width: 100%;
            height: auto;
        }

        .mnav-buttons {
            margin: 0 25px 20px;
            padding-top: 20px;
        }

        .mnav-button {
            padding: 12px 20px;
            font-size: 18px;
            width: 100%;
        }

        .mnav-button:not(:last-child) {
            margin-bottom: 15px;
        }

        .content-inner {
            border-radius: 25px;
            padding: 20px 0;
            color: #fff;
            font-size: 17px;
            line-height: 24px;
        }

        .content-inner p {
            padding: 5px 0;
            margin-bottom: 10px;
        }

        .content-inner h1 {
            padding: 10px 0;
            margin-bottom: 10px;
            font-size: 34px;
            line-height: 40px;
        }

        .content-inner h2 {
            padding: 10px 0;
            margin: 15px 0 10px;
            border-bottom: 2px solid #fff;
            font-size: 30px;
            line-height: 36px;
        }

        .content-inner h3 {
            padding: 5px 0;
            margin-bottom: 10px;
            font-size: 22px;
        }

        .content-inner .img-full {
            display: block;
            width: 100%;
            height: auto;
            margin: 10px auto;
        }

        .content-inner .img-fit {
            display: block;
            width: 100%;
            height: auto;
            margin: 10px auto;
            min-height: 250px;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .content-inner .img-half {
            display: block;
            max-width: 500px;
            width: 100%;
            height: auto;
            margin: 10px auto;
        }

        .content-inner .img-login {
            box-shadow: 0 0 0 4px #191f3e;
            border-radius: 10px;
        }

        .content-inner ul,
        .content-inner ol {
            padding-bottom: 10px;
        }

        .content-inner li {
            padding: 3px 0;
        }

        .content-inner h2,
        .content-inner h3,
        .content-inner span {
            scroll-margin: 74px 0 0;
        }

        .content-inner .button-wrap {
            border: none;
            background: none;
            display: block;
            width: 100%;
        }

        a:not(.button) {
            color: #E8DCC5;
        }

        .content-inner .button-content {
            display: block;
            margin: 10px auto;
            padding: 10px 30px;
            font-size: 18px;
            line-height: 24px;
            min-width: 150px;
        }

        .content-inner .button-content:hover,
        .content-inner .button-content:focus {
            -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
            transform: translateY(-3px);
        }

        .content-inner .button-content:active {
            -webkit-transform: scale(0.95);
            -ms-transform: scale(0.95);
            transform: scale(0.95);
        }

        .content-image {
            border-radius: 25px;
            margin-bottom: 15px;
            overflow: hidden;
            position: relative;
            min-height: 400px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .content-image img {
            display: block;
            position: absolute;
            z-index: 0;
            top: 50%;
            left: 50%;
             transform: translate(-50%, -50%) scale(1.08);
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transition: -webkit-transform 0.5s ease 0s;
            transition: -webkit-transform 0.5s ease 0s;
            transition: transform 0.5s ease 0s;
            transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
            margin: 0;
            border-radius: 25px;
        }

        .content-image:hover img {

           transform: translate(-50%, -50%) scale(1.18);
           
        }

        .content-image .overlay {
            position: relative;
            z-index: 1;
            padding: 35px;
            margin: 20px;
            background-color: rgba(0, 0, 0, 0.8);
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            border-radius: 25px;
            max-width: 80%;
        }

        @media (max-width: 992px) {
            .content-image .overlay {
                max-width: unset;
            }
        }

        .content-image .overlay>*:not(:last-child) {
            margin-bottom: 15px;
        }

        .content-image .overlay p {
            font-size: 36px;
            line-height: 40px;
            font-weight: 700;
            text-transform: uppercase;
            padding: 0;
        }

        .content-image .overlay span {
            color: #E8DCC5;
        }

        .content-image .overlay .button {
            margin: 0 auto;
        }

        .content-nav._active .open {
            display: none;
        }

        .content-nav._active .close {
            display: block;
        }

        .content-nav._active .nav-inner {
            height: auto;
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        .content-nav .nav-inner {
            overflow: hidden;
            height: 0;
            opacity: 0;
            -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            transform: translateY(-20px);
            -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
            transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
            transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
            transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
        }

        .content-nav .nav-toggle {
            background: none;
            border: none;
            padding: 5px;
            margin: 5px 0;
            font-size: 24px;
            font-weight: 700;
            color: inherit;
        }

        .content-nav .open {
            display: block;
        }

        .content-nav .close {
            display: none;
        }

        .content-nav .nav-list {
            padding: 0;
            border-radius: 20px;
            padding: 10px;
            -webkit-columns: 330px 2;
            -moz-columns: 330px 2;
            columns: 330px 2;
            background-color: #252e5a;
            border: 4px solid #1A1820;
        }

        .content-nav .nav-list li {
            list-style-type: none;
        }

        .content-nav .nav-list .emoji {
            display: inline;
            width: 15px;
            margin: 0 5px 0 0;
            vertical-align: -2px;
        }

        .content-nav .nav-list a {
            color: #fff;
            text-decoration: none;
            display: inline-block;
            font-weight: 600;
            padding: 2px;
            font-size: 17px;
            line-height: 22px;
            -webkit-transition: color 0.3s ease 0s;
            transition: color 0.3s ease 0s;
        }

        .content-nav .nav-list a:hover,
        .content-nav .nav-list a:focus {
            color: #E8DCC5;
        }

        .content-nav .nav-list a:before {
            content: "#";
            font-size: 18px;
            padding-right: 3px;
            color: #E8DCC5;
        }

        .content-nav ul {
            padding: 0;
        }

        .acc-list {
            padding: 0 !important;
            list-style-type: none;
        }

        .acc-item .acc-inner {
            overflow: hidden;
            width: 100%;
            margin-bottom: 10px;
            border-radius: 20px;
            background-color: #252e5a;
            border: 4px solid #1A1820;
            color: #fff;
        }

        .acc-item .acc-inner._active .acc-body {
            height: auto;
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        .acc-item .acc-inner._active .arrow {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .acc-item .acc-head {
            padding: 16px;
            width: 100%;
            text-align: left;
            color: #fff;
            background: none;
            border: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #1A1820;
        }

        .acc-item .acc-head h3 {
            margin: 0;
            padding: 0;
            margin-right: 10px;
            font-size: 22px;
        }

        .acc-item .acc-head .arrow {
            -webkit-transition: -webkit-transform 0.3s ease 0s;
            transition: -webkit-transform 0.3s ease 0s;
            transition: transform 0.3s ease 0s;
            transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
        }

        .acc-item .acc-head .arrow img {
            display: block;
            width: 25px;
            margin: 0;
        }

        .acc-item .acc-body {
            overflow: hidden;
            height: 0;
            opacity: 0;
            -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            transform: translateY(-20px);
            -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
            transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
            transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
            transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
        }

        .acc-item .acc-body p {
            padding: 0;
            margin: 0;
            font-size: 16px;
            padding: 20px;
        }

        .trustpilot_container {
            display: -ms-grid;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        .trustpilot_item {
            margin-top: 16px;
            border-radius: 8px;
            padding: 24px;
            border: 1px solid #e5e5dd;
            background-color: #fff;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
        }

        .trustpilot-link a {
            display: block;
            text-align: center;
            padding: 10px 0 0;
        }

        .trustpilot_item p,
        .trustpilot_item h2,
        .trustpilot_item h3 {
            margin: 0;
            padding: 0;
            color: #000;
        }

        .trustpilot_top {
            margin-bottom: 16px;
            border-bottom: 1px solid #e5e5dd;
            padding-bottom: 16px;
        }

        .trustpilot_content {
            width: 100%;
            margin-top: 16px;
        }

        .trustpilot_bottom {
            margin-top: 16px;
            border-top: 1px solid #e5e5dd;
            padding-top: 16px;
        }

        .trustpilot_top,
        .trust_header,
        .trustpilot_bottom {
            width: 100%;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .trustpilot_header,
        .trust_foot,
        .trust_cont,
        .trust_header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .trustpilot_avatar {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .trustpilot_avatar img {
            display: block;
            width: 100%;
            height: 100%;
            max-width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .trustpilot_info {
            margin-left: 8px;
        }

        .trustpilot_info p {
            margin: 0;
        }

        .trustpilot_info h3 {
            font-style: normal !important;
            margin-bottom: 0;
            margin-top: 0;
            font-size: 16px !important;
            color: #000;
            font-weight: 600;
        }

        .trustpilot_header,
        .trust_foot,
        .trust_cont,
        .trust_header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .trustpilot_info p,
        .trustpilot_info span {
            font-size: 14px;
            font-weight: 400;
            color: #696a6a;
        }

        .trustpilot_info .trust_local {
            margin-left: 12px;
        }

        .trustpilot_info p,
        .trustpilot_info span {
            font-size: 14px;
            font-weight: 400;
            color: #696a6a;
        }

        .trustpilot_content {
            width: 100%;
            margin-top: 16px;
        }

        .trustpilot_header,
        .trust_foot,
        .trust_cont,
        .trust_header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .trustpilot_content .trust_star {
            width: 108px;
            height: 20px;
        }

        .trustpilot_content .trust_star img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .trustpilot_content .trust_update p {
            color: #696a6a;
            font-size: 14px;
        }

        .trustpilot_content .trust_head {
            margin-top: 12px;
        }

        .trustpilot_content .trust_head p {
            margin: 12px 0;
            color: #000;
        }

        .trustpilot_content .trust_head h3 {
            color: #000;
            font-size: 20px !important;
        }

        .trust_date {
            font-size: 14px;
            color: #000;
        }

        .trustpilot_bottom {
            margin-top: 16px;
            border-top: 1px solid #e5e5dd;
            padding-top: 16px;
        }

        .trustpilot_top,
        .trust_header,
        .trustpilot_bottom {
            width: 100%;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .trustpilot_header,
        .trust_foot,
        .trust_cont,
        .trust_header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .trust_like,
        .trust_share {
            cursor: pointer;
            -webkit-tap-highlight-color: transparent;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .trust_like p,
        .trust_share p {
            margin-left: 4px;
            font-size: 14px;
            color: #696a6a;
            font-weight: 300;
        }

        .trust_like p span,
        .trust_share p span {
            font-weight: 600;
            margin-left: 4px;
        }

        .trust_foot div:last-child {
            margin-left: 30px;
        }

        .contact-form {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 450px;
            width: 100%;
            margin: 20px auto;
        }

        .contact-form label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-bottom: 20px;
        }

        .contact-form span {
            margin-bottom: 5px;
        }

        .contact-form input,
        .contact-form textarea {
            display: block;
            width: 100%;
            padding: 12px;
            line-height: 1;
            border-radius: 5px;
            background: none #fff;
            border: none;
            -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
            color: #3b2859;
            font-size: 16px;
            font-weight: 500;
            text-align: left;
            text-transform: none;
            letter-spacing: normal;
            resize: none;
        }

        .contact-form input::-webkit-input-placeholder,
        .contact-form textarea::-webkit-input-placeholder {
            color: #3b2859;
        }

        .contact-form input::-moz-placeholder,
        .contact-form textarea::-moz-placeholder {
            color: #3b2859;
        }

        .contact-form input:-ms-input-placeholder,
        .contact-form textarea:-ms-input-placeholder {
            color: #3b2859;
        }

        .contact-form input::-ms-input-placeholder,
        .contact-form textarea::-ms-input-placeholder {
            color: #3b2859;
        }

        .contact-form input::placeholder,
        .contact-form textarea::placeholder {
            color: #3b2859;
        }

        .contact-form button {
            padding: 12px 30px;
            margin: 15px auto 0;
        }

        .logos-list {
            padding: 0;
            list-style-type: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            gap: 10px
        }

        .footer .payment-list {
            margin-bottom: 15px;
            gap: 15px;
        }

        .footer .security-list {
            margin-bottom: 20px;
            gap: 15px;
        }

        .logos-item {
            padding: 0 !important;
        }

        .logos-inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-decoration: none;
            background: none;
            border: none;
            opacity: 0.7;
            -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .payment-list .logos-inner,
        .security-list .logos-inner {
            max-width: 120px;
            height: 60px;
            padding: 10px;
        }

        .providers-list .logos-inner {
            max-width: 170px;
            height: 65px;
            padding: 10px;
        }

        .logos-inner:hover {
            opacity: 1;
        }

        .logos-inner img {
            display: block;
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
            margin: 0 auto;
        }

        @media (max-width: 767.98px) {

            .payment-list .logos-inner,
            .security-list .logos-inner {
                max-width: 100px;
                height: 45px;
                padding: 10px;
            }

            .providers-list .logos-inner {
                max-width: 135px;
                height: 45px;
                padding: 5px;
            }
        }

        .games-list {
            padding: 0;
            list-style-type: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            margin: -8px;
        }

        .game {
            padding: 0 !important;
            user-select: none;
            width: 20%;
            max-width: 215px;
        }

        .game-inner {
            margin: 8px;
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
        }

        .game-image img {
            display: block;
            max-width: 100%;
            width: 100%;
            height: auto;
            transition: transform 0.5s ease;
        }

        .game-inner:hover .game-image img {
            transform: scale(1.1);
        }

        .game-overlay {
            position: absolute;
            z-index: 1;
            width: 0;
            height: 0;
            border-radius: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(16, 20, 40, 0.75);
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: opacity 0.4s ease, width 0.4s ease, height 0.4s ease;
        }

        .game-inner:hover .game-overlay {
            width: 150%;
            height: 150%;
            opacity: 1;
        }

        .game-overlay img {
            display: block;
            width: 35px;
            height: 35px;
        }

        @media (max-width: 1199.98px) {
            .game {
                width: 33.333%;
            }
        }

        @media (max-width: 599.98px) {
            .game {
                width: 50%;
            }
        }

        .columns {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-wrap: wrap;
        }

        .columns .column {
            padding: 8px;
        }

        .columns.col-3 .column {
            width: 33.333%;
        }

        .columns.col-2 .column {
            width: 50%;
        }

        @media (max-width: 1199.98px) {
            .columns.col-3 .column {
                width: 50%;
            }
        }

        @media (max-width: 599.98px) {
            .columns .column {
                padding: 0;
            }

            .columns.col-3 .column {
                width: 100%;
            }

            .columns.col-2 .column {
                width: 100%;
            }
        }

        table {
            border-collapse: collapse;
            color: #fff;
            margin: 0 auto;
            width: 100%;
        }

        thead tr,
        tbody tr:nth-child(even) {
            background-color: #1A1820;
        }

        thead tr th:not(:last-child),
        thead tr td:not(:last-child),
        tbody tr:nth-child(even) th:not(:last-child),
        tbody tr:nth-child(even) td:not(:last-child) {
            border-right: 2px solid #252e5a;
        }

        tbody tr:nth-child(odd) {
            background-color: #252e5a;
        }

        tbody tr:nth-child(odd) th:not(:last-child),
        tbody tr:nth-child(odd) td:not(:last-child) {
            border-right: 2px solid #1A1820;
        }

        table th,
        table td {
            padding: 10px;
        }

        table p {
            padding: 0 !important;
            margin: 0 !important;
        }

        @media (max-width: 1199.98px) {
            .content-image {
                min-height: 400px;
            }

            .content-image .overlay p {
                font-size: 32px;
                line-height: 36px;
            }

            .trustpilot_container {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 1240px) {
            .main {
                padding-top: 114px;
            }

            .container {
                max-width: 1330px;
                padding: 0 15px;
            }

            .header-inner {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }

            .header-top {
                width: 100%;
                -webkit-box-flex: unset;
                -ms-flex: unset;
                flex: unset;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

            .header-logo {
                -webkit-box-flex: unset;
                -ms-flex: unset;
                flex: unset;
            }

            .header-burger-wrap {
                -webkit-box-flex: unset;
                -ms-flex: unset;
                flex: unset;
            }

            .header-burger {
                display: block;
            }

            .header-buttons {
                -webkit-box-flex: unset;
                -ms-flex: unset;
                flex: unset;
                width: 100%;
                margin-bottom: 8px;
            }

            .header-button {
                min-height: unset;
                min-width: unset;
                padding: 10px 20px;
                width: 100%;
            }

            .mnav .menu-item a {
                font-size: 20px;
                line-height: 22px;
                padding: 13px 25px;
            }

            .content-inner {
                padding: 15px 0;
                font-size: 16px;
                line-height: 22px;
            }

            .content-inner h1 {
                font-size: 28px;
                line-height: 34px;
            }

            .content-inner h2 {
                font-size: 26px;
                line-height: 30px;
            }

            .content-inner h3 {
                font-size: 20px;
            }

            .content-inner h2,
            .content-inner h3,
            .content-inner span {
                scroll-margin: 124px 0 0;
            }

            .content-image {
                min-height: 330px;
            }

            .content-image .overlay {
                padding: 25px;
                margin: 10px;
            }

            .content-image .overlay p {
                font-size: 28px;
                line-height: 34px;
            }

            .acc-item .acc-head {
                padding: 15px;
            }

            .acc-item .acc-head h3 {
                font-size: 20px;
            }

            .acc-item .acc-head {
                font-size: 18px;
            }

            .acc-item .acc-body p {
                padding: 15px;
            }
        }

        @media (max-width: 767.98px) {
            .error-404 h1 {
                font-size: 30px;
                line-height: 36px;
            }

            .error-404 p {
                font-size: 16px;
                line-height: 20px;
            }

            .footer-nav .menu {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }

            .mnav .menu-item a {
                font-size: 18px;
                line-height: 20px;
            }

            .content-inner {
                padding: 10px 0;
            }

            .content-inner h1 {
                font-size: 26px;
                line-height: 30px;
            }

            .content-inner h2 {
                font-size: 22px;
                line-height: 26px;
            }

            .content-image {
                min-height: 250px;
            }

            .content-image .overlay {
                padding: 20px;
            }

            .content-image .overlay p {
                font-size: 24px;
                line-height: 30px;
            }

            .acc-item .acc-head {
                padding: 13px;
            }

            .acc-item .acc-head h3 {
                font-size: 18px;
            }

            .acc-item .acc-body p {
                padding: 13px;
                font-size: 15px;
            }

            .trustpilot_container {
                display: block;
            }

            table {
                display: block;
                width: 100%;
            }

            table tbody,
            table thead {
                display: block;
            }

            table tr {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 100%;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                text-align: center;
            }

            table th,
            table td {
                display: block;
                width: 100%;
            }

            thead tr,
            tbody tr:nth-child(even) {
                background-color: #1A1820;
            }

            thead tr th:not(:last-child),
            thead tr td:not(:last-child),
            tbody tr:nth-child(even) th:not(:last-child),
            tbody tr:nth-child(even) td:not(:last-child) {
                border-right: none;
                border-bottom: 2px solid #252e5a;
            }

            tbody tr:nth-child(odd) {
                background-color: #252e5a;
            }

            tbody tr:nth-child(odd) th:not(:last-child),
            tbody tr:nth-child(odd) td:not(:last-child) {
                border-right: none;
                border-bottom: 2px solid #1A1820;
            }
        }

        @media (max-width: 599.98px) {

            .mnav .menu-item a:hover,
            .mnav .menu-item a:focus {
                padding-left: 40px;
            }

            .mnav .menu-item.current>a {
                padding-left: 40px;
            }

            .acc-item .acc-head {
                font-size: 16px;
            }

            .acc-item .acc-head h3 {
                font-weight: 500;
            }
        }

        @media (max-width: 479.98px) {
            .mnav-inner {
                max-width: 100%;
            }
        }

        @media (pointer: fine) {

            a,
            button,
            input[type="submit"],
            .pic {
                cursor: pointer;
            }
        }

        @media (pointer: coarse) {

            a,
            button,
            input[type="submit"],
            .pic {
                cursor: default;
                -webkit-tap-highlight-color: transparent;
            }
        }

        .promo-list {
            padding: 0;
            list-style-type: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: -8px;
        }

        .promo-list ul {
            list-style-type: disc;
        }

        .promo-list.col-2 .promo {
            width: 50%;
            max-width: 500px;
            margin: 0 auto;
        }

        .promo {
            padding: 0 !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 33.333%;
        }

        .promo-inner {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            padding: 20px;
            margin: 8px;
            background-color: #1f264d;
            border-radius: 15px;
            -webkit-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
            overflow: hidden;
        }

        .promo-inner:hover {
            background-color: #212853;
        }

        .promo-inner h3 {
            text-align: center;
            margin: 0 0 10px 0;
        }

        .promo-image {
            margin-bottom: 10px;
            margin: -20px -20px 15px;
        }

        .promo-image img {
            display: block;
            max-width: 100%;
            width: 100%;
            height: auto;
        }

        .promo-text {
            text-align: left;
        }

        @media (max-width: 1199.98px) {
            .promo {
                width: 50%;
            }
        }

        @media (max-width: 767.98px) {
            .promo {
                width: 100% !important;
                max-width: 500px;
                margin: 0 auto;
            }

            .promo-inner {
                padding: 15px;
            }

            .promo-image {
                margin: -15px -15px 15px;
            }
        }

        .table-link {
            text-decoration: underline;
            color: #E8DCC5;
        }

        .table-link:hover {
            text-decoration: none;
        }

        .BigBillyBob {
            width: 2.75rem;
            height: 2.75rem;
            border-radius: 50%;
            margin-right: 0.5rem;
            background-color: #ffdebf;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            color: #000;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: 700;
        }

        .BigBillyBob--person1 {
            background-color: #d1f9ea;
        }

        .BigBillyBob--person2 {
            background-color: #d1f9ea;
        }

        .BigBillyBob--person3 {
            background-color: #fffbd6;
        }

        .BigBillyBob--person4 {
            background-color: #ffdebf;
        }

        .BigBillyBob--person5 {
            background-color: #ef6c00;
            color: rgb(255, 255, 255);
            font-size: 24px;
            font-weight: 500;
        }

        .BigBillyBob--person6 {
            background-color: #004d40;
            color: rgb(255, 255, 255);
            font-size: 24px;
            font-weight: 500;
        }

        .BigBillyBob--person7 {
            background-color: #fddce5;
        }

        .BigBillyBob--person8 {
            background-color: #78909c;
            color: rgb(255, 255, 255);
            font-size: 24px;
            font-weight: 500;
        }

        .BigBillyBob--person9 {
            background-color: #f4511e;
            color: rgb(255, 255, 255);
            font-size: 24px;
            font-weight: 500;
        }

        .BigBillyBob--person10 {
            background-color: #bf360c;
            color: rgb(255, 255, 255);
            font-size: 24px;
            font-weight: 500;
        }

        .faq__item-n {
            border-radius: 8px;
            background: #0f1428;
            padding: 16px;
            margin-bottom: 16px;
        }

        .lang_block {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 !important;
            position: relative;
            z-index: 1
        }

        .lang_list {
            max-width: 62px;
            padding-left: 0;
            top: -10px;
            position: absolute;
            overflow: hidden;
            height: 0;
            opacity: 0;
            -webkit-transform: translateY(50px);
            -ms-transform: translateY(50px);
            transform: translateY(50px);
            -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
            transition: opacity 0.3s ease, -webkit-transform .3s ease;
            transition: opacity 0.3s ease, transform 0.3s ease;
            transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
        }

        .lang_block.active .lang_list {
            height: auto;
            opacity: 1;
        }

        .lang_list button {
            background-color: #fff;
            display: flex;
            gap: 2px;
            align-items: center;
        }

        .lang_list button:hover {
            background-color: var(--bg-sec)
        }

        .selected_lang {
            max-width: 62px;
            border: 0;
            padding: 10px;
            display: flex;
            align-items: center;
            background-color: #33405A;
            color: #fff;
            gap: 4px;
        }

        .lang_list li img {
            width: 20px;
            object-fit: cover;
        }

        .lang_list li {
            background-color: #33405A;
            padding: 10px;
        }

        .lang_list li a {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            color: #fff;
            text-decoration: none;
            gap: 4px;
        }

        @media (max-width: 768px) {
            .mult-table {
                overflow: scroll;
            }

            .mult-table table {
                display: table !important;
                width: 100% !important;
                border: 1px solid #000;
            }

            .mult-table table thead,
            .mult-table table tbody {
                display: table-header-group !important;
                display: table-row-group !important;
            }

            .mult-table table tr {
                display: table-row !important;
                width: auto !important;
                flex-direction: row !important;
                -webkit-box-orient: horizontal !important;
                -webkit-box-direction: normal !important;
                -ms-flex-direction: row !important;
                text-align: left !important;
            }

            .mult-table table th,
            .mult-table table td {
                display: table-cell !important;
                width: auto !important;
                border: 1px solid #000;
            }
        }

        .providers-list {
            gap: 15px;
        }

        .lang_list img {
            width: 20px;
            height: 13px
        }

        .selected_lang img {
            width: 20px;
            height: 13px
        }

:root {
            --brand-main: #33405A;
            --brand-accent: #E8DCC5;
            --brand-dark: #1A1820;
            --bg-main: #ffffff;
            --color-main: #1d1d1d;
        }

        .no-scroll {
            overflow: hidden
        }

        #custom-alert-container {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, .6);
            z-index: 999;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        #custom-alert {
            opacity: 1;
            transition: opacity .2s ease-in-out;
            position: relative;
            padding: 20px;
            width: 300px;
            background-color: var(--bg-main);
            color: var(--color-main);
            font-size: 14px;
            line-height: 18px;
            border-radius: 8px;
            -webkit-box-shadow: 0 4px 10px rgba(67, 67, 67, .4);
            box-shadow: 0 4px 10px rgba(67, 67, 67, .4);
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        #custom-alert-title {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px
        }

        #close-alert {
            position: absolute;
            width: 40px;
            height: 40px;
            top: 0;
            right: 2px;
            background: 0 0;
            border: none;
            cursor: pointer
        }

        #ok-button {
            margin-top: 15px;
            cursor: pointer
        }

        #custom-alert-ok {
            margin-top: 12px;
        }

        .oficcial-greeting__button {
            color: #33405A;
            font-weight: 700;
            padding: 12px 20px;
            text-transform: uppercase;
            background: #E8DCC5;
            border-radius: 12px;
            transition: all 0.4s ease;
        }

        .oficcial-greeting__button:hover {
            opacity: 0.8;
        }


.reviews-section {
  margin: 40px 0;
}

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

.review-card {
  background: #1A1820;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  height: 100%;
}

.review-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.review-card__name {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  color: #F0F0F0;
}

.review-card__rating {
  font-size: 14px;
  line-height: 1;
  color: #E8DCC5;
  white-space: nowrap;
  letter-spacing: 1px;
}

.review-card__text {
  font-size: 14px;
  line-height: 1.6;
  color: #E6E6E6;
}

@media (max-width: 900px) {
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .review-card {
    padding: 18px;
    border-radius: 16px;
  }

}

/* ===== Template Refresh 2026 ===== */
:root {
  --theme-bg: #2f4650;
  --theme-surface: #342b29;
  --theme-accent: #efe6d8;
  --theme-accent-strong: #d8c2a2;
  --theme-text: #f7f3ec;
  --theme-text-soft: #ddd1c0;
}

body {
  background-color: var(--theme-bg) !important;
  color: var(--theme-text) !important;
}

.header,
.footer,
.lang_list li,
.selected_lang {
  background-color: var(--theme-surface) !important;
}

.button {
  color: var(--theme-accent) !important;
  border-color: var(--theme-accent) !important;
}

.button:hover,
.button:focus {
  background-color: rgba(239, 230, 216, 0.16) !important;
}

.button-primary {
  background-color: var(--theme-accent) !important;
  color: #2a2624 !important;
}

.button-primary:hover,
.button-primary:focus {
  background-color: var(--theme-accent-strong) !important;
  border-color: var(--theme-accent-strong) !important;
}

/* Reviews: cleaner editorial card style */
.reviews-grid {
  gap: 22px;
}

.review-card {
  position: relative;
  background: linear-gradient(165deg, rgba(255,255,255,.12), rgba(255,255,255,.04)), #3c302d;
  border: 1px solid rgba(239, 230, 216, 0.24);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 14px 28px rgba(20, 16, 15, 0.28);
  overflow: hidden;
}

.review-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #efe6d8, #d8c2a2);
  opacity: .9;
}

.review-card__top {
  margin-bottom: 14px;
}

.review-card__name {
  color: #fffaf2;
  letter-spacing: .01em;
}

.review-card__rating {
  color: #f1dfc4;
  font-size: 13px;
}

.review-card__text {
  color: var(--theme-text-soft);
  line-height: 1.7;
}

/* ===== Bold Redesign Override ===== */
:root {
  --rd-bg: #f2eee6;
  --rd-bg-soft: #e6dfd2;
  --rd-ink: #1f2328;
  --rd-muted: #5d6470;
  --rd-brand: #0f6b5b;
  --rd-brand-2: #133f7a;
  --rd-surface: #ffffff;
  --rd-surface-2: #f8f5ee;
  --rd-border: #d8cfbf;
  --rd-accent: #c96f3e;
}

body {
  background:
    radial-gradient(circle at 12% 8%, rgba(201,111,62,.12) 0%, rgba(201,111,62,0) 30%),
    radial-gradient(circle at 84% 0%, rgba(19,63,122,.10) 0%, rgba(19,63,122,0) 28%),
    var(--rd-bg) !important;
  color: var(--rd-ink) !important;
}

.page {
  background: transparent !important;
}

.header {
  background: rgba(255,255,255,.88) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--rd-border) !important;
  box-shadow: 0 8px 22px rgba(30, 32, 36, .06);
}

.menu-item a,
.menu-link {
  color: var(--rd-ink) !important;
  font-weight: 600;
  letter-spacing: .01em;
}

.menu-item a:hover,
.menu-link:hover {
  color: var(--rd-brand-2) !important;
  text-decoration: none !important;
}

.button {
  border-color: var(--rd-brand-2) !important;
  color: var(--rd-brand-2) !important;
  border-radius: 14px !important;
  background: rgba(19,63,122,.06) !important;
}

.button:hover,
.button:focus {
  background: rgba(19,63,122,.13) !important;
}

.button-primary {
  background: linear-gradient(135deg, var(--rd-brand) 0%, #15947c 100%) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 10px 24px rgba(15, 107, 91, .26);
}

.button-primary:hover,
.button-primary:focus {
  background: linear-gradient(135deg, #0e5d50 0%, #117865 100%) !important;
  transform: translateY(-1px);
}

.hero,
.banner,
.main-banner,
.promo,
.offer,
.tablecontent,
.acc-item,
.content-block,
.tile {
  border-radius: 20px !important;
}

.tablecontent,
.acc-item,
.providers,
.slot-bonus,
.offer__item,
.toc,
.lang_list,
.navigation,
.footer {
  background: var(--rd-surface) !important;
  border: 1px solid var(--rd-border) !important;
  box-shadow: 0 10px 24px rgba(25, 29, 34, .06);
}

h1, h2, h3, h4,
.heading,
.title,
.acc-title,
.tablecontent-btn-span {
  color: #1e2d43 !important;
}

p,
li,
.acc-item p,
.review-card__text,
.footer p {
  color: var(--rd-muted) !important;
}

a:not([class]),
.acc-body a,
.tablecontent a,
.footer-menu-link {
  color: var(--rd-brand-2) !important;
}

a:not([class]):hover,
.acc-body a:hover,
.tablecontent a:hover,
.footer-menu-link:hover {
  color: var(--rd-accent) !important;
}

/* Strong visual refresh for review cards */
.reviews-section {
  margin-top: 48px;
}

.reviews-grid {
  gap: 24px !important;
}

.review-card {
  position: relative;
  background:
    linear-gradient(148deg, rgba(255,255,255,.96), rgba(248,245,238,.98)) !important;
  border: 1px solid #d5c7b3 !important;
  border-radius: 24px !important;
  padding: 24px !important;
  box-shadow: 0 16px 34px rgba(42, 45, 51, .10) !important;
  overflow: hidden;
}

.review-card::after {
  content: "";
  position: absolute;
  right: -24px;
  top: -24px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,111,62,.25) 0%, rgba(201,111,62,0) 72%);
  pointer-events: none;
}

.review-card__top {
  margin-bottom: 14px !important;
  padding-bottom: 10px;
  border-bottom: 1px dashed #decfb9;
}

.review-card__name {
  color: #1f2c42 !important;
  font-size: 16px !important;
}

.review-card__rating {
  color: #b45b2d !important;
  letter-spacing: 1.4px !important;
  font-weight: 700;
}

.review-card__text {
  color: #5a6270 !important;
  line-height: 1.72 !important;
}

/* Footer restyle */
.footer {
  margin-top: 40px;
  border-radius: 20px 20px 0 0 !important;
}

.footer .menu-item a,
.footer-menu-link {
  color: #3a4a61 !important;
}

.footer .menu-item a:hover,
.footer-menu-link:hover {
  color: var(--rd-brand-2) !important;
}

/* Tables */
table,
.mult-table table {
  border-color: #cfc4b3 !important;
}

.mult-table table th {
  background: #e8dfd0 !important;
  color: #24354e !important;
}

.mult-table table td {
  background: #fffdf8 !important;
  color: #4f5866 !important;
}

/* Mobile nav panel */
@media (max-width: 992px) {
  .mnav,
  .mobile-nav,
  .navigation {
    background: #fff !important;
    border-left: 1px solid var(--rd-border) !important;
  }
}

/* ===== Contrast Fix Pack ===== */
:root {
  --cf-header: #0f1b2f;
  --cf-header-text: #f4f7ff;
  --cf-banner-overlay: rgba(14, 20, 32, 0.58);
  --cf-banner-overlay-2: rgba(14, 20, 32, 0.36);
  --cf-card-bg: #ffffff;
  --cf-card-border: #cfdaf4;
  --cf-card-name: #12213a;
  --cf-card-text: #34435c;
  --cf-card-rating: #0f6b5b;
}

/* Header: higher contrast and clear separation from logo */
.header {
  background: var(--cf-header) !important;
  border-bottom: 1px solid rgba(255,255,255,.18) !important;
  box-shadow: 0 10px 28px rgba(8, 12, 20, .34) !important;
}

.header .menu-item a,
.header .menu-link,
.header .button,
.header .button-primary {
  color: var(--cf-header-text) !important;
}

.header .button {
  border-color: rgba(244,247,255,.7) !important;
  background: rgba(244,247,255,.08) !important;
}

.header .button:hover,
.header .button:focus {
  background: rgba(244,247,255,.16) !important;
}

.header-logo a,
.mnav-logo a,
.logo a {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(255,255,255,.12);
  outline: 1px solid rgba(255,255,255,.22);
}

/* Banner: force readability */
.hero,
.banner,
.main-banner,
.promo {
  position: relative;
  isolation: isolate;
}

.hero::before,
.banner::before,
.main-banner::before,
.promo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, var(--cf-banner-overlay) 0%, var(--cf-banner-overlay-2) 55%, var(--cf-banner-overlay) 100%);
  pointer-events: none;
  z-index: 0;
}

.hero > *,
.banner > *,
.main-banner > *,
.promo > * {
  position: relative;
  z-index: 1;
}

.hero h1,
.banner h1,
.main-banner h1,
.promo h1,
.hero h2,
.banner h2,
.main-banner h2,
.promo h2,
.hero p,
.banner p,
.main-banner p,
.promo p,
.hero .heading,
.banner .heading,
.main-banner .heading,
.promo .heading {
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0,0,0,.55);
}

/* Reviews: more contrast + vivid accents */
.reviews-grid {
  gap: 20px !important;
}

.review-card {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%) !important;
  border: 2px solid var(--cf-card-border) !important;
  border-radius: 20px !important;
  box-shadow: 0 14px 30px rgba(20, 33, 59, .14) !important;
  padding: 22px !important;
}

.review-card::after {
  display: none;
}

.review-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #133f7a 0%, #0f6b5b 100%);
}

.review-card__top {
  border-bottom: 1px solid #d8e3f8 !important;
  padding-bottom: 10px;
  margin-bottom: 12px !important;
}

.review-card__name {
  color: var(--cf-card-name) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

.review-card__rating {
  color: var(--cf-card-rating) !important;
  font-size: 14px !important;
  letter-spacing: 1.2px !important;
}

.review-card__text {
  color: var(--cf-card-text) !important;
  line-height: 1.68 !important;
  font-size: 14px !important;
}

/* ===== Unified Palette Override ===== */
:root {
  --u-bg: #0f1724;
  --u-surface: #162233;
  --u-surface-2: #1c2b3f;
  --u-border: #2a3b54;
  --u-text: #e8eef8;
  --u-text-soft: #b7c4d8;
  --u-accent: #30b08f;
  --u-accent-2: #258a72;
}

body {
  background: var(--u-bg) !important;
  color: var(--u-text) !important;
}

.page,
.main {
  background: transparent !important;
}

.header,
.footer,
.navigation,
.mnav,
.mobile-nav,
.lang_list,
.selected_lang,
.tablecontent,
.acc-item,
.offer__item,
.toc,
.providers,
.slot-bonus {
  background: var(--u-surface) !important;
  border-color: var(--u-border) !important;
  box-shadow: none !important;
}

.header {
  border-bottom: 1px solid var(--u-border) !important;
}

h1,h2,h3,h4,
.heading,
.title,
.acc-title,
.tablecontent-btn-span {
  color: var(--u-text) !important;
}

p,
li,
.acc-item p,
.footer p,
.review-card__text,
.review-card__name {
  color: var(--u-text-soft) !important;
}

a,
.menu-item a,
.menu-link,
.footer-menu-link,
.tablecontent a,
.acc-body a {
  color: var(--u-text) !important;
}

a:hover,
.menu-item a:hover,
.menu-link:hover,
.footer-menu-link:hover,
.tablecontent a:hover,
.acc-body a:hover {
  color: var(--u-accent) !important;
}

.button {
  color: var(--u-accent) !important;
  border: 1px solid var(--u-accent) !important;
  background: rgba(48,176,143,.10) !important;
}

.button:hover,
.button:focus {
  background: rgba(48,176,143,.20) !important;
}

.button-primary {
  background: var(--u-accent) !important;
  border-color: var(--u-accent) !important;
  color: #0d1a2a !important;
}

.button-primary:hover,
.button-primary:focus {
  background: var(--u-accent-2) !important;
  border-color: var(--u-accent-2) !important;
  color: #eafff9 !important;
}

.hero,
.banner,
.main-banner,
.promo {
  position: relative;
  isolation: isolate;
  border-radius: 18px !important;
}

.hero::before,
.banner::before,
.main-banner::before,
.promo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,16,26,.46), rgba(10,16,26,.54));
  z-index: 0;
  pointer-events: none;
}

.hero > *,
.banner > *,
.main-banner > *,
.promo > * {
  position: relative;
  z-index: 1;
}

.hero h1,.hero h2,.hero p,
.banner h1,.banner h2,.banner p,
.main-banner h1,.main-banner h2,.main-banner p,
.promo h1,.promo h2,.promo p {
  color: #f5f9ff !important;
  text-shadow: 0 2px 8px rgba(0,0,0,.45);
}

/* Reviews in same palette */
.reviews-grid {
  gap: 20px !important;
}

.review-card {
  background: var(--u-surface-2) !important;
  border: 1px solid var(--u-border) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
  padding: 20px !important;
}

.review-card::before,
.review-card::after {
  display: none !important;
}

.review-card__top {
  border-bottom: 1px solid var(--u-border) !important;
  margin-bottom: 12px !important;
  padding-bottom: 10px;
}

.review-card__name {
  color: var(--u-text) !important;
}

.review-card__rating {
  color: var(--u-accent) !important;
}

.review-card__text {
  color: var(--u-text-soft) !important;
}

/* Tables */
table,
.mult-table table,
.mult-table table th,
.mult-table table td {
  border-color: var(--u-border) !important;
}

.mult-table table th {
  background: #1d2d42 !important;
  color: var(--u-text) !important;
}

.mult-table table td {
  background: #172338 !important;
  color: var(--u-text-soft) !important;
}

/* ===== Navigation Contrast Fix ===== */
.header .menu-item a,
.header .menu-link,
.navigation .menu-item a,
.navigation .menu-link {
  color: #f2f7ff !important;
  font-weight: 700 !important;
  text-shadow: 0 1px 1px rgba(0,0,0,.28);
}

.header .menu-item a:hover,
.header .menu-link:hover,
.navigation .menu-item a:hover,
.navigation .menu-link:hover {
  color: #7df0d1 !important;
}

.header .menu-item.current a,
.header .menu-item.current-menu-item a,
.navigation .menu-item.current a,
.navigation .menu-item.current-menu-item a {
  color: #ffffff !important;
  background: rgba(48,176,143,.18) !important;
  border: 1px solid rgba(125,240,209,.44);
  border-radius: 10px;
  padding: 6px 10px;
}

/* Keep buttons in nav high-contrast */
.header .button,
.navigation .button {
  color: #d4fff3 !important;
  border-color: #7df0d1 !important;
  background: rgba(125,240,209,.12) !important;
}

.header .button:hover,
.navigation .button:hover {
  background: rgba(125,240,209,.24) !important;
}

/* Mobile menu contrast */
@media (max-width: 992px) {
  .mnav .menu-item a,
  .mobile-nav .menu-item a,
  .navigation .menu-item a {
    color: #f2f7ff !important;
  }

  .mnav .menu-item a:hover,
  .mobile-nav .menu-item a:hover,
  .navigation .menu-item a:hover {
    color: #7df0d1 !important;
  }
}

/* ===== Content Nav Readability Fix ===== */
.content-nav._active .nav-inner {
  margin-top: 8px;
}

.content-nav._active .nav-list {
  background: #1b2a3f !important;
  border: 1px solid #34507a !important;
  border-radius: 14px !important;
  padding: 14px 14px 12px !important;
  box-shadow: 0 10px 20px rgba(4, 10, 20, .28);
}

.content-nav._active .nav-list li {
  margin: 0 0 8px;
}

.content-nav._active .nav-list a {
  color: #eaf2ff !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
  padding: 2px 0 !important;
}

.content-nav._active .nav-list a::before {
  color: #63dfbe !important;
}

.content-nav._active .nav-list a:hover,
.content-nav._active .nav-list a:focus {
  color: #63dfbe !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.content-nav._active .nav-toggle {
  color: #f5f9ff !important;
}
