@import "fonts.css";

[x-cloak] { display: none !important; }

body{
    font-family: 'Graphik', sans-serif;
    font-weight: 400;
    color: var(--darkblue);
}

button{
    font-family: 'Graphik', sans-serif;
}
:root {
    --lime: #E7FFB9;
    --darkblue: #0C1B33;
    --pink: #FF5470;
    --white: #FFFFFF;
    --lightpink: #FFDDE2;
    --lightgrey: #fff5f7;
    --lighteblue: #4572BB;
}


.post, .page{
    margin: 0;
}
.font-prody{
    font-family: 'Prody', serif;
}
.wrapper{
    width: 100%;
    max-width: 1314px;
    margin: 0 auto;
    box-sizing: border-box;
}


.hero-wrapper{
    height: 100%;
    position: relative;
}
.relative{
    position: relative;
}
#hero{
    box-sizing: border-box;
    padding-bottom: 40px;
    position: relative;
    padding-top: 120px;
}

.trust-wrapper-text{
    font-size: 16px;
    font-weight: 400;
    color: var(--darkblue);

}
.opa-color{
    opacity: 0.6;
}
.trust-wrapper-text b{
    font-weight: 600;
}
.yellow-stripe{
    padding: 4px 8px;
    background: var(--lime);
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin: 0;
    font-family: 'Graphik', sans-serif;
}
.trust-item{
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
#primary2 .trust-item{
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}
.trust-item-first{
    padding-left: 0;
}
.trust-item.trust-item-fix{
    padding: 7px;
}
.trust-image{
    max-width: 102px;
    width: 100%;
    margin-top: -2px;
}


#hero h1{
    color: var(--darkblue);
    text-align: center;
    font-size: 115px;
    font-style: normal;
    line-height: 1;
    letter-spacing: -3.45px;
    font-weight: 700;
    padding: 20px 0;
    margin: 0;
}

#hero h1.ab_version{
    text-align: left;
}

.dot{
    height: 5px;
    width: 5px;
    background-color: var(--darkblue);
    border-radius: 50%;
    display: inline-block;
}


#primary2 .flex{
    display: flex;
}

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


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


.flex-justify-end{
    justify-content: flex-end;
}
.flex-space-between{
    justify-content: space-between;
}
.flex-space-evenly{
    justify-content: space-evenly;
}
.flex-space-around{
    justify-content: space-around;
}

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

.flex-justify-start{
    justify-content: start;
}
.cta-link{
    margin-bottom: 25px;
}
.cta-link:hover{
    cursor: pointer;
}
.cta-link-wrapper{
    margin-top: 120px;
}
.cta-button{
    padding: 16px 40px;
    align-items: center;
    color: var(--white);
    background: var(--pink);
    border-radius: 2px;
    font-size: 18px;
    letter-spacing: 0.09px;
    border: 0;
    line-height: 1;
}

.cta-wrapper{
    padding: 35px 0;
}
.section-margin-top-negative{
    margin-top: -130px;
}


.video-hp-wrapper-outside{
    position: relative;
    width: 100%;
    margin-top: 15px;
}
.video-hp-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background: #fff;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
}

.video-hp-wrapper-border{
    border: solid 1px var(--darkblue);
}

.video-hp {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 954px;
}
.color-white{
    color: var(--white);
}
.bg-lightpink{
    background: var(--lightpink);
}
.bg-darkblue{
    background: var(--darkblue);
}
.bg-lime{
    background: var(--lime);
}

.bg-white{
    background: var(--white);
}
.bg-lightgrey{
    background: var(--lightgrey);
}
.section{
    padding: 125px 0;
}
.section#home-slide-ab{
    padding-top: 45px;
}
.section.section-padding-overflow-top{
    padding-top: 195px;
}

/* header */
#masthead .site-branding,
#masthead .main-navigation{
    width: 100%;
}


/* end hero */
.cta-button.cta-darkblue{
    color: var(--white);
    background: var(--darkblue);
    font-weight: 600;
}
.cta-button.cta-white{
    color: var(--darkblue);
    background: var(--white);
    font-weight: 600;
}

.product-switch{
    gap: 45px;
}
.product-switch-menu-item{
    font-size: 20px;
    font-weight: 700;
    color: rgba(12, 27, 51, 0.50);
    text-transform: capitalize;
}

.product-switch-menu-item:hover{
    cursor: pointer;
}

.product-switch-menu-item.active{
    color: var(--darkblue);
}

.product-item{
    padding: 76px 50px;
    border-radius: 2px;
}

.product-title{
    letter-spacing: -0.8px;
    font-weight: 700;
    font-size: 40px;
    padding: 0;
    margin: 0;
}

.product-item-editing .product-title{
    color: var(--white);
}

.product-item-editing .empower-list-item{
    color: var(--white);
}

.product-item-editing{
    background: var(--Linear, linear-gradient(143deg, #2B4673 0%, #0C1B33 102.26%));
}
.show-more-list{
    color: var(--white);
    font-size: 16px;
    border-bottom: solid 1px var(--white);
    padding-bottom: 3px;
    font-weight: 600;
    display: inline-block;
    padding-right: 20px;
    margin-top: 15px;
    background-image: url(../img/arrow-up.png);
    background-repeat: no-repeat;
    background-position: right -3px top 1px;
    display: none;
    margin-left: 20px;
}
.product-item-culling .show-more-list{
    color: var(--darkblue);
    border-bottom: solid 1px var(--darkblue);
    background-image: url(../img/arrow-up-blue.png);
}

.product-item-cloud .show-more-list{
    color: var(--darkblue);
    border-bottom: solid 1px var(--darkblue);
    background-image: url(../img/arrow-up-blue.png);
}

.aaa{
    background: #D7F1A5;
}

.product-item-left{
    width: calc(100% - 485px);
}
.product-switch-wrapper{
    margin-bottom: 35px;
}
.product-item-right{
    width: 485px;
}
.product-item-right img{
    width: 100%;
}
.empower-list-wrapper{
    margin: 35px 0;
    max-width: 670px;
}

.empower-list-item{
    width: 100%;
    padding: 11px 22px;
    margin-bottom: 11px;
    border-radius: 34.265px;
    font-size: 16px;
    letter-spacing: -0.16px;
    box-sizing: border-box;
}

.product-item-editing .empower-list-item{
    background: rgba(43, 70, 115, 0.50);
}

.product-item-culling .empower-list-item{
    background: #D7F1A5;
}

.product-item-cloud .empower-list-item{
    background: rgba(217, 217, 217, 0.50);
}

.product-item-culling .empower-list-item.beta{
    background: #C9E790;
    font-weight: 500;
}

.product-item-cloud .empower-list-item.beta{
    font-weight: 500;
    background: #D9D9D9;
}

.title-1{
    color: var(--darkblue);
    font-size: 40px;
    font-weight: 700;
    line-height: 87.5%; /* 35px */
    letter-spacing: -0.8px;
    padding: 0;
    margin: 0;
}

.text-1{
    max-width: 396px;
    font-size: 18px;
}
.title-2{
    color: var(--darkblue);
    font-size: 60px;
    font-weight: 700;
    line-height: 87.5%;
    letter-spacing: -1.2px;
    padding: 0;
    margin: 0;
}
.p-35{
    padding: 35px 0;
}
.w-50{
    width: 50%;
    min-height: 850px;
}
.overflow-hidden{
    overflow: hidden;
}

.personas{
    justify-content: flex-start;
    gap: 15px;
}
.img-1,
.img-2{
    max-width: 450px;
    width: 100%;
}
.img-1{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}
.img-2{
    z-index: 3;
    position: absolute;
    right: -150px;
    bottom: 0;
}
.personas-item img{
    width: 100%;
    height: 100%;
    filter: grayscale(1);
}
.personas-item{
    box-sizing: border-box;
    border: solid 2px #fff;
    padding: 3px;
    width: 64px;
    height: 64px;
}
.personas-item:hover{
    cursor: pointer;
}
.personas-item.active,
.personas-item:hover{
    border: solid 2px #FF5470;
    filter: grayscale(0);
}
.personas-name{
    color: var(--dark-blue);
    font-family: 'Prody', serif;
    font-size: 26px;
    letter-spacing: -0.52px;
    position: relative;
    margin-top: 25px;
    padding-bottom: 50px;
}
.personas-name > div{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
}
.personas-item.active img{
    filter: none;
}

.home-slide .splide__slide{
    height: 500px;
    position: relative;
}

.home-slide .splide__slide:hover .slide-content{
    bottom: 40px;
}

.home-slide .splide__slide .slide-content{
    border-radius: 10px;
    background: var(--white);
    position: absolute;
    height: calc(100% - 40px);
    bottom: 0;
    width: 100%;
    background: #fff;
    transition:all .2s ease;
    box-sizing: border-box;
    padding: 33px 36px;
    height: 420px;
}

.home-slide .slider-text{
    padding-top: 24px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.6px;
}
.slider-img{
    width: 100%;
    max-width: 50px;
    height: auto;
    margin-bottom: 15px;
}
.slider-name-holder{
    position: absolute;
    bottom: 0;
    left: 0;
}

.slide-content-inner{
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-name{
    font-weight: 600;
    font-size: 18px;
}

.slider-title{
    font-weight: 500;
    font-size: 16px;
}

.perks{
    gap: 150px;
}
.perk-item-img-wrapper{
    height: 140px;
}
.perk-item-img-wrapper img{
    height: 100%;
    width: auto;
}
.perk-item{
    max-width: 260px;
    text-align: center;
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: -0.18px;
}

.perks-item-title{
    padding: 40px 0 20px;
    font-weight: 700;
}

/**/

.scrolling_text {
    width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
}

.scroll-text {
    font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.233px;
    animation: animate_text 30s linear infinite; /* The animation property */
}

.scroll-text span {
    display: inline-block;
    margin: 0 40px;
    text-transform: uppercase;
}

@keyframes animate_text {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-100%, 0, 0);
    }
}

.section.section-banner{
    padding: 180px 0 270px;
}

.section-banner{
    background-image: url(../img/wave.svg);
    background-repeat: no-repeat;
    background-position: right top;
}
/*
.icon-wrapper{
    gap:15px;
    margin-bottom: 10px;
}

.copyright{
    padding: 65px 0 20px;
    font-weight: 300;
    font-size: 1.2rem;
    justify-content: end;
    color: var(--lighteblue);
}

 */
.footer-download-btn-wrapper {
    margin-top: 40px;
}
.d-hide{
    display: none;
}

body .splide__pagination__page.is-active{
    background: var(--pink);
}

body .splide__pagination__page{
    width: 12px;
    height: 12px;
    margin: 20px 7px 0;
}

body .splide__pagination__page{
    background: #D9D9D9;
}
.product-item-img-wrapper{
    max-width: 440px;
    width: 100%;
}
@media only screen and (max-width: 1700px) {
    .video-hp{
        max-width: 85%;
    }
}
@media only screen and (max-width: 1600px) {
    .wrapper{
        padding: 0 60px;
    }
    .img-1,
    .img-2{
        max-width: 300px;
    }
    .img-1{
        left: 100px;
    }
    .img-2{
        right: 0;
    }
    .w-50{
        min-height: auto;
    }
}




@media only screen and (max-width: 1024px){
    .cta-button {
        height: auto;
        line-height: 1;
    }

    .video-hp-wrapper,
    .video-hp{
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        transform: none;
    }

    .video-hp-wrapper-outside{
        text-align: center;
    }
    .video-hp-wrapper{
        max-width: 400px;
        display: inline-block;
    }

    .video-hp{
        max-width: 400px;
    }
}


.br-hide-desktop br{
    display: none;
}

.br-hide-mobile br{
    display: block;
}


@media only screen and (max-width: 991px) {
    .br-hide-desktop br{
        display: block;
    }
    .br-hide-mobile br{
        display: none;
    }
    .w-50{
        width: 100%;
    }
    .m-hide{
        display: none;
    }
    .d-hide{
        display: block;
    }
    #hero h1{
        font-size: 40px;
        letter-spacing: -0.8px;
    }
    #hero{
        padding-top: 100px;
    }
    .trust-wrapper-main{
        display: block!important;
    }

    .m-hide{
        display: none;
    }
    .cta-button{
        width: 100%;
    }
    .video-hp-wrapper-outside{
        margin-top: 0;
    }
    .section-margin-top-negative{
        margin-top: -120px;
    }
    .wrapper{
        padding: 0 20px;
    }
    .product-item{
        padding: 50px 0;
    }
    .product-item-left{
        width: 100%;
    }
    .block-m{
        display: block!important;
    }
    .empower-list-item{
        box-sizing: border-box;
        font-size: 14px;
    }
    .product-title{
        line-height: 1;
        font-size: 35px;
        padding-left: 20px;
    }
    .empower-list-wrapper{
        margin-top: 20px;
    }
    .product-item-right{
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
    .product-item-left {
        padding: 0 15px;
        box-sizing: border-box;
    }
    .product-button-wrapper{
        margin-top: 20px;
        padding: 0 30px;
    }
    .product-item-img-wrapper{
        margin-bottom: 25px;
        margin-left: 12px;
        margin-right: 12px;
    }
    .how-more-list{
        display: block;
    }
    .img-1{
        position: relative;
        width: 100%;
        max-width: 100%;
        left: 0;
    }
    .personas-name{
        font-size: 22px;
        min-height: 15px;
    }
    .cta-link-wrapper{
        margin-top: 60px;
    }

    .section.home-slide{
        padding: 20px 20px 125px;
        box-sizing: border-box;
        width: 100%;
    }

    .home-slide .splide__slide{
        min-height: 500px;
        height: auto;
    }

    .splide__pagination{
        position: relative!important;
        padding: 30px 0 0!important;
    }
    .perk-item{
        max-width: 100%;
        margin: 75px auto;
    }
    .perk-item:last-child{
        margin-bottom: 0;
    }
    .perk-item:first-child{
        margin-top: 0;
    }

    footer .basic-grid.flex{
        display: block;
    }
    .video-hp-wrapper-outside{
        max-width: 100%;
    }

    .hero-wrapper{
        min-height: auto;
    }
    .show-more-list{
        display: inline-block;
    }
    .product-item-right.flex.flex-justify-end{
        justify-content: center;
    }
    .personas{
        gap: 2px;
    }
    .scroll-text{
        font-size: 36px;
    }
    .section.section-scroll{
        padding: 0 0 60px;
    }
    .section-banner{
        background-image: url(../img/wave-mobile.svg);
        background-position: bottom right;
    }
    .title-2{
        font-size: 40px;
        line-height: 97%;
        letter-spacing: -0.8px;
    }
    .section.section-banner{
        padding: 120px 0 240px;
    }
    .footer-download-btn-wrapper .cta-button {
        width: auto;
    }
    .trust-item{
        height: 28px;
        padding: 0 7px;
    }
    .en-site .slogan-footer{
        max-width: 330px;
    }
    .en-site .inspiration-title{
        max-width: 400px;
    }
}

@media only screen and (max-width: 1280px){
    .ab_1 .new_hero_left {
        padding-top: 0;
    }
}


@media only screen and (max-width: 460px) {
    .home-slide .splide__slide .slide-content{
        height: auto;
    }

    .slider-name-holder {
        margin-top: 35px;
        position: relative;
        bottom: auto;
        left: auto;
    }
    .product-switch{
        gap: 30px;
    }
}

.hero_cta_wrapper{
    padding: 30px 0 0;
}

#primary2 #new_hero .no_cc{
    padding-bottom: 10px;
    margin-bottom: 0;
}


