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

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 0;
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

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,
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

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;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
    -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;
}

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

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

[hidden] {
    display: none;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
}

input:not([type='checkbox']):not([type='radio']),
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input::-ms-clear {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

body {
    height: 100%;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    background: var(--main-theme-color);
    color: var(--text-color);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}

a {
    cursor: pointer;
}

* {
    outline: none;
    box-sizing: border-box;
}

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

svg {
    transform: translateZ(0);
}

input,
textarea {
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: normal;
    margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
}

h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: normal;
    margin: 0 auto 28px;
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 22px;
        margin-bottom: 16px;
    }
}

h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
    margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 20px;
        margin-bottom: 16px;
    }
}

h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 18px;
        margin-bottom: 16px;
    }
}

h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
    h6 {
        font-size: 16px;
        margin-bottom: 16px;
    }
}

.turbowins-qpoe2a {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
    .turbowins-qpoe2a {
        padding: 54px 0 0;
    }
}

.turbowins-12d5v2 {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    border-radius: 6px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    background: var(--button-bg-color);
    color: var(--button-text-color);
    cursor: pointer;
    border: none;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
    .turbowins-12d5v2:hover {
        background: var(--button-bg-hover);
    }
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 var(--button-bg-color);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 4px 24px 0 var(--button-bg-hover);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 var(--button-bg-color);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 4px 24px 0 var(--button-bg-hover);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 transparent;
    }
}

.turbowins-9fioln {
    max-width: 800px;
    width: 100%;
    padding: 0 16px;
    text-align: center;
    margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
    .turbowins-9fioln {
        margin: 20px auto 100px;
    }
}

.turbowins-9fioln h1 {
    font-size: 200px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    color: var(--title-color);
}

@media only screen and (max-width: 767px) {
    .turbowins-9fioln h1 {
        font-size: 120px;
    }
}

.turbowins-9fioln p {
    color: var(--text-color);
    font-size: 20px;
    line-height: normal;
    margin: 0 0 50px;
}

.turbowins-1nnsno {
    cursor: pointer;
}

.turbowins-j6ftil {
    position: absolute;
    pointer-events: none;
    visibility: hidden;
}

.turbowins-qek4ne {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.turbowins-qek4ne figure {
    margin: 0;
}

.turbowins-qek4ne.turbowins-9e8lvc {
    justify-content: flex-start;
    margin-right: 4px;
}

.turbowins-qek4ne.turbowins-hv47u4 {
    justify-content: flex-end;
    margin-left: 4px;
}

.turbowins-qek4ne.turbowins-y6x2id {
    justify-content: center;
}

.turbowins-qek4ne.turbowins-1a1cea {
    justify-content: normal;
}

.turbowins-192k5n {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
    .turbowins-192k5n {
        padding: 0 16px;
        margin: 0 auto 80px;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-192k5n {
        padding: 0 16px;
        margin: 0 auto 60px;
    }
}

.turbowins-261xsv {
    font-size: 60px;
    line-height: 66px;
    font-weight: 600;
    margin: 0 0 32px;
    text-align: center;
    color: var(--title-color);
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    .turbowins-261xsv {
        font-size: 32px;
        line-height: 110%;
        font-weight: 700;
    }
}

.turbowins-22w4zj {
    max-width: 794px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .turbowins-22w4zj {
        flex-direction: column;
    }
}

.turbowins-18eamo {
    max-width: 370px;
    width: 100%;
    max-width: 370px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 24px;
}

.turbowins-18eamo img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .turbowins-18eamo {
        flex-basis: auto;
        margin: 0 auto 16px;
    }
}

.turbowins-ugv9cv {
    max-width: 400px;
    width: 100%;
    flex-basis: 400px;
}

.turbowins-ugv9cv ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
    .turbowins-ugv9cv ul {
        margin-bottom: 15px;
    }
}

.turbowins-ugv9cv ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.turbowins-ugv9cv ul li span {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 2px;
    height: 22px;
    color: var(--title-color);
}

.turbowins-ugv9cv ul li span svg {
    fill: var(--title-color);
}

.turbowins-ugv9cv ul li small {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
    .turbowins-ugv9cv ul li small {
        font-size: 12px;
    }
}

.turbowins-ugv9cv ul li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 22px;
    background: #c2c0ce;
}

.turbowins-ugv9cv ul li:last-of-type::after {
    display: none;
}

@media only screen and (max-width: 767px) {
    .turbowins-ugv9cv {
        flex-basis: auto;
        margin: 0 auto;
    }
}

.turbowins-2h3dgf {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 24px;
    color: var(--title-color);
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .turbowins-2h3dgf {
        font-size: 24px;
        margin-bottom: 16px;
    }
}

.turbowins-2f2zi3 {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

.turbowins-2ft9fz {
    width: 100%;
    height: 52px;
    border-radius: 6px;
    margin: 0 5px;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
}

@media only screen and (max-width: 767px) {
    .turbowins-2ft9fz {
        height: 50px;
    }
}

@media only screen and (min-width: 1025px) {
    .turbowins-2ft9fz:hover {
        box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
    }
}

.turbowins-2ft9fz.turbowins-11njgn {
    background-color: #000;
}

@media only screen and (min-width: 1025px) {
    .turbowins-2ft9fz.turbowins-11njgn:hover {
        box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
    }
}

.turbowins-1k8zj0 {
    padding: 80px 0 0;
    background: var(--fh-bg-color);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
    .turbowins-1k8zj0 {
        padding: 80px 16px 0;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-1k8zj0 {
        padding: 50px 16px 68px;
    }
}

.turbowins-6k6i5w {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .turbowins-6k6i5w {
        flex-direction: column;
    }
}

.turbowins-1gn9az {
    margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
    .turbowins-1gn9az {
        margin-bottom: 40px;
    }
}

.turbowins-1r7t0p .turbowins-1tynoo {
    margin-bottom: 28px;
}

.turbowins-1r7t0p .turbowins-1tynoo img {
    max-height: 100px;
    max-width: 230px;
    width: auto;
}

.turbowins-16p4vz {
    display: flex;
    align-items: center;
}

.turbowins-16p4vz a+a {
    margin-left: 24px;
}

.turbowins-16p4vz img {
    max-height: 56px;
    width: auto;
}

.turbowins-16p4vz img+img {
    margin-left: 24px;
}

.turbowins-1w2z5e {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
    .turbowins-1w2z5e {
        padding: 0 0 50px;
        justify-content: flex-start;
    }
}

.turbowins-1nz78t {
    display: flex;
    align-items: flex-start;
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .turbowins-1nz78t {
        margin: 40px 0 0;
        flex-direction: column;
    }
}

.turbowins-8rfp06 {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 -7px 48px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .turbowins-8rfp06 {
        flex-wrap: wrap;
    }
}

.turbowins-8rfp06 li {
    display: flex;
    margin: 0 7px;
}

.turbowins-8rfp06 li svg {
    transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
    .turbowins-8rfp06 li:hover svg {
        transform: scale(1.2);
    }
}

.turbowins-228i9v {
    color: var(--footer-text-color);
    font-size: 12px;
    text-align: center;
}

.turbowins-13rdjs+.turbowins-13rdjs {
    margin-left: 120px;
}

@media only screen and (max-width: 767px) {
    .turbowins-13rdjs+.turbowins-13rdjs {
        margin: 36px 0 0;
    }
}

.turbowins-2f64xn {
    color: var(--footer-menu-color);
    font-size: 20px;
    margin-bottom: 24px;
}

.turbowins-y8awb0 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.turbowins-y8awb0 li {
    font-size: 16px;
}

.turbowins-y8awb0 li a {
    color: var(--footer-menu-color);
    text-decoration: none;
}

@media only screen and (min-width: 1025px) {
    .turbowins-y8awb0 li a:hover {
        text-decoration: underline;
    }
}

.turbowins-y8awb0 li+li {
    margin-top: 16px;
}

.turbowins-1x52fr {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.15s ease-in-out;
}

.turbowins-1x52fr.turbowins-1mwalr {
    height: auto;
    overflow: visible;
    opacity: 1;
}

.turbowins-18lvs9 {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

.turbowins-18lvs9 h1,
.turbowins-18lvs9 h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    text-align: center;
    margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
    .turbowins-18lvs9 h1,
    .turbowins-18lvs9 h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .turbowins-18lvs9 {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-18lvs9 {
        margin-bottom: 60px;
    }
}

.turbowins-ohx7vl {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    align-items: center;
    gap: 14px;
}

@media only screen and (max-width: 767px) {
    .turbowins-ohx7vl {
        gap: 6px;
        overflow-x: auto;
        margin: 0 0 20px;
    }
}

.turbowins-ohx7vl li {
    width: 100%;
}

.turbowins-ohx7vl li a {
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    gap: 7px;
    color: var(--button-text-color);
    background: var(--button-bg-color);
    border: 1px solid var(--table-1-color);
}

.turbowins-ohx7vl li a svg {
    fill: var(--games-nav-text-color);
}


@media only screen and (min-width: 1025px) {
    .turbowins-ohx7vl li a:hover {
        background: var(--button-bg-hover);
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-ohx7vl li a {
        font-size: 14px;
        height: 36px;
        padding: 0 10px;
    }
    .turbowins-ohx7vl li a img {
        max-width: 16px;
    }
}

.turbowins-3gn3p7 {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
    .turbowins-3gn3p7 {
        margin: 0 -5px;
    }
}

.turbowins-1gwf40 {
    max-width: calc(25% - 20px);
    width: 100%;
    flex-basis: calc(25% - 20px);
    margin: 0 10px 20px;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.turbowins-1gwf40 span {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--title-color);
}

.turbowins-1gwf40 small {
    display: block;
    color: var(--title-color);
    opacity: 0.8;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .turbowins-1gwf40 {
        max-width: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        margin: 0 5px 10px;
    }
    .turbowins-1gwf40 span {
        font-size: 16px;
        margin-bottom: 2px;
    }
}

.turbowins-29q7xr {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.turbowins-29q7xr img {
    width: 100%;
    transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
    .turbowins-29q7xr:hover img {
        transform: scale(1.1);
    }
}

/* payments */
.turbowins-2ev9pn {
    max-width: calc(25% - 20px);
    width: 100%;
    flex-basis: calc(25% - 20px);
    margin: 0 10px 20px;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.turbowins-2ev9pn span {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--title-color);
}

.turbowins-2ev9pn small {
    display: block;
    color: var(--title-color);
    opacity: 0.8;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .turbowins-2ev9pn {
        max-width: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        margin: 0 5px 10px;
    }
    .turbowins-2ev9pn span {
        font-size: 16px;
        margin-bottom: 2px;
    }
}

.turbowins-1l5vkt {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.turbowins-1l5vkt img {
    width: 100%;
    transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
    .turbowins-1l5vkt:hover img {
        transform: scale(1.1);
    }
}
/* end */

.turbowins-1itccg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 66px;
    background: var(--fh-bg-color);
    z-index: 99;
}

@media only screen and (max-width: 767px) {
    .turbowins-1itccg {
        height: 54px;
    }
}

.turbowins-16jb4c {
    max-width: 1310px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

@media only screen and (max-width: 1400px) {
    .turbowins-16jb4c {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 1023px) {
    .turbowins-16jb4c {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-16jb4c .turbowins-1tynoo img {
        max-width: 90px;
    }
}

.turbowins-1tynoo img {
    max-height: 50px;
    width: auto;
}

@media only screen and (max-width: 1023px) {
    .turbowins-1tynoo {
        order: -2;
    }
}

@media only screen and (max-width: 1023px) {
    .turbowins-1lsqy4 {
        display: none;
    }
    .turbowins-1lsqy4::before {
        content: '';
        position: absolute;
        top: 0;
        right: 100%;
        height: 100%;
        width: 300%;
        background: rgba(0, 0, 0, 0.6);
        pointer-events: none;
    }
}

.turbowins-19obiy {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.turbowins-19obiy li {
    font-size: 16px;
    margin: 0 20px;
}

.turbowins-19obiy li a {
    color: var(--menu-color);
    text-decoration: none;
}

@media only screen and (min-width: 1025px) {
    .turbowins-19obiy li a:hover {
        text-decoration: underline;
    }
}

@media only screen and (max-width: 1023px) {
    .turbowins-19obiy {
        display: block;
    }
    .turbowins-19obiy li {
        margin: 0;
        font-size: 16px;
        border-bottom: 1px solid var(--border-color);
    }
    .turbowins-19obiy li a {
        display: flex;
        align-items: center;
        padding: 14px 16px;
        position: relative;
    }
    .turbowins-19obiy li a::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
        border: 5px solid transparent;
        border-left: 5px solid var(--menu-color);
    }
    .turbowins-19obiy li:first-of-type {
        border-top: 1px solid var(--border-color);
    }
}

.turbowins-ndadv3 {
    display: flex;
    align-items: center;
    margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
    .turbowins-ndadv3 {
        margin-right: 105px;
    }
}

@media only screen and (max-width: 1023px) {
    .turbowins-ndadv3 {
        order: -1;
        margin-left: auto;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-ndadv3 {
        max-width: 230px;
        justify-content: flex-end;
    }
}

.turbowins-ndadv3.turbowins-2qr996 {
    margin-right: 0;
}

.turbowins-1wytbx {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    white-space: nowrap;
    height: 42px;
    border-radius: 6px;
    font-size: 16px;
    background: var(--button-bg-color);
    color: var(--button-text-color);
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .turbowins-1wytbx {
        height: 38px;
        max-width: none;
        width: auto;
        padding: 0 10px;
        white-space: normal;
        text-align: center;
    }
}

@media only screen and (min-width: 1025px) {
    .turbowins-1wytbx:hover {
        background: var(--button-bg-hover);
        opacity: 0.9;
    }
}

.turbowins-1wosrc {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    white-space: nowrap;
    height: 42px;
    border-radius: 6px;
    font-size: 16px;
    background: var(--button-bg-color);
    color: var(--button-text-color);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
    .turbowins-1wosrc:hover {
        background: var(--button-bg-hover);
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-1wosrc {
        height: 38px;
        max-width: none;
        width: auto;
        padding: 0 10px;
        white-space: normal;
        text-align: center;
    }
}

.turbowins-1yje3i {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
    .turbowins-1yje3i {
        top: 9px;
        transform: none;
        right: auto;
        left: 0;
    }
}

.turbowins-1yje3i:hover>ul {
    display: flex;
}

.turbowins-1yje3i:focus>ul {
    display: flex;
}

.turbowins-1yje3i:focus-within>ul {
    display: flex;
}

.turbowins-2lgpxj {
    position: relative;
    border-radius: 10px;
    height: 42px;
    padding: 5px 32px 5px 12px;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
    background: var(--button-bg-color);
    color: var(--button-text-color);
    gap: 5px;
}

.turbowins-2lgpxj::after {
    border-bottom: 1px solid var(--button-bg-color);
    border-right: 1px solid var(--button-bg-color);
    content: '';
    height: 7px;
    width: 7px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .turbowins-2lgpxj {
        padding: 5px 30px 5px 5px;
        font-size: 14px;
        height: 38px;
        gap: 3px;
    }
    .turbowins-2lgpxj img {
        max-width: 20px;
    }
}

.turbowins-1yje3i ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    right: 0;
    transition: 0.3s ease-in-out;
    z-index: 2;
    border-radius: 10px;
    min-width: 66px;
    display: none;
    max-height: 465px;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
    .turbowins-1yje3i ul {
        min-width: 52px;
        max-height: 315px;
        left: 10px;
        right: auto;
    }
}

.turbowins-1yje3i ul li {
    padding: 10px 12px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--button-text-color);
    background: var(--button-bg-color);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .turbowins-1yje3i ul li {
        padding: 5px;
    }
}

.turbowins-1yje3i ul li a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--button-text-color);
    text-decoration: none;
}

@media only screen and (min-width: 1025px) {
    .turbowins-1yje3i ul li a:hover {
        text-decoration: underline;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-1yje3i ul li a {
        font-size: 14px;
        gap: 3px;
    }
    .turbowins-1yje3i ul li a img {
        max-width: 20px;
    }
}

.turbowins-227trp {
    display: none;
}

.turbowins-2add4n {
    width: 38px;
    height: 38px;
    display: none;
    cursor: pointer;
    border-radius: 6px;
    background: var(--button-bg-color);
    padding: 12px 5px;
    z-index: 99;
    margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
    .turbowins-2add4n {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
}

.turbowins-2add4n span {
    display: block;
    height: 1px;
    border-radius: 4px;
    width: 20px;
    background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
    .turbowins-227trp:checked~.turbowins-1lsqy4 {
        display: block;
        position: absolute;
        height: 100vh;
        background: var(--fh-bg-color);
        top: 0;
        right: 0;
        max-width: 286px;
        width: 100%;
        z-index: 9;
        padding: 85px 0;
    }
    .turbowins-1lsqy4 {
        display: none;
        transition: display 0.3s ease-in-out;
    }
    .turbowins-227trp:checked~.turbowins-1lsqy4 {
        display: block;
    }
    .turbowins-227trp:checked+.turbowins-2add4n span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 4px);
    }
    .turbowins-227trp:checked+.turbowins-2add4n span:nth-child(2) {
        display: none;
    }
    .turbowins-227trp:checked+.turbowins-2add4n span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
}

.turbowins-2ifedm {
    padding: 24px 0 0;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
    .turbowins-2ifedm {
        padding: 20px 16px 0;
    }
}

.turbowins-2ifedm img {
    margin-bottom: 20px;
}

.turbowins-2ifedm p {
    color: var(--text-color);
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .turbowins-2ifedm p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-2ifedm {
        margin-bottom: 60px;
    }
}

.turbowins-2llj9f {
    font-size: 60px;
    font-weight: 700;
    line-height: 110%;
    color: var(--title-color);
    text-align: center;
    max-width: 985px;
    width: 100%;
    margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
    .turbowins-2llj9f {
        font-size: 32px;
    }
}

.turbowins-2e496s {
    color: var(--text-color);
}

.turbowins-gmlf0p {
    color: var(--text-color);
    font-size: 18px;
    line-height: 135%;
}

@media only screen and (max-width: 767px) {
    .turbowins-gmlf0p {
        font-size: 16px;
        line-height: 140%;
    }
}

.turbowins-gmlf0p p {
    color: var(--text-color);
    font-size: 18px;
    line-height: 135%;
}

.turbowins-gmlf0p p:first-of-type {
    margin-top: 0;
}

.turbowins-gmlf0p p:last-of-type {
    margin-bottom: 0;
}

.turbowins-gmlf0p p:last-of-type+h2,
.turbowins-gmlf0p p:last-of-type+h3 {
    margin-top: 24px;
}

@media only screen and (max-width: 767px) {
    .turbowins-gmlf0p p {
        font-size: 16px;
        line-height: 140%;
    }
}

.turbowins-gmlf0p ul {
    padding: 0 0 0 20px;
}

.turbowins-gmlf0p table {
    width: 100%;
    border-collapse: collapse;
}

.turbowins-gmlf0p table tr td {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: var(--text-color);
    border: 1px solid var(--border-color);
    background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
    .turbowins-gmlf0p table tr td {
        padding: 12px 4px;
        font-size: 16px;
    }
}

.turbowins-gmlf0p table tr th {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: var(--text-color);
    border: 1px solid var(--border-color);
    background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
    .turbowins-gmlf0p table tr th {
        padding: 12px 4px;
        font-size: 16px;
    }
}

.turbowins-gmlf0p table tr:nth-child(even) td {
    background: var(--table-2-color);
}

.turbowins-gmlf0p iframe {
    max-width: 100%;
    width: 100%;
    height: 620px;
    border: none;
    margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
    .turbowins-gmlf0p iframe {
        height: 200px;
    }
}

.turbowins-29d3na {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
    .turbowins-29d3na {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-29d3na {
        margin-bottom: 60px;
    }
}

.turbowins-10gc5i {
    color: var(--title-color);
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
    .turbowins-10gc5i {
        font-size: 26px;
        margin-bottom: 18px;
    }
}

.turbowins-10gc5i h1,
.turbowins-10gc5i h2,
.turbowins-10gc5i h3,
.turbowins-10gc5i h4 {
    color: var(--title-color);
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
    .turbowins-10gc5i h1,
    .turbowins-10gc5i h2,
    .turbowins-10gc5i h3,
    .turbowins-10gc5i h4 {
        font-size: 26px;
        margin-bottom: 18px;
    }
}

.turbowins-1r6ff9 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
    .turbowins-1r6ff9 {
        flex-direction: column-reverse;
    }
}

.turbowins-1r6ff9 .turbowins-2q3kke {
    max-width: 545px;
    width: 100%;
    flex-basis: 545px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .turbowins-1r6ff9 .turbowins-2q3kke {
        max-width: 100%;
        flex-basis: auto;
        margin: 0;
    }
}

.turbowins-1r6ff9 .turbowins-yzjj8y {
    max-width: 514px;
    width: 100%;
    flex-basis: 514px;
    margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
    .turbowins-1r6ff9 .turbowins-yzjj8y {
        max-width: 100%;
        flex-basis: auto;
        margin: 0 0 18px;
    }
    .turbowins-1r6ff9 .turbowins-yzjj8y img {
        width: 100%;
    }
}

.turbowins-yzjj8y {
    margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
    .turbowins-yzjj8y {
        margin-bottom: 18px;
    }
}

.turbowins-2q3kke {
    margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
    .turbowins-2q3kke {
        margin-bottom: 18px;
    }
}

.turbowins-29d3na h2 {
    color: var(--title-color);
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
    .turbowins-29d3na h2 {
        font-size: 26px;
        margin-bottom: 18px;
    }
}

.turbowins-29d3na .turbowins-12d5v2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.turbowins-m40gh3 {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 110px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    background: #1a1b2d;
    overflow: hidden;
}

@media only screen and (max-width: 1200px) {
    .turbowins-m40gh3 {
        margin: 0 16px;
        max-width: calc(100% - 32px);
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-m40gh3 {
        margin-bottom: 60px;
    }
}

.turbowins-uynhxo {
    position: relative;
    border: none;
}

.turbowins-uynhxo::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: var(--table-header-color);
}

.turbowins-21gbob {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    font-size: 24px;
    font-weight: 700;
    background: var(--fh-bg-color);
    color: var(--title-color);
    border-bottom: 1px solid var(--border-color);
    cursor: pointer;
}

.turbowins-21gbob span {
    height: 32px;
}

.turbowins-21gbob span svg rect {
    fill: var(--table-2-color);
    stroke: var(--table-2-color);
}

.turbowins-21gbob.turbowins-m5jaah span {
    transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
    .turbowins-21gbob {
        padding: 0 14px;
        font-size: 22px;
        height: 68px;
    }
}

.turbowins-176k6a {
    list-style: none;
    padding: 0;
    margin: 0;
}

.turbowins-176k6a li {
    font-size: 18px;
    background: var(--fh-bg-color);
    border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
    .turbowins-176k6a li {
        font-size: 16px;
    }
}

.turbowins-176k6a li a {
    display: block;
    color: var(--text-color);
    padding: 14px 32px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
    .turbowins-176k6a li a:hover {
        background: var(--main-theme-color);
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-176k6a li a {
        padding: 12px 14px;
    }
}

.turbowins-176k6a.turbowins-175moj {
    display: none;
}

.turbowins-1r291y {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

.turbowins-1r291y table {
    width: 100%;
    border-collapse: collapse;
}

.turbowins-1r291y table tr td {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 700;
    color: #a29eb6;
    text-align: center;
    border: 1px solid #262646;
    background: #171a2b;
}

@media only screen and (max-width: 767px) {
    .turbowins-1r291y table tr td {
        padding: 12px 4px;
        font-size: 16px;
    }
}

.turbowins-1r291y table tr th {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: var(--text-color);
    border: 1px solid var(--border-color);
    background: var(--table-2-color);
}

@media only screen and (max-width: 767px) {
    .turbowins-1r291y table tr th {
        padding: 12px 4px;
        font-size: 16px;
    }
}

.turbowins-1r291y table tr:nth-child(even) td {
    background: rgba(29, 33, 60, 0.6);
}

.turbowins-1r291y p {
    color: #a29eb6;
    font-size: 18px;
    line-height: 135%;
}

@media only screen and (max-width: 767px) {
    .turbowins-1r291y p {
        font-size: 16px;
        line-height: 140%;
    }
}

@media only screen and (max-width: 1200px) {
    .turbowins-1r291y {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-1r291y {
        margin-bottom: 60px;
    }
}

.turbowins-1yz7ac {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--table-header-color);
    color: var(--title-color);
    font-size: 28px;
    font-weight: 700;
    padding: 24px 32px;
    border-radius: 12px 12px 0 0;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .turbowins-1yz7ac {
        padding: 16px 14px;
        font-size: 18px;
        text-align: center;
    }
}

.turbowins-vde2jq p+table {
    margin-top: 24px;
}

.turbowins-vde2jq:not(:has(> p))+* {
    margin-top: 32px;
}

.turbowins-vde2jq,
.turbowins-vde2jq table {
    width: 100%;
    border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
    .turbowins-vde2jq {
        width: 100%;
        border-collapse: collapse;
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}

.turbowins-vde2jq tr td {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 700;
    color: #a29eb6;
    text-align: center;
    border: 1px solid #262646;
    background: #171a2b;
}

@media only screen and (max-width: 767px) {
    .turbowins-vde2jq tr td {
        padding: 12px 4px;
        font-size: 16px;
    }
}

.turbowins-vde2jq thead tr th,
.turbowins-vde2jq thead tr td {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: var(--text-color);
    border: 1px solid var(--border-color);
    background: var(--table-header-color);
}

@media only screen and (max-width: 767px) {
    .turbowins-vde2jq thead th,
    .turbowins-vde2jq thead td {
        padding: 12px 4px;
        font-size: 16px;
    }
}

.turbowins-vde2jq tr:nth-child(even) td {
    background: rgba(29, 33, 60, 0.6);
}

.turbowins-swsn98 table tr td {
    color: var(--text-color);
    background: var(--table-1-color);
    border-color: var(--border-color);
}

.turbowins-swsn98 table tr:nth-child(even) td {
    background: var(--table-2-color);
}

.turbowins-swsn98 p {
    color: var(--text-color);
}

.turbowins-dzy4is {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
    .turbowins-dzy4is {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-dzy4is {
        margin-bottom: 60px;
    }
}

.turbowins-1ea1b6 {
    padding: 16px 32px;
    border-radius: 10px;
    font-size: 20px;
    background: var(--fh-bg-color);
    color: var(--updated-block-color);
    border-left: 5px solid var(--button-bg-color);
    border-color: var(--border-color);
}

.turbowins-2c4ils {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
    .turbowins-2c4ils {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-2c4ils {
        margin-bottom: 60px;
    }
}

.turbowins-sanpux {
    border-radius: 10px;
    background: var(--fh-bg-color);
    border: 1px solid var(--border-color);
    margin-bottom: 10px;
    padding: 20px 32px 20px;
}

.turbowins-sanpux h3 {
    position: relative;
    color: var(--title-color);
    font-size: 20px;
    cursor: pointer;
    margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
    .turbowins-sanpux h3 {
        font-size: 16px;
        font-weight: 600;
    }
}

.turbowins-sanpux p {
    padding: 0;
    font-size: 18px;
    line-height: 135%;
    margin: 0;
    color: var(--text-color);
}

.turbowins-sanpux p+p {
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .turbowins-sanpux p {
        font-size: 16px;
    }
}

.turbowins-283tli {
    display: none;
}

@media only screen and (max-width: 767px) {
    .turbowins-283tli {
        display: flex;
        justify-content: center;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        height: 68px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        background: #161d33;
        padding: 0 40px;
    }
}

.turbowins-h0gv3z {
    list-style: none;
    margin: 0 -20px;
    padding: 0;
    display: flex;
    align-items: center;
}

.turbowins-h0gv3z li {
    margin: 0 20px;
}

.turbowins-h0gv3z li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
}

.turbowins-h0gv3z li a img {
    margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
    .turbowins-h0gv3z li a:hover {
        color: #2ab765;
    }
}

.turbowins-qcivli {
    max-width: 1110px;
    width: 100%;
    list-style: none;
    margin: 10px auto;
    padding: 0;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
    .turbowins-qcivli {
        padding: 0 16px;
    }
}

.turbowins-qcivli li {
    font-size: 16px;
    position: relative;
}

.turbowins-qcivli li a {
    color: var(--text-color);
    text-decoration: none;
}

@media only screen and (min-width: 1025px) {
    .turbowins-qcivli li a:hover {
        text-decoration: underline;
    }
}

.turbowins-qcivli li span {
    opacity: 0.5;
}

.turbowins-qcivli li+li {
    margin-left: 30px;
}

.turbowins-qcivli li+li::before {
    content: '-';
    left: -20px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
    color: var(--text-color);
    position: absolute;
}

h2.turbowins-10gc5i {
    margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
    h2.turbowins-10gc5i {
        margin-bottom: 18px;
    }
}

.turbowins-1an0ce {
    border-collapse: separate;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: var(--text-color);
    counter-reset: table-row;
}

.turbowins-1an0ce tbody tr {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px 36px;
    padding: 20px 24px;
    border-radius: 10px;
    margin-bottom: 16px;
    cursor: pointer;
    background-color: var(--fh-bg-color);
}

.turbowins-1an0ce tbody tr:first-of-type::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    z-index: -1;
    background: var(--table-header-color);
    border-radius: 10px;
}

.turbowins-1an0ce tbody tr:first-of-type::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: var(--fh-bg-color);
    border-radius: 10px;
}

.turbowins-1an0ce tbody tr:first-of-type td {
    z-index: 2;
    border-radius: 10px;
}

.turbowins-1an0ce tbody tr:last-of-type {
    margin-bottom: 0;
}

.turbowins-1an0ce tbody tr td:first-of-type {
    flex-shrink: 0;
}

.turbowins-1an0ce tbody tr td:first-of-type>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid var(--rate-image-border);
}

.turbowins-1an0ce tbody tr td:first-of-type>a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 10px 0;
    padding: 2px 9px;
    width: 28px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    counter-increment: table-row;
    content: counter(table-row);
    background: var(--rate-counter-bg);
}

.turbowins-1an0ce tbody tr td:last-of-type {
    margin-left: auto;
}

@media only screen and (max-width: 767px) {
    .turbowins-1an0ce tbody tr td:last-of-type {
        margin-left: 0;
        width: 100%;
    }
}

.turbowins-1an0ce tbody tr td .turbowins-afpb2n {
    display: flex;
    flex-direction: column;
    text-align: center;
}

@media only screen and (max-width: 420px) {
    .turbowins-1an0ce tbody tr td .turbowins-afpb2n {
        width: 100%;
    }
}

.turbowins-1an0ce tbody tr td .turbowins-cfu7ks {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 10px;
    width: 181px;
    height: 46px;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: var(--button-text-color);
    background: var(--button-bg-color);
    transition: 0.3s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

@media only screen and (min-width: 1025px) {
    .turbowins-1an0ce tbody tr td .turbowins-cfu7ks:hover {
        background: var(--button-bg-hover);
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-1an0ce tbody tr td .turbowins-cfu7ks {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 420px) {
    .turbowins-1an0ce tbody tr td .turbowins-cfu7ks {
        width: 100%;
    }
}

.turbowins-1an0ce tbody tr td .turbowins-1jd3tm {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
    .turbowins-1an0ce tbody tr td .turbowins-1jd3tm:hover {
        text-decoration: none;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-1an0ce tbody tr {
        flex-direction: column;
    }
}

.turbowins-1an0ce tbody tr:nth-child(-n + 3) td>a::before {
    background: var(--rate-counter-bg-top);
}

.turbowins-2g3hgg {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
    .turbowins-2g3hgg {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-2g3hgg {
        margin: 0 auto 60px;
    }
}

.turbowins-nl7fna {
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 32px;
    text-align: center;
    color: var(--title-color);
}

@media only screen and (max-width: 767px) {
    .turbowins-nl7fna {
        font-size: 26px;
        line-height: normal;
        margin: 0 0 20px;
        text-align: left;
    }
}

.turbowins-2nhmrz {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
    .turbowins-2nhmrz {
        margin: 0 -5px;
    }
}

.turbowins-11p070 {
    max-width: calc(25% - 20px);
    width: 100%;
    flex-basis: calc(25% - 20px);
    margin: 0 10px 20px;
    text-decoration: none;
    cursor: pointer;
}

.turbowins-11p070 img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.turbowins-11p070 p {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0 0;
    color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
    .turbowins-11p070:hover img {
        transform: scale(1.01);
    }
}

@media only screen and (max-width: 991px) {
    .turbowins-11p070 {
        max-width: calc(33.33333% - 20px);
        flex-basis: calc(33.33333% - 20px);
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-11p070 {
        max-width: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        margin: 0 5px 12px;
    }
    .turbowins-11p070 p {
        font-size: 16px;
    }
}

.turbowins-ulo5ra {
    position: relative;
    max-width: 800px;
    height: 400px;
    width: 100%;
    margin: 40px auto;
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (max-width: 520px) {
    .turbowins-ulo5ra {
        height: 190px;
        margin: 20px auto;
    }
}

.turbowins-ulo5ra img {
    width: 100%;
    height: 100%;
}

.turbowins-ulo5ra iframe {
    width: 100%;
    height: 400px;
    margin: 0;
}

@media only screen and (max-width: 520px) {
    .turbowins-ulo5ra iframe {
        height: 190px;
    }
}

.turbowins-1ir79d {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
    filter: blur(3px);
}

.turbowins-1ir79d::before {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    content: '';
}

.turbowins-23qktx {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 52px;
    max-width: 200px;
    -webkit-animation: none;
    animation: none;
    transform: translate(-50%, -50%);
}

.turbowins-23qktx svg {
    width: 50px;
    height: 50px;
    fill: #fff;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
    .turbowins-23qktx:hover svg {
        transform: scale(1.1);
    }
}

.turbowins-1ymb7p {
    padding: 90px 0;
}

@media only screen and (max-width: 767px) {
    .turbowins-1ymb7p {
        padding: 40px 0;
    }
}

.turbowins-tpbcjw {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
}

.turbowins-tpbcjw:has(.turbowins-1v5iw9) {
    justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
    .turbowins-tpbcjw {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 991px) {
    .turbowins-tpbcjw {
        flex-direction: column-reverse;
    }
}

.turbowins-1v5iw9 {
    max-width: 520px;
    width: 100%;
    flex-basis: 520px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 24px;
}

.turbowins-1v5iw9 img {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .turbowins-1v5iw9 {
        max-width: 565px;
        flex-basis: auto;
        margin: 24px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-1v5iw9 {
        margin: 10px 0 0;
    }
}

.turbowins-lxck14 {
    max-width: 565px;
    width: 100%;
    flex-basis: 565px;
    border-radius: 10px;
    padding: 36px 32px;
    background: radial-gradient( 114.2% 133.85% at 7.14% 3.6%, var(--main-theme-color) 0.01%, var(--table-header-color) 0.1%, rgba(255, 255, 255, 0.25) 100%);
    border: 1px solid var(--border-color);
}

.turbowins-lxck14 h2 {
    color: inherit;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    margin: 0 0 16px;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .turbowins-lxck14 {
        flex-basis: auto;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-lxck14 {
        padding: 24px 10px;
    }
}

.turbowins-jxcesf {
    background: rgba(0, 0, 0, 0.46);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    padding: 14px 20px;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.turbowins-jxcesf:hover {
    border: 1px solid rgba(255, 255, 255, 0.65);
}

.turbowins-ezbygs {
    margin: 20px auto 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    border-radius: 6px;
    padding: 15px 10px;
    width: 100%;
    height: 52px;
    cursor: pointer;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: var(--button-bg-color);
    color: var(--button-text-color);
}

.turbowins-ezbygs:hover {
    background: var(--button-bg-hover);
}

.turbowins-131fgj {
    max-width: 342px;
    width: 100%;
    margin: 20px auto 0;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: inherit;
}

.turbowins-131fgj ul,
.turbowins-131fgj ol {
    text-align: left;
}

.turbowins-131fgj a {
    text-decoration: underline;
    color: #8babff;
}

.turbowins-2jdkp6 {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin: 0 0 10px;
}

.turbowins-2jdkp6 .turbowins-jxcesf {
    width: 50%;
    margin: 0;
}

.turbowins-l6isaz {
    border-radius: 6px;
    padding: 15px 10px;
    width: 50%;
    height: 52px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: var(--button-bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--button-text-color);
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.turbowins-l6isaz:hover {
    background: var(--button-bg-hover);
}

.turbowins-lvwpxv {
    margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
    .turbowins-lvwpxv {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-lvwpxv {
        margin: 0 0 60px;
    }
}

.turbowins-2rra5w {
    position: relative;
    padding: 20px 24px;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
    .turbowins-2rra5w {
        padding: 18px 14px;
        flex-direction: column;
        align-items: flex-start;
    }
}

.turbowins-jie11k {
    max-width: 200px;
    width: 100%;
    flex-basis: 200px;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .turbowins-jie11k {
        max-width: 80px;
        flex-basis: auto;
        margin-bottom: 10px;
    }
}

.turbowins-1sfqpb {
    max-width: 842px;
    width: 100%;
    flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
    .turbowins-1sfqpb {
        flex-basis: auto;
        max-width: 100%;
    }
}

.turbowins-1quvk4 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 40px;
    font-weight: 700;
    color: var(--title-color);
}

@media only screen and (max-width: 767px) {
    .turbowins-1quvk4 {
        font-size: 26px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

.turbowins-1quvk4 a {
    width: 26px;
    height: 26px;
    background: #5277e7;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    margin-left: 20px;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .turbowins-1quvk4 a {
        margin: 1px 0 4px;
    }
}

.turbowins-1quvk4 a svg {
    fill: #fff;
}

.turbowins-1quvk4 a:hover {
    background: #3d68e7;
}

.turbowins-12fvgu {
    font-size: 16px;
    color: var(--text-color);
    opacity: 0.9;
}

.turbowins-2ppvsz {
    margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
    .turbowins-2ppvsz {
        position: absolute;
        top: 18px;
        left: 115px;
    }
}

.turbowins-xanz4a {
    font-size: 16px;
    color: var(--text-color);
}

.turbowins-ah4g7s {
    display: grid;
    grid-template-areas: 'play-block__left' 'content-section' 'play-block__right';
    max-width: 1110px;
    width: 100%;
    margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
    .turbowins-ah4g7s {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-ah4g7s {
        margin: 20px auto 60px;
    }
}

@media only screen and (min-width: 992px) {
    .turbowins-ah4g7s {
        grid-template-areas: 'play-block__left play-block__right' 'content-section content-section';
        grid-template-columns: 65% 35%;
    }
}

.turbowins-1a3skt {
    grid-area: play-block__left;
    width: 100%;
    padding-right: 0;
}

.turbowins-1a3skt h1,
.turbowins-1a3skt h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: var(--title-color);
    margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
    .turbowins-1a3skt h1,
    .turbowins-1a3skt h2 {
        font-weight: 700;
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 16px;
    }
}

@media only screen and (min-width: 992px) {
    .turbowins-1a3skt {
        margin: 0;
        padding-right: 20px;
    }
}

.turbowins-1s1eyy {
    grid-area: play-block__right;
    margin: 24px 0 0;
    width: 100%;
}

.turbowins-1s1eyy h1 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: var(--title-color);
    margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
    .turbowins-1s1eyy h1 {
        font-weight: 700;
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 16px;
    }
}

.turbowins-1s1eyy h2 {
    display: flex;
    align-items: center;
    min-height: 68px;
    font-size: 26px;
    line-height: normal;
    font-weight: 700;
    color: var(--title-color);
    margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
    .turbowins-1s1eyy h2 {
        font-size: 24px;
        line-height: 110%;
        margin-bottom: 16px;
        min-height: auto;
    }
}

.turbowins-1s1eyy table {
    border-radius: 10px;
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border: 1px solid var(--border-color);
    box-shadow: 0 0 0 1px var(--border-color);
}

.turbowins-1s1eyy table tr td {
    padding: 12px 28px;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    background: var(--table-1-color);
    border-top: none;
    border-left: none;
    border-right: none;
}

@media only screen and (max-width: 767px) {
    .turbowins-1s1eyy table tr td {
        padding: 12px 4px;
    }
}

.turbowins-1s1eyy table tr th {
    padding: 12px 28px;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    background: var(--table-1-color);
    border-top: none;
    border-left: none;
    border-right: none;
}

@media only screen and (max-width: 767px) {
    .turbowins-1s1eyy table tr th {
        padding: 12px 4px;
    }
}

.turbowins-1s1eyy table tr:last-of-type td {
    border-bottom: none;
}

@media only screen and (min-width: 992px) {
    .turbowins-1s1eyy {
        margin: 0;
    }
}

.turbowins-1p69ct {
    width: 100%;
    min-height: 356px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .turbowins-1p69ct {
        min-height: 190px;
    }
}

.turbowins-h8n53g {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
    filter: blur(5px);
}

.turbowins-h8n53g::before {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    content: '';
}

.turbowins-yxi1we {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.turbowins-yxi1we.turbowins-2l4ifh {
    display: none;
}

.turbowins-2m7e4x {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
}

.turbowins-2m7e4x iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.turbowins-2m7e4x iframe.turbowins-1gc6tc {
    position: fixed;
    inset: 0px;
    width: 100vw;
    height: 100vh;
    margin: 0px;
}

.turbowins-2m7e4x.turbowins-1hdi6v {
    opacity: 1;
    pointer-events: all;
}

.turbowins-22yqtd {
    border: none;
    cursor: pointer;
    text-decoration: none;
    max-width: 252px;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #c2c0ce;
    margin: 0 auto;
    color: #090909;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s ease-in-out;
}

.turbowins-22yqtd svg {
    margin-right: 10px;
}

.turbowins-22yqtd+.turbowins-22yqtd {
    margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
    .turbowins-22yqtd:hover {
        background: #a8a6b3;
    }
}

.turbowins-y06fs7 {
    background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
    .turbowins-y06fs7:hover {
        background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-22yqtd {
        height: 42px;
        max-width: 220px;
    }
}

.turbowins-ah4g7s .turbowins-29d3na {
    padding: 0;
    grid-area: content-section;
    width: 100%;
    margin: 24px 0 0;
}

.turbowins-ah4g7s .turbowins-29d3na h1,
.turbowins-ah4g7s .turbowins-29d3na h2 {
    color: var(--title-color);
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
    .turbowins-ah4g7s .turbowins-29d3na h1,
    .turbowins-ah4g7s .turbowins-29d3na h2 {
        font-size: 26px;
        margin: 0 0 18px;
    }
}

@media only screen and (min-width: 991px) {
    .turbowins-ah4g7s .turbowins-29d3na {
        margin: 28px 0 0;
    }
}

.turbowins-228265 {
    max-width: 1110px;
    width: 100%;
    margin: 40px auto 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
    .turbowins-228265 {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 991px) {
    .turbowins-228265 {
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-228265 {
        margin: 20px auto 60px;
    }
}

.turbowins-etndok {
    max-width: 545px;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .turbowins-etndok {
        max-width: 100%;
        margin: 0 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-etndok {
        max-width: 100%;
        margin: 0 0 10px;
    }
}

.turbowins-10cmcy {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 20px;
}

.turbowins-10cmcy iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.turbowins-22znky {
    max-width: 540px;
    width: 100%;
    margin-left: 24px;
}

.turbowins-22znky h1 {
    font-weight: 600;
    font-size: 60px;
    line-height: normal;
    margin: 0;
    color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
    .turbowins-22znky h1 {
        font-size: 44px;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-22znky h1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .turbowins-22znky {
        max-width: 100%;
        margin: 0;
    }
}

.turbowins-eivatf {
    padding: 25px 20px;
    border-radius: 10px;
    background: var(--fh-bg-color);
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .turbowins-eivatf {
        padding: 14px;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
}

.turbowins-2nzpye {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
    .turbowins-2nzpye {
        flex-direction: column;
        margin: 0 0 0 20px;
    }
}

.turbowins-2chv9g {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-right: 12px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.turbowins-2chv9g span {
    margin-right: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff0000;
}

@media only screen and (max-width: 767px) {
    .turbowins-2chv9g {
        margin: 0;
    }
    .turbowins-2chv9g:last-of-type {
        margin-top: 4px;
    }
}

.turbowins-8lx64c {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    border-radius: 10px;
    background: var(--table-header-color);
}

@media only screen and (max-width: 540px) {
    .turbowins-8lx64c {
        padding: 10px;
    }
}

.turbowins-8lx64c .turbowins-12d5v2 {
    max-width: 156px;
    height: 46px;
    font-size: 16px;
    margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
    .turbowins-8lx64c .turbowins-12d5v2 {
        max-width: 100%;
        margin: 10px 0 0;
    }
}

@media only screen and (max-width: 540px) {
    .turbowins-8lx64c {
        flex-wrap: wrap;
    }
}

.turbowins-iytkw2 {
    width: 98px;
    flex-shrink: 0;
    margin-right: 12px;
}

.turbowins-iytkw2 img {
    width: 100%;
}

.turbowins-2rg1gh {
    max-width: 230px;
    width: 100%;
    margin-right: 5px;
}

@media only screen and (max-width: 540px) {
    .turbowins-2rg1gh {
        max-width: 200px;
        margin: 0;
    }
}

.turbowins-vmgxki {
    font-size: 14px;
    color: var(--title-color);
    opacity: 0.8;
}

.turbowins-kk5s8s {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: var(--text-color);
}

.turbowins-1k83yj {
    width: 100%;
    margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
    .turbowins-1k83yj {
        margin: 0 0 60px;
    }
}

.turbowins-1k83yj .turbowins-1hf3db {
    position: relative;
}

.turbowins-1k83yj .turbowins-zd9lcx {
    width: 100%;
    height: calc(100vh - 54px);
    height: 100dvh;
    height: calc(100dvh - env(safe-area-inset-bottom, 0px));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.turbowins-1k83yj .turbowins-zd9lcx.turbowins-2l4ifh {
    display: none;
}

.turbowins-1k83yj .turbowins-1s5iy0 {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 32px;
    max-width: 910px;
    width: 100%;
    border-radius: 20px;
    padding: 17px 40px;
    background: var(--main-theme-color);
    border: 1px solid var(--border-color);
    margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
    .turbowins-1k83yj .turbowins-1s5iy0 {
        bottom: 90px;
        padding: 14px 16px;
        flex-direction: column;
        max-width: calc(100% - 32px);
    }
}

@media only screen and (max-width: 520px) {
    .turbowins-1k83yj .turbowins-1s5iy0 {
        bottom: 90px;
    }
}

.turbowins-1k83yj .turbowins-1s5iy0 .turbowins-n4y8st {
    max-width: 300px;
    width: 100%;
}

.turbowins-1k83yj .turbowins-1s5iy0 .turbowins-n4y8st .turbowins-2e94le {
    font-weight: 800;
    font-size: 40px;
    line-height: 110%;
    color: var(--title-color);
}

@media only screen and (max-width: 767px) {
    .turbowins-1k83yj .turbowins-1s5iy0 .turbowins-n4y8st .turbowins-2e94le {
        font-size: 32px;
        text-align: center;
    }
}

.turbowins-1k83yj .turbowins-1s5iy0 .turbowins-n4y8st .turbowins-1jku50 {
    margin-top: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    color: var(--text-color);
}

@media only screen and (max-width: 767px) {
    .turbowins-1k83yj .turbowins-1s5iy0 .turbowins-n4y8st .turbowins-1jku50 {
        text-align: center;
    }
}

.turbowins-1k83yj .turbowins-1s5iy0 .turbowins-2qr996 {
    max-width: 488px;
    width: 100%;
    gap: 14px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .turbowins-1k83yj .turbowins-1s5iy0 .turbowins-2qr996 {
        flex-direction: column-reverse;
    }
}

.turbowins-1k83yj .turbowins-1s5iy0 .turbowins-2qr996 .turbowins-2hx1lz {
    border-radius: 10px;
    padding: 12px 28px;
    width: 200px;
    height: 46px;
    background: #a9afbc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #0b0b10;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.turbowins-1k83yj .turbowins-1s5iy0 .turbowins-2qr996 .turbowins-2hx1lz:hover {
    background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
    .turbowins-1k83yj .turbowins-1s5iy0 .turbowins-2qr996 .turbowins-2hx1lz {
        width: 100%;
    }
}

.turbowins-1k83yj .turbowins-1s5iy0 .turbowins-2qr996 .turbowins-2lyc1l {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
    width: 274px;
    height: 46px;
    background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #0b0b10;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.turbowins-1k83yj .turbowins-1s5iy0 .turbowins-2qr996 .turbowins-2lyc1l span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@keyframes slideLeftRight {
    0% {
        left: -16px;
    }
    100% {
        left: calc(100% + 16px);
    }
}

.turbowins-1k83yj .turbowins-1s5iy0 .turbowins-2qr996 .turbowins-2lyc1l:before {
    content: '';
    border-radius: 10px;
    position: absolute;
    height: 100%;
    width: 32px;
    top: 0;
    left: -16px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.75) 50%, transparent 100%);
    z-index: 0;
    backdrop-filter: blur(5px);
    animation: slideLeftRight 2s infinite;
}

.turbowins-1k83yj .turbowins-1s5iy0 .turbowins-2qr996 .turbowins-2lyc1l:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
    .turbowins-1k83yj .turbowins-1s5iy0 .turbowins-2qr996 .turbowins-2lyc1l {
        width: 100%;
    }
}

.turbowins-1k83yj .turbowins-1s5iy0.turbowins-2l4ifh {
    display: none;
}

.turbowins-1k83yj .turbowins-1bbbg7 {
    display: none;
}

.turbowins-1k83yj .turbowins-1bbbg7.turbowins-1hdi6v {
    display: block;
}

.turbowins-1k83yj .turbowins-1bbbg7 iframe {
    width: 100%;
    height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
    .turbowins-1k83yj .turbowins-1bbbg7 iframe {
        height: calc(100vh - 54px);
    }
}

.turbowins-1k83yj .turbowins-26fv2k {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
    .turbowins-1k83yj .turbowins-26fv2k {
        padding: 24px 16px 0;
    }
}

.turbowins-1k83yj .turbowins-26fv2k .turbowins-2e94le {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: var(--title-color);
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .turbowins-1k83yj .turbowins-26fv2k .turbowins-2e94le {
        margin-bottom: 24px;
    }
}

.turbowins-1k83yj .turbowins-26fv2k table {
    border-radius: 10px;
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border: 1px solid var(--border-color);
    box-shadow: 0 0 0 1px var(--border-color);
}

.turbowins-1k83yj .turbowins-26fv2k table tr td {
    padding: 12px 28px;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    background: var(--table-1-color);
    border-top: none;
}

@media only screen and (max-width: 767px) {
    .turbowins-1k83yj .turbowins-26fv2k table tr td {
        padding: 12px 4px;
    }
}

.turbowins-1k83yj .turbowins-26fv2k table tr th {
    padding: 12px 28px;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    background: var(--table-2-color);
    border-top: none;
}

@media only screen and (max-width: 767px) {
    .turbowins-1k83yj .turbowins-26fv2k table tr th {
        padding: 12px 4px;
    }
}

.turbowins-1k83yj .turbowins-26fv2k table tr:last-of-type td {
    border-bottom: none;
}

.turbowins-1g79sm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    background: var(--main-theme-color);
}

.turbowins-1g79sm.turbowins-1mwalr {
    display: block;
}

.turbowins-1g79sm iframe {
    width: 100%;
    height: calc(100% - 72px);
    border: none;
}

.turbowins-1g79sm .turbowins-13w1so {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
    color: #000;
    border: 1px solid #000;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 10000;
}

.turbowins-1g79sm .turbowins-2058s0 {
    height: 72px;
    padding: 8px 16px 18px;
    background: var(--main-theme-color);
}

.turbowins-1g79sm .turbowins-2lyc1l {
    bottom: 20px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
    height: 46px;
    width: 100%;
    background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #0b0b10;
    cursor: pointer;
    z-index: 10000;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transition: 0.3s ease-in-out;
}

.turbowins-1g79sm .turbowins-2lyc1l:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.turbowins-5dvuwl {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
    display: none;
    overflow: auto;
}

.turbowins-5dvuwl.turbowins-1mwalr {
    display: block;
}

.turbowins-j4tpmp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.turbowins-1zj7f5 {
    position: relative;
    top: 100px;
    margin: 0 auto;
    z-index: 999;
    max-width: 600px;
    width: 100%;
    background: var(--fh-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 28px 44px;
}

.turbowins-qlczew {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
    .turbowins-1zj7f5 {
        width: calc(100% - 20px);
        max-width: 100%;
        padding: 28px 16px;
    }
}

.turbowins-1ho3d5 {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.turbowins-1ho3d5 svg {
    width: 15px;
    height: 15px;
    fill: #000;
}

.turbowins-2lluos {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.turbowins-lgtwh3.turbowins-2l4ifh {
    display: none;
}

.turbowins-2ku6lh {
    font-size: 16px;
    line-height: 140%;
    color: var(--title-color);
    text-align: center;
    margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
    .turbowins-2ku6lh {
        margin-bottom: 20px;
    }
}

.turbowins-2q4vlr {
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid var(--border-color);
}

.turbowins-2q4vlr span {
    font-weight: 500;
    font-size: 20px;
    color: var(--text-color);
    display: block;
    margin-bottom: 4px;
}

.turbowins-2q4vlr small {
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color);
    opacity: 0.8;
    display: block;
    margin-bottom: 16px;
}

.turbowins-2q4vlr input {
    border-radius: 46px;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background: rgba(245, 245, 245, 0.05);
    color: var(--text-color);
    border: none;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    border: 1px solid rgba(245, 245, 245, 0.05);
}

.turbowins-2q4vlr input::-moz-placeholder {
    color: var(--text-color);
    opacity: 0.6;
}

.turbowins-2q4vlr input::placeholder {
    color: var(--text-color);
    opacity: 0.6;
}

.turbowins-2q4vlr input:hover {
    border-color: rgba(194, 192, 206, 0.5);
}

.turbowins-2q4vlr input:active {
    border-color: #c2c0ce;
}

.turbowins-2q4vlr input:focus {
    border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
    .turbowins-2q4vlr {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.turbowins-2od07z {
    margin-bottom: 36px;
}

.turbowins-2od07z textarea {
    border-radius: 20px;
    padding: 14px 20px;
    width: 100%;
    height: 120px;
    resize: none;
    overflow: hidden;
    background: rgba(245, 245, 245, 0.05);
    color: var(--text-color);
    border: 1px solid #c2c0ce;
    font-size: 16px;
}

.turbowins-2od07z textarea::-moz-placeholder {
    color: var(--text-color);
    opacity: 0.6;
}

.turbowins-2od07z textarea::placeholder {
    color: var(--text-color);
    opacity: 0.6;
}

@media only screen and (max-width: 767px) {
    .turbowins-2od07z {
        margin-bottom: 24px;
    }
}

.turbowins-948zgq {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.turbowins-2j173r {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    width: 136px;
    height: 42px;
    font-size: 16px;
    font-weight: 700;
    color: var(--title-color);
    border: 1px solid var(--border-color);
    transition: 0.3s ease-in-out;
}

.turbowins-2j173r:hover {
    background: var(--border-color);
}

.turbowins-1okl8d {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #197bff;
    color: var(--title-color);
    border-radius: 6px;
    padding: 10px;
    width: 193px;
    height: 42px;
    margin-left: 16px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.turbowins-1okl8d:hover {
    background: #166ad9;
}

.turbowins-2eh8ft {
    max-width: 292px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.turbowins-2eh8ft.turbowins-2l4ifh {
    display: none;
}

.turbowins-1qjtok {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: var(--title-color);
    margin: 16px 0 20px;
}

.turbowins-2eh8ft .turbowins-2j173r {
    margin: 0 auto;
}

.turbowins-1nbxd9 {
    padding: 0;
    border: none;
    margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
    .turbowins-1nbxd9 {
        margin-bottom: 16px;
    }
}

.turbowins-za0b0j {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    height: auto;
    position: relative;
}

.turbowins-osn0t4 {
    filter: grayscale(100%);
}

.turbowins-za0b0j>input {
    display: none;
}

.turbowins-za0b0j>label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    font-size: 0;
    transition: 0.3s;
}

.turbowins-za0b0j>input:checked~label,
.turbowins-za0b0j>input:checked~label~label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.turbowins-za0b0j>input:not(:checked)~label:hover,
.turbowins-za0b0j>input:not(:checked)~label:hover~label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked~.turbowins-1irj3m>.turbowins-17madq {
    transform: translateY(-100px);
}

#rating-container-2:checked~.turbowins-1irj3m>.turbowins-17madq {
    transform: translateY(-200px);
}

#rating-container-3:checked~.turbowins-1irj3m>.turbowins-17madq {
    transform: translateY(-300px);
}

#rating-container-4:checked~.turbowins-1irj3m>.turbowins-17madq {
    transform: translateY(-400px);
}

#rating-container-5:checked~.turbowins-1irj3m>.turbowins-17madq {
    transform: translateY(-500px);
}

#rating-0 {
    display: none;
}

label[for='rating-0'] {
    display: none;
}

.turbowins-1xoj7f {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    text-decoration: none;
}

.turbowins-1xoj7f.turbowins-2l4ifh {
    display: none;
}

.turbowins-2r8btn {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    height: 110px;
    border-radius: 30px 30px 0 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .turbowins-2r8btn {
        height: 74px;
        overflow: visible;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-2r8btn {
        border-radius: 20px 20px 0 0;
    }
}

.turbowins-183wt1 {
    max-width: 360px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0 0 52px;
    gap: 16px;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    color: #fff;
    border-top-left-radius: 30px;
}

.turbowins-183wt1::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border: 20px solid transparent;
}

.turbowins-183wt1::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border: 20px solid transparent;
}

.turbowins-183wt1 img {
    border-radius: 16px;
    overflow: hidden;
}

@media only screen and (max-width: 1023px) {
    .turbowins-183wt1 {
        max-width: 300px;
        padding: 0 10px;
        font-size: 16px;
    }
    .turbowins-183wt1 img {
        max-width: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-183wt1 {
        max-width: 120px;
        font-size: 14px;
        border-top-left-radius: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;
        font-size: 14px;
    }
    .turbowins-183wt1 img {
        max-width: 60px;
        border-radius: 7px;
    }
}

.turbowins-1vjffi {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #fff;
}

@media only screen and (max-width: 1023px) {
    .turbowins-1vjffi {
        font-size: 16px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-1vjffi {
        font-size: 14px;
    }
}

.turbowins-1ko4pn {
    max-width: 360px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 52px 0 0;
    z-index: 2;
    overflow: hidden;
    border-top-right-radius: 30px;
}

.turbowins-1ko4pn::before {
    content: '';
    position: absolute;
    left: 42px;
    top: 50%;
    transform: translateY(-50%);
    height: 410px;
    width: 388px;
    border-radius: 50%;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .turbowins-1ko4pn::before {
        left: 0;
        width: 137px;
        height: 145px;
    }
}

.turbowins-1ko4pn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 410px;
    width: 388px;
    border-radius: 50%;
    z-index: -2;
}

@media only screen and (max-width: 767px) {
    .turbowins-1ko4pn::after {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .turbowins-1ko4pn {
        max-width: 300px;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-1ko4pn {
        max-width: 120px;
        border-top-right-radius: 20px;
    }
}

.turbowins-nqptbv {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 2;
}

@media only screen and (max-width: 1023px) {
    .turbowins-nqptbv {
        top: -20px;
    }
}

.turbowins-2axdrb {
    width: 220px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #090909;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s ease-in-out;
    background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
    .turbowins-2axdrb:hover {
        background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
    }
}

@media only screen and (max-width: 1023px) {
    .turbowins-2axdrb {
        width: 200px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-2axdrb {
        width: 90px;
        height: 40px;
    }
}

.turbowins-1xoj7f.turbowins-1ivt13 .turbowins-2r8btn {
    background: #2b3b67;
}

.turbowins-1xoj7f.turbowins-1ivt13 .turbowins-183wt1 {
    background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.turbowins-1xoj7f.turbowins-1ivt13 .turbowins-183wt1::before {
    border-top: 40px solid #2b3b67;
    border-right: 10px solid #2b3b67;
}

.turbowins-1xoj7f.turbowins-1ivt13 .turbowins-183wt1::after {
    border-right: 10px solid #2b3b67;
    border-bottom: 36px solid #2b3b67;
}

.turbowins-1xoj7f.turbowins-1ivt13 .turbowins-1ko4pn::before {
    background: #0e0f41;
}

.turbowins-1xoj7f.turbowins-1ivt13 .turbowins-1ko4pn::after {
    background: #152557;
}

.turbowins-1xoj7f.turbowins-voxi4h .turbowins-2r8btn {
    background: #1f35fa;
}

.turbowins-1xoj7f.turbowins-voxi4h .turbowins-183wt1 {
    background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.turbowins-1xoj7f.turbowins-voxi4h .turbowins-183wt1::before {
    border-top: 40px solid #1f35fa;
    border-right: 10px solid #1f35fa;
}

.turbowins-1xoj7f.turbowins-voxi4h .turbowins-183wt1::after {
    border-right: 10px solid #1f35fa;
    border-bottom: 36px solid #1f35fa;
}

.turbowins-1xoj7f.turbowins-voxi4h .turbowins-1ko4pn::before {
    background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.turbowins-1xoj7f.turbowins-voxi4h .turbowins-1ko4pn::after {
    background: #192ac8;
}

.turbowins-1xoj7f.turbowins-1epotp .turbowins-2r8btn {
    background: #fa771f;
}

.turbowins-1xoj7f.turbowins-1epotp .turbowins-183wt1 {
    background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.turbowins-1xoj7f.turbowins-1epotp .turbowins-183wt1::before {
    border-top: 40px solid #fa771f;
    border-right: 10px solid #fa771f;
}

.turbowins-1xoj7f.turbowins-1epotp .turbowins-183wt1::after {
    border-right: 10px solid #fa771f;
    border-bottom: 36px solid #fa771f;
}

.turbowins-1xoj7f.turbowins-1epotp .turbowins-1ko4pn::before {
    background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.turbowins-1xoj7f.turbowins-1epotp .turbowins-1ko4pn::after {
    background: #fa8535;
}

.turbowins-1m1vz2 {
    max-width: 1110px;
    width: 100%;
    margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
    .turbowins-1m1vz2 {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .turbowins-1m1vz2 {
        margin: 24px 0 60px;
    }
}

.turbowins-1m1vz2 h1 {
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
    .turbowins-1m1vz2 h1 {
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 18px;
    }
}

.turbowins-1pcr1h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 24px;
    background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
    .turbowins-1pcr1h {
        flex-direction: column;
        justify-content: center;
        padding: 20px 16px;
        margin-bottom: 16px;
    }
}

.turbowins-4zsbet {
    display: flex;
    align-items: center;
    color: var(--text-color);
    gap: 6px;
    font-weight: 700;
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    .turbowins-4zsbet {
        display: block;
        text-align: center;
        margin: 0 auto 5px;
    }
}

.turbowins-1h3mlc {
    max-width: 200px;
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--button-bg-color);
    color: var(--button-text-color);
    cursor: pointer;
    text-decoration: none;
}

@media only screen and (min-width: 1025px) {
    .turbowins-1h3mlc:hover {
        background: var(--button-bg-hover);
    }
}

.turbowins-25y2p8 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.turbowins-25y2p8 span {
    font-weight: 600;
    font-size: 24px;
    color: var(--text-color);
}

.turbowins-25y2p8 small {
    font-size: 14px;
    color: var(--text-color);
}

@media only screen and (max-width: 767px) {
    .turbowins-25y2p8 {
        margin-bottom: 16px;
    }
}

.turbowins-1cyaww {
    width: 120px;
    height: 22px;
}

.turbowins-1cyaww .turbowins-i3aw1w {
    fill: #c2c0ce;
}

.turbowins-1cyaww [rating='1'] .turbowins-i3aw1w:not(:nth-child(n+2)) {
    fill: #ffbe16;
}

.turbowins-1cyaww [rating='2'] .turbowins-i3aw1w:not(:nth-child(n+3)) {
    fill: #ffbe16;
}

.turbowins-1cyaww [rating='3'] .turbowins-i3aw1w:not(:nth-child(n+4)) {
    fill: #ffbe16;
}

.turbowins-1cyaww [rating='4'] .turbowins-i3aw1w:not(:nth-child(n+5)) {
    fill: #ffbe16;
}

.turbowins-1cyaww [rating='5'] .turbowins-i3aw1w:not(:nth-child(n+6)) {
    fill: #ffbe16;
}

.turbowins-w51sk2 {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
    gap: 20px 0;
}

@media only screen and (max-width: 767px) {
    .turbowins-w51sk2 {
        gap: 16px 0;
    }
}

.turbowins-542c3s {
    max-width: calc(33.33333% - 20px);
    width: 100%;
    flex-basis: calc(33.33333% - 20px);
    border-radius: 10px;
    padding: 24px;
    margin: 0 10px;
    background: var(--fh-bg-color);
}

.turbowins-542c3s.turbowins-1hdi6v {
    display: block;
}

.turbowins-542c3s.turbowins-2l4ifh {
    display: none;
}

@media only screen and (max-width: 767px) {
    .turbowins-542c3s {
        max-width: 100%;
        flex-basis: auto;
        padding: 16px;
    }
}

.turbowins-1ywn4a {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.turbowins-1gkkla {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c2c0ce;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    margin-right: 10px;
    color: var(--fh-bg-color);
}

.turbowins-2cs94t {
    content: '';
    position: absolute;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    padding: 1px;
    width: 18px;
    height: 18px;
    background-color: var(--fh-bg-color);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.turbowins-14lvoy small {
    font-size: 14px;
    display: block;
    color: var(--text-color);
}

.turbowins-14lvoy span {
    font-weight: 600;
    font-size: 16px;
    display: block;
    color: var(--text-color);
}

.turbowins-1hjtk6 {
    font-size: 16px;
    line-height: 140%;
}

.turbowins-2mcxy7 {
    width: 88px;
    height: 16px;
    margin-bottom: 14px;
}

.turbowins-2mcxy7 .turbowins-i3aw1w {
    fill: #c2c0ce;
}

.turbowins-2mcxy7 [rating='1'] .turbowins-i3aw1w:not(:nth-child(n+2)) {
    fill: #ffbe16;
}

.turbowins-2mcxy7 [rating='2'] .turbowins-i3aw1w:not(:nth-child(n+3)) {
    fill: #ffbe16;
}

.turbowins-2mcxy7 [rating='3'] .turbowins-i3aw1w:not(:nth-child(n+4)) {
    fill: #ffbe16;
}

.turbowins-2mcxy7 [rating='4'] .turbowins-i3aw1w:not(:nth-child(n+5)) {
    fill: #ffbe16;
}

.turbowins-2mcxy7 [rating='5'] .turbowins-i3aw1w:not(:nth-child(n+6)) {
    fill: #ffbe16;
}

.turbowins-kqx6ad {
    max-width: 214px;
    height: 46px;
    font-size: 16px;
    margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
    .turbowins-kqx6ad {
        margin: 18px auto 0;
    }
}

/* Review Hero Block Styles */

.turbowins-21m02i {
    max-width: 1110px;
    width: 100%;
    margin: 32px auto;
}

@media screen and (max-width: 1200px) {
    .turbowins-21m02i {
        padding: 0 16px;
    }
}

.turbowins-1d0qeb {
    font-size: 60px;
    font-weight: 700;
    line-height: 110%;
    color: var(--title-color);
    text-align: center;
    max-width: 985px;
    width: 100%;
    margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
    .turbowins-1d0qeb {
        font-size: 26px;
        margin-bottom: 18px;
    }
}

.turbowins-2jg9rl {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 24px;
    padding: 16px;
    border-radius: 10px;
    background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
    .turbowins-2jg9rl {
        padding: 12px;
        gap: 12px;
    }
}

.turbowins-1hmpfn {
    position: relative;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.turbowins-1hmpfn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.turbowins-d7an4q {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--button-bg-color) 0%, var(--button-bg-hover) 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.turbowins-24tdbc {
    flex: 1;
    min-width: 0;
}

.turbowins-2hihjv {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
    .turbowins-2hihjv {
        font-size: 14px;
        gap: 6px;
    }
}

.turbowins-15rqst {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.turbowins-15rqst svg,
.turbowins-15rqst img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.turbowins-15rqst svg path {
    fill: var(--button-bg-color);
}

.turbowins-15rqst svg circle {
    fill: var(--button-text-color);
}

.turbowins-p8yyk3 {
    font-size: 14px;
    color: var(--text-color);
    opacity: 0.7;
}

@media only screen and (max-width: 767px) {
    .turbowins-p8yyk3 {
        font-size: 12px;
    }
}

.turbowins-p8yyk3 strong {
    font-weight: 600;
}

.turbowins-8hp13b {
    font-size: 16px;
    line-height: 160%;
    color: var(--text-color);
    margin: 0;
}

.turbowins-8hp13b p {
    margin: 0 0 16px;
}

.turbowins-8hp13b p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .turbowins-8hp13b {
        font-size: 14px;
        line-height: 150%;
    }
}


table {
    margin-bottom: 32px;
}

.turbowins-vde2jq p,
.turbowins-vde2jq ul,
.turbowins-vde2jq ol {
    font-size: 110%;
    line-height: 135%;
}

.turbowins-29d3na p img {
    display: block;
    margin: 20px auto;
}

.turbowins-20iw8z {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    text-decoration: none;
}

.turbowins-20iw8z picture,
.turbowins-20iw8z img {
    display: block;
    width: 100%;
}

.turbowins-20iw8z img {
    margin: 0 !important;
}

.turbowins-18gcag {
    position: absolute;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 550px;
    z-index: 2;
}

.turbowins-1fscnv {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
    text-transform: uppercase;
    margin-bottom: 12px;
    text-shadow: 0 2px 8px rgba(0,0,0,.7);
}

.turbowins-9thbeg {
    font-size: 42px;
    line-height: 0.95;
    font-weight: 800;
    color: var(--title-color);
    text-shadow: 0px 0px 12px rgb(0 0 0);
}

.turbowins-9thbeg span {
    display: block;
    color: var(--text-color);
    font-size: 56px;
    margin-top: 8px;
}

.turbowins-m350zh {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 26px;
    padding: 15px 25px;
    border-radius: 8px;
    background: var(--button-bg-color);
    color: var(--button-text-color);
    font-size: 22px;
    font-weight: 700;
    transition: .25s;
    box-shadow: 0 8px 30px var(--button-bg-color);
}

.turbowins-20iw8z:hover .turbowins-m350zh {
    transform: scale(1.05);
}

@media (max-width: 767px) {

    .turbowins-18gcag{
        left:20px;
        right:20px;
        max-width:220px;
    }

    .turbowins-1fscnv{
        font-size:10px;
        margin-bottom:6px;
    }

    .turbowins-9thbeg{
        font-size:34px;
    }

    .turbowins-9thbeg span{
        font-size:26px;
        margin-top:4px;
    }

    .turbowins-m350zh{
        margin-top:12px;
        padding:10px 18px;
        font-size:14px;
    }

}

/* hero-banner mobile CTA fit */
/* The bonus line ("200 % jusqu'a 15 000 EUR + 350 tours gratuits") is far longer than the
   short strings this banner was designed around; at 34px inside a 220px box it overflowed
   the artwork on phones. Scale the overlay down and let it use more of the banner width. */
@media (max-width: 767px) {
  .turbowins-18gcag { left: 16px; right: 16px; max-width: 58%; }
  .turbowins-9thbeg { font-size: 23px; line-height: 1.15; text-shadow: 0 0 8px rgba(0,0,0,.65); }
  .turbowins-9thbeg span { font-size: 20px; margin-top: 3px; }
  .turbowins-m350zh { margin-top: 10px; padding: 8px 14px; font-size: 14px; }
}
@media (max-width: 480px) {
  .turbowins-18gcag { max-width: 62%; left: 12px; right: 12px; }
  .turbowins-9thbeg { font-size: 19px; line-height: 1.12; }
  .turbowins-9thbeg span { font-size: 17px; }
  .turbowins-m350zh { margin-top: 8px; padding: 7px 12px; font-size: 13px; }
}


/* flattened headings (h2_0 / h2_2) keep their heading look */
/* These two were <h1>/<h2> in the markup; they are captions, not document headings, so the
   page keeps a single real <h1>. Tags became <p> - restore the exact visual size/weight. */
p#h2_0 { font-weight: 700; color: var(--title-color); }
.turbowins-18lvs9 p#h2_2 { font-weight: 700; font-size: 40px; line-height: normal; text-align: center; margin: 0 auto 32px; color: var(--title-color); }
@media (max-width: 767px) {
  .turbowins-18lvs9 p#h2_2 { font-size: 26px; margin-bottom: 20px; }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.turbowins-5g81eq, .turbowins-2nhc06, [class*="review-card"],
thead, thead th, table th, .turbowins-1pz8j7,
.turbowins-17h2ph, [class*="collapsible-header"],
.turbowins-dzy4is, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
.turbowins-2ft9fz, .turbowins-2ft9fz :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
.turbowins-12d5v2, .turbowins-12d5v2 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.turbowins-ohx7vl li a, .turbowins-ohx7vl li a :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.turbowins-1wytbx, .turbowins-1wytbx :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.turbowins-1wosrc, .turbowins-1wosrc :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.turbowins-2lgpxj, .turbowins-2lgpxj :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.turbowins-1yje3i ul, .turbowins-1yje3i ul :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.turbowins-1yje3i ul li, .turbowins-1yje3i ul li :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.turbowins-2add4n, .turbowins-2add4n :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.turbowins-1an0ce tbody tr td .turbowins-cfu7ks, .turbowins-1an0ce tbody tr td .turbowins-cfu7ks :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.turbowins-ezbygs, .turbowins-ezbygs :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.turbowins-l6isaz, .turbowins-l6isaz :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.turbowins-1h3mlc, .turbowins-1h3mlc :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.turbowins-m350zh, .turbowins-m350zh :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--button-text-color) !important; }

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }


/* live fix: CTA centering + FAQ contrast */
.turbowins-1wytbx { text-align: center; padding-left: 12px; padding-right: 12px; }


/* live fix v2: CTA centering (all buttons) */
.turbowins-12d5v2, .turbowins-1wosrc, .turbowins-1wytbx { text-align: center; padding-left: 12px; padding-right: 12px; }
