﻿/*
Theme Name: Pawns
Author: the Pawns team
Author URI: https://wordpress.org/
Description: Built on a solidly designed foundation, Twenty Twenty-Two embraces the idea that everyone deserves a truly unique website. The theme’s subtle styles are inspired by the diversity and versatility of birds: its typography is lightweight yet strong, its color palette is drawn from nature, and its layout elements sit gently on the page. The true richness of Twenty Twenty-Two lies in its opportunity for customization. The theme is built to take advantage of the Full Site Editing features introduced in WordPress 5.9, which means that colors, typography, and the layout of every single page on your site can be customized to suit your vision. It also includes dozens of block patterns, opening the door to a wide range of professionally designed layouts in just a few clicks. Whether you’re building a single-page website, a blog, a business website, or a portfolio, Twenty Twenty-Two will help you create a site that is uniquely yours.
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pawns-theme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments
*/

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */

* {
    box-sizing: border-box;
}

:root {
    --color-info-blue-50: #F5FAFF;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    --responsive-radius: 16px;
    --additional-padding-on-mobile: 0px;
    overflow-x: hidden;
}

.wp-site-blocks {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.background-blue {
    background-color: #214a75 !important;
}

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

:where(a) {
    text-decoration-thickness: 1px;
    text-underline-offset: 0.25ch;
    font-weight: 700;
    color: var(--wp--preset--color--primary);
}

a:active {
    text-decoration: none;
}

:where(.wp-block-hyperlink-group) {
    text-decoration: none;
}

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */

.wp-block-search__button,
.wp-block-file .wp-block-file__button {
    background-color: var(--wp--preset--color--primary);
    border-radius: 0;
    border: none;
    color: var(--wp--preset--color--background);
    font-size: var(--wp--preset--font-size--medium);
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
}

.wp-block-navigation__responsive-container.is-menu-open {
    padding: 24px;
}

.border-radius-16 {
    border-radius: 16px;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-items-center {
    justify-items: center;
}

.z-index-1 {
    z-index: 1;
}

.justify-content-center {
    justify-content: center;
}

.text-decoration-none {
    text-decoration: none;
}

.p-0 {
    padding: 0 !important;
}

.desktop-px--0 {
    padding-left: 0;
    padding-right: 0;
}

.pb-24 {
    padding-bottom: 24px !important;
}

.h-1 {
    height: 1px;
}

.h-40 {
    height: 40px;
}

.gap-8 {
    gap: 8px;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-24 {
    gap: 24px;
}

.heading-regular-pb {
    padding-bottom: 40px;
}

.object-mt {
    margin-top: 56px;
}

.w-full {
    width: 100% !important;
}

.max-w-full{
    max-width: 100% !important;
}

.align-flex-start {
    align-items: flex-start !important;
}

.padding-horizontal-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.rounded-responsive {
    border-radius: var(--responsive-radius);
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-16 {
    margin-right: 16px !important;
}

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

.mt-0 {
    margin-top: 0 !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mt-32 {
    margin-top: 32px !important;
}

.mb-28 {
    margin-bottom: 32px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

.pb-16 {
    padding-bottom: 16px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.text-align-right {
    text-align: right;
}

.text-body-s {
    font-family: var(--wp--preset--font-family--dm-sans);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.28px;
}

.relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.w-max-840 {
    max-width: 840px;
}

.w-max-800 {
    max-width: 800px;
}

.w-max-650 {
    max-width: 650px;
}

.w-max-600 {
    max-width: 600px;
}

.w-max-500 {
    max-width: 500px;
}

.w-max-260 {
    max-width: 260px;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-grow {
    flex-grow: 1;
}

.height-full {
    height: 100%;
}

.heading-decoration {
    position: relative;
}

.tp-subheadline {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
}

.line-height-0 {
    line-height: 0;
}

.heading-decoration-1 {
    --decoration-height: 7px;
    --decoration-img: url(../image/heading-1.svg);
}

.heading-decoration-2 {
    --decoration-height: 14px;
    --decoration-img: url(../image/heading-2.svg);
}

.heading-decoration-3 {
    --decoration-height: 10px;
    --decoration-img: url(../image/heading-3.svg);
}

.heading-decoration-4 {
    --decoration-height: 7px;
    --decoration-img: url(../image/heading-4.svg);
}

.heading-decoration-5 {
    --decoration-height: 10px;
    --decoration-img: url(../image/heading-5.svg);
}

.heading-decoration-6 {
    --decoration-height: 10px;
    --decoration-img: url(../image/heading-6.svg);
}

.heading-decoration-7 {
    --decoration-height: 10px;
    --decoration-img: url(../image/heading-7.svg);
}

header {
    top: 0;
    position: sticky;
    z-index: 10;
}

.sticky-header {
    background: var(--wp--preset--color--white);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
    margin: 0 auto;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    transition: all 100ms ease;
}

.sticky-header .wp-block-navigation__responsive-container-open {
    --hamburger-icon: url("../image/hamburger-dark.svg") !important;
}

.sticky-header .current-menu-item {
    background-color: var(--wp--preset--color--tertiary) !important;
}

.sticky-header a svg {
    color: var(--wp--preset--color--black) !important;
}

.sticky-header .site-header-button {
    background-color: var(--wp--preset--color--primary) !important;
}

.sticky-header .site-header-button .wp-block-navigation-item__label {
    color: var(--wp--preset--color--white);
}

.sticky-header .wp-block-navigation-item__label {
    color: var(--wp--preset--color--black);
}

.sticky-header .site-header {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.header-content {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    margin: 0 auto !important;
}

.header-content .wp-block-template-part {
    width: 100%;
}

.heading-decoration::after {
    content: "";
    height: var(--decoration-height);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -6px;
    background: var(--decoration-img) no-repeat;
    background-size: 100% 100%;
}

.media-kit-border-bottom {
    border-bottom: 2px solid #b396ff;
}

.text-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 20px;
    background: var(--wp--preset--color--neutral);
    border: 1px solid var(--wp--preset--color--on-neutral);
    line-height: 24px;
    border-radius: 16px;
    letter-spacing: 0.02em;
    outline: none;
    font-family: inherit;
    font-size: 16px;
}

.text-control:is(:focus, :focus-within) {
    border-color: var(--wp--preset--color--primary);
}

.range-slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: transparent;
    height: 5px;
    background: transparent;
    border-radius: 5px;
}

.range-slider::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    appearance: none;
    height: 5px;
    border-radius: 5px;
    background: linear-gradient(
            to right,
            transparent var(--track-fill, 0%),
            var(--wp--preset--color--tertiary) 0%
    ),
    var(--wp--preset--color--secondary) fixed;
}

.range-slider::-moz-range-track {
    -moz-appearance: none;
    appearance: none;
    height: 5px;
    border-radius: 5px;
    background: linear-gradient(
            to right,
            transparent var(--track-fill, 0%),
            var(--wp--preset--color--tertiary) 0%
    ),
    var(--wp--preset--color--secondary) fixed;
}

.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--wp--preset--color--secondary);
    cursor: pointer;
    margin-top: -11px;
    box-shadow: none;
}

.range-slider::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--wp--preset--color--secondary);
    cursor: pointer;
    margin-top: -11px;
    box-shadow: none;
}

.copy-button {
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    color: #000;
    position: relative;
}

.copy-button strong {
    margin-right: 12px;
}

.copied-text {
    text-align: center;
    opacity: 0;
    color: #000;
    z-index: 1;
    transition: all 0.3s;
    position: absolute;
    top: -34px;
    right: -20px;
    font-size: 11px;
    background: #fff;
    padding: 4px 12px;
    border-radius: 14px;
}

.copied-text:after {
    content: "";
    position: absolute;
    top: 27px;
    right: 26px;
    width: 8px;
    height: 8px;
    background: #fff;
    transform: rotate(45deg);
}

.copied .copied-text {
    opacity: 1;
    transform: translateY(-1em);
}

.wp-block-button__link,
.site-header-button,
.filled-inverted-button,
.outlined-inverted-button,
.filled-button,
.outlined-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 56px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    width: min-content;
    padding: 0 24px;
    border: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    justify-content: center;
    gap: 10px;
    transition: box-shadow 0.2s ease-in-out;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    user-select: none;
    text-decoration: none;
}

.filled-button {
    background: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--on-primary);
}

.is-style-outline > .wp-block-button__link,
.outlined-button {
    border: 1px solid var(--wp--preset--color--primary);
    color: var(--wp--preset--color--on-primary-container);
}

.filled-inverted-button {
    background: var(--wp--preset--color--neutral);
    color: var(--wp--preset--color--on-primary-container);
}

.filled-inverted-button.accent-variant-300 {
    background: #f5ff00;
}

.is-style-outline > .wp-block-button__link.has-text-color,
.outlined-inverted-button {
    border: 1px solid var(--wp--preset--color--neutral);
    color: var(--wp--preset--color--neutral);
}

.is-style-inverted-outline > .wp-block-button__link,
.outlined-button {
    border: 1px solid var(--wp--preset--color--primary);
    color: var(--wp--preset--color--on-primary-container);
}

.is-style-inverted-outline > .wp-block-button__link.has-text-color,
.outlined-inverted-button {
    border: 1px solid var(--wp--preset--color--primary);
    color: var(--wp--preset--color--neutral);
}

:is(.filled-button, .outlined-inverted-button):active {
    background: var(--wp--preset--color--secondary);
}

:is(
    .wp-block-button__link,
    .site-header-button,
    .filled-inverted-button,
    .outlined-inverted-button,
    .filled-button,
    .outlined-button
  ):hover {
    box-shadow: 3px 3px 0px #000000;
}

:is(
    .wp-block-button__link,
    .site-header-button,
    .filled-inverted-button,
    .outlined-inverted-button,
    .filled-button,
    .outlined-button
  ):active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    pointer-events: none;
    opacity: 0.1;
    border-radius: inherit;
}

:is(
    .wp-block-button__link,
    .site-header-button,
    .filled-inverted-button,
    .outlined-inverted-button,
    .filled-button,
    .outlined-button
  ):disabled {
    pointer-events: none;
    opacity: 0.5;
}

:is(
    .wp-block-button__link,
    .filled-inverted-button,
    .outlined-inverted-button,
    .filled-button,
    .outlined-button
  ):focus-visible {
    outline: 2px var(--wp--preset--color--tertiary);
}

.wp-block-buttons {
    gap: 20px;
}

.site-header-button {
    --site-header-button-text-color: var(
            --wp--preset--color--on-primary-container
    );
    --site-header-button-border-color: var(--wp--preset--color--primary);
    color: var(--site-header-button-text-color);
    border: 1px solid var(--site-header-button-border-color);
}

.wp-block-navigation__responsive-container:not(.is-menu-open)
.site-header-button {
    margin-left: 10px;
}

.site-header-dark
.wp-block-navigation__responsive-container:not(.is-menu-open)
.site-header-button {
    --site-header-button-text-color: var(--wp--preset--color--neutral);
    --site-header-button-border-color: var(--wp--preset--color--neutral);
}

.site-header {
    width: 100%;
    margin: 0 auto;
    padding: 24px;
    --nav-selection-item-bg-color: var(--wp--preset--color--tertiary);
}

body.home .site-header-dark {
    background-color: #250A6C !important;
}

.default-layout {
    padding-top: 60px !important;
}

ul.wp-block-navigation__container {
    gap: 4px;
}

.site-header :where(a) {
    color: inherit;
}

.site-header .wp-block-navigation-item {
    height: 44px;
    border-radius: 16px;
    padding: 0 24px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    justify-content: center;
    transition: background 0.2s ease-in-out;
    position: relative;
    z-index: 0;
}

.site-header .wp-block-navigation-item:not(.site-header-button)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 130px;
    margin: auto;
    background-color: var(--nav-selection-item-bg-color);
    border-radius: 26%;
    transform: scale(0);
    opacity: 0;
    z-index: -1;
    transition: transform 0.3s ease-out, opacity 0.3s;
    will-change: transform;
}

.site-header .header-download-link .wp-block-navigation-item:not(.site-header-button)::after {
    height: 45px;
    border-radius: 10%;
}

.site-header .wp-block-navigation-item:not(.site-header-button):hover::after {
    opacity: 1;
    transform: scale(1);
}

.site-header
.wp-block-navigation-item:not(.site-header-button):is(.current-menu-item) {
    background-color: var(--nav-selection-item-bg-color);
}

.site-header-dark
.site-header
.wp-block-navigation__responsive-container:not(.is-menu-open) {
    --nav-selection-item-bg-color: var(--wp--preset--color--primary);
}

.site-header
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation-item {
    height: 56px;
    font-size: 24px;
    line-height: 34px;
}

.site-header
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__container {
    gap: 8px;
}

.site-header
.wp-block-navigation__responsive-container:not(.is-menu-open)
.wp-block-navigation-item.outlined-button {
    margin-left: 16px;
}

.site__top-announcement-bar {
    width: 100%;
    margin: 0;
    text-align: center;
    background: #fbff3e;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    min-height: 40px;
    gap: 10px;
    padding: 0 10px;
    /*position: sticky;*/
    /*top: 0;*/
    /*z-index: 99;*/
}

.site__top-announcement-bar > a {
    width: 100%;
    display: block;
    color: #000000 !important;
    text-decoration: none;
    padding: 10px 0;
    height: 100%;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.site__top-announcement-bar > a {
    display: flex;
    justify-content: center;
}

.site__top-announcement-bar > a > div > span {
    font-weight: 700;
}

.site__top-announcement-bar > a > svg {
    height: 24px;
    min-width: 24px;
    margin-right: 5px;
    vertical-align: top;
}

header .wp-block-navigation__responsive-container-open {
    --hamburger-icon: url("../image/hamburger-light.svg");
    background: var(--hamburger-icon) no-repeat;
    background-size: 30px 24px;
    background-position: center;
    height: 40px;
    width: 40px;
}

.site-header-dark .wp-block-navigation__responsive-container-open {
    --hamburger-icon: url("../image/hamburger-light.svg");
}

.wp-block-navigation__responsive-container-close {
    background: url("../image/close-icon-light.svg") no-repeat;
    background-size: 24px 24px;
    background-position: center;
    height: 40px;
    width: 40px;
}

header .wp-block-navigation__responsive-container-close svg,
header .wp-block-navigation__responsive-container-open svg {
    display: none;
}

.content-container {
    padding: 64px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 1264px !important;
    width: 100%;
    margin: 0 auto;
}

.content-box {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 1264px !important;
    width: 100%;
    margin: 0 auto;
}

.content-container.row-items {
    flex-direction: row;
    gap: 32px;
}

.content-container.row-items > div {
    width: 50%;
}

.content-container.home-page__as-seen-on {
    padding-top: 0;
    padding-bottom: 0;
}

.full-size-content-container {
    padding: 56px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
    margin: 0 auto;
    max-width: 1264px !important;
}

:is(
    .layout__info-grid,
    .layout__info-grid-with-background,
    .layout__info-items,
    .layout__info-items-with-backdrop
  )
> .wp-block-group
:is(.wp-block-image, img) {
    height: 100%;
    object-fit: contain;
}

.pop-up__wrapper {
    display: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.pop-up__close-btn {
    height: 40px;
    width: 40px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 20px;
    padding: 0;
    margin-left: auto;
    cursor: pointer;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.54);
}

.pop-up__close-btn svg {
    height: 24px;
    width: 24px;
}

.pop-up__close-btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

body.pop-up__active {
    overflow: hidden;
}

body.pop-up__active div#pop-up {
    display: block;
}

.pop-up__image {
    display: block;
    height: auto;
    margin: 0 auto;
    border: 0;
    width: 100%;
    text-align: center;
    max-width: 100%;
}

.pop-up__image img {
    max-height: 260px;
    max-width: 100%;
    width: auto;
    display: block;
}

.pop-up__container {
    position: fixed;
    z-index: 2;
    max-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: slideIn 300ms linear;
    color: #000;
    overflow: auto;
    pointer-events: all;
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 496px;
    box-shadow: rgb(15 23 42 / 5%) 0 0 0 1px, rgb(0 0 0 / 10%) 0 20px 25px -5px,
    rgb(0 0 0 / 10%) 0 8px 10px -6px;
    padding: 6px 3px 24px 3px;
}

.pop-up__background {
    padding: 0 24px;
}

.pop-up__button {
    margin-top: 24px;
    padding: 23px;
    height: 26px;
    background: #8252FF;
}

.pop-up__text {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 16px;
    text-align: center;
}

.pop-up__highlighted-text span {
    background-color: #E8DFFF;
    font-weight: 700;
    padding: 4px 16px;
    border-radius: 8px;
}

.pop-up__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    margin: 0 0 16px;
    text-align: center;
}

.pop-up__headline {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 24px;
    display: none;
}

.pop-up__february {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
}

.pop-up__headline_february {
    display: block;
    margin: unset;
    margin-top: 20px;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
}

.pop-up__sub-headline {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    margin: 0 auto 8px;
}

.pop-up__main-text {
    margin-top: 32px;
    margin-bottom: 16px;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translate(-50%, -10%);
        animation-timing-function: ease-out;
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
        animation-timing-function: ease-in;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Influencer page */

.influencers-page-container {
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 64px;
    flex-wrap: nowrap;
    align-items: center;
}

.influencers-page-banner {
    padding: 40px;
    font-size: 24px;
    margin: 24px auto;
}

.influencers-page-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.influencers-page-about-container {
    flex-direction: row;
    gap: 64px !important;
    padding: 40px 40px 40px 64px;
    border-radius: 16px;
    align-items: center;
    margin: 80px 0 40px 0;
}

/* Survey countries */

.survey-countries-page__countries-bar {
    display: flex;
    align-items: center;
    font-size: 16px;
    row-gap: 16px;
    column-gap: 20px;
    padding: 16px 24px;
    width: inherit;
    max-height: 64px;
}

.survey-countries-page__layout {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
    column-gap: 20px;
    row-gap: 16px;
}

.survey-countries-page__hero-buttons.survey-countries-page__hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 400px;
    margin: 50px auto -94px;
}

/* Info steps */
.layout__info-steps {
    --info-step-width: 100%;
    --info-step-height: 50%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    grid-template-rows: 480px;
    border-radius: var(--responsive-radius);
    overflow: hidden;
    width: 100%;
}

.layout__info-steps > .wp-block-group {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    align-items: center;
    justify-items: center;
    background: var(--wp--preset--color--tertiary);
    text-align: center;
}

.layout__info-steps > .wp-block-group:nth-child(2n) {
    flex-direction: column-reverse;
}

.layout__info-steps-img {
    height: var(--info-step-height);
    width: var(--info-step-width);
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout__info-steps-img img {
    height: 60px;
}

.layout__info-steps-content {
    --info-steps-number-bg-color: var(--wp--preset--color--tertiary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: var(--info-step-height);
    width: var(--info-step-width);
    background: var(--wp--preset--color--primary-container);
    padding: 8px 20px;
}

.layout__info-steps-content > p:first-of-type {
    width: 40px;
    height: 40px;
    background: var(--info-steps-number-bg-color);
    border-radius: 40px;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Info items with backdrop */
.layout__info-items-with-backdrop {
    --info-img-height: 100px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: min-content;
    column-gap: 20px;
    row-gap: 40px;
    padding: 16px 0;
    height: max-content;
    width: 100%;
}

.layout__info-items-with-backdrop > .wp-block-group {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: var(--info-img-height) min-content max-content;
    gap: 16px;
    align-items: start;
    justify-items: center;
    padding: 0 clamp(24px, 10%, 100px) 34px;
    position: relative;
    margin: 0 auto;
    border-radius: var(--responsive-radius);
}

.layout__info-items-with-backdrop > .wp-block-group::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: calc(100% - var(--info-img-height) / 2);
    background: var(--wp--preset--color--primary-container);
    z-index: -1;
    border-radius: var(--responsive-radius);
}

.layout__info-items-with-backdrop h4 {
    padding-top: 16px;
}

.layout__info-items-with-backdrop-background-tertiary
> .wp-block-group::before {
    background: var(--wp--preset--color--tertiary);
}

.layout__info-items-with-backdrop-no-background > .wp-block-group::before {
    background: none;
}

.layout__info-items-with-backdrop
> .wp-block-group
> .wp-block-group
> h4
.layout__info-items-with-backdrop
> .wp-block-group
> h4 {
    margin-top: 8px;
    padding: 0 24px;
    padding: 0 clamp(24px, 10%, 48px);
}

/* Info items */
.layout__info-items,
.layout__info-items-without-grid {
    --info-items-columns: auto-fit;
    display: grid;
    grid-template-columns: repeat(var(--info-items-columns), minmax(200px, 1fr));
    grid-auto-rows: min-content;
    column-gap: 20px;
    row-gap: 40px;
    padding: 16px var(--additional-padding-on-mobile);
}

.layout__info-items > .wp-block-group {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 60px 24px auto;
    gap: 8px;
    align-items: center;
    justify-items: center;
    width: 100%;
}

.layout__info-items-without-grid > .wp-block-group,
.layout__info-items-without-grid > .wp-block-group > * {
    display: block;
    width: 100%;
    text-align: center;
}

.layout__info-items-without-grid > .wp-block-group img {
    margin-bottom: 32px;
}

.layout__info-items-with-background-tertiary {
    width: 100%;
}

.layout__info-items-with-background-tertiary > .wp-block-group {
    border-radius: 16px;
    padding: 40px;
    background: var(--wp--preset--color--tertiary);
}

.layout__info-items-with-background-tertiary > .wp-block-group > h4 {
    font-size: 42px;
}

/* Info grid */
.layout__info-grid,
.layout__info-grid-with-background {
    --info-img-height: 60px;
    --info-min-track-width: 327px;
    display: grid;
    grid-template-columns: repeat(
    auto-fit,
    minmax(var(--info-min-track-width), 1fr)
  );
    grid-template-rows: 1fr;
    gap: 24px;
    padding: 16px var(--additional-padding-on-mobile);
}

.layout__info-grid-col-2 {
    --info-min-track-width: 42%;
}

.layout__info-grid-col-3 {
    --info-min-track-width: 30%;
}

.layout__info-grid > .wp-block-group,
.layout__info-grid-with-background > .wp-block-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.layout__info-grid-with-background > .wp-block-group {
    padding: 40px;
    background: var(--wp--preset--color--primary-container);
    border-radius: 16px;
}

.layout__info-grid > .wp-block-group > .wp-block-image,
.layout__info-grid-with-background > .wp-block-group > .wp-block-image {
    height: var(--info-img-height);
}

.layout__info-grid p,
.layout__info-grid h4,
.layout__info-items-with-backdrop p,
.layout__info-items-with-backdrop h4 {
    margin: 0;
}

.img-h-80 {
    --info-img-height: 80px;
}

/* Info banner */
.layout__info-banner {
    --info-banner-max-image-height: auto;
    --info-banner-max-image-width: 328px;
    display: flex;
    justify-content: space-between;
    padding: 56px 102px;
    border-radius: var(--responsive-radius);
    margin: 0 auto;
    column-gap: 80px;
    row-gap: 24px;
    width: 100%;
}

.layout__info-banner > .wp-block-image {
    max-height: var(--info-banner-max-image-height);
    max-width: var(--info-banner-max-image-width);
    display: flex;
    flex-shrink: 0;
    align-self: center;
}

.layout__info-banner > .wp-block-image img {
    max-height: inherit;
    width: auto;
    margin: auto 0;
}

/* Layout info grip group */
.layout__info-grid-group > .layout__info-grid > .wp-block-group {
    align-items: start;
    justify-content: center;
}

.layout__info-grid-group > .layout__info-grid > .wp-block-image {
    text-align: center;
}

/* Info section */
.layout__info-section {
    --info-section-max-image-height: auto;
    --info-section-max-image-width: 200px;
    --info-section-image-margin: 74px;
    display: flex;
    justify-content: space-between;
    padding: 40px;
    border-radius: var(--responsive-radius);
    margin: 0 auto;
    column-gap: 20px;
    row-gap: 24px;
    width: 100%;
}

.layout__info-section > .wp-block-image {
    max-height: var(--info-section-max-image-height);
    max-width: var(--info-section-max-image-width);
    display: flex;
    flex-shrink: 0;
    align-self: center;
    margin: var(--info-section-image-margin);
}

.layout__info-section > .wp-block-image img {
    max-height: inherit;
    width: auto;
    margin: auto 0;
}

/* Hero header */
.layout__hero-header {
    --hero-img-height: 322px;
    display: flex;
    column-gap: 124px;
    row-gap: 24px;
    max-width: 1248px !important;
    width: 100%;
    margin: 0 auto;
    padding: 48px 24px 64px;
}

.layout__hero-header > .wp-block-image {
    height: var(--hero-img-height);
    flex-shrink: 0;
}

.layout__hero-header > .wp-block-image img {
    height: 100%;
}

/* Blank card */
.layout__blank-card-page {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    gap: 122px;
    padding: 56px;
    width: 100%;
}

.layout__blank-card-page > .wp-block-image {
    margin: auto 0;
}

.layout__blank-card {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    width: 100%;
    max-width: 488px;
    height: min-content;
    padding: 40px;
}

.layout__blank-card-logo {
    margin-bottom: 24px !important;
    display: none;
}

.wp-block-embed__wrapper {
    border-radius: 8px;
    overflow: hidden;
}

/* Slider steps */
.layout__slider-steps {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, 40px);
    grid-template-rows: 1fr;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #b396ff;
    white-space: nowrap;
}

.layout__slider-steps [data-selected] {
    color: var(--wp--preset--color--secondary);
}

.layout__grid-card {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    transition: box-shadow 0.2s ease-in-out;
    border: 1px solid var(--wp--preset--color--tertiary);
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: #000;
}

.layout__grid-card:hover {
    box-shadow: 3px 3px 0px #000000;
}

.layout__grid-card-content {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 10px;
    border-top: 1px solid var(--wp--preset--color--tertiary);
    background: var(--wp--preset--color--primary-container);
}

/* Download */

.download-page__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
    grid-template-rows: auto;
    gap: 16px;
    width: 100%;
    justify-content: center;
}

.download-page__grid .wp-block-image {
    padding: 24px;
    align-self: center;
    justify-self: center;
    height: 88px;
}

.download-page__grid-item {
    display: flex;
    flex-direction: column;
}

.video-block {
    width: 100%;
}

/* CLI */
.cli-page__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
    grid-template-columns: repeat(auto-fit, clamp(148px, 40vw, 184px));
    grid-template-rows: auto;
    gap: 16px;
    padding: 0 var(--additional-padding-on-mobile) 24px;
    width: 100%;
    justify-content: center;
}

.cli-page__grid .wp-block-image {
    padding: 24px;
    align-self: center;
    justify-self: center;
}

.cli-page__grid-item {
    display: flex;
    flex-direction: column;
}

.cli-page__command-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 24px var(--additional-padding-on-mobile);
}

.cli-page__command-container input {
    width: 100%;
}

figure div iframe {
    border-radius: 10px;
}

/* Gifts page */
.gifts-page__search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.gifts-page__search-form input {
    width: 100%;
    max-width: 412px;
}

.gifts-page__az-items-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gifts-page__az-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 54px;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    flex-shrink: 0;
    color: #000000;
}

.gifts-page__letter:first-of-type {
    background: var(--wp--preset--color--tertiary);
}

.gifts-page__az-item[data-selected] {
    background: var(--wp--preset--color--tertiary);
}

.gifts-page__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
    grid-template-columns: repeat(
    auto-fill,
    minmax(clamp(148px, 30%, 286px), 1fr)
  );
    grid-template-rows: auto;
    gap: 16px;
    width: 100%;
}

.gifts-page__grid .wp-post-image {
    padding: 24px;
    align-self: center;
    justify-self: center;
    width: 100%;
    height: 160px;
    object-fit: contain;
}

.gifts-page__grid-image {
    padding: 24px;
    align-self: center;
    justify-self: center;
    min-height: 148px;
    max-height: 168px;
    height: 20vw;
    width: 100%;
    object-fit: contain;
    flex-shrink: 0;
}

.gifts-page__grid .layout__grid-card-content {
    padding: 20px;
    text-align: start;
    height: 100%;
}

.gifts-page__info h2 {
    background-color: var(--wp--preset--color--tertiary);
    padding: 8px 20px;
    border-radius: 8px;
    font-family: DM Sans, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
}

.gifts-page__info ul {
    margin: 0;
}

.gifts-page__info .layout__info-grid > .wp-block-group {
    gap: 0;
}

/* referral page */

.referral-page__hero-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
    column-gap: 20px;
    max-width: 1248px !important;
    width: 100%;
    margin: 0 auto;
    padding: 48px 24px 64px;
    overflow-y: clip;
    overflow-x: visible;
}

.referral-page__hero-headline {
    font-size: 24px;
    line-height: 34px;
    color: #b396ff;
    font-weight: 700;
}

.referral-page__hero-section {
    background-color: var(--wp--preset--color--primary);
    padding: 20px 20px 20px 20px;
    border-radius: 16px;
    margin-bottom: 16px !important;
}

.referral-page__note {
    margin-bottom: 32px !important;
}

.referral-page__bubble {
    position: absolute;
    right: 0;
    width: 617px;
    height: 617px;
    background: var(--wp--preset--color--primary);
    border-radius: 9999px;
    right: -250px;
    top: 68px;
}

.referral-page__button {
    max-width: 264px;
}

.referral-page__list-item {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.referral-page__hero-number-item {
    display: inline;
    background-color: var(--wp--preset--color--secondary);
    padding: 4px 16px;
    border-radius: 8px;
    margin-bottom: 4px;
    margin-right: 8px;
    font-weight: 700;
    width: 42px;
}

/* Footer */
.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1118px !important;
    width: 100%;
    margin: auto;
    padding: 0 16px;
}

.footer .footer-pawns-image {
    margin-top: 56px;
}

.footer-contacts-wrapper {
    padding: 40px 102px;
    border-radius: 16px;
    background: var(--wp--preset--color--secondary);
    max-width: 1200px;
    margin: 48px auto 0 auto !important;
}

.footer-contacts-column {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-contacts-column .text-control {
    flex: 1;
    width: 100%;
}

.footer-contacts textarea {
    resize: vertical;
    min-height: 140px;
}

.footer-contacts button {
    margin: 0 auto;
}

.footer-contacts-result {
    margin: 24px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.footer-contacts-result-error {
    color: #ff0000;
}

footer {
    margin-top: auto !important;
}

.footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas:
    "image products general company"
    "image rewards general company"
    "image rewards general find"
    "image rewards general find";
    align-items: flex-start;
    max-width: 1200px !important;
    border-bottom: 1px solid #5324ce;
    padding-top: 80px !important;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    grid-gap: 1rem;
    grid-template-rows: minmax(100px, auto);
    grid-auto-flow: dense;
}

.footer-products {
    grid-row: span 1;
}

.footer-general {
    grid-row: span 2;
}

.footer-company {
    grid-row: span 2;
}

.footer-find {
    grid-row: span 2;
}

.footer-pawns-logo {
    display: none;
}

.footer-socials {
    margin-top: 20px;
}

.footer-socials figure {
    padding-right: 16px;
}

.footer .footer-logo {
    margin-bottom: 32px;
}

.footer-image {
    grid-area: image;
}

.footer-pawns-logo {
    grid-area: pawns;
}

.footer-products {
    grid-area: products;
}

.footer-rewards {
    grid-area: rewards;
}

.footer-find {
    grid-area: find;
}

.footer-general {
    grid-area: general;
}

.footer-company {
    grid-area: company;
}

.footer-get-in-touch {
    grid-area: get-in-touch;
}

.footer .footer-pawns-logo {
    display: none;
}

.footer-get-in-touch,
.footer-company,
.footer-general,
.footer-image,
.footer-products,
.footer-rewards,
.footer-find,
.footer-pawns-logo {
    height: 100%;
}

.footer-image {
    grid-row: span 4;
    justify-content: space-between;
}

.footer-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 32px 0;
    max-width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom-nav-link {
    margin-right: 20px !important;
}

/* Faq */
.wp-block-ub-content-toggle {
    max-width: 590px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

.wp-block-ub-content-toggle-accordion-title-wrap {
    background: transparent;
    outline: transparent;
}

.wp-block-ub-content-toggle-accordion-content-wrap p {
    margin: 0;
}

.wp-block-ub-content-toggle-accordion {
    border-radius: 16px;
    overflow: hidden;
    background: var(--wp--preset--color--primary-container);
    color: var(--wp--preset--color--on-primary-container);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    padding-right: 16px;
    border: none !important;
}

.wp-block-ub-content-toggle-accordion-title.wp-block-ub-content-toggle-accordion-title {
    font-size: 24px;
    line-height: 34px;
    padding: 20px 16px 20px 30px;
}

.wp-block-ub-math-plus {
    width: 24px;
}

.wp-block-ub-math-plus::after {
    top: -11px;
    left: 11px;
    height: 24px;
}

.wp-block-ub-math-plus.open {
    background: #000000;
    transform: rotate(45deg) !important;
}

.faq__background-color-blue .wp-block-ub-content-toggle-accordion {
    background-color: var(--color-info-blue-50);
}

/* Gift cards */
.gift-page__use-cases-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 48px;
}

.gift-page__use-cases-wrapper {
    grid-area: use-cases;
}

.gift-page__use-cases-wrapper h4 {
    margin: 24px 0;
    max-width: 400px;
}

.gift-page__use-cases {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.gift-page__use-cases p {
    width: 100%;
    background: var(--wp--preset--color--tertiary);
    padding: 8px 20px;
    margin: 0;
    border-radius: 8px;
}

.gift-page__use-cases-img {
    grid-area: img;
    align-self: center;
    justify-self: center;
}

.gift-page__h1 {
    font-family: var(--wp--preset--font-family--dm-sans);
    font-size: var(--wp--custom--typography--font-size--headline-l);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: var(--wp--custom--typography--line-height--headline-l);
}

.gift-page__title {
    max-width: 590px;
}

.gift-page__headline {
    padding: 16px 24px;
    border: 2px solid var(--wp--preset--color--primary);
    border-radius: 16px;
    text-align: center;
    font-size: var(--wp--custom--typography--font-size--headline-s);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: var(--wp--custom--typography--line-height--headline-s);
    margin-top: 16px;
    width: fit-content;
}

.gift-page__banner-img {
    --info-banner-max-image-height: auto;
}

/* Contact sales modal */
.contact-sales-modal__consent-label {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.54);
    margin: 0;
}

.contact-sales-modal__consent-label a {
    color: var(--primary);
}

.contact-sales-modal__message-banner {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

/* Modals */
.page__modals-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    pointer-events: none;
}

.page__modals-container.modal-visible {
    display: flex;
}

.page__modal-content-pane {
    display: contents;
}

.page__modal-content-pane[hidden] {
    display: none;
}

.page__modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: all;
}

.page__modal {
    overflow: auto;
    pointer-events: all;
    background: #fff;
    border-radius: 24px;
    width: 100%;
    max-width: 500px;
    box-shadow: rgb(15 23 42 / 5%) 0 0 0 1px, rgb(0 0 0 / 10%) 0 20px 25px -5px,
    rgb(0 0 0 / 10%) 0 8px 10px -6px;
    z-index: 0;
}

.page__modal header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 16px 16px 24px;
}

.page__modal-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: 0;
}

.page__modal-subtitle {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.54);
    margin: 0;
}

.page__modal-close-btn {
    height: 40px;
    width: 40px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 20px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.54);
}

.page__modal-close-btn svg {
    height: 24px;
    width: 24px;
}

.page__modal-close-btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.page__modal-form .textfield {
    min-width: 190px;
    flex: 1;
}

.page__modal-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
}

.page__modal-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.page__modal-form-submit-button {
    width: 100%;
}

/* About us page */
.about-us__hero-wrapper {
    margin-top: 32px;
}

.about-us-page__hero-header {
    column-gap: 20px !important;
}

.about-us-text-color-light-pink {
    color: #b396ff;
}

/* Home page */

.home-page__trustpilot-banner.home-page__trustpilot-banner {
    display: flex;
    margin-bottom: 16px;
}

.home-page__title.home-page__title {
    margin-bottom: 8px;
}

.home-page__subtitle.home-page__subtitle {
    margin-bottom: 40px;
}

.home-page__buttons.home-page__buttons {
    display: flex;
    width: 100%;
    gap: 20px;
}

.home-page__buttons.home-page__buttons > a {
    padding: 0 54px;
}

.full-width {
    width: 100%;
}

.home-page__as-seen-on-border.home-page__as-seen-on-border {
    border-top: 2px solid #e8dfff;
}

.make-money__hero-iliustrations,
.home-page__hero-iliustrations {
    display: flex;
    align-items: flex-end;
    max-width: 1200px;
    margin: 0 auto;
}

.make-money__hero-iliustrations figure:nth-child(4),
.home-page__hero-iliustrations figure:is(:nth-child(5), :nth-child(6)) {
    margin-right: -8% !important;
}

.make-money__hero-iliustrations figure:is:nth-child(3),
.home-page__hero-iliustrations figure:is(:nth-child(5), :nth-child(6)) {
    left: -8% !important;
}

.home-page__hero-iliustrations figure:nth-child(2) {
    margin-left: -4% !important;
}

.media-kit-hero-iliustrations figure:nth-child(2) {
    margin-right: -9% !important;
}

.media-kit-copy-banner {
    width: 300px;
}

.media-kit-paragraph svg {
    margin-left: 13px;
}

.surveys-page__hero-iliustrations {
    display: flex;
    align-items: flex-end;
    max-width: 1200px;
    margin: 0 auto;
}

.surveys-page__hero-iliustrations figure:is(:nth-child(4)) {
    margin-right: -10% !important;
}

.surveys-page__hero-iliustrations figure:nth-child(2) {
    margin-left: -4% !important;
}

.home-page__hero-buttons.home-page__hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 400px;
    margin: 50px auto -94px;
}

.home-page__hero-buttons-wrapper {
    display: contents;
}

.home-page__earnings-container {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    gap: 20px;
}

.home-page__earnings-result {
    --earning-border-size: 15px;
    border: var(--earning-border-size) solid var(--wp--preset--color--primary);
    border-radius: 136px;
    max-height: 222px;
    min-height: 172px;
    height: 30vw;
    max-width: 488px;
    min-width: 240px;
    width: 70vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    margin: 0 auto;
    font-weight: 700;
    font-size: 64px;
    line-height: normal;
}

.home-page__earnings-result::after {
    content: "";
    display: block;
    width: calc(100% - var(--earning-border-size) * 2);
    height: calc(100% - var(--earning-border-size) * 2);
    border: 15px solid #b396ff;
    border-radius: 120px;
    position: absolute;
}

.home-page__earnings-result::before {
    content: "";
    display: block;
    width: calc(100% - var(--earning-border-size) * 4);
    height: calc(100% - var(--earning-border-size) * 4);
    border: 15px solid var(--wp--preset--color--tertiary);
    border-radius: 120px;
    position: absolute;
    top: var(--earning-border-size);
    left: var(--earning-border-size);
}

.home-page__instantly-iliustration {
    max-width: 320px;
    min-width: 260px;
    width: 34%;
    flex-shrink: 0;
}

.home-page__people-using-bar.home-page__people-using-bar {
    display: flex;
    font-size: 24px;
    row-gap: 8px;
    column-gap: 20px;
    margin: 24px 0;
}

/* Affiliate page */

.affiliates-page-buttons > span {
    height: 24px;
    width: 1px;
    border-right: 1px solid #7ebbf9;
    margin: 0 20px;
}

.affiliate-page-layout__info-steps-background-blue > .wp-block-group {
    background: #bedeff;
}

.affiliate-page-layout__info-steps-content-background-blue > p:first-of-type {
    background: #bedeff;
}

.affiliates-page-info-gap {
    gap: 20px;
}

.affiliates-page-faq-background-blue > .wp-block-ub-content-toggle-accordion {
    background: #f5faff;
}

.affiliate-page-hero-iliustrations {
    display: flex;
    align-items: flex-end;
    max-width: 1200px;
}

.affiliate-page-hero-iliustrations figure:nth-child(1) {
    position: absolute;
    margin-left: -76px;
}

.affiliate-page-hero-iliustrations figure:nth-child(2) {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.affiliates-page__people-using-bar {
    display: flex;
    font-size: 24px;
    row-gap: 8px;
    column-gap: 20px;
    margin: 24px 0;
}

.layout__affiliates-info-items-background-blue > .wp-block-group::before {
    background-color: #f5faff;
}

/* SDK page */
.skd-page__hero-iliustrations {
    display: flex;
    align-items: flex-end;
    max-width: 1200px;
    margin: 0 auto;
}

.skd-page__hero-iliustrations figure:is(:nth-child(4), :nth-child(5)) {
    margin-right: -8% !important;
}

.skd-page__hero-buttons.skd-page__hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 400px;
    margin: 50px auto -70px !important;
}

.skd-page__hero-buttons-wrapper {
    display: contents;
}

.skd-page__hero-buttons .wp-block-button__link {
    width: 200px;
}

.sdk-page__contact-form-card {
    display: flex;
    justify-content: space-between;
    padding: 56px 102px;
    border-radius: var(--responsive-radius);
    margin: 0 auto;
    column-gap: 80px;
    row-gap: 24px;
    width: 100%;
}

.sdk-page__contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
}

.desktop--spacer-h-72 {
    height: 72px;
}

/* Contact form: Influencers */
.section__contact-form-influencers {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 40px;
    padding-bottom: 72px;
}

.section__contact-form-influencers .headline-l,
.section__contact-form-influencers .headline-m {
    margin: 0;
}

.section__contact-form-influencers .input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.section__contact-form-influencers .input-group input,
.section__contact-form-influencers .input-group textarea {
    border-color: transparent;
    transition: border-color 0.3s;
}

.section__contact-form-influencers .input-group input:hover,
.section__contact-form-influencers .input-group textarea:hover {
    border-color: var(--wp--preset--color--tertiary);
}

.section__contact-form-influencers .input-group input:focus,
.section__contact-form-influencers .input-group textarea:focus {
    border-color: var(--wp--preset--color--secondary);
}

.section__contact-form-influencers .contacts-result {
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.section__contact-form-influencers .contacts-result.active {
    display: flex;
}

.section__contact-form-influencers .contacts-result-error {
    color: #ff0000;
}

/* As seen on block */
.page__as-seen-on {
    background-color: var(--wp--preset--color--primary-container);
    border-radius: 16px;
    padding: 24px 58px;
    width: 100%;
}

.page__as-seen-on.homepage__as-seen-on {
    border-radius: 0;
    padding: 0;
}

.page__as-seen-on-title {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
}

.page__as-seen-on-title > p {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    line-height: 34px;
}

.page__as-seen-on-title > span {
    height: 2px;
    background-color: var(--wp--preset--color--tertiary);
    border-radius: 100px;
    flex-grow: 1;
}

.page__as-seen-on-title > span {
    height: 2px;
    background-color: var(--wp--preset--color--tertiary);
    border-radius: 100px;
    flex-grow: 1;
}

.page__as-seen-on-title > .background-blue {
    background-color: #bedeff;
}

.page__as-seen-on > .images-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    gap: 20px;
}

.page__as-seen-on > .images-container.home-page__images-container {
    justify-content: center;
    gap: 100px;
}

.page__as-seen-on > .images-container > .wp-block-image > img {
    vertical-align: middle !important;
}

.media-kit-page-info-banner {
    margin-top: 24px;
    padding: 40px;
}

.media-kit-page-logo-banner {
    align-items: flex-start !important;
    padding: 50px 102px 80px 102px;
}

.media-kit-hero-image {
    margin-left: -6% !important;
}

.media-kit-page-contacts-section > .wp-container-78 {
    gap: 72px;
}

.media-kit-page-info-banner-paragraph {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    padding: 0;
}

.media-kit-banner {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.trustpilot-reviews__container {
    background: var(--wp--preset--color--secondary);
    width: 100%;
    padding: 80px var(--additional-padding-on-mobile);
}

.trustpilot-reviews__container > .content-container > h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin: 0;
}

.trustpilot-reviews__container > .content-container > img {
    max-width: 100%;
    height: auto;
}

.trustpilot-reviews__grid {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
    width: 100%;
}

.trustpilot-reviews__rating {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: var(--wp--preset--color--on-primary);
    margin-right: 20px;
}

.trustpilot-reviews__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    flex-grow: 1;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #000000;
}

.trustpilot-reviews__item > img {
    width: auto;
    height: 24px;
}

.trustpilot-reviews__item > .reviewer-name {
    font-weight: 700;
}

.trustpilot-reviews__item > hr {
    margin: 0;
    border: 1px solid var(--wp--preset--color--tertiary);
    background: var(--wp--preset--color--tertiary);
    border-radius: 16px;
    width: 100%;
}

.trustpilot-reviews__item > .review-text {
    font-weight: 400;
}

.trustpilot-rating {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.heading-sm {
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
}

.section-gap {
    gap: 56px !important;
}

.height-auto {
    height: auto !important;
}

.media-kit-download-button span {
    display: flex;
    align-items: center;
}

.media-kit-download-button span svg {
    margin-right: 12px;
}

.footer-language-switcher {
    position: relative;
    display: inline-block;
}

.footer-language-switcher .current-lang {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    margin-top: 10px;
    border: 1px solid;
    border-color: #E8DFFF;
    border-radius: 4px;
    padding: 4px 8px 4px 8px;
}

.current-lang span {
    font-weight: 700;
}

.footer-language-switcher .current-lang img {
    width: 20px;
    height: auto;
}

.footer-language-switcher .arrow {
    margin-left: 5px;
    top: -1px;
    position: relative;
}

.footer-language-switcher .lang-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    z-index: 1000;
    min-width: 120px;
    flex-wrap: wrap;
    width: 340px;
    justify-content: center;
    left: -246px;
    border-radius: 16px;
}

.footer-language-switcher .lang-dropdown.show {
    display: flex;
}

.footer-language-switcher .lang-dropdown li {
    padding: 5px 10px;
    border-radius: 4px;
}

.footer-language-switcher .lang-dropdown li:hover {
    background-color: #E8DFFF;
}

.footer-language-switcher .lang-dropdown li a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-language-switcher .lang-dropdown li img {
    width: 18px;
    height: auto;
}

@media (min-width: 1043px) {
    .hidden-on-desktop {
        display: none !important;
    }

    .min-w-700 {
        min-width: 700px;
    }

    .min-w-650 {
        min-width: 650px;
    }

    .min-w-286 {
        min-width: 286px;
    }
}

@media (max-width: 1200px) {
    .sticky-header .wp-block-navigation-item__label {
        color: var(--wp--preset--color--black) !important;
    }

    header .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: block;
    }

    .header-content {
        width: 100% !important;
    }

    .header-content .wp-block-template-part {
        width: 100% !important;
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    ) {
        display: none;
    }
}

@media (max-width: 1053px) {
    .page__as-seen-on > .images-container.home-page__images-container {
        gap: 56px;
    }

    .referral-page__hero-layout {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
        column-gap: 20px;
        max-width: 1248px !important;
        width: 100%;
        margin: 0 auto;
        padding: 48px 24px 64px;
        overflow: hidden;
    }

    .referral-page__hero-section {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .referral-page__note,
    .referral-page__hero-headline {
        text-align: center;
    }

    .referral-page__bubble {
        bottom: -140px;
        top: inherit;
    }

    .mx-auto-mobile {
        margin: 0 auto !important;
    }

    .gift-page__headline,
    .gift-page__title {
        margin-left: auto;
        margin-right: auto;
    }

    .wp-block-embed__wrapper {
        text-align: center !important;
    }

    .mt-16-tablet {
        margin-top: 20px !important;
    }

    .media-kit-page-logo-banner {
        padding: 40px 32px;
        flex-direction: column;
        text-align: center;
    }

    .media-kit-page-logo-banner-text {
        align-items: center !important;
        margin: 0 auto !important;
    }

    .media-kit-page-logo img {
        width: 100%;
    }

    .media-kit-page-image {
        min-width: 200px;
    }

    .section-gap {
        gap: 40px !important;
    }

    .layout__info-grid-col-3 {
        --info-min-track-width: 100%;
    }

    .layout__info-steps {
        --info-step-width: 50%;
        --info-step-height: 100%;
        grid-template-columns: 1fr;
        grid-template-rows: initial;
        grid-auto-rows: 210px;
    }

    .layout__info-steps > .wp-block-group {
        flex-direction: row;
    }

    .layout__info-steps > .wp-block-group:nth-child(2n) {
        flex-direction: row-reverse;
    }

    .layout__info-items-with-backdrop {
        grid-template-columns: 1fr;
    }

    .layout__info-banner {
        --info-banner-max-image-width: 270px;
        padding: 40px 38px;
        column-gap: 54px;
    }

    .layout__info-section {
        --info-section-image-margin: 42px;
        --info-section-max-image-width: 115px;
        flex-direction: column-reverse;
    }

    .layout__info-section > .wp-block-image {
        align-self: flex-start;
        order: 1;
    }

    .layout__spacer {
        height: 64px;
    }

    .heading-sm {
        font-size: 42px !important;
        line-height: 56px;
    }

    .sdk-page__contact-form-card {
        padding: 40px 38px;
        column-gap: 54px;
    }

    .skd-page__hero-buttons.skd-page__hero-buttons {
        margin-bottom: 0 !important;
    }

    .layout__hero-header {
        --hero-img-height: 260px;
        flex-wrap: wrap;
        padding-top: 24px;
        padding-bottom: 40px;
    }

    .home-page__hero-buttons.home-page__hero-buttons {
        margin-bottom: 0;
    }

    .gift-page__use-cases-container {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 30px;
        grid-template-areas:
      "use-cases use-cases"
      "description img";
    }

    .gift-page__hero-content {
        text-align: center;
    }

    .gift-page__hero-content > .wp-block-buttons {
        justify-content: center;
    }

    .gift-page__hero-content > .wp-block-buttons .wp-block-button__link {
        max-width: 340px;
        min-width: 246px;
        width: 80%;
    }

    .hidden-on-tablet {
        display: none !important;
    }

    .tablet--px-32 {
        padding-left: 32px;
        padding-right: 32px;
    }

    .tablet--spacer-h-64 {
        height: 64px;
    }

    .tablet--text-align-center {
        text-align: center;
    }

    .surveys-page__hero-iliustrations figure:is(:nth-child(4)) {
        margin-right: -14% !important;
    }

    .page__as-seen-on {
        padding: 24px 40px;
    }

    .layout__info-items-with-background-tertiary > .wp-block-group {
        border-radius: 16px;
        padding: 20px;
    }

    .layout__info-items-with-background-tertiary > .wp-block-group > h4 {
        font-size: 28px;
    }

    .trustpilot-reviews__item {
        padding: 24px;
    }

    .footer-contacts-wrapper {
        padding: 40px 74px;
        margin: 24px 32px 0 32px !important;
    }

    .footer-contacts-column {
        display: flex;
        flex-direction: column;
        gap: 20px;
        flex-wrap: wrap;
    }
}

@media (max-width: 820px) {
    .gift-page__use-cases-img {
        height: 100px;
        text-align: center;
    }

    .object-mt {
        margin-top: 40px;
    }

    .sticky-header .site-header-button .wp-block-navigation-item__label {
        color: var(--wp--preset--color--black);
    }

    .text-center {
        text-align: center;
    }

    .heading-sm {
        font-size: 32px !important;
        line-height: 56px;
    }

    body {
        --responsive-radius: 0px;
        --additional-padding-on-mobile: 24px;
    }

    .footer .footer-pawns-logo {
        display: block;
    }

    .footer {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas:
      "products general company"
      "rewards general company"
      "pawns image find";
        grid-template-rows: auto;
        align-items: flex-end;
        max-width: 1200px !important;
        border-bottom: 1px solid #5324ce;
        padding-top: 56px !important;
        margin-bottom: 40px;
    }

    .footer .footer-logo {
        display: none;
    }

    .footer-image {
        grid-row: span 1;
    }

    .footer .footer-pawns-image {
        display: none;
    }

    .footer-logo {
        padding-bottom: 0 !important;
    }

    .media-kit-section-image {
        margin-top: 32px !important;
    }

    .media-kit-banner {
        padding: 32px 24px;
        display: flex;
        flex-direction: column;
        gap: 32px !important;
    }

    .media-kit-image {
        width: 160px;
        height: auto;
    }

    .footer-bottom {
        padding: 32px 0 0 0;
    }

    .footer-general {
        padding-bottom: 32px;
    }

    .mx-auto-mobile {
        margin: 0 auto !important;
    }

    .mt-16-mobile {
        margin-top: 16px !important;
    }

    .heading-regular-pb {
        padding-bottom: 32px;
    }

    .footer .footer-get-in-touch {
        flex-direction: row;
        justify-content: space-between;
        padding-top: 32px;
        border-top: 1px solid #5324ce;
        padding-bottom: 32px;
    }

    .layout__info-steps {
        grid-auto-rows: auto;
    }

    .layout__info-steps > .wp-block-group {
        gap: 24px;
        text-align: start;
    }

    .layout__info-steps-img {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 24px;
        top: 32px;
    }

    .layout__info-steps-img img {
        height: 100%;
    }

    .layout__info-steps
    > .wp-block-group:nth-child(2n)
    .layout__info-steps-content {
        --info-steps-number-bg-color: var(--wp--preset--color--primary-container);
        background: var(--wp--preset--color--tertiary);
    }

    .layout__info-steps-content {
        padding: 32px 24px 24px;
        width: 100%;
        gap: 24px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .layout__info-items-with-backdrop {
        --info-img-height: 72px;
    }

    .layout__info-items,
    .layout__info-items-without-grid {
        --info-items-columns: 1;
    }

    .layout__info-items > .wp-block-group {
        justify-items: center;
    }

    .layout__info-items .has-text-align-center {
        text-align: center;
    }

    .default-layout {
        padding-top: 40px !important;
    }

    .layout__info-grid,
    .layout__info-grid-with-background {
        --info-img-height: 54px;
        --info-min-track-width: 100%;
    }

    .layout__info-grid-col-3 {
        padding: 0;
    }

    .layout__info-grid-group > .layout__info-grid > .wp-block-group {
        order: 2;
    }

    .layout__info-banner {
        padding: 32px 24px;
        flex-direction: column-reverse;
        --info-banner-max-image-height: 120px;
        --info-banner-max-image-width: none;
    }

    .media-kit-page-container {
        flex-direction: column-reverse;
    }

    .media-kit-page-info-banner {
        padding: 24px;
    }

    .media-kit-page-contacts-section {
        gap: 56px;
    }

    .mb-0 {
        margin-bottom: 0 !important;
    }

    .layout__info-banner > .wp-block-image {
        align-self: flex-end;
        justify-self: center;
        margin: auto;
    }

    .layout__info-section {
        --info-section-image-margin: 15px;
        --info-section-max-image-width: 42px;
        padding: 24px;
    }

    .layout__spacer {
        height: 40px;
    }

    .sdk-page__contact-form-card {
        padding: 32px 24px;
    }

    .layout__hero-header {
        --hero-img-height: 160px;
        padding-top: 8px;
    }

    .layout__slider-steps {
        font-size: 14px;
        grid-template-columns: repeat(auto-fit, 20px);
    }

    .home-page__hero-buttons,
    .survey-countries-page__hero-buttons
    :is(.wp-block-button__link, .filled-inverted-button, .filled-button) {
        width: 258px;
    }

    .make-money__hero-iliustrations,
    .home-page__hero-iliustrations {
        justify-content: center;
    }

    .make-money__hero-iliustrations figure:first-child,
    .home-page__hero-iliustrations figure:first-child {
        margin-right: -4% !important;
    }

    .make-money__hero-iliustrations figure:last-child,
    .home-page__hero-iliustrations figure:last-child {
        margin-left: -4% !important;
        margin-right: 0 !important;
    }

    .surveys-page__hero-iliustrations {
        justify-content: center;
    }

    .surveys-page__hero-iliustrations figure:first-child {
        margin-right: -4% !important;
    }

    .surveys-page__hero-iliustrations figure:last-child {
        margin-left: -4% !important;
        margin-right: 0 !important;
    }

    .home-page__earnings-container {
        flex-direction: column;
    }

    .home-page__earnings-result {
        font-size: 24px;
    }

    .home-page__people-using-bar.home-page__people-using-bar {
        flex-direction: column;
        font-size: 16px;
        width: calc(100% - 24px * 2);
    }

    .sdk-page__contact-form-fields {
        flex-direction: column;
    }

    .footer-socials {
        margin-top: 20px;
    }

    .wp-block-ub-content-toggle {
        max-width: 630px;
    }

    .wp-block-ub-content-toggle-accordion-title.wp-block-ub-content-toggle-accordion-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.02em;
        padding-left: 20px;
    }

    .content-container {
        padding: 32px 0;
    }

    .full-size-content-container {
        padding: 32px 24px;
    }

    .hidden-on-mobile {
        display: none !important;
    }

    .tp-subheadline {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.02em;
    }

    .post__page-container {
        grid-template-columns: 1fr;
        grid-template-rows: initial;
        grid-auto-rows: auto;
        grid-template-areas:
      "content"
      "aside";
    }

    .post__aside {
        max-width: none;
        width: 100% !important;
    }

    .affiliate-page-layout__info-steps-background-blue
    > .wp-block-group:nth-child(2n)
    .affiliate-page-layout__info-steps-content-background-blue {
        background: #bedeff !important;
    }

    .affiliate-page-layout__info-steps-content-background-blue > p:first-of-type {
        background-color: #f5faff !important;
    }

    .gifts-page__az-items-container {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        width: 100%;
    }

    .gifts-page__grid .layout__grid-card-content {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 16px;
        line-height: 24px;
    }

    .gift-page__use-cases-container {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .influencers-page-about-container {
        flex-direction: column;
        padding: 40px;
        border-radius: 0;
        gap: 32px !important;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    .influencers-page-wrapper {
        padding-left: 32px;
        padding-right: 32px;
    }

    .gift-page__headline {
        padding: 24px 16px;
    }

    .gift-page__use-cases-img {
        height: 100px;
    }

    .gift-page__use-cases-img img {
        height: 100%;
    }

    .cli-page__command-container {
        flex-direction: column;
        gap: 16px;
    }

    .cli-page__command-container button {
        width: 100%;
    }

    .layout__blank-card-page {
        padding: 0;
    }

    .layout__blank-card {
        padding: 40px 24px;
        height: 100%;
        border-radius: 0;
        max-width: none;
        min-height: inherit;
    }

    .layout__blank-card-logo {
        display: block;
    }

    .site-header__logo {
        height: 30px;
        width: auto;
    }

    h1 {
        font-size: 32px;
        line-height: 43px;
    }

    .gift-page__h1,
    h1.wp-block-post-title,
    h2 {
        font-size: 32px;
        line-height: 43px;
    }

    h2.wp-block-post-title {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0;
    }

    .mobile--px-24 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .mobile--pb-0 {
        padding-bottom: 0;
    }

    .mobile--spacer-h-40 {
        height: 40px;
    }

    .page__as-seen-on {
        padding: 24px;
    }

    .page__as-seen-on > .images-container {
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px 0;
    }

    .page__as-seen-on > .images-container > .wp-block-image {
        text-align: center;
        padding: 10px;
        width: 33%;
    }

    .layout__info-items-with-background-tertiary > .wp-block-group {
        justify-items: center;
    }

    /* Survey countries mobile */

    .survey-countries-page__layout {
        display: grid;
        grid-template-columns: none;
        column-gap: 20px;
        row-gap: 16px;
        padding: 0 24px;
    }

    .survey-countries-page__countries-bar {
        display: flex;
        align-items: center;
        font-size: 16px;
        row-gap: 16px;
        column-gap: 20px;
        padding: 16px 24px;
        width: inherit;
        max-height: 64px;
    }

    .survey-countries-page__hero-buttons.survey-countries-page__hero-buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        max-width: 400px;
        margin: 10px auto -74px;
    }

    .influencers-page-container {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 64px;
        flex-wrap: nowrap;
        align-items: center;
    }

    .flex-col-rev {
        flex-direction: column-reverse;
    }

    .media-kit-copy-banner {
        width: 100%;
    }

    .home-page__centered {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .page__as-seen-on > .images-container.home-page__images-container {
        gap: 0;
    }

    .section__contact-form-influencers {
        padding: 40px 24px 56px;
    }

    .section__contact-form-fields > * {
        flex-direction: column;
        gap: 24px;
    }

    .headline-m {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .mobile--text-center {
        text-align: center;
    }

    .content-container.row-items {
        flex-direction: column;
        gap: 40px;
    }

    .content-container.row-items > div {
        width: 100%;
    }

    .home-page__trustpilot-banner.home-page__trustpilot-banner {
        justify-content: center;
    }

    .home-page__title,
    .home-page__subtitle {
        text-align: center;
    }

    .home-page__as-seen-on-padding {
        padding: 20px 24px;
    }

    .home-page__buttons.home-page__buttons > a {
        width: 100%;
    }

    .pop-up__headline, .pop-up__title {
        display: block;
        font-size: 24px;
        line-height: 34px;
    }

    .pop-up__sub-headline {
        font-size: 16px;
        line-height: 24px;
    }
}

.block-editor-block-list__block .wp-block-button__link {
    white-space: nowrap !important;
}

@media (max-width: 640px) {
    .home-page__buttons.home-page__buttons {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .referral-page__hero-layout {
        padding-top: 10px;
    }

    .heading-sm {
        font-size: 32px !important;
        font-weight: 700 !important;
        line-height: 42px !important;
        padding-bottom: 16px;
    }

    .trustpilot-reviews__rating {
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
    }

    .trustpilot-reviews__stars {
        height: 20px;
    }

    .trustpilot-reviews__logo {
        max-width: 80px;
        height: auto;
    }

    .referral-page__list-item {
        margin-bottom: 6px;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }

    .referral-page__bubble {
        width: 362px;
        height: 362px;
        right: -50px;
        bottom: -140px;
        top: inherit;
    }

    .pop-up__button {
        width: 100%;
    }

    .pop-up__container {
        max-width: 390px;
        max-height: 90%;
    }

    .footer {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
      "products general"
      "rewards general"
      "rewards company"
      "image image"
      "find find";
        grid-template-rows: auto;
        gap: 0 20px;
        align-items: flex-start;
        padding-top: 0 !important;
        margin-bottom: 40px;
    }

    .footer .footer-logo {
        display: block;
    }

    .footer .footer-pawns-logo {
        display: none;
    }

    .footer-image {
        grid-row: 4;
    }

    .footer-products {
        grid-row: span 1;
    }

    .footer-rewards {
        grid-row: span 2;
    }

    .footer-general {
        grid-row: span 2;
    }

    .footer-company {
        grid-row: span 1;
    }

    .footer-find {
        grid-row: span 1;
    }

    .object-mt {
        margin-top: 32px;
    }

    .heading-sm {
        font-size: 32px;
        line-height: 56px;
    }

    .copy-button strong {
        display: none;
    }

    .media-kit-page-wrapper {
        padding: 0 !important;
    }

    .media-kit-page-contacts-section {
        gap: 16px;
    }

    .media-kit-page-logo-banner {
        padding: 40px 24px;
    }

    .media-kit-page-info-banner-paragraph {
        font-size: 16px;
    }

    .media-kit-page-image {
        display: none;
    }

    .mobile-flex-col {
        flex-direction: column;
    }

    .mobile--mx-24 {
        margin-left: 24px;
        margin-right: 24px;
    }

    .mobile-mt-24 {
        margin-top: 24px !important;
    }

    .mobile-mb-24 {
        margin-bottom: 24px !important;
    }

    .mobile--gap-16 {
        gap: 16px !important;
    }

    .footer-padding {
        padding: 40px 24px;
    }

    .footer-logo {
        width: 100%;
        padding: 24px 0;
        border-top: 1px solid #5324ce;
        margin-bottom: 4px !important;
    }

    .footer-get-in-touch,
    .footer-company,
    .footer-general,
    .footer-image,
    .footer-products,
    .footer-rewards,
    .footer-find,
    .footer-pawns-logo {
        height: auto;
    }

    .footer .footer-get-in-touch {
        padding-bottom: 24px;
        flex-direction: column;
    }

    .footer-bottom {
        padding: 24px 0 0 0;
        align-items: flex-start;
        gap: 16px;
        display: flex;
        flex-direction: column;
    }

    .footer .footer-pawns-image {
        display: none;
    }

    .footer .footer-pawns-logo {
        margin-bottom: 30px;
    }

    .footer-contacts-wrapper {
        padding: 40px 8px;
        border-radius: 0;
        margin: -24px auto 0 auto !important;
    }

    .mobile-w-full {
        width: 100%;
    }

    .section__contact-form-influencers {
        padding: 42px 24px 40px;
    }
}

@media (max-width: 440px) {
    .section-gap {
        gap: 32px !important;
    }
    /* About us page */

    .about-us__hero-wrapper {
        margin-top: 24px;
    }

    .about-us-page__hero-header {
        padding-bottom: 24px;
    }
    /* Affiliates page mobile */

    .affiliates-page-info-gap {
        gap: 0 !important;
    }

    .affiliates-page__people-using-bar {
        font-size: 16px;
        width: 100%;
        border-radius: 0 !important;
    }

    .default-layout {
        padding-top: 16px !important;
    }

    .mobile--button-w-100,
    .mobile--button-w-100 > .wp-block-button__link {
        width: 100%;
    }

    .mobile--px-24 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .download-page__flex {
        display: flex;
        flex-direction: column;
    }

    .influencers-page-about-container {
        padding: 24px;
        margin-bottom: 40px;
    }

    .influencers-page-banner {
        padding: 24px;
        font-size: 16px;
        margin: 24px auto;
    }

    .influencers-page-wrapper {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 0;
    }
}

@media (max-width: 860px) {
    .trustpilot-reviews__grid {
        grid-template-columns: auto;
    }

    .home-page__earnings-result {
        width: 90vw;
    }

    .mx-auto-tablet {
        margin: 0 auto;
    }
}

@media (min-width: 860px) {
    .ml-auto-desktop {
        margin-left: auto;
    }
}

@media (max-width: 360px) {
    .pop-up__container {
        max-width: 350px;
    }

    .pop-up__button {
        display: none;
    }
}

@media (min-width: 1001px) {
    .desktop--block {
        display: block!important;
    }

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

@media (max-width: 1000px) {
    .tablet--block {
        display: block!important;
    }

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

@media (max-width: 549px) {
    .mobile--block {
        display: block!important;
    }

    .mobile--hidden {
        display: none!important;
    }
    .footer-language-switcher .lang-dropdown {
        left: 0;
    }
    .footer-language-switcher .current-lang { 
        margin-top:20px;
    }
}
