/*
Theme Name:   Imagen AI
Description:  Imagen AI Theme
Author:       W4
Author URI:   https://thew4.co
Template:     w4_base
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  imagen

*/
html{
    scroll-behavior: smooth;
}

.noSelect,
.menu-item,
.logo-park{
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hero-fade {
    opacity: 0;
    transition: .6s all linear;
    transform: translateY(50%);
}

.hero-fade.fadetext{
    opacity: 1;
    transform: translateY(0);
}

body, .hatzaraCon.show {
    opacity: 1 !important;
}

@font-face {
    font-family: "Ds-digi";
    font-style: normal;
    src: url("fonts/DSDIGI-3.woff") format("woff");
    font-display: swap;
}


@font-face {
    font-family: "Prody";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/prody-regular.woff2") format("woff2"),
    url("fonts/prody-regular.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Prody";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/prody-bold.woff2") format("woff2"),
    url("fonts/prody-bold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Prody";
    font-style: normal;
    font-weight: 500;
    src: url("fonts/prody-regular.woff2") format("woff2"),
    url("fonts/prody-regular.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Prody-demi-bold";
    font-style: normal;
    font-weight: 500;
    src: url("fonts/Prody-demi-bold.woff2") format("woff2"),
    url("fonts/Prody-demi-bold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Graphik";
    font-style: normal;
    font-weight: 300;
    src: url("fonts/Graphik-Light-Web.woff2") format("woff2"),
    url("fonts/Graphik-Light-Web.woff") format("woff");
    font-display: swap;
}


@font-face {
    font-family: "Graphik";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/Graphik-Regular-Web.woff2") format("woff2"),
    url("fonts/Graphik-Regular-Web.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Graphik";
    font-style: normal;
    font-weight: 500;
    src: url("fonts/Graphik-Medium-Web.woff2") format("woff2"),
    url("fonts/Graphik-Medium-Web.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Graphik";
    font-style: normal;
    font-weight: 600;
    src: url("fonts/Graphik-Semibold-Web.woff2") format("woff2"),
    url("fonts/Graphik-Semibold-Web.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Graphik";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/Graphik-Bold.woff2") format("woff2"),
    url("fonts/Graphik-Bold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Graphik Super";
    font-style: normal;
    src: url("fonts/GraphikSuper.woff2") format("woff2"),
    url("fonts/GraphikSuper.woff") format("woff");
    font-display: swap;
}

/* prody new */
@font-face {
    font-family: "Prody regular";
    font-style: normal;
    src: url("fonts/ProdyRegular.woff2") format("woff2"),
    url("fonts/ProdyRegular.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Prody medium";
    font-style: normal;
    src: url("fonts/ProdyMedium.woff2") format("woff2"),
    url("fonts/ProdyMedium.woff") format("woff");
    font-display: swap;
}

:root {
    --pink: #FF5470;
    --dark-blue: #0C1B33;
    --neon: #E7FFB9;
    --grey: #F9FBFF;
    --word-space: .5rem;
}

body {
    font-family: 'Graphik', sans-serif;
    color: var(--dark-blue);
}

h1, h2, h3, h4 {
    font-family: 'Prody', serif;
    font-weight: 700;

}


.big-title {
    font-size: 90px;
    line-height: 1;
    letter-spacing: -0.02em;
    word-spacing: var(--word-space);

}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

.big-medium-title {
    font-size: 60px;
    margin-bottom: 2.8rem;
    line-height: 1;
    letter-spacing: -0.02em;
    word-spacing: var(--word-space);

}

.medium-title {
    font-size: 40px;
    line-height: .87;
    letter-spacing: -0.02em;
    word-spacing: var(--word-space);

}

.home-hero-image-slider-holder {
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 100%;
}

.home-hero .splide__pagination {
    left: 1rem;
    right: auto;
}

.home-hero .splide__pagination__page {
    width: 1.5rem;
    height: 1.5rem;
    background-color: transparent;
    border: 1px solid white;
    box-sizing: border-box;
}

.splide__pagination__page.is-active {
    transform: none !important;
}

.mild-sans-serif-title {
    font-family: 'Graphik', sans-serif;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 2.6rem;
    line-height: 1.5;
}

.talents-hero {
    margin-top: 22.3rem;
}

.quote {
    font-family: 'Prody', serif;
    font-size: 2.6rem;
    font-weight: 400;

}

.quote-layout .quote {

    width: 49rem;
    white-space: pre-line;
}

.cta-link {
    font-size: 18px;
    color: var(--pink);
    font-weight: 600;
    height: 2.5rem;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    border-bottom: 1px solid var(--pink);
    transition: .3s all;

}

.hero-links a {
    justify-content: space-between;
}

.cta-link-green {
    color: #E7FFB9;
    border-bottom: 1px solid #E7FFB9;
}
.page-template-terms p{
    padding: 0;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    line-height: 1.5!important;
    font-size: 16px!important;
}
.page-template-terms .simple-grid h1,
.page-template-terms .simple-grid h2{
    text-align: center;
}
.page-template-terms .simple-grid h2{
    font-size: 14px;
}
.page-template-terms .simple-grid p a{
    white-space: nowrap;
}
.page-template-terms .simple-grid ul{
    list-style-type: disc;
    padding-left: 2em;
}
.page-template-terms .simple-grid li{
    font-size: 18px;
    margin-bottom: 1em;
    line-height: 1.5!important;
    font-size: 16px!important;
}
.page-template-terms .simple-grid  u b{
    font-size: 2rem;
}
.page-template-simple-text,
.page-template-terms{
    background-color: #F7F8FA;
}

.page-template-simple-text .content,
.page-template-full-width .content,
.page-template-terms .content{
    margin-top: 12rem;
    margin-bottom: 5rem;
}

.cta-banner .cta-link {
    margin-top: 1.5rem;
}

.hero-image-splide {
    /*clip-path:polygon(0% xx%, 100% xx%, 100% 100%, 0% 100%);*/
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}

/*
.hero-image-splide .hh-i-c{
    clip-path:polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    transition: .5s ease-in-out all;
}

.hero-image-splide .hh-i-c picture{
    transform: translateY(40rem) scale(1.5);
    transition: .5s cubic-bezier(0.455, 0.030, 0.515, 0.955) all;
    display: block;
}
.hero-image-splide .is-active.is-visible .hh-i-c{
    clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.hero-image-splide .is-active.is-visible picture{
    transform: translateY(0rem) scale(1);
}*/
.image-to-animate {
    opacity: 0;
}

.page-template-simple-text h1,
.page-template-full-width h1,
.page-template-terms h1{
    font-size: 40px;
    text-align: center;
}

.single-post .content a {
    color: var(--pink);
}

.single-post h1 {
    text-align: left;
    margin-bottom: 2rem;
}

.page-template-simple-text h2,
.page-template-full-width h2,
.page-template-terms h2{
    font-family: 'Graphik', sans-serif;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 2.6rem;
    line-height: 1.1;
    margin-top: 4rem;
}

.simple-grid {
    max-width: 100rem;
    margin: auto;
    padding: 0 5rem;
    box-sizing: border-box;
    background-color: white;
    padding-top: 2rem;
    padding-bottom: 10rem;
}

.page-template-full-width .simple-grid{
    max-width: 1920px;
    padding-bottom: 0;
}

.single .simple-grid, .single .content-area {
    background-color: white;
}

.cta-link:after {
    background: url("img/link_arrow.svg") no-repeat;
    background-size: 1.9rem;
    background-position: bottom center;
    display: block;
    content: '';
    width: 1.9rem;
    height: 1.9rem;
    margin-left: .5rem;
    transition: .3s all;
    transform-origin: .5rem center;
}

.cta-link-green:after {
    background: url("img/link_arrow_green.svg") no-repeat;
}

.cta-link:hover:after {
    transform: rotate(45deg) translateY(-1px);
    background-position: top center;
}

p {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    white-space: pre-line;

}
p.date{
    white-space: normal;
}
.basic-grid {

    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15rem;
    box-sizing: border-box;

}

.half-basic-grid {
    width: 720px;
}

.home-hero {
    height: 100vh;
    overflow: hidden;
}

.m-c {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;

}

.home-hero-image-slider-images-list, .home-hero-image-slider-images-list li {
    width: 100%;
    height: 100%;
}

.home-hero-image-slider-images-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}

h1, h2, h3, p {
    margin: 0;
}

.hero-image-splide,
.hero-image-splide .splide__track,
.hero-image-splide .splide__list,
.hero-image-splide .splide__list li,
.hero-image-splide .splide__list img {
    height: 100%;
}

.hero-image-splide .splide__list img{
    position: absolute;
    top: 0;
}

.home-hero .hero-text img {
    height: 9rem;
    width: auto;
    align-self: flex-start;
    display: block;
}

.hl-icon {
    margin-bottom: 2rem;
}

.home-hero .hero-text-splide {
    margin: 0 0 1rem 0;
}

.home-hero .hero-text p {
    width: 47.8rem;
}
.hero-mid-text{
    font-weight: 500;
    font-size: 25px;
}
.hero-mid-text span{
    color: var(--pink);
    font-weight: 700;
    font-size: 27px;
}
.en-site .hero-mid-text span{
    color: var(--dark-blue);
    font-size: 1.6rem;
}
.home-hero .hero-text em {
    font-size: 18px;
    display: block;
    margin-top: -10px;
}

.home-hero .hero-text {

    position: relative;
    pointer-events: none;
    z-index: 1;
}

.home-hero .hero-text * {
    pointer-events: auto;
}

.home-hero .hero-text h1, .home-hero .hero-text h2 {
    white-space: pre-line;
}

.neon-banner {
    background: var(--neon);
    padding: 11rem 0;

}

.nb-left, .nb-right {
    flex: 0 0 50%;
}

.nb-left {
    padding-right: 12.7rem;
    box-sizing: border-box;
}

.nb-left .cta-link {
    margin-top: 4.7rem;
}

.culling-area {
    margin: 8rem 0;
}

.culling-holder {
    width: 61.6rem;
    margin: 0 auto;
}

.culling-holder h2 {
    margin: 1.5rem 0 3.5rem 0;
}

.culling-holder .cta-link {
    margin-top: 2rem;
}

.trusted-holder {
    width: 75rem;
    margin: 0 auto;
}

.trusted-holder h2 {
    margin: 1.5rem 0 3.5rem 0;
}

.item-image-holder {
    width: 100%;
    height: 36rem;
    background-size: cover;
}

.item-holder {
    width: 25.3rem;

    position: relative;
}

.item-holder .quote-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 2rem;
    box-sizing: border-box;
    opacity: 0;
    transition: .5s all;
}

.item-holder:hover .quote-holder {
    opacity: 1;

}

.item-holder .quote {
    position: relative;
    opacity: 0;
    transition: .5s all;
    transition-delay: .3s;
    transform: translateY(.5rem);
}

.item-holder:hover .quote {
    opacity: 1;
    transform: translateY(0);
}

.qut-bg {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .5s all;

}

.p-name {
    font-weight: 600;
    text-align: left;
    margin-top: 2rem;
    font-size: 2.4rem;
}

.p-com {

    text-align: left;
    margin-top: .5rem;
}

.trusted-by-area {
    padding-bottom: 0;
    padding-top: 10rem;
}

.i-g-area{
    padding-top: 15rem;
}

.trusted-by-area p.p-com{
    font-size: 14px;
}

.trusted-by-area .splide__arrow {
    position: static;
    width: 6rem;
    height: 6rem;
    background-color: #00214D;
    opacity: 1;
    pointer-events: auto;
    margin: 0 .5rem;
    transform: none;
    transition: .3s all;

}

.trusted-by-area .splide__arrow:hover {
    opacity: 1 !important;
    background-color: #011B3F;
}

.trusted-by-area .splide__arrow path {
    fill: var(--neon);
}

.trusted-by-area .splide__arrow svg {
    width: 4rem;
    height: 4rem;
}

.trusted-by-area .splide__arrows {
    display: flex;
    justify-content: center;
    pointer-events: none;
    margin-bottom: 4.8rem;
}

.trusted-by-splide {
    margin-top: 10rem;
}

.step .half-basic-grid, .desktop-numbers-wrapper .half-basic-grid {
    width: 57rem;
    padding-right: 14.4rem;
    box-sizing: border-box;
}

.sub-step .step .half-basic-grid, .desktop-numbers-wrapper .half-basic-grid,
.step-4 .step .half-basic-grid, .desktop-numbers-wrapper .half-basic-grid {
    padding-right: 12.4rem;
}

.desktop-numbers-wrapper .basic-grid {
    height: 100%;
    display: flex;
    align-items: center;

}

.step .basic-grid {
    height: 100%;
    display: flex;
    align-items: center;

}

.step h2 {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Graphik', sans-serif;
    margin-bottom: 2.8rem;
    position: relative;
}

.half-half-layout.mpt {
    padding-top: 50rem;
}

.step p {
    position: relative;
}

.over-reach-text.show {
    opacity: 1;
    visibility: visible;
}

.over-reach-text {
    position: absolute;
    width: 22rem;
    background-color: white;
    right: -27rem;
    padding: 1rem 2.8rem 1rem 1.5rem;
    box-sizing: border-box;
    font-size: 16px !important;
    top: -1.5rem;
    line-height: 1.3;
    transition: .3s all;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
}

.over-reach-text p{
    font-size: 15px;
}

.op-cls {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 9px;
    height: 9px;
    padding: 0;
    border: none;
    background: url("img/cls.svg") no-repeat center;
    background-size: contain;
}

.over-reach-text:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-right: 10px solid white;
    content: '';
    display: block;
    position: absolute;
    left: -5px;
}

.over-reach-text a {
    color: var(--pink);
}

.the-map-scroller {
    font-size: 10px;
}

.world-map {
    width: 121.7em;
    height: 70.4em;
}

.step-number {
    font-family: 'Prody', serif;
    font-size: 32rem;
    font-weight: 700;
    color: #F3FFDC;
    position: absolute;
    line-height: .5;

    bottom: 0;
    display: flex;
    left: -10rem;

}

.step-number-top {
    font-family: 'Prody', serif;
    font-size: 32rem;
    font-weight: 700;
    color: #F3FFDC;

    line-height: .5;
    align-items: center;

    display: flex;
    transform: translateX(-10rem);
}

.quote-layout.right .basic-grid {
    padding-left: 0;
    padding-right: 0;
    justify-content: space-between;

}


.quote-layout.left .basic-grid {
    padding-right: 0;

}

.quote-object-wrapper {
    width: 60.9rem;
    height: 76rem;
}

.edit-in-20-area .quote-object-wrapper {
    height: 73.5rem;
}

.half-half-layout.edit-in-20-area {
    padding-top: 0;
}

.inspiration-area .quote-object-wrapper {
    height: 66.7rem;
}

.inspiration-area .talent-thumb-holder {
    border: solid 2px #fff;
}

.inspiration-area .talent-thumb-holder img {
    box-sizing: border-box;
    border: solid 3px #fff;
}

.inspiration-area .splide__slide.is-active .talent-thumb-holder {
    border: solid 2px #FF5470;
}

.inspiration-area .splide__slide:hover img {
    filter: grayscale(0);
}

.inspiration-area .splide__slide:hover .talent-thumb-holder {
    border: solid 2px #FF5470;
}

.half-layout-text-side, .half-layout-object-side {
    flex: 0 0 49%;
}

.left .half-layout-object-side {
    display: flex;
    justify-content: flex-end;
}

.half-half-layout {
    padding: 11rem 0;
}
.single-talents .talent-hero .medium-title{
    font-size: 3.6rem;
}
.single-talent .half-half-layout {
    padding: 0 0 11rem;
}

.talent-profile-type{
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 100px;
    height: auto;
}

.quote-object-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.half-layout-text-side {
    display: flex;
    align-items: center;
}

.half-layout-image {
    width: 49.3rem;
}

.qt-mark {
    width: 6.5rem;
    height: 5.1rem;
    display: block;
    background: url("img/qts.svg") no-repeat center;
    background-size: contain;
    margin-bottom: 4.5rem;
}

.slashes {
    color: var(--pink);
    /* display: block;*/
    margin: 0 1rem;
}

.qt-det {
    display: flex;
    align-items: baseline;
    margin-top: 3.6rem;
}

.qt-det span {
    margin-top: 0;
}

.half-layout-text-content h2, .half-layout-text-content p {
    margin-bottom: 2.8rem;
}

.video-layout .half-layout-text-content {
    width: 47.9rem;
}

.cta-button, .gform_button {
    line-height: 50px;
    align-items: center;
    padding: 0 4rem;
    display: inline-block;
    background-color: var(--pink);
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;

    border: none;
    border-radius: 2px;
    justify-content: space-between;
    transition: .3s all;
}

.cta-button:hover, .gform_button:hover {
    background-color: #E54C65;
}

.cta-button:active {
    background-color: #CB3951;
}

.cta-button-invert {
    color: var(--pink);
    background-color: transparent;
    border: 1px solid #FF5470;
    border-radius: 2px;
    box-sizing: border-box;
}

.half-half-layout.left .basic-grid {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.precious-assets-area .half-half-layout p {
    width: 50.5rem;
}

.precious-assets-area .basic-grid {
    align-items: flex-end;
    justify-content: space-between;
}

.uy-7 {
    padding-bottom: 3rem;
}

.precious-assets-area img {
    width: 27.4rem;
    height: auto;
}

.cat-inner {
    width: 38.3rem;
    height: 47rem;
    background-size: cover;
    background-position: center;
    padding: 3.7rem;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
}

.cat-name {
    border-top: 1px solid #FFFFFF;
    font-family: 'Prody', serif;
    font-weight: 400;
    font-size: 24px;
    color: white;
    width: 100%;
    padding-top: 5.5rem;
}

.ei-img-1 {
    width: 42.9rem;
    height: 85.9rem;
    position: absolute;
}

.ei-img-2 {
    width: 42.9rem;
    height: 68.7rem;
    position: absolute !important;
}

.ei-img-1 .splide__track,
.ei-img-1 .splide__list,
.ei-img-1 .splide__slide {
    height: 100%;
}

.ei-img-1 .splide__slide img,
.ei-img-2 .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ei-img-2 .splide__track,
.ei-img-2 .splide__list,
.ei-img-2 .splide__slide {
    height: 100%;
}

.quote-object-wrapper {
    position: relative;
}

.ei-img-1 img, .ei-img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ei-img-1 {
    left: 0;
    top: 13rem;
    z-index: 9;
}

.ei-img-2 {
    right: 0;
    top: 0;
}

.page-template-community .cta-banner.dark .cta-banner-shape .basic-grid:before {
    width: 59rem;
    height: 59rem;
    background: url(img/c-v.svg) no-repeat center;
    right: -11rem;
    top: -14rem;

}

.page-template-community header {
    background-color: rgba(255, 255, 255, .7);
    backdrop-filter: blur(10px);
}
.page-template-community h3{
    padding-bottom: 1rem;
}
.cta-banner-shape .basic-grid:before {
    background-size: contain !important;
}

.edit-in-20-area p {
    width: 45rem;
}

.inspiration-area p {
    width: 41rem;
}

.inspiration-area p strong {
    font-weight: 600;
}

.talent-thumb-holder {
    width: 6rem;
    height: 6rem;
    margin-right: .8rem;

}

.talent-thumb-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(1);
    transition: .3s all;
}

.talents-list li.is-active .talent-thumb-holder img {
    filter: grayscale(0);
}

.profiles-list {
    font-family: 'Prody', serif;
    font-size: 26px;
    font-weight: 400;
}

.inspiration-area .ei-img-1,
.inspiration-area .ei-img-2 {
    width: 45.6rem;
    height: 56rem;


}

.inspiration-area .ei-img-2 {
    right: 3.8rem;
    bottom: 0;
    left: 34rem;
    top: auto;
}

.inspiration-area .ei-img-1 {
    right: auto;
    bottom: auto;
    left: 0;
    top: 0;
    z-index: 8888;
}

.edit-in-20-area .quote-object-wrapper {
    flex: 0 0 78rem;
    width: 78rem;
}

.inspiration-area .quote-object-wrapper {
    width: 100%;
}

.inspiration-area .half-layout-object-side {
    flex: 0 0 49%;

}

.inspiration-area .half-layout-text-content,
.edit-in-20-area .half-layout-text-content {
    flex-grow: 1
}


.ei-img-variation {
    width: 100%;
    height: 100%;

}

.ei-img-variation img {
    width: 45.6rem;
    height: 56rem;
    object-fit: cover;
    object-position: center;
}

.splide__track--nav > .splide__list > .splide__slide {
    border: none !important;
}

.profile-list-splide {
    margin-top: 2.6rem;
}

.com-holder {
    width: 84.4rem;
    margin: auto;
}

.com-holder h2 {
    margin: 1.5rem 0 3.5rem 0;
}

.podcast-thumb {
    width: 100%;
    height: 23rem;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transform: translate3d(0, 0, 0);

}

.podcast-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s all;
}

.podcasts-list a:hover .podcast-thumb img {
    transform: scale(1.02);
}

.podcasts-list, .webinars-list {
    justify-content: space-between;
    flex-wrap: wrap;
}

.podcasts-list:after, .webinars-list:after {
    content: '';
    display: block;
    flex: 0 1 30%;
}

.podcasts-list li {
    flex: 0 0 30%;
    margin-bottom: 3rem;
    width: 30%;
}

.webinars-list li {
    flex: 0 0 30%;
    margin-bottom: 5rem;
}

.community-area {
    margin-top: 13rem;
}

.podcasts-area {
    margin-top: 7.7rem;
}

.webinars-area {
    margin-top: 3.5rem;
}

.webinars-area h3{
    padding: 0 0 3rem;
}

.podcasts-area h3, .webinars-area h3 {
    font-family: 'Graphik', sans-serif;
    font-size: 18px;
    margin-bottom: 1rem;
}

.podcasts-list a {
    display: block;
    text-decoration: none;
    color: var(--dark-blue);

}

.podcasts-list h4 {

    font-family: 'Graphik', sans-serif;
    font-size: 16px;
    margin-top: 1rem;

}

.webinars-list h4 {
    font-family: 'Graphik', sans-serif;
    font-size: 18px;
    margin: 0;
}

.webinars-list p {
    font-size: 16px;
    letter-spacing: -0.01em;

}

.web-text {
    margin-left: 1.6rem;
}

.webinars-thumb {
    width: 7rem;
    height: 7rem;
    flex: 0 0 7rem;
    overflow: hidden;
}

.webinars-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s all;
}

.webinars-list a:hover .webinars-thumb img {
    transform: scale(1.05);

}

.webinars-list .webinar-item {
    display: flex;
    text-decoration: none;
    color: var(--dark-blue);
}

.cta-holder {
    text-align: center;
    margin-top: 7rem;
}

.cta-banner {
    background-color: var(--neon);
    padding: 10rem 0 0 0;
    margin-top: 13rem;
    position: relative;
    z-index: 99;
}

.content-area {
    position: relative;
    z-index: 99;
}

.cta-banner .cta-button {
    margin-top: 3rem;
}

.cta-banner h3 {
    font-size: 60px;
}

.cta-banner-bottom {
    background-color: #00214D;
    padding: 6rem 11rem;
    box-sizing: border-box;
    transform: translateY(3rem);
    border-radius: 2px;
}

.trust-pilot {
    margin-top: 10rem;
}

.cta-banner p {

    font-family: 'Prody', serif;
    color: white;
    font-weight: 400;
    font-size: 24px;
    max-width: 75rem;
    white-space: pre-line;

}

.cta-banner p strong {
    font-weight: 400;
    color: var(--neon);
}

#scroll-up {
    flex: 0 0 6rem;
    height: 6rem;
    border: 1px solid var(--neon);
    background: url("img/up_arrow.svg") no-repeat;
    background-position: top .8rem center;
    background-size: 3rem;
    border-radius: 50%;

    transition: .3s all;
}

#scroll-up:hover {
    /*background-color: #ADCC73;*/
    animation: arrow-up 1s forwards;
}

#scroll-up:active {
    background-color: #C6E38E;
}


@keyframes arrow-up {
    0% {
        background-position: top .8rem center;
    }
    50% {
        background-position: top -4rem center;

    }
    50.1% {
        background-position: top 4.5rem center;
    }

}

.cta-banner .basic-grid {
    position: relative;

}

.cta-banner p.n-p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Graphik', sans-serif;
    margin: 2rem 0 1rem;
    letter-spacing: -0.01em;

}

.cta-banner .cta-banner-shape {
    overflow: hidden;
}

.cta-banner .cta-banner-shape .basic-grid:before {
    content: '';
    display: block;
    width: 70.9rem;
    height: 69.6rem;
    background: url("img/btbn-vector.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    right: -23rem;
    top: -22rem;
}

.talents-her-con-holder {
    max-width: 115rem;
    margin: auto;
}
.instagram-icon-li a{
    margin-top: -1px;
}

@media only screen and (max-width: 1124px) {
    .single-talent .part.flex{
        padding-top: 100px;
    }
}
@media only screen and (max-width: 1024px) {
    .talents-her-con-holder {
        max-width: 85rem;
    }
    .single-talent .part.flex{
        padding-top: 0;
    }

}
.talents-her-con-holder .cta-button {

    margin-top: 2.8rem;
}

.upper-ai {
    display: inline-block;
    font-family: 'Graphik', sans-serif;
    font-size: .6em;
    transform: translateY(-.5em);
    font-weight: 600;
}

.talent-list:after {
    display: block;
    content: '';
    flex: 0 0 32%;
}

.talent-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 14rem;
    margin-bottom: 15rem;
}

.talent-list li {
    flex: 0 0 32%;
    margin-bottom: 2%;
}

.talent-link {
    display: block;
    width: 100%;
    height: 54.5rem;
}

.talent-rep-image-holder {
    transition: .3s all;
}

.talent-link {
    overflow: hidden;
}

.talent-link:hover .talent-rep-image-holder {
    transform: scale(1.05);
}

.talent-rep-image-holder {
    background-size: cover;
    background-position: center;
}

.talent-rep-image-holder:after {
    position: absolute;
    display: block;
    top: 0;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 41.06%);
}

.talent-avatar {
    width: 6rem;
    height: 6rem;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.talent-info {
    border-top: 1px solid white;
    padding-top: 3.7rem;
    width: 100%;
}

.profile-name {
    font-family: 'Prody', serif;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: -0.01em;

}

.talent-and-pro-name {
    margin-left: 1.5rem;
}

.talent-link {
    color: white;
    text-decoration: none;
    padding: 4.2rem 3.7rem;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
}

.before-and-after-area {
    justify-content: space-between;
}
#before-and-after-hero .before-and-after-area{
    padding-bottom: 20px;
}
.b-n-a-1, .b-n-a-2 {
    flex: 0 0 49%;
    height: 64.4rem;
    position: relative;
}

.before-holder {
    width: 100%;
    height: 100%;
}

.before-holder img, .after-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.after-holder {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.before-holder {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);

}

.move-mask-1, .move-mask-2, .move-mask-3 {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    width: 2rem;
    padding: 0;
    pointer-events: all;
    margin-left: -1rem;


}

.before-holder, .after-holder {
    pointer-events: none;
}

.move-border-1, .move-border-2, .move-border-3 {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: white;
}

.talent-hero-cover {
    height: 50rem;
    background-size: cover;
    position: relative;
}

.talent-hero-cover:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 23%);
}

.talent-avatar-big {
    width: 21rem;
    height: 21rem;
    background-size: cover;
}

.talent-details {
    position: relative;
    margin-top: -10.5rem;
    align-items: flex-end;
}

.part {
    margin-left: 3rem;
}

.name-and-profile-name h2 {
    font-family: 'Graphik', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.talent-title-wrap{
    display: flex;
    gap: 1rem;
}

.part {
    flex-grow: 1;
}

.part .social {
    margin-left: 10rem;
}

a.instagram {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: url("img/instagram.svg") no-repeat center;
    background-size: contain;
}

a.facebook {
    display: block;
    width: 2rem;
    height: 2rem;
    background: url("img/fb.svg") no-repeat center;
    background-size: contain;
}

a.website {
    display: block;

    height: 2rem;
    line-height: 1.5rem;
    background: url("img/www.svg") no-repeat left center;
    background-size: contain;
    padding-left: 3rem;
}

.part .social a {
    margin-right: 2.4rem;
    color: var(--dark-blue);
    text-decoration: none;
    font-size: 16px;
}

.about-area {
    margin: 5.7rem 0;
}

.about-area .p-left,
.about-area .p-right {
    flex: 0 0 46%;
}

.about-area .p-left p,
.about-area .p-right p {
    max-width: 100%;
}

.about-area .p-right a {
    margin-top: 2.6rem;
}

.about-area .basic-grid {
    display: flex;
    justify-content: space-between;
}

.profile-in-xtion-area {
    margin: 13rem 0;
}

.profile-in-xtion-area h2 {
    margin-bottom: 4rem;
}

.layout-80_20 .img-1-holder {
    flex: 0 0 69%;
}

.layout-80_20 .img-2-holder {
    flex: 0 0 29%;
}


.layout-20_80 .img-2-holder {
    flex: 0 0 69%;
}

.layout-20_80 .img-1-holder {
    flex: 0 0 29%;
}

.layout-100 .img-1-holder {
    flex: 0 0 100%;
}

.layout-50_50 .img-1-holder {
    flex: 0 0 49%;
}

.layout-50_50 .img-2-holder {
    flex: 0 0 49%;
}

.gallery-layout-row {
    justify-content: space-between;
    margin-bottom: 2.5rem;
    height: 64rem;
}

.gallery-layout-row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.np-talent-buttons a {
    color: white;
}

.previous-button a, .previous-button span {
    display: block;
    width: 6rem;
    height: 6rem;
    background: #00214D url("img/prev_arrow.svg") no-repeat center;
    background-size: 2.5rem;
    border-radius: 50%;

}


.next-button a, .next-button span {
    display: block;
    width: 6rem;
    height: 6rem;
    background: #00214D url("img/next_arrow.svg") no-repeat center;
    background-size: 2.5rem;
    border-radius: 50%;
}
.next-button:hover{
    cursor: pointer;
}
.next-button span, .previous-button span {
    opacity: .3;

}

.np-talent-buttons {
    justify-content: space-between;
    top: calc(50% - 3rem);
    padding: 0 4rem;
    box-sizing: border-box;
}

.dots-navigation {
    display: flex;
    justify-content: center;
}

.dots-navigation li {
    margin: 0 .6rem;
}

.dots-navigation a {
    display: block;
    width: .7rem;
    height: .7rem;
    background: #D9D9D9;
    transition: .3s all;
    border-radius: 50%;
}

.dots-navigation a:hover {
    background: #0C1B33;
}

.dots-navigation .current a {
    background: #0C1B33;
    transform: scale(1.3);
}

.bottom-pagination {
    margin-top: 10rem;
    margin-bottom: 4rem;
}

.single-talent .cta-banner, .dark.cta-banner {
    background-color: var(--dark-blue);
    color: white;
}

.single-talent .cta-banner-bottom {
    background-color: #00214D;
}

.cta-banner .cta-button-invert {
    margin-left: 1.5rem;
}

.single-talent .cta-banner-bottom strong {
    font-weight: 400;
    color: var(--neon);

}

.single-talent .cta-banner .cta-banner-shape .basic-grid:before {
    content: '';
    display: block;
    width: 60rem;
    height: 60rem;
    background: url(img/t-bb-v.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: -22rem;
    top: 0;
}

.hero-links {
    margin-top: 4rem;
}

.hero-links a, .hero-links button, .blue-link {
    display: block;
    color: var(--dark-blue);
    font-size: 18px;
    font-weight: 600;
    height: 3.5rem;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    border: none;
    background: none;
    border-bottom: 1px solid var(--dark-blue);
    padding: 0;
    width: 100%;
}


.blue-link {
    justify-content: space-between;
}

.hero-links a:after, .hero-links button:after, .blue-link:after {
    background: url("img/link_arrow-blue.svg") no-repeat right center;
    background-size: 1.9rem;
    display: block;
    content: '';
    width: 1.9rem;
    height: 1.9rem;
    margin-left: .5rem;

}

.lower-text {
    color: #717171;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2.4rem;
    margin-top: .7rem;
}

.community-hero .half-basic-grid {
    box-sizing: border-box;
    width: 50%;
    padding-right: 10.8rem;
}

.community-hero .home-hero-image-slider-holder {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.wa-t-h {
    text-align: center;
    max-width: 59.2rem;
    margin: auto;

}

.wa-t-h h2 {
    margin-bottom: 2.8rem;
}

.com-page-web-ar {
    margin: 15rem 0;
}

.com-page-web-ar .webinars-list {
    margin-top: 6.5rem;
}

.am-av-inner {
    width: 5em;
    height: 5em;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

b {
    font-weight: 700;
}

.pink {
    color: var(--pink);
}

.am-dets {
    border-radius: 2px;
    color: white;
    position: absolute;
    white-space: nowrap;
    background-color: var(--dark-blue);
    font-size: 16px;
    line-height: 3.5rem;
    padding: 0 2.2rem;
    top: -4.5rem;
    transform-origin: 2.3rem bottom;
    transform: scale(0);
    opacity: 0;
    transition: .3s all;
}

.am-dets:before {
    width: .7rem;
    height: .7rem;
    content: '';
    display: block;
    background-color: var(--dark-blue);
    position: absolute;
    transform: rotate(45deg);
    bottom: -.35rem;
    left: 2.3rem;


}

.countries-dots li:hover {
    z-index: 99999999;
    position: relative;
}

.countries-dots li:hover .am-dets {
    transform: scale(1);
    opacity: 1;
}

.spreading-area .basic-grid {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 10rem;
}

.spreading-area {
    overflow: hidden;
}

.events-area {
    margin-top: 15rem;
}

.events-list {
    justify-content: space-between;
}

.events-list li {
    flex: 0 0 49%;
    background: #F7F8FA;
    padding: 3.4rem;
    box-sizing: border-box;
}

.events-list {
    margin-top: 5.6rem;
}

.events-list li .date {
    font-size: 18px;
    font-weight: 600;
}

.events-list li .blue-link {
    margin-top: 4rem;
}

.cta-banner.dark {
    padding-bottom: 20rem;
}

.cta-banner.dark .cta-banner-shape .basic-grid:before {
    width: 70.9rem;
    height: 69.6rem;
    background: url(img/btbn-vector-w2.svg) no-repeat center;

}

.header-content {
    width: 100%;
    padding: 0 4rem;
    box-sizing: border-box;
    align-items: center;
    padding-right: 0;
    position: relative;
}
.white .header-content{
    padding-right: 2rem;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    transition: .3s all;
    height: 6rem;
}
#image-white-logo{
    display: none;
}
.home header .logo-park img{
    /*opacity: 0;*/
    transition: all 0.3s ease;
}
header.white .logo-park img{
    opacity: 1;
}
header.white {
    height: 8rem;
}

header.white, .single-talent header {
    background-color: rgba(255, 255, 255, .7);
    backdrop-filter: blur(10px);
}


.flip-logo svg {
    width: 100%;
    height: 100%;
}

.logo-park .flip-logo path {
    opacity: 1;
}

.big-logo .flip-logo {
    height: 9rem;
    width: 25.4rem;
}

.logo-park .flip-logo {
    height: 3rem;
    width: 8.3rem;
}

.logo-park .flip-logo svg {
    width: 100%;
    height: 100%;
}

.logo-park {
    opacity: 1;
}

.flip-logo {
    display: block;
    height: 9rem;
    width: 25.4rem;

}

.talent-hero-cover {
    height: 0;
    padding-bottom: 34%;
    background-size: cover;
    position: relative;
    margin-top: 8rem;
}


.home .logo-park img.b-logo {
    /* display: none;*/
}

.home header nav{
    padding: 0;
}
header.white nav{
    padding: 0;
}
header .menu-right-side{
    display: flex;
    align-items: center;
}
header .menu-right-container{
    transition: all .5s ease;
}
header .hero-button-container{
    display: none;
    opacity: 0;
    transition: all .5s ease;
}
header.white .hero-button-container{
    display: block;
    opacity: 1;
}
header .header-content{
    display: flex!important;
}
header nav ul {
    display: flex;
}

header nav ul li {
    margin-right: 3rem;
}

header nav a {
    font-size: 15px;
    color: var(--dark-blue);
    text-decoration: none;
    font-weight: 500;
}

footer {
    background-color: var(--dark-blue);
    color: white;
    padding: 7.6rem 0 4.7rem;
}

footer nav a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin: .5rem 0 1.7rem;
    display: inline-block;
}

.s-logo {
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: 2px;
    background-color: var(--pink);
    background-image: url(img/imagen-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.1rem;
}

footer .social-menu li {
    margin-bottom: 1.3rem;
}
footer .social-menu li:hover {
    opacity: 0.75;
}
footer .social-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .social-menu a {
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: 2px;
    background-color: var(--pink);

    background-position: center;
    background-repeat: no-repeat;
    background-size: 2.2rem;
    text-decoration: none;
}

footer nav {
    margin-left: 7.5rem;
    flex-grow: 1;
}

footer .social-menu {
    flex: 0 0 9.5rem;

}

footer .social-menu .instagram a {
    background-image: url(img/instagram.svg);
}

footer .social-menu .youtube a {
    background-image: url(img/youtube.svg);
}

footer .social-menu .facebook a {
    background-image: url(img/fb.svg);
}

footer .social-menu .twitter a {
    background-image: url(img/003-twitter.svg);
}

footer .social-menu .linkedin a {
    background-image: url(img/linkedin-neg.svg);
}

.cr-h {
    display: flex;
    justify-content: flex-end;
    margin-top: 3.3rem;
}

.cr-h p {
    color: #4572BB;
    font-size: 12px;
    font-weight: 300;
}

.homepage-form-con {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 319px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: 1s all ease-in-out;
}

.homepage-form-con.hide {
    right: -319px;
}

.homepage-form {

    padding: 20px !important;
    background-color: white;
    z-index: 999999;
}


.home-hero .big-title {
    height: 200px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: .4s all linear;
}

.hero-text, .oh {
    overflow: hidden !important;
}

.home-hero .changing-text-list .is-active .big-title {
    opacity: 1;
    transition: .5s all;
    transition-delay: 1s;

}

.home-hero .hero-text-splide .splide__track {
    overflow: visible !important;
}

@keyframes text-animation {
    0% {
        transform: translateY(1.5rem);
    }
    100% {
        transform: translateY(-1.5rem);

    }
}

.download-form input {
    width: 100%;
    padding: 0 1.5rem;
    box-sizing: border-box;
    font-size: 16px;

}

.download-form input[type="text"],
.download-form input[type="email"] {
    background: #FFFFFF;
    border: 1px solid #666161;
    border-radius: 2px;
}

.download-form input[type=checkbox] {
    display: none
}

.download-form {
    width: 100%;
}

.download-form {

    padding: 20px;
}

.download-form p {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 1.7rem;
    white-space: normal;
}

.download-form p b {
    font-size: 26px;
}

.download-form .gchoice label::before {
    display: block;
    width: 2.5rem;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 2px;
    height: 2.5rem;
    margin-right: 1rem;
    content: '';

}

.download-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 1.3rem;
}

.wpcf7-not-valid-tip {
    font-size: 12px !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
    font-size: 14px;
    margin: 1rem 0 0 0;
}

.wpcf7-spinner {
    position: absolute !important;
    right: 0.1rem;
    top: 1.2rem;
}

.download-form input[type="submit"] {
    justify-content: center;
}

.download-form .wpcf7-list-item-label {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.download-form input:checked ~ label::before {
    background: url(img/check.svg) no-repeat center;
    background-size: 1.13rem;
}

.wpcf7-list-item {
    margin-left: 0 !important;
}

::placeholder {
    color: var(--dark-blue);

}

body .gform_wrapper .gform_validation_errors {
    padding: 5px;
}

.gform_wrapper .gform_validation_errors > h2 {
    font-family: 'Graphik', sans-serif !important;
}

.download-form .gchoice label {
    display: flex !important;
    align-items: center;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    font-size: 1.4rem !important;
}

input[type=checkbox] {
    display: none !important;
}

#close-download-form {
    border: none;
    background: transparent url(img/cls.svg) no-repeat center;
    width: 2rem;
    height: 2rem;
    background-size: contain;
    margin-bottom: 2rem;
    transition: .3s all ease-in-out;
}

#close-download-form:hover {
    transform: rotate(90deg);
}

.general-download-form-con {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    overflow: scroll;
    width: 31.9rem;
    right: -31.9rem;
    background: white;
    z-index: 9999999;
    padding: 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    transition: .3s all;
    border-left: 1px solid #E4E4E4;
    padding-top: 30px;
    overflow: hidden;
}

.general-download {
    position: relative;
    width: 100%;
    height: 100%;
}

.general-download i,
.homepage-form i {
    font-size: 13px;
    font-weight: bold;
}

.general-download h2.mild-sans-serif-title,
.homepage-form h2.mild-sans-serif-title {
    margin: 0;
}

body .general-download h2.mild-sans-serif-title {
    margin-top: 25px;
}

.general-download-form-con.show {
    box-shadow: 17px 22px 70px #000;
    right: 0;
}

.cn-c-2, .cn-c-3 {
    opacity: 0;
}

.sb {
    font-weight: 400;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    font-size: 14px;
}

.download-main,
.upgrade-main {
    margin-top: 15rem;
}

.upgrade-main{
    min-height: 50vh;
}
.upgrade-main .dbt{
    padding-top: 20vh;
}
.download-main h2,
.upgrade-main h2{
    font-size: 18px;
    font-family: 'Graphik', sans-serif;
    font-weight: 400;
    margin-bottom: 4rem;
}

.the-steps {
    counter-reset: steps;
    margin-bottom: 11rem;
}

.the-steps li {
    flex: 0 0 33.3333%;
    display: flex;
    align-items: center;
    height: 17rem;
    padding-left: 7rem;
    box-sizing: border-box;
    position: relative;

}

.the-steps li::before {
    counter-increment: steps;
    content: "0" counter(steps);
    font-family: 'Prody', serif;
    font-weight: 700;
    font-size: 183px;
    display: block;
    position: absolute;
    left: 0;
    color: #E7FFB9;
    top: 0;
    line-height: 17rem;
}

.the-steps li p {
    font-size: 18px;
    font-weight: 600;
    white-space: pre-line;
    position: relative;
}

.dn-links {
    margin: 3rem 0 4em;
}

.dn-links li {
    margin-right: 1.6rem;
}

.dbt {
    font-weight: 600;
    margin-bottom: 4rem;
}

.error404 .basic-grid p {
    margin-top: 2rem;
    max-width: 41.6rem;
    line-height: 1.75;
}

.error404 .basic-grid p a {
    color: white;
}

.error404 .general-download-form-con {
    color: var(--dark-blue);
}

.dbt a {
    color: var(--pink);
}

.f0f-big-text {
    font-family: 'Prody', serif;
    font-weight: 700;
    font-size: 12.8rem;
    color: var(--pink);
    margin-top: 7rem;
}

.error404 {
    background-color: var(--dark-blue);
    color: white;
    background-image: url('img/btbn-vector-w2.svg');
    background-size: 64rem;
    background-repeat: no-repeat;
    background-position: right -20rem top -20rem;
}

.error404 header {
    background-color: white;
}

.error404 .content-area {
    margin-top: 8rem;
    padding-top: 10rem;
    min-height: calc(100vh - 50rem);
}

.loader {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #F7F8FA;
}

/*
.b-n-a-1:after{
    position: absolute;
    display: block;
    content:'before';
    left: 0;
    bottom: 0;
    color: white;
    background-color: var(--dark-blue);
    z-index: 1;
    font-size: 1.8rem;
    line-height: 4.5rem;
    padding: 0 1rem;
    z-index: 9;
}
*/

.move-border-1, .move-border-2, .move-border-3 {
    z-index: 99999;
    pointer-events: none;
}

.after-holder:after {
    position: absolute;
    display: block;
    content: 'After';
    right: 0;
    bottom: 0;
    background-color: white;
    color: var(--dark-blue);
    z-index: 1;
    font-size: 1.8rem;
    line-height: 4.5rem;
    padding: 0 1rem;
    z-index: 9;
}

.before-holder {
    z-index: 999;
    position: relative;
}

.before-holder:after {
    position: absolute;
    display: block;
    content: 'Before';
    left: 0;
    bottom: 0;
    color: white;
    background-color: var(--dark-blue);
    z-index: 1;
    font-size: 1.8rem;
    line-height: 4.5rem;
    padding: 0 1rem;
    z-index: 9;
}

.flip-logo svg, .hero-text-splide, .hpa {
    opacity: 0;
}
.hpa em strong{
    font-size: 16px;
}
.tw-wrapper {
    width: 10.8rem;
    height: 5rem;
    font-family: "Ds-digi";
    font-size: 5rem;
    line-height: 1;
    transform: scale(1.3);
    transform-origin: left bottom;

}

.n-bg {
    color: #E9E9E9;
}

.the-counter {
    color: var(--pink);
    position: relative;
    z-index: 1;
}

.nt {
    animation: second 1s;
    animation-iteration-count: 9999;
}

.digit {
    width: 2.45rem;
    height: 5rem;
    display: inline-block;
}

.mins-bg, .mins, .secs-bg, .secs {
    flex: 0 0 4.7rem;
    display: flex;
    justify-content: flex-end;
    font-stretch: expanded;
}

.attend-event {
    justify-content: space-between;
}

.hero-links a:after, .attend-event:after {

    background: url("img/link_arrow_blue.svg") no-repeat !important;
    background-size: 19px;
    background-position: bottom center !important;
    display: block;
    content: '';
    width: 19px;
    height: 19px;
    margin-left: .5rem;
    transition: .3s all;
    transform-origin: .5rem center;

}

.hero-links a:hover:after, .attend-event:hover:after {
    transform: rotate(45deg) translateY(-1px);
    background-position: top center !important;
}

.interactive-component {

    background: var(--dark-blue) url("img/ia-bg.svg") no-repeat center bottom;
    background-size: 192rem;
    flex-direction: column;
    padding: 5rem 0 3rem;

}

.interactive-component h2, .interactive-component h3 {
    font-family: 'Graphik', sans-serif;

}

.interactive-component h2 {
    white-space: pre-line;
    text-align: center;
}

.interactive-component h2 {
    color: white;
}

.ia-frame {
    background-color: white;
    padding: 3rem;
    width: 60rem;
    margin-top: 4.9rem;
    border-radius: 3px;
}

.dollar, .ac-price {
    color: var(--pink);
}

.dollar {
    font-weight: 600;
    font-size: 3.4rem;
    transform: translateY(-3rem);
    display: inline-block;
}

.pf {
    font-size: 1.2rem;
}

.ac-price {
    font-weight: 600;
    font-size: 6rem;
}

.ia-frame h3 {
    font-weight: 600;
    font-size: 18px;
}

.range-wrap {
    position: relative;
    margin: 6rem auto 0 auto;
}

.range {
    width: 100%;
}

.the_price_total {
    margin-top: 4rem;
}

.bubble {
    background: var(--dark-blue);
    color: white;
    line-height: 4rem;
    padding: 0 2rem;
    position: absolute;
    border-radius: 2rem;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    top: -50px;
    font-size: 1.4rem;
    white-space: nowrap;
    width: 16rem;
    text-align: center;
    box-sizing: border-box;
}


/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.range {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: .8rem; /* Specified height */
    background: #D9D9D9; /* Grey background */
    outline: none; /* Remove outline */


    border-radius: .4rem;
}

.styled_checkbox:before {
    display: block;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 4px;
    border: 3px solid #D9D9D9;
    box-sizing: border-box;
    display: block;
    content: '';
    margin-right: 1rem;
}

.range-cb input[type=checkbox]:checked + span:after {
    background-color: var(--pink);
    display: block;
    content: '';
    width: 2.2rem;
    height: 2.2rem;
    border: 2px solid white;
    box-sizing: border-box;
    position: absolute;
    left: .2rem;
}

.styled_checkbox {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    position: relative;
    cursor: pointer;
}

.cta-link.download-button {
    border-left: none;
    border-right: none;
    border-top: none;
    background: none;
    padding-left: 0;
}

.page-template-download-page .download-button {
    display: none;
}

.page-template-download-page .sub-title span {
    color: var(--pink);
    font-weight: bold;
}
/* download mobile */
.download-num-holder-mobile-wrapper{
    margin: 1em 0;
}
.download-num-holder{
    display: flex;
    align-items: center;
    line-height: 1;
}
.download-num{
    color: var(--pink);
    font-family: "Prody";
    font-weight: 700;
    font-size: 100px;
    height: auto;
    line-height: 1;
    width: 120px;
}
.download-text-mobile{
    line-height: 1;
    font-size: 16px;
    white-space: pre-line;
}
/**/
.interactive-component .download-button {
    width: 100%;
    margin-top: 3rem;
    text-align: center;
    justify-content: center;
}

.cehckboxes {
    border-bottom: 1px solid #D9D9D9;
    padding: 1.9rem 0;
}

.range-cb {
    margin-right: 3rem;
}

/* Mouse-over effects */
.range:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 2rem; /* Set a specific slider handle width */
    height: 2rem; /* Slider handle height */
    background: #fff; /* Green background */
    border: 4px solid var(--pink);
    cursor: pointer; /* Cursor on hover */
    border-radius: 50%;
    box-sizing: border-box;
}

.range::-moz-range-thumb {
    width: 2rem; /* Set a specific slider handle width */
    height: 2rem; /* Slider handle height */
    background: #fff; /* Green background */
    border: 4px solid var(--pink);
    cursor: pointer; /* Cursor on hover */
    border-radius: 50%;
}

.mcf p br{
    display: none;
}
.pricing-top-text {
    max-width: 85rem;
    margin: 20rem auto 8.6rem auto;
}

.pricing-top-text h1 {
    margin-bottom: 3rem;
}

.p-s-l {
    max-width: 42rem;
    margin: 2.7rem auto 0;
    color: white;
    font-size: 13px;
}

.pricing-bullets {
    padding: 8.7rem 0;
}

.pricing-bullets ul li {
    padding: 0 2.2rem;
}

.pricing-bullets ul {
    display: flex;
    justify-content: center;
}

.p-b-t {
    margin-left: 2.8rem;
}

.p-b-t h2 {
    font-family: 'Graphik', sans-serif;
    font-size: 18px;
}

.p-b-t p {
    font-size: 16px;
}

.t-a-c {
    background-color: #F9FBFF;
    padding: 10rem 0;
}

.t-a-c p {
    max-width: 76.8rem;
    margin: 0 auto;
}

.faq-grid {
    max-width: 90rem;
    margin: 0 auto;
}

button.question {
    min-height: 7.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    background: none;
    font-size: 18px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.9rem;
    font-weight: 600;
    transition: .3s all;

}

li.expanded button.question {
    color: var(--pink);
}

.qa-list {
    margin-bottom: 10rem;
}

.qa-list li {
    border-radius: 4px;
    border: 1px solid #A3A3A3;
    margin-bottom: 2rem;
}

.answer {
    font-size: 18px;
    color: #8B9098;
    padding: 0 3rem 0 1.9rem;
    box-sizing: border-box;
    line-height: 1.2;

    height: 0;
    overflow: hidden;
    white-space: pre-line;
}

.p-pd {
    display: block;
    height: 3rem;
}

.pm {
    width: 2.4rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hl {
    width: 14px;
    height: 2px;
    background-color: var(--dark-blue);
    display: block;
    transition: .3s all;
}

.vl {
    height: 14px;
    width: 2px;
    background-color: var(--dark-blue);
    display: block;
    transform: translateX(-8px);
    transition: .3s all;

}

li.expanded .hl, li.expanded .vl {
    background-color: var(--pink);
}

li.expanded .vl {
    transform: translateX(-8px) rotate(90deg);
}

.faq-top-text {
    margin: 17rem 0 9rem;
}

.faq-top-text p {
    margin-top: 2rem;
}

.faq-top-text p a {
    color: var(--dark-blue);
}

.page-template-pricing .cta-banner {
    background-color: #00214D !important;
}

.page-template-pricing .cta-banner .cta-banner-shape .basic-grid:before {
    content: '';
    display: block;
    width: 60rem;
    height: 60rem;
    background: url(img/t-bb-v.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: -22rem;
    top: 0;
}

.cookies-banner {
    background-color: var(--dark-blue);
    height: 6rem;
    position: fixed;

    width: 100%;
    z-index: 9999999;
    color: white;
    font-size: 13px;
    transition: .3s all;
    bottom: -6rem;

}

.cookies-banner p{
    white-space: normal;
}

.cookies-banner.show {
    bottom: 0;
}

.cookies-banner .basic-grid {
    height: 100%;
    align-items: center;
}

.cookies-banner p, .cookies-banner a, .cookies-banner button {
    color: white;
    font-size: 13px;
    transition: .3s all;
}

.cookies-banner button:hover {
    opacity: .7;
}

.cookies-banner a {
    margin: 0 3rem;
}

#accept-cookies {
    border: 1px solid white;
    background: none;
    height: 3.8rem;
    padding: 0 3rem;
}

#close-cb {
    position: absolute;
    right: 2rem;
    bottom: 0;
    width: 5rem;
    height: 100%;
    background: transparent url("img/ccb.svg") no-repeat center;
    border: none;
}

.partenr-request-area {
    background-color: var(--neon);
    height: 50rem;
    position: relative;
    overflow: hidden;
    margin-top: 10rem;
}

.pr-left {
    flex: 0 0 50%;

    position: relative;
}

.pr-right {
    display: flex;
    flex-direction: column;

    justify-content: center;
}

.pr-right p {
    max-width: 45rem;
    margin: 2rem 0;
}

.partenr-request-area:after {
    background: url("img/v1.svg") no-repeat center right;
    background-size: 83.9rem;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 40%;
    height: 82.3rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

.refer-for-rewards-area {
    padding-top: 18rem;
}

.hh-c h2 {
    margin-bottom: 5rem;
}

.i-g-area h2 {
    margin-bottom: 2.5rem;
}
.cats-splide{
    margin-top: 5rem;
}
.rf-blts {
    padding-top: 9rem;
}

.blue-link:after {
    background: url(img/link_arrow_blue.svg) no-repeat !important;
    background-size: 19px;
    background-position: bottom center !important;
    display: block;
    content: '';
    width: 19px;
    height: 19px;
    margin-left: 0.5rem;
    transition: .3s all;
    transform-origin: 0.5rem center;
}

.rf-left, .rf-right {
    flex: 0 0 50%;
}

.rf-right {
    padding-left: 7rem;
}

.rf-blts {
    display: flex;
    justify-content: space-between;
}

.rf-blts h3 {
    font-family: 'Graphik', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.empty {
    flex: 1 1 auto;
}

.rf-blts li {
    flex: 0 0 32%;
}

.rf-left p {
    max-width: 45.9rem;
    margin: 2rem 0;
}

.blue-link:hover:after {
    transform: rotate(45deg) translateY(-1px);
    background-position: top center !important;
}

.logos-list img {
    height: 4.9rem;
    width: auto;
}

.vis-blts-list li .text-side {
    flex: 0 0 460px;
}

.sbtt {
    font-size: 26px;
    font-weight: 600;
}

.vis-blts-list li {
    margin: 12rem 0;
}

.vis-blts-list li:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.vis-blts-list li:nth-child(even) .text-side {
    padding-left: 10.1rem;
    box-sizing: border-box;
}

.vis-blts-list li:nth-child(odd) .text-side {
    padding-right: 29.4rem;

}

.vis-blts-list li .img-side {
    max-width: 50%;
}

.vis-blts-list li .img-side img {
    width: 100%;
    height: auto;
}

.vis-blts-list li .text-side h2 {
    margin: 2.8rem 0;
}

.logos-strip h2 {
    font-family: 'Graphik', sans-serif;
    color: #888F9B;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    transform: translateY(-4rem);
}

.logos-list-wrapper {
    background: var(--neon);
    padding: 5.4rem 0;
}

.logos-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20%;
}

.empty {
    flex: 1 1 auto !important;
}

.principals-list li {
    flex: 0 0 49%;
    margin-top: 7.8rem;
}

.principals-list h3 {
    color: var(--pink);
    font-family: 'Graphik', sans-serif;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    margin-bottom: 3rem;
}

.pn {
    display: block;
    flex: 0 0 7rem;
}

.principals-area .basic-grid h2,
.principals-area .basic-grid h3,
.principals-area .basic-grid p {

    position: relative;
}


.principals-area {
    padding-top: 14rem;

}

.stories-area {
    margin-bottom: 14rem;
}

.principals-area .basic-grid:before {
    content: '';
    display: block;
    width: 73.8rem;
    height: 72.4rem;
    background: url("img/abim.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    left: -8rem;
    top: -17rem;

}

.podcasts-list a.cta-link {
    color: var(--pink);
    display: inline-flex;
}

.stories-list li h3 {
    padding: 2rem 0;
    margin: 0;
}

.stories-list li .web-text {
    margin-left: 0;

}

.career-hero.about-hero {
    min-height: 66rem;
}

.about-hero.career-hero .ps {
    padding-bottom: 35%;
    height: 0;
}

.career-hero .white-box {
    transform: translateY(26%);
    max-width: 505px
}

.page-template-career .flip-logo svg {
    opacity: 1;
}

.page-template-career .big-logo .flip-logo {
    width: 16.8rem;
    height: auto;
}

.under-caeer-hero-p p {
    max-width: 670px;
    margin: 13rem auto;
    text-align: center;
}

.values-head {
    justify-content: space-between;
}

.values-head * {
    flex: 0 0 49%;
}

.values-head p {
    max-width: 54.6rem;
}

.at-image {
    padding-bottom: 31%;
    background-size: cover;
    background-position: center;
}

.mission-area .trusted-holder {
    margin: 10rem auto;
}

.tooltip {
    line-height: 3.5rem;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background: var(--dark-blue);
    border-radius: 3px;
    padding: 0 2rem;
    position: relative;
    margin-left: 1rem;
    align-self: flex-start;
    transition: .3s all;
}

.tooltip.hide {
    opacity: 0;
    visibility: hidden;
}

.video-wrapper {
    background: url("img/podcast_loader.svg") no-repeat center;
}

.video-wrapper-inner {
    position: relative;
    padding-bottom: 100%;
    height: 0;
}

.video-wrapper-inner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tooltip:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--dark-blue);
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.precious-assets-area .half-half-layout {
    padding-top: 13rem;
}

.video-layout {
    padding-bottom: 0;
}

.home .video-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;

}

.page-template-career .principals-area .basic-grid:before {
    display: none;
}

.page-template-career .principals-area {
    margin-bottom: 16rem;
}

.tt {
    display: block;
    opacity: 0;
    transition: .45s all;
}

.profiles-list .is-active .tt {
    opacity: 1;
    transition-delay: .7s;
}

.profile-list-splide .splide__track {
    overflow: visible !important;
    pointer-events: none;
}

.webinars-thumb {
    background-size: contain;
}

.gsap-marker-scroller-end,
.gsap-marker-scroller-start {
    display: none !important;
}

@keyframes second {
    0% {
        opacity: 100%;
    }
    50% {
        opacity: 0;
    }
}

.tooltip.anm {
    animation: tooltip 2s;
    animation-iteration-count: 3;
}

@keyframes tooltip {

    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(3rem);
    }

    100% {
        transform: translateX(0);
    }
}


.lazy-load-img.lazy-done,
.lazy-load-section-img.lazy-done,
.lazy-load-bg.lazy-done {
    opacity: 1 !important;
}

.lazy-load-img,
.lazy-load-section-img {
    transition: all 0.5s;
    opacity: 0 !important;
}

/* steps */
.step-container {
    display: none;
}

.steps-form .the-steps {
    display: none;
}

.steps-form .step-container {
    justify-content: space-between;
    margin: 20px 0;
    gap: 5px;
}

.steps-form .step-num {
    margin-bottom: -10px;
}

.steps-form .step-container {
    display: flex;
}

.steps-form .form-p-wrapper {
    display: none;
}

.steps-form .step-item {
    text-align: center;
    font-size: 15px;
    border-bottom: solid 2px #ccc;
    flex-basis: 0;
    flex-grow: 1;
}

.steps-form .step-box {
    display: inline-block;
    clear: both;
    color: #fff;
    font-weight: bold;
}

.steps-form .step-box img {
    width: 100%;
    height: auto;
    max-width: 85px;
}

.steps-form .homepage-form-con {
    width: 100%;
    max-width: 400px;
}

.steps-form .homepage-form-con.hide {
    margin-right: -400px;
}

.steps-form .general-download-form-con {
    right: -40rem;
    width: 40rem;
    min-width: 40rem;
}

.steps-form .general-download-form-con.show {
    right: 0;
}

.steps-form .homepage-form-con h2 {
    text-align: center;
}

.steps-form .step-item.active {

    border-bottom-color: #FF5470;
}

.steps-form .step-title {
    padding: 0 0 10px 0;
    margin-top: -10px;
}

.steps-form.page-template-download-page .step-container {
    padding-bottom: 40px;
}
.no-cc-gform i{
    display: block;
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 15px;
    color: #e54c65;
    display: none;
}

.steps-form .no-cc-gform i{
    display: block;
}

/* blog hotgix - for november post */
.flex-blog-post{
    display: flex;
    align-items: center;
}
.flex-blog-post img{
    margin-right: 10px;
}
.flex-blog-post-img{
    width: 200px;
}
.flex-blog-post-text{
    padding-left: 20px;
    width: fit-content;
}
.flex-blog-post-text p{
    margin: 0;
    white-space: normal;
}

/* black friday */

#bf-banner{
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    z-index: 9999;
    width: 100%;
    background-image: url(img/bf/banner-christmas-desktop.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    box-sizing: border-box;
    padding: 5px;
    background-size: cover;
    gap: 20px;
}
.testme{
    align-items: center;
    display: flex;
    gap: 20px;
}
.bf-images-wrapper{
    display: flex;
    align-items: baseline;
}
.bf-text-2{
    margin-top: -5px;
}
.christmas-text{
    margin-top: 4px;
}
#bf-banner img{
    max-width: 420px;
}

.bf-banner-text{
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
}

.bf-banner-text span{
    color: #DCFF98;
    font-weight: bold;
}
strong.bf-purple{
    color: #FF5470;
}

#bf-pop{
    display: none;
    position: fixed;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    z-index: 9999999;
    max-width: 800px;

}
.home #bf-pop{
    display: block;
}
#bf-pop img{
    max-width: 100%;
}

.bf-pop-inner{
    position: relative;
}

.bf-pop-close{
    position: absolute;
    width: 45px;
    height: 45px;
    right: 0;
    top: 0;
    padding: 5px 2px;
    z-index: 999999999;
}

.bf-pop-close:after {
    content: '';
    height: 30px;
    border-left: 2px solid #fff;
    position: absolute;
    transform: rotate(45deg);
    left: 28px;
}

.bf-pop-close:before {
    content: '';
    height: 30px;
    border-left: 2px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    left: 28px;
}

.bf-pop-close:hover{
    cursor: pointer;
}

.bf-banner-text span.bf-m-text{
    display: none;
    color: #FF5470;
}

.bf-hide-d{
    display: none;
}
.christ-wrapper-fix{
    gap: 10px;
    display: flex;
    align-items: center;
}
.menu-opened header{
    top: 0;
}

@media only screen and (max-width: 1150px) {
    .testme{
        display: block;
    }
    .bf-hide-d{
        display: block;
    }
    .bf-hide-m{
        display: none!important;
    }
    #bf-banner img{
        max-width: 100%;
    }
    #bf-banner{
        background-image: url(img/bf/banner-christmas-mobile.jpg);
        background-size: cover;
    }
    #bf-pop{
        max-width: 80%;
        width: 100%;
    }
    #bf-pop img{
        width: 100%;
    }
    .bf-banner-text span.bf-m-text{
        display: inline-block;
    }

}

/* language menu */

.wpml-ls-legacy-dropdown-click a{
    border: 0!important;
}
.wpml-ls-item-en:after {
    background-image: url("img/flags/en.png");
}
.wpml-ls-item-fr:after {
    background-image: url("img/flags/fr.png");
}
.wpml-ls-item-de:after {
    background-image: url("img/flags/de.png");
}
.wpml-ls-item-es:after {
    background-image: url("img/flags/es.png");
}
.wpml-ls-item-ja:after {
    background-image: url("img/flags/ja.png");
}
.wpml-ls-legacy-dropdown-click .wpml-ls-item{
    padding: 5px 0 5px 8px!important;
}
.wpml-ls-current-language a{
    background: transparent!important;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a{
    background: transparent!important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
    padding-top: 0;
    padding-bottom: 20px!important;
    margin-top: 0!important;
}
.wpml-ls-item:after{
    content: "";
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    margin-left: 25px;
}

.wpml-ls-legacy-dropdown-click a span{
    font-size: 15px;
    font-family: 'Graphik', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #0C1B33!important;
    padding-right: 15px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-item{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: start;
}

.wpml-ls-legacy-dropdown-click a:hover{
    background: transparent!important;
    color: #0C1B33!important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
    border: 0!important;
}
.wpml-ls-legacy-dropdown-click{
    width: auto!important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
    background: #fff;
}


.js-wpml-ls-legacy-dropdown-click{
    opacity: 0;
}

.lang-switcher-container {
    position: absolute;
    transition:left 0.3s linear;
    left: 150px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    margin-top: 1px;
}
.home .lang-switcher-container {
    left: 150px;
}
.home header.white .lang-switcher-container{
    position: absolute;
    left: 150px;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after{
    background-image: url(img/flags/arrow-down.png);
    width: 12px;
    height: 8px;
    border: 0!important;
    margin-right: -3px;
    background-size: 100%;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-item{
    padding: 12px 0!important;
}

.wpml-ls-sub-menu {
    display: flex;
    flex-direction: column;
}
.wpml-ls-sub-menu li:nth-child(2) {
    order: 1;
}
.wpml-ls-sub-menu li:nth-child(1) {
    order: 2;
}
.wpml-ls-sub-menu li:nth-child(4) {
    order: 3;
}
.wpml-ls-sub-menu li:nth-child(3) {
    order: 4;
}


.steps-progress{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    height: 40px;
    align-items: center;
}
.steps-progress > div{
    width: 100%;
    height: 2px;
    background: #D9D9D9;
}
.steps-progress > div.active{
    background: red;
}

/* new mobile hero */

.new-mobile-hero #before-and-after-hero{
    padding-top: 60px;
}
.new-mobile-hero #before-and-after-hero .hero-text{
    padding-top: 16px;
}
.new-mobile-hero .hero-mid-text{
    margin: 11px 0 7px;
}
.new-mobile-hero .hero-text em{
    font-size: 18px;
}
.new-mobile-hero #before-and-after-hero .imagen-logo-svg{
    max-width: 128px;
}

.new-mobile-hero #before-and-after-hero .big-title{
    font-size: 10vw;
    padding-top: 15px;
    margin-bottom: -5px;
    white-space: pre-line;
}
.new-mobile-hero #before-and-after-hero p{
    font-size: 1.5rem;
    padding-top: 15px;
}
.new-mobile-hero .bna-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top:80%;
}

.new-mobile-hero #before-and-after-hero .b-n-a-1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 768px){
    .new-mobile-hero #before-and-after-hero .big-title{
        font-size: 7vw;
    }
    .new-mobile-hero #before-and-after-hero p{
        font-size: 2vw;
    }
}

@media only screen and (min-width: 375px){
    .new-mobile-hero .bna-wrapper{
        padding-top: 70%;
    }
}

.shadow-bg,
.shadow-bg-2{
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    position: fixed;
    display: none;
}

.pop-form-close{
    width: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    background-image: url("img/close_popup.png");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 99;
}
.centerPop{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999999999;
}
#offerPop{
    width: 100%;
    max-width: 580px;
    background-color: #fff;
    display: none;
    box-shadow: 0px 0px 44.4167px rgba(0, 0, 0, 0.14);
    background-image: url(img/popbg-desktop.jpg);
    background-size: cover;
    background-position: bottom right;
    box-sizing: border-box;
    padding: 40px;
    padding-bottom: 100px;
    white-space: normal;
    background-repeat: no-repeat;
}
#offerPop h3{
    line-height: 1.25;
    font-family: "Graphik Super";
    font-style: normal;
    font-size: 5.6rem;
    color: #FF5470;
    text-transform: uppercase;
    white-space: normal;
}

#offerPop p{
    margin-top: 20px;
    white-space: normal;
    line-height: 1.25;
    font-size: 2.6rem;
    font-family: "Graphik";
    font-style: normal;
    font-weight: 500;
    color: #000;
}

#offerPop p span{
    color: #3D648D;
}

@media only screen and (max-width: 991px){
    #offerPop h3{
        font-size: 7.5vw;
    }
    #offerPop p{
        margin-top: 10px;
        font-size: 5vw;
    }
    #offerPop{
        padding-bottom: 140px;
        background-image: url(img/popbg-mobile.jpg);
        max-width: 90%;
    }
}


header.tribe-events-calendar-list__event-header,
header.tribe-events-calendar-month__header{
    position: relative;
    height: auto;
    z-index: 1;
}

.tribe-events-event-image img{
    width: 100%;
    height: auto;
}

.post-type-archive-tribe_events .simple-grid,
.single-tribe_events .simple-grid{
    padding: 50px 0 0;
}




body .gform_wrapper.gravity-theme .gform_validation_errors{
    padding: 5px 10px;
    font-size: 14px;
}
.gform_submission_error .gform-icon--close{
    display: none!important;
}

/* new question for form */

#input_14_38,
#input_34_38,
#input_44_38,
#input_45_38,
#input_47_38,
#popformWrapper-q-desktop #input_11_38,
#popformWrapper-q-desktop #input_38_38{
    flex-wrap: wrap;
}

.how-did-you-question{
    width: 100%;
    display: none!important;
}

.how-did-you-input{
    width: 100%;
    display: none;
}

.how-did-you-input.gfield_error{
    display: block;
}
.how-did-you-question .gfield_required{
    display: none;
}

.gform_wrapper.gravity-theme .how-did-you-question .gfield-choice-input+label:before{
    display: none!important;
}

.gform_wrapper.gravity-theme .how-did-you-question .gfield-choice-input+label{
    max-width: 100%;
    margin-top: 1px;
}

.how-did-you-question .gfield_radio{
    display: flex;
    gap: 10px;
}

.how-did-you-question .gchoice{
    display: flex;
    white-space: nowrap;
    align-items: center;
}

.how-did-you-question .gfield-choice-input{
    height: 11px;
    width: 11px;
    margin-right: 4px;
}

.responsive-video-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.responsive-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.neon-banner.culling-homepage{
    background: #FFEAED;
}

.neon-banner.privacy-homepage,
.neon-banner.cloud-homepage{
    background: #fff;
}

.neon-banner.new-section{
    display: flex;
    height: 435px;
    padding: 0;
}

.padding-top-2{
    padding-top: 8em;
}

.grecaptcha-badge{
    z-index: 99999;
}
.future-area img.product-cloud{
    max-width: 270px;
}
.culling-product-page-holder{
    max-width: 62rem;
    margin: 0 auto;
    text-align: center;
    padding: 0 2.4rem;
    box-sizing: border-box;
}
.padding-bottom-product{
    padding: 10rem 0;
}

.page-template-product .vis-blts-list li:last-child{
    margin-bottom: 24rem;
}

.culling-product-img{
    width: 100%;
}
.culling-product-img,
.culling-product-img-mobile{
    width: 100%;
    margin-top: 5em;
}
.culling-product-img{
    display: block;
}
.culling-product-img-mobile{
    display: none;
}

body .gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label{
    font-size: 14px;
}

.extra-links{
    display: inline-block;
    padding-top: 90px;
    list-style-type: none;
}

.extra-links li{
    padding: 10px 17px;
    display: inline-block;
}

.extra-links li a{
    text-decoration: none;
    font-size: 15px;
    color: #0C1B33;
    font-family: 'Graphik', sans-serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.075px;
}

.hero-text-button-wrapper{
    padding: 4em;
}
.item-top-left{
    width: 55%;
}
.item-top-right{
    width: 45%;
    box-sizing: border-box;
    padding-right: 40px;
}

body .video-hp-mobile-wrapper{
    width: 100%;
}

body .video-hp-mobile-inner{
    padding-bottom: 82.35%;
    position: relative;
}

body .video-hp-mobile-border{
    width: 99%;
    height: 99%;
    z-index: 55;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: solid 4px #fff;
}

body .video-hp-mobile-wrapper video{
    width: auto;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
}

body .no_cc_hero_mobile{
    margin-bottom: 0;
}

.pink-color{
    color: #FF5470;
}

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

