
a.page--hero-image {
    position: relative;
}

a.page--hero-image span:hover {
    opacity: 1 !important;
}

a.page--hero-image span {
    min-width: 160px;
    text-align: center;
    max-width: fit-content;
    margin: 0 auto;
    position: absolute;
    line-height: 1.33;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    box-shadow: 1px 1px 5px 6px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 1px 1px 5px 6px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 1px 1px 5px 6px rgba(255, 255, 255, 0.3);

    animation: glow-pulse 2s infinite ease-in-out;
}

@-webkit-keyframes glow-pulse {

    0%,
    100% {
        -webkit-box-shadow: 1px 1px 5px 6px rgba(255, 255, 255, 0.1);
        -moz-box-shadow: 1px 1px 5px 6px rgba(255, 255, 255, 0.1);
        box-shadow: 1px 1px 5px 6px rgba(255, 255, 255, 0.1);
    }

    50% {
        -webkit-box-shadow: 1px 1px 8px 10px rgba(255, 255, 255, 0.5);
        -moz-box-shadow: 1px 1px 8px 10px rgba(255, 255, 255, 0.5);
        box-shadow: 1px 1px 8px 10px rgba(255, 255, 255, 0.5);
    }
}

@keyframes glow-pulse {

    0%,
    100% {
        -webkit-box-shadow: 1px 1px 5px 6px rgba(255, 255, 255, 0.1);
        -moz-box-shadow: 1px 1px 5px 6px rgba(255, 255, 255, 0.1);
        box-shadow: 1px 1px 5px 6px rgba(255, 255, 255, 0.1);
    }

    50% {
        -webkit-box-shadow: 1px 1px 8px 10px rgba(255, 255, 255, 0.5);
        -moz-box-shadow: 1px 1px 8px 10px rgba(255, 255, 255, 0.5);
        box-shadow: 1px 1px 8px 10px rgba(255, 255, 255, 0.5);
    }
}


.page--author {
    max-width: 100%;
    padding: 0 10px;
}

body .navbar-custom.navbar {
    background-color: var(--color-header) !important;
}

body .navbar-custom.navbar .navbar-collapse {
    background-color: var(--color-header) !important;
}

@media (max-width: 992px) {
    .page--hero {
        padding-top: 120px !important;
    }
}

h2,
h3,
h4,
h5,
h6 {
    color: #000000 !important;
}

.footer__subtitle p {
    color: #ffffff;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
}

.footer__subtitle {
    margin-bottom: 32px;
}

@media(max-width:1024px) {
    .footer__subtitle {
        margin-bottom: 24px;
    }

    .footer__subtitle p {
        font-size: 1.25rem;
    }
}



.ncr-rating__box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ncr-rating__box li {
    margin: 0;
    padding: 0;
}

.ncr-rating__box p {
    margin: 0;
}

.ncr-rating__box {
    margin-top: 2rem;
}

.ncr-rating__block {
    display: flex;
}

.ncr-rating__preview,
.ncr-rating__content {
    background-color: rgba(247, 247, 247, 1);
    height: 100%;
}

.ncr-rating__preview {
    width: 100%;
    padding: 10px;
    border-radius: 32px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.ncr-rating__preview::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-image: repeating-linear-gradient(to bottom,
            #ffffff 0px,
            #ffffff 10px,
            transparent 10px,
            transparent 15px);
}

.ncr-rating__badge {
    position: absolute;
    left: 26px;
    top: -16px;
    z-index: 2;
}

.ncr-rating__image-wrap {
    padding: 12px;
    min-width: 100%;
    max-width: 100%;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    max-width: 232px;
    height: 132px;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
}

.ncr-rating__image {
    width: auto;
    height: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ncr-rating__content {
    display: flex;
    padding: 18px 0;
}

.ncr-rating__bonus {
    width: 35.5%;
}

.ncr-rating__info {
    width: 37.5%;
}

.ncr-rating__refs {
    width: 27%;
}

.ncr-rating__content {
    border-radius: 32px;
}

.ncr-rating__content-item {
    padding: 0 24px;
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ncr-rating__content-item:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-image: repeating-linear-gradient(to bottom,
            #ffffff 0px,
            #ffffff 10px,
            transparent 10px,
            transparent 15px);
}

.ncr-rating__bonus-title {
    background-color: rgba(224, 49, 131, 0.08);
    color: rgba(224, 49, 131, 1);
    max-width: fit-content;
    padding: 2px 12px;
    line-height: 1.5;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    max-height: fit-content;
}

.ncr-rating__bonus-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ncr-rating__bonus-list {
    margin-top: 8px;
    padding: 6px 16px;
    background-color: rgba(224, 49, 131, 0.08);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.ncr-rating__bonus-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
    background-color: rgba(224, 49, 131, 1);
    opacity: .1;
}

.ncr-rating__bonus-list p {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
}

.ncr-rating__bonus-list p b,
.ncr-rating__bonus-list p strong {
    font-weight: 700;
    font-size: 16px;
    color: rgba(224, 49, 131, 1);
}

.ncr-rating__list {
    padding: 16px 24px !important;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ncr-rating__block--1 .ncr-rating__list {
    background-color: rgba(0, 0, 0, 0.04);
}

.ncr-rating__box--no-bg .ncr-rating__block--1 .ncr-rating__list {
    background-color: rgba(255, 255, 255, 1);
}


.ncr-rating__list::before {
    position: absolute;
    width: 4px;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    background-color: rgba(224, 49, 131, 1);
}

.ncr-rating__text {
    position: relative;
    padding-left: 36px;
    line-height: 1.33;
    padding-top: 2px;
    padding-bottom: 2px;
}

.ncr-rating__icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.ncr-rating__item:not(:first-child) {
    margin-top: 16px;
}

.ncr-rating__item {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.ncr-rating__item::before {
    content: none !important;
    display: none !important;
}

.ncr-rating__button {
    text-decoration: none !important;
    outline: none;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    padding: 13px 13px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s ease-in-out;
    white-space: nowrap;
}

.ncr-rating__button:not(:first-child) {
    margin-top: 8px;
}

.ncr-rating__button--dark {
    background-color: rgba(224, 49, 131, 1);
    color: #ffffff;
    border: 1px solid rgba(224, 49, 131, 1);
}

.ncr-rating__button--light {
    color: #000000;
    background-color: transparent;
    border: 1px solid rgba(224, 49, 131, 1);
}

.ncr-rating__button:hover {
    color: #000000;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 13px 3px rgba(224, 49, 131, 0.15);
    -webkit-box-shadow: 0px 0px 13px 3px rgba(224, 49, 131, 0.15);
    -moz-box-shadow: 0px 0px 13px 3px rgba(224, 49, 131, 0.15);
}

.ncr-rating__button:active {
    transform: scale(0.95);
}

.ncr-rating__button-icon {
    margin-right: 12px;
}

.ncr-rating__num {
    position: absolute;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    left: 0;
    top: 6px;
    width: 37px;
    text-align: center;
}

.ncr-rating__bonus-count {
    --percent: 80;
    --hue: calc((var(--percent) / 10) * 12);

    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: conic-gradient(hsl(var(--hue), 100%, 40%) calc(var(--percent) * 1%),
            var(--bg) 0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    padding: 5px;
    background-color: hsl(var(--hue), 100%, 85%);
}

.ncr-rating__bonus-count span {
    min-width: 40px;
    min-height: 40px;
    background-color: var(--bg, #fff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ncr-rating-0 {
    --percent: 0;
    --bg: #fddede;
}

.ncr-rating-5 {
    --percent: 5;
    --bg: #fcd4d4;
}

.ncr-rating-10 {
    --percent: 10;
    --bg: #fbcaca;
}

.ncr-rating-15 {
    --percent: 15;
    --bg: #fbc0c0;
}

.ncr-rating-20 {
    --percent: 20;
    --bg: #fce0c8;
}

.ncr-rating-25 {
    --percent: 25;
    --bg: #fceac4;
}

.ncr-rating-30 {
    --percent: 30;
    --bg: #fff1cb;
}

.ncr-rating-35 {
    --percent: 35;
    --bg: #fff5c6;
}

.ncr-rating-40 {
    --percent: 40;
    --bg: #fff8c7;
}

.ncr-rating-45 {
    --percent: 45;
    --bg: #ffffcb;
}

.ncr-rating-50 {
    --percent: 50;
    --bg: #ffffcc;
}

.ncr-rating-55 {
    --percent: 55;
    --bg: #f3facc;
}

.ncr-rating-60 {
    --percent: 60;
    --bg: #e6f5c9;
}

.ncr-rating-65 {
    --percent: 65;
    --bg: #def3cb;
}

.ncr-rating-70 {
    --percent: 70;
    --bg: #d0f1c9;
}

.ncr-rating-75 {
    --percent: 75;
    --bg: #c7efcf;
}

.ncr-rating-80 {
    --percent: 80;
    --bg: #caeed6;
}

.ncr-rating-85 {
    --percent: 85;
    --bg: #bdf0d6;
}

.ncr-rating-90 {
    --percent: 90;
    --bg: #baf0d4;
}

.ncr-rating-95 {
    --percent: 95;
    --bg: #b1f2ce;
}

.ncr-rating-100 {
    --percent: 100;
    --bg: #aaf2cc;
}

.ncr-rating__block--1 .ncr-rating__preview,
.ncr-rating__block--1 .ncr-rating__content {
    background: linear-gradient(180deg, #fff9e8 0%, #fff0cc 100%);
}

.ncr-rating__block:not(:last-child) {
    margin-bottom: 24px;
}

.ncr-rating__border {
    border-radius: 36px;
    padding: 3px;
    background: linear-gradient(45deg, #f9c656, #ffe7a8);
}

.ncr-rating__border:nth-child(1) {
    width: 22%;
    max-width: 256px;
    margin-right: -8px;
}

.ncr-rating__border:nth-child(2) {
    width: 78%;
    width: calc(78% + 8px);
}

.ncr-rating__border {
    background: rgba(247, 247, 247, 1);
}

.ncr-rating__border:nth-child(2) {
    background: rgba(247, 247, 247, 1);
}

.ncr-rating__block--1 .ncr-rating__border {
    background: linear-gradient(45deg, #f9c656, #ffe7a8);
}

.ncr-rating__block--1 .ncr-rating__border:nth-child(2) {
    background: linear-gradient(-45deg, #f9c656, #ffe7a8);
}

.ncr-rating__border-inner {
    position: relative;
}

@media (max-width: 1200px) {
    .ncr-rating__button {
        font-size: 14px;
    }

    .ncr-rating__list {
        font-size: 16px;
    }

    .ncr-rating__item:not(:first-child) {
        margin-top: 16px;
    }
}

@media (max-width: 1024px) {
    .ncr-rating__block {
        flex-direction: column;
    }

    .ncr-rating__border:nth-child(1) {
        margin-right: 0;
        margin-bottom: -8px;
        width: 100%;
        max-width: 100%;
    }

    .ncr-rating__border:nth-child(2) {
        width: 100%;
    }

    .ncr-rating__content {
        flex-direction: column;
    }

    .ncr-rating__block--1 .ncr-rating__border {
        background: linear-gradient(0deg, #fee190, #fcd779);
    }

    .ncr-rating__block--1 .ncr-rating__border:nth-child(2) {
        background: linear-gradient(-180deg, #fcd779, #f7bb3a);
    }

    .ncr-rating__block--1 .ncr-rating__preview {
        background: linear-gradient(to bottom, #f7efdc 0%, #f5e4c0 100%);
        background-size: 100% 200%;
        background-position: top;
    }

    .ncr-rating__block--1 .ncr-rating__content {
        background: linear-gradient(to bottom, #f7efdc 0%, #f5e4c0 100%);
        background-size: 100% 200%;
        background-position: 0 100%;
    }

    .ncr-rating__preview {
        padding: 12px;
        padding-bottom: 21px;
    }

    .ncr-rating__content {
        padding: 0 18px;
    }

    .ncr-rating__content-item {
        padding: 20px 0;
        width: 100%;
    }

    .ncr-rating__image {
        max-width: 100%;
    }

    .ncr-rating__preview::after {
        right: 0;
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-image: repeating-linear-gradient(to right,
                #ffffff 0px,
                #ffffff 10px,
                transparent 10px,
                transparent 15px);
    }

    .ncr-rating__content-item:not(:last-child):after {
        right: 0;
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-image: repeating-linear-gradient(to right,
                #ffffff 0px,
                #ffffff 10px,
                transparent 10px,
                transparent 15px);
        background-position: -3px 0;
    }

    .ncr-rating__bonus-count span {
        font-size: 15px;
    }

    .ncr-rating__list {
        padding: 12px 16px !important;
        border-radius: 12px;
    }

    .ncr-rating__icon {
        width: 20px;
        height: 20px;
    }

    .ncr-rating__text {
        padding: 0;
        padding-left: 28px;
    }

    .ncr-rating__refs {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .ncr-rating__button {
        width: 100%;
    }

    .ncr-rating__button-icon {
        margin-right: 8px;
    }

    .ncr-rating__button:not(:first-child) {
        margin: 0;
        margin-left: 8px;
    }

    .ncr-rating__item:not(:first-child) {
        margin-top: 12px;
    }

    .ncr-rating__block {
        width: 50%;
    }

    .ncr-rating__block:nth-child(2n + 1) {
        padding-right: 15px;
    }

    .ncr-rating__box {
        display: flex;
        flex-wrap: wrap;
    }

    .ncr-rating__button-icon {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 767px) {
    .ncr-rating__block {
        width: 100%;
    }

    .ncr-rating__block:nth-child(2n + 1) {
        padding-right: 0;
    }
}

@media (max-width: 360px) {
    .ncr-rating__button {
        font-size: 12px;
    }

    .ncr-rating__button-icon {
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }
}

.ncr-rating__block-style-2 .ncr-rating__bonus-title {
    position: absolute;
    z-index: 1;
    right: 26px;
    transform: translateY(-40%);
    background-color: rgba(237, 237, 237, 1);
}

.ncr-rating__block-style-2.ncr-rating__block--1 .ncr-rating__bonus-title {
    color: #ffffff;
    background: linear-gradient(180deg, #FEE090 0%, #F7BB39 100%);
}

.ncr-rating__block-style-2 .ncr-rating__bonus.ncr-rating__content-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.ncr-rating__block-style-2 .ncr-rating__bonus-list {
    max-height: fit-content;
    width: 100%;
    margin-left: 24px;
    margin-top: 0;
}

.ncr-rating__block-style-2 .ncr-rating__bonus-count {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
}

.ncr-rating__block-style-2 .ncr-rating__bonus-count span {
    min-width: 70px;
    min-height: 70px;
    font-size: 20px;
}

@media(min-width:1025px) {
    .ncr-rating__block-style-2 .ncr-rating__bonus {
        width: 42%;
    }

    .ncr-rating__block-style-2 .ncr-rating__info {
        width: 31.5%;
    }

    .ncr-rating__block-style-2 .ncr-rating__refs {
        width: 26%;
    }
}

.ncr-rating__block-style-2 .ncr-rating__bonus-list p {
    font-size: 16px;
}

.ncr-rating__block-style-2 .ncr-rating__bonus-list p b,
.ncr-rating__block-style-2 .ncr-rating__bonus-list p strong {
    font-size: 20px;
}

.ncr-rating__block-style-2 .ncr-rating__list::before {
    content: none;
    display: none;
}

.ncr-rating__block-style-2 .ncr-rating__list {
    background: transparent !important;
    padding: 0 !important;
}

@media(max-width:1200px) and (min-width:1025px) {
    .ncr-rating__block-style-2 .ncr-rating__border:nth-child(1) {
        width: 28%;
        max-width: 256px;
        margin-right: -8px;
    }

    .ncr-rating__block-style-2 .ncr-rating__refs {
        width: 32%;
    }

    .ncr-rating__block-style-2 .ncr-rating__content-item {
        padding: 0 16px;
    }

    .ncr-rating__block-style-2 .ncr-rating__bonus-list {
        margin-left: 16px;
    }
}

@media(max-width:1200px) {

    .ncr-rating__block-style-2 .ncr-rating__bonus-list p b,
    .ncr-rating__block-style-2 .ncr-rating__bonus-list p strong {
        font-size: 16px;
    }

    .ncr-rating__block-style-2 .ncr-rating__bonus-list p {
        font-size: 14px;
    }

    .ncr-rating__block-style-2 .ncr-rating__bonus-count {
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
    }

    .ncr-rating__block-style-2 .ncr-rating__bonus-count span {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        font-size: 15px;
    }
}

@media(max-width:1024px) {
    .ncr-rating__block-style-2 .ncr-rating__bonus-inner {
        order: 2;
    }

    .ncr-rating__block-style-2 .ncr-rating__bonus-list {
        order: 1;
    }

    .ncr-rating__block-style-2 .ncr-rating__bonus-list {
        margin-left: 0;
        margin-right: 20px;
    }
}

.ncr-rating__box--no-border .ncr-rating__block--1 .ncr-rating__border {
    background: rgba(247, 247, 247, 1);
}

.ncr-rating__box--no-bg .ncr-rating__block--1 .ncr-rating__preview,
.ncr-rating__box--no-bg .ncr-rating__block--1 .ncr-rating__content {
    background: rgba(247, 247, 247, 1);
}



.telegram-banner a {
    text-decoration: none !important;
    color: inherit !important;
}

.telegram-banner {
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 200px;
    padding: 28px 10px;
    color: white;
    text-align: center;
    z-index: 1000;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.js-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    color: white;
}

.telegram-icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1001;
}

.telegram-icon-img {
    width: 30px;
    height: 30px;
}

.telegram-content {
    padding-top: 52px;
    font-size: 20px;
    font-weight: bold;
}

.telegram-button {
    margin-top: 20px;
    padding: 10px 25px;
    border: 2px solid white;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 25px;
    display: inline-block;
}



.popup-demo__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.popup-demo__overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.popup-demo__window {
    background: #fff;
    border-radius: 8px;
    width: 100%;
    max-width: 1200px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
}

.popup-demo__overlay.active .popup-demo__window {
    transform: translateY(0);
    opacity: 1;
}

@media (max-width: 1200px) {
    .popup-demo__window {
        width: 95%;
    }
}

body.popup-demo--lock {
    max-height: 100vh;
    overflow: hidden;
}

.page--hero-link:nth-child(2) {
    margin-right: 0;
}



.mf-form {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    position: relative;
}

.mf-form__input {
    border: 2px solid var(--popup-color);
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 16px;
}

.mf-form__submit {
    background: var(--popup-color);
    border: 2px solid var(--popup-color);
    padding: 8px 12px;
    border-radius: 8px;
    color: #ffffff;
    transition: .3s ease-in-out;
    font-weight: 600;
}

.mf-form__submit:hover {
    background: #ffffff;
    color: var(--popup-color);
}

.popup-form-wrap.loading .mf-form {
    pointer-events: none;
    opacity: 0.5;
}

.popup-form-wrap.loading .mf-form:before {
    content: '';
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 999;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.popup-form-wrap.loaded .mf-form {
    display: none;
}

.popup-form-wrap.loaded .mf-form:before {
    display: none;
    content: none;
}

.mf-form__success {
    display: none !important;
}

.popup-form-wrap.loaded .mf-form__success {
    display: block !important;
}



:root {
    --color-dark: #373c59;
    --color-darken: #373c59;
    --color-main: #e03183;
    --color-light: #e06da3;
    --color-brands: #373c59;
    --color-tables-first: #e03183;
    --color-tables-second: #e08db4;
    --color-buttons: #e03183;
    --color-header: rgb(55, 60, 89);
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}

.h-captcha {
    position: relative;
    display: block;
    margin-bottom: 2rem;
    padding: 0;
    clear: both
}

.h-captcha[data-size="normal"] {
    width: 303px;
    height: 78px
}

.h-captcha[data-size="compact"] {
    width: 164px;
    height: 144px
}

.h-captcha[data-size="invisible"] {
    display: none
}

.h-captcha iframe {
    z-index: 1
}

.h-captcha::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../wp-content/plugins/hcaptcha-for-forms-and-more/assets/images/hcaptcha-div-logo.svg) no-repeat;
    border: 1px solid #fff0;
    border-radius: 4px;
    box-sizing: border-box
}

.h-captcha::after {
    content: "If you see this message, hCaptcha failed to load due to site errors.";
    font: 13px/1.35 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    color: red;
    opacity: 0
}

.h-captcha:not(:has(iframe))::after {
    animation: hcap-msg-fade-in .3s ease forwards;
    animation-delay: 2s
}

.h-captcha:has(iframe)::after {
    animation: none;
    opacity: 0
}

@keyframes hcap-msg-fade-in {
    to {
        opacity: 1
    }
}

.h-captcha[data-size="normal"]::before {
    width: 300px;
    height: 74px;
    background-position: 94% 28%
}

.h-captcha[data-size="normal"]::after {
    padding: 19px 75px 16px 10px
}

.h-captcha[data-size="compact"]::before {
    width: 156px;
    height: 136px;
    background-position: 50% 79%
}

.h-captcha[data-size="compact"]::after {
    padding: 10px 10px 16px 10px
}

.h-captcha[data-theme="light"]::before,
body.is-light-theme .h-captcha[data-theme="auto"]::before,
.h-captcha[data-theme="auto"]::before {
    background-color: #fafafa;
    border: 1px solid #e0e0e0
}

.h-captcha[data-theme="dark"]::before,
body.is-dark-theme .h-captcha[data-theme="auto"]::before,
html.wp-dark-mode-active .h-captcha[data-theme="auto"]::before,
html.drdt-dark-mode .h-captcha[data-theme="auto"]::before {
    background-image: url(../wp-content/plugins/hcaptcha-for-forms-and-more/assets/images/hcaptcha-div-logo-white.svg);
    background-repeat: no-repeat;
    background-color: #333;
    border: 1px solid #f5f5f5
}

@media (prefers-color-scheme:dark) {
    .h-captcha[data-theme="auto"]::before {
        background-image: url(../wp-content/plugins/hcaptcha-for-forms-and-more/assets/images/hcaptcha-div-logo-white.svg);
        background-repeat: no-repeat;
        background-color: #333;
        border: 1px solid #f5f5f5
    }
}

.h-captcha[data-theme="custom"]::before {
    background-color: initial
}

.h-captcha[data-size="invisible"]::before,
.h-captcha[data-size="invisible"]::after {
    display: none
}

.h-captcha iframe {
    position: relative
}

div[style*="z-index: 2147483647"] div[style*="border-width: 11px"][style*="position: absolute"][style*="pointer-events: none"] {
    border-style: none
}


.cmplz-hidden {
    display: none !important;
}


body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img {
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    pointer-events: none;
}

.players-counter {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(45deg, #28a745, #20c997);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
    position: relative;
    overflow: hidden;
}

.players-counter::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.status-dot {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    animation: pulse 2s infinite;
    position: relative;
    z-index: 1;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

.player-count {
    position: relative;
    z-index: 1;
    font-weight: 700;
}

.player-text {
    margin-left: 4px;
    position: relative;
    z-index: 1;
}

@media (max-width: 480px) {
    .players-counter {
        font-size: 13px;
        padding: 6px 12px;
    }
}


span[data-name="hcap-cf7"] .h-captcha {
    margin-bottom: 0
}

span[data-name="hcap-cf7"]~input[type="submit"],
span[data-name="hcap-cf7"]~button[type="submit"] {
    margin-top: 2rem
}

.page-id-11276 .page--toc,
.page-id-11277 .page--toc,
.page-id-11278 .page--toc,
.page-id-11279 .page--toc,
.page-id-11280 .page--toc {
    display: none !important;
}



.simpletoc-list {
    padding: .5rem !important;
    padding-bottom: 0 !important;
}



.popup {
    z-index: 9999 !important;
}

.catfish.hidden {
    display: none;
}

.catfish__close {
    background: url(/img/g-close-icon.svg) no-repeat 50%;
    background-size: contain;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: -80px;
    top: -18px;
    width: 36px;
}

@media(min-width:1025px) {
    .catfish {
        display: none !important;
    }
}

.catfish>div {
    position: relative;
}

:root {
    --catifsh-phone-color: #ffffff;
    --catfish-button-color: #e03183;
    --default-catifsh-color: rgba(28, 38, 60, 0.95);
}

.catfish__button.ios .android-icon {
    display: none;
}

.catfish__button.android .ios-icon {
    display: none;
}

.catfish {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    background-color: var(--default-catifsh-color);
    padding: 0 20px 0 16px;
    box-sizing: border-box;
    transform: translateY(150%);
    transition: .3s ease-in-out;
}

@media(min-width:410px) and (max-width:1024px) {
    .catfish {
        position: fixed;
        z-index: 999;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        background-color: var(--default-catifsh-color);
        padding: 0 24px 0 20px;
    }
}

.catfish__wrap {
    display: flex;
    justify-content: space-between;
    max-height: 82px;
}

.catfish-frame-color {
    fill: var(--catifsh-phone-color) !important;
}

.catfish.active {
    transform: translateY(0);
}

.catfish__button {
    padding: 10px;
    background-color: var(--catfish-button-color);
    text-decoration: none;
    color: #ffffff;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    border-radius: 8px;
    max-height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
    transition: .3s ease-in-out;
}

@media(max-width:580px) {
    .catfish__button {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 20px;
    }
}

.catfish__button:hover {
    opacity: .8;
}

.catfish__button svg {
    max-width: 24px;
    max-height: 24px;
}

.catfish__frame {
    max-width: 128px;
    height: auto !important;
    display: block;
    transform: translateY(-26px);
}

@media(max-width:360px) {
    .catfish {
        padding: 0 12px 0 6px;
    }

    .catfish__button {
        padding: 8px;
    }

    .catfish__button {
        margin-left: 12px;
    }
}

@media(max-width:1024px) {
    .catfish .container {
        padding: 0 !important;
        max-width: none !important;
    }

    .catfish.desktop-only {
        display: none;
    }
}

@media(min-width:1025px) {
    .catfish {
        padding: 0;
    }

    .catfish.mobile-only {
        display: none;
    }
}

@media(max-width:1140px) {
    .catfish__close {
        right: -16px;
        max-width: 24px;
        max-height: 24px;
        top: -12px;
    }
}



.form-submit input {
    color: #000000;
}

.comment-reply-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
}

.comment-form {
    position: relative;
}

.moderation-message {
    padding: 1rem;
    border: 1px solid #16A434;
    border-radius: .5rem;
    color: #16A434;
    margin-top: 1rem;
}

.comment-form.loader::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.comment-form.loader::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 2;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.nocomments {
    display: none;
}

.comment-reply-title {
    margin-bottom: .25rem;
}

#cancel-comment-reply-link {
    display: none !important;
}

.comments {
    margin-top: 2rem;
}

.comments label {
    font-weight: 500;
}

.comment-form-comment {
    margin-top: 1rem;
}

.comments textarea {
    margin-top: 0.5rem;
    border: 1px solid var(--color-main);
    resize: none;
    outline: none !important;
    border-radius: 8px;
    padding: 8px 16px;
    height: 128px;
}

.comment-form-comment {
    display: flex;
    flex-direction: column;
}

.form-submit input {
    cursor: pointer;
    border: 1px solid transparent !important;
    padding: 8px 16px;
    margin-top: 1rem;
    min-width: 240px;
    border-radius: 8px;
    outline: none !important;
    font-weight: 500 !important;
    background-color: var(--color-main) !important;
    transition: .3s ease-in-out;
}

.form-submit input:hover {
    cursor: pointer;
    border: none !important;
    border: 1px solid var(--color-main) !important;
    background-color: transparent !important;
}

.form-submit input:active {
    scale: 0.95;
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comment-notes {
    margin-bottom: .5rem;
    margin-top: .25rem;
}

.comment-notes,
.comment-form-comment,
.comment-form-cookies-consent,
.form-submit {
    width: 100%;
}

.comment-form-author,
.comment-form-email {
    width: 48%;
    display: flex;
    flex-direction: column;
}

.comment-form-author input,
.comment-form-email input {
    margin-top: .5rem;
    border: 1px solid var(--color-main);
    outline: none !important;
    border-radius: 8px;
    padding: 8px 16px;
}

.comment-form-cookies-consent {
    margin-top: .75rem;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 30px;
    line-height: 20px;
    user-select: none;
}

.custom-checkbox label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--color-main);
    border-radius: 4px;
    background-color: #FFFFFF;
}

.custom-checkbox input[type="checkbox"]:checked+label:before {
    background-color: var(--color-main);
}

.custom-checkbox input[type="checkbox"]:checked+label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 1px;
    transform: rotate(45deg);
    width: 7px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}

.comment-author {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

img.avatar {
    border-radius: 50%;
}

.commentmetadata a {
    color: #000000;
    display: block;
    margin-top: .5rem;
    outline: none !important;
    transition: .15s ease-in-out;
}

.commentmetadata a:hover {
    opacity: .75;
}

.comment-reply-link {
    color: var(--color-main);
    font-weight: 500;
    display: block;
    line-height: 1.25;
    max-width: fit-content;
    border-bottom: 1px solid var(--color-main);
    transition: .15s ease-in-out;
}

.comment-reply-link:hover {
    border-bottom: 1px solid transparent;
}

.comment-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comment-author {
    width: 48%;
}

.comment-meta {
    font-weight: 500;
    text-transform: uppercase;
    width: 48%;
    display: flex;
    justify-content: right;
    align-items: center;
}

.comment-meta a {
    margin-top: 0;
}

.comment-body p:not(.reply) {
    margin: 16px;
}

.comment-body p {
    width: 100%;
}

.comment-reply-title {
    display: flex;
    width: 100%;
}

.comment {
    padding: 16px;
    border-radius: 8px;
    margin: 1.5rem 0;
    position: relative;
    overflow: hidden;
}

.comment.thread-alt {
    margin-left: 2rem;
}

.comment-author cite {
    font-style: normal;
    font-weight: 500;
}

.comment-author span {
    display: none;
}

.comment-reply-title {
    font-weight: 500;
}

@media(max-width:767px) {
    .comment-author {
        font-size: 14px;
    }

    .comment-meta {
        font-size: 14px;
    }

    .comment-body p {
        font-size: 14px;
    }

    .comment {
        padding: 0;
    }

    .comment.thread-alt {
        margin-left: 1rem;
    }
}

@media(max-width:580px) {
    .comment-author img {
        width: 24px;
        height: 24px;
    }

    .comment-author {
        font-size: 11px;
    }

    .comment-meta {
        font-size: 11px;
    }

    .comment-body p:not(.reply) {
        margin-right: 0;
    }

    .comment-form-author input,
    .comment-form-email input {
        padding: 4px 8px;
        border-radius: 4px;
    }

    .comments textarea {
        padding: 4px 8px;
        border-radius: 4px;
    }

    .form-submit input {
        min-width: 100%;
    }

    .comment-respond {
        margin-top: 2rem;
    }
}

@media(max-width:440px) {
    .comment-body p:not(.reply) {
        margin: 12px 8px;
    }

    .comment-reply-link {
        font-size: 12px;
    }
}

@media(max-width:420px) {
    .comment-author {
        font-size: 10px;
    }

    .comment-meta {
        font-size: 10px;
    }
}

@media(max-width:379px) {

    .comment-author,
    .comment-meta {
        font-size: 9px;
    }

    .comment-author img {
        width: 20px;
        height: 20px;
    }
}



@media(max-width:1024px) {
    .hide_for_mobile {
        display: none !important;
    }
}

@media(min-width:1025px) {
    .hide_for_desktop {
        display: none !important;
    }
}

.popup {
    z-index: 1001 !important;
}

.footer--decor {
    transform: translateY(1px);
}

.g-popup-block {
    background: var(--color-dark);
    bottom: -500px;
    box-sizing: border-box;
    left: 0;
    right: 0;
    opacity: 0;
    padding: 26px 0;
    position: fixed;
    transition: all .65s ease-in;
    width: 100%;
    z-index: 999
}

html {
    max-width: 100vw;
    overflow-x: hidden;
}

.g-popup-block.-toggle {
    bottom: 0;
    opacity: 1
}

.g-popup-block .g-popup-block__content {
    grid-gap: 70px;
    align-items: center;
    display: grid;
    grid-template-columns: max-content max-content 1fr max-content;
    position: relative
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content {
        grid-column-gap: 16px;
        grid-row-gap: 10px;
        align-items: flex-start;
        grid-template-columns: 68px 1fr
    }
}


.g-popup-block .g-popup-block__content .g-popup-block__logo {
    border-radius: 4px;
    overflow: hidden;
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__logo {
        height: 50px
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__logo img {
    height: 72px;
    max-width: 180px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__logo img {
        height: 50px;
        max-width: 100%
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating {
    text-align: center
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating {
        display: flex;
        gap: 6px;
        grid-column: 2/3;
        grid-row: 1;
        place-items: center;
        text-align: left
    }
}

@media(min-width:410px) and (max-width:480px) {

    .g-popup-block__rating,
    .g-popup-block__bonus {
        margin-left: 8px;
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_title {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_title {
        font-size: 10px;
        margin-bottom: 0
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars {
    background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00017 0L11.781 5.63521L18 6.53911L13.4999 10.9252L14.5622 17.1192L9.00017 14.195L3.4378 17.1192L4.50008 10.9252L0 6.53911L6.21898 5.63521L9.00017 0Z' fill='%23FFAE50'/%3E%3C/svg%3E") no-repeat 0;
    background-size: 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding-left: 20px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars {
        font-size: 13px;
        background-size: 13px;
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars span {
    font-size: 22px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars span {
        font-size: 13px
    }


}

.g-popup-block .g-popup-block__content .g-popup-block__bonus {
    text-align: center
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__bonus {
        grid-column: 2/3;
        grid-row: 1;
        margin-top: 16px;
        text-align: left
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_title {
        font-size: 14px;
        margin-bottom: 0
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text {
    color: #fff;
    font-size: 20px;
    font-weight: 500
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text {
        font-size: 12px
    }

    .g-popup-block {
        padding: 12px 0
    }
}



.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text span,
.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text strong {
    color: var(--color-main);
    font-weight: 700
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-cta-link {
        grid-column: 3/3;
        grid-row: 1;
        text-align: center
    }
}

.g-popup-block .g-popup-block__content .g-popup-cta-link a {
    background: var(--color-main);
    border-radius: 4px;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    height: 52px;
    line-height: 52px;
    padding: 0 58px;
    text-transform: uppercase
}

.g-popup-block .g-popup-block__content .g-popup-cta-link a:hover {
    opacity: .86
}

.g-popup-block .g-popup-block__content .g-popup-block__close-btn {
    background: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5' r='17' fill='%23000000' stroke='%23FFCE06'/%3E%3Cpath d='M22 13.875L21.125 13L17 17.125L12.875 13L12 13.875L16.125 18L12 22.125L12.875 23L17 18.875L21.125 23L22 22.125L17.875 18L22 13.875Z' fill='%23FFCE06'/%3E%3C/svg%3E") no-repeat 50%;
    background-size: contain;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: -80px;
    top: -44px;
    width: 35px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__close-btn {
        height: 24px;
        right: 14px;
        top: -30px;
        width: 24px
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__close-btn:hover {
    opacity: .86
}

@media(max-width:480px) {
    .g-popup-block__content {
        padding-left: 10px !important;
        padding-right: 10px !important;
        grid-column-gap: 5px !important;
    }

    .g-popup-block .g-popup-block__content .g-popup-cta-link a {
        padding: 0px 20px !important;
        font-size: 11px !important;
    }
}



@media(max-width:1024px) {
    .hide_for_mobile {
        display: none !important;
    }
}

@media(min-width:1025px) {
    .hide_for_desktop {
        display: none !important;
    }
}

.popup {
    z-index: 1001 !important;
}

:root {
    --default-catifsh-color: #e03183;
}

.footer--decor {
    transform: translateY(1px);
}

.g-popup-block {
    background: var(--color-dark);
    bottom: -500px;
    box-sizing: border-box;
    left: 0;
    right: 0;
    opacity: 0;
    padding: 26px 0;
    position: fixed;
    transition: all .65s ease-in;
    width: 100%;
    z-index: 999
}

html {
    max-width: 100vw;
    overflow-x: hidden;
}

.g-popup-block.-toggle {
    bottom: 0;
    opacity: 1
}

.g-popup-block .g-popup-block__content {
    grid-gap: 70px;
    align-items: center;
    display: grid;
    grid-template-columns: max-content max-content 1fr max-content;
    position: relative
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content {
        grid-column-gap: 16px;
        grid-row-gap: 10px;
        align-items: flex-start;
        grid-template-columns: 68px 1fr
    }
}


.g-popup-block .g-popup-block__content .g-popup-block__logo {
    border-radius: 4px;
    overflow: hidden;
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__logo {
        height: 50px
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__logo img {
    height: 72px;
    max-width: 180px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__logo img {
        height: 50px;
        max-width: 100%
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating {
    text-align: center
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating {
        display: flex;
        gap: 6px;
        grid-column: 2/3;
        grid-row: 1;
        place-items: center;
        text-align: left
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_title {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_title {
        font-size: 10px;
        margin-bottom: 0
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars {
    background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00017 0L11.781 5.63521L18 6.53911L13.4999 10.9252L14.5622 17.1192L9.00017 14.195L3.4378 17.1192L4.50008 10.9252L0 6.53911L6.21898 5.63521L9.00017 0Z' fill='%23FFAE50'/%3E%3C/svg%3E") no-repeat 0;
    background-size: 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding-left: 20px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars {
        font-size: 13px;
        background-size: 13px;
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars span {
    font-size: 22px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars span {
        font-size: 13px
    }


}

.g-popup-block .g-popup-block__content .g-popup-block__bonus {
    text-align: center
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__bonus {
        grid-column: 2/3;
        grid-row: 1;
        margin-top: 16px;
        text-align: left
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_title {
        font-size: 14px;
        margin-bottom: 0
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text {
    color: #fff;
    font-size: 20px;
    font-weight: 500
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text {
        font-size: 12px
    }

    .g-popup-block {
        padding: 12px 0
    }
}



.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text span,
.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text strong {
    color: var(--color-main);
    font-weight: 700
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-cta-link {
        grid-column: 3/3;
        grid-row: 1;
        text-align: center
    }
}

.g-popup-block .g-popup-block__content .g-popup-cta-link a {
    background: var(--color-main);
    border-radius: 4px;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    height: 52px;
    line-height: 52px;
    padding: 0 58px;
    text-transform: uppercase
}

.g-popup-block .g-popup-block__content .g-popup-cta-link a:hover {
    opacity: .86
}

.g-popup-block .g-popup-block__content .g-popup-block__close-btn {
    background: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5' r='17' fill='%23000000' stroke='%23FFCE06'/%3E%3Cpath d='M22 13.875L21.125 13L17 17.125L12.875 13L12 13.875L16.125 18L12 22.125L12.875 23L17 18.875L21.125 23L22 22.125L17.875 18L22 13.875Z' fill='%23FFCE06'/%3E%3C/svg%3E") no-repeat 50%;
    background-size: contain;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: -80px;
    top: -44px;
    width: 35px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__close-btn {
        height: 24px;
        right: 14px;
        top: -30px;
        width: 24px
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__close-btn:hover {
    opacity: .86
}

@media(max-width:480px) {
    .g-popup-block__content {
        padding-left: 10px !important;
        padding-right: 10px !important;
        grid-column-gap: 5px !important;
    }

    .g-popup-block .g-popup-block__content .g-popup-cta-link a {
        padding: 0px 20px !important;
        font-size: 11px !important;
    }
}



.main-cta-block {
    grid-gap: 32px;
    align-items: center;
    background: #1a674b;
    border-radius: 10px;
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    margin-bottom: 24px;
    padding: 32px
}

@media (max-width:768px) {
    .main-cta-block {
        grid-template-columns: 1fr;
        place-items: center
    }
}

.main-cta-block .-img-w {
    background: #0b4e35;
    border-radius: 50%;
    display: flex;
    height: 146px;
    padding: 8px;
    place-content: center;
    place-items: center;
    width: 146px
}

@media (max-width:768px) {
    .main-cta-block .-img-w {
        height: 96px;
        width: 96px
    }
}

.main-cta-block .-img-w img {
    height: auto;
    width: 100%
}

.main-cta-block .g-cta-block-data {
    padding-right: 64px
}

@media (max-width:768px) {
    .main-cta-block .g-cta-block-data {
        padding: 0
    }
}

.main-cta-block .g-cta-block-data .title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width:768px) {
    .main-cta-block .g-cta-block-data .title {
        font-size: 20px;
        margin-bottom: 16px
    }
}

.main-cta-block .g-cta-block-data .desc {
    color: #fff;
    font-size: 13px;
    opacity: .88
}

.main-cta-block .g-cta-block-code .g-cta-block-code--title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 12px;
    text-align: center
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn {
    margin-bottom: 14px
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a {
    background: #fff;
    border: 1px solid var(--default-color);
    border-radius: 4px;
    cursor: pointer;
    display: block;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    position: relative;
    width: 180px
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a .click-text {
    background: var(--default-color);
    border-radius: 4px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all .25s ease;
    width: calc(100% - 32px);
    z-index: 3
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a .click-text:after {
    background: #fff url(/wp-content/themes/starter-kit/images/arrow-yellow-left.svg) no-repeat 50%;
    background-size: 8px;
    border: 2px solid var(--default-color);
    border-radius: 50%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    content: "";
    height: 18px;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    z-index: 4
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a .hidden-text {
    color: #000;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    padding: 0 12px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn .a .hidden-text:focus {
    border: none;
    outline: none
}

.main-cta-block .g-cta-block-code .g-cta-block-code--btn:hover .click-text {
    left: -100%
}

.main-cta-block .g-cta-block-code .g-cta-block-code--test-str {
    font-size: 14px;
    margin: 14px 0 24px
}

@media (max-width:768px) {
    .main-cta-block .g-cta-block-code .g-cta-block-code--test-str {
        text-align: center
    }
}

.main-cta-block .g-cta-block-code .g-cta-block-code--test-str i {
    background: url(/wp-content/themes/starter-kit/images/test-icon.svg) no-repeat 50%;
    background-size: contain;
    display: inline-block;
    height: 16px;
    margin-right: 6px;
    position: relative;
    top: 3px;
    width: 16px
}

.main-cta-block .g-cta-block-code .g-cta-block-code--test-str span {
    color: var(--default-color);
    font-weight: 700
}

.main-cta-block .g-cta-block-code .g-cta-block-code--test-str p {
    color: #fff;
    display: block;
    font-size: 12px;
    margin-top: 3px
}

.main-cta-block .g-cta-block-code .g-cta-block-code--link {
    display: inline-block;
    position: relative
}

@media (max-width:768px) {
    .main-cta-block .g-cta-block-code .g-cta-block-code--link {
        display: block;
        text-align: center
    }
}

.main-cta-block .g-cta-block-code .g-cta-block-code--link .g-cta-block-code--link__btn {
    color: var(--default-color);
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    text-decoration: underline
}

.main-cta-block .g-cta-block-code .g-cta-block-code--link .g-cta-block-code--link__content {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(12, 42, 149, .15);
    color: #242424;
    display: none;
    font-size: 13px;
    padding: 20px;
    position: absolute;
    right: -20px;
    top: 100%;
    width: 300px;
    z-index: 999
}

@media (max-width:768px) {
    .main-cta-block .g-cta-block-code .g-cta-block-code--link .g-cta-block-code--link__content {
        bottom: 100%;
        left: 50%;
        right: unset;
        top: unset;
        transform: translateX(-50%)
    }
}

.main-cta-block .g-cta-block-code .g-cta-block-code--link .g-cta-block-code--link__content a {
    color: #0855cc
}

.main-cta-block .g-cta-block-code .g-cta-block-code--link .g-cta-block-code--link__content a:hover {
    color: #000
}

.main-cta-block .g-cta-block-code .g-cta-block-code--link:hover .g-cta-block-code--link__content {
    display: block
}

.g-popup-block {
    background: var(--default-catifsh-color);
    bottom: -500px;
    box-sizing: border-box;
    left: 0;
    right: 0;
    opacity: 0;
    padding: 26px 0;
    position: fixed;
    transition: all .65s ease-in;
    width: 100%;
    z-index: 999
}

html {
    max-width: 100vw;
    overflow-x: hidden;
}

.g-popup-block.-toggle {
    bottom: 0;
    opacity: 1
}

.g-popup-block .g-popup-block__content {
    grid-gap: 70px;
    align-items: center;
    display: grid;
    grid-template-columns: max-content max-content 1fr max-content;
    position: relative
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content {
        grid-column-gap: 16px;
        grid-row-gap: 10px;
        align-items: flex-start;
        grid-template-columns: 100px 1fr
    }
}

@media (max-width:360px) {
    .g-popup-block .g-popup-block__content {
        grid-template-columns: 30% 70%
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__logo {
    background: #232323;
    border-radius: 4px;
    padding: 4px 8px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__logo {
        height: 100px
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__logo img {
    height: 72px;
    max-width: 180px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__logo img {
        height: 100px;
        max-width: 100%
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating {
    text-align: center
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating {
        display: flex;
        gap: 6px;
        grid-column: 2/3;
        grid-row: 1;
        place-items: center;
        text-align: left
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_title {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_title {
        font-size: 10px;
        margin-bottom: 0
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars {
    background: url(/wp-content/themes/starter-kit/images/star-icon.svg) no-repeat 0;
    background-size: 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding-left: 20px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars {
        font-size: 13px
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars span {
    font-size: 22px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars span {
        font-size: 15px
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus {
    text-align: center
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__bonus {
        grid-column: 2/3;
        grid-row: 1;
        margin-top: 26px;
        text-align: left
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_title {
        font-size: 17px;
        margin-bottom: 8px
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text {
    color: #fff;
    font-size: 20px;
    font-weight: 500
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text {
        font-size: 16px
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text span,
.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text strong {
    color: var(--default-color);
    font-weight: 700
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-cta-link {
        grid-column: 1/3;
        grid-row: 2;
        text-align: center
    }
}

.g-popup-block .g-popup-block__content .g-popup-cta-link a {
    background: var(--default-color);
    border-radius: 4px;
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 700;
    height: 52px;
    line-height: 52px;
    padding: 0 58px;
    text-transform: uppercase
}

.g-popup-block .g-popup-block__content .g-popup-cta-link a:hover {
    opacity: .86
}

.g-popup-block .g-popup-block__content .g-popup-block__close-btn {
    background: url(/wp-content/themes/starter-kit/images/g-close-icon.svg) no-repeat 50%;
    background-size: contain;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: -80px;
    top: -44px;
    width: 35px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__close-btn {
        height: 24px;
        right: 14px;
        top: -38px;
        width: 24px
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__close-btn:hover {
    opacity: .86
}

@media (max-width:768px) {
    .g-table-wrapper {
        overflow-x: auto;
        padding-bottom: 6px;
        width: calc(100% + 20px)
    }

    .g-table-wrapper table {
        width: 780px
    }
}


.quote {
    margin-bottom: 1.5rem;
    background-color: #e03183;
    color: #FFFFFF;
    padding: 40px;
    padding-left: 80px;
    position: relative;
    border-radius: 8px;
}

.quote::before {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    content: url("data:image/svg+xml,%3Csvg fill='%23FFFFFF' width='40px' height='40px' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E");
}

@media(max-width:580px) {
    .quote {
        padding: 24px;
        padding-left: 56px;
    }

    .quote::before {
        top: 16px;
        left: 16px;
        width: 24px;
        height: 24px;
        content: url("data:image/svg+xml,%3Csvg fill='%23FFFFFF' width='24px' height='24px' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E");
    }
}


.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.popup .popup_bg {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.popup .popup_cont {
    position: absolute;
    display: block;
    left: calc(50% - 200px);
    top: calc(50% - 200px);
}

.popup .popup_cont img.popup_logo {
    position: absolute;
    top: -150px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
}

.popup .popup_cont .popup_cont_2 {
    position: relative;
    width: 400px;
    background: #fff;
    box-shadow: 7px 0px 40px 0px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}

.popup .popup_cont .popup_cont_2 .popup_head {
    text-align: center;
    padding: 20px 0;
    color: #fff;
    background: var(--popup-color);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
}

.popup .popup_cont .popup_cont_2 .popup_body {
    padding: 40px 0;
    text-align: center;


}

.popup .popup_cont .popup_cont_2 .popup_body p {
    font-size: 19px;
    display: block;
    margin-bottom: 30px;
}

.popup .popup_cont .popup_cont_2 .popup_body a.sb {
    display: inline-block;
    padding: 5px 60px;
    background: var(--popup-color);
    border: 4px solid var(--popup-color);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    transition: all;
    border-radius: 30px;
}

.popup .popup_cont .popup_cont_2 .popup_body a.sb:hover {
    background: #fff;
    color: var(--popup-color);
}

@media(max-width:490px) {
    .popup .popup_cont .popup_cont_2 {
        width: 300px;
    }

    .popup .popup_cont {
        position: absolute;
        display: block;
        left: calc(50% - 150px);
        top: calc(50% - 150px);
    }

    .popup .popup_cont img.popup_logo {
        top: -112px
    }
}

.list-casino--subtitle {
    color: var(--color-brands);
}

.list-casino--adv:before {
    background-color: var(--color-brands);
}

.list-casino--link {
    background-color: var(--color-brands);
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}

.wp-block-table table td,
.wp-block-table table th {
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(224, 49, 131, 0.15);
}

.wp-block-table table tr:first-child {
    background: rgba(224, 49, 131, 0.1) !important;
}

.wp-block-table table tr:first-child td,
.wp-block-table table tr:first-child th {
    font-weight: 600;
    color: var(--color-main);
}

.wp-block-table table tr:nth-child(even) {
    background: rgba(224, 49, 131, 0.05);
}

.wp-block-table table tr:nth-child(odd):not(:first-child) {
    background: rgba(255, 255, 255, 1);
}

.wp-block-table table tr:hover {
    background: rgba(224, 49, 131, 0.08) !important;
}



iframe {
    max-width: 100%;
}

a.wp-block-button__link:hover {
    color: #ffffff;
    opacity: .8;
}

a.wp-block-button__link {
    color: #ffffff;
    text-decoration: none;
    background-color: var(--color-buttons);
}



.search-nothing {
    font-size: 24px;
    font-weight: 600;
    margin-top: 2rem;
}

.article__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article__link-arrow {
    fill: var(--default-color);
}

.article__author {
    display: flex;
    align-items: center;
}

.article__author-thumb {
    display: block;
    width: 32px;
    height: 32px;
    max-width: 32px;
    max-height: 32px;
    border-radius: 50%;
}

.article__author-name {
    font-size: 18px;
    font-weight: 400;
    margin-left: 0.5rem;
}

.article__box {
    box-shadow: 0 16px 29px rgba(29, 39, 48, .1);
    background-color: rgb(253, 253, 253);
    padding: 32px 48px;
    margin-top: 2rem;
    transition: .2s ease-in-out;
}

.article__title {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 24px;
}

.article__date {
    color: #4a5b68;
    margin-bottom: 1rem;
    display: block;
    font-size: 14px;
}

.article__desc {
    margin-bottom: 1.333rem;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5;
}

.article__box-wrap {
    text-decoration: none !important;
    color: #000000;
}

.article__box-wrap:hover p {
    color: #000000;
}

.article__box-wrap p {
    color: #000000;
}

.article__box-wrap:hover .article__box {
    box-shadow: 0 16px 29px rgba(29, 39, 48, .15);
    background-color: #ffffff;
}

@media(max-width:768px) {
    .article__box {
        padding: 24px 36px;
    }
}

@media(max-width:580px) {
    .article__box {
        padding: 20px 30px;
    }
}

@media(max-width:480px) {
    .article__box {
        padding: 24px;
    }
}

.header__inner {
    display: flex;
    align-items: center;
}

.search__zoom {
    opacity: 1;
    transition: .2s ease-in-out;
}

.search__close {
    opacity: 0;
    transition: .2s ease-in-out;
}

.header__search-btn.active .search__zoom {
    opacity: 0;
}

.header__search-btn.active .search__close {
    opacity: 1;
}

.header__search {
    padding: 0;
    margin-right: 1rem;
    display: block;
    border: none;
    cursor: pointer;
    background: transparent;
}

.header__search-btn {
    background-color: #171c1f;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease-in-out;
}

.header__search-btn:hover {
    opacity: .8;
}

.search-popup {
    width: 100%;
    max-width: 1180px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100px;
    background-color: #ffffff;
    transition: .2s ease-in-out;
    z-index: 1;

    visibility: hidden;
    opacity: 0;
}

.search-popup.active {
    opacity: 1;
    visibility: visible;
}

.search__input {
    color: #000000;
    background: 0 0;
    border: none;
    border-bottom: 3px solid #000000;
    width: 100%;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1;
    padding: 0.9375rem 0.9375rem 0.9375rem 3.125rem;
    transition: .2s ease-in-out;
    outline: none;
}

.search__input:focus {
    border-bottom: 3px solid var(--color-main);
}

.search-popup__form {
    position: relative;
}

.search__btn {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1.75rem;
    width: 1.75rem;
    -webkit-transform: translate(25%, -60%);
    transform: translate(25%, -60%);
    background: 0 0;
    border: none;
    cursor: pointer;
}

.header__search.--mobile {
    display: block;
}

.site-header .site-header__menu ul li a {
    padding-left: 0;
}

.header__search.--desktop {
    display: none;
}

.site-header__langs.--desktop {
    display: none;
}

@media(min-width:769px) {
    .header__search.--mobile {
        display: none;
    }

    .header__search.--desktop {
        display: block;
    }

    .site-header__langs.--mobile {
        display: none;
    }

    .site-header__langs.--desktop {
        display: block;
    }
}

@media(max-width:768px) {
    .site-header .site-header__langs ul {
        top: 0;
        bottom: -8px;
        transform: translate(-50%, 100%);
        grid-template-columns: repeat(1, 1fr);
        max-width: 160px;
        width: 160px;
        padding: 0;
    }

    .site-header .site-header__langs ul .lang-item {
        background-color: #000000;
        padding: 8px;
        border-bottom: 1px solid rgba(140, 140, 140, .3);
    }

    .site-header .site-header__langs ul .lang-item:first-child {
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }

    .site-header .site-header__langs ul .lang-item:last-child {
        border-bottom: none;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .site-header .site-header__langs ul li a {
        margin: 0 !important;
        padding: 0 !important;
    }

    .site-header .site-header__langs ul li:not(:last-child) a {
        border-bottom: none !important;
    }

    .site-header .site-header__langs ul .lang-item span {
        color: #ffffff;
    }

    .site-header .site-header__langs ul li a:hover {
        opacity: 1;
    }
}

@media(max-width:380px) {
    .site-header .site-header--row {
        grid-gap: 12px;
    }

    .site-header .site-header__langs .site-header__langs--current {
        font-size: 14px;
        padding: 4px 10px 4px 4px;
    }

    .site-header .site-header--row {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media(max-width:340px) {
    .site-header .site-header__logo img {
        max-width: 110px;
    }
}

@media(max-width:992px) {
    .navbar-custom.navbar {
        padding-bottom: 24px;
    }
}

@media(max-width:991px) {
    .header__inner {
        order: -1;
    }

    .navbar-custom.navbar .navbar-toggler {
        margin: 0 !important;
    }

    .navbar-custom {
        padding-right: 24px !important;
        padding-left: 24px !important;
    }
}



.site-header__langs--current {
    display: flex;
    align-items: center;
    color: #ffffff;
    text-transform: uppercase;
    height: 42px;
    padding: 5px 14px 5px 5px;
    place-items: center;
    border: 1px solid var(--color-main);
    border-radius: 4px;
}

.site-header__langs--current img {
    margin-right: 8px;
}

.site-header__langs {
    position: relative;
}

.site-header__langs ul a {
    text-decoration: none;
}

.site-header__langs ul {
    margin: 0;
    display: none;
    background: #000000;
    border-radius: 4px;
    box-shadow: 0px 4px 12px rgba(255, 255, 255, .2);
    display: none;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 180px;
    z-index: 9999;
}

.site-header__langs:hover>ul {
    display: block;
}

.site-header__langs li a {
    color: #ffffff;
    display: flex;
    align-items: center;

}

.site-header__langs img {
    margin-right: 8px;
}

.site-header__langs ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(140, 140, 140, .2);
    margin-bottom: 6px;
    padding-bottom: 6px;
}



@media(max-width:991px) {
    .--desktop {
        display: none !important;
    }
}

@media(min-width:992px) {
    .--mobile {
        display: none !important;
    }
}

.header__logo {
    order: -2;
}

.header__mobile-logo {
    display: block;
    max-width: 120px;
    max-height: 42px;
}

@media(max-width:991px) {
    .header__inner {
        margin-left: auto;
        margin-right: 1rem;
    }
}

.search-result__posts-wrapper {
    margin-bottom: 2rem;
}

.page--content ul li:before {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='%23373c59' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4.26795C10.3333 5.03775 10.3333 6.96225 9 7.73205L3 11.1962C1.66666 11.966 -5.6841e-07 11.0037 -5.01112e-07 9.4641L-1.9827e-07 2.5359C-1.30972e-07 0.996296 1.66667 0.0340469 3 0.803847L9 4.26795Z' /%3E%3C/svg%3E ");
}

.menu_arrow {
    background-color: transparent;
    padding: 0;
    border: none;
}

.nav-item-wrap {
    display: flex;
}

.nav-item-wrap a {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}

.menu-item-has-children>.nav-item-wrap>a {
    padding-right: 0;
}

.menu-item-has-children>.nav-item-wrap>.menu_arrow {
    padding-right: 8px;
    padding-left: 4px;
}

.menu-item:not(.menu-item-has-children) .menu_arrow {
    display: none;
}

.menu-item {
    position: relative;
}

.menu-item a {
    padding: 8px;
}

.menu-item-has-children.show .sub-menu {
    display: block;
}

.menu-item-has-children.show .menu_arrow svg {
    transform: rotate(-180deg);
}

.menu-item-has-children.show .menu_arrow {
    padding-bottom: 4px;
}

@media(min-width:992px) {
    .sub-menu {
        display: none;
        padding: 8px 0;
        position: absolute;
        top: 100%;
        width: 180px;
        left: 0;
        background-color: var(--color-darken);
        border-radius: 4px;
        box-shadow: 0px 0px 16px rgba(255, 255, 255, .2);
    }

    .menu-item.menu-item-has-children:hover .sub-menu {
        display: block;
    }

    .sub-menu .menu-item {
        border-radius: 4px;
        padding-left: 12px;
        padding-right: 12px;
        transition: .15s ease-in-out;
    }

    .sub-menu .menu-item:hover {
        background-color: #000000;
    }
}

@media(max-width:991px) {
    .sub-menu li {
        list-style: none;
    }

    .sub-menu {
        padding-left: 8px;
        display: none;
    }

    .nav-item-wrap a {
        max-width: fit-content;
    }

    .nav-item-wrap {
        justify-content: space-between;
    }

    .menu-item-has-children>.nav-item-wrap>.menu_arrow {
        padding-right: 6px;
        padding-left: 6px;
        height: 38px;
    }

    .menu_arrow {
        border-radius: 4px;
        border: 1px solid #ffffff;
    }

    .menu-item-has-children>.nav-item-wrap>a {
        padding-right: 8px;
    }

    #header-menu-container {
        transition: none;
        padding: 8px;
        margin-top: 16px;
    }

    .navbar-custom.navbar {
        background-color: #000000 !important;
    }
}

@media(max-width:992px) {
    .navbar-custom.navbar .navbar-collapse {
        height: 100%;
    }
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.7352 16L28 26.2648L26.2636 28L16 17.7352L5.73521 28L4 26.2648L14.2636 16L4 5.7352L5.73521 4L16 14.2648L26.2636 4L28 5.7352L17.7352 16Z' fill='white'/%3E%3C/svg%3E%0A");
}

.site-header__langs .lang-item a {
    transition: .15s ease-in-out;
}

.site-header__langs .lang-item a:hover {
    opacity: .8;
}

.navbar-nav>.menu-item>.nav-item-wrap>a {
    transition: .15s ease-in-out;
}

.navbar-nav>.menu-item>.nav-item-wrap>a:hover {
    opacity: 0.8;
}



:root {
    --default-catifsh-color: #e03183;
}

.footer--decor {
    transform: translateY(1px);
}

.g-popup-block {
    background: var(--color-dark);
    bottom: -500px;
    box-sizing: border-box;
    left: 0;
    right: 0;
    opacity: 0;
    padding: 26px 0;
    position: fixed;
    transition: all .65s ease-in;
    width: 100%;
    z-index: 999
}

html {
    max-width: 100vw;
    overflow-x: hidden;
}

.g-popup-block.-toggle {
    bottom: 0;
    opacity: 1
}

.g-popup-block .g-popup-block__content {
    grid-gap: 70px;
    align-items: center;
    display: grid;
    grid-template-columns: max-content max-content 1fr max-content;
    position: relative
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content {
        grid-column-gap: 16px;
        grid-row-gap: 10px;
        align-items: flex-start;
        grid-template-columns: 68px 1fr
    }
}


.g-popup-block .g-popup-block__content .g-popup-block__logo {
    border-radius: 4px;
    overflow: hidden;
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__logo {
        height: 50px
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__logo img {
    height: 72px;
    max-width: 180px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__logo img {
        height: 50px;
        max-width: 100%
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating {
    text-align: center
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating {
        display: flex;
        gap: 6px;
        grid-column: 2/3;
        grid-row: 1;
        place-items: center;
        text-align: left
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_title {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_title {
        font-size: 10px;
        margin-bottom: 0
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars {
    background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00017 0L11.781 5.63521L18 6.53911L13.4999 10.9252L14.5622 17.1192L9.00017 14.195L3.4378 17.1192L4.50008 10.9252L0 6.53911L6.21898 5.63521L9.00017 0Z' fill='%23FFAE50'/%3E%3C/svg%3E") no-repeat 0;
    background-size: 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding-left: 20px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars {
        font-size: 13px;
        background-size: 13px;
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars span {
    font-size: 22px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars span {
        font-size: 13px
    }


}

.g-popup-block .g-popup-block__content .g-popup-block__bonus {
    text-align: center
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__bonus {
        grid-column: 2/3;
        grid-row: 1;
        margin-top: 16px;
        text-align: left
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_title {
        font-size: 14px;
        margin-bottom: 0
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text {
    color: #fff;
    font-size: 20px;
    font-weight: 500
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text {
        font-size: 12px
    }

    .g-popup-block {
        padding: 12px 0
    }
}



.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text span,
.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text strong {
    color: var(--color-main);
    font-weight: 700
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-cta-link {
        grid-column: 3/3;
        grid-row: 1;
        text-align: center
    }
}

.g-popup-block .g-popup-block__content .g-popup-cta-link a {
    background: var(--color-main);
    border-radius: 4px;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    height: 52px;
    line-height: 52px;
    padding: 0 58px;
    text-transform: uppercase
}

.g-popup-block .g-popup-block__content .g-popup-cta-link a:hover {
    opacity: .86
}

.g-popup-block .g-popup-block__content .g-popup-block__close-btn {
    background: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5' r='17' fill='%23000000' stroke='%23FFCE06'/%3E%3Cpath d='M22 13.875L21.125 13L17 17.125L12.875 13L12 13.875L16.125 18L12 22.125L12.875 23L17 18.875L21.125 23L22 22.125L17.875 18L22 13.875Z' fill='%23FFCE06'/%3E%3C/svg%3E") no-repeat 50%;
    background-size: contain;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: -80px;
    top: -44px;
    width: 35px
}

@media (max-width:768px) {
    .g-popup-block .g-popup-block__content .g-popup-block__close-btn {
        height: 24px;
        right: 14px;
        top: -30px;
        width: 24px
    }
}

.g-popup-block .g-popup-block__content .g-popup-block__close-btn:hover {
    opacity: .86
}

@media(max-width:480px) {
    .g-popup-block__content {
        padding-left: 10px !important;
        padding-right: 10px !important;
        grid-column-gap: 5px !important;
    }

    .g-popup-block .g-popup-block__content .g-popup-cta-link a {
        padding: 0px 20px !important;
        font-size: 11px !important;
    }
}


.footer--wrap {
    padding-bottom: 128px;
}

@media(max-width: 992px) {
    .footer--wrap {
        padding-bottom: 80px;
    }
}
:root {
    --popup-color: #373c59;
}
.wp-container-core-buttons-is-layout-16018d1d {
    justify-content: center;
}

.wp-container-core-columns-is-layout-9d6595d7 {
    flex-wrap: nowrap;
}

.footer--copy a {
    color: var(--color-main);
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.footer--copy a:hover {
    color: var(--color-light);
    opacity: 0.9;
}

/* FAQ Styles */
.faq-block--button h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.27;
    color: inherit;
    display: inline;
    position: relative;
    z-index: 1;
}

.faq-block--button[aria-expanded=true] h3 {
    color: #000;
}

@media (max-width: 992px) {
    .faq-block--button h3 {
        font-size: 16px;
    }
}

/* Reviews Block Styles */
.reviews-block {
    margin: 2rem 0;
}

.review-card {
    background: rgba(247, 247, 247, 1);
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 16px;
    border: 1px solid rgba(224, 49, 131, 0.1);
    transition: all 0.3s ease;
}

.review-card:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 12px rgba(224, 49, 131, 0.1);
    border-color: rgba(224, 49, 131, 0.2);
}

.review-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(224, 49, 131, 0.15);
}

.review-card__author {
    font-weight: 600;
    font-size: 16px;
    color: var(--color-main);
}

.review-card__date {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

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

.review-card__text strong {
    color: var(--color-main);
    font-weight: 600;
}

@media (max-width: 768px) {
    .review-card {
        padding: 16px 20px;
    }

    .review-card__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .review-card__author {
        font-size: 15px;
    }

    .review-card__date {
        font-size: 13px;
    }

    .review-card__text {
        font-size: 14px;
    }
}

.page--content_image {
    text-align: center;
    margin: 20px auto;
}
.page--content_image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(224, 49, 131, 0.1);
}

/* Hero block optimization */
.page--hero-right {
    padding-right: 20px;
}

.page--hero-right h1 {
    line-height: 1.2;
    word-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    margin-bottom: 20px;
}

.page--hero-left {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.page--hero-image {
    text-align: center;
}

.page--hero-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .page--hero-right {
        padding-right: 0;
        padding-top: 20px;
        text-align: center;
    }
    
    .page--hero-right h1 {
        font-size: 1.75rem;
        line-height: 1.3;
    }
    
    .page--hero-links {
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .page--hero-right h1 {
        font-size: 2.5rem;
    }
}