#wpr-usedcss {}

.wp-block-button__link {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word;
}

.wp-block-button__link.aligncenter {
    text-align: center;
}

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}

.wp-block-button[style*="text-decoration"] .wp-block-button__link {
    text-decoration: inherit;
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%;
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit;
}

.wp-block-button .wp-block-button__link:where(.is-style-outline),
.wp-block-button:where(.is-style-outline)>.wp-block-button__link {
    border: 2px solid;
    padding: 0.667em 1.333em;
}

.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-text-color),
.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-text-color) {
    color: currentColor;
}

.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-background),
.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-background) {
    background-color: initial;
    background-image: none;
}

.wp-block-button .wp-block-button__link:where(.has-border-color) {
    border-width: initial;
}

.wp-block-button .wp-block-button__link:where([style*="border-top-color"]) {
    border-top-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-right-color"]) {
    border-right-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-bottom-color"]) {
    border-bottom-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-left-color"]) {
    border-left-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-style"]) {
    border-width: initial;
}

.wp-block-button .wp-block-button__link:where([style*="border-top-style"]) {
    border-top-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-right-style"]) {
    border-right-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-bottom-style"]) {
    border-bottom-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-left-style"]) {
    border-left-width: medium;
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin: 0;
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start;
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center;
}

.wp-block-buttons.aligncenter {
    text-align: center;
}

.wp-block-buttons:not(.is-content-justification-space-between,
    .is-content-justification-right,
    .is-content-justification-left,
    .is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.wp-block-buttons[style*="text-decoration"] .wp-block-button__link {
    text-decoration: inherit;
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
    font-size: inherit;
}

.wp-block-button.aligncenter {
    text-align: center;
}

:where(.wp-block-calendar table:not(.has-background) th) {
    background: #ddd;
}

.wp-block-columns {
    align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important;
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important;
    }
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center;
}

@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
    }
}

@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*="flex-basis"] {
        flex-grow: 0;
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important;
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
}

:where(.wp-block-columns) {
    margin-bottom: 1.75em;
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em;
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center;
}

.wp-block-column.is-vertically-aligned-center {
    width: 100%;
}

:where(.wp-block-post-comments input[type="submit"]) {
    border: none;
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
    color: #fff;
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
    color: #000;
}

:where(.wp-block-file) {
    margin-bottom: 1.5em;
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    display: inline-block;
    padding: 0.5em 1em;
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
}

.wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.wp-block-group {
    box-sizing: border-box;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em;
}

.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.wp-block-image[style*="border-radius"] img,
.wp-block-image[style*="border-radius"]>a {
    border-radius: inherit;
}

.wp-block-image.aligncenter {
    text-align: center;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    height: auto;
    width: 100%;
}

.wp-block-image .aligncenter,
.wp-block-image.aligncenter {
    display: table;
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-block-image :where(.has-border-color) {
    border-style: solid;
}

.wp-block-image :where([style*="border-top-color"]) {
    border-top-style: solid;
}

.wp-block-image :where([style*="border-right-color"]) {
    border-right-style: solid;
}

.wp-block-image :where([style*="border-bottom-color"]) {
    border-bottom-style: solid;
}

.wp-block-image :where([style*="border-left-color"]) {
    border-left-style: solid;
}

.wp-block-image :where([style*="border-width"]) {
    border-style: solid;
}

.wp-block-image :where([style*="border-top-width"]) {
    border-top-style: solid;
}

.wp-block-image :where([style*="border-right-width"]) {
    border-right-style: solid;
}

.wp-block-image :where([style*="border-bottom-width"]) {
    border-bottom-style: solid;
}

.wp-block-image :where([style*="border-left-width"]) {
    border-left-style: solid;
}

.wp-block-image figure {
    margin: 0;
}

:where(.wp-block-latest-comments:not([style*="line-height"] .wp-block-latest-comments__comment)) {
    line-height: 1.1;
}

:where(.wp-block-latest-comments:not([style*="line-height"] .wp-block-latest-comments__comment-excerpt p)) {
    line-height: 1.8;
}

ol,
ul {
    box-sizing: border-box;
}

ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em;
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: 0.5em 1em;
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
    padding: 0.5em 1em;
}

p.has-background {
    padding: 1.25em 2.375em;
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit;
}

:where(.wp-block-post-excerpt) {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap);
}

.wp-block-post-excerpt__excerpt {
    margin-bottom: 0;
    margin-top: 0;
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0;
}

.wp-block-post-featured-image a {
    display: block;
    height: 100%;
}

.wp-block-post-featured-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    width: 100%;
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
    width: 100%;
}

.wp-block-post-featured-image {
    position: relative;
}

.wp-block-post-featured-image:where(.alignleft, .alignright) {
    width: 100%;
}

.wp-block-post-title {
    box-sizing: border-box;
}

.wp-block-post-title {
    word-break: break-word;
}

.wp-block-post-title a {
    display: inline-block;
}

:where(.wp-block-preformatted.has-background) {
    padding: 1.25em 2.375em;
}

:where(.wp-block-pullquote) {
    margin: 0 0 1em;
}

.wp-block-post-template {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    padding: 0;
}

.wp-block-post-template.wp-block-post-template {
    background: 0 0;
}

.wp-block-post-template-is-layout-flow>li>.aligncenter {
    margin-inline-end: auto;
    margin-inline-start: auto;
}

.wp-block-read-more {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
}

.wp-block-read-more:where(:not([style*="text-decoration"])) {
    text-decoration: none;
}

.wp-block-read-more:where(:not([style*="text-decoration"])):active,
.wp-block-read-more:where(:not([style*="text-decoration"])):focus {
    text-decoration: none;
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: 6px 10px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border: none;
    border-radius: 0;
    padding: 0 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: 0;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: 4px 8px;
}

.wp-block-separator {
    border: none;
    border-top: 2px solid;
}

.wp-block-spacer {
    clear: both;
}

.wp-block-table {
    overflow-x: auto;
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}

.wp-block-table thead {
    border-bottom: 3px solid;
}

.wp-block-table td,
.wp-block-table th {
    border: 1px solid;
    padding: 0.5em;
}

.wp-block-table.aligncenter {
    display: table;
    width: auto;
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th {
    word-break: break-word;
}

.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color>* {
    border-color: inherit;
}

.wp-block-table table[style*="border-top-color"] tr:first-child,
.wp-block-table table[style*="border-top-color"] tr:first-child td,
.wp-block-table table[style*="border-top-color"] tr:first-child th,
.wp-block-table table[style*="border-top-color"]>*,
.wp-block-table table[style*="border-top-color"]>* td,
.wp-block-table table[style*="border-top-color"]>* th {
    border-top-color: inherit;
}

.wp-block-table table[style*="border-top-color"] tr:not(:first-child) {
    border-top-color: initial;
}

.wp-block-table table[style*="border-bottom-color"] tr:last-child,
.wp-block-table table[style*="border-bottom-color"] tr:last-child td,
.wp-block-table table[style*="border-bottom-color"] tr:last-child th,
.wp-block-table table[style*="border-bottom-color"]>*,
.wp-block-table table[style*="border-bottom-color"]>* td,
.wp-block-table table[style*="border-bottom-color"]>* th {
    border-bottom-color: inherit;
}

.wp-block-table table[style*="border-bottom-color"] tr:not(:last-child) {
    border-bottom-color: initial;
}

.wp-block-table table[style*="border-style"] td,
.wp-block-table table[style*="border-style"] th,
.wp-block-table table[style*="border-style"] tr,
.wp-block-table table[style*="border-style"]>* {
    border-style: inherit;
}

.wp-block-table table[style*="border-width"] td,
.wp-block-table table[style*="border-width"] th,
.wp-block-table table[style*="border-width"] tr,
.wp-block-table table[style*="border-width"]>* {
    border-style: inherit;
    border-width: inherit;
}

:where(.wp-block-term-description) {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap);
}

:where(pre.wp-block-verse) {
    font-family: inherit;
}

.wp-block-video {
    box-sizing: border-box;
}

.wp-block-video video {
    vertical-align: middle;
    width: 100%;
}

@supports (position: sticky) {
    .wp-block-video [poster] {
        object-fit: cover;
    }
}

.wp-block-video.aligncenter {
    text-align: center;
}

.entry-content {
    counter-reset: footnotes;
}

.wp-element-button {
    cursor: pointer;
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal);
}

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

.aligncenter {
    clear: both;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

html :where(.has-border-color) {
    border-style: solid;
}

html :where([style*="border-top-color"]) {
    border-top-style: solid;
}

html :where([style*="border-right-color"]) {
    border-right-style: solid;
}

html :where([style*="border-bottom-color"]) {
    border-bottom-style: solid;
}

html :where([style*="border-left-color"]) {
    border-left-style: solid;
}

html :where([style*="border-width"]) {
    border-style: solid;
}

html :where([style*="border-top-width"]) {
    border-top-style: solid;
}

html :where([style*="border-right-width"]) {
    border-right-style: solid;
}

html :where([style*="border-bottom-width"]) {
    border-bottom-style: solid;
}

html :where([style*="border-left-width"]) {
    border-left-style: solid;
}

html :where(img[class*="wp-image-"]) {
    height: auto;
    max-width: 100%;
}

:where(figure) {
    margin: 0 0 1em;
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height,
            0px);
}

@media screen and (max-width: 600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px;
    }
}

body {
    --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--color--payoneer-white: #ffffff;
    --wp--preset--color--payoneer-light-grey: #efefef;
    --wp--preset--color--payoneer-middle-grey: #878787;
    --wp--preset--color--payoneer-black: #252526;
    --wp--preset--color--payoneer-dark-black: #000000;
    --wp--preset--color--payoneer-green: #20dc86;
    --wp--preset--color--payoneer-light-green: #15c474;
    --wp--preset--color--payoneer-yellow: #dfd902;
    --wp--preset--color--payoneer-orange: #ff4800;
    --wp--preset--color--payoneer-purple: #da54d8;
    --wp--preset--color--payoneer-blue: #ff8400;
    --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--gradient--white-grey: linear-gradient(0,
            var(--wp--preset--color--payoneer-white) 0%,
            var(--wp--preset--color--payoneer-light-grey) 100%);
    --wp--preset--gradient--grey-white: linear-gradient(0deg,
            var(--wp--preset--color--payoneer-light-grey) 0%,
            var(--wp--preset--color--payoneer-white) 100%);
    --wp--preset--gradient--blue-green-yellow: linear-gradient(90deg,
            var(--wp--preset--color--payoneer-blue) 0%,
            var(--wp--preset--color--payoneer-green) 50%,
            var(--wp--preset--color--payoneer-yellow) 100%);
    --wp--preset--gradient--green-yellow-orange: linear-gradient(90deg,
            var(--wp--preset--color--payoneer-green) 0%,
            var(--wp--preset--color--payoneer-yellow) 50%,
            var(--wp--preset--color--payoneer-orange) 100%);
    --wp--preset--gradient--yellow-orange-purple: linear-gradient(90deg,
            var(--wp--preset--color--payoneer-yellow) 0%,
            var(--wp--preset--color--payoneer-orange) 50%,
            var(--wp--preset--color--payoneer-purple) 100%);
    --wp--preset--gradient--orange-purple-blue: linear-gradient(90deg,
            var(--wp--preset--color--payoneer-orange) 0%,
            var(--wp--preset--color--payoneer-purple) 50%,
            var(--wp--preset--color--payoneer-blue) 100%);
    --wp--preset--gradient--purple-green-blue: linear-gradient(90deg,
            var(--wp--preset--color--payoneer-purple) 0%,
            var(--wp--preset--color--payoneer-green) 50%,
            var(--wp--preset--color--payoneer-blue) 100%);
    --wp--preset--font-size--small: 0.875rem;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 1.125rem;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--font-size--tiny: 0.64rem;
    --wp--preset--font-size--normal: 1rem;
    --wp--preset--font-size--extra-large: 1.25rem;
    --wp--preset--font-size--huge: 1.375rem;
    --wp--preset--font-size--heading-two: 2.25rem;
    --wp--preset--font-size--gigantic: 3rem;
    --wp--preset--font-size--super-gigantic: 4.375rem;
    --wp--preset--font-size--atomic: 8.75rem;
    --wp--preset--font-family--avenir-next-world-regular: "AvenirNextWorld-Regular";
    --wp--preset--font-family--avenir-next-world-demi: "AvenirNextWorld-Demi";
    --wp--preset--font-family--avenir-next-world-medium: "AvenirNextWorld-Medium";
    --wp--preset--font-family--payoneer-level-one: "Payoneer-Level-One";
    --wp--preset--font-family--din-condensed: "din-condensed";
    --wp--preset--font-family--roboto-condensed: "Roboto Condensed";
    --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);
    --wp--custom--spacing--small: max(1.25rem, 5vw);
    --wp--custom--spacing--medium: clamp(2rem,
            8vw,
            calc(4 * var(--wp--style--block-gap)));
    --wp--custom--spacing--large: clamp(4rem, 10vw, 8rem);
    --wp--custom--spacing--outer: var(--wp--custom--spacing--small, 1.25rem);
    --wp--custom--typography--font-size--huge: clamp(2.25rem, 4vw, 2.75rem);
    --wp--custom--typography--font-size--gigantic: clamp(2.75rem, 6vw, 3.25rem);
    --wp--custom--typography--font-size--colossal: clamp(3.25rem, 8vw, 6.25rem);
    --wp--custom--typography--line-height--tiny: 1.15;
    --wp--custom--typography--line-height--small: 1.2;
    --wp--custom--typography--line-height--medium: 1.4;
    --wp--custom--typography--line-height--normal: 1.6;
}

body {
    margin: 0;
    --wp--style--global--content-size: 800px;
    --wp--style--global--wide-size: 1080px;
}

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

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

body .is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    /* max-width: 90% !important; */
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size);
}

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

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

body .is-layout-flex>* {
    margin: 0;
}

body {
    background-color: var(--wp--preset--color--background);
    color: var(--wp--preset--color--foreground);
    font-family: var(--wp--preset--font-family--avenir-next-world-regular);
    font-size: var(--wp--preset--font-size--normal);
    line-height: var(--wp--custom--typography--line-height--normal);
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

a:where(:not(.wp-element-button)) {
    text-decoration: underline;
}

.wp-block-button__link,
.wp-element-button {
    background-color: #32373c;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}

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

.has-payoneer-middle-grey-color {
    color: var(--wp--preset--color--payoneer-middle-grey) !important;
}

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

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

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

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

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

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

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

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

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

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

.has-avenir-next-world-demi-font-family {
    font-family: var(--wp--preset--font-family--avenir-next-world-demi) !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;
}

.wp-block-column {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.wp-block-button .wp-block-button__link {
    background-color: var(--wp--preset--color--primary);
    border-radius: 500px;
    color: var(--wp--preset--color--background);
    font-size: var(--wp--preset--font-size--normal);
}

.wp-block-post-title {
    font-family: var(--wp--preset--font-family--avenir-next-world-regular);
    font-size: var(--wp--custom--typography--font-size--gigantic);
    font-weight: 300;
    line-height: var(--wp--custom--typography--line-height--tiny);
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg,
            rgba(255, 255, 255, 0.15),
            rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}

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

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

b,
strong {
    font-weight: bolder;
}

.small,
small {
    font-size: 0.875em;
}

mark {
    padding: 0.1875em;
    background-color: var(--bs-highlight-bg);
}

a {
    color: var(--bs-link-color);
    text-decoration: underline;
}

a:hover {
    color: var(--bs-link-hover-color);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

code {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
}

code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

tbody,
td,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

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

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
    display: none !important;
}

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

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

legend+* {
    clear: left;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

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

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

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

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

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }

    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

/* .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
} */
.col {
    flex: 1 0 0%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}

.table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

.table> :not(caption)>*>* {
    padding: 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
    vertical-align: inherit;
}

.table>thead {
    vertical-align: bottom;
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.btn:focus {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.active,
.btn.show,
.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}

/* .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
} */

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline;
}

.btn-link:focus {
    color: var(--bs-btn-color);
}

.btn-link:hover {
    color: var(--bs-btn-hover-color);
}

.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.25rem;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-toggle::after {
    vertical-align: 0;
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropstart .dropdown-toggle::after {
    display: none;
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, 0.55);
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-navbar-toggler-border-radius: 0.375rem;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar>.container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .dropdown-menu {
    position: static;
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.accordion {
    --bs-accordion-color: #000;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}

.list-group {
    --bs-list-group-color: #212529;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.375rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #f8f9fa;
    --bs-list-group-action-active-color: #212529;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
}

.list-group-item+.list-group-item {
    border-top-width: 0;
}

.list-group-item+.list-group-item.active {
    margin-top: calc(var(--bs-list-group-border-width) * -1);
    border-top-width: var(--bs-list-group-border-width);
}

.toast {
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-border-width: 1px;
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: 0.375rem;
    --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-toast-header-color: #6c757d;
    --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
    opacity: 0;
}

.toast:not(.show) {
    display: none;
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }

    .collapsing.collapse-horizontal {
        transition: none;
    }

    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #000;
    --bs-tooltip-border-radius: 0.375rem;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: #fff;
    --bs-popover-border-width: 1px;
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: 0.5rem;
    --bs-popover-inner-border-radius: calc(0.5rem - 1px);
    --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: var(--bs-heading-color);
    --bs-popover-header-bg: #f0f0f0;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: #212529;
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0;
}

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color);
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%);
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }

    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.offcanvas {
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: ;
    --bs-offcanvas-bg: #fff;
    --bs-offcanvas-border-width: 1px;
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none;
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.offcanvas-backdrop.fade {
    opacity: 0;
}

.offcanvas-backdrop.show {
    opacity: 0.5;
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: 0.5;
}

.placeholder.btn::before {
    display: inline-block;
    content: "";
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.overflow-hidden {
    overflow: hidden !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

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

.top-50 {
    top: 50% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
    border: 0 !important;
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-1 {
    --bs-border-width: 1px;
}

.border-2 {
    --bs-border-width: 2px;
}

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

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

.h-100 {
    height: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-column {
    flex-direction: column !important;
}

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

.justify-content-end {
    justify-content: flex-end !important;
}

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

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

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

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-2 {
    margin: 0.5rem !important;
}

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

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

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

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-auto {
    margin-right: auto !important;
}

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

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

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

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

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

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

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

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

.pb-5 {
    padding-bottom: 3rem !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

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

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
    border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .order-sm-0 {
        order: 0 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .me-sm-5 {
        margin-right: 3rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

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

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

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

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .ms-md-4 {
        margin-left: 1.5rem !important;
    }

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

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pe-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .gap-md-3 {
        gap: 1rem !important;
    }

    .text-md-start {
        text-align: left !important;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

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

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

    .pe-lg-5 {
        padding-right: 3rem !important;
    }

    .ps-lg-5 {
        padding-left: 3rem !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px;
    }

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

:root {
    --mm-lineheight: 22px;
}

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

.mm-wrapper {
    overflow-x: hidden;
    position: relative;
}

.mm-menu,
.mm-menu *,
.mm-menu :after,
.mm-menu :before {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

:root {
    --mm-blocker-visibility-delay: 0.4s;
    --mm-blocker-opacity-delay: 0s;
}

.mm-blocker {
    display: block;
    position: absolute;
    bottom: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    background: var(--mm-color-background);
    -webkit-transition: bottom 0s ease var(--mm-blocker-visibility-delay),
        width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay),
        -webkit-transform 0.4s ease;
    transition: bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease,
        opacity 0.4s ease var(--mm-blocker-opacity-delay),
        -webkit-transform 0.4s ease;
    -o-transition: bottom 0s ease var(--mm-blocker-visibility-delay),
        width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay),
        transform 0.4s ease;
    transition: bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease,
        opacity 0.4s ease var(--mm-blocker-opacity-delay), transform 0.4s ease;
    transition: bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease,
        opacity 0.4s ease var(--mm-blocker-opacity-delay), transform 0.4s ease,
        -webkit-transform 0.4s ease;
}

.mm-blocker:focus-visible {
    opacity: 0.75;
}

.mm-btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 50px;
    padding: 0;
}

.mm-btn--next,
[dir="rtl"] .mm-btn--prev {
    --mm-btn-rotate: 135deg;
}

.mm-btn--prev,
[dir="rtl"] .mm-btn--next {
    --mm-btn-rotate: -45deg;
}

.mm-btn--next:after,
.mm-btn--prev:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid var(--mm-color-icon);
    border-bottom: none;
    border-right: none;
    -webkit-transform: rotate(var(--mm-btn-rotate));
    -ms-transform: rotate(var(--mm-btn-rotate));
    transform: rotate(var(--mm-btn-rotate));
}

.mm-btn--prev:before {
    inset-inline-start: 23px;
}

.mm-btn--next:after {
    inset-inline-end: 23px;
}

.mm-divider {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 0;
    min-height: var(--mm-lineheight);
    padding: calc((var(--mm-listitem-size) * 0.65 - var(--mm-lineheight)) * 0.5) 20px;
    font-size: 75%;
    text-transform: uppercase;
    background: var(--mm-color-background);
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(var(--mm-color-background-highlight)),
            to(var(--mm-color-background-highlight)));
    background-image: -o-linear-gradient(var(--mm-color-background-highlight),
            var(--mm-color-background-highlight));
    background-image: linear-gradient(var(--mm-color-background-highlight),
            var(--mm-color-background-highlight));
    opacity: 1;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.mm-navbar:not(.mm-hidden)~.mm-listview .mm-divider {
    top: var(--mm-navbar-size);
}

:root {
    --mm-listitem-size: 50px;
}

.mm-listitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
    margin: 0;
    color: var(--mm-color-text);
    border-color: var(--mm-color-border);
}

.mm-listitem:after {
    content: "";
    border-color: inherit;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    inset-inline-start: 20px;
    inset-inline-end: 0;
    bottom: 0;
}

.mm-listitem__btn,
.mm-listitem__text {
    padding: calc((var(--mm-listitem-size) - var(--mm-lineheight)) / 2) 0;
}

.mm-listitem__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mm-listitem__btn {
    display: block;
    position: relative;
    width: auto;
    -webkit-padding-end: 50px;
    padding-inline-end: 50px;
    border-color: inherit;
    background: rgba(3, 2, 1, 0);
}

.mm-listitem__btn:not(.mm-listitem__text) {
    border-left-width: 1px;
    border-left-style: solid;
}

.mm-listitem--selected>.mm-listitem__text {
    background: var(--mm-color-background-emphasis);
}

.mm-listitem--opened>.mm-listitem__btn,
.mm-listitem--opened>.mm-panel {
    background: var(--mm-color-background-highlight);
}

.mm-listview {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.mm-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
    line-height: var(--mm-lineheight);
    -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mm-menu ::-webkit-input-placeholder {
    color: var(--mm-color-text-dimmed);
}

.mm-menu ::-moz-placeholder {
    color: var(--mm-color-text-dimmed);
}

.mm-menu :-ms-input-placeholder {
    color: var(--mm-color-text-dimmed);
}

.mm-menu ::-ms-input-placeholder {
    color: var(--mm-color-text-dimmed);
}

.mm-menu ::placeholder {
    color: var(--mm-color-text-dimmed);
}

.mm-menu,
.mm-menu * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mm-menu :focus,
.mm-menu :focus-visible,
.mm-menu:focus,
.mm-menu:focus-visible {
    outline: 0;
}

.mm-menu a,
.mm-menu button,
.mm-menu label {
    color: inherit;
}

.mm-menu a:focus,
.mm-menu button:focus,
.mm-menu label:focus {
    outline: 0;
}

.mm-menu a:focus-visible,
.mm-menu button:focus-visible,
.mm-menu label:focus-visible {
    outline: 2px solid var(--mm-color-focusring);
    outline-offset: -5px;
}

.mm-menu input:focus,
.mm-menu input:focus-visible,
.mm-menu select:focus,
.mm-menu select:focus-visible,
.mm-menu textarea:focus,
.mm-menu textarea:focus-visible {
    outline: 2px solid var(--mm-color-focusring);
    outline-offset: 2px;
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
    text-decoration: none;
    color: inherit;
}

:root {
    --mm-navbar-size: 50px;
}

.mm-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    min-height: var(--mm-navbar-size);
    padding-top: env(safe-area-inset-top);
    color: var(--mm-color-text-dimmed);
    text-align: center;
    opacity: 1;
    background: var(--mm-color-background);
    border-bottom: 1px solid var(--mm-color-border);
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.mm-navbar>* {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mm-navbar__btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.mm-navbar__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    overflow: hidden;
}

.mm-navbar__title[href="#"] {
    pointer-events: none;
}

.mm-navbar__title>span {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mm-btn.mm-hidden+.mm-navbar__title:not(:last-child) {
    -webkit-padding-start: 60px;
    padding-inline-start: 60px;
    -webkit-padding-end: 10px;
    padding-inline-end: 10px;
}

.mm-btn:not(.mm-hidden)+.mm-navbar__title:last-child {
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
    -webkit-padding-end: 60px;
    padding-inline-end: 60px;
}

.mm-panel {
    --mm-panel-child-offset: 100%;
    --mm-panel-parent-offset: -30%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    color: var(--mm-color-text);
    border-color: var(--mm-color-border);
    background: var(--mm-color-background);
    -webkit-transform: translate3d(var(--mm-panel-child-offset), 0, 0);
    transform: translate3d(var(--mm-panel-child-offset), 0, 0);
    -webkit-transition-property: inset-inline-start, -webkit-transform;
    transition-property: inset-inline-start, -webkit-transform;
    -o-transition-property: transform, inset-inline-start;
    transition-property: transform, inset-inline-start;
    transition-property: transform, inset-inline-start, -webkit-transform;
}

[dir="rtl"] .mm-panel {
    --mm-panel-child-offset: -100%;
    --mm-panel-parent-offset: 30%;
}

.mm-panel:after {
    content: "";
    display: block;
    height: var(--mm-listitem-size);
}

.mm-panel:focus {
    outline: 0;
}

.mm-panel--opened {
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.mm-panel--parent {
    -webkit-transform: translate3d(var(--mm-panel-parent-offset), 0, 0);
    transform: translate3d(var(--mm-panel-parent-offset), 0, 0);
    z-index: 0;
}

.mm-panel--highest {
    z-index: 3;
}

.mm-menu--opened .mm-panel--noanimation {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.mm-panels {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    height: 100%;
    overflow: hidden;
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
}

.mm-panels:focus {
    outline: 0;
}

:root {
    --mm-toggle-size: 34px;
}

.mm-listitem--vertical>.mm-panel {
    position: static;
    width: 100%;
    padding: 10px 0 10px 20px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.mm-listitem--vertical>.mm-panel:after {
    content: none;
    display: none;
}

.mm-listitem--vertical:not(.mm-listitem--opened)>.mm-panel {
    display: none;
}

.mm-listitem--vertical>.mm-listitem__btn {
    height: var(--mm-listitem-size);
    bottom: auto;
}

.mm-listitem--vertical .mm-listitem:last-child:after {
    border-color: transparent;
}

.mm-listitem--opened>.mm-listitem__btn:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px;
}

:root {
    --mm-size: 80%;
    --mm-min-size: 240px;
    --mm-max-size: 440px;
}

.mm-menu--offcanvas {
    position: fixed;
    z-index: 0;
}

.mm-page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
    background: inherit;
}

:where(.mm-slideout) {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    -o-transition-property: width, transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform;
}

.mm-wrapper--opened,
.mm-wrapper--opened body {
    overflow: hidden;
}

.mm-wrapper__blocker {
    background: rgba(0, 0, 0, 0.4);
}

.mm-wrapper--opened .mm-wrapper__blocker {
    --mm-blocker-visibility-delay: 0s;
    --mm-blocker-opacity-delay: 0.4s;
    bottom: 0;
    opacity: 0.5;
}

.mm-menu {
    --mm-translate-horizontal: 0;
    --mm-translate-vertical: 0;
}

.mm-menu--position-left-front {
    right: auto;
}

.mm-menu--position-left-front {
    width: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size));
}

.mm-menu--position-left-front {
    --mm-translate-horizontal: -100%;
}

.mm-menu--position-left-front {
    z-index: 2;
    -webkit-transform: translate3d(var(--mm-translate-horizontal),
            var(--mm-translate-vertical),
            0);
    transform: translate3d(var(--mm-translate-horizontal),
            var(--mm-translate-vertical),
            0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.mm-menu--position-left-front.mm-menu--opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-wrapper--position-left-front .mm-wrapper__blocker {
    z-index: 1;
}

.mm-menu--theme-white {
    --mm-color-background: #fff;
    --mm-color-border: rgba(0, 0, 0, 0.15);
    --mm-color-icon: rgba(0, 0, 0, 0.3);
    --mm-color-text: rgba(0, 0, 0, 0.8);
    --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
    --mm-color-background-highlight: rgba(0, 0, 0, 0.06);
    --mm-color-background-emphasis: rgba(0, 0, 0, 0.03);
    --mm-color-focusring: #06c;
}

.mm-counter {
    display: block;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    float: right;
    color: var(--mm-color-text-dimmed);
}

[dir="rtl"] .mm-counter {
    float: left;
}

:root {
    --mm-iconbar-size: 50px;
}

.mm-iconbar__bottom {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}

.mm-iconbar__bottom>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: calc((var(--mm-iconbar-size) - var(--mm-lineheight)) / 2) 0;
}

.mm-iconbar__bottom a,
.mm-iconbar__bottom a:hover {
    text-decoration: none;
}

.mm-iconbar__tab--selected {
    background: var(--mm-color-background-emphasis);
}

:root {
    --mm-iconpanel-size: 50px;
}

.mm-panel--iconpanel-0 {
    inset-inline-start: calc(0 * var(--mm-iconpanel-size));
}

.mm-panel--iconpanel-1 {
    inset-inline-start: calc(1 * var(--mm-iconpanel-size));
}

.mm-panel--iconpanel-2 {
    inset-inline-start: calc(2 * var(--mm-iconpanel-size));
}

.mm-panel--iconpanel-3 {
    inset-inline-start: calc(3 * var(--mm-iconpanel-size));
}

.mm-panel--iconpanel-first~.mm-panel {
    inset-inline-start: var(--mm-iconpanel-size);
}

.mm-menu--iconpanel .mm-panel--parent .mm-divider,
.mm-menu--iconpanel .mm-panel--parent .mm-navbar {
    opacity: 0;
}

.mm-menu--iconpanel .mm-panels>.mm-panel--parent {
    overflow-y: hidden;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}

.mm-menu--iconpanel .mm-panels>.mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0) {
    border-inline-start-width: 1px;
    border-inline-start-style: solid;
}

.mm-navbars {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mm-navbars .mm-navbar {
    position: relative;
    padding-top: 0;
    border-bottom: none;
}

.mm-navbars--top {
    border-bottom: 1px solid var(--mm-color-border);
}

.mm-navbars--top .mm-navbar:first-child {
    padding-top: env(safe-area-inset-top);
}

.mm-navbars--bottom {
    border-top: 1px solid var(--mm-color-border);
}

.mm-navbars--bottom .mm-navbar:last-child {
    padding-bottom: env(safe-area-inset-bottom);
}

.mm-navbar__breadcrumbs {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.mm-navbar__breadcrumbs>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-padding-end: 6px;
    padding-inline-end: 6px;
}

.mm-navbar__breadcrumbs>a {
    text-decoration: underline;
}

.mm-navbar__breadcrumbs:not(:last-child) {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
}

.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

.mm-navbar__tab {
    padding: 0 10px;
    border: 1px solid transparent;
}

.mm-navbar__tab--selected {
    background: var(--mm-color-background);
}

.mm-navbar__tab--selected:not(:first-child) {
    border-inline-start-color: var(--mm-color-border);
}

.mm-navbar__tab--selected:not(:last-child) {
    border-inline-end-color: var(--mm-color-border);
}

.mm-navbars--top.mm-navbars--has-tabs {
    border-bottom: none;
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar {
    background: var(--mm-color-background-emphasis);
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs~.mm-navbar {
    background: var(--mm-color-background);
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child {
    border-bottom: 1px solid var(--mm-color-border);
}

.mm-navbars--top .mm-navbar__tab {
    border-bottom-color: var(--mm-color-border);
}

.mm-navbars--top .mm-navbar__tab--selected {
    border-top-color: var(--mm-color-border);
    border-bottom-color: transparent;
}

.mm-navbars--bottom .mm-navbar__tab {
    border-top-color: var(--mm-color-border);
}

.mm-navbars--bottom .mm-navbar__tab--selected {
    border-bottom-color: var(--mm-color-border);
    border-top-color: transparent;
}

.mm-searchfield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: var(--mm-navbar-size);
    padding: 0;
    overflow: hidden;
}

.mm-panel--search {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    border: none !important;
}

.mm-panel__splash {
    padding: 20px;
}

.mm-panel--searching .mm-panel__splash {
    display: none;
}

.mm-panel__noresults {
    display: none;
    padding: 40px 20px;
    color: var(--mm-color-text-dimmed);
    text-align: center;
    font-size: 150%;
    line-height: 1.4;
}

.mm-panel--noresults .mm-panel__noresults {
    display: block;
}

:root {
    --mm-sectionindexer-size: 20px;
}

.mm-sectionindexer--active {
    right: 0;
}

.mm-sectionindexer--active~.mm-panel {
    -webkit-padding-end: var(--mm-sectionindexer-size);
    padding-inline-end: var(--mm-sectionindexer-size);
}

.mm-menu--selected-hover .mm-listitem__btn,
.mm-menu--selected-hover .mm-listitem__text,
.mm-menu--selected-parent .mm-listitem__btn,
.mm-menu--selected-parent .mm-listitem__text {
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
}

.mm-menu--selected-parent .mm-listitem__btn,
.mm-menu--selected-parent .mm-listitem__text {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

@media (hover: hover) {
    .mm-menu--selected-hover .mm-listview:hover>.mm-listitem--selected:not(:hover)>.mm-listitem__text {
        background: 0 0;
    }

    .mm-menu--selected-hover .mm-listitem__btn:hover,
    .mm-menu--selected-hover .mm-listitem__text:hover {
        background: var(--mm-color-background-emphasis);
    }

    .mm-menu--selected-parent .mm-listitem__btn:hover,
    .mm-menu--selected-parent .mm-listitem__text:hover {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
}

.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent)>.mm-listitem__text {
    background: 0 0;
}

.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__btn,
.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__text {
    background: var(--mm-color-background-emphasis);
}

:root {
    --mm-sidebar-collapsed-size: 50px;
    --mm-sidebar-expanded-size: var(--mm-max-size);
}

.mm-wrapper--sidebar-collapsed .mm-slideout {
    width: calc(100% - var(--mm-sidebar-collapsed-size));
    -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
    transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
}

[dir="rtl"] .mm-wrapper--sidebar-collapsed .mm-slideout {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider,
.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar {
    opacity: 0;
}

.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded {
    width: var(--mm-sidebar-expanded-size);
    border-right-width: 1px;
    border-right-style: solid;
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened {
    overflow: auto;
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker {
    display: none;
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout {
    width: calc(100% - var(--mm-sidebar-expanded-size));
    -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
    transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
}

[dir="rtl"] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/* @font-face {
    font-family: Payoneer-Level-One;
    src: url("https://pubs.payoneer.com/fonts/Payoneer-Level-One.woff2") format("woff2"),
        url("https://pubs.payoneer.com/fonts/Payoneer-Level-One.ttf") format("truetype"),
        url("https://pubs.payoneer.com/fonts/Payoneer-Level-One.woff") format("woff"),
        url("https://pubs.payoneer.com/fonts/Payoneer-Level-One.svg#Payoneer-Level-One") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
} */

i[class*="level1-"] {
    font-family: Payoneer-Level-One !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
}

i[class*="level1-"].small {
    font-size: 26px;
}

i[class*="level1-"].large {
    font-size: 34px;
}

.level1-0001-bill:before {
    content: "î¤€";
}

.level1-0002-reduced-fees:before {
    content: "î¤";
}

.level1-0003-bank:before {
    content: "î¤‚";
}

.level1-0004-reduced-fees:before {
    content: "î¤ƒ";
}

.level1-0005-mobile:before {
    content: "î¤„";
}

.level1-0006-shopping-cart:before {
    content: "î¤…";
}

.level1-0007-desktop:before {
    content: "î¤†";
}

.level1-0008-support:before {
    content: "î¤‡";
}

.level1-0009-languages:before {
    content: "î¤ˆ";
}

.level1-0010-creativity:before {
    content: "î¤‰";
}

.level1-0011-growth:before {
    content: "î¤Š";
}

.level1-0012-fast:before {
    content: "î¤‹";
}

.level1-0013-get-money:before {
    content: "î¤Œ";
}

.level1-0014-mobile-currency:before {
    content: "î¤";
}

.level1-0015-message:before {
    content: "î¤Ž";
}

.level1-0016-support-chat:before {
    content: "î¤";
}

.level1-0017-users:before {
    content: "î¤";
}

.level1-0018-business-growth:before {
    content: "î¤‘";
}

.level1-0019-award-gift:before {
    content: "î¤’";
}

.level1-0020-time:before {
    content: "î¤“";
}

.level1-0021-view:before {
    content: "î¤”";
}

.level1-0022-get-money:before {
    content: "î¤•";
}

.level1-0023-doc-approved:before {
    content: "î¤–";
}

.level1-0024-business:before {
    content: "î¤—";
}

.level1-0025-flexibility:before {
    content: "î¤˜";
}

.level1-0026-fast:before {
    content: "î¤™";
}

.level1-0027-fast-payment:before {
    content: "î¤š";
}

.level1-0028-lower-fees:before {
    content: "î¤›";
}

.level1-0029-desktop-mobile:before {
    content: "î¤œ";
}

.level1-0030-card:before {
    content: "î¤";
}

.level1-0031-local:before {
    content: "î¤ž";
}

.level1-0032-security:before {
    content: "î¤Ÿ";
}

.level1-0033-flexibity:before {
    content: "î¤ ";
}

.level1-0034-money-in:before {
    content: "î¤¡";
}

.level1-0035-money-out:before {
    content: "î¤¢";
}

.level1-0036-doc:before {
    content: "î¤£";
}

.level1-0037-detection:before {
    content: "î¤¤";
}

.level1-0038-vat:before {
    content: "î¤¥";
}

.level1-0039-thumbs-up:before {
    content: "î¤¦";
}

.level1-0040-partnership:before {
    content: "î¤§";
}

.level1-0041-collaboration:before {
    content: "î¤¨";
}

.level1-0042-from-user-to-user:before {
    content: "î¤©";
}

.level1-0043-laptop:before {
    content: "î¤ª";
}

.level1-0044-award:before {
    content: "î¤«";
}

.level1-0045-trophy:before {
    content: "î¤¬";
}

.level1-0046-marketing:before {
    content: "î¤­";
}

.level1-0047-withdraw:before {
    content: "î¤®";
}

.level1-0048-user:before {
    content: "î¤¯";
}

.level1-0049-avatar:before {
    content: "î¤°";
}

.level1-0050-ecommerce:before {
    content: "î¤±";
}

.level1-0051-doc:before {
    content: "î¤²";
}

.level1-0052-growth:before {
    content: "î¤³";
}

.level1-0053-flexibility:before {
    content: "î¤´";
}

.level1-0054-doc:before {
    content: "î¤µ";
}

.level1-0055-touch-id:before {
    content: "î¤¶";
}

.level1-0056-fast-payment:before {
    content: "î¤·";
}

.level1-0057-goal:before {
    content: "î¤¸";
}

.level1-0058-get-money:before {
    content: "î¤¹";
}

.level1-0059-coins:before {
    content: "î¤º";
}

.level1-0060-balance:before {
    content: "î¤»";
}

.level1-0061-add-user:before {
    content: "î¤¼";
}

.level1-0062-add-user:before {
    content: "î¤½";
}

.level1-0063-network:before {
    content: "î¤¾";
}

.level1-0064-user-network:before {
    content: "î¤¿";
}

.level1-0065-batch:before {
    content: "î¥€";
}

.level1-0066-certificate:before {
    content: "î¥";
}

.level1-0067-free-label:before {
    content: "î¥‚";
}

.level1-0068-entrepreneur:before {
    content: "î¥ƒ";
}

.level1-0069-secure-payment:before {
    content: "î¥„";
}

.level1-0070-settings:before {
    content: "î¥…";
}

.level1-0071-settings:before {
    content: "î¥†";
}

.level1-0072-growth:before {
    content: "î¥‡";
}

.level1-0073-password-protected:before {
    content: "î¥ˆ";
}

.level1-0074-password:before {
    content: "î¥‰";
}

.level1-0075-edit:before {
    content: "î¥Š";
}

.level1-0076-enteprise:before {
    content: "î¥‹";
}

.level1-0077-user-network:before {
    content: "î¥Œ";
}

.level1-0078-ma:before {
    content: "î¥";
}

.level1-0079-payoneer-user:before {
    content: "î¥Ž";
}

.level1-0080-cheque:before {
    content: "î¥";
}

.level1-0081-notification:before {
    content: "î¥";
}

.level1-0082-password-protected:before {
    content: "î¥‘";
}

.level1-0083-bill-dollar:before {
    content: "î¥’";
}

.level1-0084-bill-yen:before {
    content: "î¥“";
}

.level1-0085-coin-dollar:before {
    content: "î¥”";
}

.level1-0086-coin-yen:before {
    content: "î¥•";
}

.level1-0087-currencies:before {
    content: "î¥–";
}

.level1-0088-zero-fees:before {
    content: "î¥—";
}

.level1-0089-fast:before {
    content: "î¥˜";
}

.level1-0090-star:before {
    content: "î¥™";
}

.level1-0091-favorite:before {
    content: "î¥š";
}

.level1-0092-instructions:before {
    content: "î¥›";
}

.level1-0093-web-network:before {
    content: "î¥œ";
}

.level1-0094-date-calendar:before {
    content: "î¥";
}

.level1-0095-date-time:before {
    content: "î¥ž";
}

.level1-0096-time-clock:before {
    content: "î¥Ÿ";
}

.level1-0097-tick-mark:before {
    content: "î¥ ";
}

.level1-0098-globe:before {
    content: "î¥¡";
}

.level1-0099-bill-euro:before {
    content: "î¥¢";
}

.level1-0100-bill-pound:before {
    content: "î¥£";
}

.level1-0101-coin-euro:before {
    content: "î¥¤";
}

.level1-0102-coin-pound:before {
    content: "î¥¥";
}

.level1-0103-arrow-left:before {
    content: "î¥¦";
}

.level1-0104-arrow-right-white:before {
    content: "î¥§";
}

.level1-0105-chevron-left-white:before {
    content: "î¥¨";
}

.level1-0106-chevron-right-white:before {
    content: "î¥©";
}

.level1-0107-tick-for-list-white:before {
    content: "î¥ª";
}

.level1-0108-info-white:before {
    content: "î¥«";
}

.level1-0109-arrow-left-black:before {
    content: "î¥¬";
}

.level1-0110-arrow-right-black:before {
    content: "î¥­";
}

.level1-0111-chevron-left-black:before {
    content: "î¥®";
}

.level1-0112-chevron-right-black:before {
    content: "î¥¯";
}

.level1-0113-tick-for-list-balck:before {
    content: "î¥°";
}

.level1-0114-info-black:before {
    content: "î¥±";
}

.level1-0115-exchange:before {
    content: "î¥²";
}

.level1-0116-manage-currencies:before {
    content: "î¥³";
}

.level1-0117-manage-currencies-dollar-yen1:before {
    content: "î¥´";
}

.level1-0118-manage-currencies-dollar-yen2:before {
    content: "î¥µ";
}

.level1-0119-enter-password:before {
    content: "î¥¶";
}

.level1-0120-add-payment:before {
    content: "î¥·";
}

.level1-0121-mic:before {
    content: "î¥¸";
}

.level1-0122-arrow-down-white:before {
    content: "î¥¹";
}

.level1-0123-arrow-up-white:before {
    content: "î¥º";
}

.level1-0124-arrow-down-black:before {
    content: "î¥»";
}

.level1-0125-arrow-up-black:before {
    content: "î¥¼";
}

.level1-0126-arrow-down-plain:before {
    content: "î¥½";
}

.level1-0127-arrow-up-plain:before {
    content: "î¥¾";
}

.level1-0128-chevron-left-plain:before {
    content: "î¥¿";
}

.level1-0129-chevron-right-plain:before {
    content: "î¦€";
}

.level1-0130-arrow-left-plain:before {
    content: "î¦";
}

.level1-0131-arrow-right-plain:before {
    content: "î¦‚";
}

.level1-0132-chevron-down-white:before {
    content: "î¦ƒ";
}

.level1-0133-chevron-up-white:before {
    content: "î¦„";
}

.level1-0134-chevron-down-black:before {
    content: "î¦…";
}

.level1-0135-chevron-up-black:before {
    content: "î¦†";
}

.level1-0136-chevron-down-plain:before {
    content: "î¦‡";
}

.level1-0137-chevron-up-plain:before {
    content: "î¦ˆ";
}

.level1-0141-twitter:before {
    content: "î¦Š";
}

.level1-0142-youtube:before {
    content: "î¦‹";
}

.level1-0143-instagram:before {
    content: "î¦Œ";
}

.level1-0138-travel-plane:before {
    content: "î¦‰";
}

.level1-0139-facebook:before {
    content: "î¦";
}

.level1-0140-linkedin:before {
    content: "î¦Ž";
}

.level1-0146-play-outline:before {
    content: "î¦";
}

.level1-0145-play:before {
    content: "î¦";
}

.level1-0144-close:before {
    content: "î¦‘";
}

.level1-0147-gender:before {
    content: "î¦’";
}

.level1-0148-female:before {
    content: "î¦“";
}

.level1-0149-community:before {
    content: "î¦”";
}

.level1-0150-blog:before {
    content: "î¦•";
}

.level1-0151-tick-mark-blank:before {
    content: "î¦–";
}

.level1-0152-desktop-settings:before {
    content: "î¦—";
}

.level1-0153-shipping:before {
    content: "î¦˜";
}

.level1-0154-aggregators:before {
    content: "î¦™";
}

.level1-0155-manage-currencies-euro-dollar:before {
    content: "î¦š";
}

.level1-0156-laptop-code:before {
    content: "î¦›";
}

.level1-0159-arrow-down:before {
    content: "î¦œ";
}

.level1-0160-arrow-right:before {
    content: "î¦";
}

.level1-0161-arrow-up:before {
    content: "î¦ž";
}

.level1-0162-arrow-left:before {
    content: "î¦Ÿ";
}

.level1-0163-arrow-right-long:before {
    content: "î¦ ";
}

.level1-0164-weibo:before {
    content: "î¦¥";
}

.level1-0165-tiktok:before {
    content: "î¦£";
}

.level1-0166-wecom:before {
    content: "î¦¢";
}

.level1-0167-wechat:before {
    content: "î¦¡";
}

.section:not(.has-background).is-style-default {
    overflow: hidden;
    background: linear-gradient(85.91deg,
            #faf4fd -31.4%,
            #f0f9fd 57.96%,
            #f1fcfb 146.43%);
    position: relative;
}

.section:not(.has-background).is-style-default .wp-block-columns {
    z-index: 2;
    position: relative;
}

.section:not(.header-section):has(.halo-ball) {
    overflow: visible;
    overflow-x: clip;
}

.wp-block-group[data-section-name]:not(.header-section):not(.overflow-visible) {
    overflow: visible;
    overflow-x: clip;
}

.is-style-blurred-shapee-headers>div:not(.universe-position):not(.block-halo) {
    position: relative;
    z-index: 2;
}

.is-style-blurred-shapee-headers>.block-halo {
    z-index: 0;
}

.is-style-linear-gradient-v-one>div:not(.universe-position):not(.block-halo) {
    position: relative;
    z-index: 2;
}

.is-style-linear-gradient-v-one>.block-halo {
    z-index: 0;
}

.is-style-blurred-bubbles {
    position: relative;
    overflow: visible;
    overflow-x: clip;
}

.is-style-blurred-bubbles:after,
.is-style-blurred-bubbles:before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 515px;
    height: 220px;
    background: linear-gradient(252.93deg,
            #d054ce 33.59%,
            #0092f4 59.88%,
            #20dc86 87.87%);
    opacity: 0.32;
    filter: blur(142px);
    transform: rotate(-22deg);
    will-change: filter;
}

.is-style-blurred-bubbles>div.wp-block-group,
.is-style-blurred-bubbles>div:not(.universe-position):not(.block-halo):not(.halo-ball) {
    position: relative;
    z-index: 1;
}

.is-style-blurred-bubbles>.universe-holder {
    z-index: -1;
}

.is-style-blurred-bubbles:before {
    left: -10%;
    top: -20%;
    transform: translateX(-50%);
}

.is-style-blurred-bubbles:after {
    right: -10%;
    bottom: -20%;
    transform: translateX(50%);
}

.is-style-blurred-bubbles.has-payoneer-dark-black-background-color:before {
    z-index: 0;
    width: 600px;
    height: 300px;
    bottom: 73%;
    left: -30%;
    opacity: 0.5;
    background: linear-gradient(252.93deg,
            #d054ce 33.59%,
            #0092f4 59.88%,
            #20dc86 87.87%);
    filter: blur(142.5px);
    -webkit-filter: blur(142.5px);
    will-change: filter;
    transform: rotate(-21.23deg);
}

@media (min-width: 768px) {

    .is-style-blurred-bubbles:after,
    .is-style-blurred-bubbles:before {
        width: 725px;
        height: 525px;
    }

    .is-style-blurred-bubbles.has-payoneer-dark-black-background-color:before {
        width: 1200px;
        height: 580px;
        bottom: 50%;
        left: -37%;
        opacity: 0.32;
    }
}

.is-style-blurred-bubbles.has-payoneer-dark-black-background-color:after {
    z-index: 0;
    width: 600px;
    height: 300px;
    opacity: 0.4;
    transform: rotate(-20.41deg);
    bottom: 10%;
    right: -25%;
    background: linear-gradient(252.93deg,
            #d054ce 33.59%,
            #0092f4 59.88%,
            #20dc86 87.87%);
    filter: blur(142.5px);
    -webkit-filter: blur(142.5px);
    will-change: filter;
}

@media (min-width: 768px) {
    .is-style-blurred-bubbles.has-payoneer-dark-black-background-color:after {
        width: 700px;
        height: 460px;
        left: 40%;
        top: 0;
        opacity: 0.32;
        transform: rotate(-50.41deg);
    }
}

.is-style-single-blurred-bubbles>div:not(.universe-position):not(.block-halo),
.is-style-single-centered-blurred-bubbles>div:not(.universe-position):not(.block-halo) {
    position: relative;
    z-index: 1;
}

.has-white-banner-bottom>div:not(.universe-position):not(.block-halo) {
    z-index: 2;
}

.is-style-blurred-bg {
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 4px 20px -5px rgba(8, 52, 82, 0.12),
        0 20px 30px rgba(8, 52, 82, 0.08);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.is-style-blurred-bg.has-payoneer-black-background-color {
    background: rgba(19, 19, 20, 0.7) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    backdrop-filter: blur(8px) !important;
}

.upper-shadow {
    box-shadow: 0 -7.78062px 10.8397px rgba(93, 115, 149, 0.0484671),
        0 -3.23769px 4.51063px rgba(93, 115, 149, 0.0337375);
    z-index: 1;
}

.bottom-banner .block-halo {
    transform: rotate(-100deg);
    top: 10%;
    left: -140%;
    z-index: 1;
}

.bottom-banner .block-halo .halo-ring {
    left: auto;
    width: 500px;
    height: 500px;
}

@media (min-width: 992px) {
    .bottom-banner .block-halo {
        top: -100%;
        left: -95%;
    }

    .bottom-banner .block-halo .halo-ring {
        width: 700px;
        height: 700px;
    }
}

.bottom-banner .block-halo .halo-ring.--blurred {
    opacity: 0.63;
    filter: blur(42.5px);
    -webkit-filter: blur(42.5px);
    will-change: filter;
}

.bottom-banner .block-halo .halo-ring .inner-halo {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
}

.banner.dark-banner .block-halo {
    left: -50%;
    transform: translate(-50%, -50%);
}

.banner.dark-banner .block-halo .halo-ring {
    width: 800px;
    height: 800px;
    -webkit-mask: radial-gradient(transparent 300px, #000 301px);
    mask: radial-gradient(transparent 300px, #000 301px);
}

.banner.dark-banner .block-halo .halo-ring .inner-halo {
    display: none;
}

.speaker-banner .block-halo {
    z-index: 1;
    left: -2%;
    transform: rotate(0);
}

.speaker-banner .block-halo .halo-ring {
    -webkit-mask: radial-gradient(transparent 240px, #000 241px);
    mask: radial-gradient(transparent 240px, #000 241px);
    width: 800px;
    height: 800px;
}

.speaker-banner .block-halo .halo-ring .inner-halo {
    width: calc(100% - 200px);
    height: calc(100% - 200px);
    background: #f8f8f8;
}

[dir="rtl"] .speaker-banner .block-halo {
    left: -42%;
}

@media (max-width: 767px) {
    .wp-block-buttons.is-content-justification-center {
        flex-direction: column;
        align-items: center;
    }

    .wp-block-buttons:not(.mx-0) {
        width: 85%;
        margin: 0 auto;
    }

    .wp-block-buttons:not(.mx-0) .wp-block-button {
        flex: auto;
    }

    .wp-block-buttons:not(.mx-0) .wp-block-button a {
        width: 100%;
    }

    .is-layout-flex.mx-auto {
        justify-content: center !important;
    }
}

.wp-block-button:not(.stretched-link) {
    position: relative;
}

.wp-block-button.stretched-link .wp-block-button__link:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.wp-block-button .wp-block-button__link {
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
    letter-spacing: normal;
    line-height: normal;
    border: 0;
    text-transform: none;
    font-family: AvenirNextWorld-Demi, sans-serif;
    font-weight: 400;
    padding: 9px 38px;
    font-size: 18px;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:visited {
    color: inherit;
}

.wp-block-button.has-tiny-font-size .wp-block-button__link {
    font-size: 12px !important;
    padding: 2px 16px !important;
    display: inline;
}

.wp-block-button.has-small-font-size .wp-block-button__link {
    font-size: 14px !important;
    padding: 2px 16px;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    padding: 7px 53px;
}

.wp-block-button.is-style-btn-dark .wp-block-button__link {
    background: var(--wp--preset--color--payoneer-black) !important;
    color: var(--wp--preset--color--payoneer-white) !important;
}

.wp-block-button.is-style-btn-dark .wp-block-button__link:hover {
    background: var(--wp--preset--color--payoneer-blue) !important;
}

.wp-block-button.is-style-btn-white .wp-block-button__link {
    background: var(--wp--preset--color--payoneer-white) !important;
    color: var(--wp--preset--color--payoneer-black) !important;
}

.wp-block-button.is-style-btn-white .wp-block-button__link:hover {
    background: var(--wp--preset--color--payoneer-blue) !important;
    color: var(--wp--preset--color--payoneer-white) !important;
}

.wp-block-button.is-style-btn-play:not(.btn-dark) .wp-block-button__link {
    padding-inline-start: 0;
    padding-inline-end: 0;
}

.wp-block-button.is-style-btn-play .wp-block-button__link {
    padding: 7px 53px;
}

.wp-block-button.is-style-btn-play .wp-block-button__link:before {
    content: "î¦";
    font-family: Payoneer-Level-One !important;
    font-size: 34px;
    margin-inline-end: 12px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    top: 0;
    color: inherit;
}

.wp-block-button.is-style-btn-play .wp-block-button__link:hover {
    color: var(--wp--preset--color--payoneer-blue);
}

.wp-block-button.is-style-btn-play.btn-dark .wp-block-button__link {
    padding-inline-start: 20px;
    padding-inline-end: 45px;
}

.wp-block-button.is-style-btn-play.btn-dark .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--payoneer-blue);
    color: var(--wp--preset--color--payoneer-white);
}

.wp-block-button.is-style-btn-link .wp-block-button__link {
    padding-inline-start: 0;
    padding-inline-end: 0;
    background: rgba(0, 0, 0, 0);
    color: var(--wp--preset--color--payoneer-blue);
}

.wp-block-button.is-style-btn-link .wp-block-button__link:after {
    transition: transform 0.2s ease-in-out;
    content: "î¦‚";
    font-family: Payoneer-Level-One !important;
    font-size: 28px;
    margin-inline-start: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: inherit;
}

.wp-block-button.is-style-btn-link .wp-block-button__link.has-text-color:hover {
    color: var(--wp--preset--color--payoneer-blue) !important;
}

.wp-block-button.is-style-btn-link .wp-block-button__link:hover {
    color: var(--wp--preset--color--payoneer-blue);
}

.wp-block-button.is-style-btn-link .wp-block-button__link:hover:after {
    transform: translateX(5px);
}

.wp-block-button.is-style-dark-btn-link .wp-block-button__link {
    background: var(--wp--preset--color--payoneer-black);
    color: var(--wp--preset--color--payoneer-white);
}

.wp-block-button.is-style-dark-btn-link .wp-block-button__link:after {
    transition: transform 0.2s ease-in-out;
    content: "î¦‚";
    font-family: Payoneer-Level-One !important;
    font-size: 28px;
    margin-inline-start: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: inherit;
}

.wp-block-button.is-style-dark-btn-link .wp-block-button__link.has-text-color:hover {
    color: var(--wp--preset--color--payoneer-blue);
    color: var(--wp--preset--color--payoneer-white);
}

.wp-block-button.is-style-dark-btn-link .wp-block-button__link:hover {
    background: var(--wp--preset--color--payoneer-blue);
}

.wp-block-button.is-style-dark-btn-link .wp-block-button__link:hover:after {
    transform: translateX(5px);
}

.wp-block-button.is-style-dark-btn-link.has-tiny-font-size .wp-block-button__link {
    padding-inline-end: 8px !important;
}

.wp-block-button.is-style-dark-btn-link.has-small-font-size .wp-block-button__link {
    padding-inline-end: 8px !important;
}

.wp-block-button.is-style-white-btn-link .wp-block-button__link {
    background: var(--wp--preset--color--payoneer-white);
    color: var(--wp--preset--color--payoneer-black);
}

.wp-block-button.is-style-white-btn-link .wp-block-button__link:after {
    transition: transform 0.2s ease-in-out;
    content: "î¦‚";
    font-family: Payoneer-Level-One !important;
    font-size: 28px;
    margin-inline-start: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: inherit;
}

.wp-block-button.is-style-white-btn-link .wp-block-button__link.has-text-color:hover {
    color: var(--wp--preset--color--payoneer-blue);
    color: var(--wp--preset--color--payoneer-white);
}

.wp-block-button.is-style-white-btn-link .wp-block-button__link:hover {
    background: var(--wp--preset--color--payoneer-blue);
}

.wp-block-button.is-style-white-btn-link .wp-block-button__link:hover:after {
    transform: translateX(5px);
}

.wp-block-button.is-style-white-btn-link.has-tiny-font-size .wp-block-button__link {
    padding-inline-end: 8px !important;
}

.wp-block-button.is-style-white-btn-link.has-small-font-size .wp-block-button__link {
    padding-inline-end: 8px !important;
}

.wp-block-button.is-style-download-btn-link .wp-block-button__link {
    padding: 0 !important;
    font-family: AvenirNextWorld-Regular;
    display: flex;
    align-items: center;
}

.wp-block-button.is-style-download-btn-link .wp-block-button__link:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='14' viewBox='0 0 24 14' fill='none'%3e%3cg clip-path='url(%23clip0_857_696)'%3e%3cpath d='M10.7476 9.58922V0.318359M7.66296 6.73698L10.7476 9.84561L13.8329 6.73698' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M2.84216 9.8457V11.7036C2.84216 12.8252 3.74456 13.7345 4.85778 13.7345H16.6383C17.7515 13.7345 18.6539 12.8252 18.6539 11.7036V9.8457' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_857_696'%3e%3crect width='24' height='14' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    content: "";
    width: 24px;
    height: 14px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

/* .wp-block-button.is-style-btn-primary .wp-block-button__link {
    color: var(--wp--preset--color--payoneer-white);
    cursor: pointer;
    background: linear-gradient(90deg,
            #9064da 0,
            #2171e0 49.37%,
            #844eb4 101.93%) !important;
    background-size: 300% 100%;
} */


.wp-block-button.is-style-btn-primary .wp-block-button__link:hover {
    background-position: 100% 0;
}

.btn {
    white-space: nowrap;
    transition: all 0.15s ease-in-out;
    text-decoration: none;
    letter-spacing: normal;
    line-height: normal;
    border: 0;
    text-transform: none;
    font-family: AvenirNextWorld-Demi, sans-serif;
    font-weight: 400;
    padding: 9px 38px;
    font-size: 18px;
}

@media (min-width: 768px) {
    .wp-block-button .wp-block-button__link {
        padding: 9px 53px;
    }

    .btn {
        padding: 9px 53px;
    }
}

/* .btn.btn-primary {
    border: 0;
    background: linear-gradient(90deg,
            #9064da 0,
            #ff8400 49.37%,
            #a11fcb 101.93%);
    background-size: 300% 100%;
} */

.btn.btn-primary:hover {
    background-position: 100% 0;
}

.btn.btn-link {
    color: var(--wp--preset--color--payoneer-black) !important;
    text-decoration: none;
    width: auto;
}

.btn.btn-link i {
    transition: margin-inline-start 0.2s ease-in-out;
}

.btn.btn-link:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    color: var(--wp--preset--color--payoneer-blue) !important;
}

.btn.btn-link:hover i {
    margin-inline-start: 5px;
}

.btn.btn-link:focus {
    box-shadow: none;
}

.btn.btn-dark:hover {
    background: var(--wp--preset--color--payoneer-blue);
}

.btn.btn-dark:active,
.btn.btn-dark:focus {
    background-color: var(--wp--preset--color--payoneer-black);
    box-shadow: none;
}

.btn.btn-arrow {
    position: relative;
    padding-inline-end: 40px !important;
}

.btn.btn-arrow:after {
    content: "î¦ ";
    font-family: Payoneer-Level-One !important;
    font-size: 28px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: inherit;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: right 0.2s ease-in-out;
}

.btn.btn-arrow:hover {
    color: var(--wp--preset--color--payoneer-white) !important;
    background-color: var(--wp--preset--color--payoneer-blue);
}

.btn.btn-arrow:hover:after {
    right: 7px;
}

.btn.btn-arrow.btn-link:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    color: var(--wp--preset--color--payoneer-blue) !important;
}

.btn.btn-sm {
    font-size: 12px;
    padding: 2px 16px;
}

.btn.btn-sm.btn-link {
    padding: 3px 0;
}

.btn a {
    color: inherit;
    text-decoration: none;
}

.header-section .btn,
.header-section .wp-block-button .wp-block-button__link,
header .btn,
header .wp-block-button .wp-block-button__link {
    font-family: AvenirNextWorld-Demi, sans-serif;
}

@media only screen and (max-width: 340px) {
    .wp-block-button .wp-block-button__link {
        padding: 9px 25px;
    }
}

[dir="rtl"] body:not(.is-duplicate-page) .site-main .btn.btn-link i {
    rotate: 180deg;
}

.card {
    border-radius: 12px;
}

.card.shadow {
    box-shadow: 0 57px 79px rgba(42, 42, 42, 0.08),
        0 23.8132px 33.0043px rgba(42, 42, 42, 0.0575083),
        0 12.7317px 17.6457px rgba(42, 42, 42, 0.0476886),
        0 7.13728px 9.89203px rgba(42, 42, 42, 0.04),
        0 3.79056px 5.25358px rgba(42, 42, 42, 0.0323114),
        0 1.57734px 2.18613px rgba(42, 42, 42, 0.0224916);
}

@media (max-width: 767px) {
    .card .wp-block-separator {
        opacity: 1;
        border: 0 !important;
        background: linear-gradient(0deg,
                var(--wp--preset--color--payoneer-blue) 0%,
                var(--wp--preset--color--payoneer-purple) 56%,
                var(--wp--preset--color--payoneer-orange) 100%) !important;
    }
}

.card .wp-block-separator:not(.is-style-wide):not(.is-style-small) {
    max-width: 2px;
    height: auto !important;
    margin: 0 0.5rem;
}

@media (min-width: 768px) {
    .card .wp-block-separator:not(.is-style-wide):not(.is-style-small) {
        max-width: 37px;
        height: 2px !important;
        margin: 1rem 0;
    }
}

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

.card .accordion-item:last-of-type {
    border-bottom: 0 !important;
}

.card.bg-dark .wp-block-read-more {
    color: var(--wp--preset--color--payoneer-middle-grey) !important;
}

.card.bg-dark .wp-block-read-more:hover {
    color: var(--wp--preset--color--payoneer-blue) !important;
}

.card.bg-dark .wp-block-read-more:hover:after {
    color: var(--wp--preset--color--payoneer-blue) !important;
}

.bg-dark .card .wp-block-image,
.has-payoneer-black-background-color .card .wp-block-image,
.has-payoneer-dark-black-background-color .card .wp-block-image {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.bg-dark .card .wp-block-image:after,
.has-payoneer-black-background-color .card .wp-block-image:after,
.has-payoneer-dark-black-background-color .card .wp-block-image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 50%;
    background: linear-gradient(267.31deg,
            #15c474 -22.87%,
            #0092f4 41.07%,
            #d054ce 107.64%);
    filter: blur(28.5px);
    will-change: filter;
    transition: opacity 0.2s ease-in-out;
}

.bg-dark .card:hover .wp-block-image:after,
.has-payoneer-black-background-color .card:hover .wp-block-image:after,
.has-payoneer-dark-black-background-color .card:hover .wp-block-image:after {
    opacity: 0.44;
}

.featured-m-gallery {
    width: 100%;
}

.featured-gallery .wp-block-gallery .wp-block-image {
    position: absolute !important;
    bottom: 0;
    transition: opacity 0.8s ease-in-out;
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
}

.featured-gallery .wp-block-gallery .wp-block-image.active {
    position: relative !important;
    opacity: 1;
    visibility: visible;
}

form label.required:before {
    content: "*";
    margin-inline-end: 5px;
    color: var(--wp--preset--color--payoneer-orange);
    font-size: 15px;
    line-height: 15px;
    vertical-align: middle;
}

form.protected-post-form {
    max-width: 770px;
    margin: 0 auto;
}

form.protected-post-form p {
    text-align: center;
    margin-bottom: 0;
}

.universe-position {
    z-index: -1;
    width: 100%;
    height: 100%;
}

.universe-position.is-style-reverse {
    top: -100%;
}

.universe-position.is-style-reverse.top-50 {
    top: 35% !important;
}

@media (min-width: 992px) {
    .universe-position.is-style-reverse.top-50 {
        top: 50% !important;
    }
}

.universe-position.is-style-reverse .universe-holder {
    transform: scaleY(-1);
}

.universe-position.is-style-reverse .universe-holder .ball_holder .ball {
    transform: scaleY(-1);
}

.universe-position .universe-holder {
    width: 100%;
    height: 100%;
}

.universe-position .universe-holder.is-style-reverse {
    top: -100%;
}

.universe-position .universe-holder.is-style-reverse .ball {
    transform: scaleY(-1);
    box-shadow: 0 100px 80px rgba(15, 78, 56, 0.22),
        0 41.7776px 33.4221px rgba(15, 78, 56, 0.158148),
        0 22.3363px 17.869px rgba(15, 78, 56, 0.131144),
        0 12.5216px 10.0172px rgba(15, 78, 56, 0.11),
        0 6.6501px 5.32008px rgba(15, 78, 56, 0.0888564),
        0 2.76726px 2.21381px rgba(15, 78, 56, 0.061852);
}

.universe-position .universe-holder.is-style-reverse .halo {
    transform: rotate(-65deg);
}

@media (min-width: 768px) {
    .universe-position .universe-holder.is-style-reverse .halo {
        transform: rotate(-65deg) scale(-1);
    }
}

.universe-position .universe-holder .ring:not(.halo) {
    margin: 0 auto;
    z-index: 1;
}

.universe-position .universe-holder .ring:not(.halo):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1.5px solid #878787;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    will-change: filter;
    opacity: 0.2;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.universe-position .universe-holder .ring.halo {
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-72%) rotate(-65.37deg);
    background: conic-gradient(from 180deg at 50% 50%,
            #0092f4 0deg,
            #d054ce 78.75deg,
            #ff4800 166.87deg,
            #dfd902 243.75deg,
            #15c474 322.5deg,
            #0092f4 360deg);
    margin: 0 auto;
    cursor: pointer;
}

@media (min-width: 768px) {
    .universe-position .universe-holder .ring.halo {
        transform: translateX(-50%) rotate(-65.37deg);
    }
}

.universe-position .universe-holder .ring.halo .inner-halo {
    width: calc(100% - 240px);
    height: calc(100% - 240px);
    background-color: #fff;
}

.universe-position .universe-holder .ring.halo.animated-halo {
    animation-name: animatedHalo;
    transform-origin: 0;
    animation-duration: 10s;
    animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.universe-position .universe-holder .ball_holder {
    position: absolute;
    width: 20px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translate(-10px, 0) rotate(-35deg);
    animation-name: ball_move;
    animation-duration: 40s;
    animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.universe-position .universe-holder .ball_holder .ball {
    position: absolute;
    left: -6px;
    top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    box-shadow: 0 100px 80px rgba(15, 78, 56, 0.22),
        0 41.7776px 33.4221px rgba(15, 78, 56, 0.158148),
        0 22.3363px 17.869px rgba(15, 78, 56, 0.131144),
        0 12.5216px 10.0172px rgba(15, 78, 56, 0.11),
        0 6.6501px 5.32008px rgba(15, 78, 56, 0.0888564),
        0 2.76726px 2.21381px rgba(15, 78, 56, 0.061852);
}

.universe-position .universe-holder .ball_holder .ball:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 25px;
    animation-name: selfSpin;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    animation-timing-function: linear;
    background: radial-gradient(100% 100% at 50% 0, #20dc86 0, #0092f4 100%);
}

.universe-position .universe-holder .ball_holder.lg .ball {
    top: -20px;
    width: 40px;
    height: 40px;
}

.universe-position .universe-holder .ball_holder.sm .ball {
    top: -12px;
    width: 25px;
    height: 25px;
}

.universe-position .universe-holder .ball_holder.blur {
    box-shadow: 0 100px 80px rgba(13, 70, 42, 0.23),
        0 41.7776px 33 0.4221px rgba(13, 70, 42, 0.165337),
        0 22.3363px 17.869px rgba(13, 70, 42, 0.137105),
        0 12.5216px 10.0172px rgba(13, 70, 42, 0.115),
        0 6.6501px 5.32008px rgba(13, 70, 42, 0.0928953),
        0 2.76726px 2.21381px rgba(13, 70, 42, 0.0646635);
    filter: blur(3px);
    -webkit-filter: blur(3px);
    will-change: filter;
}

.universe-position .universe-holder .ball_holder.pink .ball:after {
    background: radial-gradient(77.91% 77.91% at 51.16% 22.09%,
            #ff4800 0,
            #da54d8 100%);
}

.universe-position .universe-holder .reverse .ball_holder {
    transform: translate(-10px, 0) rotate(35deg);
    animation-name: ball_move_reverse;
}

.universe-position .universe-holder .start .ball_holder {
    transform: translate(-10px, 0) rotate(-60deg);
    animation-name: ball_move_start;
    animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.universe-position.bg-dark {
    background-color: rgba(0, 0, 0, 0) !important;
}

.universe-position.bg-dark .universe-holder .ring.halo .inner-halo {
    background-color: var(--wp--preset--color--payoneer-dark-black);
}

@keyframes ball_move {
    0% {
        transform: translate(-10px, 0) rotate(30deg);
    }

    100% {
        transform: translate(-10px, 0) rotate(-60deg);
    }

    @media (min-width: 992px) {
        0% {
            transform: translate(-10px, 0) rotate(-35deg);
        }

        100% {
            transform: translate(-10px, 0) rotate(-90deg);
        }
    }
}

@keyframes ball_move_reverse {
    0% {
        transform: translate(-10px, 0) rotate(-35deg);
    }

    100% {
        transform: translate(-10px, 0) rotate(60deg);
    }

    @media (min-width: 992px) {
        0% {
            transform: translate(-10px, 0) rotate(35deg);
        }

        100% {
            transform: translate(-10px, 0) rotate(90deg);
        }
    }
}

@keyframes ball_move_start {
    0% {
        transform: translate(-10px, 0) rotate(-60deg);
    }

    100% {
        transform: translate(-10px, 0) rotate(75deg);
    }
}

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

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

@keyframes animatedHalo {
    0% {
        rotate: 0;
    }

    100% {
        rotate: 360deg;
    }
}

.block-halo .halo-ring {
    margin: 0 auto;
    position: absolute;
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    background: conic-gradient(from 180deg at 50% 50%,
            #0092f4 0deg,
            #d054ce 78.75deg,
            #ff4800 166.87deg,
            #dfd902 243.75deg,
            #15c474 322.5deg,
            #0092f4 360deg);
    left: 50%;
    z-index: -2;
}

@media (max-width: 575px) {
    .block-halo .halo-ring {
        position: absolute;
        width: 1000px;
        height: 1000px;
        border-radius: 50%;
        background: conic-gradient(from 180deg at 50% 50%,
                #0092f4 0deg,
                #d054ce 78.75deg,
                #ff4800 166.87deg,
                #dfd902 243.75deg,
                #15c474 322.5deg,
                #0092f4 360deg);
    }

    .container {
        max-width: none;
    }
}

.block-halo .halo-ring .inner-halo {
    width: calc(100% - 250px);
    height: calc(100% - 250px);
    position: absolute;
    border-radius: 50%;
    background-color: var(--wp--preset--color--payoneer-white);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.block-halo .halo-ring.--animated {
    animation: 20s linear infinite animatedHaloMobile;
    animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.block-halo .halo-ring.--blurred {
    opacity: 0.8;
    filter: blur(72px);
    -webkit-filter: blur(72px);
    will-change: filter;
}

.block-halo.no-position-absolute .halo-ring {
    position: relative;
    left: auto !important;
    top: auto !important;
}

.block-halo.bg-dark .halo-ring .inner-halo {
    background-color: var(--wp--preset--color--payoneer-black);
}

.block-halo.thin-halo .halo-ring .inner-halo {
    width: calc(100% - 250px);
    height: calc(100% - 250px);
}

@media (min-width: 576px) {
    .block-halo .halo-ring {
        position: absolute;
        width: 1300px;
        height: 1300px;
        border-radius: 50%;
        background: conic-gradient(from 180deg at 50% 50%,
                #0092f4 0deg,
                #d054ce 78.75deg,
                #ff4800 166.87deg,
                #dfd902 243.75deg,
                #15c474 322.5deg,
                #0092f4 360deg);
    }

    .block-halo .halo-ring .inner-halo {
        width: calc(100% - 350px);
        height: calc(100% - 350px);
    }

    .block-halo.thin-halo .halo-ring .inner-halo {
        width: calc(100% - 280px);
        height: calc(100% - 280px);
    }
}

.block-halo.centered {
    top: -20%;
}

@media (min-width: 768px) {
    .block-halo.centered {
        top: -50%;
    }
}

@media (min-width: 992px) {
    .block-halo .halo-ring {
        width: 1700px;
        height: 1700px;
    }

    .block-halo .halo-ring .inner-halo {
        width: calc(100% - 500px);
        height: calc(100% - 500px);
    }

    .block-halo .halo-ring.--animated {
        animation: 20s linear infinite animatedHaloDesktop;
    }

    .block-halo.thin-halo .halo-ring {
        width: 1400px;
        height: 1400px;
    }

    .block-halo.thin-halo .halo-ring .inner-halo {
        width: calc(100% - 280px);
        height: calc(100% - 280px);
    }

    .block-halo.centered {
        top: -100%;
    }
}

.block-halo.centered .halo-ring {
    position: relative;
    left: auto;
    width: 600px;
    height: 600px;
    -webkit-mask: radial-gradient(transparent 220px, #000 221px);
    mask: radial-gradient(transparent 220px, #000 221px);
}

@media (min-width: 768px) {
    .block-halo.centered .halo-ring {
        width: 800px;
        height: 800px;
        -webkit-mask: radial-gradient(transparent 320px, #000 321px);
        mask: radial-gradient(transparent 320px, #000 321px);
    }
}

.block-halo.centered .halo-ring .inner-halo {
    display: none;
    width: calc(100% - 120px);
    height: calc(100% - 120px);
}

@media (min-width: 576px) {
    .block-halo.centered .halo-ring .inner-halo {
        width: calc(100% - 100px);
        height: calc(100% - 100px);
    }
}

[dir="rtl"] body:not(.is-duplicate-page) .header-section .block-halo {
    left: 50%;
    right: auto;
}

@media (min-width: 992px) {
    .block-halo.centered .halo-ring {
        width: 1000px;
        height: 1000px;
        -webkit-mask: radial-gradient(transparent 400px, #000 401px);
        mask: radial-gradient(transparent 400px, #000 401px);
    }

    .block-halo.centered .halo-ring .inner-halo {
        width: calc(100% - 160px);
        height: calc(100% - 160px);
    }

    [dir="rtl"] body:not(.is-duplicate-page) .header-section .block-halo {
        left: -27%;
        right: auto;
    }
}

[dir="rtl"] body:not(.is-duplicate-page) .header-section .block-halo.centered {
    left: 50%;
    right: auto;
}

@media (min-width: 992px) {
    [dir="rtl"] body:not(.is-duplicate-page) .header-section.partner-header .block-halo {
        left: -40%;
        right: auto;
    }
}

.payoneer-values .block-halo {
    z-index: 0;
    position: static;
    top: 34%;
    left: -60%;
}

@media (min-width: 576px) {
    .payoneer-values .block-halo {
        top: 37%;
        left: -16%;
    }
}

@media (min-width: 992px) {
    .payoneer-values .block-halo {
        top: 9%;
        left: 13%;
    }

    .payoneer-values .block-halo .halo-ring {
        z-index: 0;
        width: 1200px;
        height: 1200px;
        top: -90%;
        left: 65%;
    }
}

@media (min-width: 1400px) {
    [dir="rtl"] body:not(.is-duplicate-page) .header-section .block-halo {
        left: -6%;
        right: auto;
    }

    [dir="rtl"] body:not(.is-duplicate-page) .header-section.partner-header .block-halo {
        left: 0;
        right: auto;
    }

    .payoneer-values .block-halo {
        top: 15%;
        left: 35%;
    }
}

.payoneer-values .block-halo .halo-ring {
    width: 1200px;
    height: 1200px;
    -webkit-mask: radial-gradient(transparent 450px, #000 451px);
    mask: radial-gradient(transparent 450px, #000 451px);
}

.payoneer-values .block-halo .halo-ring .inner-halo {
    display: none;
    background-color: var(--wp--preset--color--payoneer-black);
    width: calc(100% - 150px);
    height: calc(100% - 150px);
}

.payoneer-values .block-halo.capital-advnace-halo {
    top: 35%;
    left: -50%;
}

@media (min-width: 992px) {
    .payoneer-values .block-halo .halo-ring .inner-halo {
        width: calc(100% - 200px);
        height: calc(100% - 200px);
    }

    .payoneer-values .block-halo.capital-advnace-halo {
        top: 20%;
        right: 70%;
        left: auto;
    }
}

.payoneer-values .block-halo.capital-advnace-halo .halo-ring {
    width: 1300px;
    height: 1300px;
    -webkit-mask: radial-gradient(transparent 530px, #000 531px);
    mask: radial-gradient(transparent 530px, #000 531px);
}

.payoneer-values .block-halo.capital-advnace-halo .halo-ring .inner-halo {
    display: none;
    width: calc(100% - 220px);
    height: calc(100% - 220px);
}

.payoneer-values .block-halo.capital-advnace-halo.blurred {
    filter: blur(60px);
}

@media (max-width: 991px) {
    .payoneer-values .block-halo.mobile-app-halo {
        top: -66%;
        left: 12% !important;
    }

    .hovered-groups .wp-block-group .bg-light {
        background-color: var(--wp--preset--color--payoneer-blue) !important;
    }

    .hovered-groups .wp-block-group .bg-light i {
        color: var(--wp--preset--color--payoneer-white);
    }
}

.theme-dark .block-halo .halo-ring .inner-halo {
    background-color: var(--wp--preset--color--payoneer-black);
}

.header-section .block-halo {
    z-index: 0;
    top: -40%;
    left: auto;
    right: 50%;
    transform: translateX(50%);
}

@media (min-width: 768px) {
    .header-section .block-halo {
        top: -80%;
    }
}

@media (min-width: 992px) {
    .payoneer-values .block-halo.capital-advnace-halo .halo-ring {
        width: 2100px;
        height: 2100px;
        -webkit-mask: radial-gradient(transparent 900px, #000 901px);
        mask: radial-gradient(transparent 900px, #000 901px);
    }

    .header-section .block-halo {
        top: -50%;
        right: -27%;
    }
}

.header-section .block-halo .halo-ring {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: 0;
}

.header-section .block-halo.centered {
    top: -85%;
    right: 50%;
}

@media (min-width: 992px) {
    .header-section .block-halo.centered {
        top: -100%;
    }
}

.header-section.partner-header .block-halo {
    top: -85%;
}

@media (min-width: 768px) {
    .header-section.partner-header .block-halo {
        top: -65%;
    }
}

@media (min-width: 992px) {
    .header-section.partner-header .block-halo {
        top: -50%;
        right: -40%;
    }
}

@media (min-width: 1400px) {
    .header-section .block-halo {
        right: -6%;
    }

    .header-section.partner-header .block-halo {
        top: -50%;
        right: 0;
    }
}

@media (min-width: 1530px) {
    [dir="rtl"] body:not(.is-duplicate-page) .header-section.partner-header .block-halo {
        left: 0;
        right: auto;
    }

    .header-section.partner-header .block-halo {
        right: 0;
    }
}

@keyframes animatedHaloMobile {
    0% {
        rotate: 0;
    }

    100% {
        rotate: 360deg;
    }
}

@keyframes animatedHaloDesktop {
    0% {
        rotate: 0;
    }

    100% {
        rotate: 360deg;
    }
}

.halo-ball {
    will-change: filter;
}

.section.header-section {
    overflow: hidden;
    padding: 50px 15px;
}

.section.header-section figure:not(.wp-block-gallery).wp-block-image {
    position: relative;
}

.hovered-groups.slick-slider .slick-list {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.wp-block-image {
    margin: 0;
}

.wp-block-image.w-100 img {
    width: 100%;
}

.wp-block-image a[href*="youtube"] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-block-image a[href*="youtube"]:after,
.wp-block-image a[href*="youtube"]:before {
    content: "";
    width: 52px;
    height: 52px;
    position: absolute;
    z-index: 1;
}

.wp-block-image a[href*="youtube"]:before {
    background: rgba(0, 0, 0, 0.65);
    will-change: filter;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: none;
    will-change: filter;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(72px);
    transition: background 0.2s ease-in-out;
    border-radius: 50%;
}

.wp-block-image a[href*="youtube"]:after {
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.9224 10.4039L3.22982 16.7057C2.90246 16.8986 2.53115 17.0001 2.15321 17C1.77526 16.9999 1.40399 16.8983 1.07669 16.7054C0.749388 16.5125 0.477582 16.235 0.288588 15.9009C0.0995945 15.5667 6.6331e-05 15.1877 0 14.8019V2.19811C6.6331e-05 1.81228 0.0995945 1.43326 0.288588 1.09913C0.477582 0.765003 0.749388 0.487529 1.07669 0.294597C1.40399 0.101664 1.77526 6.08309e-05 2.15321 2.73058e-08C2.53115 -6.07763e-05 2.90246 0.101426 3.22982 0.294253L13.9224 6.59613C14.25 6.78889 14.5221 7.06635 14.7112 7.40057C14.9004 7.73479 15 8.11399 15 8.5C15 8.88601 14.9004 9.26521 14.7112 9.59943C14.5221 9.93365 14.25 10.2111 13.9224 10.4039Z' fill='%23ffffff'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-inline-start: 2px;
}

.wp-block-image a[href*="youtube"]:hover:before {
    background: rgba(0, 0, 0, 0.8);
    will-change: filter;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.wp-block-image.left-position-button a[href*="youtube"]:after,
.wp-block-image.left-position-button a[href*="youtube"]:before {
    bottom: -27px;
}

@media (min-width: 768px) {
    .wp-block-image.left-position-button a[href*="youtube"] {
        justify-content: start;
    }

    .wp-block-image.left-position-button a[href*="youtube"]:after,
    .wp-block-image.left-position-button a[href*="youtube"]:before {
        left: -27px;
        bottom: auto;
    }
}

.wp-block-image.left-position-button.h-100 * {
    height: 100%;
    width: 100%;
}

.wp-block-image.left-position-button.h-100 img {
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 781px) {

    .wp-block-image.left-position-button a[href*="youtube"]:after,
    .wp-block-image.left-position-button a[href*="youtube"]:before {
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

body #menu {
    opacity: 0;
    visibility: hidden;
}

body #menu.mm-menu {
    opacity: 1;
    visibility: visible;
}

body.mm-wrapper--position-left-front .mm-wrapper__blocker {
    z-index: 2;
}

body .mm-menu {
    width: 100%;
    font-family: AvenirNextWorld-Demi;
    font-weight: 400;
    background: rgba(0, 0, 0, 0);
    z-index: 3;
}

body .mm-menu .mm-panels {
    width: 100%;
}

body .mm-menu .mm-panels .mm-panel .mm-btn--prev:before {
    border-color: var(--wp--preset--color--payoneer-middle-grey);
    opacity: 0.5;
}

body .mm-menu .mm-panels .mm-panel .mm-navbar__title {
    padding: 0;
    justify-content: flex-start;
    height: 64px;
}

body .mm-menu .mm-panels .mm-panel:not(#mm-1) .mm-listitem:not(.use-cases-menu-item):not(.title-menu-item):not(.banner-menu-item):not(.menu-item-has-children):not(.btn-explore) a {
    font-size: 13px;
    color: var(--wp--preset--color--payoneer-dark-black);
    font-family: AvenirNextWorld-Demi;
    font-weight: 400;
    padding: 5px 15px 5px 25px;
}

body .mm-menu .mm-panels .mm-panel:not(#mm-1) .mm-listitem:not(.use-cases-menu-item):not(.title-menu-item):not(.banner-menu-item):not(.menu-item-has-children):not(.btn-explore) a .description {
    display: block;
    font-size: 12px;
    color: var(--wp--preset--color--payoneer-black);
    font-family: AvenirNextWorld-Regular;
    opacity: 0.8;
}

body .mm-menu .mm-panels .mm-panel:not(#mm-1) .mm-listitem:not(.use-cases-menu-item):not(.title-menu-item):not(.banner-menu-item):not(.menu-item-has-children):not(.btn-explore):after {
    display: none;
}

body .mm-menu #mm-1>.mm-navbar {
    display: none;
}

body .mm-menu .mm-listitem {
    font-size: 16px;
}

body .mm-menu .mm-listitem.wpml-ls-menu-item span span {
    display: flex;
    align-items: center;
    gap: 3px;
}

body .mm-menu .mm-listitem.wpml-ls-menu-item span span img {
    max-width: 14px;
}

body .mm-menu a:active,
body .mm-menu a:hover,
body .mm-menu a:link,
body .mm-menu a:visited {
    color: var(--wp--preset--color--payoneer-black);
}

body .mm-menu a .description {
    display: block;
    white-space: break-spaces;
    font-family: AvenirNextWorld-Regular;
}

body .mm-menu .mm-btn--next:after,
body .mm-menu .mm-btn--prev:before {
    border-color: var(--wp--preset--color--payoneer-black);
}

body .mm-menu .sub-menu li a {
    padding-inline-start: 25px;
    padding-inline-end: 25px;
}

body .mm-menu .sub-menu li.mm-btn--next {
    display: flex;
    align-items: center;
}

body .mm-menu .sub-menu li.mm-listitem a.mm-listitem__btn {
    padding-inline-end: 15px;
}

body .mm-menu .sub-menu li.mm-listitem:after {
    inset-inline-start: 25px;
    inset-inline-end: 25px;
    border-bottom-width: 2px;
}

body .mm-menu .sub-menu.depth-0 li:not(.menu-item-has-children):not(.banner-menu-item) {
    margin-top: 10px;
}

body .mm-menu .sub-menu.depth-1 .mm-listitem:after {
    display: none;
    border: 0;
}

body .mm-menu .sub-menu.depth-1 .mm-listitem a {
    padding: 5px 15px 5px 25px;
}

body .mm-menu .mm-listitem:after {
    border-color: rgba(0, 0, 0, 0.06);
}

body .mm-menu .mm-listitem a.mm-listitem__text {
    display: inherit;
    padding-inline-start: 25px;
    padding-inline-end: 15px;
    padding-top: 21px;
    padding-bottom: 21px;
    height: auto;
}

body .mm-menu .mm-listitem a.mm-listitem__btn {
    padding-inline-end: 15px;
}

body .mm-menu .mm-listitem a.mm-btn--next:after {
    content: "î¦";
    font-family: Payoneer-Level-One;
    color: #878787;
    opacity: 0.5;
    text-align: center;
    margin-inline-start: 10px;
    width: auto;
    height: auto;
    font-size: 24px;
    border: 0;
    position: relative;
    right: 4px;
    top: 50%;
    transform: none;
    transform: translateY(-50%);
    margin: 0;
    margin-inline-start: auto;
}

body .mm-menu .mm-listitem:not(.menu-item-has-children) a.mm-listitem__text:after {
    content: "î¦";
    font-family: Payoneer-Level-One;
    margin-inline-start: 10px;
    font-size: 24px;
    margin-inline-start: auto;
    color: #878787;
    opacity: 0.5;
    margin-inline-end: 4px;
}

body .mm-menu .mm-listitem.btn-dark a {
    color: var(--wp--preset--color--payoneer-white);
}

body .mm-menu .mm-listitem.btn {
    margin: 40px 50px 0;
    display: block;
}

body .mm-menu .mm-listitem.btn a {
    padding: 0;
}

body .mm-menu .mm-listitem.btn a:after {
    display: none;
}

body .mm-menu .mm-listitem.btn:after {
    display: none;
}

body .mm-menu .mm-listitem.btn.btn-link {
    margin: 0;
}

body .mm-menu .mm-listitem.btn.btn-link a {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 3px;
    font-size: 14px;
}

body .mm-menu .mm-listitem.btn.btn-link a span {
    font-size: 14px;
}

body .mm-menu .mm-listitem.btn.btn-link a span:not(.description) {
    color: var(--wp--preset--color--payoneer-blue);
}

body .mm-menu .mm-listitem.btn.btn-link a>span {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 3px;
    font-size: 14px;
}

body .mm-menu .mm-listitem.btn.btn-link a>span span:not(.description) {
    color: var(--wp--preset--color--payoneer-blue);
}

body .mm-menu .mm-listitem.btn.btn-link:active,
body .mm-menu .mm-listitem.btn.btn-link:focus,
body .mm-menu .mm-listitem.btn.btn-link:hover {
    background-color: inherit;
    color: inherit;
    box-shadow: none;
}

body .mm-menu .mm-listitem.banner-menu-item {
    background: linear-gradient(294.14deg, #f8f5fd 32.28%, #f0f9fd 47.99%);
}

body .mm-menu .mm-listitem.banner-menu-item a {
    font-size: 16px;
    color: var(--wp--preset--color--payoneer-blue);
}

body .mm-menu .mm-listitem.banner-menu-item a .description {
    font-size: 14px;
    margin-top: 9px;
    color: var(--wp--preset--color--payoneer-black);
}

body .mm-menu .mm-listitem.banner-menu-item:after {
    display: none;
}

body .mm-menu .mm-listitem.title-menu-item>a {
    font-size: 15px;
    color: var(--wp--preset--color--payoneer-blue);
    padding-top: 20px;
    padding-bottom: 20px;
}

body .mm-menu .mm-listitem.title-menu-item>a:after {
    color: var(--wp--preset--color--payoneer-blue);
    opacity: 1;
}

body .mm-menu .mm-listitem.title-menu-item .sub-menu {
    padding-bottom: 20px;
}

body .mm-menu .mm-listitem.title-menu-item .sub-menu a {
    color: var(--wp--preset--color--payoneer-dark-black);
    font-size: 13px;
}

body .mm-menu .mm-listitem.title-menu-item .sub-menu a .description {
    display: block;
    font-size: 12px;
    color: var(--wp--preset--color--payoneer-black);
    font-family: var(--wp--preset--font-family--avenir-next-world-regular);
    opacity: 0.8;
}

body .mm-menu .mm-listitem.use-cases-menu-item>a {
    color: var(--wp--preset--color--payoneer-middle-grey);
    opacity: 0.64;
}

body .mm-menu .mm-listitem.use-cases-menu-item .sub-menu {
    padding-bottom: 20px;
}

body .mm-menu .mm-listitem.use-cases-menu-item .sub-menu li a {
    font-size: 13px;
    font-family: AvenirNextWorld-Regular !important;
}

body .mm-menu .mm-listitem.use-cases-menu-item .sub-menu li a:after {
    display: none;
}

body .mm-menu .mm-listitem.btn-explore {
    padding: 20px 25px;
    display: block;
}

body .mm-menu .mm-listitem.btn-explore a {
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 12px;
    color: var(--wp--preset--color--payoneer-blue);
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: center;
}

body .mm-menu .mm-listitem.btn-explore a .description {
    font-size: 12px;
    color: var(--wp--preset--color--payoneer-black);
    font-family: var(--wp--preset--font-family--avenir-next-world-regular);
}

body .mm-menu .mm-listitem.btn-explore a>span {
    padding-inline-end: 5px;
    white-space: normal;
}

body .mm-menu .mm-listitem.btn-explore a i {
    margin-inline-start: auto;
    opacity: 1;
    color: var(--wp--preset--color--payoneer-black);
}

body .mm-menu .mm-listitem.btn-explore:after {
    border: 0;
}

body .mm-menu .mm-listitem.note-link {
    padding: 0 25px;
    display: block;
    font-family: AvenirNextWorld-Regular;
    color: var(--wp--preset--color--payoneer-black);
    font-size: 13px;
}

body .mm-menu .mm-listitem.note-link a {
    color: var(--wp--preset--color--payoneer-blue) !important;
    font-family: AvenirNextWorld-Demi !important;
    text-decoration: underline !important;
    display: inline !important;
    padding: 0 !important;
    font-size: inherit;
}

body .mm-menu .mm-listitem.note-link a:after {
    display: none;
}

body .mm-menu .mm-listitem--vertical a.mm-btn--next:after {
    transition: transform 0.2s ease-in-out;
    transform: rotate(90deg);
    top: 0;
}

body .mm-menu .mm-listitem--vertical.mm-listitem--opened a.mm-btn--next:after {
    transform: rotate(-90deg);
}

body .mm-menu .mm-listitem--vertical>.mm-panel {
    padding: 0;
}

body .mm-menu .mm-listitem--opened>.mm-listitem__btn,
body .mm-menu .mm-listitem--opened>.mm-panel {
    background: 0 0;
}

body .mm-menu .mm-listitem:after {
    inset-inline-start: 0;
}

body .mm-menu .mm-listitem.bg-gradient {
    background: linear-gradient(294.14deg,
            #f8f5fd 32.28%,
            #f0f9fd 47.99%) !important;
}

body .mm-menu .mm-listitem.bg-gradient a.mm-listitem__text {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: AvenirNextWorld-Regular;
    font-size: 14px;
}

body .mm-menu .mm-listitem__btn:not(.mm-listitem--text) {
    border-left: 0;
}

body .mm-menu .mm-navbars--bottom {
    border: 0;
    width: 100%;
}

body .mm-menu .mm-navbars--bottom .wpml-ls-item.wpml-ls-current-language>a {
    font-size: 11px;
    border-radius: 500px;
    background: var(--wp--preset--color--payoneer-light-grey);
    padding: 1px 0 1px 7px;
    display: flex;
    align-items: center;
}

body .mm-menu .mm-navbars--bottom .wpml-ls-item.wpml-ls-current-language>a img {
    max-width: 14px;
    height: 14px;
    border: 1px solid var(--wp--preset--color--payoneer-middle-grey);
    border-radius: 50%;
    margin-inline-end: 7px;
}

body .mm-menu .mm-navbars--bottom .wpml-ls-item.wpml-ls-current-language>a:after {
    content: "î¦";
    font-family: Payoneer-Level-One;
    margin-inline-start: 10px;
    font-size: 20px;
    margin-inline-start: auto;
    color: var(--wp--preset--color--payoneer-black);
    transform: rotate(90deg);
    transition: transform 0.2s ease-in-out;
}

body .mm-menu .mm-navbars--bottom .wpml-ls-item.wpml-ls-current-language .sub-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 100%;
    -moz-column-count: 2;
    column-count: 2;
    vertical-align: top;
    max-width: 80%;
    background: rgba(11, 11, 11, 0.8);
    backdrop-filter: blur(14.5px);
    -webkit-backdrop-filter: blur(14.5px);
    border-radius: 8px 8px;
}

body .mm-menu .mm-navbars--bottom .wpml-ls-item.wpml-ls-current-language .sub-menu li {
    font-size: 11px;
    line-height: 24px;
    white-space: nowrap;
}

body .mm-menu .mm-navbars--bottom .wpml-ls-item.wpml-ls-current-language .sub-menu li i {
    display: none;
}

body .mm-menu .mm-navbars--bottom .wpml-ls-item.wpml-ls-current-language .sub-menu li a {
    display: block;
    text-align: left;
    padding: 10px;
    text-transform: none;
    transition: color 0.4s ease-in-out;
    color: var(--wp--preset--color--payoneer-white);
}

body .mm-menu .mm-navbars--bottom .wpml-ls-item.wpml-ls-current-language .sub-menu li a img {
    max-width: 14px;
    height: 14px;
    border: 1px solid var(--wp--preset--color--payoneer-middle-grey);
    border-radius: 50%;
    margin-inline-end: 7px;
}

body .mm-menu .mm-navbars--bottom .wpml-ls-item.wpml-ls-current-language.open-lagnuages-bar a:after {
    transform: rotate(-90deg);
}

body .mm-menu .mm-navbars--bottom .wpml-ls-item.wpml-ls-current-language.open-lagnuages-bar .sub-menu {
    display: block;
}

body .mm-menu .mm-navbars--top {
    border-color: #f0f0f0;
}

body .mm-menu .mm-navbars--top .mm-navbar {
    height: 70px;
}

body .mm-menu .mm-navbars--top .mm-navbar span {
    justify-content: space-between;
}

[lang="en-in"] body .use-cases-menu-item .sub-menu[data-level="3"] {
    display: flex !important;
    flex-direction: column;
}

[lang="en-in"] body .use-cases-menu-item .sub-menu[data-level="3"] li[data-id="34758"] {
    order: -3;
}

[lang="en-in"] body .use-cases-menu-item .sub-menu[data-level="3"] li[data-id="35348"] {
    order: -2;
}

[lang="en-in"] body .use-cases-menu-item .sub-menu[data-level="3"] li[data-id="36698"] {
    order: -1;
}

[lang="en-in"] body .use-cases-menu-item .sub-menu[data-level="3"] li[data-id="30498"] {
    order: -3;
}

[lang="en-in"] body .use-cases-menu-item .sub-menu[data-level="3"] li[data-id="15214"] {
    order: -2;
}

[lang="en-in"] body .use-cases-menu-item .sub-menu[data-level="3"] li[data-id="31503"] {
    order: -1;
}

.modal:not(.form-is-ready) .form-holder {
    display: none;
}

.modal .page-loader {
    max-width: 100px;
    margin: 50px auto;
}

.modal[data-type="modal-with-form"] .page-loader {
    margin: 50px auto;
}

@media (min-width: 992px) {
    .section.header-section {
        padding: 85px 15px;
    }

    .hovered-groups .wp-block-group.active .bg-light,
    .hovered-groups .wp-block-group:hover .bg-light {
        transition: background-color 0.2s ease-in-out;
        background-color: var(--wp--preset--color--payoneer-blue) !important;
    }

    .hovered-groups .wp-block-group.active .bg-light i,
    .hovered-groups .wp-block-group:hover .bg-light i {
        transition: color 0.1s ease-in-out;
        color: var(--wp--preset--color--payoneer-white);
    }

    .hovered-groups .hover-background {
        width: 100%;
        z-index: -1;
        background-color: #f4f8fb;
        transition: top 0.3s ease-in-out;
    }

    .modal[data-type="modal-with-form"] .page-loader {
        margin: 0 auto;
        position: absolute;
        left: 70%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.modal .modal-dialog.modal-lg {
    margin: 30px auto;
    max-width: 90%;
}

.modal .modal-dialog [data-bs-dismiss="modal"] {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -7px;
    z-index: 1;
}

@media (min-width: 768px) {
    .modal .modal-dialog [data-bs-dismiss="modal"] {
        right: -20px;
        top: -15px;
    }
}

.modal .modal-dialog .modal-content {
    background-color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 15px;
}

.modal .modal-dialog .modal-content .modal-body {
    overflow: hidden;
    border-radius: 15px;
    padding: 0;
}

.modal .modal-dialog .modal-content .modal-body mark {
    padding: 0;
}

.modal .modal-dialog .modal-content .modal-body p:empty {
    display: none;
}

.modal .modal-dialog .modal-content .modal-body img {
    width: 150px;
}

.modal .modal-body {
    min-height: 150px;
}

.modal .modal-body.video-modal .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.modal .modal-body.video-modal .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.platform-parts-slider .slick-list {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.platform-parts-slider .slick-dots {
    width: auto;
    margin-top: 40px;
}

.platform-parts-slider .slick-dots li {
    margin: 0;
}

.header-section .platform-parts {
    top: 30px;
    position: relative;
}

@media (min-width: 992px) {
    .modal .modal-dialog.modal-lg {
        margin: 50px auto;
        max-width: 900px;
    }

    .header-section .platform-parts {
        top: 20px;
    }
}

.header-section .platform-parts .slick-dots {
    position: absolute;
    top: -80px;
}

.header-section .platform-parts .slick-track {
    align-items: end;
}

:root {
    --wp--preset--font-family--avenir-next-world-regular: $avenirRegular;
    --wp--preset--font-family--avenir-next-world-demi: $avenirDemi;
    --wp--preset--font-family--din-condensed: $dinCondensed;
    --wp--preset--font-family--roboto-condensed: $robotoCondensed;
    --wp--preset--font-size--tiny: 0.64rem;
    --wp--preset--font-size--small: 0.8rem;
    --wp--preset--font-size--normal: 1rem;
    --wp--preset--font-size--large: 1.25rem;
    --wp--preset--font-size--extra-large: 1.563rem;
    --wp--preset--font-size--huge: 1.953rem;
    --wp--preset--font-size--gigantic: 2.441rem;
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease;
}

.scroll-to-top.show {
    opacity: 1;
    transform: translateY(0);
}

.section-navigation {
    position: relative;
}

.section-navigation .hover-border {
    bottom: 0;
    height: 3px;
    transition: left 0.2s ease-in-out;
    background-color: var(--wp--preset--color--payoneer-green);
}

.section-navigation p {
    position: relative;
}

.section-navigation p:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    height: 2px;
    width: 100%;
    transition: background-color 0.2s ease-in-out;
}

.section-navigation p a {
    color: var(--wp--preset--color--payoneer-middle-grey) !important;
    text-decoration: none;
    display: block;
    padding: 9px 0;
}

.section-navigation .wp-block-column:first-of-type a:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.11);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 1px;
    height: 30px;
}

.section-navigation .wp-block-column a:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.11);
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    left: auto;
    width: 1px;
    height: 30px;
}

.section-navigation.tabs-navigation p:after {
    display: none;
}

.section-navigation.tabs-navigation p a,
.section-navigation.tabs-navigation p strong {
    transition: color 0.4s ease-in-out;
}

.section-navigation.tabs-navigation p.active a {
    color: var(--wp--preset--color--payoneer-black) !important;
}

.has-payoneer-black-background-color .section-navigation.tabs-navigation p:after {
    display: none;
}

.has-payoneer-black-background-color .section-navigation.tabs-navigation p a,
.has-payoneer-black-background-color .section-navigation.tabs-navigation p strong {
    color: var(--wp--preset--color--payoneer-middle-grey) !important;
}

.has-payoneer-black-background-color .section-navigation.tabs-navigation p.active a,
.has-payoneer-black-background-color .section-navigation.tabs-navigation p.active strong {
    color: var(--wp--preset--color--payoneer-white) !important;
}

.wp-block-separator {
    height: 2px;
    width: 100px;
    margin: 1rem 0;
    border: 0 !important;
    opacity: 1;
}

.wp-block-separator:not([class*="has-payoneer-"]) {
    background: linear-gradient(90deg,
            #ff4800 0,
            #d054bc 26.56%,
            #0092f4 54.69%,
            #0092f4 54.7%,
            #15c474 100%);
}

.wp-block-separator:not([size]) {
    height: 4px !important;
}

.wp-block-separator.is-style-wide {
    margin: 0 auto;
    width: 100%;
}

.wp-block-separator.is-style-small {
    height: 2px !important;
    width: 70px;
    background: linear-gradient(270deg, #0092f4 -12.86%, #d054ce 105%) !important;
}

.wp-block-separator.position-absolute {
    top: 25px;
}

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

.section {
    padding: 75px 15px;
    position: relative;
}

.section.thin-section {
    padding: 60px 15px 85px;
}

.section.header-section+.thin-section {
    padding: 0 15px 85px;
}

@media (min-width: 768px) {
    .section {
        padding: 88px 15px;
    }

    .section.thin-section {
        padding: 50px 15px 60px;
    }

    .section.header-section+.thin-section {
        padding: 50px 15px 60px;
    }
}

.section .wp-block-columns {
    margin-bottom: 0;
}

:where(.wp-block-group.has-background) {
    padding: 0;
}

.stories-slider {
    max-height: 400px;
}

.stories-slider .wp-block-post-template {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
}

.stories-slider .wp-block-post-template:not(.slick-slider) {
    animation: 40s linear infinite infinite-horizontal;
}

@media (min-width: 992px) {
    .sticky-section {
        position: sticky;
        top: 0;
    }

    .stories-slider {
        max-height: 500px;
    }

    .stories-slider .wp-block-post-template:not(.slick-slider) {
        animation: 40s linear infinite infinite-vertical;
    }
}

.stories-slider .wp-block-post-template:hover {
    animation-play-state: paused;
}

.stories-slider .wp-block-post-template .wp-block-post {
    display: block;
    flex-basis: 30%;
    height: 245px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.stories-slider .wp-block-post-template .wp-block-post:nth-child(3n + 2) {
    transform: translateY(-50%);
}

.stories-slider .wp-block-post-template .wp-block-post:nth-child(3n) .wp-block-post-featured-image:after {
    background: linear-gradient(180deg, rgba(0, 146, 244, 0.36) 0, #12b56a 100%);
}

.stories-slider .wp-block-post-template .wp-block-post:nth-child(3n + 1) .wp-block-post-featured-image:after {
    background: linear-gradient(180deg, rgba(218, 84, 216, 0.36) 0, #0080d7 100%);
}

.stories-slider .wp-block-post-template .wp-block-post:nth-child(3n + 2) .wp-block-post-featured-image:after {
    background: linear-gradient(180deg, rgba(255, 72, 0, 0.36) 0, #b535b3 100%);
}

.stories-slider .wp-block-post-template .wp-block-post .wp-block-post-featured-image.position-relative {
    padding-bottom: 245px;
}

.stories-slider .wp-block-post-template .wp-block-post .wp-block-post-featured-image.position-relative img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.stories-slider .wp-block-post-template .wp-block-post .wp-block-post-featured-image.position-relative:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stories-slider .wp-block-post-template .wp-block-post-featured-image {
    position: relative;
}

.stories-slider.two-columns {
    max-height: none;
}

.stories-slider.two-columns .wp-block-post-template {
    display: block;
}

.stories-slider.two-columns .wp-block-post-template .card,
.stories-slider.two-columns .wp-block-post-template .wp-block-post {
    overflow: visible;
    flex-basis: 100%;
    height: auto;
    margin: 0 7px;
}

.stories-slider.two-columns .wp-block-post-template .card:nth-child(3n + 2),
.stories-slider.two-columns .wp-block-post-template .wp-block-post:nth-child(3n + 2) {
    transform: none;
}

.stories-slider.two-columns .wp-block-post-template .card:nth-child(2n + 2),
.stories-slider.two-columns .wp-block-post-template .wp-block-post:nth-child(2n + 2) {
    transform: none;
}

.stories-slider.two-columns .wp-block-post-template .card .limit-excerpt,
.stories-slider.two-columns .wp-block-post-template .wp-block-post .limit-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.stories-slider.two-columns .wp-block-post-template .card [data-card-type="resource"] .wp-block-post-title,
.stories-slider.two-columns .wp-block-post-template .wp-block-post [data-card-type="resource"] .wp-block-post-title {
    line-height: inherit;
}

.stories-slider.two-columns .wp-block-post-template .card [data-card-type="resource"] .wp-block-post-title a,
.stories-slider.two-columns .wp-block-post-template .wp-block-post [data-card-type="resource"] .wp-block-post-title a {
    text-decoration: none;
    color: inherit !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stories-slider.two-columns .wp-block-post-template .card [data-card-type="resource"] .wp-block-post-excerpt.limit-excerpt,
.stories-slider.two-columns .wp-block-post-template .wp-block-post [data-card-type="resource"] .wp-block-post-excerpt.limit-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

@keyframes infinite-vertical {
    0% {
        transform: translateY(-20%);
    }

    100% {
        transform: translateY(-50%);
    }
}

@keyframes infinite-horizontal {
    0% {
        transform: translateX(-20%);
    }

    100% {
        transform: translateX(20%);
    }
}

.wp-block-table {
    overflow: visible;
    width: 95%;
    margin: 0 auto;
    text-align: left;
}

@media (max-width: 991px) {
    body .wp-block-group[class*="wp-block-group-is-layout-constrained"]> :where( :not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide):not(.wp-block-separator):not(.wp-block-buttons)) {
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .wp-block-table:not(.no-table-to-tabs) {
        display: none;
    }

    footer .footer-menu .menu-footer-menu-container>ul {
        -moz-column-gap: 20px;
        column-gap: 20px;
        -moz-column-count: 2;
        column-count: 2;
    }
}

.wp-block-table~p {
    margin-top: 30px;
}

.wp-block-table thead tr {
    vertical-align: top;
}

.wp-block-table thead tr th {
    padding: 26px 30px;
    font-family: AvenirNextWorld-Demi;
    border: 0;
}

.wp-block-table tbody tr {
    border-color: #efefef;
    border-width: 2px;
    vertical-align: top;
}

.wp-block-table tbody tr td {
    border-color: inherit;
    padding: 26px 30px;
    font-size: 14px;
    line-height: 24px;
}

[dir="rtl"] table {
    text-align: right;
}

.tooltip-info span {
    font-size: 16px;
    height: 20px;
    width: 20px;
    display: inline-block;
    font-family: AvenirNextWorld-Demi;
}

.tooltip+p {
    line-height: normal;
}

.tooltip>.tooltip-inner {
    max-width: 300px;
    padding: 20px;
    background-color: var(--wp--preset--color--payoneer-blue);
    font-size: 14px;
    line-height: 24px;
    font-family: AvenirNextWorld-Regular;
}

.tooltip>.tooltip-inner a {
    color: #fff;
}

.tooltip.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before {
    border-top-color: var(--wp--preset--color--payoneer-blue);
}

.tooltip.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before {
    border-right-color: var(--wp--preset--color--payoneer-blue);
}

.tooltip.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before {
    border-bottom-color: var(--wp--preset--color--payoneer-blue);
}

.tooltip.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before {
    border-left-color: var(--wp--preset--color--payoneer-blue);
}

.tooltip.text-start .tooltip-inner {
    text-align: inherit;
}

.tooltip.thin>.tooltip-inner {
    padding: 6px;
    font-size: 0.64rem;
    line-height: normal;
}

body {
    font-family: AvenirNextWorld-Regular, sans-serif !important;
}

body .platform-parts {
    font-family: "Roboto Condensed" !important;
}

body .site-main p:not([class*="-font-size"]):not([class*="badge"]):not([class*="platform-parts"] p) {
    line-height: 30px;
}

body .site-main p:not(:last-of-type) {
    margin-bottom: 35px;
}

body .site-main p a {
    color: var(--wp--preset--color--payoneer-blue);
    text-decoration: none;
}

body .site-main mark {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
}

body .site-main ol:not([class*="-font-size"]):not([class*="slick"]),
body .site-main ul:not([class*="-font-size"]):not([class*="slick"]) {
    line-height: 30px;
}

body .site-main ol:not([class*="-font-size"]):not([class*="slick"]) a,
body .site-main ul:not([class*="-font-size"]):not([class*="slick"]) a {
    color: var(--wp--preset--color--payoneer-blue);
}

body .site-main ol.none,
body .site-main ul.none {
    list-style-type: none;
}

body :not(.has-din-condensed-font-family)>strong,
body :not(.has-roboto-condensed-font-family)>strong {
    font-family: AvenirNextWorld-Demi, sans-serif !important;
    font-weight: 400;
}

body h1 {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.02em;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .stories-slider .wp-block-post-template .wp-block-post:nth-child(3n + 2) {
        transform: translateY(-20%);
    }

    body h1 {
        font-size: 48px;
        line-height: 64px;
        margin-bottom: 15px;
    }
}

body h1+p {
    margin-top: 35px;
}

@media (min-width: 992px) {
    .stories-slider.two-columns {
        max-height: 500px;
    }

    .stories-slider.two-columns .wp-block-post-template {
        display: flex;
        gap: 30px;
    }

    .stories-slider.two-columns .wp-block-post-template .card,
    .stories-slider.two-columns .wp-block-post-template .wp-block-post {
        margin: 0;
        flex-basis: 47%;
        height: 380px;
    }

    .stories-slider.two-columns .wp-block-post-template .card:nth-child(3n + 2),
    .stories-slider.two-columns .wp-block-post-template .wp-block-post:nth-child(3n + 2) {
        transform: none;
    }

    .stories-slider.two-columns .wp-block-post-template .card:nth-child(2n + 2),
    .stories-slider.two-columns .wp-block-post-template .wp-block-post:nth-child(2n + 2) {
        transform: translateY(-20%);
    }

    body h1+p {
        margin-top: 31px;
    }

    footer .footer-menu .menu-footer-menu-container>ul {
        display: flex;
    }
}

body h2 {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: -0.02em;
}

@media (min-width: 768px) {
    body h2 {
        font-size: 36px;
        line-height: 44px;
    }
}

body h3 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.02em;
}

body h1.is-style-pre-title,
body h2.is-style-pre-title,
body h3.is-style-pre-title,
body h4.is-style-pre-title,
body h5.is-style-pre-title,
body h6.is-style-pre-title,
body p.is-style-pre-title {
    letter-spacing: 0.17em;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 19px;
}

body h1.has-background[style*="-gradient("],
body h2.has-background[style*="-gradient("],
body h3.has-background[style*="-gradient("],
body h4.has-background[style*="-gradient("],
body h5.has-background[style*="-gradient("],
body h6.has-background[style*="-gradient("],
body p.has-background[style*="-gradient("] {
    -webkit-background-clip: text !important;
    color: transparent !important;
    padding: 0;
}

body h1.has-background[style*="-gradient("] strong,
body h2.has-background[style*="-gradient("] strong,
body h3.has-background[style*="-gradient("] strong,
body h4.has-background[style*="-gradient("] strong,
body h5.has-background[style*="-gradient("] strong,
body h6.has-background[style*="-gradient("] strong,
body p.has-background[style*="-gradient("] strong {
    color: transparent !important;
}

body .bg-dark :not([style]):not(.has-payoneer-white-color):not(.has-background):not([data-bs-dismiss]):not(.bg-white):not(.wp-block-button__link):not(.btn):not(.btn a):not(.wp-block-button__link):not(.form-select):not(.dropdown-item):not([class*="has-payoneer-black-color"] *):not([class*="has-payoneer-green-color"] *):not([class*="has-payoneer-purple-color"] *):not([class*="has-payoneer-blue-color"] *),
body .has-payoneer-black-background-color :not([style]):not(.has-payoneer-white-color):not(.has-background):not([data-bs-dismiss]):not(.bg-white):not(.wp-block-button__link):not(.btn):not(.btn a):not(.wp-block-button__link):not(.form-select):not(.dropdown-item):not([class*="has-payoneer-black-color"] *):not([class*="has-payoneer-green-color"] *):not([class*="has-payoneer-purple-color"] *):not([class*="has-payoneer-blue-color"] *),
body .has-payoneer-dark-black-background-color :not([style]):not(.has-payoneer-white-color):not(.has-background):not([data-bs-dismiss]):not(.bg-white):not(.wp-block-button__link):not(.btn):not(.btn a):not(.wp-block-button__link):not(.form-select):not(.dropdown-item):not([class*="has-payoneer-black-color"] *):not([class*="has-payoneer-green-color"] *):not([class*="has-payoneer-purple-color"] *):not([class*="has-payoneer-blue-color"] *) {
    color: var(--wp--preset--color--payoneer-light-grey);
}

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

body .has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
    line-height: 24px;
}

body .has-small-font-size p {
    line-height: 24px !important;
}

body .has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal) !important;
    line-height: 30px;
}

body .has-normal-font-size p {
    line-height: 30px !important;
}

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

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

@media (min-width: 768px) {
    body .has-large-font-size {
        font-size: var(--wp--preset--font-size--large) !important;
    }

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

body .has-super-gigantic-font-size {
    font-size: 1.875rem !important;
    line-height: 170%;
}

.wpml-ls-current-language .wpml-ls-native {
    display: flex;
    align-items: center;
    gap: 5px;
}

.wpml-ls-current-language .wpml-ls-native:before {
    content: "";
    background-image: var(--wpr-bg-eb65ed77-fd42-4862-9e9b-6c3d8a5046f6);
    background-repeat: no-repeat;
    background-size: 100% 49494%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    box-sizing: content-box;
    width: 12px;
    height: 12px;
    background-size: 160%;
    background-clip: content-box;
    border-radius: 50%;
}

.wpml-ls-current-language.wpml-ls-item-pt>a .wpml-ls-native:before,
ul.sub-menu .wpml-ls-item-pt .wpml-ls-native:before,
ul.wpml-ls-sub-menu .wpml-ls-item-pt .wpml-ls-native:before {
    background-position: center 0.2287%;
}

.wpml-ls-current-language.wpml-ls-item-en>a .wpml-ls-native:before,
ul.sub-menu .wpml-ls-item-en .wpml-ls-native:before,
ul.wpml-ls-sub-menu .wpml-ls-item-en .wpml-ls-native:before {
    background-position: center 4.8844%;
}

.wpml-ls-current-language.wpml-ls-item-bn>a .wpml-ls-native:before,
ul.sub-menu .wpml-ls-item-bn .wpml-ls-native:before,
ul.wpml-ls-sub-menu .wpml-ls-item-bn .wpml-ls-native:before {
    background-position: center 0.6721%;
}

.wpml-ls-current-language.wpml-ls-item-zh-hans>a .wpml-ls-native:before,
.wpml-ls-current-language.wpml-ls-item-zh-hant>a .wpml-ls-native:before,
ul.sub-menu .wpml-ls-item-zh-hans .wpml-ls-native:before,
ul.sub-menu .wpml-ls-item-zh-hant .wpml-ls-native:before,
ul.wpml-ls-sub-menu .wpml-ls-item-zh-hans .wpml-ls-native:before,
ul.wpml-ls-sub-menu .wpml-ls-item-zh-hant .wpml-ls-native:before {
    background-position: left 0.8958%;
}

.wpml-ls-item-en-in {
    display: none !important;
}

.wpml-ls-current-language.wpml-ls-item-en-in>a .wpml-ls-native:before,
ul.sub-menu .wpml-ls-item-en-in .wpml-ls-native:before,
ul.wpml-ls-sub-menu .wpml-ls-item-en-in .wpml-ls-native:before {
    background-position: center 1.1162%;
}

.wpml-ls-current-language.wpml-ls-item-id>a .wpml-ls-native:before,
ul.sub-menu .wpml-ls-item-id .wpml-ls-native:before,
ul.wpml-ls-sub-menu .wpml-ls-item-id .wpml-ls-native:before {
    background-position: center 1.3379%;
}

.wpml-ls-current-language.wpml-ls-item-ja>a .wpml-ls-native:before,
ul.sub-menu .wpml-ls-item-ja .wpml-ls-native:before,
ul.wpml-ls-sub-menu .wpml-ls-item-ja .wpml-ls-native:before {
    background-position: center 1.5589%;
}

.wpml-ls-current-language.wpml-ls-item-ko>a .wpml-ls-native:before,
ul.sub-menu .wpml-ls-item-ko .wpml-ls-native:before,
ul.wpml-ls-sub-menu .wpml-ls-item-ko .wpml-ls-native:before {
    background-position: center 1.7805%;
}

.wpml-ls-current-language.wpml-ls-item-th>a .wpml-ls-native:before,
ul.sub-menu .wpml-ls-item-th .wpml-ls-native:before,
ul.wpml-ls-sub-menu .wpml-ls-item-th .wpml-ls-native:before {
    background-position: center 2.0047%;
}

.wpml-ls-current-language.wpml-ls-item-vi>a .wpml-ls-native:before,
ul.sub-menu .wpml-ls-item-vi .wpml-ls-native:before,
ul.wpml-ls-sub-menu .wpml-ls-item-vi .wpml-ls-native:before {
    background-position: center 2.2247%;
}

.wpml-ls-current-language.wpml-ls-item-de>a .wpml-ls-native:before,
ul.sub-menu .wpml-ls-item-de .wpml-ls-native:before,
ul.wpml-ls-sub-menu .wpml-ls-item-de .wpml-ls-native:before {
    background-position: center 2.6674%;
}

.wpml-ls-current-language.wpml-ls-item-pl>a .wpml-ls-native:before,
ul.sub-menu .wpml-ls-item-pl .wpml-ls-native:before,
ul.wpml-ls-sub-menu .wpml-ls-item-pl .wpml-ls-native:before {
    background-position: center 3.1125%;
}

.wpml-ls-current-language.wpml-ls-item-pt>a .wpml-ls-native:before,
ul.sub-menu .wpml-ls-item-pt .wpml-ls-native:before,
ul.wpml-ls-sub-menu .wpml-ls-item-pt .wpml-ls-native:before {
    background-position: center 3.3325%;
}

.wpml-ls-current-language.wpml-ls-item-ru>a .wpml-ls-native:before,
ul.sub-menu .wpml-ls-item-ru .wpml-ls-native:before,
ul.wpml-ls-sub-menu .wpml-ls-item-ru .wpml-ls-native:before {
    background-position: center 3.7759%;
}

.wpml-ls-current-language.wpml-ls-item-sr>a .wpml-ls-native:before,
ul.sub-menu .wpml-ls-item-sr .wpml-ls-native:before,
ul.wpml-ls-sub-menu .wpml-ls-item-sr .wpml-ls-native:before {
    background-position: center 4.0015%;
}

.wpml-ls-current-language.wpml-ls-item-es>a .wpml-ls-native:before,
ul.sub-menu .wpml-ls-item-es .wpml-ls-native:before,
ul.wpml-ls-sub-menu .wpml-ls-item-es .wpml-ls-native:before {
    background-position: left 4.2229%;
}

.wpml-ls-current-language.wpml-ls-item-uk>a .wpml-ls-native:before,
ul.sub-menu .wpml-ls-item-uk .wpml-ls-native:before,
ul.wpml-ls-sub-menu .wpml-ls-item-uk .wpml-ls-native:before {
    background-position: center 4.66663%;
}

.wpml-ls-current-language.wpml-ls-item-ar>a .wpml-ls-native:before,
ul.sub-menu .wpml-ls-item-ar .wpml-ls-native:before,
ul.wpml-ls-sub-menu .wpml-ls-item-ar .wpml-ls-native:before {
    background-position: center 5.3298%;
}

@font-face {
    font-family: AvenirNextWorld-Regular;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url("https://pubs.payoneer.com/fonts/AvenirNextWorld-Regular.woff2") format("woff2"),
        url("https://pubs.payoneer.com/fonts/AvenirNextWorld-Regular.woff") format("woff");
}

@font-face {
    font-family: AvenirNextWorld-Demi;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url("https://pubs.payoneer.com/fonts/AvenirNextWorld-Demi.woff2") format("woff2"),
        url("https://pubs.payoneer.com/fonts/AvenirNextWorld-Demi.woff") format("woff");
}

footer {
    padding: 55px 0 35px;
    background-color: var(--wp--preset--color--payoneer-black);
    color: #fff;
    overflow: hidden;
}

footer:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.2) 0,
            rgba(0, 0, 0, 0.87) 75.86%);
    opacity: 0.8;
}

footer:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg,
            #ff4800 0,
            #d054bc 26.56%,
            #0092f4 54.69%,
            #0092f4 54.7%,
            #15c474 100%);
}

footer .site-info {
    position: relative;
    z-index: 1;
}

footer .site-info a {
    text-decoration: none;
    color: #fff;
}

footer .footer-menu .menu-footer-menu-container {
    font-size: 14px;
}

footer .footer-menu .menu-footer-menu-container>ul {
    padding: 0;
    list-style: none;
}

footer .footer-menu .menu-footer-menu-container>ul>li {
    font-size: 14px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    footer .footer-menu .menu-footer-menu-container>ul>li {
        margin-bottom: 0;
        padding-inline-end: 50px;
        width: 25%;
    }
}

footer .footer-menu .menu-footer-menu-container>ul>li>span {
    font-family: var(--wp--preset--font-family--avenir-next-world-demi);
    display: block;
}

footer .footer-menu .menu-footer-menu-container>ul ul {
    padding: 0;
    list-style: none;
    margin-top: 33px;
}

footer .footer-menu .menu-footer-menu-container>ul ul li {
    display: block;
    font-size: 14px;
    line-height: 140%;
}

footer .footer-menu .menu-footer-menu-container>ul ul li a {
    padding: 6px 0;
    display: block;
    color: var(--wp--preset--color--payoneer-light-grey);
    transition: color 0.4s ease-in-out;
}

footer .footer-menu .menu-footer-menu-container>ul ul li a:hover {
    color: var(--wp--preset--color--payoneer-blue) !important;
}

footer .footer-logo img {
    width: 100%;
    height: auto;
    max-width: 130px;
}

footer .footer-privacy-links .legal-link {
    width: 50%;
    color: var(--wp--preset--color--payoneer-middle-grey);
    font-family: var(--wp--preset--font-family--avenir-next-world-demi);
    font-size: 12px;
    cursor: pointer;
}

footer .list-inline {
    text-align: center;
}

@media (min-width: 768px) {
    body .has-super-gigantic-font-size {
        line-height: 130%;
        font-size: var(--wp--preset--font-size--super-gigantic) !important;
    }

    footer {
        padding: 100px 0 45px;
    }

    footer .list-inline {
        text-align: left;
    }
}

footer .site-copyright {
    font-size: 12px;
    color: var(--wp--preset--color--payoneer-middle-grey);
    font-family: var(--wp--preset--font-family--avenir-next-world-demi);
}

footer .site-copyright p {
    line-height: normal;
}

body {
    overflow-x: hidden;
}

body .mm-slideout {
    z-index: auto;
}

body .platform-parts {
    all: unset;
}

body .header-section .platform-parts {
    top: 30px;
    position: relative;
}

body dotlottie-player svg {
    transform: none !important;
}

html[lang="es-ES"] .section[data-section-name*="resource hub"] {
    display: none;
}

html[lang="es-ES"] [data-menu-category="Resources"] {
    display: none;
}

@media (max-width: 767px) {
    footer .footer-logo {
        margin-bottom: 13px;
    }

    footer .footer-privacy-links {
        height: 80px;
        width: 100%;
    }

    .wp-block-columns.is-not-stacked-on-mobile {
        flex-wrap: wrap !important;
    }

    .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
        flex-basis: 100%;
    }
}

.is-style-vertical-divider>.wp-block-column {
    position: relative;
}

.is-style-vertical-divider>.wp-block-column:not(:last-of-type):after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.11);
    width: 115px;
    height: 2px;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
    .is-style-vertical-divider>.wp-block-column:not(:last-of-type):after {
        transform: translateY(-50%);
        top: 50%;
        right: 0;
        left: auto;
        width: 1px;
        min-height: 60px;
    }

    .slick-slider:not(.slick-vertical) .slick-slide:not([class*="me-"]):not([class*="mx-"]),
    .slider-container:not(.slick-vertical) .slick-slide:not([class*="me-"]):not([class*="mx-"]) {
        margin: 0 15px;
    }
}

.has-payoneer-black-background-color .is-style-vertical-divider>.wp-block-column:not(:last-of-type):after,
.has-payoneer-dark-black-background-color .is-style-vertical-divider>.wp-block-column:not(:last-of-type):after {
    background: #242526;
    background: linear-gradient(0deg,
            rgba(36, 37, 38, 0) 0,
            #242526 75%,
            #3a3a3c 100%);
}

body:not(.mm-wrapper--opened) header.site-header .bottom-header {
    box-shadow: 0 100px 115px rgba(132, 148, 190, 0.11),
        0 41.7776px 48.0443px rgba(132, 148, 190, 0.079074),
        0 22.3363px 25.6868px rgba(132, 148, 190, 0.0655718),
        0 12.5216px 14.3998px rgba(132, 148, 190, 0.055),
        0 6.6501px 7.64762px rgba(132, 148, 190, 0.0444282),
        0 2.76726px 3.18234px rgba(132, 148, 190, 0.030926);
}

header.site-header {
    min-height: 69px;
    position: relative;
    z-index: 4;
    transition: box-shadow 0.3s ease-in-out;
}

header.site-header .header-logo {
    max-width: 114px;
}

header.site-header .header-logo a {
    display: flex;
}

header.site-header .header-logo a img {
    height: 100%;
    max-width: 100%;
    width: 100%;
}

header.site-header .top-header {
    background-color: #005f4f;
}

header.site-header .top-header .top-menu ul:not(.sub-menu)>li {
    font-family: AvenirNextWorld-Demi;
    list-style: none;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    position: relative;
    padding: 8px 0;
}

header.site-header .top-header .top-menu ul:not(.sub-menu)>li:after {
    content: "";
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    transition: border-bottom-color 0.2s ease-in-out;
    position: absolute;
    width: 100%;
    top: calc(100% - 2px);
    left: 0;
}

header.site-header .top-header .top-menu ul:not(.sub-menu)>li:hover:after {
    border-bottom-color: var(--wp--preset--color--payoneer-blue);
}

header.site-header .top-header .top-menu ul:not(.sub-menu)>li a {
    text-decoration: none;
    color: var(--wp--preset--color--payoneer-white);
}

header.site-header .top-header .top-menu ul:not(.sub-menu)>li .sub-menu {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transition: transform 0.15s ease;
    transform: translateX(-50%);
    list-style: none;
    background: #005f4f;
    backdrop-filter: blur(14.5px);
    -webkit-backdrop-filter: blur(14.5px);
    border-radius: 0 0 8px 8px;
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 10px 10px 10px 15px;
    margin: 0;
    z-index: 1;
    transform: translateX(-50%);
    width: -moz-fit-content;
    width: fit-content;
}

header.site-header .top-header .top-menu ul:not(.sub-menu)>li .sub-menu li {
    font-size: 11px;
    white-space: nowrap;
    margin-bottom: 1px;
}

header.site-header .top-header .top-menu ul:not(.sub-menu)>li .sub-menu li a {
    text-transform: none;
    transition: color 0.2s ease-in-out;
}

header.site-header .top-header .top-menu ul:not(.sub-menu)>li .sub-menu li a:hover {
    color: var(--wp--preset--color--payoneer-blue) !important;
}

header.site-header .top-header .top-menu ul:not(.sub-menu)>li .sub-menu li a span {
    display: flex;
    align-items: center;
}

header.site-header .top-header .top-menu ul:not(.sub-menu)>li .sub-menu li a span i {
    margin-inline-start: auto;
    padding-inline-start: 10px;
}

header.site-header .top-header .top-menu ul:not(.sub-menu)>li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
    transform: translateX(-50%);
    transition-delay: 0.15s;
}

header.site-header .top-header .top-menu ul:not(.sub-menu)>li.wpml-ls-item a {
    display: block;
    background: rgba(135, 135, 135, 0.3);
    border-radius: 500px;
    padding: 0 11px;
}

header.site-header .top-header .top-menu ul:not(.sub-menu)>li.wpml-ls-item a>span {
    display: flex;
    align-items: center;
}

header.site-header .top-header .top-menu ul:not(.sub-menu)>li.wpml-ls-item:hover:after {
    border-bottom-color: transparent;
}

header.site-header .top-header .top-menu ul:not(.sub-menu)>li.wpml-ls-item img {
    max-width: 14px;
    height: 14px;
    border: 1px solid var(--wp--preset--color--payoneer-middle-grey);
    border-radius: 50%;
    margin-inline-end: 7px;
}

header.site-header .top-header .top-menu ul:not(.sub-menu)>li.wpml-ls-item .sub-menu {
    left: auto;
    right: 0;
    transform: translate(0);
}

header.site-header .top-header .top-menu ul:not(.sub-menu)>li.wpml-ls-item .sub-menu a {
    background: 0 0;
    padding: 0;
    border-radius: 0;
}

header.site-header .bottom-header {
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
    body:not(.page-template-page-product-layout) footer>img.position-absolute {
        height: 100%;
        -o-object-position: top left;
        object-position: top left;
        -o-object-fit: cover;
        object-fit: cover;
    }

    header.site-header .bottom-header {
        padding: 22px 0;
    }

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

header.site-header .bottom-header.scrolled {
    position: fixed;
    width: 100%;
    top: 0;
}

header.site-header .bottom-header.scrolled .main-navigation #primary-menu>li {
    padding: 17px 0;
}

header.site-header .bottom-header .main-navigation #primary-menu>li {
    transition: all 0.3s ease;
    font-family: AvenirNextWorld-Demi;
    padding: 19px 0;
    font-size: 16px;
}

header.site-header .bottom-header .main-navigation #primary-menu>li:not(.menu-item-has-children)>a i {
    display: none;
}

header.site-header .bottom-header .main-navigation #primary-menu>li>a {
    display: flex;
    align-items: center;
    padding: 5px 14px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.2s ease-in-out;
    color: var(--wp--preset--color--payoneer-black);
}

header.site-header .bottom-header .main-navigation #primary-menu>li>a i {
    transform: rotate(90deg);
    color: #878787;
    transition: all 0.15s ease;
}

header.site-header .bottom-header .main-navigation #primary-menu>li:not(.wpml-ls-item)>.sub-menu {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transition: transform 0.15s ease;
    transform: translateX(-50%);
    background: var(--wp--preset--color--payoneer-white);
    box-shadow: 0 100px 80px rgba(0, 0, 0, 0.07),
        0 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198),
        0 22.3363px 17.869px rgba(0, 0, 0, 0.0417275),
        0 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
        0 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725),
        0 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    border-radius: 0 0 20px 20px;
    margin: 0;
    width: 100%;
    max-width: 900px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    align-items: start;
}

@media screen and (max-height: 850px) {
    header.site-header .bottom-header .main-navigation #primary-menu>li:not(.wpml-ls-item)>.sub-menu {
        overflow-y: scroll;
        max-height: 600px;
    }
}

@media screen and (max-height: 768px) {
    header.site-header .bottom-header .main-navigation #primary-menu>li:not(.wpml-ls-item)>.sub-menu {
        overflow-y: scroll;
        max-height: 500px;
    }
}

@media (min-width: 992px) {
    footer .footer-privacy-links .legal-link {
        width: auto;
    }

    header.site-header {
        min-height: 114px;
    }

    header.site-header .header-logo {
        max-width: 162px;
    }

    header.site-header .bottom-header .main-navigation #primary-menu>li:not(.wpml-ls-item)>.sub-menu {
        overflow-y: scroll;
        max-height: 85vh;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}

header.site-header .bottom-header .main-navigation #primary-menu>li:not(.wpml-ls-item)>.sub-menu .sub-menu::-webkit-scrollbar {
    display: none;
}

header.site-header .bottom-header .main-navigation #primary-menu>li:not(.wpml-ls-item)>.sub-menu>li {
    height: 100%;
}

header.site-header .bottom-header .main-navigation #primary-menu>li:not(.wpml-ls-item)>.sub-menu>li:first-of-type {
    position: relative;
    width: 100%;
}

header.site-header .bottom-header .main-navigation #primary-menu>li:not(.wpml-ls-item)>.sub-menu>li:first-of-type>span {
    display: block;
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 2px solid var(--wp--preset--color--payoneer-light-grey);
}

header.site-header .bottom-header .main-navigation #primary-menu>li:hover {
    text-decoration: none;
}

header.site-header .bottom-header .main-navigation #primary-menu>li:hover>a>i {
    transform: rotate(270deg);
}

header.site-header .bottom-header .main-navigation #primary-menu>li:hover a {
    background-color: #f8f8f8;
}

header.site-header .bottom-header .main-navigation #primary-menu>li:hover>.sub-menu {
    display: flex;
    flex-wrap: wrap;
    visibility: visible;
    opacity: 1;
    height: auto;
    transform: translateX(-50%);
    transition-delay: 0.15s;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) {
    display: inline-block;
    vertical-align: top;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) a {
    text-decoration: none;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore).banner-menu-item {
    flex: 1 0 100%;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore).banner-menu-item>a {
    background: linear-gradient(294.14deg, #f8f5fd 32.28%, #f0f9fd 47.99%);
    padding: 29px 35px;
    font-size: 15px;
    color: var(--wp--preset--color--payoneer-blue);
    display: block;
    margin-bottom: 25px;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore).banner-menu-item>a .description {
    font-size: 14px;
    color: var(--wp--preset--color--payoneer-black);
    font-family: var(--wp--preset--font-family--avenir-next-world-regular);
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore).banner-menu-item>a span {
    display: block;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore).banner-menu-item>a span span {
    display: flex;
    align-items: center;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu {
    padding: 0;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu li .description {
    display: block;
    margin-top: 8px;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu .title-menu-item {
    padding: 0 24px;
    margin-bottom: 25px;
    width: 100%;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu .title-menu-item>span {
    padding: 0 12px;
    font-size: 15px;
    color: var(--wp--preset--color--payoneer-blue);
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu .title-menu-item.use-cases-menu-item {
    height: 100%;
    padding: 0;
    width: 100%;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu .title-menu-item.use-cases-menu-item.title-menu-item>span {
    color: var(--wp--preset--color--payoneer-middle-grey);
    opacity: 0.64;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu .title-menu-item.use-cases-menu-item.title-menu-item .sub-menu li {
    font-family: var(--wp--preset--font-family--avenir-next-world-regular);
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu .title-menu-item.use-cases-menu-item.title-menu-item .sub-menu li a {
    padding: 6px 12px;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu .title-menu-item.use-cases-menu-item.title-menu-item .sub-menu li a:hover {
    background: 0 0;
    text-decoration: underline;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu .title-menu-item.use-cases-menu-item.title-menu-item .sub-menu li i {
    display: none !important;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu .title-menu-item>.sub-menu {
    position: relative;
    display: block;
    padding: 0;
    margin-top: 10px;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu .title-menu-item>.sub-menu li {
    display: flex;
    align-items: center;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu .title-menu-item>.sub-menu li a {
    color: var(--wp--preset--color--payoneer-dark-black);
    font-size: 13px;
    width: 100%;
    border-radius: 8px;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.2s ease-in-out;
    text-decoration: none;
    position: relative;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu .title-menu-item>.sub-menu li a .description {
    display: block;
    font-size: 12px;
    color: var(--wp--preset--color--payoneer-black);
    font-family: var(--wp--preset--font-family--avenir-next-world-regular);
    opacity: 0.8;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu .title-menu-item>.sub-menu li a i {
    opacity: 0.18;
    margin-inline-start: auto;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu .title-menu-item>.sub-menu li a:hover {
    background-color: #f8f8f8;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu .title-menu-item>.sub-menu li:not(.btn-explore) a>span {
    width: calc(100% - 40px);
    display: block;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu .title-menu-item>.sub-menu li:not(.btn-explore) a i {
    opacity: 0.18;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 30px;
    transition: all 0.2s ease-in-out;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu .title-menu-item>.sub-menu li:not(.btn-explore) a:hover {
    background-color: #f8f8f8;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu .title-menu-item>.sub-menu li:not(.btn-explore) a:hover i {
    right: 20px;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu .title-menu-item>.sub-menu>li>span i {
    margin-inline-end: 10px;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu .title-menu-item>.sub-menu>li:first-of-type .sub-menu {
    display: block;
    padding: 0;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu .title-menu-item>.sub-menu>li:hover:not(:first-of-type):first-of-type .sub-menu {
    display: none;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .sub-menu .title-menu-item>.sub-menu>li:hover .sub-menu {
    display: block;
    background: #fff;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .wrapper-menu-item:not(.use-case-column) {
    flex: 1;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .wrapper-menu-item:not(.use-case-column)>ul {
    -moz-columns: 2;
    columns: 2;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .wrapper-menu-item.use-case-column {
    width: 280px;
    padding: 0 20px;
    border-inline-start: 2px solid rgba(0, 0, 0, 0.06);
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .wrapper-menu-item.title-menu-item>.sub-menu {
    -moz-columns: 2;
    columns: 2;
    vertical-align: top;
    margin-top: 0;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .wrapper-menu-item.title-menu-item>.sub-menu .btn-explore {
    margin-top: 20px;
    padding: 0;
    display: block;
    width: 100%;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .wrapper-menu-item.title-menu-item>.sub-menu .btn-explore a {
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 12px;
    color: var(--wp--preset--color--payoneer-blue);
    font-size: 13px;
    width: 100%;
    display: flex;
    align-items: center;
    transition: box-shadow 0.2s ease-in-out;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .wrapper-menu-item.title-menu-item>.sub-menu .btn-explore a:hover {
    background-color: var(--wp--preset--color--payoneer-light-grey);
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item.btn-explore {
    padding: 0 25px;
    display: block;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item.btn-explore a {
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 12px;
    color: var(--wp--preset--color--payoneer-blue);
    font-size: 13px;
    width: 100%;
    display: flex;
    align-items: center;
    transition: box-shadow 0.2s ease-in-out;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item.btn-explore a:hover {
    background-color: var(--wp--preset--color--payoneer-light-grey);
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item.btn-explore a .description {
    font-size: 12px;
    color: var(--wp--preset--color--payoneer-black);
    font-family: AvenirNextWorld-Regular;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item.btn-explore a i {
    margin-inline-start: auto;
    opacity: 1;
    color: var(--wp--preset--color--payoneer-black);
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item.note-link {
    padding: 0 30px 30px;
    position: relative;
    top: calc(100% - 50px);
    font-family: AvenirNextWorld-Regular;
    color: var(--wp--preset--color--payoneer-black);
    font-size: 13px;
    height: auto !important;
}

header.site-header .bottom-header .main-navigation #primary-menu .menu-item.note-link a {
    background-color: rgba(0, 0, 0, 0);
    color: var(--wp--preset--color--payoneer-blue);
    font-family: AvenirNextWorld-Demi;
    text-decoration: underline;
}

header.site-header .btn {
    padding: 3px 24px;
    font-size: 16px;
}

.btn-burger {
    position: relative;
    width: 27px;
}

.btn-burger span {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 0;
    display: block;
    background: var(--wp--preset--color--payoneer-black);
    transition: 0.5s;
    display: block;
}

.btn-burger span::before,
.btn-burger span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 0;
    display: block;
    background: var(--wp--preset--color--payoneer-black);
    transition: 0.5s;
}

.btn-burger span:before {
    margin-top: -8px;
}

.btn-burger span:after {
    margin-top: 6px;
}

.mm-wrapper--opened .btn-burger span {
    opacity: 0;
    top: 50%;
}

.mm-wrapper--opened .btn-burger span:first-child {
    opacity: 1;
    transform: rotate(405deg);
}

.mm-wrapper--opened .btn-burger span:last-child {
    opacity: 1;
    transform: rotate(-405deg);
}

.hamburger {
    font: inherit;
    display: inline-block;
    vertical-align: middle;
    overflow: visible;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
}

.hamburger .hamburger-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 18px;
}

.hamburger .hamburger-box .hamburger-inner {
    position: absolute;
    width: 27px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: var(--wp--preset--color--payoneer-black);
}

.hamburger .hamburger-box .hamburger-inner:after,
.hamburger .hamburger-box .hamburger-inner:before {
    display: block;
    content: "";
    position: absolute;
    width: 27px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: var(--wp--preset--color--payoneer-black);
}

.hamburger .hamburger-box .hamburger-inner:before {
    top: 6px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform, opacity;
}

.hamburger .hamburger-box .hamburger-inner:after {
    top: 12px;
    bottom: -10px;
}

.hamburger.is-active .hamburger-box .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-box .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger.is-active .hamburger-box .hamburger-inner:after {
    top: 20px;
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}


header.site-header .bottom-header .main-navigation #primary-menu .menu-item:not(.btn-explore) .wrapper-menu-item:not(.use-case-column) {
    flex: 1 0 50%;
}

.container {
    margin: 0 auto;
}

/* @media (max-width: 1399px) {
  .container {
    max-width: 1080px;
  }
} */
@media (min-width: 1400px) {
    .container {
        max-width: 1080px;
    }
}

body .fade:not(.show) {
    height: 0;
    visibility: hidden;
}

body .fade:not(.show) * {
    height: 0;
    visibility: hidden;
}

body .fade:not(.show) img {
    height: 0;
}

body .mvh-100 {
    min-height: 100vh;
}

body .top-25 {
    top: 25% !important;
}

body .shadow {
    box-shadow: 0 4px 20px -5px rgba(8, 52, 82, 0.12),
        0 20px 30px rgba(8, 52, 82, 0.08) !important;
}

body .shadow-lg {
    box-shadow: 0 57px 79px rgba(42, 42, 42, 0.08),
        0 23.8132px 33.0043px rgba(42, 42, 42, 0.0575083),
        0 12.7317px 17.6457px rgba(42, 42, 42, 0.0476886),
        0 7.13728px 9.89203px rgba(42, 42, 42, 0.04),
        0 3.79056px 5.25358px rgba(42, 42, 42, 0.0323114),
        0 1.57734px 2.18613px rgba(42, 42, 42, 0.0224916) !important;
}

body .mh-100 {
    min-height: calc(90vh - 69px);
}

body .dropdown .dropdown-menu li {
    font-size: var(--wp--preset--font-size--small);
}

body .dropdown .dropdown-menu li:not(:last-of-type) {
    border-bottom: 1px solid #e2e2e2;
}

body .dropdown .dropdown-menu li .dropdown-item {
    padding: 6px 0;
}

body .dropdown .dropdown-menu li .dropdown-item:not(.disabled) {
    color: var(--wp--preset--color--payoneer-black) !important;
}

body .dropdown .dropdown-menu li .dropdown-item.disabled {
    color: var(--wp--preset--color--payoneer-light-grey) !important;
}

body .dropdown .dropdown-menu li .dropdown-item.active,
body .dropdown .dropdown-menu li .dropdown-item:hover {
    background: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    color: var(--wp--preset--color--payoneer-blue);
}

body .dropdown .btn.dropdown-toggle {
    padding: 7px 20px;
}

body .dropdown .btn.dropdown-toggle span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body .dropdown .btn.dropdown-toggle:after {
    content: "î¦œ";
    font-family: Payoneer-Level-One;
    border: 0;
    font-size: 34px;
    margin: 0;
    transition: all 0.2s ease-in-out;
}

body .dropdown .btn.dropdown-toggle.show:after {
    transform: rotate(180deg);
}

.bg-dark [class*="border"]:not(.has-border-color),
.has-payoneer-black-background-color [class*="border"]:not(.has-border-color),
.has-payoneer-dark-black-background-color [class*="border"]:not(.has-border-color) {
    border-color: #333 !important;
}

.slick-slider,
.slider-container {
    transition: opacity 0.15s linear;
}

.slick-slider:not(.slick-initialized):not(.slider-initialized),
.slider-container:not(.slick-initialized):not(.slider-initialized) {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.slick-slider:not(.slick-vertical) .slick-track,
.slider-container:not(.slick-vertical) .slick-track {
    display: flex !important;
}

.slick-slider:not(.slick-vertical) .slick-slide,
.slider-container:not(.slick-vertical) .slick-slide {
    height: inherit !important;
    margin: 0;
}

.slick-slider:not(.py-0) .slick-list,
.slider-container:not(.py-0) .slick-list {
    padding: 60px 0;
}

@media (min-width: 768px) {

    .slick-slider:not(.py-0) .slick-list,
    .slider-container:not(.py-0) .slick-list {
        padding: 25px 0;
    }
}

.slick-slider.pt-0 .slick-list,
.slider-container.pt-0 .slick-list {
    padding: 0 0 60px;
}

.slick-slider:not(.overflow-hidden) .slick-list,
.slider-container:not(.overflow-hidden) .slick-list {
    overflow: visible;
    box-sizing: initial;
}

.slick-slider:not(.logos-carousel):not(.stack-slider):not(.fade-transition) .slick-slide,
.slider-container:not(.logos-carousel):not(.stack-slider):not(.fade-transition) .slick-slide {
    transition: box-shadow 0.1s ease-in-out;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slick-slider:not(.logos-carousel):not(.stack-slider):not(.fade-transition) .slick-slide.sliding,
.slider-container:not(.logos-carousel):not(.stack-slider):not(.fade-transition) .slick-slide.sliding {
    transform: scale(0.95);
}

.slick-slider.logos-carousel img,
.slider-container.logos-carousel img {
    margin: 0 auto;
    text-align: center;
}

.slick-arrow {
    display: none !important;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-inline-start: auto;
    margin-inline-end: auto;
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: 0 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 20px 0 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    width: 30px;
    padding: 0 5px;
    cursor: pointer;
}

.slick-dots li button {
    color: transparent !important;
    background: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    left: auto;
    line-height: normal;
    font-size: 0;
    padding: 0;
}

.slick-dots li button:before {
    content: "";
    background: rgba(0, 0, 0, 0);
    display: block;
    line-height: normal;
    font-size: initial;
    opacity: 1;
    border-radius: 50%;
    border: 2px solid var(--wp--preset--color--payoneer-black);
    width: 13px;
    height: 13px;
}

.slick-dots li.slick-active button:before {
    border-color: var(--wp--preset--color--payoneer-black);
    background-color: var(--wp--preset--color--payoneer-black);
}

.slick-progress {
    display: block;
    width: 100%;
    height: 3px;
    overflow: hidden;
    background-color: #d9d9d9;
    background-image: linear-gradient(to right,
            var(--wp--preset--color--payoneer-blue),
            var(--wp--preset--color--payoneer-blue));
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
}

.slick-progress .slider__label {
    display: none;
}

.slider-buttons .custom-slick-arrow {
    color: var(--wp--preset--color--payoneer-white);
    background: var(--wp--preset--color--payoneer-black);
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

.slider-buttons .custom-slick-arrow:hover {
    background: var(--wp--preset--color--payoneer-blue);
}

.slider-buttons .custom-slick-arrow.next i {
    position: relative;
    left: 1px;
}

.slider-buttons .custom-slick-arrow.previous i {
    position: relative;
    right: 1px;
}

.bg-dark .slick-dots li button:before,
.has-payoneer-black-background-color .slick-dots li button:before,
.has-payoneer-dark-black-background-color .slick-dots li button:before,
.theme-dark .slick-dots li button:before {
    border: 2px solid var(--wp--preset--color--payoneer-white);
    background-color: rgba(0, 0, 0, 0);
}

.bg-dark .slick-dots li.slick-active button:before,
.has-payoneer-black-background-color .slick-dots li.slick-active button:before,
.has-payoneer-dark-black-background-color .slick-dots li.slick-active button:before,
.theme-dark .slick-dots li.slick-active button:before {
    background-color: var(--wp--preset--color--payoneer-white);
}

.bg-dark .slick-progress,
.has-payoneer-black-background-color .slick-progress,
.has-payoneer-dark-black-background-color .slick-progress,
.theme-dark .slick-progress {
    background-color: #2c2c2c;
    background-image: linear-gradient(90deg,
            #d054ce 0,
            #0092f4 50%,
            #15c474 100%);
}

.bg-dark.orange-section .slick-progress,
.has-payoneer-black-background-color.orange-section .slick-progress,
.has-payoneer-dark-black-background-color.orange-section .slick-progress,
.theme-dark.orange-section .slick-progress {
    background-color: #2c2c2c;
    background-image: linear-gradient(90deg, #ff4800 0, #dfd902 100%);
}

.has-payoneer-green-background-color .slick-progress {
    background-color: #fff;
    background-image: linear-gradient(90deg,
            #2c2c2c 0,
            #2c2c2c 50%,
            #2c2c2c 100%);
}

.has-payoneer-black-background-color .slick-progress {
    background-color: #fff;
    background-image: linear-gradient(90deg,
            var(--wp--preset--color--payoneer-blue) 0%,
            var(--wp--preset--color--payoneer-blue) 50%,
            var(--wp--preset--color--payoneer-blue) 100%);
}

.has-payoneer-black-background-color .slider-buttons .custom-slick-arrow {
    background: var(--wp--preset--color--payoneer-white);
}

.has-payoneer-black-background-color .slider-buttons .custom-slick-arrow i {
    color: var(--wp--preset--color--payoneer-black) !important;
}

.stack-slider .slick-track {
    transform: none !important;
}

.stack-slider .slick-slide {
    transition: all 0.3s ease;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.stack-slider .slick-slide:not(.slick-current) {
    transform: translateX(-38px) scale(0.85);
    max-height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(180deg,
            #e9f0f4 0,
            rgba(233, 240, 244, 0) 81.25%) !important;
}

.stack-slider .slick-slide:not(.slick-current)>* {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.stack-slider .slick-slide.slick-current {
    z-index: 1;
}

.stack-slider .slick-slide.slick-current+.slick-slide {
    transform: translateX(38px) scale(0.85);
}

.stack-slider .slick-progress {
    display: none;
}

.stack-slider .slider-wrapper>.d-flex {
    justify-content: space-around;
}

.floating-image-slider .slick-dots {
    position: absolute;
}

.mkt-pon {
    margin: 0 auto;
}

@media (max-width: 575px) {
    .mkt-pon {
        max-width: 480px;
    }
}

@media (min-width: 768px) {

    .slick-slider.pt-0 .slick-list,
    .slider-container.pt-0 .slick-list {
        padding: 0 0 25px;
    }

    .stack-slider .slick-slide:not(.slick-current) {
        transform: translateX(-135px) scale(0.85);
    }

    .stack-slider .slick-slide.slick-current+.slick-slide {
        transform: translateX(135px) scale(0.85);
    }

    .mkt-pon {
        max-width: 900px;
    }

    #press-slider .slick-list {
        overflow: hidden;
    }
}

.mkt-pon form {
    width: 100% !important;
}

.mkt-pon .mktoForm {
    padding: 0;
}

.mkt-pon .mktoForm .mktoFormRow {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

.mkt-pon .mktoForm .mktoFormRow .check-radio-box-wrap {
    padding-top: 18px;
}

.mkt-pon .mktoForm .mktoFormRow .check-radio-box-wrap>label {
    -webkit-line-clamp: unset;
    top: 0;
    text-indent: 0;
    padding-bottom: 10px;
}

.mkt-pon .mktoForm .mktoFormRow .check-radio-box-wrap .mktoFieldWrap.mktoRequiredField {
    display: flex;
    flex-direction: column;
}

.mkt-pon .mktoForm .mktoFormRow .check-radio-box-wrap .mktoFieldWrap.mktoRequiredField .flex-parent {
    margin-top: 0;
}

.mkt-pon .mktoForm .mktoFormRow.consent-row {
    margin: 15px 0;
}

.mkt-pon .mktoForm .mktoFormRow fieldset.mktoFormCol {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.mkt-pon .mktoForm .mktoFormRow legend:not(:empty) {
    float: none;
    font-size: 17px;
    line-height: 30px;
    color: #333;
    font-family: AvenirNextWorld-Demi;
    margin: 0 0 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    width: 100%;
}

.mkt-pon .mktoForm .mktoFormRow .mktoInstruction {
    font-size: 11px;
    line-height: 15px;
}

.mkt-pon .mktoForm .mktoFormRow .mktoFormCol {
    width: 100%;
}

.mkt-pon .mktoForm .mktoFormRow .mktoFieldWrap.mktoRequiredField {
    position: relative;
}

.mkt-pon .mktoForm .mktoFormRow label {
    width: auto !important;
    font-size: 14px;
    font-family: AvenirNextWorld-Demi;
    font-weight: 400 !important;
    padding: 0;
    pointer-events: none;
    color: var(--wp--preset--color--payoneer-black);
}

.mkt-pon .mktoForm .mktoFormRow label#LblProgress_Notes__c {
    background-color: #fcfcfc;
    margin: 0 2rem 0 3px;
}

.mkt-pon .mktoForm .mktoFormRow a {
    color: #0092f4;
}

.mkt-pon .mktoForm .mktoFormRow input,
.mkt-pon .mktoForm .mktoFormRow select,
.mkt-pon .mktoForm .mktoFormRow textarea {
    background-color: #fcfcfc;
    width: 100% !important;
    border-color: #d9dade;
    border-style: solid;
    border-width: 2px;
    font-size: 14px;
    color: #333;
    border-radius: 8px;
    line-height: 54px;
    text-indent: 7px;
    max-height: 54px;
    outline: 0;
    margin-top: 10px;
    min-height: 54px;
}

.mkt-pon .mktoForm .mktoFormRow input.mktoInvalid,
.mkt-pon .mktoForm .mktoFormRow select.mktoInvalid,
.mkt-pon .mktoForm .mktoFormRow textarea.mktoInvalid {
    border-color: #ff1f24;
}

.mkt-pon .mktoForm .mktoFormRow textarea {
    min-height: 100px;
    text-indent: inherit;
    line-height: initial;
    padding: 30px 12px 0;
}

.mkt-pon .mktoForm .mktoFormRow select {
    display: block;
    padding: 0.7rem 2.25rem 0.375rem 0.375rem;
}

.mkt-pon .mktoForm .mktoFormRow input[type="date"] {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.mkt-pon .mktoForm .mktoFormRow input[type="date"]::-webkit-calendar-picker-indicator {
    left: -5px;
    position: relative;
}

.mkt-pon .mktoForm .mktoFormRow .mktoCheckboxList .flex-child {
    position: relative;
}

.mkt-pon .mktoForm .mktoFormRow input[type="checkbox"],
.mkt-pon .mktoForm .mktoFormRow input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.mkt-pon .mktoForm .mktoFormRow input[type="checkbox"]~label,
.mkt-pon .mktoForm .mktoFormRow input[type="radio"]~label {
    font-size: 15px;
    color: #333;
    position: initial;
    display: flex;
    text-indent: 0;
    overflow: visible;
}

.mkt-pon .mktoForm .mktoFormRow input[type="checkbox"]~label:before,
.mkt-pon .mktoForm .mktoFormRow input[type="radio"]~label:before {
    content: "" !important;
    border-radius: 100%;
    border-color: #d9dade;
    border-style: solid;
    border-width: 2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-inline-end: 10px;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mkt-pon .mktoForm .mktoFormRow input[type="checkbox"]:checked~label:before,
.mkt-pon .mktoForm .mktoFormRow input[type="radio"]:checked~label:before {
    background-color: #0092f4;
    box-shadow: inset 0 0 0 4px #fff;
    border-color: #eee;
    display: block;
}

.mkt-pon .mktoForm .mktoFormRow input[type="checkbox"]+label:before {
    border-radius: 4px;
    background-color: initial;
}

.mkt-pon .mktoForm .mktoFormRow input[type="checkbox"]:checked~label:before {
    background-color: #0092f4;
    box-shadow: none;
    border-color: #0092f4;
}

.mkt-pon .mktoForm .mktoFormRow input[type="checkbox"]:checked~label:after {
    content: "î¦–";
    font-family: Payoneer-Level-One;
    color: #fff;
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 0;
    line-height: 20px;
    width: 20px;
}

.mkt-pon .mktoForm .mktoFormRow .mktoAsterix,
.mkt-pon .mktoForm .mktoFormRow .mktoClear,
.mkt-pon .mktoForm .mktoFormRow .mktoGutter,
.mkt-pon .mktoForm .mktoFormRow .mktoOffset {
    display: none;
}

.mkt-pon .mktoForm .mktoFormRow .mktoHtmlText {
    width: auto !important;
}

.mkt-pon .mktoForm .mktoFormRow.consent-row .mktoFormCol {
    width: 100%;
}

.mkt-pon .mktoForm .mktoFormRow.consent-row .flex-parent {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 100% !important;
    padding: 20px 0;
    margin: 0;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.mkt-pon .mktoForm .mktoFormRow.consent-row .flex-child {
    width: 100% !important;
}

.mkt-pon .mktoForm .mktoFormRow.consent-row .flex-child:first-of-type {
    padding: 0 0 15px;
}

@media (min-width: 576px) {
    .mkt-pon .mktoForm .mktoFormRow.consent-row .flex-child {
        width: 48% !important;
        padding: 0 10px;
    }

    .mkt-pon .mktoForm .mktoFormRow.consent-row .flex-child:first-of-type {
        border-right: 1px solid #eee;
        padding: 0 15px 0 0;
    }
}

.mkt-pon .mktoForm .mktoFormRow.consent-row .flex-child label {
    display: flex;
}

@media (max-width: 575px) {
    .mkt-pon .mktoForm .mktoFormRow.consent-row .flex-parent {
        flex-direction: column;
    }

    .mkt-pon .mktoForm .mktoFormRow.consent-row .flex-child label {
        font-size: 13px;
        line-height: 17px;
    }
}

.mkt-pon .mktoForm .mktoFormRow.consent-row .flex-child input {
    min-height: 23px;
    height: 100%;
    width: 100% !important;
}

.mkt-pon .mktoForm .mktoFormRow.consent-row label:before {
    content: " " !important;
    flex: 0 0 20px;
    margin-inline-end: 20px !important;
}

.mkt-pon .mktoForm .mktoFormRow.consent-row label#LblconsentCollected {
    display: none;
}

.mkt-pon .mktoForm .mktoFormRow.do-col-100 .mktoFormCol {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

.mkt-pon .mktoForm .mktoFormRow.do-col-100 p {
    text-align: center;
    font-size: 13px;
    color: #999;
    margin-top: 1rem;
}

.mkt-pon .mktoForm .mktoFormRow .mktoError {
    width: 100%;
    font-size: 14px;
}

.mkt-pon .mktoForm .mktoFormRow .mktoError .mktoErrorArrowWrap {
    width: 16px;
    height: 8px;
    overflow: hidden;
    position: absolute;
    left: 5px;
    background-color: rgba(0, 0, 0, 0);
}

.mkt-pon .mktoForm .mktoFormRow .mktoError .mktoErrorArrowWrap .mktoErrorArrow {
    display: none;
    background-color: rgba(0, 0, 0, 0);
    height: 16px;
    transform: rotate(45deg);
    margin-top: 5px;
}

.mkt-pon .mktoForm .mktoFormRow .mktoError .mktoErrorMsg {
    font-family: AvenirNextWorld-Demi;
    padding: 0;
    color: #ff1f24;
    margin-top: 10px;
    font-size: 12px;
}

.mkt-pon .mktoForm .mktoFormRow .flex-parent {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.mkt-pon .mktoForm .mktoButtonRow {
    text-align: center;
    padding: 25px 0;
    position: relative;
    z-index: 1;
}

.mkt-pon .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    padding: 9px 53px;
    max-width: 250px;
    color: var(--wp--preset--color--payoneer-white);
    border: 0;
    cursor: pointer;
    background-color: var(--wp--preset--color--payoneer-black) !important;
    font-family: AvenirNextWorld-Demi;
    font-size: 16px;
    border-radius: 500px;
    line-height: normal;
    transition: all 0.2s ease-in-out;
}

.mkt-pon .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
    background-color: var(--wp--preset--color--payoneer-blue) !important;
}

.select2-container {
    z-index: 99999;
}

.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown {
    padding: 8px 8px 8px 4px;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
    top: 3px;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
    top: -3px;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown--above,
.select2-container.select2-container--default.select2-container--open .select2-dropdown--below {
    border: 1px solid #d9dade;
    border-radius: 8px;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown--above ul,
.select2-container.select2-container--default.select2-container--open .select2-dropdown--below ul {
    padding-inline-end: 6px;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown--above ul.select2-results__options::-webkit-scrollbar-track,
.select2-container.select2-container--default.select2-container--open .select2-dropdown--below ul.select2-results__options::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #ededed;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown--above ul.select2-results__options::-webkit-scrollbar,
.select2-container.select2-container--default.select2-container--open .select2-dropdown--below ul.select2-results__options::-webkit-scrollbar {
    margin: 8px;
    width: 6px;
    border-radius: 3px;
    background-color: #ededed;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown--above ul.select2-results__options::-webkit-scrollbar-thumb,
.select2-container.select2-container--default.select2-container--open .select2-dropdown--below ul.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #bfbfbf;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown--above ul.select2-results__options li,
.select2-container.select2-container--default.select2-container--open .select2-dropdown--below ul.select2-results__options li {
    padding: 3px 15px;
    color: #2e2e2e;
    opacity: 0.63;
    font-size: 14px;
    font-family: AvenirNextWorld-Demi;
}

.select2-container.select2-container--default.select2-container--open .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(255, 72, 0, 0.12);
    color: #2e2e2e;
    opacity: 1;
}

.select2-container.select2-container--default.select2-container--open .select2-results__option--selectable:empty {
    display: none;
}

.select2-container.select2-container--default.select2-container--open.select2-container--focus .select2-selection--multiple {
    border: 1px solid #d9dade;
    background-color: #fcfcfc;
    border-radius: 8px !important;
}

.select2-container.select2-container--default .select2-selection--multiple,
.select2-container.select2-container--default .select2-selection--single {
    min-height: 54px;
    padding: 10px;
    border: 2px solid #d9dade !important;
    background-color: #fcfcfc;
    border-radius: 8px;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice,
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__choice {
    font-size: 11px;
    background: #edeff0;
    color: #7c7c7c;
    border: 0;
    padding: 6px;
    margin: 0;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove,
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__choice__remove {
    position: static;
    border-right: 0;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-search textarea,
.select2-container.select2-container--default .select2-selection--single .select2-search textarea {
    display: none;
}

#main-modal .mkt-pon .mktoForm .mktoFormRow.consent-row .flex-parent {
    flex-direction: column;
    gap: 1rem;
}

#main-modal .mkt-pon .mktoForm .mktoFormRow.consent-row .flex-parent .flex-child {
    width: 100% !important;
    margin: 0;
    padding: 0;
}

#main-modal .mkt-pon .mktoForm .mktoFormRow.consent-row .flex-parent .flex-child:first-of-type {
    border: none;
}

.header-section .minisite-header-center {
    min-height: 147px;
}

.header-section .universe-position {
    z-index: 0;
}

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

.universe-position.is-style-reverse {
    top: 30% !important;
}

.universe-position .universe-holder .ring.halo {
    transform: translateX(-50%);
    -webkit-mask: radial-gradient(transparent 690px, #000 691px);
    mask: radial-gradient(transparent 690px, #000 691px);
}

.universe-position .universe-holder .ring.halo.animated-halo {
    transform-origin: 0;
    animation-name: animatedHaloMobile;
    animation-duration: 10s;
    animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.universe-position .universe-holder .ring.halo .inner-halo {
    display: none;
}

#globe {
    top: 70% !important;
    left: 50%;
}

@media (min-width: 992px) {
    body .mh-100 {
        min-height: calc(100vh - 114px);
    }

    .universe-position .universe-holder .ring.halo.animated-halo {
        animation-name: animatedHaloDesktop;
    }

    #globe {
        left: 90%;
        top: 50% !important;
    }

    #press-slider .slick-list {
        padding: 170px 50px !important;
    }
}

@media (max-width: 575px) {
    .wp-block-group.rellax {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .wp-block-group.rellax h1,
    .wp-block-group.rellax>div,
    .wp-block-group.rellax>p {
        margin: 0 !important;
        padding: 0 !important;
    }

    .minisite-header-center {
        min-height: 169px !important;
    }
}

@font-face {
    font-family: AvenirNextWorld-Regular;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://pubs.payoneer.com/fonts/AvenirNextWorld-Regular.woff2") format("woff2");
    font-stretch: normal;
}

@font-face {
    font-family: AvenirNextWorld-Demi;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://pubs.payoneer.com/fonts/AvenirNextWorld-Demi.woff2") format("woff2");
    font-stretch: normal;
}

@font-face {
    font-family: Payoneer-Level-One;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://pubs.payoneer.com/fonts/Payoneer-Level-One.woff2") format("woff2");
    font-stretch: normal;
}

.wp-container-core-buttons-is-layout-1.wp-container-core-buttons-is-layout-1 {
    justify-content: center;
}

.wp-container-core-group-is-layout-1.wp-container-core-group-is-layout-1> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 330px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wp-container-core-group-is-layout-1.wp-container-core-group-is-layout-1>.alignwide {
    max-width: 330px;
}

.wp-container-core-group-is-layout-1.wp-container-core-group-is-layout-1 .alignfull {
    max-width: none;
}

.wp-container-core-group-is-layout-2.wp-container-core-group-is-layout-2> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 620px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wp-container-core-group-is-layout-2.wp-container-core-group-is-layout-2>.alignwide {
    max-width: 620px;
}

.wp-container-core-group-is-layout-2.wp-container-core-group-is-layout-2 .alignfull {
    max-width: none;
}

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

.wp-container-core-group-is-layout-6.wp-container-core-group-is-layout-6> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 900px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wp-container-core-group-is-layout-6.wp-container-core-group-is-layout-6>.alignwide {
    max-width: 900px;
}

.wp-container-core-group-is-layout-6.wp-container-core-group-is-layout-6 .alignfull {
    max-width: none;
}

.wp-container-core-group-is-layout-7.wp-container-core-group-is-layout-7> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 900px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wp-container-core-group-is-layout-7.wp-container-core-group-is-layout-7>.alignwide {
    max-width: 900px;
}

.wp-container-core-group-is-layout-7.wp-container-core-group-is-layout-7 .alignfull {
    max-width: none;
}

.wp-container-core-group-is-layout-9.wp-container-core-group-is-layout-9> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 540px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wp-container-core-group-is-layout-9.wp-container-core-group-is-layout-9>.alignwide {
    max-width: 540px;
}

.wp-container-core-group-is-layout-9.wp-container-core-group-is-layout-9 .alignfull {
    max-width: none;
}

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

.wp-container-core-group-is-layout-14.wp-container-core-group-is-layout-14> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 700px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wp-container-core-group-is-layout-14.wp-container-core-group-is-layout-14>.alignwide {
    max-width: 700px;
}

.wp-container-core-group-is-layout-14.wp-container-core-group-is-layout-14 .alignfull {
    max-width: none;
}

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

.wp-container-core-buttons-is-layout-2.wp-container-core-buttons-is-layout-2 {
    justify-content: center;
}

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

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

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

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

.wp-container-core-group-is-layout-45.wp-container-core-group-is-layout-45> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 540px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wp-container-core-group-is-layout-45.wp-container-core-group-is-layout-45>.alignwide {
    max-width: 540px;
}

.wp-container-core-group-is-layout-45.wp-container-core-group-is-layout-45 .alignfull {
    max-width: none;
}

.wp-container-core-buttons-is-layout-6.wp-container-core-buttons-is-layout-6 {
    justify-content: flex-start;
}

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

.wp-container-core-group-is-layout-78.wp-container-core-group-is-layout-78> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 443px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wp-container-core-group-is-layout-78.wp-container-core-group-is-layout-78>.alignwide {
    max-width: 443px;
}

.wp-container-core-group-is-layout-78.wp-container-core-group-is-layout-78 .alignfull {
    max-width: none;
}