/*
Theme Name: space_theme
Theme URI: 
Author: Kubik
Author URI: 
Description: Clean minimalistic theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: space_theme
Tags:
*/
* {
    margin: 0;
    padding: 0;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    outline: 0 !important;
    font-optical-sizing: auto;
}

.oswald {
    font-family: "Oswald", sans-serif;
}

.barlow {
    font-family: "Barlow", sans-serif;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    overflow-x: hidden;
    background-color: #1B1A1F;
}

main {
    overflow: hidden;
}

h1,
.h1,
h2,
.h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-family: Barlow, sans-serif;
    font-weight: 600;
}

h1,
.h1 {
    font-size: 112px;
    line-height: 105%;
    text-align: center;
    margin-bottom: 40px;
}

h2,
.h2 {
    font-size: 88px;
    line-height: 105%;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 32px;
}

h3,
.h3 {
    font-size: 48px;
    line-height: 105%;
    letter-spacing: -0.015em;
    margin-bottom: 20px;
}

h4,
.h4 {
    font-size: 36px;
    line-height: 110.00000000000001%;
    letter-spacing: -0.02em;
}

h5,
.h5 {
    font-size: 24px;
    line-height: 114.99999999999999%;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

section {
    padding-top: 120px;
    padding-bottom: 120px;
}

p {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.02em;
}

.reg {
    font-weight: 400;
}

.h4-reg {
    font-family: Barlow;
    font-weight: 400;
    font-size: 36px;
    line-height: 110.00000000000001%;
    letter-spacing: -0.02em;
    text-align: center;
}

.fs-16 {
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.01em;
}

.bg-white {
    background-color: #fff;
}

.bg-blue {
    background-color: #1F2DA9 !important;
}

.bg-8 {
    background-color: #1B1A1F;
}

.bg-13 {
    background-color: #2E2C33;
}

.bg-primary {
    background-color: #F6F6F6;
}

.relative {
    position: relative;
}

.subheading {
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 6%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.heading {
    position: relative;
    margin-bottom: 60px;
}

.heading-white * {
    color: #1A091C;
}

.heading p {
    text-align: center;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.center {
    text-align: center;
}

.white {
    color: #fff !important;
}

.dark {
    color: #1A091C
}

.blue {
    color: #1F2DA9;
}

.color-2 {
    color: #FF3457
}

.color-4 {
    color: #BBD6F9
}

.color-6 {
    color: #E2E4F9
}

.color-7 {
    color: #9394A9
}

.bg-color-12 {
    background: rgba(255, 255, 255, 0.20) !important
}

.color-13 {
    color: #3446E7
}

.bg-color-13 {
    background: #2E2C33
}

.color-14 {
    color: #767687 !important
}

.secondary {
    color: #C1C2D8
}

.box {
    position: relative;
    max-width: 1440px;
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
}

.box-800 {
    max-width: 920px;
}

.box-1000 {
    max-width: 1050px;
}

.box-1200 {
    max-width: 1280px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

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

.btn {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 40px;
    border-radius: 32px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 60px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-red {
    background: transparent;
}

.btn-red:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(left, #E22F35 50.38%, #FF0B4C 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50.38%, #E22F35), to(#FF0B4C));
    background: linear-gradient(90deg, #E22F35 50.38%, #FF0B4C 100%);
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.btn-grey {
    background: #D2D2DA;
    color: #1A091C;
}

.btn-color-4 {
    background: #BBD6F9;
    color: #1A091C;
}

.btn-color-4:focus,
.btn-grey:focus {
    -webkit-box-shadow: 0 0 0 4px #364457;
    box-shadow: 0 0 0 4px #364457;
}

.btn-red:hover {
    background: #C22326;
}

.btn-red:active {
    background: #881C2A;
}

.btn-red:focus {
    background: transparent;
    -webkit-box-shadow: 0 0 0 4px #364457;
    box-shadow: 0 0 0 4px #364457;
}

.btn-red-span:before {
    z-index: 0;
}

.btn-red span {
    font: inherit;
    position: relative;
}

.btn-blue {
    background: #1F2DA9;
}

.btn-blue:hover {
    background: #2534BF;
}

.btn-blue:active {
    background: #3446E7;
}

.btn-blue:focus {
    background: #1F2DA9;
    -webkit-box-shadow: 0 0 0 4px #364457;
    box-shadow: 0 0 0 4px #364457;
}

.btn-arrow {
    padding-right: 64px;
}

.btn-arrow:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-image: url(img/icons/arrow.svg);
    right: 32px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn-arrow:hover:after,
.btn-arrow:focus:after {
    right: 26px;
}

.btn-alpha {
    height: 40px;
    padding: 12px 16px;
    background-color: rgba(255, 255, 255, 0.20);
}

.btn-alpha:hover {
    background-color: rgba(255, 255, 255, 0.30);
}

.btn-alpha:active {
    background-color: rgba(255, 255, 255, 0.40);
}

.btn-alpha:focus {
    background-color: rgba(255, 255, 255, 0.20);
    -webkit-box-shadow: 0 0 0 4px #364457;
    box-shadow: 0 0 0 4px #364457;
}

.btn-small {
    height: 40px;
    padding: 10px 16px;
}

.mixed-text {
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
}

.mixed-text span {
    font: inherit;
    letter-spacing: inherit;
    color: #C1C2D8;
}

.sidenav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    background: #fff;
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    transform: translateX(-105%);
    padding: 0 40px 30px 40px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.sidenav-active .sidenav {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

.sidenav.right-aligned {
    right: 0;
    -webkit-transform: translateX(105%);
    -ms-transform: translateX(105%);
    transform: translateX(105%);
    left: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.sidenav li {
    float: none;
}

.sidenav-menu li {
    display: block;
}

iframe {
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a,
a:hover,
a:active,
a:focus,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:active,
textarea:focus,
button,
button:hover,
button:focus,
button:active {
    outline: none;
}

button,
input[type=submit] {
    cursor: pointer;
    border: 0;
}

textarea {
    resize: none;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

::-moz-selection {
    background: #1F2DA9;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #1F2DA9;
    text-shadow: none;
    color: #fff;
}

.mobile-nav {
    display: none;
}

.btn-burger {
    position: absolute;
    left: 0;
    top: 12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: transparent;
    display: none;
}

.footer {
    padding: 52px 0;
}

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

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.thanks-block {
    position: fixed;
    top: 15%;
    left: 50%;
    width: 100%;
    background-color: #0071B8;
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-box-shadow: 15px -15px 15px rgba(0, 21, 53, 0.45);
    box-shadow: 15px -15px 15px rgba(0, 21, 53, 0.45);
    margin-left: -585px;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    max-width: 1170px;
    min-height: 404px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}

.thanks-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 1000000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn-close {
    position: absolute;
    right: 17px;
    top: 24px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.thanks-content {
    position: relative;
    padding: 100px 100px 100px 600px;
}

.thanks-content * {
    color: #fff
}

.thanks-content h2 {
    padding: 0 0 26px 0;
}

.sidenav-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
    background: rgba(27, 26, 31, 0.20);
    -webkit-backdrop-filter: blur(12.600000381469727px);
    backdrop-filter: blur(12.600000381469727px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
}

.sidenav-active .sidenav-overlay {
    opacity: 1;
    visibility: visible;
}

.header-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.brand-logo {
    position: absolute;
    margin-top: -2px;
}

.brand-logo,
.brand-logo img {
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header {
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #1B1A1F;
    padding: 30px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header.out.active {
    -webkit-transform: translateY(-160%);
    -ms-transform: translateY(-160%);
    transform: translateY(-160%);
}

.header.active {
    top: 0;
}

.header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

.header-list-right {
    margin-right: 8px;
}

.header-list li.menu-item-has-children {
    padding-right: 28px;
}

.header-list li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.32px;
}

.header-list li a:focus,
.header-list li a:hover {
    color: #ccc;
}

.header-list-left li a {
    font-family: Oswald, sans-serif;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}

.header.mega-open .brand-logo svg path[fill="white"] {
    fill: #1A091C;
}

.mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 90px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: -1;
    max-height: 0;
    background: #fff;
    -webkit-transform-origin: 20% 0;
    -ms-transform-origin: 20% 0;
    transform-origin: 20% 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    will-change: opacity;
    -webkit-transition: .3s ease, max-height .15s;
    -o-transition: .3s ease, max-height .15s;
    transition: .3s ease, max-height .15s
}

.header.mega-open .mega-menu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.mega-menu-inner {
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.header.mega-open .mega-menu-inner {
    opacity: 1;
}

.mega-panel {
    display: none;
    gap: 40px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 52px 0;
}

.mega-panel.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[data-menu-panel="business"] .mega-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0
}

[data-menu-panel="business"] .mega-links a {
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
}

.mega-left-card {
    width: 573px;
    min-width: 573px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin-bottom: 52px;
}

.mega-image {
    display: block;
    border-radius: 16px;
}

.mega-label span {
    display: block;
    max-width: 180px;
    color: #1A091C;
    font-family: Oswald, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.48px;
    margin-bottom: 16px;
}

.mega-explore {
    color: #1A091C;
    font-family: Oswald, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

.mega-explore:after {
    content: "";
    position: absolute;
    margin: 0 0 0 4px;
    width: 24px;
    height: 24px;
    background-image: url(img/icons/arrow_dark.svg);
}

.mega-explore:hover {
    color: #3446E7;
}

.mega-explore:hover:after {
    -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(99%) saturate(5463%) hue-rotate(238deg) brightness(96%) contrast(88%);
    filter: brightness(0) saturate(100%) invert(22%) sepia(99%) saturate(5463%) hue-rotate(238deg) brightness(96%) contrast(88%);
}

.mega-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px 38px;
}

.mega-link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
}

.mega-link-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    background: #F6F6F6;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.mega-link-icon:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 24px;
    height: 24px;
    background-image: url(img/icons/chevron_blue.svg);
}

.mega-link-item:hover .mega-link-icon {
    background: #3D4BFF;
}

.mega-link-item:hover .mega-link-icon:after {
    -webkit-filter: brightness(0) saturate(100%) invert(97%) sepia(77%) saturate(0%) hue-rotate(22deg) brightness(105%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(97%) sepia(77%) saturate(0%) hue-rotate(22deg) brightness(105%) contrast(101%);
}

.mega-link-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}

.mega-link-title {
    color: #1A091C;
    font-size: 24px;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -0.24px;
    display: block;
    margin-bottom: 8px;
}

.mega-link-sub {
    color: #767687;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.16px;
}

.header-list-left .menu-item[data-menu],
.header-list-right .menu-item[data-menu] {
    position: relative;
}

.header.mega-open .header-nav-right .btn,
.header.mega-open .menu-item>a,
.header-list-left .menu-item.is-active>a,
.header-list-right .menu-item.is-active>a {
    color: #13091F;
}

.header.mega-open .header-nav-right .btn {
    background: rgba(196, 197, 210, 0.40) !important
}

.header.mega-open .header-nav-right .btn.btn-blue {
    background: #1F2DA9 !important;
    color: #fff;
}

.page-template-exchange .header-nav-right .btn.btn-blue {
    background: #2534BF !important;
}

.mega-overlay {
    position: fixed;
    inset: 0;
    background: rgba(27, 26, 31, 0.20);
    -webkit-backdrop-filter: blur(12.600000381469727px);
    backdrop-filter: blur(12.600000381469727px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 2;
}

.header.mega-open+.mega-overlay {
    opacity: 1;
    visibility: visible;
}

.header-nav {
    position: relative;
    z-index: 10;
}

.input-txt-required {
    background-image: url(img/icons/star_default.svg);
    background-position: 97% 9px;
    background-repeat: no-repeat;
}

.input-txt-required.invalid {
    background-image: url(img/icons/star_red.svg);
}

.input-txt-required.valid {
    background-image: url(img/icons/star_default.svg);
}

.input-txt-required:not(.invalid):focus {
    background-image: url(img/icons/star_dark.svg);
}

.input-txt-required:not(.invalid):focus {
    border-color: #00B6D8
}

.input-txt {
    border: 1px solid #7B61FF;
    border-radius: 5px;
    color: #0D0B22;
    height: 60px;
    padding: 5px 15px;
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: transparent;
    color: #0D0B22
}

.input-field {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.textarea-txt {
    max-width: 100%;
    min-height: 240px;
    padding: 15px;
    display: block;
}

.labeled-checkbox {
    margin-top: 10px
}

.checkbox-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #CADFE3
}

.wpcf7-not-valid-tip {
    left: 0;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    float: left;
    margin-bottom: -19px;
    letter-spacing: 0.01em;
    color: #EF466F;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.input-label {
    position: absolute;
    color: #404753;
    font-size: 16px;
    left: 11px;
    top: 18px;
    padding: 0;
    margin: 0;
    z-index: 1;
    pointer-events: none;
    background: #fff;
    padding: 0 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.input-txt.active+label {
    font-size: 11px;
    line-height: 14px;
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
}

.checkboxes-wrap .wpcf7-list-item-label {
    color: transparent;
    width: 35px;
    height: 35px;
    display: block;
    white-space: nowrap;
    cursor: pointer;
}

[type=checkbox] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.checkboxes-wrap {
    position: relative;
    padding: 0 40px;
}

.checkbox-link-wrap {
    display: block;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
}

.checkbox-link-wrap a {
    font-size: inherit;
    font-family: inherit;
    line-height: 18px;
    color: #9f56ff;
}

.checkboxes-wrap .input-field {
    position: absolute;
    top: 3px;
    left: 0;
}

[type=checkbox]+span {
    color: transparent;
}

[type=checkbox]+span:before {
    content: '';
    position: absolute;
    height: 18px;
    width: 18px;
    background-color: initial;
    border: 2px solid #121213;
    border-radius: 3px;
    top: 0;
    left: 0;
    z-index: 0;
}

[type=checkbox]+span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    -o-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type=checkbox]:checked+span:after {
    top: 3px;
    left: 1px;
    width: 6px;
    height: 10px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #9f56ff;
    border-bottom: 2px solid #9f56ff;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.wpcf7-recaptcha iframe {
    -webkit-transform: scale(0.82);
    -ms-transform: scale(0.82);
    transform: scale(0.82);
}

.wpcf7-recaptcha>div {
    width: 278px !important;
}

.thanks-close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    text-align: center;
    padding-top: 8px;
}

.btn-sidenav-close {
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    left: 24px;
    padding: 0;
    text-align: center;
    top: 30px;
    padding-top: 4px;
}

.top-menu {
    text-align: center;
    margin: 25px 0 0 0;
}

.logo-mobile {
    display: block;
    padding-top: 26px;
    margin-left: 30px;
}

.logo-mobile img {
    height: auto;
}

.header-mobile {
    height: 70px;
}

.slick-current .slider-nav-dot {
    background: #00B6D8;
}

.slider-nav .slick-slide {
    width: 30px !important;
}

.slider-nav .slick-track {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.menu-item-has-children a:after {
    content: "";
    position: absolute;
    margin: -2px 0 0 2px;
    width: 24px;
    height: 24px;
    background-image: url(img/icons/caret.svg);
}

.header-nav-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 190px;
}

.header-nav-right {
    gap: 16px;
}

.hero {
    padding: 152px 0 80px;
}

.fs-24 {
    font-size: 24px;
}

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

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

.p-0 {
    padding: 0;
}

.hero .canada {
    gap: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

.partners-slider::before,
.partners-slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
    pointer-events: none;
    background: -o-linear-gradient(left,
        #1B1A1F 0%,
        rgba(27, 26, 31, 0) 100%);
    background: -webkit-gradient(linear,
        left top, right top,
        from(#1B1A1F),
        to(rgba(27, 26, 31, 0)));
    background: linear-gradient(90deg,
        #1B1A1F 0%,
        rgba(27, 26, 31, 0) 100%);
    z-index: 5;
}

.partners-slider::after {
    background: -o-linear-gradient(right,
        #1B1A1F 0%,
        rgba(27, 26, 31, 0) 100%);
    background: -webkit-gradient(linear,
        right top, left top,
        from(#1B1A1F),
        to(rgba(27, 26, 31, 0)));
    background: linear-gradient(270deg,
        #1B1A1F 0%,
        rgba(27, 26, 31, 0) 100%);
    left: auto;
    right: 0;
}

.partners-slider .partner-item img {
    max-width: 100%;
    min-width: 60px;
}

.partners-content {
    padding-left: 170px;
}

.partners-title {
    position: absolute;
    left: 0;
    bottom: 12px;
}

.partners-section {
    margin-bottom: 40px;
}

.banner img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.methods-section {
    margin-top: 32px;
}

.method-card {
    border-radius: 32px;
    background: #1F2DA9;
    height: 100%;
    width: 100%;
}

.method-card__title {
    padding: 24px 24px 0 24px;
}

.method-card img {
    width: 100%;
    height: auto;
    display: block;
}

.splide__pagination {
    bottom: -30px;
}

.settle-row {
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 4px minmax(0, 1fr) 4px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
}

.settle-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    padding: 8px;
    border-radius: 20px;
    background: #2E2C33;
    overflow: hidden;
}

.settle-card strong {
    position: relative;
}

.settle-icon {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 111px;
    flex: 0 0 111px;
}

.settle-icon:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 303px;
    height: 303px;
    border-radius: 303px;
    background: #1F2DA9;
    -webkit-filter: blur(45.400001525878906px);
    filter: blur(45.400001525878906px);
    left: -100px;
    top: -100px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.settle-card:hover .settle-icon:before,
.settle-card:focus .settle-icon:before {
    opacity: 1;
}

.settle-icon img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    border-radius: 16px;
}

.settle-info p {
    color: #C1C2D8;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.16px;
    margin-top: 8px;
    position: relative;
}

.bold {
    font-weight: 700;
}

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

.br-32 {
    border-radius: 32px;
}

.web-tabs {
    margin-bottom: 42px;
    overflow: hidden;
}

.web-tabs-nav {
    margin: 0 auto 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}

.web-tabs-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    border: none;
    border-radius: 40px;
    padding: 16px;
    background: rgba(196, 197, 210, 0.40);
    cursor: pointer;
    color: #1A091C;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    height: 55px;
    white-space: nowrap;
    -webkit-transition: background 0.25s ease, color 0.25s ease;
    -o-transition: background 0.25s ease, color 0.25s ease;
    transition: background 0.25s ease, color 0.25s ease;
}

.web-tabs-btn.active {
    color: #fff;
    background: transparent;
    z-index: 1;
}

.web-tabs-panels {
    margin: 0 auto;
}

.web-tabs-panel {
    display: none;
}

.web-tabs-panel.active {
    display: block;
}

.web-tabs-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 370px;
    /*-webkit-animation: showTab .3s ease-in-out;
    animation: showTab .3s ease-in-out;*/
}

@-webkit-keyframes showTab {
    from {
        opacity: .9;
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes showTab {
    from {
        opacity: .9;
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.web-tabs-text {
    padding: 92px 60px 92px 80px;
    position: relative;
    z-index: 1;
}

.web-tabs-text p {
    margin-bottom: 42px;
    max-width: 580px;
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.web-tabs-pic picture,
.web-tabs-pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.web-tabs-pic img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.web-tabs-panel .web-tabs-pic.move img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.web-tabs-nav .indicator {
    position: absolute;
    bottom: 0;
    height: 55px;
    background: #1F2DA9;
    border-radius: 40px;
    -webkit-transition: left .35s cubic-bezier(.25, .6, .35, 1), width .35s cubic-bezier(.25, .6, .35, 1);
    -o-transition: left .35s cubic-bezier(.25, .6, .35, 1), width .35s cubic-bezier(.25, .6, .35, 1);
    transition: left .35s cubic-bezier(.25, .6, .35, 1), width .35s cubic-bezier(.25, .6, .35, 1);
    pointer-events: none;
}

.splide__pagination__page {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: rgba(196, 197, 210, 0.40);
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
}

.splide__pagination__page.is-active {
    background: #FF3457;
}

.ellipse {
    position: absolute;
    width: 507px;
    height: 443px;
    border-radius: 507px;
    background: rgba(255, 255, 255, 0.20);
    -webkit-filter: blur(109.25px);
    filter: blur(109.25px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: -150px;
}

.exchange-service-left {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.exchange-service-right {
    padding-top: 25px;
}

.exchange-service-right .btn {
    margin-top: 37px;
}

.exchange-service-wrapper {
    margin-top: -32px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 76px 0 0 0;
    min-height: 400px;
    overflow: hidden;
}

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

.phone {
    display: block;
}

.check {
    gap: 20px;
}

.check-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
}

.check-icon img {
    display: block;
}

.programs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.program-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    min-height: 434px;
    padding: 48px 120px 48px 52px;
}

.program-card:hover .program-bg {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.program-bg {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    -webkit-transition: -webkit-transform .45s ease;
    transition: -webkit-transform .45s ease;
    -o-transition: transform .45s ease;
    transition: transform .45s ease;
    transition: transform .45s ease, -webkit-transform .45s ease;
}

.overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0.92;
}

.gradient-red {
    background: -o-linear-gradient(top, rgba(255, 52, 87, 0.00) 0%, #FF3457 79.84%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 52, 87, 0.00)), color-stop(79.84%, #FF3457));
    background: linear-gradient(180deg, rgba(255, 52, 87, 0.00) 0%, #FF3457 79.84%);
}

.gradient-blue {
    background: -o-linear-gradient(top, rgba(31, 45, 169, 0.00) 0%, #1F2DA9 79.84%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 45, 169, 0.00)), color-stop(79.84%, #1F2DA9));
    background: linear-gradient(180deg, rgba(31, 45, 169, 0.00) 0%, #1F2DA9 79.84%);
}

.program-content {
    position: relative;
    z-index: 3;
    margin-top: auto;
}

.program-arrow {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #F5F5F7;
    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;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.program-card:hover .program-arrow {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}

.licenses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 27px;
}

.license-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.license-item p {
    margin-bottom: 0;
}

.license-text .license-red {
    font: inherit;
    color: #FF2B48;
}

.blue-bg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-40%, -17%);
    -ms-transform: translate(-40%, -17%);
    transform: translate(-40%, -17%);
    max-width: 1920px;
    height: auto;
    z-index: -1;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-object-fit: cover;
    object-fit: cover;
}

.wide-pic {
    display: block;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 54px;
}

.payments-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}

.payments-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 43px;
}

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

.stat-number {
    font-family: Oswald, sans-serif;
    font-size: 80px;
    line-height: 105%;
    letter-spacing: -1.2px;
}

.stat-label {
    color: #E2E4F9;
    font-size: 24px;
    line-height: 115%;
    margin-top: 11px;
    opacity: 0.4;
}

.divider {
    width: 1px;
    height: 123px;
    background: rgba(196, 197, 210, 0.40);
}

.payments-left h3 {
    margin-bottom: 22px;
}

.industry-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 303.5px;
    padding: 32px;
}

.industry-card-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.industry-card-content {
    position: absolute;
    inset: 0;
    padding: 22px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.x-splide {
    margin-top: 24px;
}

.faq {
    max-width: 860px;
    margin: 0 auto;
}

.faq-item {
    position: relative;
    background: #2E2C33;
    border-radius: 16px;
    margin-bottom: 4px;
    overflow: hidden;
}

.faq-header {
    position: relative;
    width: 100%;
    padding: 40px 158px 40px 32px;
    border: none;
    outline: none;
    background: transparent;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: padding .3s;
    -o-transition: padding .3s;
    transition: padding .3s;
}

.faq-question {
    font-size: 24px;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -0.24px;
    text-align: left;
}

.faq-toggle {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 40px;
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.faq-toggle::before,
.faq-toggle::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background: #9394A9;
    border-radius: 3px;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
}

.faq-toggle::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq-item.is-open .faq-toggle::before {
    background: #fff;
}

.faq-item.is-open .faq-toggle::after {
    opacity: 0;
    -webkit-transform: rotate(90deg) scaleX(0);
    -ms-transform: rotate(90deg) scaleX(0);
    transform: rotate(90deg) scaleX(0);
}

.faq-body {
    max-height: 0;
    opacity: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    overflow: hidden;
    padding: 0 158px 0 32px;
    -webkit-transition: padding .3s ease-in-out, opacity .3s ease-in-out, height .3s ease-in-out;
    -o-transition: padding .3s ease-in-out, opacity .3s ease-in-out, height .3s ease-in-out;
    transition: padding .3s ease-in-out, opacity .3s ease-in-out, height .3s ease-in-out;
}

.faq-item.is-open .faq-body {
    padding: 0 158px 36px 32px !important;
    max-height: 100%;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: -24px;
}

.faq-body p {
    color: #C1C2D8;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.16px;
}

.footer {
    border-top: 1px solid rgba(196, 197, 210, 0.40);
}

.footer-info-item,
.footer-nav-column {
    min-width: 120px;
}

.footer-nav {
    gap: 45px;
}

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

.footer-bottom {
    margin-top: 104px;
}

.footer-brand p {
    margin-top: 16px;
}

.footer-links ul,
.footer-nav-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.footer-nav-column a {
    font-size: 20px;
    line-height: 115%;
    letter-spacing: -0.24px;
    color: #C1C2D8
}

.footer-nav-column a:hover,
.footer-nav-column a:focus {
    color: #fff;
}

.footer-nav-column .white-item a {
    color: #fff;
    font-weight: 600;
}

.footer-links ul {
    gap: 20px;
}

.footer-links ul a {
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
}

.footer-address {
    color: #C1C2D8;
}

.sidenav-menu {
    margin-top: 44px;
}

.menu-block {
    border-top: 1px solid #D2D2DA;
}

.single-link,
.block-head {
    position: relative;
    width: 100%;
    background: none;
    border: none;
    padding: 20px 24px;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1A091C;
    cursor: pointer;
}

.arrow {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(img/icons/chevron_down.svg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.menu-block.active .arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.block-body {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: max-height .4s ease;
    -o-transition: max-height .4s ease;
    transition: max-height .4s ease;
}

.menu-block.active .block-body {
    max-height: 600px;
    visibility: visible;
}

.block-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidenav-top {
    padding-bottom: 60px;
}

.sidenav-top .btn-red {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}

.sidenav-bottom {
    margin-top: auto;
    border-top: 1px solid #D2D2DA;
    padding-top: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidenav-bottom-text,
.sidenav-bottom-links {
    gap: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidenav-bottom-text p,
.sidenav-bottom-links a {
    color: #1A091C;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.16px;
}

.sidenav-bottom-text p {
    color: #767687;
}

.menu-block.active {
    border-top: 1px solid transparent;
}

.menu-block.active .block-head {
    font-weight: 600;
    border-radius: 16px;
    background: #F6F6F6;
}

.menu-block.active .arrow {
    -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(13%) saturate(439%) hue-rotate(216deg) brightness(97%) contrast(93%);
    filter: brightness(0) saturate(100%) invert(15%) sepia(13%) saturate(439%) hue-rotate(216deg) brightness(97%) contrast(93%);
}

.sidenav-menu .mega-links {
    gap: 20px;
}

[data-menu="business"] .mega-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-menu="business"] .mega-link-item {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
}

[data-menu="about"] .mega-links a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

[data-menu="about"] .mega-links a .mega-link-title {
    margin-bottom: 0;
}

.sidenav-menu .mega-image {
    min-width: 169px;
}

.sidenav-menu .mega-link-title {
    font-size: 20px;
    margin-bottom: 4px;
}

.sidenav-menu .mega-link-sub {
    font-size: 14px;
}

.sidenav-menu .mega-link-icon {
    min-width: 32px
}

.sidenav-menu .mega-explore {
    position: absolute;
    right: 110px;
    opacity: 0;
}

.sidenav-menu .mega-explore:after {
    margin: -3px 0 0 4px;
}

.sidenav-menu .menu-block.active .mega-explore {
    opacity: 1;
}

.contact-modal {
    position: fixed;
    top: 0;
    right: -102%;
    width: 60%;
    max-width: 820px;
    height: 100vh;
    background: #fff;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    z-index: 999;
    overflow-y: auto;
    padding: 40px 64px 40px 44px;
}

.contact-modal-form .wpcf7 {
    height: 100%
}

.contact-modal-form form,
.contact-modal-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.modal-form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.modal-footer {
    margin-top: auto;
    padding-top: 25px;
    padding-bottom: 20px;
}

.contact-modal.open {
    right: 0;
}

.contact-modal h2 {
    text-align: left;
    margin-bottom: 20px;
}

.sidenav-overlay.show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.contact-modal-inner {
    position: relative;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: none;
    background: transparent;
    z-index: 1
}

.modal-form {
    margin-top: 40px;
}

form select,
form input,
form textarea,
.modal-form input,
.modal-form textarea {
    border: 1px solid #C1C2D8;
    padding: 18px 16px;
    border-radius: 16px;
    width: 100%;
    color: #767687;
}

form input[type="text"],
form input[type="email"],
form textarea {
    color: #1A091C !important;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form textarea:focus {
    border-color: #1A091C;
}

form input[type="text"].wpcf7-not-valid,
form input[type="email"].wpcf7-not-valid,
form textarea.wpcf7-not-valid {
    border-color: #EF466F;
}

form input[type="text"].wpcf7-not-valid+.floating-label,
form input[type="email"].wpcf7-not-valid+.floating-label,
form textarea.wpcf7-not-valid+.floating-label {
    color: #EF466F !important;
}

.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
    color: transparent;
}

.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
    color: transparent;
}

.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
    color: transparent;
}

.wpcf7-form input::-ms-input-placeholder,
.wpcf7-form textarea::-ms-input-placeholder {
    color: transparent;
}

.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
    color: transparent;
}

.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
    color: transparent;
}

.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
    color: transparent;
}

.wpcf7-form input::-ms-input-placeholder,
.wpcf7-form textarea::-ms-input-placeholder {
    color: transparent;
}

.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
    color: transparent;
}

.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
    color: transparent;
}

.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
    color: transparent;
}

.wpcf7-form input::-ms-input-placeholder,
.wpcf7-form textarea::-ms-input-placeholder {
    color: transparent;
}

.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
    color: transparent;
}

.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
    color: transparent;
}

.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
    color: transparent;
}

.wpcf7-form input::-ms-input-placeholder,
.wpcf7-form textarea::-ms-input-placeholder {
    color: transparent;
}

.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
    color: transparent;
}

.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
    color: transparent;
}

.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
    color: transparent;
}

.wpcf7-form input::-ms-input-placeholder,
.wpcf7-form textarea::-ms-input-placeholder {
    color: transparent;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: transparent;
}

.floating-label {
    position: absolute;
    left: 13px;
    top: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    color: #767687;
    padding: 0 5px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

input:not(:-moz-placeholder-shown)+.floating-label,
textarea:not(:-moz-placeholder-shown)+.floating-label {
    top: -0.5px;
    font-size: 12px;
    left: 10px;
}

input:not(:-ms-input-placeholder)+.floating-label,
textarea:not(:-ms-input-placeholder)+.floating-label {
    top: -0.5px;
    font-size: 12px;
    left: 10px;
}

input:not(:-moz-placeholder-shown)+.floating-label,
textarea:not(:-moz-placeholder-shown)+.floating-label {
    top: -0.5px;
    font-size: 12px;
    left: 10px;
}

input:not(:-ms-input-placeholder)+.floating-label,
textarea:not(:-ms-input-placeholder)+.floating-label {
    top: -0.5px;
    font-size: 12px;
    left: 10px;
}

input:not(:-moz-placeholder-shown)+.floating-label,
textarea:not(:-moz-placeholder-shown)+.floating-label {
    top: -0.5px;
    font-size: 12px;
    left: 10px;
}

input:not(:-ms-input-placeholder)+.floating-label,
textarea:not(:-ms-input-placeholder)+.floating-label {
    top: -0.5px;
    font-size: 12px;
    left: 10px;
}

input:not(:-moz-placeholder-shown)+.floating-label,
textarea:not(:-moz-placeholder-shown)+.floating-label {
    top: -0.5px;
    font-size: 12px;
    left: 10px;
}

input:not(:-ms-input-placeholder)+.floating-label,
textarea:not(:-ms-input-placeholder)+.floating-label {
    top: -0.5px;
    font-size: 12px;
    left: 10px;
}

input:not(:-moz-placeholder-shown)+.floating-label,
textarea:not(:-moz-placeholder-shown)+.floating-label {
    top: -0.5px;
    font-size: 12px;
    left: 10px;
}

input:not(:-ms-input-placeholder)+.floating-label,
textarea:not(:-ms-input-placeholder)+.floating-label {
    top: -0.5px;
    font-size: 12px;
    left: 10px;
}

input:focus+.floating-label,
textarea:focus+.floating-label,
input:not(:placeholder-shown)+.floating-label,
textarea:not(:placeholder-shown)+.floating-label {
    top: -0.5px;
    font-size: 12px;
    left: 10px;
}

.wpcf7-response-output,
.wpcf7-spinner {
    display: none !important;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin-bottom: 26px;
}

textarea {
    height: 182px;
    resize: none;
    margin-bottom: 24px;
}

.modal-policy {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
    margin-top: 20px;
}

.modal-policy a {
    font: inherit;
    color: #1A091C;
}

.modal-policy a:hover,
.modal-policy a:focus {
    color: #3D4BFF;
}

.phone-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border: 1px solid #ddd;
    padding: 0 10px;
    border-radius: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.phone-wrap input {
    border: none;
    outline: none;
    padding-left: 0;
}

.modal-submit {
    margin-bottom: 15px;
}

.contact-modal-success {
    background: #1F2DA9;
}

.contact-modal-success .contact-modal-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.contact-modal-success .modal-footer {
    padding-bottom: 0;
}

body.modal-open {
    overflow: hidden;
}

.thanks-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
    z-index: -1;
}

.hero-btn-wrapper {
    margin-top: 40px;
}

.check-icons-top {
    margin-top: 52px;
}

.hero-single .hero-text {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.default-page .hero-single .hero-text {
    max-width: 100%;
}

.hero-text .secondary {
    margin: 16px auto 0;
    text-align: center;
}

.licensing {
    background: #F6F6F6;
    padding: 40px 48px;
    margin-bottom: 60px;
}

.licenses-about-us+.licensing {
    margin-bottom: 0;
}

.licensing * {
    color: #1A091C;
}

.licensing h3 {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 12px;
}

.licensing .bold {
    margin-bottom: 12px;
}

.licenses-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 20px;
    max-width: 100%;
}

.licenses-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 44px;
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.32px;
}

.licenses-item::before {
    content: "";
    position: absolute;
    margin: 0;
    width: 32px;
    height: 32px;
    left: 0;
    top: 50%;
    margin-top: -16px;
    background-image: url(img/reseller/icon.svg);
}

.pic {
    display: block;
    border-radius: 16px;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.bg-primary h5 {
    color: #1A091C;
}

.check-column {
    display: -ms-grid;
    display: grid;
    gap: 32px;
}

.otc-contact-form {
    gap: 32px;
}

.form-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-left .form-row:last-child {
    margin-bottom: 0;
}

.form-right textarea {
    height: 100%;
    min-height: 150px;
}

.form-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
}

.form-right .wpcf7-form-control-wrap {
    height: 100%;
}

.form-bottom {
    margin-top: 52px;
}

.otc-form-wrapper {
    padding: 60px 0;
}

select option[disabled] {
    color: #767687;
}

select option {
    color: #1A091C;
    background: #fff;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0983 10L8.90169 10C8.15069 10 7.73001 10.7535 8.19399 11.2676L11.2923 14.7006C11.6526 15.0998 12.3474 15.0998 12.7077 14.7006L15.806 11.2676C16.27 10.7535 15.8493 10 15.0983 10Z' fill='%239394A9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 28px 28px;
    padding-right: 40px;
}

.heading-left h2,
.heading-left p {
    text-align: left;
}

.exchange-iframe {
    border-radius: 32px;
}

.hero-exchange:before {
    content: "";
    position: absolute;
    margin: 0;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    bottom: -50px;
    left: 0;
    background: #1F2DA9;
    z-index: -1;
}

.page-template-business .header:not(.active),
.page-template-exchange .header:not(.active) {
    background: transparent;
}

.page-template-business .header:not(.active) .btn-alpha,
.page-template-business .header:not(.active) .header-list-left li a,
.page-template-business .header:not(.active) .header-list li a {
    color: #1A091C;
}

.page-template-business .header:not(.active) .brand-logo svg path[fill="white"] {
    fill: #1A091C;
}

.page-template-business .header:not(.active) .header-nav-right .btn-alpha {
    background: rgba(196, 197, 210, 0.40) !important;
}

.bg-f6 {
    background-color: #F6F6F6;
}

.bg-f6 h1,
.bg-f6 h2 {
    color: #1A091C;
}

.features-grid {
    display: -ms-grid;
    display: grid;
    gap: 8px;
    -ms-grid-columns: minmax(0, 1fr) 8px minmax(0, 1fr) 8px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 96px;
}

.features-grid .tile:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    text-align: center;
}

.features-grid .tile:nth-child(1) strong {
    display: block;
    font-size: 72px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.44px;
    margin-top: 56px;
}

.features-grid .tile:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
}

.features-grid .tile:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
}

.features-grid .tile:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
}

.features-grid .tile:nth-child(5) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
}

.tile {
    position: relative;
    padding: 32px;
    border-radius: 32px;
    overflow: hidden;
    min-height: 311px;
}

.tile p,
.tile strong {
    position: relative;
}

.tile.bg-white p,
.tile.bg-white strong {
    color: #1A091C;
}

.tile-tokens .cover {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.tile-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.72px;
    margin-bottom: 20px;
}

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

.tile-nocharge .tile-desc {
    margin-top: auto;
    font-weight: 700;
}

.ramp-text p,
.ramp-text strong {
    color: #1A091C;
}

.ramp-text h2 {
    text-align: left;
}

.ramp-text p.color-14 {
    margin: 12px 0 24px;
}

.red-list {
    gap: 20px;
}

.red-list p {
    position: relative;
    padding-left: 40px;
    font-weight: 700;
}

.red-list p:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 32px;
    height: 32px;
    background-image: url(img/icons/check_small.svg);
    left: 0;
}

.ramp-wrap .row:not(:last-child) {
    margin-bottom: 120px;
}

.fake-black-part {
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100px;
    background-color: #1B1A1F;
    margin-top: -95px;
    z-index: 0;
}

.fake-black-part+footer {
    border: none
}

.wallet-wrapper .method-card {
    background: #2E2C33
}

.wallet-wrapper .method-card img {
    padding: 0 24px;
}

.methods-text ul {
    margin-top: 34px;
}

.methods-text ul li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 48px;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.4px;
}

.methods-text ul li:last-child {
    margin-bottom: 0;
}

.methods-text ul li:before {
    content: "";
    position: absolute;
    margin: 2px 0 0 0;
    width: 24px;
    height: 24px;
    left: 0;
    background-image: url(img/icons/arrow_grey.svg);
}

.methods-list .row:not(:last-child) {
    margin-bottom: 52px;
}

.methods-text {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.methods-text .btn {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    margin-top: 40px;
}

.bg-color-12 * {
    color: #fff;
}

.licenses-about-us {
    padding: 20px;
}

.licenses-about-us .licenses {
    gap: 40px;
}

.licenses-about-us .license-item p {
    margin-bottom: 0;
}

.license-thin {
    font: inherit;
    font-weight: 400;
}

.about-text {
    padding-bottom: 60px;
}

.certs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px 12px;
    max-width: 530px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.certs p {
    position: relative;
    padding-left: 72px;
    margin: 0;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    font-size: 24px;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -0.24px;
    min-height: 50px;
}

.certs p::before {
    content: "";
    position: absolute;
    left: 0;
    width: 52px;
    height: 52px;
    background-image: url(img/icons/check_blue.svg);
    margin-top: -11px;
}

.blue-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}

.blue-item {
    background-color: #1F2DA9;
    padding: 32px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.blue-item .cover {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: auto;
}

.blue-item .h2 {
    font-weight: 400;
}

.blue-item .h5 {
    margin: 20px auto 8px;
    font-weight: 400;
}

.blue-item-content {
    text-align: center;
}

.blue-item-pic {
    display: block;
    margin: 0 auto;
}

section.error-404 {
    min-height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-content p {
    margin-bottom: 15px;
    font-size: 18px;
}

.single-content b {
    display: block;
    margin: 20px 0;
    font-size: 24px;
    font-weight: 600;
}

.single-content strong {
    font: inherit;
    font-weight: 600;
}

.anchor-top {
    position: absolute;
    margin-top: -80px;
}

.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

input.wpcf7-submit.btn-red::before {
    display: none;
}

input.wpcf7-submit.btn-red {
    background: #E22F35;
}

input.wpcf7-submit.btn-red:hover {
    background: #C22326;
}

input.wpcf7-submit.btn-red:focus {
    background: #E22F35;
}

input[type=submit] {
    width: auto;
}

.industry-card-content p {
    display: none;
}

.no-cursor {
    pointer-events: none;
}

.footer-nav-two-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 46px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-info .footer-nav-two-cols {
    gap: 0;
}

.footer-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 46px;
}

.btn-sign-up {
    padding-right: 40px;
}

.btn-sign-up:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 24px;
    height: 24px;
    right: 12px;
    background-image: url(img/icons/chevron_down_white.svg);
}

.modal-desc * {
    color: #1A091C;
    font-size: 14px;
}

.modal-desc {
    margin: 20px 0 0 0;
}

.modal-desc strong {
    font-weight: 600;
}

.modal-desc ul {
    margin-top: 8px;
}

.modal-desc ul li {
    position: relative;
    padding-left: 22px;
}

.modal-desc ul li:before {
    content: "";
    position: absolute;
    margin: 9.5px 0 0 0;
    left: 10px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #1A091C;
}

.sidenav-menu-links {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.sidenav-menu-links button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sidenav-menu-links button.btn-sign-up:after {
    right: auto;
    margin: 0 0 0 98px;
}

.h1-slider {
    height: 130px;
    margin: 10px 0 0 0;
    overflow: hidden;
}

.hero-desc-btns {
    margin-top: 60px;
}

.hero-desc-btn-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
}

.h1-slide-content .h1 {
    margin-bottom: 0;
}

.hero-desc-slide {
    padding-bottom: 5px;
}

.banner-slide {
    min-height: 584px;
    width: 100%;
    padding: 52px 190px 0 0;

}

.banner-slide img {
    visibility: visible;
}

.banner-slide .lottie {
    width: 353px;
    height: 471px;
    float: right;
}

.pic-fade-in,
#methods-splide .splide__slide:not(.is-clone) {
    opacity: 0;
    visibility: hidden;
}

.footer-two-links {
    gap: 12px;
    margin-top: 40px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.btn-ghost {
    position: relative;
    height: 76px;
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 24px 24px 68px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Barlow, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: #fff;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}

.btn-ghost:hover,
.btn-ghost:focus {
    border-color: rgba(255, 255, 255, 0.50);
}

.btn-ghost-icon:before {
    content: "";
    position: absolute;
    margin: 0;
    width: 24px;
    height: 24px;
    left: 32px;
    top: 26px;
    background-image: url(img/icons/icon_pricing.svg);
}

.btn-ghost-api:before {
    background-image: url(img/icons/icon_api.svg);
}

.btn-ghost-icon:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 24px;
    height: 24px;
    right: 24px;
    top: 26px;
    background-image: url(img/icons/arrow-right_minor.svg);
    opacity: 0.4;
}

.btn-ghost:hover:after,
.btn-ghost:focus:after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(40deg) brightness(107%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(40deg) brightness(107%) contrast(101%);
    opacity: 0.6;
}

@media only screen and (min-width: 768px) {
    .coming-up .heading {
        margin-bottom: 0;
    }

    .check-icons-top .check {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .licensing-left {
        position: relative;
        padding-left: 120px;
    }

    .licensing-left img {
        position: absolute;
        left: 0;
        margin-top: 20px;
    }

    .ramp-wrap .row:nth-child(even) .col:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .ramp-wrap .row:nth-child(even) .col:last-child {
        padding-right: 50px;
    }

    .ramp-wrap .row:nth-child(odd) .col:last-child {
        padding-left: 50px;
    }

    .methods-list .row:nth-child(even) .col:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (min-width:768px) and (max-width:1023.98px) {
    .footer-info .footer-nav-two-cols {
        gap: 24px;
    }

    .ramp-wrap .box .row:nth-child(odd) .col:last-child {
        padding-left: 30px;
    }

    .ramp-wrap .box .row:nth-child(even) .col:last-child {
        padding-right: 30px;
    }

    .ramp-wrap .pic {
        height: 308px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .licenses-about-us .license-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
    }

    .licenses-about-us .license-item p {
        max-width: 225px;
        text-align: center;
    }

    .footer-brand p {
        margin-top: 95px;
    }
}

@media only screen and (min-width: 1024px) and (max-width:1279px) {
    .header-list-left li a {
        font-size: 16px;
    }

    .header-list {
        gap: 18px;
    }
}

@media only screen and (min-width: 1024px) and (max-width:1440px) {
    .footer-info {
        width: 100%;
    }

    .footer-info .footer-nav-two-cols,
    .footer-info .footer-col {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media only screen and (min-width: 1024px) {

    .footer-nav .footer-nav-two-cols,
    .footer-nav .footer-col,
    .footer-nav .footer-nav-column {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .footer-links {
        min-width: 367px;
    }

    .footer-address.not-t {
        margin-left: 54px;
    }

    .industry-card:before {
        content: "";
        position: absolute;
        margin: 0;
        width: auto;
        height: auto;
        inset: 0;
        z-index: 1;
        background: -o-linear-gradient(top, #1F2DA9 0%, rgba(31, 45, 169, 0.00) 100%), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#1F2DA9), to(rgba(31, 45, 169, 0.00))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.20)), to(rgba(0, 0, 0, 0.20)));
        background: linear-gradient(180deg, #1F2DA9 0%, rgba(31, 45, 169, 0.00) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
        opacity: 0;
        -webkit-transition: opacity .25s;
        -o-transition: opacity .25s;
        transition: opacity .25s;
    }

    .industry-card:hover:before {
        opacity: 1;
    }

    .industry-card-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .industry-card-content p {
        display: block;
        font-size: 16px;
        opacity: 0;
        -webkit-transition: opacity .25s;
        -o-transition: opacity .25s;
        transition: opacity .25s;
    }

    .industry-card:hover .industry-card-content p {
        opacity: 1;
    }

    .methods-list .row .col:first-child {
        width: 55%;
    }

    .methods-list .row .col:last-child {
        padding: 0 50px;
        width: 45%;
    }

    .hero-exchange h1 {
        text-align: left;
        margin-top: 50px;
    }

    .exchange-iframe {
        margin-left: 60px;
    }

    .coming-up .heading {
        padding-top: 20px;
    }

    .row-otc .check-column {
        padding-left: 20px;
    }

    .industries-slider .splide__track {
        overflow: visible;
    }

    .industries-slider .splide__list {
        display: -ms-grid !important;
        display: grid !important;
        -ms-grid-columns: minmax(0, 1fr) 4px minmax(0, 1fr) 4px minmax(0, 1fr);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-auto-rows: minmax(200px, 1fr);
        gap: 4px;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        width: 100% !important;
    }

    .industries-slider .splide__slide {
        height: 100%;
        width: 100% !important;
        display: block;
    }

    .industries-slider .splide__slide:nth-child(1) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
    }

    .industries-slider .splide__slide:nth-child(2) {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1;
    }

    .industries-slider .splide__slide:nth-child(3) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
    }

    .industries-slider .splide__slide:nth-child(4) {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        grid-row: 2;
    }

    .industries-slider .splide__slide:nth-child(5) {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / span 2;
    }

    .industry-card {
        height: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 1440px) {

    .footer-info .footer-nav-two-cols,
    .footer-col,
    .footer-nav-two-cols,
    .footer-nav {
        gap: 20px;
    }

    .footer-col:first-child {
        min-width: 250px;
    }

    .footer-address.not-t {
        margin-left: 10px;
    }

    .mega-left-card {
        width: 430px;
        min-width: 430px;
    }

    [data-menu-panel="business"] .mega-links {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    [data-menu-panel="business"] .mega-links a {
        margin-bottom: 20px;
    }

    .footer-info-item,
    .footer-nav-column {
        width: 100%;
        min-width: auto;
    }
}

@media only screen and (max-width:1279px) {
    .h1-slider {
        height: 250px;
    }

    .h1-slide-content {
        width: 900px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1023.98px) {

    h1,
    .h1 {
        font-size: 80px;
    }

    h2,
    .h2 {
        font-size: 64px;
    }

    h3,
    .h3 {
        font-size: 44px;
    }

    h4,
    .h4 {
        font-size: 32px;
    }

    h5 {
        font-size: 24px;
    }

    h6 {
        font-size: 18px;
    }

    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .btn-ghost {
        height: 68px;
        padding: 20px 24px 20px 60px;
    }

    .btn-ghost-icon:before {
        top: 22px;
        left: 24px;
    }

    .btn-ghost-icon:after {
        top: 22px;
        right: 22px;
    }

    .footer-two-links {
        margin-top: 10px;
    }

    .banner-slide {
        min-height: 330px;
        padding: 29px 108px 0 0;
    }

    .banner-slide .lottie {
        width: 199px;
        height: 267px;
    }

    .h1-slider {
        height: 202px;
    }

    .h1-slide-content {
        width: 600px;
    }

    .footer-address.only-t {
        margin-top: 20px;
    }

    .footer-links ul,
    .footer-nav-column {
        gap: 20px;
    }

    .footer-links ul {
        gap: 16px;
    }

    .footer-col {
        display: block;
        min-width: auto !important;
        width: 50%;
    }

    .footer-nav-two-cols {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
    }

    .footer-nav-column {
        border-bottom: 1px solid #2E2C33;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .footer-nav-column:last-child {
        border-bottom: none;
    }

    .footer-col,
    .footer-nav-two-cols,
    .footer-nav {
        gap: 24px;
    }

    .blue-items {
        margin-left: -32px;
        margin-right: -32px;
    }

    .blue-item {
        padding: 24px
    }

    .blue-item-pic {
        max-width: 141px;
        height: auto;
    }

    .about-text {
        padding-bottom: 52px;
    }

    .ramp-wrap .row:not(:last-child) {
        margin-bottom: 80px;
    }

    .red-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
    }

    .tile-title {
        font-size: 32px;
    }

    .tile {
        min-height: 270px;
    }

    .features-grid .tile:nth-child(5) {
        min-height: auto;
    }

    .tile-nocharge .tile-desc {
        font-weight: 400;
    }

    .features-grid .tile:nth-child(1) strong {
        font-size: 60px;
        letter-spacing: -1.2px;
        margin-top: 42px;
    }

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

    .features-grid .tile {
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .features-grid .tile:nth-child(5) {
        grid-column: 1 / -1 !important;
    }

    .exchange-iframe {
        margin: 20px auto 0;
    }

    .otc-form-wrapper {
        padding: 32px 0 48px;
    }

    .otc-contact-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form-right {
        width: 100%;
    }

    .heading {
        margin-bottom: 52px;
    }

    .row-otc {
        gap: 40px;
    }

    .hero-single {
        padding: 134px 0 80px;
    }

    .licenses-grid {
        border-top: 1px solid rgba(196, 197, 210, 0.40);
        padding-top: 28px;
        margin-top: 28px;
    }

    .licensing {
        margin-bottom: 52px;
    }

    .contact-modal {
        width: 100%;
        max-width: 100%;
    }

    .mega-menu {
        display: none;
    }

    .brand-logo {
        left: 40px;
    }

    .mixed-text {
        font-size: 44px;
    }

    .industry-card {
        min-height: 320px;
    }

    .industries-wrap {
        margin-left: -32px;
        margin-right: -32px;
    }

    .blue-bg {
        -webkit-transform: translate(-52%, -30%);
        -ms-transform: translate(-52%, -30%);
        transform: translate(-52%, -30%);
    }

    .box {
        padding: 0 32px;
    }

    .wide-pic {
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .stat-number {
        font-size: 64px;
    }

    .divider {
        height: 108px;
    }

    .payments-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 32px;
    }

    .payments-stats {
        gap: 20px;
    }

    .stat-item {
        min-width: 180px;
    }

    .methods-slider .splide__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .program-card {
        padding: 32px 100px 32px 32px;
    }

    .program-content h3 {
        margin-bottom: 20px;
    }

    .programs-wrap .box {
        padding: 0;
    }

    .programs {
        gap: 12px;
    }

    .highest-level h4 {
        margin-bottom: 32px;
    }

    .exchange-service-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .exchange-service-wrapper {
        min-height: auto;
    }

    .exchange-service-right .btn {
        margin-bottom: 32px;
    }

    .phone {
        max-width: 100%;
        height: auto;
    }

    .methods-section {
        margin-left: -32px;
        margin-right: -32px;
        padding-left: 32px;
    }

    .settle-card {
        gap: 16px;
    }

    .settle-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
        flex: 0 0 75px;
    }

    .settle-icon img {
        width: 75px;
        height: auto;
    }

    .web-tabs-text {
        padding: 90px 38px;
    }

    .web-tabs-text p {
        max-width: 420px;
    }

    .mixed-text br {
        display: none;
    }

    .header {
        height: 82px;
        padding: 26px 0 20px;
    }

    .header-list {
        display: none;
    }

    .btn-burger {
        display: block
    }

    .btn-burger .bar {
        width: 16px;
        height: 2px;
        background: #D9D9D9;
        margin-top: 4px;
        border-radius: 1px;
    }

    .dark-banner .btn-burger .bar {
        background: #fff;
    }

    .btn-burger .bar:nth-child(1) {
        margin-top: 0
    }
}

@media only screen and (max-width:767.98px) {

    h1,
    .h1 {
        font-size: 56px;
        margin-bottom: 32px;
    }

    h2,
    .h2 {
        font-size: 48px;
        margin-bottom: 20px;
    }

    h3,
    .h3 {
        font-size: 36px;
    }

    .h4-reg {
        font-size: 32px;
    }

    h5 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    h6 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .footer-nav .footer-nav-two-cols {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
    }

    .footer-nav .footer-nav-two-cols .footer-col {
        width: 100%;
    }

    .footer-nav .footer-nav-two-cols .footer-col:first-child .footer-nav-column:last-child {
        border-bottom: 1px solid #2E2C33;

    }

    .banner-slide {
        min-height: 226px;
        padding: 25px 18px 0 0;
    }

    .banner-slide .lottie {
        width: 128px;
        height: 171px;
    }

    .home h1 {
        margin-bottom: 28px;
    }

    .h1-slider {
        height: 140px;
    }

    .h1-slide-content {
        width: 380px;
    }

    .sidenav-menu-links {
        margin-top: 24px;
    }

    .footer-info .footer-nav-two-cols {
        display: block;
    }

    .footer-info .footer-nav-two-cols .footer-col {
        width: 100%;
    }

    .form-bottom {
        margin-top: 30px;
    }

    .blue-items {
        margin-left: -16px;
        margin-right: -16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blue-item {
        padding: 20px
    }

    .blue-item-pic {
        max-width: 130px;
    }

    .blue-item .h5 {
        margin: 4px auto;
    }

    .certs {
        gap: 12px;
        max-width: 340px;
    }

    .certs p {
        padding: 54px 0 0 0;
        text-align: center;
    }

    .certs p::before {
        margin-top: -55px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .licenses-about-us .licenses {
        gap: 16px;
    }

    .about-text {
        padding-bottom: 48px;
    }

    .methods-text {
        margin-top: 32px;
    }

    .methods-text .btn,
    .methods-text ul {
        margin-top: 24px;
    }

    .ramp-wrap .pic {
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-top: 32px;
    }

    .ramp-wrap .row:not(:last-child) {
        margin-bottom: 64px;
    }

    .features-grid .tile:nth-child(5),
    .tile {
        min-height: 240px;
        padding: 24px;
    }

    .features-grid .tile:nth-child(1) strong {
        font-size: 48px;
    }

    .features-grid {
        -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    }

    .otc-form-wrapper {
        padding: 16px 0 48px;
    }

    .heading {
        margin-bottom: 40px;
    }

    .form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 32px;
    }

    .licensing {
        margin-bottom: 40px;
        padding: 32px 24px;
    }

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

    .licensing-left img {
        width: 60px;
        height: 60px;
        display: block;
        margin-bottom: 40px;
    }

    .hero-single {
        padding: 112px 0 64px;
    }

    .check-icons-top {
        gap: 24px;
    }

    .contact-modal {
        padding: 24px 16px;
    }

    .modal-form input,
    .modal-form textarea {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .col-image {
        display: none;
    }

    [data-menu="business"] .mega-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .block-cols {
        padding: 24px 16px;
    }

    .sidenav {
        padding: 20px 16px;
    }

    .sidenav-menu .mega-links {
        gap: 16px;
    }

    .single-link,
    .block-head {
        padding: 16px 20px;
    }

    .sidenav-menu {
        margin-top: 25px;
    }

    .sidenav-top .btn-red {
        margin-top: 24px;
    }

    .sidenav-bottom {
        padding-top: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .sidenav-bottom-text,
    .sidenav-bottom-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
    }

    .logo-mono {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 120px;
        height: auto;
        margin: 10px auto;
    }

    .logo-mono img {
        display: block;
    }

    .sidenav-copy {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        color: #767687;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: -0.16px;
    }

    .logo-mobile {
        padding-top: 7px;
        margin-left: 54px;
    }

    .header-nav-right .btn {
        display: none;
    }

    .header {
        height: 80px;
    }

    .btn-burger {
        top: -10px;
    }

    .brand-logo {
        top: -22px;
    }

    .hero .canada {
        font-size: 16px;
    }

    .box {
        padding: 0 16px;
    }

    .mixed-text {
        font-size: 36px;
    }

    .footer {
        padding: 32px 0;
    }

    .footer-nav {
        margin-top: 52px;
        gap: 20px;
    }

    .footer-info-item,
    .footer-nav-column {
        padding-right: 0;
    }

    .footer-nav-column a {
        display: inline-block;
    }

    .footer-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-address {
        margin-top: 16px;
        max-width: 360px;
    }

    .footer-address,
    .footer-bottom .col:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .footer-brand {
        margin-top: 40px;
    }

    .footer-bottom {
        margin-top: 60px;
    }

    .footer-info-item,
    .footer-nav-column {
        min-width: auto;
    }

    .faq-header {
        padding: 16px 98px 16px 20px;
    }

    .faq-body {
        padding: 0 98px 0 20px;
    }

    .faq-item.is-open .faq-body {
        padding: 0 98px 16px 20px !important;
        margin-top: -6px;
    }

    .industries-wrap {
        margin-left: -16px;
        margin-right: -16px;
    }

    .blue-bg {
        max-width: 820px;
        -webkit-transform: translate(-38%, -10%);
        -ms-transform: translate(-38%, -10%);
        transform: translate(-38%, -10%);
    }

    .payments-stats {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        width: 100%;
    }

    .stat-item {
        min-width: none;
    }

    .divider {
        height: 1px;
        width: 100%;
        max-width: 400px;
    }

    .wide-pic {
        margin-top: 40px;
    }

    .licenses {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }

    .license-item {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .license-item p {
        margin-bottom: 0;
    }

    .license-text br {
        display: none;
    }

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

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

    .program-card {
        min-height: 388px;
        padding: 32px 90px 32px 20px;
    }

    .highest-level .col:last-child {
        margin-top: 24px;
    }

    .row-reverse-m .col:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .phone {
        max-height: 286px;
        margin: 0 auto;
        width: auto;
    }

    .exchange-service-content {
        text-align: center;
    }

    .exchange-service-right p {
        max-width: 400px;
        margin: 0 auto;
    }

    .exchange-service-right {
        padding: 0;
    }

    .exchange-service-right .btn {
        margin: 32px auto;
    }

    .methods-section {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
    }

    .partners-content {
        padding-left: 0;
    }

    .partners-title {
        position: relative;
        bottom: 0;
        margin-bottom: 16px;
    }

    .settle-row {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .web-tabs-box {
        padding: 0;
    }

    .web-tabs {
        padding-left: 16px;
    }

    .web-tabs-panels {
        padding-right: 16px;
    }

    .web-tabs-nav-wrapper {
        overflow-x: auto;
    }

    .web-tabs-nav {
        width: 600px;
    }

    .web-tabs-card {
        min-height: 342px;
    }

    .web-tabs-text {
        padding: 32px;
    }

    .web-tabs-text p {
        margin-bottom: 32px;
    }

    .recaptha-col {
        display: block;
    }

    .checkboxes-wrap {
        padding-right: 0;
    }

    .recaptcha-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }

    .wpcf7-recaptcha>div {
        width: 300px !important;
    }

    .labeled-checkbox {
        margin-top: 0;
    }
}

@media only screen and (max-width:640px) {
    .settle-row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .footer-two-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
    }
}

@media only screen and (max-width:480px) {
    .contact-modal-success .btn {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .exchange-iframe {
        width: 380px;
        height: 524px;
    }
}

@media only screen and (max-width:412px) {
    .h1-slider {
        height: 190px;
    }

    .h1-slide-content {
        width: 300px;
    }

    .h1-slide[aria-label="3 of 3"] .h1-slide-content {
        width: 223px;
    }

    .hero-desc-btns-slider .btn {
        white-space: nowrap;
        padding: 20px 30px;
    }
}