/* BUTTON CUSTOM 
======================= */
div.vc_btn3-container.whbutton-wrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

div.vc_btn3-container.whbutton-wrapper:not(:last-of-type) {
    margin-right: 10px;
    margin-bottom: 10px;
}

div.vc_btn3-container.whbutton-wrapper .vc_general {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px;
    font-size: 16px;
    text-align: left;
    line-height: 1.44;
}

div.vc_btn3-container.whbutton-wrapper .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 0px;
}

div.vc_btn3-container.whbutton-wrapper .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 0px;
}

div.vc_btn3-container[class*="whbutton-fill"] .vc_general,
div.vc_btn3-container[class*="whbutton-outline"] .vc_general {
    width: 100%;
    padding: 16px 20px !important;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: 700;
}

div.vc_btn3-container[class*="whbutton-outline"] .vc_general {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

div.vc_btn3-container.whbutton-wrapper .vc_general .vc_btn3-icon {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    line-height: normal;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

div.vc_btn3-container.whbutton-wrapper .vc_general.vc_btn3-icon-left .vc_btn3-icon {
    margin-right: 12px;
}

div.vc_btn3-container.whbutton-wrapper .vc_general.vc_btn3-icon-right .vc_btn3-icon {
    margin-left: 12px;
}

div.vc_btn3-container.whbutton-wrapper .vc_general.vc_btn3-icon-left:hover .vc_btn3-icon {
    -webkit-transform: translateX(-3px) !important;
    -moz-transform: translateX(-3px) !important;
    -ms-transform: translateX(-3px) !important;
    -o-transform: translateX(-3px) !important;
    transform: translateX(-3px) !important;
}

div.vc_btn3-container.whbutton-wrapper .vc_general.vc_btn3-icon-right:hover .vc_btn3-icon {
    -webkit-transform: translateX(3px) !important;
    -moz-transform: translateX(3px) !important;
    -ms-transform: translateX(3px) !important;
    -o-transform: translateX(3px) !important;
    transform: translateX(3px) !important;
}

div.vc_btn3-container.whbutton-fill--red .vc_general {
    color: #fff !important;
    background: #FD6049 !important;
}

div.vc_btn3-container.whbutton-fill--red .vc_general:hover {
    background: var(--pxl-green) !important;
}

div.vc_btn3-container.whbutton-fill--green .vc_general {
    color: #fff !important;
    background: var(--pxl-green) !important;
}

div.vc_btn3-container.whbutton-fill--green .vc_general:hover {
    background: #FD6049 !important;
}

div.vc_btn3-container.whbutton-outline--red .vc_general {
    border-color: #fd6049;
}

div.vc_btn3-container.whbutton-outline--green .vc_general {
    border-color: var(--pxl-green);
}

div.vc_btn3-container.use-before .vc_general:before {
    content: attr(title);
    display: block;
    font-size: 20px;
    font-weight: 700;
}

div.vc_btn3-container.use-before .vc_general {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 300;
    line-height: 1.25;
}

div.vc_btn3-container.use-before .vc_general .vc_btn3-icon {
    position: absolute;
    top: 50% !important;
    left: 22px !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    font-size: 20px;
}

div.vc_btn3-container.use-before .vc_general.vc_btn3-icon-left {
    padding: 13px 20px 13px 62px !important;
}


div.vc_btn3-container.whbutton-wrapper.use-before .vc_general.vc_btn3-icon-left:hover .vc_btn3-icon {
    -webkit-transform: translateX(-3px) translateY(-50%) !important;
    -moz-transform: translateX(-3px) translateY(-50%) !important;
    -ms-transform: translateX(-3px) translateY(-50%) !important;
    -o-transform: translateX(-3px) translateY(-50%) !important;
    transform: translateX(-3px) translateY(-50%) !important;
}

div.vc_btn3-container.whbutton-wrapper.vc_btn3-right,
div.vc_btn3-container.whbutton-wrapper.vc_btn3-center {
    width: 100%;
}

div.vc_btn3-container.whbutton-wrapper.vc_btn3-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

div.vc_btn3-container.whbutton-wrapper.vc_btn3-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

div.vc_btn3-container.whbutton-wrapper.vc_btn3-right .vc_general,
div.vc_btn3-container.whbutton-wrapper.vc_btn3-center .vc_general {
    width: auto;
}

div.vc_btn3-container.whbutton-wrapper.vc_btn3-center .vc_general {
    min-width: 306px;
}

div.vc_btn3-container.whbutton-wrapper.vc_btn3-right .vc_general {
    min-width: 270px;
}




/* GENERAL 
======================= */
.infolist-cat .infolist-cat-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
    color: var(--pxl-green);
    background-color: #E6EEF1;
}

.infolist-cat .infolist-cat-item:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
}

.infolist-cat img {
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
}

.vc_row.wpb_row.vc_row-fluid.navbar-header:before,
.vc_row.wpb_row.vc_row-fluid.navbar-header:after,
.vc_row.wpb_row.vc_row-fluid.topbar-header:before,
.vc_row.wpb_row.vc_row-fluid.topbar-header:after {
    display: none !important;
}

.wpb_text_column.text-link-underlines p a {
    color: var(--pxl-green);
    text-decoration: underline;
}

.wpb_text_column.text-link-underlines p a:hover {
    color: #fd6049;
}

.wh-counter .counter-number {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
}

.wh-counter.icon-plus .counter-number:after {
    content: "+";
    margin-left: 10px;
}

.wpb_text_column.text-weight-normal p {
    font-weight: 400;
}

.vc_row.row-cases-pattern {
    position: relative;
}

.vc_row.row-cases-pattern:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 538px;
    background: url(/wp-content/uploads/2023/05/cases-pattern-big-perfectxl.svg) left center/cover no-repeat;
    pointer-events: none;
}

.wpb_text_column.text-base-normal {
    font-size: 16px;
}

.site-footer {
    background-color: #E6EEF1;
    font-size: 16px;
    overflow: hidden;
}

.site-footer .topbar-footer:before,
.site-footer .topbar-footer:after {
    display: none !important;
}

.site-footer .topbar-footer {
    padding-top: 75px;
    padding-bottom: 75px;
}

.site-footer .vc_row[class*="row-patternarrow-"]:after {
    left: auto;
    right: -webkit-calc((100vw - 846px) / 2);
    right: -moz-calc((100vw - 846px) / 2);
    right: calc((100vw - 846px) / 2);
}

.site-footer .navbar-footer:before {
    display: none !important;
}

.col-sticky-filter.wpb_column>.vc_column-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 10%;
}

body.single-features>.site {
    position: relative;
}

/*body.single-features>.site:before {
    content: '';
    display: inline-block !important;
    width: 436px;
    height: 100%;
    max-height: 792px;
    background: url(/wp-content/uploads/2023/05/pattern-chevron-banner.svg) left center/cover no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}*/

.vc_row.row-card-link>.wpb_column {
    cursor: pointer;
}

.plyr input[type=range] {
    padding: 0 !important;
    background: none !important;
}




/* ROW CARD GAP 
======================= */
.vc_row.row-card-gap {
    margin-left: -10px;
    margin-right: -10px;
}

.vc_row.row-card-gap>.vc_column_container>.vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
}




/* ROW CARD SITUATION 
======================= */
.vc_row.row-card-situation>.wpb_column>.vc_column-inner,
.vc_row.row-card-situation>.wpb_column>.vc_column-inner>.wpb_wrapper {
    height: 100%;
}

.vc_row.row-card-situation>.wpb_column>.vc_column-inner>.wpb_wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: flex-end;
    color: #fff;
    background-color: var(--pxl-green);
    -webkit-filter: drop-shadow(0px 10px 20px rgba(167, 196, 192, 0.5));
    filter: drop-shadow(0px 10px 20px rgba(167, 196, 192, 0.5));
}


.vc_row.row-card-situation>.wpb_column>.vc_column-inner>.wpb_wrapper>.wpb_text_column:first-child {
    margin-bottom: auto;
}

.vc_row.row-card-situation>.wpb_column>.vc_column-inner>.wpb_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2023/05/pattern-chevron-card-green.svg) left center/contain no-repeat;
    pointer-events: none;
}

.vc_row.row-card-situation .vc_empty_space {
    width: 100%;
}

.vc_row.row-card-situation div.vc_btn3-container[class*="whbutton-fill"],
.vc_row.row-card-situation div.vc_btn3-container[class*="whbutton-outline"] {
    min-width: 100%;
}




/* ROW CARD WHITE
======================= */
.vc_row.row-card-white>.wpb_column>.vc_column-inner>.wpb_wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(196, 185, 185, 0.1);
    -moz-box-shadow: 0px 10px 20px rgba(196, 185, 185, 0.1);
    box-shadow: 0px 10px 20px rgba(196, 185, 185, 0.1);
    overflow: hidden;
}

.vc_row.row-card-white p {
    width: 100%;
    max-width: 283px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
}

.vc_row.row-card-white>.wpb_column>.vc_column-inner,
.vc_row.row-card-white>.wpb_column>.vc_column-inner>.wpb_wrapper {
    height: 100%;
}

.vc_row.row-card-white .wpb_single_image * {
    width: 100%;
}

.vc_row.row-card-white .wpb_single_image img {
    height: 180px;
}

.vc_row.row-card-white div.vc_btn3-container[class*="whbutton-fill"],
.vc_row.row-card-white div.vc_btn3-container[class*="whbutton-outline"] {
    min-width: 100%;
}

.vc_row.row-audit-team.vc_row.row-card-white p,
.vc_row.row-card-white.vc_row.row-cases-auditors p,
.vc_row.row-features-app.vc_row.row-card-white p {
    font-size: 16px;
}

.vc_row.row-features-app.vc_row.row-card-white>.wpb_column>.vc_column-inner>.wpb_wrapper {
    padding: 50px 17px;
}

.vc_row.row-features-app.vc_row.row-card-white .wpb_single_image {
    margin: -50px -17px 30px;
}

.vc_row.row-features-app.vc_row.row-card-white h5 {
    font-size: 22px;
}

.vc_row.row-features-app.vc_row.row-card-white .wpb_single_image img {
    height: 160px;
}

.vc_row.row-our-services.vc_row.row-card-white .wpb_single_image img {
    height: 240px;
}

.vc_row.row-our-services.vc_row.row-card-white div.vc_btn3-container[class*="whbutton-fill"],
.vc_row.row-our-services.vc_row.row-card-white div.vc_btn3-container[class*="whbutton-outline"] {
    min-width: 175px;
}

.vc_row.row-cases-auditors.vc_row.row-card-white>.wpb_column>.vc_column-inner>.wpb_wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.vc_row.row-cases-auditors.vc_row.row-card-white .wpb_single_image {
    margin-left: -20px;
    margin-right: -20px;
}

.vc_row.row-our-experts.vc_row.row-card-white>.wpb_column>.vc_column-inner>.wpb_wrapper {
    padding: 34px 20px;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.vc_row.row-our-experts.vc_row.row-card-white .wpb_single_image {
    margin: -34px -20px 30px;
}

.vc_row.row-our-experts.vc_row.row-card-white .wpb_single_image img {
    height: 300px;
}

.vc_row.row-our-experts.vc_row.row-card-white h5+h6 {
    color: var(--pxl-green);
    font-weight: 500;
}

.vc_row.row-consultancy-projects.vc_row.row-card-white p {
    width: 100%;
    max-width: 283px;
    font-size: 18px;
}

.vc_row.row-universities.vc_row.row-card-white .wpb_single_image {
    margin: 0;
}

.vc_row.row-universities.vc_row.row-card-white .wpb_single_image img {
    height: 86px;
    -o-object-fit: contain;
    object-fit: contain;
}

.vc_row.row-universities.vc_row.row-card-white .wpb_single_image {
    text-align: center;
}

.vc_row.row-universities.vc_row.row-card-white>.wpb_column>.vc_column-inner>.wpb_wrapper {
    padding: 20px 50px;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}




/* ROW BANNER LANDINGPAGE 
======================= */
.col-content-banner.wpb_column h1 {
    margin-bottom: 7px;
}

.col-content-banner.wpb_column.vc_col-sm-12 h1 {
    margin-bottom: 30px;
}

.col-content-banner.wpb_column div.vc_btn3-container[class*="whbutton-outline"] .vc_general {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.col-content-banner.wpb_column h1+h5 {
    color: var(--pxl-green);
    font-weight: 500;
    margin-bottom: 24px;
}

.col-content-banner.wpb_column {
    line-height: 1.44;
}

.vc_row.row-main-banner {
    position: relative;
}

.vc_row.wpb_row.row-main-banner:before {
    content: '';
    display: inline-block !important;
    width: 436px;
    height: 100%;
    max-height: 792px;
    background: url(/wp-content/uploads/2023/05/pattern-chevron-banner.svg) left center/cover no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}




/* ROW USP COUNTER 
======================= */
.vc_row.row-usp-counter__detail h2 {
    font-size: 48px;
    margin-bottom: 13px;
}

.vc_row.row-usp-counter__detail .wpb_single_image {
    -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
}

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

.vc_row.row-usp-counter__detail {
    font-size: 16px;
}

.vc_row.row-usp-counter__detail:before,
.vc_row.row-usp-counter__detail:after {
    display: none !important;
}

.title-white * {
    color: #fff;
}




/* SINGLE FEATURES 
======================= */
body.single-features .entry-header {
    width: 100%;
    padding: 120px 0 80px 0;
}

body.single-features .entry-header h1 {
    font-weight: 700;
    margin-bottom: 30px;
}

body.single-features .entry-header .entry-header__desc {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

.timeline-item:not(:last-child) {
    margin-bottom: 150px;
}

.timeline-features-wrapper,
.timeline-item-content {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 8px 24px rgba(155, 155, 155, 0.15);
    -moz-box-shadow: 0px 8px 24px rgba(155, 155, 155, 0.15);
    box-shadow: 0px 8px 24px rgba(155, 155, 155, 0.15);
}

.timeline-features-item:not(:last-child) {
    margin-bottom: 150px;
}

.timeline-features-wrapper img {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
}

.timeline-features-wrapper h4,
.timeline-item h4,
.timeline-features-item h4 {
    font-weight: 700;
    color: var(--pxl-green);
    margin-bottom: 24px;
}

section.timeline-features-orange .timeline-features-item:last-child:before {
    display: none!important;
}

.timeline-features-orange h4 {
    color: #fd6049;
    font-weight: 700;
}

.timeline-features-item {
    position: relative;
}

.vc_row.timeline-item,
.vc_row.timeline-features-item {
    position: relative;
}

.timeline-features-item:before {
    content: '';
    position: absolute;
    left: -100px;
    top: 0;
    z-index: 1;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/wp-content/uploads/2023/05/icon-timeline-green.svg) center/contain no-repeat;
}

.timeline-features-green .vc_row.timeline-item:before {
    content: '';
    position: absolute;
    left: calc(7% - 9px);
    bottom: -90px;
    z-index: 1;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/wp-content/uploads/2023/05/icon-timeline-green.svg) center/contain no-repeat;
}

.timeline-features-orange .vc_row.timeline-item:before {
    content: '';
    position: absolute;
    left: calc(7% - 9px);
    bottom: -90px;
    z-index: 1;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/wp-content/uploads/2024/01/icon-timeline-orange.svg) center/contain no-repeat;
}

.timeline-features-green .timeline-features-item:before {
    content: '';
    position: absolute;
    left: calc(7% - 9px);
    top: 100%;
    bottom: -90px;
    z-index: 1;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/wp-content/uploads/2023/05/icon-timeline-green.svg) center/contain no-repeat;
}

.vc_row.timeline-item:last-child:before,
.timeline-features-orange .vc_row.timeline-item:last-child:after {
    display: none!important;
}

.site-content .vc_row.timeline-item .wpb_text_column ul ul {
        list-style-type: circle;
}

.timeline-features-green .vc_row.timeline-item:after {
    content: '';
    position: absolute;
    left: 7%;
    top: 100%;
    bottom: 0;
    display: inline-block;
    width: 3px;
    height: 300px;
    background-color: #E6EEF1;
}

.timeline-features-orange .vc_row.timeline-item:after {
    content: '';
    position: absolute;
    left: 7%;
    top: 100%;
    bottom: 0;
    display: inline-block;
    width: 3px;
    height: 300px;
    background-color: #fd6049ab;
}

.vc_row.timeline-item:last-child:after {
    display: none;
}

.vc_row.timeline-item:after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.timeline-features-item:after {
    content: '';
    position: absolute;
    left: -91px;
    top: 9px;
    bottom: 0;
    display: inline-block;
    width: 3px;
    height: -webkit-calc(100% + 40px);
    height: -moz-calc(100% + 40px);
    height: calc(100% + 40px);
    background-color: #E6EEF1;
}

.timeline-features-green .timeline-features-item:after {
   content: '';
    position: absolute;
    left: 7%;
    top: 100%;
    bottom: 0;
    display: inline-block;
    width: 3px;
    height: 300px;
    background-color:#E6EEF1;
}

.vc_row.timeline-item:after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.timeline-features-green .timeline-features-item:after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.timeline-features-item:last-child:after {
    display: none;
}

.timeline-features-item:before,
.timeline-features-item:after {
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
}

body.single-features .entry-content {
    width: 100%;
    max-width: 946px;
    margin: 0 auto;
}

body.single-features .embed-container {
    margin-top: 30px;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

body.single-features .embed-container iframe,
body.single-features .embed-container object,
body.single-features .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.single-features .banner-content-features {
    margin-bottom: 30px;
}

/* ROW SWAPBLOCK 
======================= */
.col-media__swapblock.wpb_column .plyr,
.images-placeholder.wpb_single_image {
    position: relative;
}

.col-media__swapblock.wpb_column .plyr:after,
.images-placeholder.wpb_single_image:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2023/03/img-placeholder-component-1.png) center/contain no-repeat;
    pointer-events: none;
}

.images-placeholder.wpb_single_image {
    position: relative;
    margin-bottom: 113px;
}

.images-placeholder.wpb_single_image:after {
    max-height: 113px;
}

.col-media__swapblock.wpb_column .plyr:after {
    left: 50%;
    height: 160px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-position: top;
}

.col-media__swapblock.wpb_column .plyr.plyr--full-ui.plyr--video>.plyr__control {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
    background-color: #FD6049;
    opacity: 1;
}

.col-media__swapblock.wpb_column .plyr.plyr--video>.plyr__control>svg {
    width: 25px;
    height: 25px;
}

.col-media__swapblock.wpb_column .plyr.plyr--video:hover>.plyr__control>svg {
    fill: #fff;
}

.col-content__swapblock.wpb_column p a {
    color: #FD6049;
}

.col-content__swapblock.wpb_column p a:hover {
    color: var(--pxl-green);
}




/* ROW CARD TOOLS 
======================= */
.vc_row.row-card-tools {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.vc_row.row-card-tools:before,
.vc_row.row-card-tools:after {
    display: none !important;
}

.vc_row.row-card-tools {
    margin-left: 0px;
    margin-right: 0px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.vc_row.row-card-tools>.vc_column_container>.vc_column-inner {
    padding: 0;
}

.vc_row.row-card-tools>.wpb_column.vc_col-sm-4:first-child {
    position: relative;
    background: rgba(93, 167, 156, 0.1);
}

.vc_row.row-card-tools>.wpb_column.vc_col-sm-8:last-child {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.vc_row.row-card-tools h4 {
    font-weight: 700;
    margin-bottom: 8px;
}


.vc_row.row-card-tools h4+h6 {
    font-size: 16px;
    color: var(--pxl-green);
    font-weight: 400;
    margin-bottom: 16px;
}

.vc_row.row-card-tools .wpb_single_image.images-tools {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center !important;
}

.vc_row.row-card-tools .wpb_single_image.images-tools img {
    -o-object-fit: contain;
    object-fit: contain;
}

.vc_row.row-card-tools div.vc_btn3-container[class*="whbutton-fill"],
.vc_row.row-card-tools div.vc_btn3-container[class*="whbutton-outline"] {
    min-width: 175px;
}

.vc_row.row-card-tools.big>.wpb_column.vc_col-sm-4:first-child {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.vc_row.row-card-tools.big>.wpb_column.vc_col-sm-4:first-child .wpb_single_image {
    text-align: center;
}

.vc_row.row-card-tools.big .wpb_single_image.images-tools {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.vc_row.row-card-tools.big>.vc_column_container>.vc_column-inner {
    position: relative;
    height: 100%;
}

.vc_row.row-card-tools.big .wpb_single_image.images-tools.big img {
    width: 100%;
    height: auto;
}

.vc_row.row-card-tools.big>.wpb_column.vc_col-sm-4:first-child:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 238px;
    background: url(/wp-content/uploads/2023/05/pattern-chevron-tools-superbig-right.svg) center/cover no-repeat;
    pointer-events: none;
}

.vc_row.row-card-tools.big h2 {
    line-height: 1;
    margin-bottom: 8px;
}

.vc_row.row-card-tools.big h2+h5 {
    font-size: 20px;
    font-weight: 500;
    color: var(--pxl-green);
    margin-bottom: 20px;
}

.vc_row.row-following-tools>.wpb_column>.vc_column-inner>.wpb_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    background-color: #E6EEF1;
}

.vc_row.row-following-tools {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
}

.vc_row.row-following-tools>.vc_column_container>.vc_column-inner {
    padding-left: 5px;
    padding-right: 5px;
}

.vc_row.row-following-tools>.wpb_column {
    margin-bottom: 10px;
}

.vc_row.row-following-tools p {
    color: var(--pxl-green);
    font-size: 16px;
    font-weight: 500;
}

.vc_row.row-following-tools .wpb_text_column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
}

.vc_row.row-following-tools .wpb_single_image {
    -webkit-flex-basis: 31px;
    -ms-flex-preferred-size: 31px;
    flex-basis: 31px;
}

.vc_row.row-card-tools p {
    font-size: 16px;
}

.vc_row.row-following-tools>.wpb_column>.vc_column-inner,
.vc_row.row-following-tools>.wpb_column>.vc_column-inner>.wpb_wrapper {
    height: 100%;
}

.vc_row.row-card-tools.big {
    position: relative;
    margin-bottom: 40px;
}




/* ROW AUDIT TEAM 
======================= */
.vc_row.row-audit-team {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vc_row.row-audit-team .col-empty.wpb_column {
    display: none;
}

.vc_row.row-card-white .vc_row.row-audit-team-item .wpb_single_image {
    margin: 0;
}

.vc_row.row-audit-team-item .wpb_single_image img {
    width: 28px;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: -7px;
}

.vc_row.row-audit-team-item {
    margin: 0;
}

.vc_row.row-audit-team-item>.vc_column_container>.vc_column-inner {
    padding: 0;
}

.vc_row.row-audit-team-item>.wpb_column.vc_col-sm-3:first-child {
    width: 24px;
}

.vc_row.row-audit-team-item>.wpb_column.vc_col-sm-9:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.vc_row.row-audit-team-item h4 {
    margin-right: -8px;
    margin-bottom: 12px;
}

.vc_row.row-audit-team.vc_row.row-card-white>.wpb_column>.vc_column-inner>.wpb_wrapper {
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}




/* BLOCKQUOTES 
======================= */
blockquote {
    width: 100%;
    max-width: 922px;
    margin: 0 auto 32px;
    font-size: 32px;
}

.site-content blockquote,
.site-content blockquote p {
    font-weight: 100;
}

blockquote+h5,
blockquote+h6 {
    line-height: 1.45;
}




/* ROW BANNER DOWNLOAD
======================= */
.vc_row.row-banner-download {
    position: relative;
}

.vc_row.row-banner-download:before {
    content: '';
    position: absolute;
    top: 0;
    left: -webkit-calc((100% - 1140px) / 2);
    left: -moz-calc((100% - 1140px) / 2);
    left: calc((100% - 1140px) / 2);
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 324px;
    background: url(/wp-content/uploads/2023/05/download-pattern-big-perfectxl.svg) center/cover no-repeat;
    pointer-events: none;
}




/* ROW CHAPTER
======================= */
.vc_row.row-chapter {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 14px;
    color: var(--pxl-green);
}

.vc_row.row-chapter>.wpb_column>.vc_column-inner,
.vc_row.row-chapter>.wpb_column>.vc_column-inner>.wpb_wrapper {
    height: 100%;
}

.vc_row.row-chapter h5,
.vc_row.row-chapter h6,
.vc_row.row-chapter p {
    line-height: 28px;
}

.vc_row.row-chapter strong {
    font-weight: 500;
}

.vc_row.row-chapter p {
    font-weight: 400;
}

.vc_row.row-chapter>.wpb_column:last-child>.vc_column-inner>.wpb_wrapper {
    border: none;
}




/* LISTING FEATURES 
======================= */
.listing-features .listing-item {
    position: relative;
    width: 100%;
}

.listing-features .content-item .title-listing {
    font-size: 20px !important;
    line-height: 1;
    font-weight: 500;
}

.listing-features .content-item {
    font-size: 16px;
}

.listing-features .listing-item:not(:first-child) .content-item {
    padding-top: 40px;
    border-top: 1px solid rgba(180, 199, 205, 0.3);
}

.listing-features .infolist-cat {
    margin-top: 24px;
}

.listing-features .infolist-cat>.infolist-cat-item {
    font-size: 16px;
    padding: 5px 15px;
}

.listing-features .infolist-cat img {
    width: 31px;
    height: 31px;
}

.listing-features .title-listing,
.listing-features .content-excerpt,
.content-excerpt p {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}


.listing-features .title-listing,
.listing-features .content-excerpt,
.content-excerpt p {
    -webkit-line-clamp: 2;
}

.listing-features .content-excerpt {
    width: 100%;
    max-width: 664px;
}

.listing-features .listing-item .link-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
}

.listing-features .listing-item .content-item a {
    position: relative;
    z-index: 1;
}

.listing-features .title-listing {
    position: relative;
    margin-right: -5px;
    padding-right: 20px;
}

.listing-features .title-listing:after {
    content: '';
    position: absolute;
    top: 0;
    right: 5px;
    display: inline-block;
    width: 10px;
    height: 17px;
    background: url(/wp-content/uploads/2023/05/angle-right.svg) center/contain no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.listing-features .listing-item:hover .title-listing:after {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
}




/* WHFILTER 
======================= */
.col-sticky-filter.wpb_column form#whfilter_form {
    width: 100%;
    max-width: 290px;
}

#whfilter_form input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    padding: 0;
    border: 2px solid var(--pxl-green);
    line-height: normal;
    background: white center/16px no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 10px;
}

#whfilter_form input[type="checkbox"]:checked {
    background-image: url(/wp-content/uploads/2023/05/check.svg);
    background-color: var(--pxl-green);
}

#whfilter_form .meta-checkbox-group>label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    color: var(--pxl-green);
    cursor: pointer;
}

#whfilter_form .meta-checkbox-group>label .filter-icon {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
}

.col-sticky-filter.wpb_column #whfilter_form .meta-checkbox-group>label:not(:last-child) {
    margin-bottom: 20px;
}

.col-sticky-filter.wpb_column .whfilter-filter .filter-item:not(:first-child) {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(180, 199, 205, 0.3);
}

.whfilter-filter .filter-item>label {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

#whfilter_form .meta-checkbox-group>label:first-child {
    display: none;
}

.whfilter-filter .filter-item>label {
    position: relative;
    cursor: pointer;
}

.whfilter-filter .filter-item>label.active:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

#clear-filters {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

#clear-filters:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 19px;
    background: url(/wp-content/uploads/2023/05/filter-slash.svg) center/contain no-repeat;
    margin-right: 10px;
}



/* > TABLET */
@media all and (min-width: 601px) {
    .vc_row.row-card-tools.big .wpb_single_image.images-tools img {
        width: 200px;
        height: 200px;
    }

    .vc_row.row-audit-team-item>.wpb_column.vc_col-sm-9:last-child {
        padding-left: 24px;
    }

    div.vc_btn3-container[class*="whbutton-fill"] .vc_general,
    div.vc_btn3-container[class*="whbutton-outline"] .vc_general {
        font-size: 18px;
    }

    .col-content-banner.wpb_column div.vc_btn3-container[class*="whbutton-fill"],
    .col-content-banner.wpb_column div.vc_btn3-container[class*="whbutton-outline"] {
        min-width: 250px;
    }

    .col-media__swapblock.wpb_column .plyr {
        margin-bottom: 80px;
    }

    .vc_row.row-card-tools .wpb_single_image.images-tools img {
        width: 145px;
        height: 145px;
    }

    div.vc_btn3-container[class*="whbutton-fill"],
    div.vc_btn3-container[class*="whbutton-outline"] {
        min-width: 281px;
    }

    div.vc_btn3-container[class*="whbutton-fill"].use-before .vc_general,
    div.vc_btn3-container[class*="whbutton-outline"].use-before .vc_general {
        min-width: 367px;
    }
}


@media all and (min-width: 901px) {

    .vc_row.row-chapter>.wpb_column>.vc_column-inner>.wpb_wrapper {
        border-right: 1px solid rgba(93, 167, 156, 0.3);
        padding-right: 25px;
    }


    .vc_row.row-audit-team+.vc_row.row-audit-team>.wpb_column {
        margin-top: 20px;
    }

    .col-media__swapblock.wpb_column .plyr,
    .col-media__swapblock.wpb_column .plyr-wrapper {
        height: 327px;
    }

    .vc_row.row-card-tools>.wpb_column.vc_col-sm-4:first-child .wpb_single_image {
        text-align: left;
    }

    .vc_row.row-usp-counter__detail>.wpb_column.vc_col-sm-8:last-child {
        margin-top: 10px;
    }

    .vc_row.row-collaboration-world,
    .vc_row.row-collection-store {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .vc_row.row-usp-counter>.wpb_column.vc_col-sm-6 .vc_row.row-usp-counter__detail>.wpb_column.vc_col-sm-4 {
        -webkit-flex-basis: 99px;
        -ms-flex-preferred-size: 99px;
        flex-basis: 99px;
    }

    .vc_row.row-usp-counter>.wpb_column.vc_col-sm-6 .vc_row.row-usp-counter__detail>.wpb_column.vc_col-sm-8 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

}


/* >= DESKTOP & LAPTOP */
@media all and (min-width: 1200px) {
    .site-footer .vc_row[class*="row-patternarrow-"]:after {
        width: 276px;
        height: 502px;
        top: -198px;
    }

    .timeline-features-wrapper,
    .timeline-item-content {
        padding: 60px;
    }

    .listing-features .listing-item+.listing-item {
        margin-top: 44px;
    }

    #whfilter_form .meta-checkbox-group>label {
        font-size: 18px;
    }

    .vc_row.row-features-filter {
        margin-top: -200px;
    }

    .vc_row.row-chapter {
        padding: 35px 25px;
    }

    .vc_row.row-card-tools h4,
    .timeline-features-wrapper h4,
    .vc_row.row-audit-team-item h4,
    .timeline-item h4 {
        font-size: 28px;
    }

    .vc_row.row-card-tools.big.mintop {
        margin-top: -237px;
    }

    .vc_row.row-card-tools.big h2 {
        font-size: 44px;
    }

    .vc_row.row-card-tools.big>.wpb_column.vc_col-sm-4:first-child {
        padding: 64px 48px;
    }

    .vc_row.row-card-tools.big>.wpb_column.vc_col-sm-8:last-child {
        padding: 50px 60px;
    }

    .col-media__swapblock.wpb_column .plyr:after {
        width: -webkit-calc(100% + 44px);
        width: -moz-calc(100% + 44px);
        width: calc(100% + 44px);
    }

    .vc_row.row-card-tools>.wpb_column.vc_col-sm-8:last-child {
        padding: 40px;
    }

    .col-content-banner.wpb_column {
        font-size: 18px;
    }

    .col-content__padding.wpb_column:first-child {
        padding-right: 90px;
    }

    .col-content__padding.wpb_column:last-child {
        padding-left: 90px;
    }

    .vc_row.row-card-white>.wpb_column>.vc_column-inner>.wpb_wrapper {
        padding: 40px 32px;
    }

    .vc_row.row-card-white .wpb_single_image {
        margin: -40px -32px 32px;
    }

    .vc_row.row-separator {
        margin-left: -65px;
        margin-right: -65px;
    }

    .vc_row.row-usp-counter>.wpb_column {
        margin-bottom: 60px;
    }

    .vc_row.row-card-situation>.wpb_column>.vc_column-inner>.wpb_wrapper {
        padding: 47px 45px 34px 33px;
    }

    .vc_row.row-main-banner {
        margin-top: -106px;
        padding-top: 130px;
        padding-bottom: 162px;
        min-height: 792px;
    }

    .vc_row.row-usp-counter.mintop {
        margin-top: -60px;
    }
}



/* <= LARGE TABLET */
@media all and (max-width: 1199px) {
    .timeline-features-wrapper,
    .timeline-item-content {
        padding: 24px;
    }

    .timeline-features {
        padding-left: 50px;
    }

    .timeline-features-item:before {
        left: -50px;
    }

    .timeline-features-item:after {
        left: -41px;
    }

    .listing-features .listing-item+.listing-item {
        margin-top: 24px;
    }

    .vc_row.row-chapter {
        padding: 24px;
    }

    .vc_row.row-card-tools.big>.wpb_column.vc_col-sm-4:first-child {
        padding: 40px;
    }

    .col-media__swapblock.wpb_column .plyr:after {
        width: -webkit-calc(100% + 20px);
        width: -moz-calc(100% + 20px);
        width: calc(100% + 20px);
    }

    .vc_row.row-card-tools>.wpb_column.vc_col-sm-8:last-child {
        padding: 24px;
    }

    .vc_row.row-card-white>.wpb_column>.vc_column-inner>.wpb_wrapper {
        padding: 24px;
    }

    .vc_row.row-card-white .wpb_single_image {
        margin: -24px -24px 24px;
    }

    .vc_row.row-usp-counter>.wpb_column {
        margin-bottom: 24px !important;
    }

    body {
        font-size: 16px;
    }

    h1 {
        font-size: 32px;
    }

    h2,
    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .wh-counter .counter-number {
        font-size: 40px;
    }

    .vc_row.row-card-situation>.wpb_column>.vc_column-inner>.wpb_wrapper {
        padding: 24px;
    }

    body.single-features>.site:before,
    .vc_row.wpb_row.row-banner-download:before,
    .vc_row.wpb_row.row-cases-pattern:before,
    .vc_row.wpb_row.row-main-banner:before {
        display: none !important;
    }
}



@media all and (min-width: 901px) and (max-width: 1199px) {
    .vc_row.row-main-banner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .col-content__padding.wpb_column {
        padding-left: 40px;
    }
}


@media all and (min-width: 426px) and (max-width: 900px) {
    .vc_row.timeline-item {
        padding: 0 15px;
    }
}

@media all and (max-width: 425px) {
    .vc_row.timeline-item {
       padding: 0 13px;
    }
}

@media all and (min-width: 601px) and (max-width: 1199px) {
    .vc_row.row-following-tools.vc_row.row-display-flex>.wpb_column {
        width: 50%;
    }

    .site-footer .vc_row[class*="row-patternarrow-"]:after {
        width: 150px;
        height: 300px;
        top: -180px;
        left: auto;
        right: 0;
    }
}




@media all and (max-width: 900px) {
    .entry-content .vc_row.row-card-tools .vc_col-sm-8 {
        margin-top: 0px;
    }

    .timeline-features {
        padding-left: 30px;
    }

    .timeline-features-item:before {
        left: -35px;
    }

    .timeline-features-item:after {
        left: -26px;
    }

    .listing-features .listing-item+.listing-item:not(:last-child) {
        margin-bottom: 0;
    }

    .col-sticky-filter.wpb_column {
        margin-bottom: 40px;
    }

    .col-sticky-filter.wpb_column form#whfilter_form {
        max-width: 100%;
    }

    .vc_row.row-chapter>.wpb_column>.vc_column-inner>.wpb_wrapper {
        border-bottom: 1px solid rgba(93, 167, 156, 0.3);
        padding-bottom: 25px;
    }

    .vc_row.row-chapter>.wpb_column:not(:last-child) {
        margin-bottom: 24px;
    }

    .vc_row.row-chapter {
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-content__swapblock.wpb_column br {
        display: none;
    }

    .col-btn-download.wpb_column {
        margin-top: 24px;
    }

    .vc_row.row-card-white>.wpb_column {
        margin-bottom: 20px;
    }

    .vc_row.row-card-tools>.wpb_column.vc_col-sm-4:first-child .wpb_single_image {
        text-align: center;
    }

    .vc_row.row-collaboration-world>.wpb_column:not(:first-child) {
        width: auto;
    }

    .vc_row.row-collaboration-world>.wpb_column {
        margin-bottom: 24px;
    }

    .vc_row.row-collection-store>.wpb_column:last-child {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 24px;
    }

    .vc_row.row-collection-store .wpb_single_image {
        text-align: left;
    }

    .vc_row.row-usp-counter__detail .wpb_column.vc_col-sm-4 {
        -webkit-flex-basis: 60px;
        -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    }

    .vc_row.row-usp-counter__detail .wpb_column.vc_col-sm-8 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .vc_row.row-main-banner {
        margin-bottom: 40px;
    }

    .col-media__swapblock.wpb_column,
    .col-media-banner.wpb_column {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 40px !important;
    }

    .vc_row.row-display-flex.vc_row.row-logo-company>.wpb_column {
        margin-bottom: 20px;
    }

    .vc_row.row-card-scrolling {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        padding: 50px 10px;
        margin: -50px -20px;
    }

    .vc_row.row-card-scrolling>.wpb_column {
        white-space: normal;
    }

    .vc_row.row-card-scrolling::-webkit-scrollbar {
        display: none;
    }

    .vc_row.row-audit-team.vc_row.row-card-scrolling {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}


/* <= TABLET */
@media all and (min-width: 601px) and (max-width: 900px) {
    .vc_row.row-audit-team.vc_row.row-card-white>.wpb_column {
        width: 50%;
    }

    .vc_row.row-our-experts.vc_row.row-card-white>.wpb_column {
        width: 50%;
    }

    .vc_row.row-display-flex.vc_row.row-logo-company>.wpb_column {
        width: 33.333%;
    }

    .vc_row.row-features-app.vc_row.row-card-scrolling>.wpb_column {
        min-width: 31vw;
    }

    .vc_row.row-card-scrolling>.wpb_column {
        min-width: 45vw;
    }
}


@media all and (min-width: 601px) and (max-width: 768px) {
    .entry-content .vc_row.row-display-flex .vc_col-sm-8 {
        margin-top: 0px;
    }
}


@media all and (max-width: 600px) {

    div.vc_btn3-container.whbutton-wrapper.vc_btn3-right .vc_general,
    div.vc_btn3-container.whbutton-wrapper.vc_btn3-center .vc_general {
        width: 100%;
    }

    .vc_row.row-audit-team-item>.wpb_column.vc_col-sm-9:last-child {
        padding-left: 12px;
    }

    div.vc_btn3-container.use-before .vc_general:before {
        font-size: 18px;
    }

    div.vc_btn3-container[class*="whbutton-fill"] .vc_general,
    div.vc_btn3-container[class*="whbutton-outline"] .vc_general {
        font-size: 16px;
    }

    .col-media__swapblock.wpb_column .plyr {
        margin-bottom: 120px;
    }

    .vc_row.row-card-tools .wpb_single_image.images-tools img {
        width: 120px;
        height: 120px;
    }

    div.vc_btn3-container[class*="whbutton-fill"],
    div.vc_btn3-container[class*="whbutton-outline"] {
        min-width: 100%;
    }

    .vc_row.row-display-flex.vc_row.row-logo-company>.wpb_column {
        width: 50%;
    }

    .mobile-max-three.vc_row.row-display-flex.vc_row.row-logo-company>.wpb_column {
        width: 33.3% !important;
    }

    .mobile-max-four.vc_row.row-display-flex.vc_row.row-logo-company>.wpb_column {
        width: 25% !important;
    }

    .vc_row.row-card-scrolling>.wpb_column {
        min-width: 85vw;
    }

    .entry-content .vc_row.row-display-flex>.wpb_column.vc_col-sm-6:first-child {
        margin-bottom: 0;
    }

    .site-footer .topbar-footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .site-footer .vc_row[class*="row-patternarrow-"]:after {
        width: 82px;
        height: 148px;
        top: -100px;
        left: auto;
        right: 0;
    }

    .site-footer .topbar-footer div.vc_btn3-container[class*="whbutton-fill"],
    .site-footer .topbar-footer div.vc_btn3-container[class*="whbutton-outline"] {
        min-width: 220px;
    }
}

/* page risk finder version2 */
.vc_row.row-clients>.wpb_column>.vc_column-inner>.wpb_wrapper {
    background-color: var(--pxl-green-tint);
    height: 120px;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vc_row.row-box-white .wpb_column:not(.col-empty-space)>.vc_column-inner>.wpb_wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.vc_btn3-container.btn-flat-red.btn-transparent a.vc_general.vc_btn3-icon-right {
    padding-right: 50px;
    text-align: left;
}

.row-learn-more h4 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 77px;
}

.row-risk-slider .wpb_column.vc_col-sm-6:first-child .vc_column-inner {
    width: calc((1140px - 300px)/2);
    margin-left: calc((100vw - 1140px)/2);
}

.row-risk-slider .vc_icon_element {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 30px;
    cursor: pointer;
}

.vc_row.box-risk {
    padding: 30px 40px;
    margin-right: 30px;
    margin-left: 0;
}

.row-risk-slider .slick-arrow {
    display: none !important;
}

.vc_row-has-fill.box-risk+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill.box-risk>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}

.vc_row.row-risk-slider {
    padding-top: 100px;
    padding-bottom: 50px;
    align-items: center;
}

.row-slick-slider.vc_column_container>.vc_column-inner {
    padding: 0;
}

.row-risk-slider .vc_icon_element.slider-arrow-left {
    margin-right: 20px;
}

.row-tell-us {
    padding: 40px;
}

.row-tell-us .btn-flat-green.vc_btn3-container.vc_btn3-inline {
    display: block;
}

.row-tell-us .btn-flat-green a.vc_general {
    width: 250px;
    display: block;
    text-align: left;
    margin-right: 0;
    margin-left: auto;
}

.box-risk h5 {
    font-weight: 700;
    padding-left: 50px;
    padding: 25px 0 25px 50px;
}

.box-risk .wpb_text_column:not(.title-faq-risk) {
    padding-top: 30px;
    padding-bottom: 20px;
}

.vc_tta.accordion-two-column .vc_tta-panels .vc_tta-panel {
    box-shadow: 0px 10px 20px rgba(196, 185, 185, 0.1);
}

.vc_tta.accordion-two-column .vc_tta-panels .vc_tta-panel {
    width: 100%;
}

.vc_tta.accordion-two-column .vc_tta-panels .vc_tta-panel:before {
    content: '';
    background-image: url(/wp-content/uploads/2023/06/exclamation-circle.svg);
    width: 20px;
    height: 25px;
    display: inline-flex;
    position: absolute;
    left: 30px;
    top: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.vc_tta.accordion-two-column .vc_tta-panels .vc_tta-panel:after {
    content: '';
    background-image: url(/wp-content/uploads/2023/06/chevron-down.svg);
    width: 20px;
    height: 25px;
    display: inline-flex;
    position: absolute;
    right: 20px;
    top: 25px;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}

.vc_tta.accordion-two-column .vc_tta-panel-heading {
    position: relative;
    z-index: 2;
}

.row-tell-us h4,
.row-tell-us p {
    color: var(--pxl-green);
}

.btn-outline-green a.vc_general.vc_btn3 {
    font-size: 18px;
    border: 1px solid;
    width: 230px;
    text-align: left;
    display: block;
    margin-right: 0;
    margin-left: auto;
}

.vc_btn3-container.btn-outline-green {
    width: 100%;
}

.btn-outline-green a.vc_general.vc_btn3 {
    font-size: 18px;
    border: 1px solid;
    width: 230px;
    text-align: left;
    display: block;
    margin-right: 0;
    margin-left: auto;
}

.vc_btn3-container.btn-outline-green {
    width: 100%;
}

.row-with-accrordion .wpb_text_column h3 {
    font-size: 40px;
    font-weight: 700;
}

.row-with-accrordion .content-accordion.wpb_text_column {
    text-align: center;
    max-width: 600px;
    margin: auto;
}

.row-testimnonial-client .content-testimonial p {
    font-size: 32px;
    line-height: 1.6;
    font-weight: 100;
}

.row-testimnonial-client .author-testimonial p {
    font-size: 20px;
}

.vc_tta.accordion-two-column .vc_tta-panels .vc_tta-panel {
    padding-left: 70px;
    position: relative;
}

/* RESET BUTTON / CTA */
.whbutton-wrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 4px;
}

.whbutton-wrapper:not(.whbutton-align--inline) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.whbutton-wrapper.whbutton-align--left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.whbutton-wrapper.whbutton-align--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.whbutton-wrapper.whbutton-align--right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

[class*="whbutton-fill"] .cta-whbutton,
[class*="whbutton-outline"] .cta-whbutton {
    padding: var(--padding-button);
    border: 2px solid var(--transparent);
    -webkit-border-radius: var(--rounded-2xl);
    -moz-border-radius: var(--rounded-2xl);
    border-radius: var(--rounded-2xl);
}

.cta-whbutton {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}

.cta-whbutton .label-cta {
    color: inherit;
    font-weight: 700;
    font-size: var(--text-md);
    line-height: var(--lineheight-xs);
}

.cta-whbutton .icon-cta,
.whbutton-icon .cta-whbutton::after {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 18px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 17px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
}

.cta-whbutton .icon-cta {
    -o-object-fit: contain;
    object-fit: contain;
}

.whbutton-icon:not() .cta-whbutton::after {
    background: center/contain no-repeat;
}

/* DEFAULT SIZE ICON CIRCLE */
.whbutton-wrapper[class*="-circle"] .cta-whbutton .icon-cta {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
}

.cta-whbutton .icon-cta--hover {
    position: absolute;
    top: 50%;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

[class*="whbutton-animate-"] .cta-whbutton .icon-cta--hover {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.whbutton-icon-left .cta-whbutton .icon-cta--hover {
    left: 0;
}

[class*="whbutton-fill"].whbutton-icon-left .cta-whbutton .icon-cta--hover,
[class*="whbutton-outline"].whbutton-icon-left .cta-whbutton .icon-cta--hover {
    left: 30px;
}

.whbutton-icon-right .cta-whbutton .icon-cta--hover {
    right: 0;
}

[class*="whbutton-fill"].whbutton-icon-right .cta-whbutton .icon-cta--hover,
[class*="whbutton-outline"].whbutton-icon-right .cta-whbutton .icon-cta--hover {
    right: 30px;
}

.cta-whbutton:hover .icon-cta--hover {
    opacity: 1;
}

.cta-whbutton .icon-cta--hover,
.cta-whbutton:hover .icon-cta--hover~.icon-cta--default {
    opacity: 0;
}

.whbutton-icon-left .cta-whbutton .icon-cta,
.whbutton-icon-right .cta-whbutton .label-cta,
.whbutton-icon-left .cta-whbutton::after {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 16px;
}

.whbutton-animate-left .cta-whbutton:hover .icon-cta,
.whbutton-animate-left .cta-whbutton:hover::after {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
    transform: translateX(-3px);
}

.whbutton-animate-right .cta-whbutton:hover .icon-cta,
.whbutton-animate-right .cta-whbutton:hover::after {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
}

.whbutton-animate-top .cta-whbutton:hover .icon-cta,
.whbutton-animate-top .cta-whbutton:hover::after {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

.whbutton-animate-bottom .cta-whbutton:hover .icon-cta,
.whbutton-animate-bottom .cta-whbutton:hover::after {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}

.whbutton-animate-left .cta-whbutton:hover .icon-cta--hover {
    -webkit-transform: translate(-3px, -50%);
    -moz-transform: translate(-3px, -50%);
    -ms-transform: translate(-3px, -50%);
    -o-transform: translate(-3px, -50%);
    transform: translate(-3px, -50%);
}

.whbutton-animate-right .cta-whbutton:hover .icon-cta--hover {
    -webkit-transform: translate(3px, -50%);
    -moz-transform: translate(3px, -50%);
    -ms-transform: translate(3px, -50%);
    -o-transform: translate(3px, -50%);
    transform: translate(3px, -50%);
}

.whbutton-animate-top .cta-whbutton:hover .icon-cta--hover {
    -webkit-transform: translateY(-webkit-calc(-50% - 3px));
    -moz-transform: translateY(-moz-calc(-50% - 3px));
    -ms-transform: translateY(calc(-50% - 3px));
    -o-transform: translateY(calc(-50% - 3px));
    transform: translateY(calc(-50% - 3px));
}

.whbutton-animate-bottom .cta-whbutton:hover .icon-cta--hover {
    -webkit-transform: translateY(-webkit-calc(-50% + 3px));
    -moz-transform: translateY(-moz-calc(-50% + 3px));
    -ms-transform: translateY(calc(-50% + 3px));
    -o-transform: translateY(calc(-50% + 3px));
    transform: translateY(calc(-50% + 3px));
}

.whbutton-color--black .cta-whbutton {
    color: var(--black);
}

.whbutton-color--white .cta-whbutton {
    color: var(--white);
}

.whbutton-color--yellow .cta-whbutton {
    color: var(--yellow);
}

.whbutton-color--green .cta-whbutton {
    color: var(--green);
}

.whbutton-colorhvr--black .cta-whbutton:hover {
    color: var(--black);
}

.whbutton-colorhvr--white .cta-whbutton:hover {
    color: var(--white);
}

.whbutton-colorhvr--yellow .cta-whbutton:hover {
    color: var(--yellow);
}

.whbutton-colorhvr--green .cta-whbutton:hover {
    color: var(--green);
}

.whbutton-fill--black .cta-whbutton {
    background-color: var(--black);
    border-color: var(--black);
}

.whbutton-fill--white .cta-whbutton {
    background-color: var(--white);
    border-color: var(--white);
}

.whbutton-fill--yellow .cta-whbutton {
    background-color: var(--yellow);
    border-color: var(--yellow);
}

.whbutton-fill--green .cta-whbutton {
    background-color: var(--green);
    border-color: var(--green);
}

.whbutton-outline--black .cta-whbutton {
    border-color: var(--black);
}

.whbutton-outline--white .cta-whbutton {
    border-color: var(--white);
}

.whbutton-outline--yellow .cta-whbutton {
    border-color: var(--yellow);
}

.whbutton-outline--green .cta-whbutton {
    border-color: var(--green);
}

.banner-content-features .cta-whbutton {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    background-color: #E6EEF1;
}

.banner-content-features .cta-whbutton img {
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
}

.banner-content-features span.label-cta {
    font-size: 20px;
    font-weight: 500;
    color: var(--pxl-green);
}

.vc_row.row-display-flex>.wpb_column {
    margin-bottom: 15px;
}

.vc_row.row-display-flex>.wpb_column {
    margin-bottom: 15px;
}



/** Section Perfetc XL Suite */
@media only screen and (min-width: 768px) {
    .section-perfectxl-suite .col-image-suite.wpb_column.vc_column_container.vc_col-sm-4 {
        width: 35%;
        display: block !important;
    }

    .section-perfectxl-suite .col-content-suite.wpb_column.vc_column_container.vc_col-sm-8 {
        width: 65% !important;
        padding-left: 45px !important;
    }

    .section-perfectxl-suite .image-left.content-right>.vc_column-inner>.wpb_wrapper {
        display: flex;
        align-items: center;
    }

    .section-perfectxl-suite .image-left.content-right .vc_column-inner .wpb_wrapper .vc_single_image-wrapper {
        flex: 0 0 auto;
        /* Do not allow the image container to grow or shrink */
        height: 100%;
        /* Set the height to 100% of the parent container */
        width: 100%;
    }

    .section-perfectxl-suite .image-left.content-right .wpb_text_column .wpb_wrapper {
        /* display: flex; */
        flex-direction: column;
        text-align: left;
    }

    .section-perfectxl-suite .wpb_single_image.wpb_content_element.vc_align_left.content-image-h1 img {
        height: 35px !important;
        width: 372px !important;
    }

    .section-perfectxl-suite .wpb_single_image.wpb_content_element.vc_align_left.content-image-h1 {
        text-align: left;
    }

    .section-perfectxl-suite {
        padding-top: 50px;
        padding-bottom: 35px;

    }

    .section-perfectxl-suite .col-content-suite .wpb_text_column.wpb_content_element h2 {
        font-size: 21px;
        color: #505059;
        font-weight: 300;
    }

    .section-perfectxl-suite .col-content-suite .wrapper-image-and-content h3 {
        font-size: 21px;
        font-weight: 500;
        color: #6C7483;
        margin-bottom: 0px;
    }


    .section-perfectxl-suite .col-content-suite .wrapper-image-and-content img {
        width: 80px;
    }

    .section-perfectxl-suite .col-content-suite .wrapper-image-and-content p {
        font-size: 14px;
        font-weight: 400;
        color: #6C7483;
    }


    .section-perfectxl-suite .col-content-suite .image-left .wpb_single_image {
        margin-right: 10px;
    }

}

@media only screen and (min-width: 761px) and (max-width: 900px) {
    /* Your styles for screens between 768px and 900px wide go here */
    .section-perfectxl-suite .col-content-suite .wrapper-image-and-content {
        display: flex;
        flex-direction: column;
        margin-bottom: 5px;
    }

    .image-left.content-right.wpb_column.vc_column_container.vc_col-sm-6 {
        margin-bottom:15px;
        width: 100%;
    }

    .section-perfectxl-suite .col-content-suite{
        margin-top:15px !Important;
    } 

      .section-perfectxl-suite.vc_row div.wpb_single_image {
          text-align: left !important;
      }

}


.section-perfectxl-suite .col-content-suite.wpb_column.vc_column_container.vc_col-sm-8 {
    width: 100%;
    padding-left: 0;
}

.section-perfectxl-suite .wpb_single_image.wpb_content_element.vc_align_left.content-image-h1 img {
    height: 25px;
}

.section-perfectxl-suite .col-content-suite .wrapper-image-and-content {
    margin-bottom: 25px
}

.section-perfectxl-suite .col-image-suite.wpb_column.vc_column_container.vc_col-sm-4 {
    display: none;
}

.section-perfectxl-suite .col-content-suite.wpb_column.vc_column_container.vc_col-sm-8 {
    width: 100%;
    padding-left: 0;
}

.section-perfectxl-suite .wpb_single_image.wpb_content_element.vc_align_left.content-image-h1 img {
    height: 25px;
}


.section-perfectxl-suite {
    padding-top: 50px;
    padding-bottom: 35px;

}

.section-perfectxl-suite .col-content-suite .wpb_text_column.wpb_content_element h2 {
    font-size: 21px;
    color: #505059;
    font-weight: 300;
}

.section-perfectxl-suite .col-content-suite .wrapper-image-and-content h3 {
    font-size: 21px;
    font-weight: 500;
    color: #6C7483;
    margin-bottom: 0px;
}


.section-perfectxl-suite .col-content-suite .wrapper-image-and-content img {
    width: 80px;
}

.section-perfectxl-suite .col-content-suite .wrapper-image-and-content p {
    font-size: 14px;
    font-weight: 400;
    color: #6C7483;
}


.section-perfectxl-suite .col-content-suite .image-left .wpb_single_image {
    margin-right: 10px;
}

.section-perfectxl-suite .image-left.content-right>.vc_column-inner>.wpb_wrapper {
    display: flex;
    align-items: center;
}

.section-perfectxl-suite .image-left.content-right .vc_column-inner .wpb_wrapper .vc_single_image-wrapper {
    flex: 0 0 auto;
    /* Do not allow the image container to grow or shrink */
    height: 100%;
    /* Set the height to 100% of the parent container */
    width: 100%;
}

.section-perfectxl-suite .image-left.content-right .wpb_text_column .wpb_wrapper {
    /* display: flex; */
    flex-direction: column;
    text-align: left;
}

.row-step-risk .wpb_column.vc_column_container.vc_col-sm-4 {
    pointer-events: none;
}

.row-step-risk .wpb_column.vc_column_container.vc_col-sm-4 a {
    pointer-events: auto;
}

.unclickable .wpb_column.vc_column_container.vc_col-sm-4 {
    pointer-events: none;
}

.unclickable .wpb_column.vc_column_container.vc_col-sm-4 a {
    pointer-events: auto;
}

.row-shadow-items .vc_column-inner {
    box-shadow: 0px 10px 20px rgba(196, 185, 185, 0.1);
}

.full-width {
    width: 100%;
}

.new-box-white > .wpb_column > .vc_column-inner > .wpb_wrapper {
    background-color: #fff;
    height: 100%;
    padding: 31px 23px 23px 21px;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
        overflow: hidden;
}

.new-box-white .wpb_column > .vc_column-inner{
    padding-left: 10px;
    padding-right: 10px;
}

.new-box-white .wpb_single_image {
    margin-bottom: 20px;
}

.new-box-white.image-full .wpb_single_image {
    margin: -31px -23px 0px;
}

.new-box-white.image-full .wpb_single_image * {
    width: 100%;
}

.new-box-white > .wpb_column > .vc_column-inner > .wpb_wrapper,
.new-box-white > .wpb_column > .vc_column-inner {
    height: 100%;
}

.bg-arrow {
    position: relative;
}

.bg-arrow:before {
    content: '';
    display: inline-block !important;
    width: 436px;
    height: 100%;
    max-height: 792px;
    background: url(/wp-content/uploads/2023/05/pattern-chevron-banner.svg) left center/cover no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}


.vc_row.wpb_row.vc_row-fluid.feature-overview:before,
.vc_row.wpb_row.vc_row-fluid.feature-overview:after {
    display: none!important;
}