@charset "UTF-8";
:root {
    --ff-primary: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --width-container: 1280px;
    --main-accent-bg-color: #2ecc71;
    --main-nav-color: #fff;
    --header-bg-color: #000;
    --footer-bg-color: #000;
    --content-button-bg-color: #2ecc71;
    --content-button-color: #fff;
    --offsets: 20px;
    --heading-color: #111;
    --text-color: #333;
    --bg-main: #f4f4f4;
    --bg-dark-0: #0a2244;
    --bg-dark-100: #003266;
    --bg-dark-200: #04386e;
    --bg-dark-300: #212932;
    --bg-dark-400: #0a519e;
    --primary-color-blue: #0a63f6;
    --primary-color-red: #fb5600;
    --primary-color-green: #88c504;
    --bg-table: #e8ecf1
}

.onewinchilecl-container {
    margin: 0 auto;
    padding: 0 var(--offsets);
    max-width: var(--width-container)
}

.container-full {
    max-width: 100%
}

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

p {
    margin-top: 1rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

a {
    font-weight: 500;
    font-size: 16px;
    color: var(--primary-color-red);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

a:hover {
    text-decoration: none
}

button, input {
    font-family: var(--ff-primary)
}

ol, ul {
    margin-top: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

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

h1 {
    margin-bottom: 24px;
    font-weight: 900;
    font-style: italic;
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase
}

h2 {
    margin-bottom: 24px;
    font-weight: 900;
    font-style: italic;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase
}

h3 {
    margin-bottom: 24px;
    font-weight: 700;
    font-style: italic;
    font-size: 25px;
    line-height: 36px;
    text-transform: uppercase
}

h4, h5, h6 {
    margin-bottom: 16px;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase
}

* + h4 {
    margin-top: 20px;
}

.onewinchilecl-wrapper > .onewinchilecl-difference, .onewinchilecl-wrapper > .wp-block-table, .onewinchilecl-wrapper > blockquote, .onewinchilecl-wrapper > h1, .onewinchilecl-wrapper > h2, .onewinchilecl-wrapper > h3, .onewinchilecl-wrapper > h4, .onewinchilecl-wrapper > h5, .onewinchilecl-wrapper > h6, .onewinchilecl-wrapper > ol, .onewinchilecl-wrapper > p, .onewinchilecl-wrapper > ul {
    margin-right: auto;
    margin-left: auto;
    padding: 0 var(--offsets);
    max-width: var(--width-container)
}

.onewinchilecl-wrapper > ol, .onewinchilecl-wrapper > ul {
    padding-left: 0
}

.onewinchilecl-wrapper blockquote, blockquote {
    margin-top: 1rem;
    border-left: 5px solid var(--bg-dark-300);
    padding: 1rem var(--offsets) 1rem 2rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    background-color: #f0f8ffff
}

.onewinchilecl-wrapper > :last-child {
    margin-bottom: 32px
}

.wp-block-table table {
    overflow: hidden;
    margin-top: 1rem;
    border: 1px solid #1183d3;
    border-radius: 12px;
    background-color: #1183d3
}

.wp-block-table table th {
    border: 1px solid #1183d3;
    padding: 12px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #1183d3
}

.wp-block-table table th:not(:last-child) {
    border-right: 1px solid #0a519e
}

.wp-block-table table tr:first-child td:first-child {
    border-top-left-radius: 12px
}

.wp-block-table table tr:first-child td:last-child {
    border-top-right-radius: 12px
}

.wp-block-table table td {
    border: 1px solid #1183d3;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: normal
}

.wp-block-table .has-fixed-layout {
    table-layout: auto
}

.onewinchilecl-wrapper {
    border-radius: 0 0 20px 20px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.onewinchilecl-container .onewinchilecl-container {
    padding-right: 0;
    padding-left: 0
}

.get-image {
    margin: 0;
    line-height: 0
}

.get-image img {
    -o-object-fit: contain;
    object-fit: contain
}

.visually-hidden {
    position: absolute;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    clip: rect(0 0 0 0)
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    overflow-x: hidden;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    background-color: #f4f4f4
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.scroll-lock {
    overflow: hidden
}

.page-404 {
    background-image: url(../images/404.png);
    background-position: -100px
}

main ol.wp-block-list, main ul.wp-block-list {
    list-style: none;
    margin-top: 20px
}

main ol.wp-block-list {
    counter-reset: section
}

main ol.wp-block-list li, main ul.wp-block-list li {
    position: relative;
    border: 1px dashed #dde4ec;
    border-radius: 12px;
    padding: 8px 8px 8px 40px;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit
}

main ol.wp-block-list li:not(:last-child), main ul.wp-block-list li:not(:last-child) {
    margin-bottom: 20px
}

main ul.wp-block-list li {
    padding-left: 30px
}

main ol.wp-block-list li::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 8px;
    top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    font-weight: 900;
    font-style: italic;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    background-color: var(--primary-color-red)
}

main ul.wp-block-list li::before {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='8' height='10' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4 0L5.05801 2.54377L7.80423 2.76393L5.7119 4.55623L6.35114 7.23607L4 5.8L1.64886 7.23607L2.2881 4.55623L0.195774 2.76393L2.94199 2.54377L4 0Z' fill='%23ffffff'/></svg>");
    position: absolute;
    left: 8px;
    top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    background-color: var(--primary-color-red)
}

@font-face {
    src: local(""), url(../fonts/roboto-v30-latin_cyrillic-regular.woff2) format("woff2"), url(../fonts/roboto-v30-latin_cyrillic-regular.woff) format("woff");
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: local(""), url(../fonts/roboto-v30-latin_cyrillic-500.woff2) format("woff2"), url(../fonts/roboto-v30-latin_cyrillic-500.woff) format("woff");
    font-family: Roboto;
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: local(""), url(../fonts/roboto-v30-latin_cyrillic-700italic.woff2) format("woff2"), url(../fonts/roboto-v30-latin_cyrillic-700italic.woff) format("woff");
    font-family: Roboto;
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    src: local(""), url(../fonts/roboto-v30-latin_cyrillic-700.woff2) format("woff2"), url(../fonts/roboto-v30-latin_cyrillic-700.woff) format("woff");
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: local(""), url(../fonts/roboto-v30-latin_cyrillic-900.woff2) format("woff2"), url(../fonts/roboto-v30-latin_cyrillic-900.woff) format("woff");
    font-family: Roboto;
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: local(""), url(../fonts/roboto-v30-latin_cyrillic-900italic.woff2) format("woff2"), url(../fonts/roboto-v30-latin_cyrillic-900italic.woff) format("woff");
    font-family: Roboto;
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: 50px;
    padding: 16px 40px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.btn--lg {
    padding: 20px 76px
}

.btn--red {
    -webkit-box-shadow: 0 11px 27px #fb560066;
    box-shadow: 0 11px 27px #fb560066;
    background-color: var(--primary-color-red)
}

.btn--red:hover {
    -webkit-box-shadow: 0 12px 28px #ff6a1c7f;
    box-shadow: 0 12px 28px #ff6a1c7f;
    background-color: #ff6a1c
}

.btn--blue {
    -webkit-box-shadow: 0 11px 27px #428cdc66;
    box-shadow: 0 11px 27px #428cdc66;
    background-color: var(--primary-color-blue)
}

.btn--blue:hover {
    -webkit-box-shadow: 0 11px 27px #4f9ff47f;
    box-shadow: 0 11px 27px #4f9ff47f;
    background-color: #4f9ff4
}

.btn--green {
    -webkit-box-shadow: 0 11px 27px #88c50466;
    box-shadow: 0 11px 27px #88c50466;
    background-color: var(--primary-color-green)
}

.btn--green:hover {
    -webkit-box-shadow: 0 11px 27px #a5d3427f;
    box-shadow: 0 11px 27px #a5d3427f;
    background-color: #a5d342
}

.onewinchilecl-content-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px
}

.onewinchilecl-content-button.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.onewinchilecl-content-button.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.onewinchilecl-content-button.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-header {
    padding: 8px 0;
    background-color: var(--bg-dark-0)
}

.page-header__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-header__logo {
    margin-right: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.page-header__logo .get-image {
    line-height: 1
}

.page-header__buttons {
    position: relative;
    z-index: 770;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

.page-header__buttons .btn + .btn {
    margin-left: 12px
}

.page-header__burger {
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 16px;
    padding: 5px;
    width: 31px;
    height: 26px;
    cursor: pointer
}

.page-header__burger span {
    display: block;
    border-radius: 2px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    pointer-events: none
}

.page-header__burger.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotateZ(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotateZ(45deg)
}

.page-header__burger.active span:nth-of-type(2) {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.page-header__burger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotateZ(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotateZ(-45deg)
}

.main-nav {
    padding: 20px 0
}

.main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.main-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.main-nav__item:not(:last-child) {
    margin-right: 16px
}

.main-nav__item--has-children {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-nav__item-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.main-nav__item-arrow svg {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.main-nav__link {
    padding: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    color: #f4f4f4;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.main-nav__link--current, .main-nav__link:hover {
    color: var(--primary-color-red)
}

.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    list-style: none;
    margin: 0;
    border-radius: 8px;
    padding: 20px;
    min-width: 140px;
    background-color: var(--bg-dark-100);
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.sub-menu__item:not(:last-child) {
    margin-bottom: 4px
}

.sub-menu__link {
    display: inline-block;
    padding: 8px 0;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #dde4ec
}

.sub-menu__link--current, .sub-menu__link:hover {
    color: var(--primary-color-red)
}

.onewinchilecl-columns {
    padding: 2rem 0
}

.onewinchilecl-columns__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -1rem
}

.onewinchilecl-columns__container.reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.onewinchilecl-columns__item {
    margin: 1rem
}

.onewinchilecl-columns__item img {
    display: block;
    margin: 0 auto
}

.onewinchilecl-columns.align-center .onewinchilecl-columns__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.onewinchilecl-columns.align-top .onewinchilecl-columns__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.onewinchilecl-columns.align-bottom .onewinchilecl-columns__container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.onewinchilecl-columns.align-stretch .onewinchilecl-columns__container {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.onewinchilecl-columns.col-1 .onewinchilecl-columns__item {
    width: calc(100% - 2rem)
}

.onewinchilecl-columns.col-2 .onewinchilecl-columns__item {
    width: calc(100% / 2 - 2rem)
}

.onewinchilecl-columns.col-3 .onewinchilecl-columns__item {
    width: calc(100% / 3 - 2rem)
}

.onewinchilecl-columns.col-4 .onewinchilecl-columns__item {
    width: calc(100% / 4 - 2rem)
}

.onewinchilecl-columns.col-5 .onewinchilecl-columns__item {
    width: calc(100% / 5 - 2rem)
}

.onewinchilecl-columns.col-6 .onewinchilecl-columns__item {
    width: calc(100% / 6 - 2rem)
}

.wp-block-columns {
    margin: 0 auto;
    padding: 2rem var(--offsets);
    max-width: calc(var(--width-container) + var(--offsets) + var(--offsets));
    display: -ms-grid;
    display: grid;
    gap: 30px
}

.wp-block-columns .wp-block-column {
    margin: 0
}

.wp-block-columns.col-1 {
    -ms-grid-columns:(1fr) [ 1 ];
    grid-template-columns:repeat(1, 1fr)
}

.wp-block-columns.col-2 {
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr)
}

.wp-block-columns.col-3 {
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr)
}

.wp-block-columns.col-4 {
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr)
}

.wp-block-columns.col-5 {
    -ms-grid-columns:(1fr) [ 5 ];
    grid-template-columns:repeat(5, 1fr)
}

.wp-block-columns.col-6 {
    -ms-grid-columns:(1fr) [ 6 ];
    grid-template-columns:repeat(6, 1fr)
}

.wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wp-block-column > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.wp-block-column > :not(:first-child) {
    margin-top: 30px
}

.wp-block-column .row {
    padding: 0
}

.background-block .wp-block-columns {
    padding: 8px 0;
    gap: 24px
}

.background-block .wp-block-column > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1;
    flex: 0 1;
    margin: 0
}

.background-block .wp-block-column h2, .background-block .wp-block-column h3 {
    margin-bottom: 24px;
    text-align: center
}

.background-block .wp-block-column h2 + .wp-block-image, .background-block .wp-block-column h3 + .wp-block-image {
    margin-top: 0
}

.background-block .wp-block-column ol, .background-block .wp-block-column p, .background-block .wp-block-column ul {
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.background-block .wp-block-column .wp-block-image {
    margin-top: 24px
}

.background-block .wp-block-column .wp-block-image img {
    overflow: hidden;
    border-radius: 8px
}

.icon-blocks {
    padding: 2rem 0
}

.icon-blocks__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.icon-blocks__item {
    border: 1px solid #fff;
    padding: 1rem;
    width: calc(100% / 6);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: var(--main-accent-bg-color)
}

.icon-blocks__item:hover .icon-blocks__image {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.icon-blocks__image {
    margin-top: 2rem;
    text-align: center;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.icon-blocks__image img {
    max-width: 100px
}

.icon-blocks__content {
    margin: 1rem 0 0;
    font-size: .9rem;
    text-align: center;
    color: #fff
}

.onewinchilecl-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--main-accent-bg-color);
    border-radius: 10px;
    padding: 1rem;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.onewinchilecl-bonus__title {
    font-size: 2rem;
    text-align: center;
    color: var(--main-accent-bg-color)
}

.onewinchilecl-bonus__value {
    margin: 2rem 0;
    font-weight: 600;
    font-size: 4rem;
    line-height: 4.5rem;
    text-align: center;
    color: var(--main-accent-bg-color)
}

.onewinchilecl-bonus__text {
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.8rem;
    text-align: center;
    color: #000
}

.onewinchilecl-bonus__button {
    margin-top: auto;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 1rem 3rem;
    font-size: 1.2rem;
    text-decoration: none;
    background-color: #fff;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    cursor: pointer
}

.onewinchilecl-bonus__button:hover {
    border: 1px solid var(--main-accent-bg-color);
    color: #fff;
    background-color: var(--main-accent-bg-color)
}

.onewinchilecl-bonus.accented {
    background-color: var(--main-accent-bg-color)
}

.onewinchilecl-bonus.accented .onewinchilecl-bonus__text, .onewinchilecl-bonus.accented .onewinchilecl-bonus__title, .onewinchilecl-bonus.accented .onewinchilecl-bonus__value {
    color: #fff
}

.onewinchilecl-bonus.accented .onewinchilecl-bonus__button {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent
}

.onewinchilecl-bonus.accented .onewinchilecl-bonus__button:hover {
    border: 1px solid #fff;
    color: var(--main-accent-bg-color);
    background-color: #fff
}

.onewinchilecl-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    padding: 1rem;
    height: 100%;
    background-color: #f9f9f9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.onewinchilecl-review__text {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    color: #212121b2
}

.onewinchilecl-review__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: auto
}

.onewinchilecl-review__user-image {
    border-radius: 50%;
    max-width: 60px
}

.onewinchilecl-review__user-name {
    margin-top: 0;
    margin-left: 1rem;
    font-weight: 600;
    font-size: 1.1rem;
    color: #6ec1e4
}

.onewinchilecl-show-posts {
    background: #fbfbfb
}

.onewinchilecl-show-posts__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border-radius: 5px;
    padding-bottom: 10px;
    height: 100%;
    background-color: #fff;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.onewinchilecl-show-posts__item:hover {
    -webkit-box-shadow: 0 0 10px 1px #00000019;
    box-shadow: 0 0 10px 1px #00000019
}

.onewinchilecl-show-posts__item:hover .show-posts__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.onewinchilecl-show-posts__image {
    overflow: hidden;
    height: 150px
}

.onewinchilecl-show-posts__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.onewinchilecl-show-posts__title {
    margin-top: 1rem;
    padding: 0 10px;
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: var(--main-accent-bg-color)
}

.onewinchilecl-show-posts__text {
    margin-top: 0;
    margin-bottom: .5rem;
    padding: 0 10px;
    font-size: 1rem;
    line-height: 1.5rem
}

.onewinchilecl-show-posts__link {
    margin-top: auto;
    padding: 0 10px;
    text-decoration: underline;
    color: var(--main-accent-bg-color)
}

.onewinchilecl-show-posts__hidden-link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%
}

.video {
    max-width: 650px
}

.video__container {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    background-color: #000
}

.video__preview {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.video__button {
    position: absolute;
    left: 50%;
    top: 50%;
    border: none;
    background: 0 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video__button-shape {
    fill: #212121;
    fill-opacity: .8
}

.video__button-icon {
    fill: #fff
}

.video__button:focus {
    outline: 0
}

.video__button:focus .video__button-shape, .video__button:hover .video__button-shape {
    fill: red;
    fill-opacity: 1
}

.video__button:hover {
    cursor: pointer
}

.video__media {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    width: 100%;
    height: 100%
}

.video.align-center {
    margin: 0 auto
}

.video.align-right {
    margin-left: auto
}

.page-footer {
    border-radius: 15px 15px 0 0;
    padding: 60px 0 32px;
    background-color: var(--bg-dark-100)
}

.page-footer__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 250px 1fr 420px;
    grid-template-columns:250px 1fr 420px;
    gap: 24px
}

.page-footer__external-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-footer__external-links img {
    max-width: 120px;
}

.page-footer__logo {
    margin-bottom: 24px
}

.page-footer__logo img {
    max-height: 40px;
    width: fit-content;
}

.page-footer__nav {
    margin-top: 16px
}

.page-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0
}

.page-footer__nav li:not(:last-child) {
    margin-bottom: 16px
}

.page-footer__nav a, .page-footer__nav span {
    text-decoration: none;
    color: #1183d3;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.page-footer__nav .active__link, .page-footer__nav a:hover, .page-footer__nav span:hover {
    color: var(--primary-color-red)
}

.page-footer__galleres {
    border-left: 1px solid var(--bg-dark-300);
    padding-left: 20px
}

.page-footer__logos-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0 0 24px;
    padding: 0
}

.page-footer__logos-gallery-item {
    margin: 0 auto;
    padding: 8px
}

.page-footer__payments-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.page-footer__payments-gallery-item {
    padding: 8px
}

.page-footer__logos-gallery + .page-footer__payments-gallery {
    border-top: 1px solid var(--bg-dark-300);
    padding-top: 24px
}

.page-footer__copyright-text {
    grid-column: 1/-1;
    border-top: 1px solid var(--bg-dark-300);
    padding-top: 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #36699e
}

.onewinchilecl-faq__item {
    border-radius: 16px;
    background-color: #1183d3
}

.onewinchilecl-faq__item:not(:last-child) {
    margin-bottom: 20px
}

.onewinchilecl-faq__details {
    outline: 0;
    border-radius: 10px
}

.onewinchilecl-faq__details[open] .onewinchilecl-faq__question svg .line {
    opacity: 0
}

.onewinchilecl-faq__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    outline: 0;
    padding: 16px;
    font-family: inherit;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    cursor: pointer
}

.onewinchilecl-faq__question svg {
    z-index: 10;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
    width: 36px;
    height: 36px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.onewinchilecl-faq__question::-webkit-details-marker {
    display: none
}

.onewinchilecl-faq__answer {
    display: inline-block;
    border: 2px solid #1183d3;
    border-radius: 16px;
    padding: 16px;
    width: 100%;
    background-color: #fff
}

.onewinchilecl-faq__answer * {
    margin-top: .8rem;
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    line-height: inherit;
    color: #333
}

.onewinchilecl-faq__answer :first-child {
    margin-top: 0
}

.onewinchilecl-toc {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #e8ecf1;
    border-radius: 16px;
    width: 100%
}

.onewinchilecl-toc__title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 16px 20px;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #111;
    background-color: #e8ecf1;
    cursor: pointer
}

.onewinchilecl-toc__title::after {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12 16L18 22L24 16' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    position: absolute;
    right: 20px;
    top: 50%;
    display: inline-block;
    width: 36px;
    height: 36px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.onewinchilecl-toc__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 5 ];
    grid-template-columns:repeat(5, 1fr);
    list-style: none;
    overflow: hidden;
    margin: 0;
    height: auto;
    max-height: 0;
    background-color: #fff;
    gap: 20px 50px
}

.onewinchilecl-toc__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #428cdc;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.onewinchilecl-toc__link svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.onewinchilecl-toc.active .onewinchilecl-toc__list {
    padding: 16px 20px 20px;
    max-height: 100%
}

.onewinchilecl-toc.active .onewinchilecl-toc__title::after {
    -webkit-transform: translateY(-50%) rotateZ(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotateZ(180deg)
}

.page-single {
    margin: 0 auto 3rem;
    padding: 0 10px;
    max-width: 1440px
}

.breadcrumbs {
    padding: .5rem 0;
    background-color: var(--bg-dark-300)
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin-top: 0;
    padding: 0 var(--offsets)
}

.breadcrumbs__item {
    margin-right: 10px
}

.breadcrumbs__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.breadcrumbs__link svg {
    margin-left: 10px;
    stroke: #fff
}

.breadcrumbs__link--no-active, .breadcrumbs__link:focus, .breadcrumbs__link:hover {
    color: var(--primary-color-red)
}

.onewinchilecl-promocode--v1 .onewinchilecl-promocode__container {
    border-radius: 20px;
    padding: 24px 16px;
    background-color: var(--bg-dark-0)
}

.onewinchilecl-promocode--v1 .onewinchilecl-promocode__title {
    margin-bottom: 24px;
    width: 100%;
    text-align: center;
    color: #fff
}

.onewinchilecl-promocode--v1 .onewinchilecl-promocode__content {
    border-radius: 16px;
    padding: 16px 16px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--bg-dark-300)), color-stop(50%, transparent));
    background: -o-linear-gradient(top, var(--bg-dark-300) 0, transparent 50%);
    background: linear-gradient(180deg, var(--bg-dark-300) 0, transparent 50%)
}

.onewinchilecl-promocode--v1 .onewinchilecl-promocode__subtitle {
    margin: 0 0 12px;
    width: 100%;
    font-weight: 800;
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #fff
}

.onewinchilecl-promocode--v1 .onewinchilecl-promocode__content-wrapper {
    margin: 0 auto;
    border-radius: 15px;
    padding: 12px 24px 60px;
    width: 100%;
    max-width: 480px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, var(--bg-dark-300)), to(transparent));
    background: -o-linear-gradient(top, var(--bg-dark-300) 25%, transparent 100%);
    background: linear-gradient(180deg, var(--bg-dark-300) 25%, transparent 100%)
}

.onewinchilecl-promocode--v1 .onewinchilecl-promocode__value {
    margin-bottom: 8px;
    width: 100%;
    font-weight: 700;
    font-style: italic;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 11px 27px #fb560066;
    text-transform: uppercase;
    color: #ffba00
}

.onewinchilecl-promocode--v1 .onewinchilecl-promocode__button {
    position: relative;
    display: block;
    margin: 0 auto;
    border: 2px dashed #fff;
    border-radius: 34px;
    padding: 12px 12px 10px 32px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    -webkit-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    cursor: pointer
}

.onewinchilecl-promocode--v1 .onewinchilecl-promocode__button::before {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M20 10H12C10.8954 10 10 10.8954 10 12V20C10 21.1046 10.8954 22 12 22H20C21.1046 22 22 21.1046 22 20V12C22 10.8954 21.1046 10 20 10Z' stroke='%23FFBA00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M18 10V8C18 7.46957 17.7893 6.96086 17.4142 6.58579C17.0391 6.21071 16.5304 6 16 6H8C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V16C6 16.5304 6.21071 17.0391 6.58579 17.4142C6.96086 17.7893 7.46957 18 8 18H10' stroke='%23FFBA00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    position: absolute;
    left: 4px;
    top: 50%;
    display: inline-block;
    width: 28px;
    height: 28px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.onewinchilecl-promocode--v1 .onewinchilecl-promocode__button:focus, .onewinchilecl-promocode--v1 .onewinchilecl-promocode__button:hover {
    border-color: #ffba00
}

.onewinchilecl-promocode--v1 .onewinchilecl-promocode__content .get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -60px
}

.onewinchilecl-promocode--v1 .onewinchilecl-promocode__bonus {
    position: relative;
    z-index: 10;
    margin: -42px auto 0;
    border-radius: 20px;
    padding: 12px;
    width: 100%;
    max-width: 720px;
    background-color: var(--bg-dark-200)
}

.onewinchilecl-promocode--v1 .onewinchilecl-promocode__aff-link {
    display: block;
    margin: 24px auto 0
}

.onewinchilecl-promocode--v2 {
    margin-top: 24px
}

.onewinchilecl-promocode--v2 .onewinchilecl-promocode__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #35608e;
    border-radius: 20px;
    padding: 16px 20px;
    background-color: var(--bg-dark-300)
}

.onewinchilecl-promocode--v2 .onewinchilecl-promocode__bonus {
    width: 100%
}

.onewinchilecl-promocode--v2 .onewinchilecl-promocode__aff-link {
    margin-right: 20px
}

.onewinchilecl-promocode__bonus-text-1 {
    margin: 0;
    font-weight: 700;
    font-style: italic;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.onewinchilecl-promocode__bonus-text-2 {
    margin: 0;
    font-weight: 900;
    font-style: italic;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.onewinchilecl-promocode__bonus-text-2 span {
    color: var(--primary-color-red)
}

.mobile-button {
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.mobile-button__container {
    padding: 10px 1rem
}

.mobile-button__control {
    display: block;
    width: 100%
}

.mobile-button._active {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.onewinchilecl-slots__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px
}

.onewinchilecl-slots__title {
    margin: 0 25px 0 0;
    color: #fff
}

.onewinchilecl-slots__more-slots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--bg-dark-300)
}

.onewinchilecl-slots__more-slots svg {
    margin-left: 4px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.onewinchilecl-slots__more-slots:hover svg {
    -webkit-transform: translate(5px, -1px);
    -ms-transform: translate(5px, -1px);
    transform: translate(5px, -1px)
}

.onewinchilecl-slots__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 5 ];
    grid-template-columns:repeat(5, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px
}

.onewinchilecl-slots__item {
    position: relative
}

.onewinchilecl-slots__item > .get-image {
    overflow: hidden;
    border-radius: 12px;
    height: 100%
}

.onewinchilecl-slots__item > .get-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.onewinchilecl-slots__item:hover .onewinchilecl-slots__item-content {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.onewinchilecl-slots__item:hover .get-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.onewinchilecl-slots__item-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 12px;
    padding: 8px;
    background-color: #0a519ecc;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    pointer-events: none
}

.onewinchilecl-slots__item-title {
    margin: 0 0 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #dde4ec
}

.onewinchilecl-slots__aff-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    border: none;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    background-color: var(--primary-color-red);
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    cursor: pointer
}

.onewinchilecl-slots__aff-link:hover {
    background-color: #ff6a1c
}

.onewinchilecl-slots__demo-link {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    border: none;
    border-radius: 20px;
    padding: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-shadow: 0 11px 27px #428cdc66;
    box-shadow: 0 11px 27px #428cdc66;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--primary-color-blue);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.onewinchilecl-slots__demo-link:hover {
    -webkit-box-shadow: 0 11px 27px #4f9ff47f;
    box-shadow: 0 11px 27px #4f9ff47f;
    background-color: #4f9ff4
}

.onewinchilecl-slots__game {
    position: fixed;
    left: 150%;
    top: 150%;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    max-width: 1240px;
    -webkit-box-shadow: 0 0 85px 50px #000f;
    box-shadow: 0 0 85px 50px #000f;
    background-color: var(--bg-dark-100);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    pointer-events: none
}

.onewinchilecl-slots__game.open {
    left: 50%;
    top: 50%;
    z-index: 100;
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.onewinchilecl-slots__game-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.onewinchilecl-slots__game-title {
    margin: 0 15px 0 0;
    font-weight: 700;
    font-size: 25px;
    line-height: 36px;
    text-transform: uppercase;
    color: #fff
}

.onewinchilecl-slots__close-game {
    border: none;
    background-color: transparent;
    cursor: pointer
}

.onewinchilecl-slots__close-game svg {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.onewinchilecl-slots__close-game:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.onewinchilecl-slots__iframe {
    overflow: hidden;
    border-radius: 12px;
    width: 100%
}

.onewinchilecl-slots__iframe iframe {
    border: none;
    width: 100%;
    height: auto;
    aspect-ratio: 16/8
}

.onewinchilecl-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    padding: 1rem;
    height: 100%;
    -webkit-box-shadow: 0 0 10px 0 #0000007f;
    box-shadow: 0 0 10px 0 #0000007f;
    text-align: center
}

.onewinchilecl-advantages__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px;
    height: 150px
}

.onewinchilecl-advantages__title {
    margin-top: 1rem
}

.rating {
    padding: 1rem 0
}

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

.rating__item {
    padding: 0 .2rem;
    font-size: 1.3rem;
    color: #888
}

* + .onewinchilecl-difference {
    margin-top: 20px;
}

.onewinchilecl-difference__item-title {
    margin-top: 0;
}

.onewinchilecl-difference__title {
    margin-bottom: 24px;

}

.onewinchilecl-difference__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 20px
}

.onewinchilecl-difference__element {
    border: 1px solid var(--bg-table);
    border-radius: 16px;
    padding: 3px
}

.onewinchilecl-difference__element--plus .onewinchilecl-difference__item-title {
    color: #fff;
    background-color: var(--primary-color-blue)
}

.onewinchilecl-difference__element--plus .onewinchilecl-difference__item-title::after {
    content: "+";
    margin-left: 4px;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px
}

.onewinchilecl-difference__element--plus .onewinchilecl-difference__list-item::before {
    content: "+";
    color: #fff;
    background-color: var(--primary-color-blue)
}

.onewinchilecl-difference__element--minus .onewinchilecl-difference__item-title {
    background-color: var(--bg-table)
}

.onewinchilecl-difference__element--minus .onewinchilecl-difference__item-title::after {
    content: "-";
    margin-left: 4px;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px
}

.onewinchilecl-difference__element--minus .onewinchilecl-difference__list-item::before {
    content: "-";
    background-color: var(--bg-table)
}

.onewinchilecl-difference__item-title {
    margin-bottom: 16px;
    border-radius: 12px 12px 2px 2px;
    padding: 4px 12px;
    font-size: 20px;
    line-height: 28px
}

.onewinchilecl-difference__list {
    list-style: none;
    margin: 0;
    padding: 0 0 12px 12px
}

.onewinchilecl-difference__list-item {
    position: relative;
    padding-left: 32px
}

.onewinchilecl-difference__list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    width: 24px;
    height: 24px
}

.onewinchilecl-difference__list-item:not(:last-child) {
    margin-bottom: 12px
}

.comments {
    margin-top: 24px
}

.comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 16px;
    background-color: #f4f4f4
}

.comment:not(:last-child) {
    margin-bottom: 20px
}

.comment__author {
    margin: 0 4px 0 0;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333
}

.comment__date {
    margin-left: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #9e9e9e
}

.comment__content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 8px;
    font-weight: 400;
    color: #333
}

.comment__rating {
    --percent: calc(var(--star-rating) / 5 * 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    font-size: 22px;
    line-height: 1
}

.comment__rating::before {
    content: "★★★★★";
    font-family: Times, serif;
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(linear, left top, right top, from(#ffba00), to(#dde4ec));
    background: -o-linear-gradient(left, #ffba00 var(--percent), #dde4ec var(--percent));
    background: linear-gradient(90deg, #ffba00 var(--percent), #dde4ec var(--percent));
    -webkit-background-clip: text
}

.comment-footer {
    margin-bottom: 32px
}

.comments-container {
    border: 1px solid #e8ecf1;
    border-radius: 20px;
    padding: 24px 16px;
    background-color: #fff
}

.comment-form {
    border-radius: 16px;
    padding: 16px;
    background-color: var(--bg-main)
}

.comment-form__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr;
    margin: 0 auto;
    max-width: 304px;
    gap: 16px
}

.comment-form__textarea {
    height: 96px;
    resize: none
}

.comment-form__field {
    border: 1px solid #dde4ec;
    border-radius: 8px;
    padding: 12px 10px;
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111;
    background: #fff
}

.comment-form__field::-webkit-input-placeholder {
    font-family: inherit;
    color: #9e9e9e
}

.comment-form__field::-moz-placeholder {
    font-family: inherit;
    color: #9e9e9e
}

.comment-form__field:-ms-input-placeholder {
    font-family: inherit;
    color: #9e9e9e
}

.comment-form__field::-ms-input-placeholder {
    font-family: inherit;
    color: #9e9e9e
}

.comment-form__field::placeholder {
    font-family: inherit;
    color: #abb8c3
}

.comment-form__field.error {
    border-color: #eb1919
}

.comment-form__field.success {
    border-color: #00a91e
}

.comment-form__form--rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #dedede;
    border-radius: 8px;
    padding: 6px 12px;
    white-space: nowrap;
    background-color: #fff
}

.comment-form__form-rating-text {
    margin: 0 2px 0 0;
    border-right: 1px solid #dde4ec;
    padding-right: 12px;
    font-size: 14px;
    line-height: 20px
}

.comment-form__button {
    margin: 8px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.comment-form__alert {
    display: none;
    font-size: 14px;
    line-height: 16px;
    text-align: center
}

.comment-form__alert.error {
    display: block;
    color: #eb1919
}

.comment-form__alert.success {
    display: block;
    color: #00a91e
}

.page-404__title {
    margin-top: 2rem;
    font-size: 5rem;
    text-align: center
}

.page-404__subtitle {
    margin-top: 2rem;
    font-weight: 300;
    font-size: 2rem;
    text-align: center
}

.page-404__link {
    position: relative;
    left: 50%;
    margin: 2rem 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.page-404__button {
    margin-right: auto;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 70px;
    pointer-events: none
}

.scroll-top__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: 12px;
    padding: 5px;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0 11px 27px #88c50466;
    box-shadow: 0 11px 27px #88c50466;
    background-color: var(--primary-color-green);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.scroll-top__button svg {
    width: 35px;
    height: 35px;
    fill: #fff
}

.scroll-top__button:hover {
    -webkit-box-shadow: 0 11px 27px #a5d3427f;
    box-shadow: 0 11px 27px #a5d3427f;
    background-color: #a5d342
}

.scroll-top__button._active {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

@font-face {
    src: local(""), url(../fonts/PF_Kids_Pro.woff2) format("woff2");
    font-family: PF_Kids_Pro;
    font-weight: 400;
    font-style: normal
}

.slider__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.slider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1rem auto
}

.slider__title {
    margin-bottom: 0;
    font-family: PF_Kids_Pro, sans-serif;
    font-weight: 400;
    font-size: 4rem;
    line-height: 4.2rem;
    text-align: right;
    text-transform: uppercase;
    color: #202021
}

.slider__button {
    margin-left: 4rem;
    border: 3px solid #03a528;
    border-radius: 31px;
    padding: 1rem 6rem;
    height: 67px;
    font-size: 1.2rem;
    background: #03a528
}

.slider__button:hover {
    color: #03a528;
    background: #fff
}

.slider .swiper-pagination {
    position: relative;
    bottom: 0
}

.slider .swiper-pagination::after, .slider .swiper-pagination::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 10px;
    max-width: 400px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAJCAYAAABT2S4KAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAABJlJREFUeAEAiQR2+wHi7fP/AAAAAAAAAJAAAADBAAAAyQAAAOcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAAAPwAAAEUAAABXAAAAAAHi7fP/AAAAAAAAAAAAAAAAAAAAAAAAAMQAAABWAAAA5wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAAK8AAAAfAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAADmAAAAjwAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAACoAAAAzgAAAB8AAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAABAAAAAgAAABoAAABkAAAAAAAAAAAAAAAAAAAAcAAAAN8AAAAZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAANcAAABXAAAAAAAAAAAAAADhAAAAUQAAABEAAAACAAAAAQIAAAAAAAAA/wAAAOcAAACdAAAABQAAAHkAAAAAAAAAAAAAAB8AAADmAAAAYwAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAACPAAAAzgAAAB8AAAAAAAAAAAAAAFEAAAAhAAAAsAAAAPAAAAD/AAAAAAHi7fMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAAAvAAAAB8AAAAAAAAAAAAAAAAAAABkAAAAwQAAAOwAAAAAAAAAAAAAAAAAAAAhAAAARwAAAIcAAAAAAAAAAAAAAAAAAADEAAAATQAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAHi7fMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAIsAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHkAAACJAAAA/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/AAAAHEAAAAlAAAAxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAEQAAAIgAAAD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHi7fMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAAA3AAAATwAAAAAAAAAAAAAAAAAAAAAAAADpAAAAuQAAANMAAAD8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAP//BQI5MFLvtxkAAAAASUVORK5CYII=);
    background-repeat: repeat-x
}

.slider .swiper-pagination::before {
    left: calc(50% - 35px);
    -webkit-transform: translateY(-50%) translateX(-100%);
    -ms-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%)
}

.slider .swiper-pagination::after {
    right: calc(50% - 35px);
    -webkit-transform: translateY(-50%) translateX(100%) rotateX(180deg);
    transform: translateY(-50%) translateX(100%) rotateX(180deg)
}

.small-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.small-icons__item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 150px;
    flex: 1 1 150px;
    padding: 1rem 2rem
}

.small-icons__item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - .5rem);
    border-left: 1px dotted #cdcdcd;
    width: 1px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.small-icons__item a {
    text-decoration: none
}

.small-icons__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #0083c3;
    border-radius: 50%;
    padding: 5px;
    width: 35px;
    height: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.small-icons__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.small-icons__text {
    margin-top: 5px;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    color: #0083c3
}

.onewinchilecl-author-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1rem 0
}

.onewinchilecl-author-block_outlined {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1rem;
    border: 1px solid var(--main-accent-bg-color);
    padding: 1rem
}

.onewinchilecl-author-block__avatar {
    width: 60px;
    height: 60px
}

.onewinchilecl-author-block__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.onewinchilecl-author-block__avatar_scaled {
    width: 150px;
    height: 150px
}

.onewinchilecl-author-block__content {
    margin-left: 1rem;
    max-width: 600px
}

.onewinchilecl-author-block__name {
    font-weight: 600;
    font-size: 1rem
}

.onewinchilecl-author-block__description {
    margin-top: .5rem;
    font-weight: 300;
    font-size: .9rem;
    opacity: .8
}

.onewinchilecl-author-block__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    margin: .5rem -5px -5px;
    padding-left: 0
}

.onewinchilecl-author-block__social li {
    margin: 5px;
    width: 25px;
    height: 25px
}

.onewinchilecl-author-block__social li:hover {
    opacity: .7
}

.shared-items {
    margin: 2rem 0
}

.shared-items__title {
    margin: 15px 10px;
    font-weight: 600;
    font-size: 1.2rem
}

.shared-items__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: -2px;
    padding-left: 0
}

.shared-items__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 150px;
    flex: 1 1 150px;
    margin: 2px;
    width: 100%
}

.shared-items__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 .5rem;
    border-radius: 10px;
    padding: .5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f1f1f1
}

.shared-items__link svg {
    width: 30px;
    height: 30px
}

#cookie-law-div {
    position: fixed;
    right: 2%;
    bottom: 3%;
    z-index: 10000000;
    border: 1px solid #00000026;
    border-radius: 10px;
    padding: 1em;
    max-width: 400px;
    -webkit-box-shadow: #172b6366 0 7px 28px;
    box-shadow: #172b6366 0 7px 28px;
    font-size: 15px;
    background: #fff
}

#cookie-law-div a {
    border-bottom: 1px solid #0000007f;
    font-size: 15px;
    text-decoration: none
}

#cookie-law-div a:hover {
    opacity: .7
}

#cookie-law-div p {
    margin: 0;
    padding-right: 50px;
    color: #000
}

#cookie-law-div button {
    position: absolute;
    right: .5em;
    top: 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: none;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: #000;
    opacity: .6;
    cursor: pointer
}

#cookie-law-div button:hover {
    opacity: 1
}

.acceptButton {
    top: 124px !important;
    width: 113px !important;
    background-color: #008000ff !important
}

.download, .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    margin: 0 0 16px;
    border-radius: 8px;
    padding: 4px 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--bg-dark-200)
}

.download__item:not(:last-child), .social__item:not(:last-child) {
    margin-right: 12px
}

.download__link, .social__link {
    line-height: 24px
}

.download__link .get-image, .social__link .get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.download__link img, .social__link img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

body::-webkit-scrollbar {
    width: 10px
}

body::-webkit-scrollbar-track {
    background-color: var(--bg-dark-100)
}

body::-webkit-scrollbar-thumb {
    border: 1px solid var(--bg-dark-100);
    border-radius: 10px;
    height: 20%;
    background-color: #09437f
}

.video-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.video-v2__container {
    position: relative;
    width: 100%;
    max-width: 800px
}

.video-v2.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.video-v2.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.video-v2.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.video-v2__player {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 16/9
}

.video-v2__button {
    position: absolute;
    left: 50%;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: none;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.video-v2._active .video-v2__button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.video-v2._active .video-v2__player {
    cursor: pointer
}

.video-v2__button-shape {
    fill: #0009
}

.video-v2__button-icon {
    fill: #fff
}

.video-v2__button:hover .video-v2__button-shape {
    fill: red
}

.video-v2__button svg path {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.screenshot-gallery__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.screenshot-gallery__item:not(:last-child) {
    margin-right: 10px
}

.gbtn {
    background-color: rgba(204, 204, 204, .3) !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.banner {
    border-radius: 0 0 20px 20px;
    padding-bottom: 60px;
    background-color: var(--bg-dark-0)
}

.banner--version-1 {
    padding-top: 60px
}

.banner--version-2 {
    overflow: hidden;
    padding-top: 40px
}

.banner--version-3 {
    padding-top: 32px
}

.banner__title {
    margin: 0;
    text-align: center;
    color: #fff
}

.banner__description {
    margin: 0;
}

.banner__slider-item {
    overflow: hidden;
    border-radius: 15px
}

.banner__slider-item .get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.banner__slider-item .get-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner__slider-item.button-link:hover {
    cursor: pointer
}

.banner--version-1 .banner__container {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -ms-grid-columns: 1fr 610px;
    grid-template-columns:1fr 610px
}

.banner--version-1 .banner__slider-wrapper {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    width: 610px
}

.banner--version-1 .banner__title {
    margin-bottom: 24px;
    text-align: left
}

.banner--version-1 .banner__slider-item .get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.banner--version-1 .banner__slider-item .get-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner--version-2 .banner__title, .banner--version-3 .banner__title {
    margin: 0 auto 24px;
    max-width: 820px
}

.banner--version-2 .banner__slider {
    margin-bottom: 24px
}

.banner--version-2 .banner__slider-item {
    -webkit-filter: drop-shadow(38px -3px 30px #07142577);
    filter: drop-shadow(38px -3px 30px #07142577)
}

.banner--version-2 .banner__slider-item img {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.banner--version-2 .banner__description {
    margin-top: 24px
}

.banner--version-3 .banner__description {
    display: inline-block;
    margin-top: 24px;
    border-radius: 16px;
    padding: 20px;
    width: 100%;
    background-image: url(../images/bg-image.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.banner--version-4 {
    padding-top: 60px;
    padding-bottom: 0;
    background-color: transparent
}

.banner--version-4 .banner__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 10px
}

.banner--version-4 .banner__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    text-align: left
}

.banner--version-4 .get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    margin-top: auto
}

.banner--version-4 .get-image img {
    -o-object-fit: contain;
    object-fit: contain
}

.banner--version-4 .banner__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    padding-bottom: 60px;
    color: #fff
}

.banner--version-4 .banner__content > :first-child {
    margin-top: 0
}

.swiper-pagination {
    position: static !important;
    margin-top: 16px
}

.swiper-pagination-bullet {
    border: 2px solid #428cdc !important;
    width: 16px !important;
    height: 16px !important;
    background-color: transparent !important;
    opacity: 1 !important
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #fff !important;
    background: #fff !important
}

.star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.star-rating s.active, .star-rating s:hover {
    color: var(--primary-color-blue)
}

.star-rating s {
    font-size: 40px;
    line-height: 36px;
    text-decoration: none;
    color: var(--bg-table);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.star-rating s.active::before, .star-rating s.rated::before, .star-rating s:hover::before {
    content: "\2605"
}

.star-rating s::before {
    content: "\2606"
}

.running-line {
    overflow: hidden;
    margin: 0 0 32px;
    padding: 12px 0;
    background-color: var(--bg-dark-100)
}

.running-line__text {
    margin: 0;
    font-weight: 700;
    font-style: italic;
    font-size: 23px;
    line-height: 30px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff
}

.running-line__text span {
    color: #ffba00
}

.running-line__copy {
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.onewinchilecl-text-image {
    margin-top: 24px;
    margin-bottom: 24px
}

.onewinchilecl-text-image--order-change .onewinchilecl-text-image__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.onewinchilecl-text-image--have-table .onewinchilecl-text-image__content {
    overflow: auto
}

.onewinchilecl-text-image--first-block {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px
}

.onewinchilecl-text-image--first-block .onewinchilecl-text-image__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    color: #fff
}

.onewinchilecl-text-image--first-block .onewinchilecl-text-image__image {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3
}

.onewinchilecl-text-image--first-block .onewinchilecl-text-image__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    color: #e3e3e3
}

.onewinchilecl-text-image--first-block.onewinchilecl-text-image {
    margin-top: 0
}

.onewinchilecl-text-image__container {
    display: -ms-grid;
    display: grid;
    gap: 24px 16px
}

.onewinchilecl-text-image__container.gtc1-1 {
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr)
}

.onewinchilecl-text-image__container.gtc15-1 {
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns:1.5fr 1fr
}

.onewinchilecl-text-image__container.gtc2-1 {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns:2fr 1fr
}

.onewinchilecl-text-image__container.gtc3-1 {
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns:3fr 1fr
}

.onewinchilecl-text-image__title {
    grid-column: 1/-1;
    margin: 0
}

.onewinchilecl-text-image__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.onewinchilecl-text-image__image .get-image {
    overflow: hidden;
    border-radius: 12px
}

.onewinchilecl-text-image__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.onewinchilecl-text-image__content * {
    font-weight: 400
}

.onewinchilecl-text-image__content :first-child {
    margin-top: 0
}

.onewinchilecl-text-image--first-block .wp-block-table {
    margin-top: 16px;
    border-radius: 10px;
    background-color: var(--primary-color-blue)
}

.onewinchilecl-text-image--first-block .wp-block-table table {
    border-collapse: separate
}

.onewinchilecl-text-image--first-block .wp-block-table td {
    border: 1px solid var(--primary-color-blue);
    border-radius: 8px !important;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-color);
    background-color: var(--bg-table)
}

.onewinchilecl-text-image--first-block .wp-block-table td:first-child {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background-color: var(--bg-dark-300)
}

.background-block {
    border: 1px solid #e8ecf1;
    border-radius: 20px;
    padding: 16px;
    max-width: 1240px;
    -webkit-box-shadow: 0 4px 24px #0000000c;
    box-shadow: 0 4px 24px #0000000c
}

.background-block + .background-block {
    margin-top: 32px
}

.background-block > :first-child {
    margin-top: 0
}

.background-block > :last-child {
    margin-bottom: 0
}

.background-block--grad .text-image__content-title {
    color: #fff
}

.background-block--grad .text-image__content {
    color: #ded
}

.how-to__title {
    margin: 0 0 24px
}

.how-to__subtitle {
    margin-bottom: 16px;
    font-weight: 400
}

.how-to__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.how-to__item {
    border: 2px solid #1183d3;
    border-radius: 16px;
    background-color: #1183d3
}

.how-to__item:not(:last-child) {
    margin-bottom: 24px
}

.how-to__item:not(:last-child) .how-to__content {
    padding-bottom: 80px;
    background-image: url(../images/how-to-arrow-down.svg);
    background-position: bottom left;
    background-size: 80px;
    background-repeat: no-repeat
}

.how-to__item-counter {
    display: inline-block;
    grid-column: 1/-1;
    padding: 8px 20px;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff
}

.how-to__item-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    border-radius: 14px;
    padding: 12px;
    background-color: #fff;
    gap: 16px
}

.how-to__item-title {
    margin-bottom: 8px;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #111
}

.how-to__item-subtitle > :first-child {
    margin-top: 0
}

.how-to__item-subtitle > * {
    font-weight: 400
}

.how-to__button {
    margin-top: 24px
}

.how-to__item-image .get-image {
    overflow: hidden;
    border-radius: 8px
}

.how-to__item-image .get-image img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.tabs {
    overflow: hidden
}

.tabs__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    overflow: hidden;
    margin: 0;
    border-radius: 20px 20px 0 0;
    padding: 0;
    background-color: #dde4ec
}

.tabs--horizontal .tabs__header-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: 20px 20px 0 0;
    padding: 12px;
    font-weight: 700;
    /*font-style: italic;*/
    font-size: 25px;
    line-height: 40px;
    background-color: #dde4ec;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    cursor: pointer
}

.tabs--horizontal .tabs__header-button svg {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    fill: var(--bg-dark-0);
    -webkit-transition: fill .3s ease-in-out;
    -o-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out
}

.tabs--horizontal .tabs__header-button:hover {
    background-color: #95a9b7
}

.tabs--horizontal .tabs__header-button:nth-child(2n+1).active {
    color: #fff;
    background-color: var(--primary-color-green)
}

.tabs--horizontal .tabs__header-button:nth-child(2n+1).active svg {
    fill: #fff
}

.tabs--horizontal .tabs__header-button:nth-child(2n+2).active {
    color: #fff;
    background-color: var(--primary-color-blue)
}

.tabs--horizontal .tabs__header-button:nth-child(2n+2).active svg {
    fill: #fff
}

.tabs__list {
    list-style: none;
    margin: 0;
    border-style: solid;
    border-width: 0 2px 2px;
    border-color: var(--bg-table);
    border-radius: 0 0 20px 20px;
    padding: 24px 16px;
    background-color: #fff
}

.tabs__content {
    border-style: solid;
    border-width: 0 2px 2px;
    border-color: var(--bg-table);
    border-radius: 0 0 20px 20px;
    padding: 24px 16px;
    background: #fff
}

.tabs__item > :first-child {
    margin-top: 0
}

.tabs__item > :last-child {
    margin-bottom: 0
}

.tabs--vertical .tabs__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 275px 1fr;
    grid-template-columns:275px 1fr
}

.tabs--vertical .tabs__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: -24px;
    border-radius: 20px 0 0 20px
}

.tabs--vertical .tabs__header-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    outline: 0;
    border: 1px solid #dde4ec;
    padding: 16px 20px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    word-break: break-word;
    color: #333;
    background-color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.tabs--vertical .tabs__header-button svg {
    margin-right: 10px;
    width: 24px;
    height: 24px
}

.tabs--vertical .tabs__header-button:not(:last-child) {
    border-bottom: none
}

.tabs--vertical .tabs__header-button:hover {
    color: #fff;
    background-color: var(--primary-color-blue)
}

.tabs--vertical .tabs__header-button:first-child {
    border-radius: 20px 0 0
}

.tabs--vertical .tabs__header-button:last-child {
    border-radius: 0 0 0 20px
}

.tabs--vertical .tabs__header-button.active {
    color: #fff;
    background-color: var(--primary-color-blue)
}

.tabs--vertical .tabs__content {
    border: 1px solid var(--primary-color-blue);
    border-radius: 20px
}

.download-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 24px 0
}

.download-buttons__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase;
    color: #fff
}

.download-buttons__button + .download-buttons__button {
    margin-left: 16px
}

.download-buttons__button svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4px
}

.download-buttons__button:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.payments-table {
    overflow: auto;
    padding-bottom: 4px
}

.payments-table__table {
    overflow: hidden;
    margin: 1rem auto 0;
    border: 1px solid #1183d3;
    border-collapse: collapse;
    border-radius: 12px;
    width: calc(100% - 8px);
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
    background-color: #1183d3
}

.payments-table__table th {
    border: 1px solid #1183d3;
    padding: 12px;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    background-color: #1183d3
}

.payments-table__table th:not(:last-child) {
    border-right: 1px solid #0a519e
}

.payments-table__cell {
    border: 1px solid #1183d3;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff
}

.payments-table__cell--1 {
    border-right: none;
    border-bottom: none;
    padding-bottom: 6px
}

.payments-table__cell--2 {
    border-bottom: none;
    border-left: none;
    padding-bottom: 6px;
    text-align: right
}

.payments-table__cell--3 {
    border-top: none;
    border-right: none;
    padding-top: 6px
}

.payments-table__cell--4 {
    border-top: none;
    border-left: none;
    padding-top: 6px;
    text-align: right
}

.payments-table__cell-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.payments-table__cell-wrapper .get-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.payments-table__cell-wrapper .get-image img {
    width: 100%;
    height: auto;
    max-width: 80px;
    -o-object-fit: contain;
    object-fit: contain
}

.payments-table__table tr:first-child td:first-child {
    border-top-left-radius: 12px
}

.payments-table__table tr:first-child td:last-child {
    border-top-right-radius: 12px
}

.table-image {
    overflow: auto;
    padding-bottom: 4px
}

.table-image__table {
    overflow: hidden;
    margin: 1rem auto 0;
    border: 1px solid #1183d3;
    border-collapse: collapse;
    border-radius: 12px;
    width: calc(100% - 8px);
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
    background-color: #1183d3
}

.table-image__table th {
    border: 1px solid #1183d3;
    padding: 12px;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    background-color: #1183d3
}

.table-image__table th:not(:last-child) {
    border-right: 1px solid #0a519e
}

.table-image__cell {
    border: 1px solid #1183d3;
    padding: 12px;
    min-width: 240px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff
}

.table-image__cell-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.table-image__cell-wrapper .get-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.table-image__cell-wrapper .get-image img {
    width: 100%;
    height: auto;
    max-width: 80px;
    -o-object-fit: contain;
    object-fit: contain
}

.table-image__table tr:first-child td:first-child {
    border-top-left-radius: 12px
}

.table-image__table tr:first-child td:last-child {
    border-top-right-radius: 12px
}

.categories {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr);
    list-style: none;
    margin: 0;
    border-radius: 35px;
    padding: 8px;
    background: #fff;
    gap: 12px
}

.categories__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-radius: 50px;
    padding: 10px 16px;
    width: 100%;
    height: 100%;
    min-height: 62px;
    text-decoration: none;
    background-color: var(--bg-table);
    cursor: pointer;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.categories__link:hover {
    background-color: var(--primary-color-blue)
}

.categories__link:hover .categories__link-description, .categories__link:hover .categories__link-title {
    color: #fff
}

.categories__link .get-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px
}

.categories__link .get-image img {
    width: 36px;
    height: 36px
}

.categories__link-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.categories__link-title {
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #111;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.categories__link-description {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: var(--text-color);
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (hover: hover), screen and (min-width: 0\0
) {
    .onewinchilecl-toc__link:focus, .onewinchilecl-toc__link:hover {
        color: var(--primary-color-red)
    }

    .download__link:focus img, .download__link:hover img, .social__link:focus img, .social__link:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    .gbtn:focus, .gbtn:hover {
        background-color: #ccc !important
    }
}

@media (min-width: 1023px) {
    .main-nav__item--has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    .main-nav__item--has-children:hover .main-nav__item-arrow {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media (max-width: 1300px) {
    .onewinchilecl-columns.col-6 .onewinchilecl-columns__item {
        width: calc(100% / 5 - 2rem)
    }

    .wp-block-columns.col-6 {
        -ms-grid-columns:(1fr) [ 5 ];
        grid-template-columns:repeat(5, 1fr)
    }
}

@media (max-width: 1279px) {
    .tabs--vertical .tabs__container {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .tabs--vertical .tabs__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        margin-right: 0;
        border: 1px solid var(--bg-table);
        border-bottom: none;
        border-radius: 16px 16px 0 0;
        padding: 24px 16px 0;
        background-color: #fff
    }

    .tabs--vertical .tabs__header-button:not(:last-child) {
        margin-right: 12px;
        border-bottom: 1px solid var(--bg-table)
    }

    .tabs--vertical .tabs__header-button:first-child, .tabs--vertical .tabs__header-button:last-child {
        border-radius: 16px
    }

    .tabs--vertical .tabs__header-button {
        border: 1px solid var(--bg-table);
        border-radius: 16px;
        padding: 12px 20px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .tabs--vertical .tabs__content {
        border: 1px solid var(--bg-table);
        border-top: none;
        border-radius: 0 0 16px 16px;
        padding: 24px 16px
    }
}

@media (max-width: 1200px) {
    .onewinchilecl-columns.col-5 .onewinchilecl-columns__item, .onewinchilecl-columns.col-6 .onewinchilecl-columns__item {
        width: calc(100% / 4 - 2rem)
    }

    .wp-block-columns.col-5, .wp-block-columns.col-6 {
        -ms-grid-columns:(1fr) [ 4 ];
        grid-template-columns:repeat(4, 1fr)
    }
}

@media (max-width: 1050px) {
    .wp-block-columns.col-4, .wp-block-columns.col-5, .wp-block-columns.col-6 {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 1023px) {
    .btn--lg {
        padding: 16px 40px
    }

    .page-header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .main-nav {
        position: absolute;
        left: -20px;
        right: -20px;
        top: calc(100% + 8px);
        margin: 0 20px;
        padding: 20px 16px;
        background-color: var(--bg-dark-100);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        pointer-events: none
    }

    .main-nav.active {
        z-index: 770;
        overflow: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    .main-nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-nav__item:not(:last-child) {
        margin-right: 0;
        border-bottom: 1px solid var(--bg-dark-300)
    }

    .main-nav__item--has-children {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main-nav__item--has-children .main-nav__link {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .main-nav__item--has-children.active .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    .main-nav__item--has-children.active .main-nav__item-arrow svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .main-nav__item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%
    }

    .main-nav__item-arrow {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 5px
    }

    .main-nav__link {
        padding: 12px 0;
        width: 100%
    }

    .sub-menu {
        position: static;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: 16px;
        border-radius: 0;
        padding: 0;
        max-height: 0;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .page-footer__container {
        -ms-grid-columns: 200px 1fr;
        grid-template-columns:200px 1fr;
        gap: 0
    }

    .page-footer__external-links {
        grid-column: -1 / 1;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .page-footer__external-links img {
        max-width: 100px;
    }

    .page-footer__nav {
        margin-left: 24px
    }

    .page-footer__galleres {
        grid-column: 1/-1;
        margin: 24px 0 0;
        border: none;
        border-top: 1px solid var(--bg-dark-300);
        padding: 0
    }

    .page-footer__logos-gallery {
        margin: 0;
        padding: 16px 0
    }

    .page-footer__logos-gallery-item {
        padding: 8px 16px
    }

    .page-footer__payments-gallery {
        margin: 0;
        padding: 16px 0 0
    }

    .page-footer__logos-gallery + .page-footer__payments-gallery {
        margin: 0;
        padding: 16px 0
    }

    .page-footer__copyright-text {
        margin-top: 0
    }

    .onewinchilecl-slots__list, .onewinchilecl-toc__list {
        -ms-grid-columns:(1fr) [ 4 ];
        grid-template-columns:repeat(4, 1fr)
    }

    .onewinchilecl-difference__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 16px
    }

    .banner--version-1 {
        padding-top: 40px
    }

    .banner--version-1 .banner__container {
        display: block
    }

    .banner--version-1 .banner__slider-wrapper {
        grid-column: auto;
        grid-row: auto;
        width: 100%;
        max-width: 970px
    }

    .banner--version-1 .banner__title {
        margin-bottom: 52px
    }

    .banner--version-1 .banner__description {
        margin-top: 24px
    }

    .banner--version-1 .banner__slider-item .get-image img {
        height: auto;
        -o-object-fit: contain;
        object-fit: contain
    }

    .banner--version-4 {
        padding-top: 32px;
        padding-bottom: 0
    }

    .banner--version-4 .banner__container {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 0
    }

    .banner--version-4 .banner__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        grid-column: auto
    }

    .banner--version-4 .get-image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        grid-column: auto;
        grid-row: auto;
        margin: 0 auto
    }

    .banner--version-4 .banner__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        grid-column: auto;
        grid-row: auto;
        margin-bottom: 32px;
        padding: 0
    }

    .banner--version-4 .banner__content .onewinchilecl-promocode--v2 {
        -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
        order: -10;
        margin: 0 auto 24px;
        width: 100%;
        max-width: 610px
    }

    .onewinchilecl-text-image--order-change .onewinchilecl-text-image__content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .onewinchilecl-text-image--first-block .onewinchilecl-text-image__container {
        -ms-grid-rows: auto;
        grid-template-rows:auto
    }

    .onewinchilecl-text-image--first-block .onewinchilecl-text-image__title {
        grid-column: auto
    }

    .onewinchilecl-text-image--first-block .onewinchilecl-text-image__image {
        grid-column: auto;
        grid-row: auto
    }

    .onewinchilecl-text-image--first-block .onewinchilecl-text-image__content {
        grid-column: auto;
        overflow: visible
    }

    .onewinchilecl-text-image--first-block .download-buttons {
        -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
        order: -10;
        margin-top: -150px
    }

    .onewinchilecl-text-image--first-block {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .onewinchilecl-text-image {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .onewinchilecl-text-image__container.gtc1-1, .onewinchilecl-text-image__container.gtc15-1, .onewinchilecl-text-image__container.gtc2-1, .onewinchilecl-text-image__container.gtc3-1 {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .onewinchilecl-text-image__container {
        gap: 16px
    }

    .onewinchilecl-text-image__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0
    }

    .onewinchilecl-text-image__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        grid-column: auto;
        grid-row: auto
    }

    .onewinchilecl-text-image__content--no-title {
        grid-column: auto;
        grid-row: auto
    }

    .onewinchilecl-text-image__content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .background-block {
        padding: 32px 16px
    }

    .how-to__item:not(:last-child) .how-to__content {
        padding-bottom: 56px;
        background-position: center bottom;
        background-size: 40px
    }

    .how-to__item-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .how-to__content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .how-to__button {
        margin: 16px auto 0
    }

    .how-to__item-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .download-buttons__button, .download-buttons__button:hover {
        -webkit-box-shadow: inherit;
        box-shadow: inherit
    }

    .payments-table__table th:first-child, .table-image__table th:first-child {
        min-width: 310px
    }

    .categories {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 1023px) and (max-width: 767px) {
    .banner--version-4 .banner__content .onewinchilecl-promocode--v2 {
        margin-top: -40px
    }
}

@media (max-width: 1023px) and (max-width: 449px) {
    .banner--version-4 .banner__content .onewinchilecl-promocode--v2 {
        margin-right: -16px;
        margin-left: -16px;
        width: calc(100% + 32px)
    }
}

@media (max-width: 1000px) {
    .onewinchilecl-columns.col-3 .onewinchilecl-columns__item {
        width: calc(100% / 2 - 2rem)
    }

    .onewinchilecl-columns.col-4 .onewinchilecl-columns__item, .onewinchilecl-columns.col-5 .onewinchilecl-columns__item, .onewinchilecl-columns.col-6 .onewinchilecl-columns__item {
        width: calc(100% / 3 - 2rem)
    }

    .icon-blocks__item {
        width: calc(100% / 3)
    }
}

@media (max-width: 900px) {
    .wp-block-columns.col-3, .wp-block-columns.col-4, .wp-block-columns.col-5, .wp-block-columns.col-6 {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 899px) {
    .onewinchilecl-slots__list {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 800px) {
    .onewinchilecl-columns.col-2 .onewinchilecl-columns__item {
        width: calc(100% - 2rem)
    }
}

@media screen and (max-width: 767px) {
    :root {
        --offsets: 16px
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 30px;
        line-height: 40px;
        text-transform: inherit
    }

    main ol.wp-block-list, main ul.wp-block-list {
        margin-top: 16px
    }

    .page-header__logo {
        margin-right: 28px
    }

    .page-header__buttons .btn {
        border-radius: 20px;
        padding: 8px;
        font-size: 14px;
        line-height: 100%
    }

    .main-nav {
        left: 0;
        right: 0;
        margin: 0
    }

    .onewinchilecl-columns__item {
        margin: .5rem 1rem
    }

    .onewinchilecl-columns {
        padding: 1rem 0
    }

    .background-block .wp-block-columns {
        padding: 0;
        gap: 40px
    }

    .background-block .wp-block-column h2, .background-block .wp-block-column h3 {
        text-align: left
    }

    .onewinchilecl-faq__details {
        border-radius: 5px
    }

    .onewinchilecl-faq__question svg {
        margin-left: 8px
    }

    .onewinchilecl-faq__question {
        padding: 12px 16px
    }

    .onewinchilecl-toc__title::after {
        right: 16px
    }

    .onewinchilecl-toc__title {
        padding: 16px
    }

    .onewinchilecl-toc__list {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }

    .onewinchilecl-toc__link {
        padding: 8px 0;
        width: 100%
    }

    .onewinchilecl-promocode--v1 {
        margin-right: -16px;
        margin-left: -16px
    }

    .onewinchilecl-promocode--v2 .onewinchilecl-promocode__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .onewinchilecl-promocode--v2 .onewinchilecl-promocode__aff-link {
        margin: 16px auto 0
    }

    .onewinchilecl-slots__list {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .onewinchilecl-slots__game.open {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .onewinchilecl-slots__game {
        padding: 0;
        height: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .onewinchilecl-slots__game-header {
        padding: 20px 16px
    }

    .onewinchilecl-slots__game-header .btn {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 12px
    }

    .onewinchilecl-slots__game-title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .onewinchilecl-slots__close-game {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .onewinchilecl-difference__title {
        display: none
    }

    .screenshot-gallery__list {
        overflow-x: auto;
        width: 100%;
        max-width: 980px
    }

    .screenshot-gallery__item {
        min-width: 300px;
        max-width: 325px
    }

    .banner--version-1, .banner--version-2, .banner--version-3 {
        padding-top: 20px
    }

    .banner--version-3 .banner__description {
        padding: 20px 12px
    }

    .onewinchilecl-text-image--first-block .download-buttons {
        -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
        order: -10;
        margin-top: -135px
    }

    .background-block {
        padding: 24px 16px
    }

    .tabs__container {
        margin-right: -16px;
        margin-left: -16px
    }

    .tabs__header {
        border-radius: 20px 20px 0 0
    }

    .tabs--horizontal .tabs__header-button {
        padding: 8px;
        padding-right: 16px;
        font-size: 18px;
        line-height: 24px
    }

    .tabs__list {
        border-radius: 0 0 20px 20px
    }

    .download-buttons__button + .download-buttons__button {
        margin: 16px auto 0
    }

    .download-buttons__button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: calc(100% - 60px)
    }

    .categories {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr);
        margin-right: -16px;
        margin-left: -16px
    }
}

@media (max-width: 750px) {
    .onewinchilecl-columns.col-3 .onewinchilecl-columns__item {
        width: calc(100% - 2rem)
    }

    .onewinchilecl-columns.col-4 .onewinchilecl-columns__item, .onewinchilecl-columns.col-5 .onewinchilecl-columns__item, .onewinchilecl-columns.col-6 .onewinchilecl-columns__item {
        width: calc(100% / 2 - 2rem)
    }

    .wp-block-columns.col-2, .wp-block-columns.col-3, .wp-block-columns.col-4, .wp-block-columns.col-5, .wp-block-columns.col-6 {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

@media (max-width: 700px) {
    .mobile-button {
        display: block
    }

    .slider__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .slider__title {
        text-align: center
    }

    .slider__button {
        margin-top: 1rem;
        margin-left: 0
    }
}

@media screen and (max-width: 700px) {
    #cookie-law-div p {
        padding-bottom: 36px
    }

    .acceptButton {
        left: calc(50% - 60px)
    }
}

@media (max-width: 650px) {
    .icon-blocks__item {
        width: calc(100% / 2)
    }
}

@media (max-width: 600px) {
    #cookie-law-div {
        right: 0;
        bottom: 0;
        border-radius: 0;
        max-width: 100%
    }
}

@media screen and (max-width: 600px) {
    .acceptButton {
        top: 100px !important
    }

    #cookie-law-div p {
        padding-bottom: 50px
    }
}

@media (max-width: 575px) {

    .tabs--horizontal .tabs__header-button {
        flex-direction: column;
        height: 100%;
        padding: 8px;
        padding-right: 8px;
    }

    .tabs__header {
        align-items: stretch;
    }

    .tabs--horizontal .tabs__header-button svg {
        margin-right: 0;
    }

    .page-footer__container {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .page-footer__nav {
        margin: 24px 0 10px
    }

    .onewinchilecl-toc__list {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 4px
    }

    .onewinchilecl-slots__list {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr)
    }

    .onewinchilecl-slots__item {
        max-height: 180px
    }

    .categories {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        margin-right: -16px;
        margin-left: -16px;
        width: calc(100% + 32px)
    }

    .page-footer__external-links img {
        max-width: 70px;
    }
}

@media (max-width: 550px) {
    .onewinchilecl-columns.col-4 .onewinchilecl-columns__item, .onewinchilecl-columns.col-5 .onewinchilecl-columns__item, .onewinchilecl-columns.col-6 .onewinchilecl-columns__item {
        width: calc(100% - 2rem)
    }
}

@media (max-width: 449px) {
    .comment-form__form--rating {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .comment-form__form-rating-text {
        margin: 0 0 8px;
        border: none;
        border-bottom: 1px solid #dde4ec;
        padding: 0 0 8px;
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width: 400px) {
    .acceptButton {
        top: 127px !important
    }
}

.page-header__burger {
    margin-left: auto
}

}


/* fix */
.dmca-badge, .download__item, .page-404 {
    display: flex
}

.mobile-button__container.no-text .mobile-button__control, .tabs--horizontal .tabs__header-item .tabs__header-button, .tabs--vertical .tabs__header-item {
    width: 100%
}

.btn--dark-blue:hover, .btn--green:hover, .categories__link:hover {
    opacity: .7
}

.btn--grad:before, .mobile-button__control::after, .page-header__container::after {
    content: "";
    top: 0;
    bottom: 0;
    position: absolute
}

.visually-hidden {
    position: absolute !important
}

.background-block .how-to, .background-block > p + .tabs {
    margin-top: 24px
}

.background-block > :first-child, .table-image__cell > :first-child, .wp-block-table table td > :first-child {
    margin-top: 0
}

.background-block {
    border: none
}

.background-block + .tabs {
    margin-top: 32px
}

.page-404 {
    align-items: center;
    min-height: 450px
}

.wp-block-table .has-fixed-layout, .wp-block-table table, table {
    width: 100%;
    border-collapse: collapse
}

.wp-block-table thead {
    border-bottom: none
}

.wp-block-table td > *, table td > * {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-color);
    color: #abb8c3
}

.wp-block-table td ul.wp-block-list li::before, table td ul.wp-block-list li::before {
    top: 4px
}

.page-footer__dmca, p + .table-image {
    margin-top: 16px
}

.dmca-badge {
    background-color: transparent;
    align-items: center;
    justify-content: flex-start
}

.categories__link-title {
    margin: 0 0 2px
}

.table-image__cell * {
    font-size: inherit;
    line-height: inherit
}

.page-header__logo {
    flex-shrink: 1;
    display: flex;
    align-items: center
}

.get-image {
    line-height: 0
}

@media (min-width: 1023px) {
    .page-header__nav {
        height: auto !important
    }
}

@media (max-width: 550px) {
    .page-header__container {
        flex-wrap: wrap;
        justify-content: space-between
    }

    .page-header__buttons {
        flex-basis: 100%;
        order: 4;
        margin-top: 8px
    }

    .page-header__buttons .btn {
        flex-grow: 1
    }
}

.tabs--horizontal .tabs__header-button {
    flex: 1 1 50%;
    align-self: stretch
}

.tabs--horizontal .tabs__header-button svg {
    flex-shrink: 0
}

.tabs--horizontal .tabs__header-item {
    flex-grow: 1
}

.tabs--vertical .tabs__header {
    list-style: none
}

.tabs--vertical .tabs__header-item:not(:first-child) {
    border-top: none
}

.tabs--vertical .tabs__header-item:first-child {
    border-radius: 20px 0 0
}

.tabs--vertical .tabs__header-item:last-child {
    border-radius: 0 0 0 20px
}

.tabs--vertical .tabs__header-button:last-child {
    border-radius: inherit
}

.onewinchilecl-toc, .tabs--vertical .tabs__header-button, main ol.wp-block-list li, main ul.wp-block-list li {
    border: none
}

@media (max-width: 1279px) {
    .tabs--vertical .tabs__header {
        padding: 24px 16px 16px
    }

    .tabs--vertical .tabs__content {
        padding: 8px 16px 24px
    }

    .tabs--vertical .tabs__header-button {
        -webkit-tap-highlight-color: transparent
    }

    .tabs--vertical .tabs__header-item {
        flex-shrink: 0;
        width: fit-content
    }

    .tabs--vertical .tabs__header-item:not(:first-child) {
        border-top: 1px solid #dde4ec
    }

    .tabs--vertical .tabs__header-item:last-child {
        border-radius: 0 20px 0 0
    }
}

@media (max-width: 375px) {
    .tabs--horizontal .tabs__header-button svg {
        width: 28px;
        height: 28px;
        margin: 0
    }

    .tabs--horizontal .tabs__header-item .tabs__header-button {
        flex-direction: column
    }
}

@media (hover: hover), screen and (min-width: 0\0
) {
    .tabs--vertical .tabs__header-button:hover {
        color: #fff;
        background-color: var(--primary-color-blue)
    }
}

.download__link {
    border: none;
    background: 0 0;
    outline: 0
}

.onewinchilecl-slots__iframe iframe {
    border-radius: 12px;
    overflow: hidden
}

button.download__link {
    cursor: pointer
}

main ul.wp-block-list li {
    padding: 2px 4px 2px 26px
}

main ol.wp-block-list li:not(:last-child), main ul.wp-block-list li:not(:last-child) {
    margin-bottom: 8px
}

main ul.wp-block-list li::before {
    left: 4px;
    top: 6px
}

main ol.wp-block-list li::before {
    top: 2px;
    left: 2px
}

main ol.wp-block-list li {
    padding: 2px 4px 2px 36px
}

.onewinchilecl-slots__show-more {
    display: none;
    margin: 24px auto 0;
    border: none
}

.mobile-button__container {
    display: flex;
    align-items: center;
    padding: 12px 16px
}

.mobile-button__text {
    margin: 0 20px 0 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.mobile-button__control {
    padding: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    width: fit-content;
    white-space: nowrap
}

.mobile-button__control::after {
    right: 0;
    left: 0
}

.page-footer--enable-mobile-button {
    padding-bottom: 100px
}

.scroll-top {
    bottom: 88px;
    z-index: 20
}

.onewinchilecl-text-image.align-top .onewinchilecl-text-image__image {
    align-items: flex-start
}

.onewinchilecl-text-image.align-bottom .onewinchilecl-text-image__image {
    align-items: flex-end
}

.onewinchilecl-text-image.align-center .onewinchilecl-text-image__image {
    align-items: center
}

.onewinchilecl-text-image__image img {
    max-height: 500px
}

.banner__slider-item {
    padding: 0
}

.banner--version-2 .swiper-slide-active .get-image {
    position: relative
}

.banner__slider-item.vertical-top .banner__slider-item-content {
    top: 32px
}

.banner__slider-item.vertical-center .banner__slider-item-content {
    top: 32px;
    bottom: 32px;
    margin: auto 0;
    height: fit-content
}

.banner__slider-item.vertical-bottom .banner__slider-item-content {
    bottom: 32px
}

.banner__slider-item-content {
    position: absolute;
    left: 24px;
    max-width: 50%;
    color: #e3e3e3
}

.banner__slider-item.left .btn {
    margin: 24px auto 0 0
}

.banner__slider-item.center .btn {
    margin: 24px auto 0
}

.banner__slider-item.right .btn {
    margin: 24px 0 0 auto
}

.banner__slider-item-content > :first-child {
    margin-top: 0
}

.banner__slider-item-content .btn {
    margin-top: 24px
}

.banner--version-2 .banner__slider-item img {
    max-height: 100%;
    border-radius: 15px
}

.align-center-cell .payments-table__cell-wrapper {
    justify-content: center
}

.onewinchilecl-wrapper > :first-child.running-line {
    margin-top: 32px
}

.page-id-8 .onewinchilecl-wrapper:first-child .onewinchilecl-text-image__image img {
    max-height: 100%
}

.page-header__logo img {
    max-width: 188px;
    max-height: 44px;
    width: fit-content
}

.onewinchilecl-slots__game-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.onewinchilecl-slots__game-title {
    font-style: italic
}

.onewinchilecl-faq__question, h1, h2, h3, h4, h5, h6 {
    font-style: normal
}

.onewinchilecl-text-image__content b, .onewinchilecl-text-image__content strong {
    font-weight: 700
}

.onewinchilecl-text-image--first-block .wp-block-table td, .onewinchilecl-text-image--first-block .wp-block-table td:first-child, body {
    color: #abb8c3;
    background-color: #090f1e
}

.breadcrumbs__link--no-active, .breadcrumbs__link:focus, .breadcrumbs__link:hover, .main-nav__link--current, .main-nav__link:hover, .page-footer__nav .active__link, .page-footer__nav a:hover, .page-footer__nav span:hover, .sub-menu__link--current, .sub-menu__link:hover, a, h1, h2, h3, h4, h5, h6 {
    color: #0a63f6
}

main ol.wp-block-list li::before, main ul.wp-block-list li::before {
    background-image: linear-gradient(275deg, #0855c4, #0095ff)
}

.onewinchilecl-wrapper > ul.wp-block-list, .onewinchilecl-wrapper > ol.wp-block-list {
    padding-left: 20px;
}

.background-block, .categories, .running-line {
    background-image: linear-gradient(92deg, #1e283f, rgba(20, 27, 46, .6));
    background-color: #090f1e
}

.breadcrumbs, .page-header, .payments-table__cell, .table-image__cell, .tabs--vertical .tabs__header, .tabs__content, .wp-block-table table td {
    background-color: #090f1e
}

.banner, .comment-form {
    background-color: transparent
}

.swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    border: 2px solid #fff !important
}

.onewinchilecl-toc__title {
    color: #fff;
    background-image: linear-gradient(275deg, #0855c4, #0095ff)
}

.btn--green, .tabs--horizontal .tabs__header-button:nth-child(odd).active {
    background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%)
}

.onewinchilecl-toc__list {
    background-color: #edf2ff
}

.onewinchilecl-toc__link {
    color: #5c698b
}

.onewinchilecl-toc__link:focus, .onewinchilecl-toc__link:hover {
    color: #000
}

.categories__link-title, .comment__author, .how-to__item-title {
    color: #fff
}

.onewinchilecl-toc__link svg {
    display: none
}

.btn {
    position: relative;
    border-radius: 5px;
    padding: 12px;
    font-weight: 600;
    font-size: 15px;
    overflow: hidden;
    box-shadow: none
}

.btn--dark-blue {
    background-color: #1f2841
}

.btn--yellow {
    background: linear-gradient(107deg, #ffba00 0, #ff9200 100%)
}

.btn--yellow:hover {
    transform: scale(1.04) translateZ(0) perspective(1px);
    box-shadow: 0 0 10px 8px #ffba0080
}

.scroll-top__button, .scroll-top__button:hover {
    box-shadow: none
}

.btn--grad {
    background-image: linear-gradient(255deg, #00b7ff, #8d53e9);
    overflow: hidden
}

.categories__link, .how-to__item, .onewinchilecl-faq__item, .scroll-top__button {
    background-image: linear-gradient(275deg, #0855c4, #0095ff)
}

.btn--grad:before {
    height: 100%;
    width: 20%;
    background-color: hsla(0, 0%, 100%, .2);
    left: -35%;
    transform: skewX(-20deg)
}

.btn--grad:hover:before {
    animation: 1s ease-in-out ani
}

@keyframes ani {
    0% {
        left: -25%
    }
    to {
        left: 125%
    }
}

.categories__link {
    transition: .3s ease-in-out
}

.how-to__item, .onewinchilecl-faq__item {
    border: none;
    padding: 2px
}

.download, .how-to__item-wrapper, .onewinchilecl-faq__answer, .social {
    background-color: #090f1e;
    background-image: linear-gradient(110deg, #1e283f, rgba(20, 27, 46, .6) 100%)
}

.onewinchilecl-faq__answer {
    border: none
}

.comments-container, .page-header__container::after {
    background-image: linear-gradient(92deg, #1e283f, rgba(20, 27, 46, .6))
}

.comment-form__form-rating-text, .comment__content, .onewinchilecl-faq__answer *, .page-footer__copyright-text, .page-footer__nav a, .page-footer__nav span {
    color: #abb8c3
}

.payments-table__table, .table-image__table, .wp-block-table table {
    width: 100%;
    box-shadow: none;
    background-color: #0a63f6
}

.payments-table__table th, .table-image__table th, .wp-block-table table, .wp-block-table table th {
    border: 1px solid #0a63f6;
    background-color: #0a63f6
}

.payments-table__cell, .table-image__cell, .wp-block-table table td, .wp-block-table table th {
    border-color: #0a63f6
}

.tabs--vertical .tabs__content, .tabs--vertical .tabs__header-item {
    border: 1px solid #0a63f6
}

.tabs--vertical .tabs__header-button {
    background-color: #1f2841;
    color: #fff
}

.tabs--vertical .tabs__header-button.active, .tabs--vertical .tabs__header-button:hover {
    background-color: #0a63f6
}

.tabs--horizontal .tabs__content {
    border-color: #212932
}

.tabs--horizontal .tabs__header {
    background-color: #212932
}

.comments-container, .mobile-button, .mobile-button__container, .page-footer {
    background-color: #090f1e
}

@media (max-width: 1279px) {
    .tabs--vertical .tabs__header-item:not(:first-child) {
        border-top: 1px solid #0a63f6;
        border-left: none
    }

    .tabs--vertical .tabs__header-item {
        border-bottom: none
    }

    .tabs--vertical .tabs__header {
        padding: 0;
        border: none;
        border-radius: 20px 20px 0 0
    }

    .tabs--vertical .tabs__header-item:first-child .tabs__header-button {
        border-top-left-radius: 18px;
        border-top-right-radius: 0
    }

    .tabs--vertical .tabs__header-item:last-child .tabs__header-button {
        border-top-right-radius: 18px;
        border-top-left-radius: 0
    }
}

.onewinchilecl-advantages__title {
    margin-bottom: 0
}

.page-footer {
    border-top: 1px solid var(--bg-dark-300)
}

.page-footer__galleres {
    border-left: 1px solid #171f27;
    padding-left: 20px
}

.onewinchilecl-promocode__bonus-text-2 span {
    color: #ffba00
}

.page-header__container::after {
    right: calc(var(--offsets) - 10px);
    left: calc(var(--offsets) - 10px);
    border-radius: 10px;
    background-color: #090f1e
}

.page-header__burger, .page-header__buttons, .page-header__logo, .page-header__nav {
    z-index: 2
}

@media (max-width: 1023px) {
    .payments-table__table th, .payments-table__table th:first-child, .table-image__table th:first-child {
        min-width: 175px
    }

    .payments-table__cell-wrapper .get-image img, .table-image__cell-wrapper .get-image img {
        max-width: 44px
    }

    .main-nav__item-arrow {
        justify-content: flex-end
    }

    .page-header__container {
        justify-content: space-between
    }

    .main-nav, .sub-menu {
        background-color: #090f1e
    }
}

.mobile-button {
    box-shadow: 0 -14px 24px 0 #090f1e;
    padding: 0
}

.mobile-button__container {
    border-radius: 0
}

.mobile-button a, .mobile-button button, .mobile-button span {
    margin-left: auto
}

.onewinchilecl-text-image--first-block .wp-block-table td {
    border: 1px solid #0a63f6
}

.onewinchilecl-text-image--first-block .wp-block-table {
    background-color: #0a63f6
}

body::-webkit-scrollbar-track {
    background-color: #090f1e
}

body::-webkit-scrollbar-thumb {
    border: 1px solid #090f1e;
    background-color: #656565
}

.comments-container {
    border: none
}

.comment-form__field, .comment-form__form--rating {
    border: 1px solid #0a63f6;
    color: #ffff;
    background: 0 0
}

.comment {
    border: 1px solid #0a63f6;
    background-color: transparent
}

.comment-form__form-rating-text {
    border-color: #abb8c3
}

@media (max-width: 575px) {
    .comment-form {
        padding-left: 0;
        padding-right: 0
    }
}

.screenshot-gallery__list, h3 {
    margin-top: 1rem
}

@media (max-width: 767px) {
    .table-image__cell {
        min-width: auto
    }

    .onewinchilecl-promocode--v1, .tabs__container {
        margin-left: 0;
        margin-right: 0
    }

    .onewinchilecl-promocode--v1 .onewinchilecl-container {
        padding: 0
    }

    .tabs--vertical .tabs__header-button {
        cursor: auto
    }

    .banner__slider-item-content {
        position: static;
        padding: 16px 10px 32px;
        max-width: 100%;
        background-color: #0a2244
    }

    .page-header__container::after {
        bottom: -8px
    }

    .banner--version-1 {
        padding-bottom: 20px
    }
}

.mobile-button__text {
    flex: 1 1;
}

.mobile-button a, .mobile-button button, .mobile-button span {
    width: auto;
}

.comments-container, .mobile-button, .mobile-button__container, .page-footer {
    background-color: #1453AB;
}

.download-buttons svg {
    fill: #fff;
}

.wp-admin .banner__title {
    color: #000;
}

.banner__slider-item-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

p + .banner__slider-item-buttons {
    margin-top: 24px;
}

.banner__slider-item.left .banner__slider-item-buttons {
    justify-content: flex-start;
}

.banner__slider-item.center .banner__slider-item-buttons {
    justify-content: center;
}

.banner__slider-item.right .banner__slider-item-buttons {
    justify-content: flex-end;
}

.banner__slider-item.left .btn,
.banner__slider-item.center .btn,
.banner__slider-item.right .btn {
    margin: 0;
}


.onewinchilecl-text-image__content h1 {
    color: #fff;
    font-weight: 900;
}

@media (max-width: 1023px) {
    .onewinchilecl-text-image--image-end .onewinchilecl-text-image__image {
        order: 4;
    }
}

.sub-menu__link {
    padding: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    white-space: nowrap;
}

.lang-switch {
    margin: 0 16px;
    border-radius: 4px;
    padding: 8px;
    position: relative;
    background-color: #090f1e;
    display: flex;
    z-index: 200;
}

.lang-switch__list {
    margin-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    padding: 8px;
    border-radius: 0 0 4px 4px;
    background-color: #090f1e;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.lang-switch__item, .lang-switch__link {
    display: flex;
}

.lang-switch:hover {
    border-radius: 4px 4px 0 0;
}

.lang-switch:hover .lang-switch__list {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.onewinchilecl-slots__item > .get-image {
    height: fit-content;
}

.onewinchilecl-slots__item {
    background-color: #0a519ecc;
    border-radius: 12px;
    overflow: hidden;
}

.onewinchilecl-slots__item-content {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
}

.onewinchilecl-slots__item:hover .get-image img {
    transform: none;
}

.onewinchilecl-slots__aff-link {
    margin: 0;
    width: 100%;
}

@media (max-width: 575px) {
    .onewinchilecl-slots__list {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .onewinchilecl-slots__item {
        max-height: max-content;
    }
}

.wp-admin .onewinchilecl-text-image__content h1 {
    color: #000;
}

/* Relink */
.relink {
    padding-bottom: 2rem;
}

.relink--full {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding-bottom: 0;
    gap: 1rem;
}

.relink--full .grid__title,
.relink--full .grid__description {
    margin: 0;
    grid-column: 1 / -1;
}

.relink > .get-image,
.relink > img {
    grid-column: 1 / 3;
    grid-row: auto;
}

.relink > .get-image,
.relink > img {
    border-radius: 4px;
    overflow: hidden;
}

.relink--no-img .relink__list {
    grid-template-columns: repeat(6, 1fr);
    grid-column: 1 / -1;
}

.relink__list {
    grid-column: 3 / -1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.relink__item {
    padding: 8px;
    background-color: #0a519ecc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.relink--full .relink__item {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.relink__item:hover {
    opacity: 0.8;
}

.relink .get-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.relink__item img {
    max-width: 56px;
    max-height: 56px;
    object-fit: contain;
}

.relink__content {
    flex-grow: 1;
}

.relink--full .relink__content {
    flex-grow: 0;
}

.relink__title {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
}

.relink__text {
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 1;
    color: #9aa2af;
}

@media (max-width: 1280px) {
    .relink__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .relink--no-img .relink__list {
        grid-template-columns: repeat(4, 1fr);
        grid-column: 1 / -1;
    }
}

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

    .relink > .get-image,
    .relink > img {
        grid-column: auto;
    }

    .relink__list {
        grid-template-columns: repeat(4, 1fr);
    }

    .relink__list {
        grid-column: auto;
    }

    .relink--no-img .relink__list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .relink--full .relink__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .relink--no-img .relink__list {
        grid-template-columns: repeat(3, 1fr);
    }

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

@media (max-width: 550px) {
    .relink--full .relink__list,
    .relink--no-img .relink__list {
        grid-template-columns: repeat(2, 1fr);
    }

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

/* Relink */
/* Promo-code */
* + .promo-code {
    margin-top: 1rem;
}

.promo-code {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background-image: linear-gradient(92deg, #1e283f, rgba(20, 27, 46, .6));
    background-color: #090f1e;
    border: 1px solid #2b3653;
    width: 100%;
}

.promo-code__text {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.promo-code__text span {
    color: #0a63f6;
}

.promo-code__wrapper {
    border-radius: 3px;
    padding: 0 0 0 12px;
    background: #151b29;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border: 1px solid #2b3653;
}

.promo-code__input {
    color: #0a63f6;
    font-size: 16px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 16px;
    border: none;
    background-color: transparent;
}

.promo-code__copy-link {
    position: relative;
    border: none;
    background-color: transparent;
    color: #0a63f6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 6px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    outline: none;
}

.promo-code__copy-link .check {
    fill: #26bc4d;
}

.promo-code__copy-link:hover {
    opacity: 0.7;
}

.promo-code__copy-link._active:hover {
    opacity: 1;
}

.promo-code__copy-link svg {
    stroke: currentColor;
    pointer-events: none;
}

.promo-code__copy-link._active svg {
    stroke: currentColor;
    pointer-events: none;
}

.promo-code__copy-link svg path:first-of-type {
    fill: currentColor;
}

.promo-code__tooltip {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    display: none;
}

.promo-code__copy-link._active .promo-code__tooltip {
    display: block;
    position: static;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 0;
    margin-right: 4px;
    background-color: transparent;
    transform: none;
    text-decoration: none;
}

.promo-code__copy-link .check {
    display: none;
}

.promo-code__copy-link._active .check {
    display: block;
}

.promo-code__copy-link._active .copy {
    display: none;
}

.promo-code__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-radius: 3px;
    border: 2px solid #26bc4d;
    padding: 4px 12px;
    background-color: #26bc4d;
    color: #FFF;
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 24px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    outline: none;
    text-align: left;
}

.promo-code__link:hover {
    opacity: 0.7;
}

.promo-code__link svg {
    stroke: #fff;
}


.promo-code__link svg .svg-cross {
    opacity: 0;
}

.promo-code__link svg .svg-arrow {
    transform: translateX(-28px);
    animation: arrow 3s linear infinite;
}

@media (max-width: 767px) {
    .promo-code {
        max-width: 100%;
    }
}

@media (max-width: 400px) {
    .promo-code__wrapper {
        flex-basis: auto;
    }
}

@keyframes arrow {
    0% {
        transform: translateX(-28px);
    }
    10% {
        transform: translateX(6px);
    }
    90% {
        transform: translateX(6px);
    }
    100% {
        transform: translateX(26px);
    }
}

/* Promo-code */

.how-to__item:not(:last-child) .how-to__content {
    padding-bottom: 0;
}

.how-to__content {
    margin-top: auto;
    margin-bottom: auto;
}

/* GAME */
.game {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #2b3653;
    padding: 28px 16px;
    background-position: center;
    background-size: cover;
}

.game > .get-image {
    margin: 0 0 8px;
}

.game__title {
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}

.game__affiliate-link,
.game__demo-link {
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-family: var(--ff-primary);
    font-weight: 600;
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.game__affiliate-link:hover,
.game__demo-link:hover {
    opacity: 0.7;
}

.game__affiliate-link + .game__demo-link {
    margin-top: 16px;
}

.game__affiliate-link {
    background: linear-gradient(90deg, #835aeb 0, #03b4fe 100%);
}

.game__demo-link {
    background-color: #2b3653;
}


.game__box {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    padding: 10px;
    z-index: 1210;
}

.game__box-header {
    margin-bottom: -1px;
    padding: 8px 8px 8px 16px;
    background: #151b29;
    border-radius: 3px 3px 0px 0px;
    display: flex;
    align-items: center;
}

.game__box-title {
    margin: 0 24px 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.game__box-close {
    display: flex;
    margin-left: auto;
    border: none;
    border-radius: 3px;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.game__box-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.game__iframe {
    border-radius: 0 0 3px 3px;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: none;
    overflow: hidden;
    background-color: #D9D9D9;
}

@media (max-width: 767px) {
    .game__box-header {
        flex-wrap: wrap;
    }

    .game__box-title {
        width: calc(100% - 56px);
    }

    .game__box .game__affiliate-link {
        order: 3;
        margin: 4px auto 0;
    }

    .game__box {
        top: 30px;
        left: 12px;
        bottom: 30px;
        right: 12px;
        transform: none;
        padding: 0;
        width: calc(100% - 24px);
        overflow: hidden;
    }

    .game__iframe {
        height: 100%;
        aspect-ratio: auto;
    }
}

.page.scroll-lock-modal {
    overflow: hidden;
    position: relative;
}

.page.scroll-lock-modal:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1200;
}

/* GAME */
.last-modified-date {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    margin-top: 1rem;
    border-radius: 12px;
    padding: 8px 12px;
    width: 100%;
    max-width: 360px;
    background: rgba(255, 255, 255, 0.05);
}

.last-modified-date__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    color: #8B8B8B;
    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
}

.last-modified-date__inner p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.last-modified-date__inner span {
    font-weight: 600;
    color: #B0B0B0;
}

.last-modified-date__inner:first-child {
    flex-grow: 1;
}

.onewinchilecl-text-image--first-block {
    padding-top: 20px;
    padding-bottom: 20px;
}

* + .wp-block-table {
    margin-top: 20px;
}

.wp-block-table {
    overflow: auto;
}

.wp-block-table table {
    width: 100%;
}

@media (max-width: 1023px) {
    .onewinchilecl-text-image--first-block .onewinchilecl-text-image__title {
        order: 1;
    }

    .onewinchilecl-text-image--first-block .onewinchilecl-text-image__content {
        grid-row: auto;
        order: 2;
    }

    .onewinchilecl-text-image--first-block .download-buttons {
        order: initial;
        margin: 1rem 0 0;
    }
}

/* Languages switcher */
.languages-switcher {
    position: relative;
    flex-shrink: 0;
    margin: 0 20px 0 0;
    border-radius: 4px;
    padding: 5px;
    background-color: #2e3036;
    display: flex;
    z-index: 200;
    min-width: 40px;
    width: fit-content;
    color: #ccc;
    z-index: 1000;
}

.languages-switcher__list {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    padding: 5px;
    background-color: #2e3036;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.languages-switcher__item {
    width: 100%;
    display: flex;
    justify-content: center;
}

.languages-switcher--header .languages-switcher__list {
    top: 100%;
    border-radius: 0 0 4px 4px;
}

.languages-switcher--footer .languages-switcher__list {
    bottom: 100%;
    border-radius: 4px 4px 0 0;
}

.languages-switcher--header._show {
    border-radius: 4px 4px 0 0;
}

.languages-switcher--footer._show {
    border-radius: 0 0 4px 4px;
}

.languages-switcher__lang {
    position: relative;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.languages-switcher__flag {
    display: flex;
    flex-shrink: 0;
}

.languages-switcher._show .languages-switcher__list {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

/* Languages switcher */