:root {
    --main: #7B289B;
    --lightMain: #EBE3EF;
    --paragraph: #4E4153;
    --title: #1B1D24;
    --gray: #939393;
    --bgGray: #FAF9FA;
    --bgMidGray: #F6F5F7;
    --bgLightGray: #F3F0F5;
    --bgDark: #1B1D24;
    --placeholder: #4E4153;
    --btn-bg: linear-gradient(138deg, rgba(123, 40, 155, 1) 0%, rgba(95, 31, 119, 1) 100%);
    --btn-hover-bg: linear-gradient(138deg, #863DA4 0%, #863DA4 100%);
    --white: #ffffff;
    --maxHeight: 900px;
    --minHeight: 300px;
    --container-limit-width: 1200px;
}

#app {
    display: none;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    visibility: hidden;
}
.animateDone #app {
    opacity: 1;
    visibility: visible;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    list-style: none outside none;
    text-decoration: none;
    border: 0;
    outline: none;
}

@font-face {
    font-family: 'Lota Grotesque';
    src: url('../fonts/LotaGrotesque-Bold.eot');
    src: url('../fonts/LotaGrotesque-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LotaGrotesque-Bold.woff2') format('woff2'),
        url('../fonts/LotaGrotesque-Bold.woff') format('woff'),
        url('../fonts/LotaGrotesque-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lota Grotesque';
    src: url('../fonts/LotaGrotesque-Bold.eot');
    src: url('../fonts/LotaGrotesque-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LotaGrotesque-Bold.woff2') format('woff2'),
        url('../fonts/LotaGrotesque-Bold.woff') format('woff'),
        url('../fonts/LotaGrotesque-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lota Grotesque';
    src: url('../fonts/LotaGrotesque-SemiBold.eot');
    src: url('../fonts/LotaGrotesque-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LotaGrotesque-SemiBold.woff2') format('woff2'),
        url('../fonts/LotaGrotesque-SemiBold.woff') format('woff'),
        url('../fonts/LotaGrotesque-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lota Grotesque';
    src: url('../fonts/LotaGrotesque-SemiBold.eot');
    src: url('../fonts/LotaGrotesque-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LotaGrotesque-SemiBold.woff2') format('woff2'),
        url('../fonts/LotaGrotesque-SemiBold.woff') format('woff'),
        url('../fonts/LotaGrotesque-SemiBold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lota Grotesque';
    src: url('../fonts/LotaGrotesque-Regular.eot');
    src: url('../fonts/LotaGrotesque-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LotaGrotesque-Regular.woff2') format('woff2'),
        url('../fonts/LotaGrotesque-Regular.woff') format('woff'),
        url('../fonts/LotaGrotesque-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'Lota Grotesque', monospace;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body,
html {
    width: 100%;
    height: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Lota Grotesque', monospace;
    margin: 0;
    scroll-behavior: smooth;
}

a {
    cursor: pointer;
}

#app {
    width: 100%;
    height: auto;
    position: relative;
}

.section-wrapper {
    width: 100%;
    height: auto;
    position: relative;
}

.container-fluid {
    position: relative;
    width: 100%;
    vertical-align: top;
}

.container-limit {
    position: relative;
    max-width: 1240px;
    vertical-align: top;
    width: 100%;
    margin: 0 auto;
}

.container-medium-limit {
    max-width: 1040px;
}

.container-small-limit {
    max-width: 830px;
}

.container {
    width: 100%;
    padding: 0 30px;
}

.Gray{
    background-color: #f8f8f8;
}

.bgGray {
    background: var(--bgGray);
}

.bgMidGray {
    background: var(--bgMidGray);
}

.container-holder.container-holder-images{
    padding: 0 0 0 120px;
}


.container-holder.container-holder-dark{
    padding: 0 0 0 70px;
    /* padding: 0; */
}



.section-wrapper[interface-type="content"] .container-holder.container-holder-images.bgLightGray{
    background: var(--bgLightGray);
    border-radius: 26px;
    border: 1px solid rgba(123, 40, 155, 0.2);
    margin-bottom: 15px;
}

.section-wrapper[interface-type="content"] .container-holder.container-holder-images.bgLightGray p{
    width: 80%;
}

.section-wrapper[interface-type="content"] .container-holder.container-holder-images .right-wrapper{
    padding-left: 0;
    padding-right: 50px;
}

.section-wrapper[interface-type="content"] .container-holder.container-holder-images .right-wrapper img{
   height: 450px;
   object-fit: cover;
}

.content-bg{
    background: #F8F8F8;
    padding-bottom: 90px;
}

.container-holder {
    width: 100%;
    position: relative;
    height: auto;
    padding: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.content {
    position: relative;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 90px - 458px);
}

.content .section-wrapper {
    overflow: hidden;
}

img,
video {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}


.header .container-holder,
.footer .container-holder {
    padding: 0;
}

.footer {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 21px -12px rgba(0, 0, 0, .3);
            box-shadow: 0 0 21px -12px rgba(0, 0, 0, .3);
}

h1 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 30px;
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 500;
    letter-spacing: -1px;
}

h2 {
    width: 100%;
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 30px;
    font-weight: 500;
}

h3 {
    width: 100%;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
    font-weight: 500;
}

h4 {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
    font-weight: 500;
}

h1 b {
    font-weight: 500;
}

p {
    font-size: 16px;
    color: var(--paragraph);
}

.content p {
    width: 100%;
}

.btn {
    background: rgb(123, 40, 155);
    background: -o-linear-gradient(312deg, rgba(123, 40, 155, 1) 0%, rgba(95, 31, 119, 1) 100%);
    background: linear-gradient(138deg, rgba(123, 40, 155, 1) 0%, rgba(95, 31, 119, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7b289b", endColorstr="#5f1f77", GradientType=1);
    min-width: 200px;
    text-align: center;
    font-size: 16px;
    line-height: 48px;
    color: var(--white);
    width: auto;
    text-align: center;
    padding: 0 30px;
    border-radius: 100px;
    font-weight: 500;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    transition: all 0.5s all;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
         
}

.btn:hover{
    background: -o-linear-gradient(312deg, #863DA4 0%, #863DA4 100%);
    background: linear-gradient(138deg, #863DA4 0%, #863DA4 100%); 
    background-size: 200% 200%;
    background-position: right;
}

/* .btn {
    background: var(--btn-bg);
    background-size: 200% 200%;
    background-position: left;
    min-width: 200px;
    text-align: center;
    font-size: 16px;
    line-height: 48px;
    color: var(--white);
    width: auto;
    text-align: center;
    padding: 0 30px;
    border-radius: 100px;
    font-weight: 500;
    transition: background-position 0.5s linear;
    display: inline-flex;
    justify-content: center;
}

.btn:hover {
    background-position: right;
    background: var(--btn-hover-bg);
} */

.content .btn {
    line-height: 52px;
    min-width: 200px;
    font-size: 17px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.content .btn svg {
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: red;
    padding: 15px;
    -webkit-transform: translateX(-50px) scale(1.2);
        -ms-transform: translateX(-50px) scale(1.2);
            transform: translateX(-50px) scale(1.2);
    border-radius: 30px;
    background: rgb(123, 40, 155);
    background: -o-linear-gradient(312deg, rgba(123, 40, 155, 1) 0%, rgba(95, 31, 119, 1) 100%);
    background: linear-gradient(138deg, rgba(123, 40, 155, 1) 0%, rgba(95, 31, 119, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7b289b", endColorstr="#5f1f77", GradientType=1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.content .btn:hover svg {
    -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
}
.content .btn:hover svg{
    background: -o-linear-gradient(312deg, #863DA4 0%, #863DA4 100%);
    background: linear-gradient(138deg, #863DA4 0%, #863DA4 100%);
}

.content .section-wrapper[interface-type="banner"][aligned="bottom"] .btn svg {
    background: #fff;
}
.content .section-wrapper[interface-type="banner"][aligned="bottom"] .btn svg path {
    fill: var(--main);
}

.content .section-wrapper[interface-type="banner"][aligned="bottom"] .btn svg {
    padding: 7px;
    transform: translateY(-20px) scale(1.2);
}
.content .section-wrapper[interface-type="banner"][aligned="bottom"] .btn:hover svg {
    transform: translateY(0) scale(1);
}

.header {
    width: 100%;
    height: auto;
    position: sticky;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 21px -12px rgba(0, 0, 0, .3);
            box-shadow: 0 0 21px -12px rgba(0, 0, 0, .3);
    z-index: 99;
    background-color: rgba(255, 255, 255, 1);
}

.header .container-holder {
    height: 90px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.logo {
    width: auto;
    height: 35px;
    min-width: 110px;
}

.logo a {
    width: auto;
    height: 100%;
    display: block;
}

.logo a svg {
    display: none;
    width: auto;
    height: 100%;
}
.logo a svg:first-child {
    display: inherit;
}


.cta {
    width: auto;
    height: auto;
}

.dropdown-wrapper {
    display: none;
}

.nav .qr-code-btn {
    display: none;
}

.btn.qr-code-btn{
    font-size: 15px;
    min-width: 170px;
}

.nav {
    width: auto;
    height: auto;
}

.menu-opened .nav {
    overflow-y: auto;
}

.nav ul {
    width: auto;
    max-width: 100%;
    height: auto;
    text-align: center;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav ul li {
    width: auto;
    padding: 0 25px;
    /* padding: 0 30px; */
    position: relative;
}
.nav ul li.is-current a {
    color: var(--main);
}

.nav li.has-nested.hovered .is-current a {
    color: var(--main);
  }

li.hovered .is-current a {
    color: var(--main);
  }

.nav ul li.is-current ul li a {
    color: var(--main);
}

/* .nav ul li.is-current a::before {
    content: '';
    position: absolute;
    height: 3px;
    background: var(--main);
    width: 44px;
    left: 0;
    bottom: 0px;
    border-radius: 100px;
} */

.nav ul li.is-current ul li a::before {
    content: none;
}
.nav ul li ul li.is-current a::before {
    content: none;
}
.nav ul li.is-current ul li.is-current a{
    color: var(--main);
}

.nav ul li a {
    width: auto;
    font-weight: 500;
    font-size: 15px;
    color: var(--paragraph);
    line-height: 96px;
    height: 90px;
    position: relative;
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.nav ul li a:hover {
    color: var(--main);
}

.nav ul li.hovered > .openNestedBtn svg path {
    fill: var(--main);
}

.nav ul li ul {
    position: absolute;
    left: 0;
    top: 100%;
    /* width: 216px; */
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 21px -12px rgba(0, 0, 0, .3);
            box-shadow: 0 0 21px -12px rgba(0, 0, 0, .3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    max-width: none;
    padding: 30px 10px;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 20px;
}
.nav ul li.hovered ul {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}
.nav ul li.hovered a {
    color: var(--main);
}
.nav ul li ul li {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    white-space: nowrap;
}
.nav ul li ul li:last-child {
    margin-bottom: 0;
}
.nav ul li ul li a,
.nav ul li.hovered ul li a {
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    color: var(--paragraph);
    font-weight: 400;
    line-height: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.nav ul li ul li a:hover {
    color: var(--main);
}
.nav ul li ul li a svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.nav ul li ul li a svg path {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.nav ul li ul li a:hover svg path {
    fill: var(--main);
}
.nav ul li ul li.is-current a svg path {
    fill: var(--main);
}
.nav ul li ul li span {
    width: 100%;
    text-align: left;
    display: block;
}

.nav li.has-nested:hover .openNestedBtn svg path {
    fill: var(--main);
}

.change-language-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.change-language-content span a,
.change-language-content span {
    font-weight: 500;
    color: #1B1D24;
}

.change-language-content span a:hover{
    color: #9F9F9F;
    cursor: pointer;
}

.change-language-content span.active {
    color: #7B289B;
}

.change-language-content .divider {
    width: 1px;
    height: 20px; 
    background-color: #000;
}

.change-language-content .divider:last-child {
    display: none;
}


.left-wrapper {
    width: 50%;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.right-wrapper {
    width: 50%;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/* .yell-button-content{
    margin-right: 45px;
} */

.section-wrapper.yell-for-business-bg{
    margin-bottom: 100px;
}



.section-wrapper[interface-type="landing-header"] .container-holder {
    height: calc(100vh - 90px);
    max-height: var(--maxHeight);
    min-height: var(--minHeight);
}

.section-wrapper[interface-type="landing-header"] h1 {
    font-size: 58px;
    line-height: 64px;
}

.section-wrapper h1 b {
    color: var(--main);
}

.section-wrapper[interface-type="landing-header"] p {
    font-size: 18px;
}

.section-wrapper[interface-type="landing-header"] video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.section-wrapper[interface-type="landing-header"] .container-fluid {
    z-index: 2;
}

.category-title {
    margin-bottom: 30px;
    width: 100%;
    padding-left: 30px;
    line-height: 40px;
    position: relative;
    display: block;
}

.category-title::before {
    content: '';
    left: 0;
    top: 0;
    width: 4px;
    border-radius: 100px;
    height: 100%;
    background: var(--main);
    position: absolute;
}

.inside-holder {
    max-width: 440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.inside-holder.long-content {
    max-width: 560px;
}

.section-wrapper[interface-type="landing-header"] .left-wrapper .inside-holder{
    max-width: 600px;
}

.section-wrapper[interface-type="sticky-content"] .right-wrapper {
    display: block;
}

.section-wrapper[interface-type="sticky-content"] .sticky-holder {
    display: block;
}

.section-wrapper[interface-type="sticky-content"] .sticky-holder .sticky-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 90px);
    max-height: var(--maxHeight);
    min-height: var(--minHeight);
    margin-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: sticky;
    top: 90px;
    background: rgb(255, 255, 255);
}

.section-wrapper[interface-type="sticky-content"] .right-wrapper .sticky-holder {
    height: calc(100vh - 90px);
    max-height: var(--maxHeight);
    min-height: var(--minHeight);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: sticky;
    top: 90px;
}

.section-wrapper[interface-type="content"] .right-wrapper>img,
.section-wrapper[interface-type="content"] .left-wrapper>img {
    border-radius: 15px;
}

.desktop-img {
    display: block;
}

.mobile-img {
    display: none;
}
.footer h1 {
    font-size: 32px;
    margin: 0;
    width: auto;
}

.footer .footer-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid rgba(113, 49, 150, .2);
}


.footer .footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid rgba(113, 49, 150, .2);
}



.footer .footer-copyright p {
    font-size: 11px;
    width: auto;
    color: gray;
}

.footer .footer-copyright a {
    font-size: 11px;
    color: gray;
}

.footer .footer-copyright p.left-footer-copyright{
    width: 60%;
}
.footer .footer-copyright p.right-footer-copyright{
    width: 40%;
    display: flex;
    justify-content: end;
}

.right-footer-copyright span {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-all;
    margin-right: 13px;
    position: relative;
}

.right-footer-copyright span::after {
    content: "";
    width: 1px;
    height: 9px;
    background-color: #909090;
    position: absolute;
    right: -7px;
    top: 2px;
}

.right-footer-copyright span:last-child::after {
display: none;
}

.footer .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding: 30px 0;
}

.footer .footer-nav .column {
    width: calc(100% / 6);
    min-width: 170px;
    padding-right: 10px;
}

.footer .footer-nav .column:nth-child(5) {
    display: none;
}

.footer .footer-nav .column h3 {
    font-size: 18px;
    color: var(--main);
    margin-bottom: 20px;
}

.footer .footer-nav .column ul li a {
    display: block;
    width: 100%;
    color: var(--paragraph);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer .footer-nav .column ul li:last-child a {
    margin-bottom: 0;
}

.footer .footer-nav .column:last-child {
    padding-right: 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
            align-items: end;
            margin-right: 3px;
}

.footer .footer-nav .column h3.title-get-yell{
    padding-left: 50px;
}

.footer .footer-nav .column:last-child a {
    display: block;
    height: 50px;
    margin-bottom: 8px;
}

.footer .footer-nav .column:last-child a:last-child {
    margin-bottom: 0;
}

.footer .footer-nav .column:last-child a svg {
    width: auto;
    height: 100%;
}

.footer .footer-nav .column:last-child a:last-child {
    /* margin-top: 30px; */
    height: auto;
}

.footer .footer-nav .column:last-child a:last-child svg {
    height: 50px;
}


.footer .footer-nav .column .social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.footer .footer-nav .column .social ul li {
    margin-right: 20px;
}

.footer .footer-nav .column .social ul li:last-child {
    margin: 0;
}

.footer .footer-nav .column .social ul li a {
    margin: 0;
}
.footer .footer-nav .column .social ul li a svg {
    width: 20px;
    height: 20px;
    fill: #4E4153;
}
.footer .footer-nav .column .social ul li:nth-child(1) a svg {
    padding: 1px;
}
.footer .footer-nav .column .social ul li:nth-child(3) a svg {
    padding: 2px;
}
.footer .footer-nav .column .social ul li:nth-child(5) a svg {
    padding: 4px;
}

.section-wrapper[interface-type="content"] .container-holder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.section-wrapper[interface-type="banner"] {
    background: var(--main);
    text-align: center;
    color: var(--white);
}

.section-wrapper[interface-type="banner"][has-background="true"] img {
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    position: absolute;
    left: 0;
    top: 0;
}

/* .section-wrapper[interface-type="banner"][has-background="false"] img{
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    position: absolute;
    left: 0;
    top: 0;
}

.section-wrapper[interface-type="banner"][has-background="false"] .container-fluid{
    z-index: 2;
    background-color: transparent;
} */

.section-wrapper[interface-type="banner"][has-background="true"] video {
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    position: absolute;
    left: 0;
    top: 0;
}
.section-wrapper[interface-type="banner"] .full-wrapper {
    max-width: 600px;
    display: block;
    margin: 0 auto;
}
.section-wrapper[interface-type="banner"][has-background="true"] .container-fluid {
    z-index: 2;
    background: linear-gradient(to bottom, rgba(113, 49, 150, 0.2), rgba(113, 49, 150, 0.1))
    /* background: rgb(113,49,150);
    background: -o-linear-gradient(225deg, rgba(123,40,155,.5) 0%, rgba(123,40,155,1) 100%);
    background: linear-gradient(225deg, rgba(123,40,155,.5) 0%, rgba(123,40,155,1) 100%); */
}
.section-wrapper[interface-type="banner"] .container-holder {
    padding: 120px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.section-wrapper[interface-type="banner"][has-background="true"] .container-holder {
    padding: 200px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.section-wrapper[interface-type="banner"][has-background="true"][aligned="bottom"] .container-holder {
    height: calc(100vh - 90px);
    align-items: flex-end;
    padding: 0;
    padding-bottom: 100px;
    min-height: 380px;
}
.section-wrapper[interface-type="banner"][has-background="true"][aligned="bottom"] .container-holder .cta .btn {
    color: var(--main);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.section-wrapper[interface-type="banner"][has-background="true"][aligned="bottom"] .container-fluid {
    background: rgb(0,0,0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(47%, rgba(45,46,57,0.6839110644257703)), to(rgba(45,46,57,1)));
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(45,46,57,0.6839110644257703) 47%, rgba(45,46,57,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(45,46,57,0.6839110644257703) 47%, rgba(45,46,57,1) 100%);
}
.section-wrapper[interface-type="banner"][has-background="true"][size="small"] .container-holder {
    padding: 50px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.section-wrapper[interface-type="banner"] p {
    font-size: 18px;
}
.section-wrapper[interface-type="banner"] span {
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
}
.section-wrapper[interface-type="banner"] a {
    color: var(--white);
    margin-top: 40px;
    display: block;
    font-size: 18px;
    font-weight: 500;
}
.section-wrapper[interface-type="banner"] a.btn {
    background: #fff;
    color: var(--paragraph);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.section-wrapper[interface-type="banner"] p {
    color: var(--white);
}
.section-wrapper[interface-type="banner"] .full-wrapper :first-child {
    margin-bottom: 20px;
    display: block;
}

.section-wrapper[interface-type="banner"] .full-wrapper :last-child {
    margin-bottom: 0;
}

.section-wrapper[interface-type="banner"] .banner-form {
    display: block;
    width: 100%;
    position: relative;
    max-width: 100%;
    width: 600px;
}
.section-wrapper[interface-type="banner"] .banner-form svg path {
    fill: var(--main);
}
.section-wrapper[interface-type="banner"] .banner-form .loop-icon {
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px;
    padding: 12px;
    z-index: 1;
    margin: 0;
}
.section-wrapper[interface-type="banner"] .banner-form input {
    display: block;
    border-radius: 30px;
    background: #fff;
    outline: none;
    width: 100%;
    height: 60px;
    border: 0;
    padding: 0 60px;
    font-size: 18px;
    margin-top: 30px;
}
.section-wrapper[interface-type="banner"] .banner-form button {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 6px;
    right: 0;
    border-radius: 100%;
    border: 0;
    cursor: pointer;
    background: transparent;
    top: 10px;
    right: 10px;
}

/* main banner component */

.section-wrapper[interface-type="main-banner"] {
    background: var(--main);
    text-align: center;
    color: var(--white);
}

.section-wrapper.video-section-wrapper[interface-type="main-banner"] {
    margin-bottom: 100px;
}

.section-wrapper[interface-type="main-banner"][has-background="true"] img {
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    position: absolute;
    left: 0;
    top: 0;
}

.section-wrapper[interface-type="main-banner"][has-background="true"] video {
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    position: absolute;
    left: 0;
    top: 0;
}

.section-wrapper[interface-type="main-banner"][has-background="true"][aligned="center"] .container-holder {
    height: calc(100vh - 90px);
    align-items: center;
    padding: 0;
    min-height: 380px;
}

.section-wrapper[interface-type="main-banner"] .full-wrapper {
    max-width: 600px;
    display: block;
    margin: 0 auto;
}

.section-wrapper[interface-type="main-banner"][has-background="true"] .container-fluid {
    z-index: 2;
  background: rgba(27, 29, 36, 0.65);
}

/* .section-wrapper[interface-type="main-banner"][has-background="true"][aligned="center"] .container-fluid {
    background: rgb(0,0,0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(47%, rgba(45,46,57,0.6839110644257703)), to(rgba(45,46,57,1)));
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(45,46,57,0.6839110644257703) 47%, rgba(45,46,57,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(45,46,57,0.6839110644257703) 47%, rgba(45,46,57,1) 100%);
} */
.section-wrapper[interface-type="main-banner"][has-background="true"][size="small"] .container-holder {
    padding: 50px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.section-wrapper[interface-type="main-banner"] .full-wrapper p:first-child {
    margin-bottom: 30px;
    display: block;
    color: #F4D8FF;
    font-size: 20px;
}

.section-wrapper[interface-type="main-banner"] .full-wrapper :last-child {
    margin-bottom: 0;
}

.section-wrapper[hide-desktop="true"] {
    display: none;
}
.section-wrapper[hide-mobile="true"] {
    display: inherit;
}

.section-wrapper[interface-type="main-banner"] .full-wrapper h1 {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 20px;
    display: block;
}

.section-wrapper[interface-type="main-banner"] p {
    font-size: 18px;
    color: #fff;
}
.section-wrapper[interface-type="main-banner"] span {
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
}
.section-wrapper[interface-type="main-banner"] a {
    color: var(--white);
    margin-top: 40px;
    display: block;
    font-size: 18px;
    font-weight: 500;
}
/* end main banner component */

.section-wrapper[interface-type="bundle-banner"] {
    background: var(--main);
    text-align: center;
    color: var(--white);
}

.section-wrapper[interface-type="bundle-banner"] img {
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
.section-wrapper[interface-type="bundle-banner"] .container-holder {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.section-wrapper[interface-type="bundle-banner"] .container-fluid {
    z-index: 2;
}

.section-wrapper[interface-type="bundle-banner"] {
    text-align: left;
}
.section-wrapper[interface-type="bundle-banner"] p {
    color: #fff;
}
.section-wrapper[interface-type="bundle-banner"] .container-holder .left-wrapper {
    position: relative;
    height: 650px;
    overflow: hidden;
}
.section-wrapper[interface-type="bundle-banner"] .container-holder .left-wrapper img {
    top: 50px;
    -webkit-transform: scale(1.3) translateY(100px) !important;
        -ms-transform: scale(1.3) translateY(100px) !important;
            transform: scale(1.3) translateY(100px) !important;
    -o-object-position: top;
       object-position: top;
    -o-object-fit: contain;
       object-fit: contain;
}
.section-wrapper[interface-type="content"] p {
    margin-bottom: 20px;
}
.section-wrapper[interface-type="content"] p:last-of-type {
    margin-bottom: 0;
}
.content ul {
    margin-bottom: 20px;
    margin-top: 20px;
}
.content ul li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}
.content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 7px;
    border-radius: 100%;
    height: 7px;
    background: var(--main);
}
.content ul li:last-child {
    margin-bottom: 0;
}

.section-wrapper[interface-type="content"] :last-child {
    margin-bottom: 0;
}

.section-wrapper[interface-type="content"] .full-wrapper {
    margin: 0 auto;
    text-align: center;
}
.section-wrapper[interface-type="content"] .full-wrapper .inside-holder {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.section-wrapper[interface-type="content"][two-sided="true"] .full-wrapper .inside-holder {
    max-width: 100%;
    text-align: left;
}
.section-wrapper[interface-type="content"][two-sided="true"] .full-wrapper .inside-holder h1 {
    text-align: center;
}
.section-wrapper[interface-type="content"][two-sided="true"] .full-wrapper .inside-holder .left-wrapper p {
    padding-left: 30px;
}

.section-wrapper[interface-type="content"][two-sided="true"] .full-wrapper .inside-holder .left-wrapper .pre-title {
    width: 100%;
    margin-bottom: 20px;
    color: var(--paragraph);
    font-size: 18px;
}
.section-wrapper[interface-type="content"][two-sided="true"] .full-wrapper .inside-holder .left-wrapper .pre-title b {
    font-weight: 500;
}

.section-wrapper[interface-type="banner-content"] .full-wrapper {
    margin: 0 auto;
    text-align: center;
}
.section-wrapper[interface-type="banner-content"] .full-wrapper .inside-holder {
    width: 100%;
    max-width: 760px;
    margin-bottom: 30px;
}
.section-wrapper[interface-type="banner-content"] .full-wrapper :last-child {
    margin-bottom: 0;
}

.section-wrapper[interface-type="banner-content"] .full-wrapper .inside-holder p {
    font-size: 21px;
}
.section-wrapper[interface-type="two-side"] .full-wrapper {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.section-wrapper[interface-type="two-side"] .full-wrapper .inside-holder {
    width: 100%;
    max-width: 600px;
    margin-bottom: 30px;
    margin: 0 auto;
}

.section-wrapper[interface-type="two-side"] .full-wrapper .inside-holder p {
    font-size: 21px;
}

.section-wrapper[interface-type="two-side"] .boxes-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section-wrapper[interface-type="two-side"] .boxes-holder .box {
    padding: 50px;
    padding-bottom: 0;
    border-radius: 30px;
    width: calc(50% - 10px);
    min-height: 440px;
    background: #F8F8F8;
    position: relative;
    overflow: hidden;
    text-align: left;
}
.section-wrapper[interface-type="two-side"] .boxes-holder .box .box-content {
    text-align: left;
    width: 100%;
    position: absolute;
    top: 200px;
    height: calc(100% - 130px);
    background: #F8F8F8;
    width: calc(100% - 100px);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    z-index: 2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;

}
.section-wrapper[interface-type="two-side"] .boxes-holder .box .box-content p {
    margin-bottom: 20px;
}
.section-wrapper[interface-type="two-side"] .boxes-holder .box .box-content :last-child {
    margin-bottom: 0;
}
.section-wrapper[interface-type="two-side"] .boxes-holder .box img {
    width: calc(100% - 80px);
    position: absolute;
    left: 40px;
    bottom: 0;
    z-index: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.section-wrapper[interface-type="two-side"] .boxes-holder .box:hover img {
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
}

.section-wrapper[interface-type="two-side"] .boxes-holder .box:hover .box-content {
    top: 130px;
    opacity: 1;
}

.section-wrapper[interface-type="feature-tabs"] .full-wrapper {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.section-wrapper[interface-type="feature-tabs"] .full-wrapper .inside-holder {
    width: 100%;
    max-width: 600px;
    margin-bottom: 30px;
    margin: 0 auto;
}

.section-wrapper[interface-type="feature-tabs"] .tabs-holder {
    display: block;
}
.section-wrapper[interface-type="feature-tabs"] .tabs-holder .tab-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
}


.section-wrapper[interface-type="feature-tabs"] .tabs-holder .tab-header button {
    color: var(--paragraph);
    min-width: 100px;
    text-align: center;
    font-size: 17px;
    line-height: 52px;
    width: auto;
    text-align: center;
    padding: 0 30px;
    border-radius: 100px;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0;
    outline: none;
    margin-right: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #fff;
    cursor: pointer;
}
.section-wrapper[interface-type="feature-tabs"] .tabs-holder .tab-header button.is-current {
    background: rgb(123, 40, 155);
    background: -o-linear-gradient(312deg, rgba(123, 40, 155, 1) 0%, rgba(95, 31, 119, 1) 100%);
    background: linear-gradient(138deg, rgba(123, 40, 155, 1) 0%, rgba(95, 31, 119, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7b289b", endColorstr="#5f1f77", GradientType=1);
    color: #fff;
}
.section-wrapper[interface-type="feature-tabs"] .tabs-holder .tab-header button:last-child {
    margin-right: 0;
}

.section-wrapper[interface-type="feature-tabs"] .tabs-holder .tab-content {
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
}
.section-wrapper[interface-type="feature-tabs"] .tabs-holder .tab-content .tab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    pointer-events: none;
    text-align: left;
}
.section-wrapper[interface-type="feature-tabs"] .tabs-holder .tab-content .tab-item .left-wrapper {
    width: 45%;
}
.section-wrapper[interface-type="feature-tabs"] .tabs-holder .tab-content .tab-item .right-wrapper {
    width: 55%;
    padding-left: 0;
}
.section-wrapper[interface-type="feature-tabs"] .tabs-holder .tab-content .tab-item.is-current {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.section-wrapper[interface-type="feature-tabs"] .full-wrapper .tab-content .inside-holder {
    max-width: 460px;
}

.section-wrapper[interface-type="faq"] .full-wrapper {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.section-wrapper[interface-type="faq"] .full-wrapper:nth-child(2) {
    margin-top: 50px;
}
.section-wrapper[interface-type="faq"] .full-wrapper .inside-holder {
    width: 100%;
    max-width: 760px;
}

.section-wrapper[interface-type="faq"] .faq-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.section-wrapper[interface-type="faq"] .faq-holder .faq-item {
    display: block;
    background: #fff;
    border-radius: 15px;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}
.section-wrapper[interface-type="faq"] .faq-holder .faq-item:last-child {
    margin-bottom: 0;
}
.section-wrapper[interface-type="faq"] .faq-holder .faq-item .faq-question {
    display: block;
    position: relative;
    padding: 30px 50px;
    padding-right: 90px;
    cursor: pointer;
}
.section-wrapper[interface-type="faq"] h4 {
    text-align: left;
    padding-left: 50px;
}
.section-wrapper[interface-type="faq"] .faq-holder .faq-item .faq-question h4 {
    display: block;
    font-size: 21px;
    margin-bottom: 0;
    text-align: left;
    padding-left: 0;
}
.section-wrapper[interface-type="faq"] .faq-holder .faq-item .faq-question svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 24px;
    height: 24px;
}
.section-wrapper[interface-type="faq"] .faq-holder .faq-item .faq-question svg path {
    fill: var(--main);
}
.section-wrapper[interface-type="faq"] .faq-holder .faq-item.open .faq-question svg {
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}
.section-wrapper[interface-type="faq"] .faq-holder .faq-item .faq-answer {
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.section-wrapper[interface-type="faq"] .faq-holder .faq-item .faq-answer .faq-content-answer {
    position: absolute;
    padding: 30px 50px;
    top: 0;
    opacity: 1;
    padding-top: 0;
}

.section-wrapper[interface-type="content-circle"] .left-wrapper,
.section-wrapper[interface-type="content-circle"] .right-wrapper {
    position: relative;
}
.section-wrapper[interface-type="content-circle"] .right-wrapper .inside-holder {
    position: relative;
    z-index: 2;
}
.section-wrapper[interface-type="content-circle"] .left-wrapper img {
    -webkit-transform: translateX(80px);
        -ms-transform: translateX(80px);
            transform: translateX(80px);
}
.section-wrapper[interface-type="content-circle"] .right-wrapper svg {
    content: '';
    position: absolute;
    border-radius: 100%;
    width: 60vw;
    max-width: 780px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}


.section-wrapper[interface-type="media-box"] .media-box {
    /* width: 32%; */
    margin-bottom: 30px;
}

.section-wrapper[interface-type="media-box"] .media-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
            gap: 23px;
}

.section-wrapper[interface-type="media-box"] .media-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 15px;
    background: #fff;
    width: calc(32% - 2px);
}
.section-wrapper[interface-type="media-box"] .media-box a {
    width: 100%;
    display: block;
}
.section-wrapper[interface-type="media-box"] .media-box a img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    width: 100%;
    display: block;
}

.section-wrapper[interface-type="media-box"] .media-box .media-content {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    flex-grow: 1;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.section-wrapper[interface-type="media-box"] .media-box .media-content h3 {
    color: var(--title);
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 22px;
    line-height: 29px;
    height: 87px;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}

.section-wrapper[interface-type="media-box"] .media-box .media-content span {
    color: var(--paragraph);
}

.section-wrapper[interface-type="media-box"] .media-box .media-content .readMoreBtn {
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    color: var(--main);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: auto;
    white-space: nowrap; 
}

.section-wrapper[interface-type="media-box"] .media-box .media-content .readMoreBtn svg {
    height: 10px;
    width: 13px;
    margin-left: 7px;
}

.section-wrapper[interface-type="media-box"] .media-box:nth-last-child(-n+3) {
     margin-bottom: 0;
}

.section-wrapper[interface-type="single-media"] .full-wrapper {
    width: 100%;
}

.section-wrapper[interface-type="single-media"] .full-wrapper img {
    border-radius: 15px;
    max-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-bottom: 30px;
}

.section-wrapper[interface-type="single-media"] .full-wrapper span {
    color: var(--paragraph);
    margin-bottom: 10px;
    font-size: 16px;
    display: block;
}
.section-wrapper[interface-type="single-media"] .full-wrapper p {
    margin-bottom: 20px;
}
.section-wrapper[interface-type="single-media"] .full-wrapper :last-child {
    margin-bottom: 0;
}

.pagination-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }
  
  .page-numbers {
    display: flex;
    list-style: none;
    padding: 0;
  }
  
  section.pagination-box{
    width: 100%;
  }

  .page-numbers li {
    display: inline-block;
  }

  .pagination-container ul.page-numbers li::before{
    display: none;
  }
  
  .page-numbers a, .page-numbers span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 20px;
    border: 1px solid #72727233;
    transition: all 0.3s ease;
  }
  
  .page-numbers a:hover {
    background-color: #f0f0f0;
  }
  
  .page-numbers .current {
    background-color: #7B289B;
    color: #fff; 
    border: none;
  }
  
  .page-numbers .next {
    border: 1px solid #72727233;
  }
  
  .page-numbers a.next:hover {
    background-color: #f0f0f0;
  }
  
  .page-numbers li.dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
  
.section-wrapper[interface-type="faq-category"] .faq-category-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: flex-start;
    width: 100%;
    gap: 26px;
}

.section-wrapper[interface-type="faq-category"] .faq-category-box {
    overflow: hidden;
    border-radius: 15px;
    background: #fff;
    width: calc(32% - 2px);
    text-align: center;
    /* margin-bottom: 30px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: space-between;
    height: 300px;
}

.section-wrapper[interface-type="faq-category"] .faq-category-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 60px 15px;
}
.section-wrapper[interface-type="faq-category"] .faq-category-box a img {
    height: 50px;
    margin-bottom: 20px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    width: auto;
    display: block;
}
.section-wrapper[interface-type="faq-category"] .faq-category-box h4 {
    color: var(--title);
    margin-bottom: 0;
    margin-top: 10px;
    /* word-break: break-word; */
    white-space: normal;         
    word-break: keep-all;       
    overflow-wrap: break-word;
}

.section-wrapper[interface-type="faq-category"] .faq-category-box:nth-last-child(-n+3) {
     margin-bottom: 0;
}


.section-wrapper[interface-type="404"] .container-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.section-wrapper[interface-type="404"] .container-holder svg {
    margin-bottom: 40px;
}


.section-wrapper[interface-type="fees"] .fees-category {
    width: 100%;
    margin-bottom: 60px;
}
.section-wrapper[interface-type="fees"] .fees-category:last-child {
    margin-bottom: 0;
}

.section-wrapper[interface-type="fees"] .fees-category .fees-header {
    background: #fff;
    padding: 40px;
    margin-bottom: 15px;
}
.section-wrapper[interface-type="fees"] .fees-category .fees-header :last-child {
    margin-bottom: 0;
}
.section-wrapper[interface-type="fees"] .fees-category .fees-header h3 {
    color: var(--title);
    margin-bottom: 15px;
}
.section-wrapper[interface-type="fees"] .fees-category .fees-header p {
    font-size: 18px;
}
.section-wrapper[interface-type="fees"] .fees-category .fees-content {}
.section-wrapper[interface-type="fees"] .fees-category .fees-content .fees-row {
    padding: 20px 50px;
    border-bottom: 1px solid rgba(113,49,150,.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.section-wrapper[interface-type="fees"] .fees-category .fees-content .fees-row p {
    width: 33%;
    padding-right: 30px;
    font-weight: 500;
}
.section-wrapper[interface-type="fees"] .fees-category .fees-content .fees-row p:nth-child(2) {
    text-align: center;
}
.section-wrapper[interface-type="fees"] .fees-category .fees-content .fees-row p:last-child {
    padding-right: 0;
}

.section-wrapper[interface-type="fees"] .fees-pre-text {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 40px;
    max-width: 550px;
}

.section-wrapper[interface-type="fees"] .fees-pre-text h3 {
    margin-bottom: 10px;
}
.section-wrapper[interface-type="fees"] .fees-pre-text p {
    margin-bottom: 20px;
}

.section-wrapper[interface-type="four-side"] .security-groups-container{
    /* display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr); */

    display: flex;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
}

.section-wrapper[interface-type="four-side"] .security-group{
    /* width: 100%;
    min-height: 300px;
    padding: 30px 0 30px 30px;
    background-color: var(--white); */
    /* border: 1px solid rgba(123, 40, 155, 0.2); */
    /* border-radius: 26px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 100px -33px rgba(0, 0, 0, 0.1); */
    /* justify-content: space-between; */


    /* New style */
    max-width: calc(25% - 8px);
    min-height: 300px;
    padding: 30px 0 30px 30px;
    background-color: var(--white);
    border-radius: 26px;
    height: auto;
    display: flex;
    box-shadow: 0px 0px 100px -33px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    flex-grow: 1;
    flex-basis: max-content;
}

.section-wrapper[interface-type="four-side"] .security-group .box-number{
    width: 150px;
    position: relative;
    height: 92px;
    overflow: hidden;
    margin-bottom: 8px;
    /* box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.1); */
    /* margin-top: 20px; */
    /* -webkit-box-shadow: inset 0px -200px 300px -200px rgba(0,0,0,0.04);
    -moz-box-shadow: inset 0px -200px 300px -200px rgba(0,0,0,0.04);
    box-shadow: inset 0px -200px 300px -200px rgba(0,0,0,0.04); */
}

.section-wrapper[interface-type="four-side"] .security-group .box-number::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 23px;
    background-color: white;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.section-wrapper[interface-type="four-side"] .security-group .box-number::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 130%;
    height: 23px;
    background-color: white;
    z-index: 9;
    box-shadow: none;

   
}

/* .section-wrapper[interface-type="four-side"] .security-group .box-number::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    box-shadow: inset 0px -5px 5px rgba(0, 0, 0, 0.1);
} */



.section-wrapper[interface-type="four-side"] .container-full-box{
    width: 100%;
    display: flex;
    /* flex-direction: row; */
    flex-wrap: wrap;
    background-color: var(--bgDark);
    color: var(--white);
    border-radius: 26px;
}

.section-wrapper[interface-type="four-side"] .container-full-box .right-wrapper img{
    height: 350px;
    object-fit: contain;
}

.section-wrapper[interface-type="four-side"] .container-full-box .inside-holder.long-content{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    padding-left: 100px;
    min-height: 250px;
}

.section-wrapper[interface-type="four-side"] .container-full-box .inside-holder.long-content h1{
   margin-bottom: 20px;
   font-weight: normal;
}

.section-wrapper[interface-type="four-side"] .container-full-box p.colored-text{
    color: #F4D8FF;
    margin-bottom: 15px;
    font-size: 22px;
}

.section-wrapper[interface-type="four-side"] .container-full-box .box-number{
    width: 150px;
    position: relative;
    height: 85px;
    overflow: hidden;
    /* -webkit-box-shadow: inset 0px -200px 300px -200px rgba(255,255,255,0.07);
    -moz-box-shadow: inset 0px -200px 300px -200px rgba(255,255,255,0.07);
    box-shadow: inset 0px -200px 300px -200px rgba(255,255,255,0.07); */
}

.section-wrapper[interface-type="four-side"] .container-full-box .box-number::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 23px;
    background-color: var(--bgDark);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 1);
    z-index: 1;
}

.section-wrapper[interface-type="four-side"] .container-full-box .record-low-content{
    margin-top: 5px;
}

.section-wrapper[interface-type="four-side"] .container-full-box span{
    font-size: 100px;
    line-height: 1;
    display: block;
    color: var(--white);
    transform: translateY(-25%);
}

.section-wrapper[interface-type="four-side"] .container-full-box p{
    color: var(--white);
}

.section-wrapper[interface-type="four-side"] .container-full-box p.compare-credit-text{
    color: #A3A4A7;
    width: 70%;
}

.section-wrapper[interface-type="four-side"] .security-group .box-number span{
    color: #EBE3EF;
    font-size: 100px;
    line-height: 1;
    display: block;
}

.section-wrapper[interface-type="four-side"] .security-group .box-text h3 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
}

.section-wrapper[interface-type="four-side"] .container-holder.container-boxes{
    display: flex;
    gap: 20px;
}
/* start dark content */
.section-wrapper[interface-type="dark-content"] .container-holder.bgDark{
    border-radius: 26px;
    border: 1px solid rgba(123, 40, 155, 0.4);
    margin-bottom: 15px;
    background-color: var(--bgDark);
    color: var(--white);
}

.section-wrapper[interface-type="dark-content"] .container-holder.bgDark .left-wrapper img{
    height: 450px;
    object-fit: cover;
}

.section-wrapper[interface-type="dark-content"] .container-holder.bgDark .right-wrapper{
    padding-right: 50px;
}

.section-wrapper.section-free-trial[interface-type="dark-content"] .container-holder.bgDark .left-wrapper{
    padding-left: 100px;
}

.section-wrapper.section-free-trial[interface-type="dark-content"] .container-holder.bgDark .right-wrapper{
    padding-right: 0;
}

.section-wrapper.section-free-trial[interface-type="dark-content"] .container-holder.bgDark{
    border: none;
}

.section-wrapper[interface-type="dark-content"][padding="bottom"]{
    padding: 100px 0;
}
.section-wrapper[interface-type="dark-content"][padding="bottom"] .left-wrapper{
    padding-left: 50px;
}
.section-wrapper[interface-type="dark-content"] .container-holder.bgDark p {
    color: var(--white);
    width: 80%;

}
.section-wrapper[interface-type="dark-content"] .box-number span{
    color: #707070;
    font-size: 35px;
}
.section-wrapper[interface-type="dark-content"] h3.free-trial-title{
    font-weight: 400;
}

.section-wrapper[interface-type="dark-content"] .container-btns{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.section-wrapper[interface-type="dark-content"] .container-btns .btn{
    margin-top: 0;
}

.section-wrapper[interface-type="dark-content"] .container-btns .btn-explore{
    background: #2D2E39;
}

.section-wrapper[interface-type="dark-content"] .container-btns .btn-explore:hover{
    color: #999A9D;
}

/* end dark content */

.section-wrapper[interface-type="security"] .security-group {
    width: 50%;
    padding: 50px 70px;
    margin-bottom: 30px;
    padding-top: 0;
}

.section-wrapper[interface-type="security"] .security-group span {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    color: var(--main);
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.section-wrapper[interface-type="security"] .security-group h3 {
    margin-bottom: 20px;
}

.section-wrapper[interface-type="security"] .security-group:nth-last-child(-n+2) {
    margin-bottom: 0;
    padding-bottom: 0;
}
.section-wrapper[interface-type="security"] .security-group:last-child {
    margin-bottom: 0;
}

.section-wrapper[interface-type="security"] .security-group span {
    font-weight: 400;
}
.section-wrapper[interface-type="security"] .security-group span {
    width: 67px;
    height: 67px;
    text-align: center;
    padding: 0;
    line-height: 67px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.section-wrapper[interface-type="security"] .security-group h3 {
    font-weight: 500;
}

.section-wrapper[interface-type="image-boxes"] .image-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.section-wrapper[interface-type="image-boxes"] .image-item {
    position: relative;
    flex: 1 1 calc(25% - 20px); 
    max-width: calc(25% - 20px); 
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.section-wrapper[interface-type="image-boxes"] .image-item img{
    width: 100%;
    max-width: 100%;
    height: 185px;
    object-fit: cover;
    transition: transform 0.3s ease !important; 
    cursor: pointer;
}

.section-wrapper[interface-type="image-boxes"] .image-item img:hover{
    transform: scale(1.1) !important; 
}

.section-wrapper[interface-type="image-boxes"] .image-item p {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 100%;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    text-align: left;
    transition: transform 0.3s ease; 
  }
  
/* .section-wrapper[interface-type="image-boxes"] .image-item p:hover {
    transform: scale(1.1); 
} */
.sidebar {
    width: 300px;
    position: relative;
}

.policyTabsBtn {
    position: sticky;
    top: 180px;
    left: 0;
    margin-top: 120px;
    padding-right: 30px;
}

.policyTabs {
    width: calc(100% - 300px);
    position: relative;
}
.policyTabs p {
    margin-bottom: 20px;
}
.policyTabs p a,
.policyTabs li a{
    color: var(--main);
}
.policyTabs ul li{
    color: var(--paragraph);
}
.policyTabs ul li::before{
    background: var(--paragraph);
}
.policyTabs :last-child {
    margin-bottom: 0;
}
.policyTabs h3 {
    margin-top: 60px;
}

.policyTabs h1 {
    margin-bottom: 60px;
    font-size: 42px;
}
.policyTabItem {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    pointer-events: none;
    height: auto;
}

.policyTabItem.is-current {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.policyTabsBtn button {
    background: transparent;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding-bottom: 20px;
    position: relative;
    color: #939393;
    font-family: 'Lota Grotesque', monospace;
    font-weight: 400;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding-left: 0;
    cursor: pointer;
    outline: none;
    text-align: left;
}

.policyTabsBtn button.is-current {
    color: var(--title);
    font-weight: 500;
    padding-bottom: 60px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.policyTabsBtn button::after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    border-radius: 90px;
    background: var(--main);
    position: absolute;
    left: 0;
    bottom: 40px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
            transform: translateX(-30px);
}
.policyTabsBtn button.is-current::after {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}



.section-wrapper[interface-type="join-yell"] .full-wrapper {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.section-wrapper[interface-type="join-yell"] .full-wrapper .inside-holder {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.section-wrapper[interface-type="join-yell"] .join-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
}
.section-wrapper[interface-type="join-yell"] .join-box-wrapper .join-box-item {
    width: calc(50% - 20px);
    margin-bottom: 30px;
    background: #fff;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
}
.section-wrapper[interface-type="join-yell"] .join-box-wrapper .join-box-item:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.section-wrapper[interface-type="join-yell"] .join-box-wrapper .join-box-item svg,
.section-wrapper[interface-type="join-yell"] .join-box-wrapper .join-box-item img {
    width: 40px;
    height: 40px;
}
.section-wrapper[interface-type="join-yell"] .join-box-wrapper .join-box-item h4 {
    margin-bottom: 0;
    text-align: left;
    padding-left: 20px;
    width: calc(100% - 50px);
    font-size: 21px;
}



.section-wrapper[interface-type="job-list"] .full-wrapper {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.section-wrapper[interface-type="job-list"] .full-wrapper .inside-holder {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.section-wrapper[interface-type="job-list"] .job-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
}
.section-wrapper[interface-type="job-list"] .job-list-wrapper .job-list-item {
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: none;
}
.section-wrapper[interface-type="job-list"] .job-list-wrapper .job-list-item:last-child {
    margin-bottom: 0;
}
.section-wrapper[interface-type="job-list"] .job-list-wrapper .job-list-item h4 {
    margin-bottom: 0;
    text-align: left;
    padding-left: 20px;
    width: auto;
    font-size: 21px;
}
.section-wrapper[interface-type="job-list"] .job-list-wrapper .job-list-item .btn {
    margin-top: 0;
}


/* start get in touch  */
.section-wrapper[interface-type="get-in-touch"] .full-wrapper {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.section-wrapper[interface-type="get-in-touch"] .full-wrapper .inside-holder {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.section-wrapper[interface-type="get-in-touch"] .full-wrapper .inside-holder h3 {
    font-size: 32px;
}

.section-wrapper[interface-type="get-in-touch"] .full-wrapper .inside-holder .contact-tabs-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.section-wrapper[interface-type="get-in-touch"] .full-wrapper .inside-holder .contact-tabs-wrapper .contact-tabs-btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
}
.section-wrapper[interface-type="get-in-touch"] .full-wrapper .inside-holder .contact-tabs-wrapper .contact-tabs-btns .contactTabBtn {
    width: 50%;
    background-color: transparent;
    border: 0;
    text-align: left;
    padding: 0;
    padding-bottom: 30px;
    font-size: 18px;
    position: relative;
    font-weight: 500;
    border-bottom: 1px solid rgba(113,49,150,.2);
    cursor: pointer;
    font-family: 'Lota Grotesque', monospace;
    color: #1B1D24;
}

.section-wrapper[interface-type="get-in-touch"] .full-wrapper .inside-holder .contact-tabs-wrapper .contact-tabs-btns .contactTabBtn.is-current {
    color: var(--main);
}

.section-wrapper[interface-type="get-in-touch"] .full-wrapper .inside-holder .contact-tabs-wrapper .contact-tabs-btns .contactTabBtn::after {
    content: '';
    opacity: 0;
    height: 3px;
    width: 50px;
    border-radius: 30px;
    background: var(--main);
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    bottom: -1px;
    display: block;
    position: absolute;
}
.section-wrapper[interface-type="get-in-touch"] .full-wrapper .inside-holder .contact-tabs-wrapper .contact-tabs-btns .contactTabBtn.is-current::after {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.section-wrapper[interface-type="get-in-touch"] .form-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.section-wrapper[interface-type="get-in-touch"] .form-wrapper .gform_wrapper.gform-theme.gform-theme--foundation {
    width: 100%;
}

.section-wrapper[interface-type="get-in-touch"] .form-wrapper .gform-theme--foundation .gform_fields{
   row-gap: 0;
}

.section-wrapper[interface-type="get-in-touch"] .form-wrapper .gform-theme--foundation .gform_fields input[type="text"],
.section-wrapper[interface-type="get-in-touch"] .form-wrapper .gform-theme--foundation .gform_fields input[type="email"],
.section-wrapper[interface-type="get-in-touch"] .form-wrapper .gform-theme--foundation .gform_fields input[type="tel"]{
    width: 100%;
    background-color: #fff;
    border-radius: 13px;
    font-size: 16px;
    font-family: 'Lota Grotesque', monospace;
    padding: 30px 25px;
    margin-bottom: 10px;
    border: 0;
    box-shadow: none;
    text-align: left;
    color: #939393;
}

.section-wrapper[interface-type="get-in-touch"] .form-wrapper .gform-theme--foundation .gform_fields textarea{
    width: 100%;
    background-color: #fff;
    border-radius: 13px;
    font-family: 'Lota Grotesque', monospace;
    padding: 20px 25px;
    margin-bottom: 10px;
    font-size: 16px;
    resize: none;
    border: 0;
    box-shadow: none;
    text-align: left;
    color: #939393;
}

.section-wrapper[interface-type="get-in-touch"] .form-wrapper .gform-theme--foundation .gform_footer{
    justify-content: center;
 
}

.section-wrapper[interface-type="get-in-touch"] .form-wrapper .gform-theme--foundation .gform_footer .gform_button.button{
    border: 0px;
    cursor: pointer;
    font-weight: 500;
    font-family: "Lota Grotesque", monospace;
    line-height: 52px;
    min-width: 200px;
    font-size: 17px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(138deg, rgba(123, 40, 155, 1) 0%, rgba(95, 31, 119, 1) 100%);
    color: var(--white);
    width: auto;
    text-align: center;
    padding: 0 30px;
    border-radius: 100px;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-wrapper[interface-type="get-in-touch"] .form-wrapper input[type="text"] {
    width: 100%;
    background-color: #fff;
    border-radius: 13px;
    font-size: 16px;
    font-family: 'Lota Grotesque', monospace;
    padding: 20px 25px;
    margin-bottom: 10px;
    border: 0;
}
.section-wrapper[interface-type="get-in-touch"] .form-wrapper textarea {
    width: 100%;
    background-color: #fff;
    border-radius: 13px;
    font-family: 'Lota Grotesque', monospace;
    padding: 20px 25px;
    margin-bottom: 10px;
    font-size: 16px;
    resize: none;
    border: 0;
}

.section-wrapper[interface-type="get-in-touch"] .form-wrapper p {
    padding: 0 70px;
    margin: 15px 0;
}

.section-wrapper[interface-type="get-in-touch"] .form-wrapper input[type="submit"] {
    border: 0;
    cursor: pointer;
    margin-top: 0;
    font-weight: 500;
    font-family: 'Lota Grotesque', monospace;
}

.section-wrapper[interface-type="get-in-touch"] .form-wrapper .line {
    width: 100%;
    display: block;
    margin: 30px 0;
    border-bottom: 1px solid rgba(113,49,150,.2);
}

.section-wrapper[interface-type="get-in-touch"] .form-wrapper a.btn {
    background: #fff;
    color: var(--main);
    margin-top: 10px;
}

.section-wrapper[interface-type="get-in-touch"] .contact-tabs-content {
    position: relative;
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    min-height: 680px;
}

.section-wrapper[interface-type="get-in-touch"] .contact-tabs-content .contact-wrapper {
    /* position: absolute; */
    left: 0;
    top: 0;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    
}
.section-wrapper[interface-type="get-in-touch"] .contact-tabs-content .contact-wrapper.is-current {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    pointer-events: all;
}

.section-wrapper[interface-type="get-in-touch"] .contact-tabs-content .contact-wrapper .success-holder {
    /* position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0; */
    /* transition: all .5s ease-in-out .5s; */
    opacity: 0;
    visibility: hidden;
   padding-right: 15px;
}
.section-wrapper[interface-type="get-in-touch"] .contact-tabs-content .contact-wrapper .success-holder.active{
    visibility: visible;
    opacity: 1;
}

.success-holder svg {
    width: 33px;
    height: auto;
    display: block;

}
.checkmark {
    opacity: 1;
    /* transition: all .3s ease-in-out; */
}



.section-wrapper[interface-type="get-in-touch"] .contact-tabs-content .contact-wrapper .contact-tab{
    display: none;
}

.section-wrapper[interface-type="get-in-touch"] .contact-tabs-content .contact-wrapper.is-current .contact-tab.is-current{
    display: block;
}

.section-wrapper[interface-type="get-in-touch"] .contact-tabs-content .contact-wrapper.is-current.submit{
    display: flex;
    align-items: center;
    background: white;
    padding: 20px;
    border-radius: 20px;
    width: auto;
    max-width: fit-content;
    justify-content: center;
    margin: 0 auto;
}

.section-wrapper[interface-type="get-in-touch"] .gfield_description.validation_message.gfield_validation_message{
    text-align: right;
    margin-left: 10px;
    font-size: 16px;
    margin-bottom: 20px;
}

.section-wrapper[interface-type="get-in-touch"] .gform_submission_error.hide_summary{
    font-size: 16px;
    text-align: left;
}

.section-wrapper[interface-type="get-in-touch"] .form-wrapper input[aria-invalid="true"],
.section-wrapper[interface-type="get-in-touch"] .form-wrapper textarea[aria-invalid="true"]{
    border: 1px solid red !important;
}

/* end get in touch  */

.content h1,
.content h2,
.content h3,
.content h4,
.content p,
.content img,
.content video,
.content span,
.content input,
.content textarea,
.content button,
.content a {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.modal {
    height: 100vh;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	z-index: 99999999;
}
iframe#launcher{
	z-index: 999!important;
}
.modal .qr-code {
    background: #fff;
    max-width: 500px;
    border-radius: 30px;
    padding: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}
.modal .qr-code img {
    width: 200px;
    margin: 50px 0;
    margin-top: 70px;
}
.modal .container-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.modal .container-holder video {
    width: 100%;
}

a {
    cursor: pointer;
}
button {
    font-family: 'Lota Grotesque', monospace;
}

a.btn {
    font-family: 'Lota Grotesque', monospace;
}

.modal p {
    display: block;
    padding: 0 100px;
    width: 100%;
    margin-bottom: 30px;
}

.modal a {
    width: 60px;
    height: 60px;
    margin: 0 5px;
}
.modal a svg {
    width: 100%;
    height: 100%;
}
.modal a.closeBtn {
    padding: 12px;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 3;
    margin: 0;
}

.modal a.closeBtn svg path {
    fill: var(--main);
}

.modal.is-current {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    pointer-events: all;
}

.modal[target="video"] .closeBtn {
    top: 15px;
    width: 70px;
    height: 70px;
    padding: 20px 0;
    margin: 0;
    right: -15px;
}

.modal[target="video"] .closeBtn svg path {
    fill: #fff;
}

.content .section-wrapper[interface-type="content"] ul {
    margin-top: 0;
}
.section-wrapper[interface-type="content"] ul:nth-child(3) {
    margin-top: 20px;
}
.section-wrapper[interface-type="feature-tabs"] ul {
    margin-top: 0;
}

.section-wrapper[interface-type="faq"] .faq-holder .faq-item .faq-question h4 {
    color: #4e4153;
}

.section-wrapper[interface-type="join-yell"] .join-box-wrapper .join-box-item h4 {
    color: #4e4153;
}

.section-wrapper[interface-type="job-list"] .job-list-wrapper .job-list-item h4 {
    color: #4e4153;
} 

.section-wrapper[interface-type="faq"] .full-wrapper .inside-holder h1 {
    font-size: 38px;
    line-height: 44px;
}

.section-wrapper[interface-type="content-circle"] .left-wrapper img {
    position: relative;
    left: 50px;
}
.nav ul li ul li:first-child a {
    color: var(--paragraph);
    font-weight: 400;
}
.nav ul li ul li:hover a {
    color: var(--main);
}
.burger-btn {
    cursor: pointer;
    display: none;
}

.pre-title {
    display: block;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
    line-height: 40px;
    position: relative;
    color: #4E4153;
}
.pre-title::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    border-radius: 30px;
    background: var(--main);
}

.open§Btn {
    display: none;
}

.section-wrapper[interface-type="job-list"] .job-list-wrapper .job-list-item.no-job {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 50px;
}
.section-wrapper[interface-type="job-list"] .job-list-wrapper .job-list-item.no-job .left-desc {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.section-wrapper[interface-type="job-list"] .job-list-wrapper .job-list-item.no-job .left-desc svg {
    width: 45px;
    height: 45px;
    margin-right: 30px;
}
.section-wrapper[interface-type="job-list"] .job-list-wrapper .job-list-item.no-job .left-desc h3 {
    margin-bottom: 0;
    width: calc(100% - 75px);
    text-align: left;
}
.section-wrapper[interface-type="job-list"] .job-list-wrapper .job-list-item.no-job .right-desc {
    width: 45%;
    padding: 0 50px;
}
.section-wrapper[interface-type="job-list"] .job-list-wrapper .job-list-item.no-job .right-desc p {
    text-align: left;
}
.section-wrapper[interface-type="job-list"] .job-list-wrapper .job-list-item.no-job .right-desc p a {
    color: var(--main);
    font-weight: 600;
}

.section-wrapper[interface-type="job-list"] .job-list-wrapper .job-list-item.no-job {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-wrapper[interface-type="content"][scroll-animation="true"] {
    height: 200vh;
    min-height: 1400px;
    position: relative;
    overflow: unset;
}

.section-wrapper[interface-type="content"][scroll-animation="true"] .frame-images {
    position: sticky;
    left: 0;
    top: 90px;
    height: calc(100vh - 90px);
    min-height: 700px;
    width: 100%;
    z-index: 3;
    pointer-events: none;
}
.section-wrapper[interface-type="content"][scroll-animation="true"] .frame-images img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: none!important;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.section-wrapper[interface-type="content"][scroll-animation="true"] .frame-images img.active {
    opacity: 1;
}

.section-wrapper[interface-type="content"][scroll-animation="true"] .scroller-content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
}
.section-wrapper[interface-type="content"][scroll-animation="true"] .scroller-content .container-fluid {
    position: sticky;
    top: 90px;
    left: 0;
    height: calc(100vh - 90px);
}
.section-wrapper[interface-type="content"][scroll-animation="true"] .scroller-content .container-fluid .container-holder {
    height: calc(100vh - 90px);
    min-height: 700px;
}
.section-wrapper[interface-type="content"][scroll-animation="true"] .section-wrapper {
    position: absolute;
    width: 90vw;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.8);
        -ms-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
    z-index: 9;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.section-wrapper[interface-type="content"][scroll-animation="true"] .section-wrapper .container-holder {
    height: calc(100vh - 90px);
}
.section-wrapper[interface-type="content"][scroll-animation="true"] .section-wrapper {
    min-height: 700px;
}
.section-wrapper[interface-type="content"][scroll-animation="true"] .section-wrapper.active {
    width: 100%;
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
}
.section-wrapper[interface-type="content"][scroll-animation="true"] .right-wrapper {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.hideMySection .section-wrapper[interface-type="content"][scroll-animation="true"] .right-wrapper {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
}
.section-wrapper[interface-type="content"][scroller-next="true"] .right-wrapper,
.hideMySection .section-wrapper[interface-type="content"][scroller-next="true"] .right-wrapper {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.section-wrapper[hide-desktop="true"] {
    display: none;
}
.section-wrapper[hide-mobile="true"] {
    display: inherit;
}

.section-wrapper[interface-type="banner"] .full-wrapper h1 {
    font-size: 48px;
    line-height: 52px;
}

.content .section-wrapper[interface-type="bundle-banner"] h1 {
    font-size: 48px;
    line-height: 52px;
}

.openNestedBtn {
    display: none;
}

.has-nested {
    position: relative;
}

.openNestedBtn svg {
    transition: .5s;
}

.openNestedBtn svg:hover {
    color: var(--main);
}


.nav ul li.has-nested .payWrapper:hover a.payNestedBtn {
    color: var(--main); 
}

.nav ul li.has-nested .payWrapper:hover .openNestedBtn svg {
    fill: var(--main); 
}

/* .nav ul li.has-nested .openNestedBtn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
} */


  

.record-low-title{
    text-align: center;
}

#qrcode {
    display: block;
    width: 100%;
    max-width: 180px;
    margin: 80px auto;
    height: auto;
}
.modal[target="qr-code"] p {
    padding: 0 100px;
}

.modal .qr-code #qrcode img,
.modal .qr-code #qrcode canvas,
.modal .qr-code #qrcode svg {
    width: 180px!important;
    height: 180px!important;
    margin: 0;
}

.modal .section-wrapper {
    overflow-y: auto;
    height: 100%;
}

.modal .container-fluid,
.modal .container-limit,
.modal .container,
.modal .container-holder {
    height: 100%;
} 

.section-wrapper[interface-type="content"] .right-wrapper video,
.section-wrapper[interface-type="content"] .left-wrapper video {
    max-width: 460px;
    width: 100%;
}
.section-wrapper[interface-type="content"] .full-wrapper img,
.section-wrapper[interface-type="content"] .full-wrapper video {
    max-width: 600px;
    width: 100%;
}

.content .section-wrapper[interface-type="policy"]{
    overflow: visible;
}

.section-wrapper[interface-type="policy"] .container-holder{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10%;
}
.section-wrapper[interface-type="policy"] .sidebar{
    width: 30%;
}
.section-wrapper[interface-type="policy"] .privacy-links-content{
    position: static;
    top: 00px;
    z-index: 98;
}

.section-wrapper[interface-type="policy"] .privacy-links{
    height: auto;
    border-radius: 30px;
    padding: 30px;
  
}

.section-wrapper[interface-type="policy"] .privacy-links ul li {
    margin-bottom: 30px;
}

.section-wrapper[interface-type="policy"] .navigation-link{
    color: #777777;
    word-wrap: break-word;
    /* white-space: nowrap; */
    transform: none!important;
    opacity: 1!important;
}

.section-wrapper[interface-type="policy"] .privacy-links ul li.is-current a{
    color: #7B289B;
    font-weight: 500;
}
.section-wrapper[interface-type="policy"] .policyTabs{
    width: 60%;
}

.section-wrapper[interface-type="policy"] .policyTabs h1.policy-title{
    margin-bottom: 10px;
}

.section-wrapper[interface-type="policy"] .policyTabs p.policy-date{
    margin-bottom: 50px;
}

.section-wrapper[interface-type="policy"] .pr-section{
    width: 100%;
    padding-bottom: 15px;
    scroll-margin-top: 100px;
}

.section-wrapper[interface-type="policy"] .policyTabs p a,
.section-wrapper[interface-type="policy"] .policyTabs li a{
    font-weight: 600;
}

.section-wrapper[interface-type="policy"] .policyTabs ol.order-list-style li{
    list-style-type: decimal;
    margin-bottom: 10px;
    font-weight: 500;
    color: #7B289B;
    list-style-position: inside;
}

.section-wrapper[interface-type="policy"] .policyTabs ol.order-list-style li:last-child{
    margin-bottom: 30px;
}

.section-wrapper[interface-type="policy"] .privacy-links-content .privacy-links ul li::before{
    display: none;
}

.section-container-privacy{
    padding: 40px 0;
    /* border-top: 1px  solid rgba(113,49,150,.2); */
    /* border-bottom: 1px  solid rgba(113,49,150,.2); */
}

.section-container-privacy:last-of-type{
    padding: 40px 0;
    border-bottom: 1px  solid rgba(113,49,150,.2);
}
.section-content-row{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
}

.section-content-row > h5:first-child{
    width: 30%;
    font-size: 20px;
}
.section-container-privacy .section-content-row .rich_text{
    width: 60%;
}

.section-container-privacy .section-number{
    font-size: 26px;
    font-weight: 500;
    color: rgba(27, 29, 36, 0.2);
    margin-bottom: 50px;
}

.yell-services-title{
    margin-bottom: 0;
}

.mail-links {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.mail-links a{
    color: #4E4153;
    font-weight: 600;
}

.mail-links span{
    color: #635669;
}

.section-title-row{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}

.section-title-row h5{
    width: 30%;
}

.section-title-row h5.table-title{
    width: 60%;
}

.section-wrapper[interface-type="policy"] .policyTabs ol.order-list-style.bsb-deposit li {
    color: #4E4153;
    font-weight: normal;
}
.section-wrapper[interface-type="policy"] .policyTabs .section-content-left{
    width: 30%;
}

.section-wrapper[interface-type="policy"] .policyTabs .section-content-left h5{
    width: 100%;
}

.section-wrapper[interface-type="policy"] .policyTabs .section-content-right{
    width: 60%;
}

.section-wrapper[interface-type="policy"] .policyTabs .section-content-right p{
    width: 100%;
}

.line-hr{
    border-bottom:1px solid rgba(113,49,150,.2);
}
.footer .social {
    padding-top: 30px;
}
.section-wrapper.section-free-trial[interface-type="dark-content"] .container-holder.bgDark{
    padding: 50px 0;
}
.section-wrapper.section-free-trial[interface-type="dark-content"][padding="bottom"] .left-wrapper {
    width: 88%;
}

.section-wrapper.section-free-trial[interface-type="dark-content"][padding="bottom"] .right-wrapper {
    width: 12%;
}

.section-container-privacy .lined-title{
    padding-bottom: 80px;
}

.section-container-privacy .lined-title h3{
    border-top: 1px  solid rgba(113,49,150,.2);
    border-bottom: 1px  solid rgba(113,49,150,.2);
    padding: 20px 0;
}

.table-wrapper{
    width: 100%;
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch;
    margin-bottom: 50px;
  }

.table-container {
    width: 100%;
    /* white-space: nowrap; */
    border-collapse: collapse;
    border-spacing: 0;
    background-color: white;
    border-radius: 30px;
    overflow: hidden;
    }
  
  .table-container thead td {
    vertical-align: middle;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
    text-align: left;
    padding: 30px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    width: auto !important;
  }
  
  .table-container tbody td {
    padding: 30px;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    width: auto !important;
  }
  
  .table-container thead td:last-child,
  .table-container tbody td:last-child {
   border-right: none;
}

  .table-container tbody tr:last-child td {
    border-bottom: none;
  }
  
  .table-container tbody td:last-child {
    border-right: none;
  }
  
  .table-container tbody tr:last-child td:last-child {
    border-bottom-right-radius: 30px;
  }
  
  .table-container tbody tr:first-child td:first-child {
    border-top-left-radius: 30px; 
  }
  
  .table-container tbody tr:first-child td:last-child {
    border-top-right-radius: 30px;
  }
  
/* a.btn.button-hover{
    transition:  0.3s all;
} */

/* a.btn.button-hover:hover{
    background: -o-linear-gradient(312deg, #863DA4 0%, #863DA4 100%);
    background: linear-gradient(138deg, #863DA4 0%, #863DA4 100%);

} */


/* 
.section-wrapper[interface-type="banner-text-with-image"][has-background="true"]{
    background: #1B1D24;
    color: #fff;
    padding: 0;
}

.section-wrapper[interface-type="banner-text-with-image"][has-background="true"] .container-fluid {
    position: relative;
    width: 100%;
    vertical-align: top;
}

.section-wrapper[interface-type="banner-text-with-image"][has-background="true"] .container-limit {
    max-width: 100%; 
    margin: 0 auto;
    padding: 0; 
}

.section-wrapper[interface-type="banner-text-with-image"][has-background="true"] .container {
    width: 100%;
    padding: 0;
}

.section-wrapper[interface-type="banner-text-with-image"][has-background="true"] .container-holder {
    width: 100%;
    position: relative;
    height: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    transition: .5s;
}

.section-wrapper[interface-type="banner-text-with-image"][has-background="true"] .left-wrapper {
    width: 50%;
    padding: 0; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.section-wrapper[interface-type="banner-text-with-image"][has-background="true"] .right-wrapper {
    width: 50%;
    padding: 0; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-wrapper[interface-type="banner-text-with-image"][has-background="true"] .right-wrapper img {
    width: 100%; 
    height: auto;
    object-fit: cover;
} */


/* .section-wrapper[interface-type="banner-text-with-image"][has-background="true"] .btn:hover{
    background: -o-linear-gradient(312deg, #863DA4 0%, #863DA4 100%);
    background: linear-gradient(138deg, #863DA4 0%, #863DA4 100%); 
    background-size: 200% 200%;
    background-position: right;
}

.section-wrapper[interface-type="banner-text-with-image"][has-background="true"] .btn:hover svg{
    -webkit-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
opacity: 1;
} */

.section-wrapper[interface-type="banner-text-with-image"][has-background="true"] h1.banner-text-with-image-title{
    font-size: 46px;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.section-wrapper[interface-type="banner-text-with-image"][has-background="true"] p:first-child{
    color: #F4D8FF;
    margin-bottom: 10px;
}

.section-wrapper[interface-type="banner-text-with-image"][has-background="true"] p{
   color: #fff;
}

.section-wrapper[interface-type="banner-text-with-image"][has-background="true"] {
    background: #1B1D24;
    color: #fff;
    position: relative;
}

.section-wrapper[interface-type="banner-text-with-image"][has-background="true"] .container-limit {
    position: static;
}

.section-wrapper[interface-type="banner-text-with-image"][has-background="true"] .container-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: static;
    padding: 164px 0;
}

.section-wrapper[interface-type="banner-text-with-image"][has-background="true"] .left-wrapper {
    width: 50%;
    padding-right: 30px;
}

.section-wrapper[interface-type="banner-text-with-image"][has-background="true"] .right-wrapper {
    position: absolute; 
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    height: auto; 
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
}

.section-wrapper[interface-type="banner-text-with-image"][has-background="true"] .right-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(113, 49, 150, 0.2), rgba(113, 49, 150, 0.1));
    z-index: 1; 
    pointer-events: none; 
}

.section-wrapper[interface-type="banner-text-with-image"][has-background="true"] .right-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}





/* ABOUT US */
.section-wrapper.text-content[interface-type="content"] .container-holder{
    padding: 100px 0 0px 0;
}

.section-wrapper.section-about-us[interface-type="dark-content"][padding="bottom"]{
    padding: 0 0 100px 0;
}

.section-wrapper.offerings-values-wrapper[interface-type="offerings-values"] .container-holder h2{
    text-align: center;
}

.section-wrapper.offerings-values-wrapper[interface-type="offerings-values"] .container-holder .offerings-wrapper{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); 
    gap: 15px; 
    width: 100%;
}

.section-wrapper.offerings-values-wrapper[interface-type="offerings-values"] .container-holder .swiper-wrapper.offerings-wrapper.grid-layout-enabled {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); 
    gap: 15px;
    width: 100%;
  }
  

.section-wrapper.offerings-values-wrapper[interface-type="offerings-values"] .container-holder .offer-item h4{
    margin-bottom: 10px;
}

.section-wrapper.offerings-values-wrapper[interface-type="offerings-values"] .container-holder .offer-item{
    background: #fff;
    padding: 30px;
    border-radius: 26px;
}
.section-wrapper.offerings-values-wrapper[interface-type="offerings-values"][is-slider="true"] .container-holder{
    padding: 0 0 100px 0;
}
.section-wrapper.offerings-values-wrapper[interface-type="offerings-values"][is-slider="true"] .swiper {
    overflow: visible !important;
    width: 100%;
    height: 100%;
}

.section-wrapper.offerings-values-wrapper[interface-type="offerings-values"][is-slider="true"] .swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
    gap: 0;
}


.section-wrapper.offerings-values-wrapper[interface-type="offerings-values"][is-slider="true"]  {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start; 
}

.section-wrapper.offerings-values-wrapper[interface-type="offerings-values"][is-slider="true"]  .container-holder .offerings-wrapper .offer-item{
    height: 170px;
}


/* .section-wrapper.offerings-values-wrapper[interface-type="content"] .container-holder .swiper-slide.value-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 550px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
  
} */

.section-wrapper.offerings-values-wrapper[interface-type="offerings-values"][is-slider="true"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100vw - var(--container-limit-width)) / 2); 
    height: 100%;
    background-color: var(--bgGray); 
    z-index: 5;
  } 

  .section-wrapper.offerings-values-wrapper[interface-type="offerings-values"][is-slider="true"] .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}

.section-wrapper.section-about-us[interface-type="dark-content"][padding="bottom"] .container-holder{
    /* height: 373px; */
    padding: 100px 0;
}

.section-wrapper.section-about-us[interface-type="dark-content"][padding="bottom"] .left-wrapper{
    padding-left: 100px;

}

.section-wrapper.section-about-us[interface-type="dark-content"][padding="bottom"] .left-wrapper .about-us-title{
    font-size: 42px;
}

.section-wrapper.section-about-us[interface-type="dark-content"] .container-holder.bgDark .right-wrapper{
    padding-right: 100px;
}

.section-wrapper.section-informations[interface-type="section-informations"][has-border="bottom"] .container-holder .title-informations{
    width: 100%;
    border-bottom: 1px solid rgba(113, 49, 150, .2);
}

.section-wrapper.section-informations[interface-type="section-informations"][has-border="top"] .container-limit{
    border-top: 1px solid rgba(113, 49, 150, .2);
}

.section-wrapper.section-informations[interface-type="section-informations"] .container-holder .title-informations h1{
    max-width: 50%;
    width: 100%;
    margin-bottom: 30px;
}

.section-wrapper.section-informations[interface-type="section-informations"] .container-holder .info-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px 0;
    margin-top: 50px;
}

.section-wrapper.section-informations[interface-type="section-informations"] .container-holder .info-wrapper .info-item{
    flex: 1;
    min-width: calc(33.33% - 20px); 
    max-width: 33.33%;
    margin-right: 20px;
}

.section-wrapper.section-informations[interface-type="section-informations"] .container-holder .info-wrapper .info-item p.info-title {
    margin-bottom: 5px;
}

.section-wrapper.section-informations[interface-type="section-informations"] .container-holder .info-wrapper .info-item p.info-detail, .section-wrapper.section-informations[interface-type="section-informations"] .container-holder .info-wrapper .info-item p.info-detail a, .section-wrapper.section-informations[interface-type="section-informations"] .container-holder .info-wrapper .info-item p.info-detail a:visited {
    font-weight: 500;
    color: #1B1D24 !important;
}

.faq-content-answer ol li {
    margin-bottom: 10px;
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}

.faq-content-answer ol {
    counter-reset: list-counter;
}

.faq-content-answer ol li:last-child{
    margin-bottom: 30px;
}

.faq-content-answer ol li::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 5px;
    counter-increment: list-counter;
    content: counter(list-counter) '.';
    position: absolute;
    left: 0;
    top: 0;
}

.faq-content-answer ol li ul li::before {
    content: '';
    top: 5px;
    left: 5px;
}

p.fdicLow{
    margin-top: 10px;
    font-size: 11px;
    width: auto;
    color: gray;
}

html[lang="en"] .section-wrapper[interface-type="policy"] .privacy-links li:nth-child(11),
html[lang="en"] .section-wrapper[interface-type="policy"] .privacy-links li:nth-child(12) {
    /* display: none; */
}
/* Yell Partners */
.section-wrapper[interface-type="partners"] {}

.section-wrapper[interface-type="partners"] h2.section-title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    color: #1B1D24;
    margin-bottom: 80px;
    text-align: center;
}

.section-wrapper[interface-type="partners"] .partners-holder {
    width: 100%;
    position: relative;
}

.section-wrapper[interface-type="partners"] .partners-holder:after {
    width: 120px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #F8F8F8;
    background: -webkit-linear-gradient(90deg, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 1) 100%);
    background: linear-gradient(90deg, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F8F8F8", endColorstr="#F8F8F8", GradientType=1);
    z-index: 2;
}

.section-wrapper[interface-type="partners"] .partners-holder:before {
    width: 120px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #F8F8F8;
    background: -webkit-linear-gradient(90deg, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 0) 100%);
    background: -moz-linear-gradient(90deg, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 0) 100%);
    background: linear-gradient(90deg, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F8F8F8", endColorstr="#F8F8F8", GradientType=1);
    z-index: 2;
}

.section-wrapper[interface-type="partners"] .partners-holder .swiper-slide {
    width: 233px;
}

.section-wrapper[interface-type="partners"] .partners-holder .partner-box {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    padding: 16px;
    min-height: 160px;
    height: 100%;
}

.section-wrapper[interface-type="partners"] .partners-holder .partner-box figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.section-wrapper[interface-type="partners"] .partners-holder .partner-box img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    max-height: 65px;
}

.partners-swiper .swiper-wrapper {
    transition-timing-function: linear;
    align-items: center;
}
