/* scroll section css start */
.bba-paragraph-main_pillars {
    position: relative;
    /*       background: #fdfbf3;
      padding-bottom: 4.2857142857rem; */
}


/*     .accordion-scrolling {
      background: #fdfbf3;media
    } */

.accordion-scrolling-animation {
    position: relative;
    height: 100vh;
}

.accordion-scrolling-image {
    position: absolute;
    top: 5.8571428571rem;
    left: 0;
    width: 50%;
    height: calc(100vh - 9.7142857143rem);
}

.accordion-scrolling-image .img-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: top center;
    opacity: 0;
    transition: .8s ease opacity;
}

.accordion-scrolling-image .img-bg.visible {
    opacity: 1;
}

.accordion-scrolling-content {
    position: absolute;
    top: 5.8571428571rem;
    left: 50%;
    width: calc(50% - 20px);
    height: calc(100vh - 9.7142857143rem);
    padding-left: 20px;
}


.accordion-scrolling-content-block {
    position: absolute;
    padding: 0;
    width: 100%;
    background: #fff;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.accordion-scrolling-content-block:before {
    position: absolute;
    content: "";
    height: .0714285714rem;
    background: #9F9E99;
    width: 100%;
}

.accordion-scrolling-content-block-text {
    grid-column: span 6;
}

.accordion-scrolling-content-block-text .block-image-text__heading {
    text-transform: capitalize !important;
}

.accordion-scrolling-content-block-text .title {
    font-family: var(--font-family-serif);
    font-size: 4.5714285714rem;
    line-height: 100%;
    font-weight: 400;
    margin: 0;
}

.accordion-scrolling-content-block-text-inner.visible {
    opacity: 1;
    /* 			display: block !important; */
}

.accordion-scrolling-content-block-text-inner {
    opacity: 0;
    /* 			display: none !important; */
}

.accordion-scrolling-content-block-text .description {
    font-size: 1.1428571429rem;
    line-height: 180%;
    letter-spacing: .0178571429rem;
    padding-top: 1.1428571429rem;
    padding-bottom: 1.7142857143rem;
    margin: 0;
}

.accordion-scrolling-content-block-text .bba-btn-primary {
    padding: .8571428571rem 1.7142857143rem;
    color: #fdfbf3;
    font-size: 1.1428571429rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: .0178571429rem;
}

.accordion-scrolling-content-block-text .accordion-scrolling-image-sm {
    display: none;
}

.accordion-scrolling-content-block:nth-of-type(2) {
    top: calc(100% - 9.8571428571rem);
}

.accordion-scrolling-content-block:nth-of-type(3) {
    top: calc(100% - 4.4285714286rem);
}

.description-box p {
    font-size: 14px;
    line-height: 24px;
}

.accordion-scrolling-content-block-text .btn-wrap {
    display: flex;
    flex-direction: column;
}

.header__wrapper .ovivo-logo {
    display: contents;
}

.header__navigation--wrap {
    display: flex;
    align-items: center;
    flex: 1;
}

.header__toggle-menu {
    display: flex;
}

.header__wrapper {
    justify-content: space-between;
}
.contact_form{
	padding: 30px 0 13px;
	background-color: #eee7f1;
}
.ovivo_contact_section {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
	background: rgb(0 0 0 / 40%);
    z-index: 9999;
}
.ovivo_contact_section.show_popup{
    display: flex;
}
.ovivo_contact_section .ovivo_contact_wrap{
    max-width: 440px;
    margin: auto;
    border-radius: 16px;
    position: relative;
    max-height: calc(100vh - 20px);
    overflow: auto;
       box-shadow: rgba(122, 122, 122, 0.5) 0px 10px 20px, rgba(122, 122, 122, 0.2) 0px -5px 6px;
        width: calc(100% - 20px);
		background-color: #fff;
}
.ovivo_contact_section .ovivo_contact_wrap::-webkit-scrollbar-track {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.ovivo_contact_section .ovivo_contact_wrap::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    border-radius: 5px;

}

.ovivo_contact_section .ovivo_contact_wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #D0D5DD;
}

.ovivo_contact_section .contact_text{
    margin: 15px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.ovivo_contact_section .contact_text p{
    margin-bottom: 15px;
}
.ovivo_contact_section .contact_text p:last-child{
    margin-bottom: 0;
}
.ovivo_contact_section .close-popup {
    position: absolute;
    right: 10px;
    top: 5px;
	background: #000;
    border: 0;
    outline: 0;
	transition: 0.4s ease-in;
	opacity: 0.6;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ovivo_contact_section .close-popup:hover {
	opacity: 1;
}
.ovivo_contact_section .close-popup i{
	color: #fff;
	font-size: 10px;
}

    .ovivo_contact_section .ovivo_contact_wrap .contact-bg-img {
        object-fit: cover;
        height: 270px;

    }
	.ovivo_contact_section .hero-banner__main_cta {
		width: 100%;
	}
	body.body_show_popup{
overflow: hidden;
	}
    /* .brand-page .hero-banner__video .embed-responsive::before{
padding-top: initial;
    } */
    .brand-page .hero-banner__video .embed-responsive video{
        /* position: relative; */
    z-index: 3;
}

@media(min-width: 741px) {
    .accordion-scrolling-content-block-text .block-image-text__heading {
        line-height: 34px;
        font-size: 24px;
        margin: 10px 0;
    }


    .btn-wrap .solution-btn {
        padding: 10px 15px;
        font-size: 13px;
    }

    .accordion-scrolling-content-block:nth-of-type(2) {
        top: calc(100% - 11.857143rem);
    }

    .accordion-scrolling-content-block:nth-of-type(3) {
        top: calc(100% - 6.428571rem);
    }

    .accordion-scrolling-content-block-text .solution-btn {
        width: 100%;
        padding: 10px 12px;
        font-size: 14px;
        margin-left: 0;
    }

    .accordion-scrolling-content-block-text .solution-btn+.solution-btn {
        margin-top: 10px;
        margin-left: 0;
    }
}

@media(min-width: 768px) {
    .accordion-scrolling-image, .accordion-scrolling-content {
        top: 6.857143rem;
    }

    .accordion-scrolling-content-block-text .block-image-text__heading {

        margin: 15px 0 10px;
    }

    .accordion-scrolling-content-block:nth-of-type(2) {
        top: calc(100% - 10.57143rem);
    }

    .accordion-scrolling-content-block:nth-of-type(3) {
        top: calc(100% - 4.428571rem);
    }
	 .ovivo_contact_section .ovivo_contact_wrap{
    box-shadow: rgba(122, 122, 122, 0.5) 0px 25px 50px, rgba(122, 122, 122, 0.2) 0px -5px 6px;
    }
      .ovivo_contact_section .ovivo_contact_wrap .contact-bg-img{
        height: 320px;
    }
    .footer__lower-parts .lower-part-wrap {
        display: flex;
        justify-content: flex-end;
    }

}

@media(min-width: 992px) {
    .accordion-scrolling-content-block-text .block-image-text__heading {
        line-height: 36px;
        font-size: 30px;
    }

    .header__wrapper {
        flex-wrap: wrap;
        justify-content: center;
        transition: all 0.35s ease;
    }

    .header__main-menu--wrapper .header__main-menu--listing {
        justify-content: space-between;
    }

    .header__wrapper .header__main-menu--listing>li:not(.contact)>a {
        padding: 12px 0 !important;
        line-height: 1;
        font-size: 12px;
        position: relative;
        border: 0;
    }


    .header__wrapper .header__main-menu--listing>li:not(.wpml-ls-item.wpml-ls-current-language)>a::before,
    .header__wrapper .header__main-menu--listing>li:not(.contact)>a::before {
        content: '';
        position: absolute;
        bottom: 0;
        height: 4px;
        background-color: transparent;
        left: 0;
        right: 0;
        transition: 0.3s ease;
    }

    .header__wrapper .header__main-menu--listing>li:not(.contact)>a:hover::before {
        background-color: #510c76;
    }

    .header__wrapper .ovivo-logo {
        width: 100%;
        display: flex;
        justify-content: center;
        /* padding-top: 12px; */
        padding: 10px 0 12px;
    }

    .header__wrapper .header__logo {
        margin-right: 0;
        text-align: center;
    }
    header.header.setPin .header__logo img{
        max-width: 100px;
    }
    body .header .header__sticky {
        background-color: #fff;
        align-self: stretch;
        transition: 0.4s ease-in;
        height: auto !important;
        max-height: initial !important;
        /* position: initial !important; */
        /* transform: initial !important; */
        inset: initial !important;
    }

    body .header.setPin .header__sticky {
        box-shadow: 0 0px 4px 0px rgba(84, 86, 91, 0.3);

    }

    .header__wrapper .header__main-menu--wrapper {
        display: block;
        width: auto;
        flex: 1;
        height: initial;
    }

    .header__wrapper .header__main-menu--listing>li {
        margin: 0 7px;
    }

    .header__wrapper .header__main-menu--listing .menu-item.search a::after {
        padding-left: 0;
    }

    .header__wrapper .header__subnavigation {
        background-color: transparent;
        align-self: stretch;

    }

    .header__wrapper .header__subnavigation--nav {
        height: 100%;
        background: #d8c9e1;
    }

    .header__wrapper .header__main-menu--listing>li.wpml-ls-item.wpml-ls-current-language .nav-link span, .header__subnavigation--nav>li.careers a {
        color: #001b72;
    }

    .header__wrapper .header__main-menu--listing>li.wpml-ls-item.wpml-ls-current-language {
        position: relative;
        min-width: initial;
        padding: 0;
        top: initial;
        right: initial;
        align-self: stretch;
    }

    .header__wrapper .header__main-menu--listing>li.wpml-ls-item.wpml-ls-current-language .nav-link {
        font-weight: 500 !important;
        padding: 10px 0;
        display: flex;
        align-items: center;
        height: 100%;
    }

    .header__wrapper .header__subnavigation--nav>li.careers a {
        font-size: 12px;
        padding: 10px 20px;
        background: #d8c9e1;
        color: #001b72;
        line-height: 1;
        text-decoration: none;
    }

    .header__wrapper .header__main-menu--listing>li.wpml-ls-item.wpml-ls-current-language .nav-link span {
        font-size: 12px;
    }

    .header__wrapper .header__main-menu--listing .menu-item.search a {
        display: flex;
    }

    .header__wrapper .header__main-menu--listing .menu-item.search {
        margin-right: 25px;
    }

    /* .header__wrapper .header__main-menu--listing>li>a.dropdown-toggle::after,
    .header__wrapper .header__main-menu--listing>li.wpml-ls-item.wpml-ls-current-language .nav-link::after {
        display: none;
    } */

    .header__wrapper .header__main-menu--listing .menu-item.contact a {
        background: #4f2773;
        border-color: #4f2773;
        font-weight: 900;
        min-width: 220px;
    }

    .header__wrapper .header__main-menu--listing>li.wpml-ls-item.wpml-ls-current-language .nav-link::after {
        color: #001b72;
        margin-top: 0;
        font-size: 12px;
    }

    .header__wrapper .header__main-menu--listing .menu-item.contact {
        margin-right: 0;
        top: 119px;

    }

    .header__wrapper .header__main-menu--listing .wpml-ls-current-language .dropdown-menu .dropdown-menu-item>li>a {
        line-height: inherit;
        white-space: normal;
        font-weight: 400;
        font-size: 16px !important;
        text-transform: uppercase;
        margin: 0;
        padding: 5px !important;
    }

    .header__wrapper .header__main-menu--listing>li.wpml-ls-item.wpml-ls-current-language .dropdown-menu {
        right: 0;
        left: auto;
        width: 230px;
        transform: initial;
        max-width: 230px;
    }

    .lang-fr .header__wrapper .header__logo, .lang-nl .header__wrapper .header__logo {
        padding: 8px 0 9px;
    }

    .header__wrapper .header__logo img {
        max-width: 100px;
    }

    body header.header {
        background-color: #fff;
        /* border-bottom: 1px solid #f2f2f2; */
        /* margin-top: -1px; */
    }

    .header__navigation--wrap {
        position: relative;
    }

    .header__navigation--wrap:before {
        content: '';
        position: absolute;
        left: -100%;
        right: -100%;
        background: #f2f2f2;
        height: 1px;
        top: 0;
    }
	.ovivo_contact_section .close-popup{
		top: 5px;
	}
    /* header.header.setPin .ovivo-logo {
        display: none;
    } */
    /* header.header.setPin .header__wrapper .header__main-menu--listing .menu-item.contact {
        top: 36px;
    } */
    .footer__lower-parts .lower-part-wrap {
        flex-wrap: wrap;
    }
}

@media (min-width: 1024px) {
    .accordion-scrolling-content-block-text .solution-btn+.solution-btn {
        margin-left: 20px;
        margin-top: 0;
    }

    .accordion-scrolling-content-block-text .btn-wrap {
        flex-direction: row;
    }

    .accordion-scrolling-content-block-text .solution-btn {
        width: auto;
        min-width: auto;
        padding: 15px;
    }

    .description-box p {
        font-size: 16px;
        line-height: 28px;
    }

    /* .accordion-scrolling-content-block-text .block-image-text__heading {
        font-size: 20px;
    } */

    .accordion-scrolling-content-block:nth-of-type(3) {
        top: calc(100% - 4.428571rem);
    }

    .accordion-scrolling-content-block:nth-of-type(2) {
        top: calc(100% - 10.857143rem);
    }


}

@media (min-width: 1200px) {
    .accordion-scrolling-content-block-text .block-image-text__heading {
        font-size: 40px !important;
        line-height: 48px;
        margin: 10px 0;
    }

    .accordion-scrolling-content-block:nth-of-type(2) {
        top: calc(100% - 10.7143rem);
    }

    .accordion-scrolling-content-block:nth-of-type(3) {
        top: calc(100% - 3.428571rem);
    }

    .header__wrapper .header__main-menu--listing .menu-item.contact {
        top: 132px;
    }

    .header__wrapper .header__main-menu--listing>li {
        margin: 0px 11px;
    }

    .header__wrapper .header__main-menu--listing>li:not(.contact)>a {
        font-size: 14px;
    }

    .header__wrapper .header__main-menu--listing>li.wpml-ls-item.wpml-ls-current-language .nav-link span {
        font-size: 14px;
    }

    .header__wrapper .header__subnavigation--nav>li.careers a {
        font-size: 14px;
    }

    .header__wrapper .header__subnavigation {
        margin-left: 30px;
    }
	.contact_form{
	padding: 50px 0 33px;
	}
	.ovivo_contact_section .contact_text{
		margin: 20px;
		font-size: 17.6px;
		line-height: 24px;
	}
    /* header.header.setPin .header__wrapper .header__main-menu--listing .menu-item.contact {
        top: 38px;
    } */
    body.brand-page.main-website .ovivo-content-block {
        margin: 100px 0 120px;
    }
}

@media (max-width: 740px) {
    .accordion-scrolling-content-block:first-child:before {
        content: initial;
    }

    .accordion-scrolling-animation {
        position: static;
        padding: 0;
        height: initial;
    }

    .accordion-scrolling-image {
        display: none;
    }

    .accordion-scrolling-content {
        position: static;
        width: 100%;
        height: initial;
        padding-left: 0;
    }

    .accordion-scrolling-content-block {
        position: static;
        padding: 15px 0;
        display: block;
    }

    .accordion-scrolling-content-block:before {
        left: 0;
        width: 100%;
        margin-top: -10px;
    }

    .accordion-scrolling-content-block-text-inner {
        opacity: 1 !important;
    }

    .accordion-scrolling-content-block-text .accordion-scrolling-image-sm {
        display: block;
    }

    .accordion-scrolling-content-block-text .accordion-scrolling-image-sm img {
        width: 100%;
    }

    .accordion-scrolling-content-block-text .block-image-text__heading {
        font-size: 28px;
        line-height: 36px;
        margin: 10px 0;
    }

    .accordion-scrolling-content-block-text .btn-wrap {
        margin: 0 0 20px;
    }

    .accordion-scrolling-content-block-text .solution-btn+.solution-btn {
        margin-top: 10px;
    }

    .accordion-scrolling-content-block-text .solution-btn {
        width: 100%;

    }
}

@media (min-width: 1300px) {
    .header__wrapper .header__main-menu--listing .menu-item.contact {
        top: 145px;
    }

    .header__wrapper .header__main-menu--listing>li:not(.contact)>a {
        font-size: 17px;
    }

    .header__wrapper .ovivo-logo {

        padding: 20px 0 12px;
    }
    /* header.header.setPin .header__wrapper .header__main-menu--listing .menu-item.contact {
        top: 41px;
    } */
}

.custom-brand-page a.centered-banner__button.primary-button.center-secondary-btn.outline {
    margin-left: 5px;
}

.hero-banner__content.default.bottom-center-btn {
    bottom: 0;
    padding: 0;
    margin: 0;
    top: 76%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.hero-banner__content.default.bottom-center-btn .col-12.col-md-10.col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
}

.hero-banner__content.default.bottom-center-btn .hero-banner__ctas {
    text-align: center;
    margin: 0 auto;
    display: block;
}

@media (max-width: 992px) {
    body .hero-banner__content.default.bottom-center-btn {
        top: 48%;
    }
}
@media(max-width: 1200px){
   .brand-page  .default-page__content > .ovivo-content-block.hero-banner__video{
        margin-top: 0;
    }
}
@media (min-width: 992px){
    .home .page-homepage > .ovivo-content-block.hero-banner__wrapper {
        margin-top: 0 !important;
    }
}

@media (min-width: 768px) {

    .hero-banner__content.bottom-center-btn {
        bottom: 0;
        padding: 0;
        margin: 0;
        top: 76%;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        position:absolute;
    }
    
    .hero-banner__content.bottom-center-btn .col-12.col-md-10.col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .hero-banner__content.bottom-center-btn .hero-banner__ctas {
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    
}
@media (min-width: 1400px) {
    .hero-banner__video .embed-responsive video {
        transform: scale(1) !important;
    }
}
.ff-default .frm-fluent-form .ff-el-input--label label {
    margin-bottom: 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #54565B;
}
.fluentform .frm-fluent-form .ff-el-input--label.ff-el-is-required.asterisk-right label:after{
    color: red;
    content: "*";
    margin-left: 0;
}
.fluentform .frm-fluent-form .ff-el-input--label {
    display: block;
    margin-bottom: 4px;
    position: relative;
    line-height: 1;
}
.ff-default .frm-fluent-form .ff-el-form-control{
    padding: 0 15px;
    min-height: 27px;
    background-color: #f5f8fa;
    border-radius: 0;
    height: 40px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ff-default .frm-fluent-form .ff-el-input--content select.ff-el-form-control{ 
height: 40px;
}

.ff-default .frm-fluent-form .ff-el-input--content textarea.ff-el-form-control{ 
height: auto;
}

.ff-default .frm-fluent-form .ff_submit_btn_wrapper .ff_btn_style{
background: #510C75;
    border-color: #510C75;
    font-size: 12px;
    line-height: 12px;
    font-family: arial, helvetica, sans-serif;
    white-space: pre-wrap;
    border-radius: 0;
    padding: 12px 24px;
    font-weight: 700;
}
.ff-default .frm-fluent-form .ff-el-form-check label.ff-el-form-check-label{
    margin-bottom: 7px;
    display: block;
    line-height: 1;
    font-size: 14px;
}
.ff-default .frm-fluent-form .ff-el-form-check label.ff-el-form-check-label .ff-el-form-check-input{
    width: 13px;
    height: 13px;
    margin: 3px 5px 3px 0px;
}
.ff-default .frm-fluent-form .ff-el-form-check label.ff-el-form-check-label .ff-el-form-check-input::after{
    width: 13px;
    height: 13px;
    border-radius: 3px;
    padding: 0;
    margin-left: 0;
}
.ovivo-value-section.block-icons__wrapper .icons--slides.vertical .block-icons__single img { 
    min-width: initial;
    max-width: 100%;
}