@charset "utf-8";

/* CSS components */
/* ++++++++++++++++++++++++++++++++++++ */
/*colors / fonts*/
/* ++++++++++++++++++++++++++++++++++++ */
:root {}

* {
    font-family: 'Ubuntu', sans-serif;
}

body {
    /*font-size: 16px;*/
    font-weight: 300 !important;
    color: #717176 !important;
}

a {
    color: #ef2637;
}

a:hover {
    color: #bf1e2c;
}

.fa-chevron-right {
    font-family: Font Awesome 5 Pro !important;
    font-style: normal !important;
}

.__bpost-red {
    color: #EF2637;
}

.__bpost-grey {
    color: #5A5A5F;
}

.__bpost-grey-light {
    color: #717176;
}

.__bpost-black {
    color: #5A5A5A;
}

.__bpost-white {
    color: #fff !important;
}

.__bpost-blue {
    color: #4195B9 !important;
}

.__subtxt {
    font-family: 'Ubuntu-medium', sans-serif;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.dynamic-component h2,
.dynamic_component_h2 {
    font-size: 32px !important;
    font-weight: 500 !important
}

.dynamic-component h4 {
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #5A5A5F;
}

.dynamic-component h5 {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #5A5A5F;
}


.__img-vertical-float {
    top: 15%;
    position: relative;
}

.h2-paragraph-2col {
    padding: 0px 0px 0 15px;
}

.__center-align--col {
    align-items: center;
}

.ve--column p a {
    color: #EF2637;
    text-decoration: underline;
}

.ve--column li a {
    color: #EF2637;
}

.ve--rich_text ul {
    padding: 19px;
}

.__push-padding-right {
    padding-right: 100px !important;
}

.__push-padding-left {
    padding-left: 100px !important;
}

.__header_cta-box .px-5 {
    padding-right: 0px !important;
}

.alert-text a {
    color: white;
    text-decoration: underline;
}

.custom-alert .alert-button {
    top: 39%;
}


/* ++++++++++++++++++++++++++++++++++++ */
/*FIX*/
/* ++++++++++++++++++++++++++++++++++++ */

.faq-grid .sorting select::-ms-expand {

    display: none;

}

.price-category a {
    text-decoration: none !important;
}



.blog-home-banner-block .field--name-field-top-banner-image img, .sub-blog-banner-block .field--name-field-top-banner-image img{object-fit: cover !important}






/* ++++++++++++++++++++++++++++++++++++ */
/*global*/
/* ++++++++++++++++++++++++++++++++++++ */


/*visual editor output*/
.ve--column,
.content>.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

h3.ve--heading {
    font-size: 30px;
    color: #5A5A5F;
}

h3.ve--heading>a {
    color: #EF2637
}

.ve--image {
    width: 580px;
    border-radius: 8px
}

section.ve--wrapped_row {
    padding-top: 100px;
}

.ve--block_plugin p {
    color: #5A5A5F;
    /*margin: 30px 0 0 0;*/
    font-size: 16px;
    font-weight: 300;
}

.ve--block_plugin p>a {
    color: #ef2637;
    text-decoration: underline;
}

.ve--block_plugin p>a:hover {
    color: #BF1E2C;
}


.ve--rich_text p {
    font-size: 16px;
    font-weight: 300;
    color: #717176;
}

.ve--rich_text ul {}

.ve--rich_text ul li {
    font-size: 16px;
    font-weight: 300;
    color: #717176;
}

.__p-header-cross-content {
    color: #fff !important;
}

/*visual editor output*/


.tab-content {
    padding-top: 40px;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    background-color: #fff !important;
}


/*slick slide specific*/
.slick-track {
    display: flex !important;
    flex-wrap: wrap;
}

.slick-slide {
    height: auto !important;
}

.slick-slide>div {
    height: 100%;
    /*box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;*/
    /*width: 95%;*/
    border-radius: 8px;
}
.__product_col-photos-descriptions .slick-slide>div {
    height: 100%;
    box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 10%) !important;
    border: 1px solid #eee !important;
    border-radius: 8px;
}



.__bold-label {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.__label {
    font-size: 14px !important;
    font-weight: 300 !important;
}

.__title-label {
    font-size: 30px !important;
    font-weight: 500 !important;
}

.__body-bold {
    font-size: 24px !important;
    font-weight: 500 !important;
}

.__text-p-bold {
    display: block;
    font-size: 24px;
    font-weight: 500;
}

.__tooltip {
    padding-left: 5px;
}

.__tooltip::after {
    font-family: "Font Awesome 5 Pro";
    content: "\F059";
    font-weight: 900;
    color: #EF2637;
}

.dynamic-component {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* .dynamic-component .btn:hover {
  color: #fff !important;
} */
.dynamic-component p {
    font-size: 16px;
    font-weight: 300;
    color: #717176;
}

.dynamic-component li {
    font-size: 16px;
    font-weight: 300;
    color: rgb(113, 113, 118);
}

a:hover {
    text-decoration: none !important;
}

a.__red-cta-arrow {
    color: #EF2637 !important;
    position: relative;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding-top: 3px;
}
.faq-category .custom_border a.__red-cta-arrow {
    padding-top: 0px;
}

a.__grey-cta-arrow {
    color: #5A5A5F !important;
    position: relative;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding-bottom: 10px;
}

a.__red-cta-arrow:hover,
a.__red-cta-arrow:hover::after {
    color: #BF1E2C !important;
}

a.__red-cta-arrow::after,
a.__grey-cta-arrow::after {
    font-family: "Font Awesome 5 Pro";
    content: "\F054";
    font-weight: 400;
    color: #EF2637;
    position: relative;
    /*left: 1px;*/
}

a.__white-cta-arrow::after {
    font-family: "Font Awesome 5 Pro";
    ;
    content: "\F054";
    font-weight: 400;
    color: #FFF;
}

.__btn-red {
    background: #EF2637;
    border-radius: 4px;
    color: #fff;
    /*height: calc(1.5em + .75rem + 12px);*/
    margin: 30px 0;
    padding: .675rem 1.3rem;
    text-decoration: none !important;

}

.__btn-red:hover {
    background: #bf1e2c;
}

.__btn-white {
    border: 1px solid #ef2637;
    color: #ef2637;
    padding: .675rem 1.3rem;
}

.__btn-white:hover {
    border: 1px solid #bf1e2c;
    color: #bf1e2c !important;
}

.btn:hover {
    color: #fff;
}

.__checklist {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

.__checklist li {
    list-style: none;
    font-size: 16px;
    font-weight: 300;
    color: #717176;
    padding-left: 30px;
    margin: 0 0 5px 0;
}

.__checklist li::before {
    font-family: "Font Awesome 5 Pro";

    content: "\f058";
    font-weight: 300;
    color: #66A367;
    font-size: 20px;
    position: absolute;
    left: 0px;

}

.__usp {
    position: absolute;
    bottom: -10%;
    left: 40%;
}

.__usp li {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    color: #717176;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 15px 25px 15px 55px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px 0px;
    border: 1px solid #eee;
    text-indent: -18px;
}

.__usp li::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f058";
    font-weight: 100;
    color: #66A367;
    padding-right: 15px;
    font-size: 20px;
    display: inline-block;
}

.__center {
    text-align: center
}

.__align-left {
    text-align: left
}

.__align-right {
    text-align: right
}

.__right {
    /*padding: 50px 0 0 50px;*/
    padding: 50px 40px 0 30px;
}


.btn-outline-light.red {
    color: #EF2637;
    border-color: #EF2637;
}

.btn-outline-light.red:hover {
    color: #FFF;
    background-color: #EF2637;
    border-color: #EF2637;
    transition: all 0.6s ease-out;
}

.__sub-services_navigation_photo-cards .display-4 {
    margin: 0px 0 15px !important;
    text-align: center;
}

.display-4 {
    line-height: 24px !important;
    margin: 35px 0px !important;
    font-weight: bold !important;
}

.display-2 {}

.display-2:after {
    content: '';
    display: block;
    width: 32px;
    height: 4px;
    position: relative;
    top: 30px;
    background-color: #EF2637;
    margin: 0px 0 60px 0;
}

.display-2.__center:after {
    content: '';
    display: block;
    width: 32px;
    height: 4px;
    position: relative;
    top: 30px;
    background-color: #EF2637;
    margin: 0px auto 60px !important;
    left: -13px;
}

/*.__align-left:after {
  content: '';
  display: block;
  width: 32px;
  height: 4px;
  position: relative;
  top: 30px;
  background-color: #EF2637;
}*/
.round {
    position: relative;
    width: 28px;
    height: 28px;
    display: block;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(239, 38, 55);
    border-image: initial;
    border-radius: 100%;
    margin: auto;
}

.__round-white {
    position: relative;
    border: 2px solid #FFF;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    margin: auto;
    display: block;
}

.next {
    background-color: red;
    -webkit-mask-image: url(img/arrow-ico.svg);
    mask-image: url(img/arrow-ico.svg);
}

.__next-white {
    background-color: white;
}

.__arrow-simple {
    position: absolute;
    bottom: 0;
    margin-left: 0px;
    width: 7px;
    height: 12px;
    background-size: contain;
    top: 4px;
    right: -20px;
}

.__sub-services_navigation_photo-cards .card-body {
    z-index: 9;
}

/* ++++++++++++++++++++++++++++++++++++ */
/*pricing_table*/
/* ++++++++++++++++++++++++++++++++++++ */

.pricing-table {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    color: #5A5A5F;
    margin: 30px 0;
}

.pricing-table_table {
    width: 100%;
}

.pricing-table_table th,
.pricing-table_table td {
    padding: 25px 30px;
}

.pricing-table_table thead th {
    background: #5A5A5F;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.pricing-table_table td {
    background: #F8F8F8;
}

.pricing-table_table tbody td {
    color: #4195b9;
}

.pricing-table_table tbody th {
    font-weight: normal;
}

.pricing-table_table tbody tr:nth-child(even) td {
    background: #fff;
}

.pricing-table_table tbody tr:nth-child(odd) th {
    background: #F8F8F8;
}

.pricing-table_title {
    color: #4195B9;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 25px 30px;
}

.pricing-table_info {
    font-size: 14px;
    color: #5A5A5F;
}


/* ++++++++++++++++++++++++++++++++++++ */
/*sub-services_navigation_ico*/
/* ++++++++++++++++++++++++++++++++++++ */
.__sub-services_navigation_ico .card {
    background-color: white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px 10px 15px 10px;
    cursor: pointer;
    transition: all 1s ease-out;
    min-height: 270px;
}

.__sub-services_navigation_ico div.__red-cta-arrow::after,
.__related-services div.__red-cta-arrow::after {
    padding: 3px 0 0 2px;
    font: 400 16px "Font Awesome 5 Pro";
    content: "\F054";
    color: #EF2637;
    position: relative;
    top: 2px;
}

.__sub-services_navigation_ico .card:hover {
    -webkit-box-shadow: 0px 9px 22px -7px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 9px 22px -7px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 9px 22px -7px rgba(0, 0, 0, 0.43);
    transition: all 1s ease-out;
}

.__sub-services_navigation_ico .col-md-7 {
    min-height: 350px
}

.__sub-services_navigation_ico .col-md-12.col-lg-12.col-xl-12 {
    min-height: 350px
}

.__sub-services_navigation_ico a.__red-cta-arrow::after {
    padding: 3px 0 0 2px
}

.__reverse-trap .__first-solution {
    top: 30% !important;
}

.__reverse-trap .__third-solution {
    top: 0 !important
}

.card.__second-solution.__topsecond {
    top: 15%;
}

.card.__third-solution.__topthird {
    top: 30%;
}

.__title-push {
    margin-top: 16%;
    position: relative;
}

.__sub-services_navigation_ico .card-body svg {
    width: 48px;
    height: 48px;
    display: block;
    margin: auto;
}


.__sub-services_navigation_ico .card-body svg>image {
    width: 100%;
}

.__sub-services_navigation_ico .card-body.text-md-left svg {
    width: 56px;
    height: 56px;
    display: block;
    margin: 0 0 30px;
}

/* ++++++++++++++++++++++++++++++++++++ */
/*sub-services_navigation_photo-cards*/
/* ++++++++++++++++++++++++++++++++++++ */
.__sub-services_navigation_photo-cards .card {
    background-color: white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    /* cursor: pointer; */
    min-height: 400px;
    overflow: hidden;
    border: none;
    transition: all 1s ease-out;
}

.__sub-services_navigation_photo-cards div.__white-cta-arrow::after,
.__related-services div.__white-cta-arrow::after {
    padding-left: 9px;
    top: 2px;
    position: relative;
    font-family: "Font Awesome 5 Pro";
    content: "\F054";
    font-weight: 400;
    color: #FFF;
}

.__sub-services_navigation_photo-cards .__img-cta-card {

    position: relative;
    margin: 0 -15px;
    border-radius: 20px;
    overflow: hidden;

}

.__sub-services_navigation_photo-cards .__img-cta-card::after {

    left: 0;
}

.__sub-services_navigation_photo-cards .__cta-card {
    left: 0;
    bottom: 20px;
    width: 100%;
    padding: 0 15px;

}

.__card {
    position: relative;
    min-height: 375px;
}

.__sub-services_navigation_photo-cards img {
    max-width: none;
    height: 400px;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}

.__img-cta-card {
    position: absolute;
}

.__img-cta-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29735644257703087) 36%, rgba(0, 0, 0, 0.6951155462184874) 90%, rgba(0, 0, 0, 0.29735644257703087) 95%, rgba(0, 0, 0, 0) 100%);
}

.__cta-card {
    position: absolute;
    bottom: 0px;
    left: 20%;
}

.__sub-services_navigation_photo-cards a.__white-cta-arrow::after {
    padding-left: 9px;
    top: 2px;
    position: relative;
}

/* ++++++++++++++++++++++++++++++++++++ */
/*sub-services_navigation_cards */
/* ++++++++++++++++++++++++++++++++++++ */
.__sub-services_navigation_cards .card-body {
    padding: 30px !important;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px 0px !important;*/
}

.__sub-services_navigation_cards .card {
    min-height: 360px;
}

.__sub-services_navigation_cards .card-body svg {
    width: 56px;
    height: 56px;
}

.__sub-services_navigation_cards .card-body svg>image {
    width: 100%;
    height: 100%;
}

.__sub-services_navigation_cards h4 {
    padding-top: 20px;
    margin-bottom: 40px;
}

/* ++++++++++++++++++++++++++++++++++++ */
/*sub-services_navigation_full-photo*/
/* ++++++++++++++++++++++++++++++++++++ */
.__sub-services_navigation_full-photo {
    position: relative;
    max-width: 100%;
    height: 500px;
    padding: 0px !important;
}

.__sub-services_navigation_full-photo img {
    object-fit: cover;
    width: 100%;
    max-height: 500px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    object-position: 0 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.__sub-services_navigation_full-photo .__full-photo-cta {}

.__sub-services_navigation_full-photo .__full-photo-img::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 100%);
}

.__sub-services_navigation_full-photo .__full-photo-txt {
    position: absolute;
    left: 55%;
    right: 5%;
    top: 100px;
    color: #fff;
    padding: 0px 60px 0 0;
}

.__sub-services_navigation_full-photo p {
    color: #fff;
}

.__sub-services_navigation_full-photo .btn-outline-light:hover,
.__product_banner-full-background .btn-outline-light:hover {
    color: #5A5A5F !important;
}

/* ++++++++++++++++++++++++++++++++++++ */
/*sub-services_navigation_faq*/
/* ++++++++++++++++++++++++++++++++++++ */
.__sub-services_navigation_faq svg {
    width: 56px;
    height: 56px;
}

.__sub-services_navigation_faq svg>image {
    width: 100%;
    height: 100%;
}

.__sub-services_navigation_faq .round {
    display: none !important;
}

.__sub-services_navigation_faq .card {
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 1s ease-out;
}

.__sub-services_navigation_faq .card:hover {
    -webkit-box-shadow: 0px 9px 22px -7px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 9px 22px -7px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 9px 22px -7px rgba(0, 0, 0, 0.43);
    transition: all 1s ease-out;
}

.__sub-services_navigation_faq .card-body {
    padding-bottom: 0px !important;
}

.__sub-services_navigation_faq p {
    font-size: 24px !important;
}

/* ++++++++++++++++++++++++++++++++++++ */
/*elevator_pitch-product*/
/* ++++++++++++++++++++++++++++++++++++ */
.__elevator_pitch-product img {
    width: 100%;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px 0px;
    border: 1px solid #eee;
    border-radius: 8px;
    object-fit: cover;
    max-height: 400px;
}

/* ++++++++++++++++++++++++++++++++++++ */
/*main-benefit-action*/
/* ++++++++++++++++++++++++++++++++++++ */
.__main-benefit-action img {
    width: 50%;
    min-height: 512px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px 0px;
    border: 1px solid #eee;
    border-radius: 8px;
    object-fit: cover;
}

/* ++++++++++++++++++++++++++++++++++++ */
/*product_four-steps */
/* ++++++++++++++++++++++++++++++++++++ */
.__step-number {
    font-size: 28px;
    color: #4195B9;
    font-weight: 700;
}

.__point {
    color: #66A367 !important;
}

.__steps-body {
    padding: 40px;
}

.__steps-body a {
    color: #EF2637;
}

.__steps-body a:hover {
    color: #BF1E2C;
}

.__product_steps {
    padding-right: 10px !important
}

.__product_steps .slick-slide {
    padding-bottom: 15px;
}

.__product_steps .slick-list {
    padding: 0 20px !important;
    margin: 0 -20px !important;
}

.__product_steps .slick-list:before,
.__product_steps .slick-list:after {
    content: '';
    position: absolute;
    width: 25px;
    z-index: 1;
    height: 100%;
    top: 0;
}

.__product_steps .slick-list:before {
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
}

.__product_steps .slick-list:after {
    right: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
}


.__product_steps .slick-slide:nth-child(n+2)::before {
    content: "";
    position: absolute;
    top: calc(50%);
    background: url(img/Desktop-Stepper-3dots.svg) no-repeat 0 0;
    height: 35px;
    width: 35px;
    margin-left: -6px;
}

.__product_steps .slick-slide>div {
    margin-left: 8px;
    margin-right: 8px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .1);
}

.steps__content ul li,
.steps__content ol li {
    color: #717176;
    font-size: 16px;
    font-weight: 300;
}

.__product_steps .slick-disabled {
    display: block !important;
    opacity: 0;
    pointer-events: none;
    cursor: default;
}

.__product_steps .slick-next,
.__product_steps .slick-prev {
    transition: all .2s;
}

.__product_steps .slick-next::before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f054" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.__product_steps .slick-prev::before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f053" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.second-arrow {
    top: 100px !important;
}

.__steps-header {
    padding-bottom: 24px;
}

.__product_steps .slick-prev::before,
.__product_steps .slick-next::before {
    color: #fff !important;
    opacity: 1 !important;
}

.__product_steps .slick-next,
.__product_steps .slick-prev {
    background-color: #ef2637 !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    z-index: 1;
    color: #fff !important;
}

.slick-dots {
    position: relative !important;
    bottom: 5px !important;
    display: inline-block !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    text-align: center !important;
}

.__product_steps_btn_container {
    text-align: center;
    margin-top: 0;
}

.__product_steps_btn {
    cursor: pointer;
}

.slick-dots li {
    margin: 0 2px !important
}

.slick-dots li.slick-active button::before {
    color: #ef2637 !important;
    font-weight: 900 !important;
}

.slick-dots li button:before {
    font-size: 8px !important;
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f111" !important;
    font-weight: 300 !important;
}

.__product_steps_btn_container i {
    color: #ef2637 !important;
}

/* ++++++++++++++++++++++++++++++++++++ */
/*product_pricing_three-column */
/* ++++++++++++++++++++++++++++++++++++ */
.__first-price {
    padding: 40px;
    background-color: #ECF4F8;
    border-radius: 8px
}

.__second-price,
.__focus-price-col {
    padding: 25px;
    margin-top: -20px;
    border-top: 4px solid #FFC222;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}

.__third-price,
.__normal-price-col {
    padding: 25px;
    background-color: #ECF4F8;
    border-radius: 8px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;

}

.__focus-price-col,
.__normal-price-col {
    display: flex;
    flex-flow: column;
    justify-content: normal;
    width: 100%;
}

.__product_pricing_three-column .__label {
    padding: 24px 0 8px;
}

.__product_pricing_three-column h4 {
    padding-bottom: 35px
}

/* ++++++++++++++++++++++++++++++++++++ */
/*product_faqs */
/* ++++++++++++++++++++++++++++++++++++ */
.__faq-title {
    margin-bottom: 15px;
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    background-color: #fff !important;
    padding: 24px 28px !important;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.__headingfaq p {
    margin: 0 !important
}

.__headingfaq p>a {
    display: block;
    cursor: pointer;
    color: #717176 !important;
    text-decoration: none;
}

.__headingfaq h3 {
    font-size: 1.17em !important;
    color: #5A5A5F !important;
    margin: 0px 25px 0 0;
    padding: 3px;
    width: 90%;
}

.__closed[aria-expanded="false"]::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-weight: 400;
    color: rgb(239, 38, 55);
    position: absolute;
    right: 24px;
    font-size: 24px;
}

.__closed[aria-expanded="true"]::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f106";
    font-weight: 400;
    color: rgb(239, 38, 55);
    position: absolute;
    right: 24px;
    font-size: 24px;
}

.__closed:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    background-color: transparent;
    opacity: 0;
    height: 70px;
}

.__faq-body {
    padding: 10px 0px 0px !important;
    margin-top: 20px;
    border-top: 1px solid #eee;
}

/* ++++++++++++++++++++++++++++++++++++ */
/*product_related-services */
/* ++++++++++++++++++++++++++++++++++++ */
.__product_related-services .card {
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 60px 20px 40px;
    text-align: center;
    border-radius: 8px;
    border: none !important;
}

.__related-services .card {
    min-height: 200px
}

.__product_related-services .card:hover {
    -webkit-box-shadow: 0px 9px 22px -7px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 9px 22px -7px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 9px 22px -7px rgba(0, 0, 0, 0.43);
    transition: all 1s ease-out;
}

.__product_related-services .round {
    /*margin-top: 15px;*/
    position: absolute;
    bottom: 40px;
    left: 45%;
}

.__product_related-services .__red-cta-arrow {
    display: block;
    width: 100%
}

.__product_related-services>div {
    position: relative;
    min-height: 310px;
}

.__product_related-services>div::after {
    content: '';
    width: 100%;
    background: #4195B9;
    height: 250px;
    position: absolute;
    bottom: -25px;
    z-index: -1;
}

.__product_related-services {
    padding-bottom: 0px !important;
}

/* ++++++++++++++++++++++++++++++++++++ */
/* 3 images block */
/* ++++++++++++++++++++++++++++++++++++ */


.__img-mansori picture:nth-last-child(1) {
    position: absolute;
    width: 334px !important;
    height: 220px;
    top: 160px;
    left: 0;
    object-fit: cover;
}

.__img-mansori picture:nth-last-child(2) {
    width: 230px !important;
    height: 350px;
    top: 90px;
    left: 335px;
    object-fit: cover;
    position: absolute;
}

.__img-mansori picture:nth-last-child(3) {
    position: absolute;
    width: 334px !important;
    height: 260px;
    top: 10px;
    left: 193px;
    object-fit: cover;
}



/* ++++++++++++++++++++++++++++++++++++ */
/* Top tasks */
/* ++++++++++++++++++++++++++++++++++++ */
.curve__header {
    z-index: -1;
}

.top-task-main-container {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.top-task-nav-container {
    border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
}

.top-task-nav {
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.top-task-nav.active {
    cursor: default;
    -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, .1));
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, .1));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    z-index: 2;
}

.top-task-nav.active::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    border-radius: 4px 4px 0 0;
    height: calc(100% + 2px);
    width: 100%;
}

.top-task-nav.active::after {
    content: "";
    position: absolute;
    left: calc(50% - 14px);
    bottom: -11px;
    background: #fff;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
}

.top-task-container {
    display: block;
    position: relative;
}

.top-task-container.active::before,
.top-task-container::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: transparent;
    border-top: 3px solid #EF2637;
    display: block;
    height: 100%;
    width: 0%;
    transition: all .2s linear;
}

.top-task-nav.active .top-task-container::before,
.top-task-container:hover::before {
    width: 100%;
}

.top-task-nav:first-child .top-task-container::before {
    border-radius: 4px 0 0 0;
}

.top-task-nav:last-child .top-task-container::before {
    border-radius: 0 4px 0 0;
}

.top-task-container::after {
    content: "";
    position: absolute;
    right: -2px;
    top: 0px;
    border-right: 2px dashed rgba(0, 0, 0, 0.1);
    display: block;
    height: calc(100% - 2px);
    width: 100%;
    z-index: 1;
}

.top-task-nav:last-child .top-task-container::after {
    border: none;
}

.top-task-nav.active .top-task-container::after {
    border: none;
}

.top-task {
    color: #5A5A5F;
    display: inline-block;
    padding: 38px 0 38px 45px;
    position: relative;
}

.top-task-track::before {
    content: "";
    position: absolute;
    left: 0px;
    top: calc(50% - 17px);
    background: url(../images/toptask/target.svg) no-repeat 0 0;
    height: 35px;
    width: 35px;
}

.top-task-pos::before {
    content: "";
    position: absolute;
    left: 10px;
    top: calc(50% - 17px);
    background: url(../images/toptask/pin.svg) no-repeat 0 0;
    height: 35px;
    width: 23px;
}

.top-task-calculator::before {
    content: "";
    position: absolute;
    left: 0px;
    top: calc(50% - 17px);
    background: url(../images/toptask/money.svg) no-repeat 0 0;
    height: 35px;
    width: 35px;
}

.top-task-shm::before {
    content: "";
    position: absolute;
    left: 0px;
    top: calc(50% - 17px);
    background: url(../images/toptask/parcel.svg) no-repeat 0 0;
    height: 35px;
    width: 33px;
}

.top-task-cta-container {
    padding: 0 50px 40px;
    position: relative;
    width: 100%;
}

.top-task-cta-container .form-group label {
    color: #5A5A5F;
}

.top-task-cta-container .form-control {
    height: calc(1.5em + .75rem + 12px);
}

.top-task-cta-container .red__cta__arrow {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin-left: 40px;
}

.top-task-cta,
.tip-cta {
    height: 0px;
    top: 0px;
    opacity: 0;
    /*overflow: hidden;*/
    transition: top .2s linear, opacity .2s linear;
}

.top-task-cta.active,
.tip-cta.active {
    height: auto;
    top: 20px;
    opacity: 1;
}

.top-task-mobile {
    cursor: pointer;
    display: block;
    font-weight: 500;
    padding: 18px 0;
    position: relative;
}

.top-task-mobile::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0px;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
    width: calc(100% + 30px);
}

.top-task-nav-mobile:first-child .top-task-mobile::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0px;
    border: none;
    width: calc(100% + 30px);
}

.top-task-mobile::after {
    content: "";
    position: absolute;
    right: 0px;
    top: calc(50% - 10px);
    /* background-color: #EF2637; */
    -webkit-mask-image: url(img/arrow-ico.svg);
    mask-image: url(img/arrow-ico.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 20px;
    width: 13px;
    transform: rotate(90deg);
}

.top-task-nav-mobile.active {
    color: #EF2637;
}

.top-task-nav-mobile.active .top-task-mobile::before {
    border: none;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.top-task-nav-mobile.active .top-task-mobile::after {
    transform: rotate(-90deg);
}

.btn-top-task {
    background: #EF2637;
    border-radius: 4px;
    color: #fff;
    height: calc(1.5em + .75rem + 12px);
    margin: 0;
    width: auto;
    position: absolute;
    top: 31px;
    padding-top: 12px;
}

.btn-top-task .next {
    background-color: #fff;
    height: 24px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 10px;
    top: 14px;
    color: #fff;
}

.small-gutter>[class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
}

.small-gutter>[class*="col-"]:first-child {
    padding-left: 15px;
}

.small-gutter>[class*="col-"]:last-child {
    padding-right: 15px;
}

.__top-tasks-btn {
    height: 48px;
    width: 100%;
    padding: 10px 0 0;
    color: rgb(255, 255, 255);
    background: rgb(239, 38, 55);
    border-radius: 4px;
}

.__top-tasks_full-block input {
    font-size: 14px;
}

.__help {
    font-size: 14px !important;
    display: inline !important;
}

/* ++++++++++++++++++++++++++++++++++++ */
/* Top tasks - calculator letters */
/* ++++++++++++++++++++++++++++++++++++ */
.__top-tasks_letters-calculator {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 42px 42px 0;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}

.custom-select {
    background: none;
}

.__select::after {
    padding-top: 12px;
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    font-weight: 400;
    color: rgb(239, 38, 55);
    position: absolute;
    right: 24px;
    top: 30px;
}

.__select-custom {
    border: 1px solid #eee;
    width: 100%;
    text-align: left;
    height: calc(1.5em + 0.75rem + 12px);
    padding: 0.650rem 1.75rem .375rem .75rem;
    color: #495057;
    font-size: 14px;
}

.__select-custom:hover {
    border: 1px solid #eee;
    width: 100%;
    text-align: left;
    height: calc(1.5em + 0.75rem + 12px);
    padding: 0.650rem 1.75rem .375rem .75rem;
    color: #495057 !important;
    font-size: 14px;
}

.__select-custom::after {
    padding-top: 2px;
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    font-weight: 400;
    color: rgb(239, 38, 55);
    position: absolute;
    right: 24px
}

.dropdown-menu.show {
    width: 100%;
    font-size: 14px;
}

/* ++++++++++++++++++++++++++++++++++++ */
/* product advantage presentation */
/* ++++++++++++++++++++++++++++++++++++ */
.__product_advantage-presentation .__btn-red {
    margin-bottom: 5px;
}

.__img-mansori {
    position: relative;
    min-height: 450px;
}

.__img-1 {
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.75);
    position: absolute;
    width: 140px !important;
    height: 160px;
    top: 0;
    left: 194px;
    object-fit: cover;
}

.__img-2 {
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.75);
    position: absolute;
    width: 334px !important;
    height: 220px;
    top: 180px;
    left: 0;
    object-fit: cover;
}

.__img-3 {
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.75);
    position: absolute;
    width: 230px !important;
    height: 350px;
    top: 90px;
    left: 344px;
    object-fit: cover;
}

/* ++++++++++++++++++++++++++++++++++++ */
/*product_col-photos-descriptions */
/* ++++++++++++++++++++++++++++++++++++ */
.__product_col-photos-descriptions .slick-slide {
    margin-right: 15px
}

.__col-descriptions {
    border-radius: 8px;
    padding: 250px 28px 40px !important;
    position: relative
}

.__col-descriptions-photo {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 100%;
}

.__col-descriptions-photo img {
    width: 100%;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
    max-height: 220px;
}
.__product_col-photos-descriptions .__col-descriptions-photo img {
    width: 100%;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
    max-height: 100%;
}
.__product_col-photos-descriptions .steps__content {
    padding-top:40px;
 }

.__card-col {
    /*padding: 0 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  border-radius: 8px;
  width: 99% !important;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);*/
}

.__product_col-photos-descriptions .slick-prev::before,
.__product_col-photos-descriptions .slick-next::before {
    color: red !important;
}

.__product_col-photos-descriptions .slick-next,
.__product_col-photos-descriptions .slick-prev {
    display: none !important;
}

.__product_col-photos-descriptions_btn_container {
    text-align: center;
    margin-top: 15px;
}

.__product_col-photos-descriptions_btn {
    cursor: pointer;
}

.__product_col-photos-descriptions_btn_container i {
    color: #ef2637 !important;
}

.__disable {
    cursor: default;
    opacity: .3;
}

.__disable i {
    color: #666 !important;
}

.__product_col-photos-descriptions .__card-col {
    min-height: 460px;
}

/* ++++++++++++++++++++++++++++++++++++ */
/*product_testimonials */
/* ++++++++++++++++++++++++++++++++++++ */
.__product_testimonials .slick-prev::before,
.__product_testimonials .slick-next::before {
    color: red !important;
}

.__product_testimonials .slick-next,
.__product_testimonials .slick-prev {
    display: none !important;
}

.__product_testimonials_btn_container {
    text-align: center;
    margin-top: 15px;
}

.__product_testimonials_btn {
    cursor: pointer;
}

.__product_testimonials_btn_container i {
    color: #ef2637 !important;
}

.__card-testi {
    padding: 50px 0 10px 25px;
    position: relative;
}

div.slick-slide:nth-of-type(even)>div>div.__card-testi {
    padding: 25px 0 0 25px;
    position: relative;
}

div.slick-slide:nth-of-type(even)>div>div.__card-testi>div.__testi-img img {
    top: 0px;
}

div.slick-slide:nth-of-type(even)>div>div.__card-testi>div.__testi-content::after {
    top: 60px;
}

div.slick-slide:nth-child(1)>div>div.__card-testi>div.__testi-content::after,
div.slick-slide:nth-child(4)>div>div.__card-testi>div.__testi-content::after {
    background-color: #4195B9;
}

div.slick-slide:nth-child(2)>div>div.__card-testi>div.__testi-content::after,
div.slick-slide:nth-child(5)>div>div.__card-testi>div.__testi-content::after {
    background-color: #FFC222;
}

div.slick-slide:nth-child(3)>div>div.__card-testi>div.__testi-content::after,
div.slick-slide:nth-child(6)>div>div.__card-testi>div.__testi-content::after {
    background-color: #66A367;
}

.__testi-content {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 268px 20px 20px;
    width: 85% !important;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}

.__testi-content p.__bold-label {
    margin-bottom: 0px !important;
    font-weight: 500 !important;
}

.__testi-content::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f10d";
    font-weight: 900;
    color: #fff;
    position: absolute;
    right: 36px;
    font-size: 24px;
    top: 80px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding-left: 19px;
    padding-top: 11px;
}

.__testi-img img {
    object-fit: cover;
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 8px;
    top: 25px;
    left: 0px;
}

/* ++++++++++++++++++++++++++++++++++++ */
/*product_tips-accordion */
/* ++++++++++++++++++++++++++++++++++++ */
.__tips-accordion-nav-container {
    border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
}

.__tips-accordion-nav {
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    text-align: center;
    border-right: 2px dashed #eee;
    border-bottom: 2px dashed #eee;
}

.__tips-accordion-nav.active {
    cursor: default;
    -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, .1));
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, .1));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
    z-index: 2;
    border-left: 4px solid #ef2637;
}

.__tips-accordion-nav.active::before {
    content: "";
    position: absolute;
    left: 0px;
    top: -2px;
    background: #fff;
    border-radius: 4px 4px 0 0;
    height: calc(102% + 2px);
    width: calc(100% + 2px);
    z-index: -1;
}

.__tips-accordion-nav.active::after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 40%;
    background: #fff;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
}

.__tips-accordion-nav.active .__tips-accordion-container::before,
.__tips-accordion-container:hover::before {
    width: 100%;
}

.__tips-accordion-nav:first-child .__tips-accordion-container::before {
    border-radius: 4px 0 0 0;
}

.__tips-accordion-nav:last-child .__tips-accordion-container::before {
    border-radius: 0 4px 0 0;
}

.__tips-accordion-nav:last-child .__tips-accordion-container::after {
    border: none;
}

.__tips-accordion-nav.active .__tips-accordion-container::after {
    border: none;
}

.__tips-accordion-nav-mobile:first-child .__tips-accordion-mobile::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0px;
    border: none;
    width: calc(100% + 30px);
}

.__tips-accordion-nav-mobile.active {
    color: #EF2637;
}

.__tips-accordion-nav-mobile.active .__tips-accordion-mobile::before {
    border: none;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.__tips-accordion-nav-mobile.active .__tips-accordion-mobile::after {
    transform: rotate(-90deg);
}

.__tips-accordion-main-container {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.__tips-mobile {
    cursor: pointer;
    display: block;
    font-weight: 500;
    padding: 18px 0;
    position: relative;
}

.__tips-mobile::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0px;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
    width: calc(100% + 30px);
}

.__tips-accordion-nav-mobile:first-child .__tips-accordion-nav-mobile::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0px;
    border: none;
    width: calc(100% + 30px);
}

.__tips-mobile::after {
    content: "";
    position: absolute;
    right: 0px;
    top: calc(50% - 10px);
    background-color: #EF2637;
    -webkit-mask-image: url(img/arrow-ico.svg);
    mask-image: url(img/arrow-ico.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 20px;
    width: 13px;
    transform: rotate(90deg);
}

.__tips-accordion-nav-mobile.active {
    color: #EF2637;
}

.__tips-accordion-nav-mobile.active .__tips-mobile::before {
    border: none;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.__tips-accordion-nav-mobile.active .__tips-mobile::after {
    transform: rotate(-90deg);
}

.__tip-cta {
    height: 0px;
    top: 0px;
    opacity: 0;
    /*overflow: hidden;*/
    transition: top .2s linear, opacity .2s linear;
}

.__tip-cta.active {
    height: auto;
    top: 20px;
    opacity: 1;
}

.active .__tip-title {
    color: #ef2736;
}

.__tip-title {
    display: block;
    padding: 36px 0;
    color: #5A5A5F;
}

.__tip-title::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    font-weight: 400;
    color: rgb(239, 38, 55);
    position: absolute;
    padding-left: 10px;
}

.__tips-accordion-container>div.row:last-child>.__tips-accordion-nav {
    border-bottom: none !important;
}

.__tips-accordion-cta-container {
    padding: 73px 0 73px 75px;
}

.__img-tips {
    height: 344px;
    width: 273px;
    border-radius: 8px;
    position: absolute;
    top: -40%;
    right: -100%;
}

/* ++++++++++++++++++++++++++++++++++++ */
/* product reason why */
/* ++++++++++++++++++++++++++++++++++++ */
.__product_reason-why .card-body {
    padding: 30px;
}

.__product_reason-why svg {
    width: 56px;
    height: 56px;
}

.__product_reason-why svg>image {
    width: 100%;
    height: 100%;
}


.__product_reason-why h4 {
    margin-top: 25px;
}

/* ++++++++++++++++++++++++++++++++++++ */
/* header_commercial_page */
/* ++++++++++++++++++++++++++++++++++++ */
.__header_commercial_page, .__header_product_page {
    position: relative;
    /*height: 637px;*/
    padding: 0px !important;
    overflow: hidden;
}

.__p-header-content {
    font-size: 16px;
    font-weight: 300;
    color: #fff !important;
}

.__header-img {
    /*position: absolute;*/
    width: 100%;
}

.__header-img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 30%, rgba(255, 255, 255, 0) 100%); */
    /*    border-bottom-left-radius: 55% 15%;
    border-bottom-right-radius: 65% 40%;*/
    /* border-bottom-left-radius: 35% 35%;
    border-bottom-right-radius: 85% 50%; */
    width: 110%;
    margin-left: -100px;
}

.__header-img img {
    object-fit: cover;
    width: 100%;
    max-height: 450px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    /*    border-bottom-left-radius: 55% 15%;
    border-bottom-right-radius: 65% 40%;
    border-bottom-left-radius: 35% 35%;
    border-bottom-right-radius: 85% 50%;*/
    width: 110%;
    margin-left: -100px;
    /* object-position: 0 0; */
}

.__header-content {}

.__header-title h1 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 35px !important
}

.__header-sub-title h2 {
    font-size: 24px !important;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
    /*width: 60%*/
}

.__header-txt {
    position: absolute;
    top: 25px;
    left: 144px;
    padding-right: 50%;
}

.__header-social-proof {
    position: absolute;
    top: 275px;
    right: 210px;
    display: block;
    padding: 15px 20px 15px 45px;
    background: #000;
    opacity: 0.8;
    border-radius: 8px;
    max-width: 400px;
    line-height: 17px;
}

p.__social-proof-txt {
    color: #fff !important;
    z-index: 2;
    font-size: 12px !important;
    font-weight: 300;
    margin-bottom: 0px !important;
}

.__header-social-proof::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f129";
    font-weight: 900;
    color: #fff;
    position: absolute;
    left: -12px;
    font-size: 10px;
    top: 32%;
    background: #4195B9;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 5px 0 0 11px
}

.__header_cta-box {
    position: relative;
    top: -35px;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    display: block;
    background: #fff;
    border-radius: 8px;
}

.__header_cta-box .d-flex {
    padding: 30px;
}

.__header_cta-box .__btn-red {
    margin: 0 15px 10px 0;
    float: left;
}

.__header_cta-box p {
    padding: 9px 0 0;
    margin-bottom: 0;
    color: #5a5a5f;
    font-size: 14px;
}

.__first-cta {
    padding-left: 15px !important
}

.__second-cta {
    text-align: right;
}

.__first-cta a,
.__second-cta a {
    padding: 7px 25px;
}

.__label-cta {
    font-size: 14px !important;
    padding-top: 7px
}

.__header_commercial_page .__checklist, .__header_product_page .__checklist{
    padding-top: 21px !important;
}

.__header_commercial_page .__checklist li, .__header_product_page .__checklist li {
    color: #fff;
    display: flex;
    padding-left: 30px;
    margin: 0 0 9px 0;
}

.__header_commercial_page .__checklist li::before, .__header_product_page .__checklist li::before {
    font-family: "Font Awesome 5 Pro";

    content: "\f058";
    font-weight: 300;
    color: #FFF;
    position: absolute;
    left: 0px;
}

.__header_commercial_page .row, .__header_product_page .row {
    margin-right: 0px;
}

.__header_commercial_page .row .col-12, .__header_product_page .row .col-12 {
    padding-right: 0;
}

/* ++++++++++++++++++++++++++++++++++++ */
/*product_banner-full-background*/
/* ++++++++++++++++++++++++++++++++++++ */
.__product_banner-full-background {
    background: #4195B9 url("img/Curve-banner.svg") 0px -50px no-repeat;
    background-size: 100%;
    border-radius: 8px;
    padding-bottom: 0px !important;
    /*margin-top: 130px;*/
}

.__product_banner-full-background-img img {
    position: absolute;
    width: 350px;
    max-height: 650px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    bottom: 0;
    left: 25%;
}

.__product_banner-full-background p {
    color: #fff;
}

.__full-banner_left {
    position: relative;
    min-height: 400px;
}

.__full-banner_right {
    padding: 45px 30px 30px 0;
}

.__bpost-white:after {
    background-color: #FFF !important;
}

/* ++++++++++++++++++++++++++++++++++++ */
/*product_partners-list*/
/* ++++++++++++++++++++++++++++++++++++ */
.__product_partners-list {}

.__product_partners-list h4 {
    padding-bottom: 45px;
}

.__product_partners-list .__partner {
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    margin: 0 15px;
    padding: 20px 0 0;
}

.__product_partners-list img {
    width: 50px;
    height: 40px;
    object-fit: cover;
}

/* ++++++++++++++++++++++++++++++++++++ */
/*product_pricing_table_list*/
/* ++++++++++++++++++++++++++++++++++++ */
.__product_tabs {}

.__product_tabs ul li a.nav-link {
    color: #5A5A5F !important;
    padding: 0.5rem 3rem;
}

.__product_tabs ul li a.nav-link:hover {
    border-color: #fff #fff #ef2637 !important;
    border-bottom: 2px solid #ef2637 !important;
}

.__product_tabs ul li a.nav-link.active {
    border-color: #fff #fff #ef2637 !important;
    border-bottom: 2px solid #ef2637 !important;
    font-weight: bold;
}

.__product_tabs nav a {
    color: #5A5A5F !important;
    padding: 0.5rem 3rem;
}

.__product_tabs nav a:hover {
    border-color: #fff #fff #ef2637 !important;
    border-bottom: 2px solid #ef2637 !important;
}

.__product_tabs nav a.active {
    border-color: #fff #fff #ef2637 !important;
    border-bottom: 2px solid #ef2637 !important;
    font-weight: bold;
}

/* ++++++++++++++++++++++++++++++++++++ */
/*product_pricing_tabs_card*/
/* ++++++++++++++++++++++++++++++++++++ */
.__product_pricing_tabs_card {}
.__product_pricing_tabs_card .__checklist {
    margin-bottom: auto !important;
    position: relative;
    flex: 0 1 auto;
}
.__product_pricing_tabs_card .__checklist::before {
    left: 0px;
}
.__product_pricing_tabs_card .row>[class*='col-'] {
    display: flex;
}
/* .__product_pricing_tabs_card p.__body-bold.__bpost-blue {
    margin-top: auto;
} */
.__product_pricing_tabs_card p.surtitle{
  font-size: 16px;
  color: #5A5A5F;
  font-weight: 500;
  margin: 0px;
  line-height: 30px;
}
.__product_pricing_tabs_card h4{
  overflow:hidden;
  height: 90px;
  line-height: 30px;
}
.__product_pricing_tabs_card p.__label{
  margin-top: 35px;
  font-weight: 400 !important;
}
.__product_pricing_tabs_card .product-price-cta{
  background: inherit;
  border-color: #EF2637;
  color: #EF2637;
  padding: 12px 24px;
  font-weight: 500;
  line-height: 24px;
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  word-wrap: break-word;
}
.__product_pricing_tabs_card p.extra-info{
  color: #717176;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
/* ++++++++++++++++++++++++++++++++++++ */
/*product_reminder_main_cta*/
/* ++++++++++++++++++++++++++++++++++++ */
.__product_reminder_main_cta {}

/* ++++++++++++++++++++++++++++++++++++ */
/*header_crossroad_page*/
/* ++++++++++++++++++++++++++++++++++++ */
.__header_crossroad_page {
    padding: 0px !important;
    overflow: hidden;
}

.__header_crossroad_page-img {
    background: #66A367 url(img/Curve-banner.svg) 0px -50px no-repeat;
    background-size: 100%;
    object-fit: cover;
    /*width: 100%;*/
    width: 110%;
    height: 400px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    /*    border-bottom-left-radius: 55% 15%;
    border-bottom-right-radius: 65% 40%;*/
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 35% 35%;
    border-bottom-right-radius: 85% 50%;
    margin-left: -100px;
}

/* .__header_crossroad_page-img::after{
    content: "";
    position: absolute;

    left: 0%;
    width: 100%;
    height: 100%;

    background-image: url(img/Curve-banner.svg);
    background-repeat: no-repeat;

    background-size: cover;

} */
.__header_crossroad_page h1 {
    font-size: 66px;
    color: #fff;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 35px !important;
    width: 80%;
    margin: 0 auto;
}

.__header_crossroad_page h2 {
    font-size: 24px !important;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
    width: 100%;
}

.__content-crossroad svg {
    width: 56px;
    height: 56px;

}

.__content-crossroad svg>image {
    width: 100%;
    height: 100%;
}

.__content-crossroad .card-body {
    text-align: center;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    border: none;
}

.__crossroad-block .card-body p {
    font-weight: 500 !important;
    margin: 15px 0;
    font-size: 18px;
}

.__crossroad-block {
    top: -75px;
}


.__content-crossroad .card {
    height: 100%;
    border-radius: .35rem;
    border: none;
}

/* ++++++++++++++++++++++++++++++++++++ */
/*bloc_text*/
/* ++++++++++++++++++++++++++++++++++++ */
.__bloc_text a {
    margin-top: 25px;
}

.__bloc_text p {
    margin: 0 0 20px 0;
}


.__bloc_text .__btn-red {
    display: block;
    width: fit-content;
}

/*.__bloc_text li::before{left: 15px;}*/

/* ++++++++++++++++++++++++++++++++++++ */
/*header_blue_service-related*/
/* ++++++++++++++++++++++++++++++++++++ */
.__header_blue_service-related {
    padding: 0px !important;
    overflow: hidden;
}

.__header_blue_page-img {
    background: #4195B9 url("img/Curve-banner.svg") 0px -50px no-repeat;
    /*transform: rotateY(180deg);*/
    background-size: 100%;
    object-fit: cover;
    width: 110%;
    height: 400px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 35% 35%;
    border-bottom-right-radius: 85% 50%;
    margin-left: -100px;
}

.__header_blue_service-related h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    line-height: 65px;
    width: 80% !important;
    margin: 20px auto;
}

.__header_blue_service-related h2 {
    font-size: 24px !important;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
    width: 100%
}




/*static faq component*/
.__product_faqs .card-body ul li {
    font-size: 16px;
    font-weight: 300;
    color: #717176;
}
.__product_faqs .card-body .faq-button {
  justify-content: center;
  align-items: center;
  padding: 0px;
  background: #EF2637;
  border: 1px solid #EF2637;
  margin: 20px 0px 20px 0px;
  border-radius: 4px;
  font-family: "Ubuntu";
  font-weight: 500;
  width: fit-content;
  display: table;
  padding: 11px 23px;
}
.__product_faqs .card-body .faq-button a{
    font-size: 18px;
    color: #FFFFFF !important;
    text-decoration: none;
    line-height: 24px;
}
.__product_faqs .card-body .faq-button a::after {
    content: "";
    margin: 0px;
}
.__product_faqs .card-body {
  cursor: default; 
}
.__product_faqs .card-body .faq-button a:hover {
  color: #FFFFFF !important;
}
.__product_faqs .card-body a {
    color: #EF2637 !important;
}
.__product_faqs .card-body a:hover {
    color: #BF1E2C !important;
}
.__product_faqs .card-body a {
    color: #ef2637 !important;
    font-size: 16px;
    font-weight: 500;
}
.__product_faqs .card-body a::after {
    font-family: "Font Awesome 5 Pro";
    content: "\F054";
    font-weight: 400;
    color: #ef2637;
    position: relative;
    margin-left: 10px;
    top: 1px;
}


/* ++++++++++++++++++++++++++++++++++++ */
/*box-eshop*/
/* ++++++++++++++++++++++++++++++++++++ */

.box-eshop {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin: 0 0 30px;
    color: #5A5A5F;
}

.box-eshop h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 1;
}

.box-eshop_tooltip {
    background: #EF2637;
    width: 18px;
    height: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    padding-top: 3px;
    text-align: center;
    font-size: 11px;
    vertical-align: middle;
}

.box-eshop_tooltip:before {
    content: '?';
}

.box-eshop_row {
    display: flex;
}

.box-eshop_content {
    display: flex;
    flex: 1;
}

.box-eshop_img {
    border-right: 1px solid #E9E9E9;
    padding-right: 30px;
    margin-right: 30px;
}

.box-eshop_img img {
    width: 185px;
    display: block;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.box-eshop_desc {
    font-size: 16px;
}

.box-eshop_desc p {
    font-size: inherit;
    margin: 0 0 20px;
}

.box-eshop_desc p:last-child {
    margin-bottom: 0;
}

.box-eshop_price {
    font-size: 14px;
    text-align: right;
    margin: 0 0 10px;
}

.box-eshop_price strong {
    color: #4195B9;
    font-weight: 500;
    font-size: 24px;
}

.box-eshop_cta .__btn-red {
    margin: 0;
}

/* ++++++++++++++++++++++++++++++++++++ */
/*where-block*/
/* ++++++++++++++++++++++++++++++++++++ */

.where-block {
    display: flex;
    margin: 30px 0 40px;
}

.where-block p {
    margin-bottom: 20px;
}

.where-block h4+p {
    margin-top: -30px;
    margin-bottom: 35px;
}

.where-block h4 {
    margin-bottom: 35px;
}

.where-block h5 {
    font-size: 18px;
}

.where-block a.__red-cta-arrow:after {
    left: 4px;
    top: 1px;
}

.where-block_item {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 30px 30px;
    margin: auto 0;
    color: #5A5A5F;
    flex-grow: 1;
    flex-basis: 0;
    position: relative;
}

.where-block_item:first-child {
    margin-right: 10px;
}

.where-block_item:last-child {
    margin-left: 10px;
}

.where-block_list-item {
    display: flex;
    margin: 10px 0 0;
}

.where-block_list-item_icon {
    padding: 0 35px 0 0;
}

.where-block_list-item_icon img {
    width: 48px;
}

.where-block_or {
    position: absolute;
    top: 50%;
    right: -34px;
    width: 48px;
    height: 48px;
    background: #4195b9;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    z-index: 1;
    margin-top: -24px;
}

.where-block-cta {
    text-align: center;
    margin: 0 0 40px;
}


/* ++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++ */
/* media queries for mobile and tablets */
/* ++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++ */
@media only screen and (min-width : 1400px) {
    .container {
        max-width: 1186px;
    }

    .__header-txt {
        left: calc((100vw - 1124px) / 2);
        right: calc((100vw - 1124px) / 2);
        padding-right: 33.333%;
    }
}

@media screen and (max-width: 1200px) {
    /*global*/

    .__sub-services_navigation_ico div.__red-cta-arrow::after {
        left: 6px;
    }

    .__product_related-services .round {
        top: auto;
        bottom: 10px;
    }


    /*visual editor output*/
    .ve--column,
    .content>.container-fluid {}

    h3.ve--heading {}

    h3.ve--heading>a {}

    .ve--image {
        width: 80%;
        margin-left: 10% !important
    }

    /*visual editor output*/



    .dynamic-component h2 {
        font-size: 24px !important;
        font-weight: 500 !important
    }

    .dynamic-component h4 {
        font-size: 18px !important;
        font-weight: 500 !important
    }

    .dynamic-component h5 {
        font-size: 18px !important;
        font-weight: 500 !important
    }


    .__sub-services_navigation_faq a.__red-cta-arrow::after {
        padding: 0 0 0 2px !important;
    }


    .__sub-services_navigation_faq .__text-p-bold {
        font-size: 16px;
    }


    .round a.__red-cta-arrow::after {
        padding: 0 0 0 4px;
    }

    .__main-benefit-action img {
        width: 70%
    }

    .__usp {
        position: absolute;
        bottom: 2%;
        left: 20%;
    }

    .__right {
        padding: 20px 0 0 15px;
    }

    .__sub-services_navigation_ico .card-body,
    .__sub-services_navigation_faq .card-body,
    .__product_faqs .card-body {
        padding: 5px;
    }

    .display-2.__center:after {
        margin: 0px auto 40px !important;
    }

    .card.__second-solution.__topsecond {
        top: 0;
    }

    .card.__third-solution.__topthird {
        top: 0;
    }

    .__sub-services_navigation_ico .card-body svg,
    .__sub-services_navigation_faq .card-body svg,
    .__header_crossroad_page .card-body svg {
        width: 36px;
        height: 36px;
        display: block;
        float: left;
        margin-right: 15px;
    }

    .__sub-services_navigation_cards .card-body svg {
        width: 38px;
        float: inherit;
    }

    .__sub-services_navigation_faq .round {
        display: block !important;
    }

    .__sub-services_navigation_faq p {
        font-size: 16px !important;
    }

    .round {
        float: right;
        top: 6px;
    }

    .__round-white {
        float: right;
    }

    .round.cta__tp {
        position: absolute;
        top: 31px;
    }

    .display-4 {
        margin: 9px 0 0px !important;
        line-height: 24px;
        display: block;
        font-variant: proportional-nums;
        position: relative;
        float: left;
    }

    .__sub-services_navigation_ico .card {
        padding: 15px 10px 15px 10px;
        text-align: left;
        min-height: auto;
    }

    .__sub-services_navigation_faq .card {
        padding: 8px 10px 12px 10px;
    }

    .card.__first-solution {
        width: 90%;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: .45rem;
    }

    .card.__second-solution {
        width: 90%;
        left: 5%;
    }

    .card.__third-solution {
        width: 90%;
        left: 10%;
    }

    .__title-push {
        margin-top: 0%;
        margin-bottom: 5%;
    }

    .__sub-services_navigation_photo-cards .card {
        min-height: 100px;
        margin: 0 5px;
    }

    .__sub-services_navigation_cards .card,
    .__sub-services_navigation_ico .card,
    .__sub-services_navigation_faq .card {
        margin: 15px 0 0 0;
    }

    .__sub-services_navigation_cards p {
        float: inherit;
    }

    .jumbotron {
        padding: 2rem !important
    }

    .__second-price,
    .__focus-price-col {
        margin: 15px 0;
    }

    .__third-price,
    .__normal-price-col {
        margin-bottom: 15px;
    }

    .__product_related-services .card {
        margin-bottom: 15px;
    }

    .top-task {
        color: #5A5A5F;
        display: inline-block;
        padding: 37px 0 38px 1px;
        position: relative;
    }

    .top-task-track::before,
    .top-task-pos::before,
    .top-task-calculator::before,
    .top-task-shm::before {
        display: none;
    }
}

@media screen and (max-width: 991px) {

    .__header-txt {
        padding-right: 0;
    }

    .__p-header-content {
        color: #717176 !important;
        margin-top: 25px;
    }


    .box-eshop {
        padding: 15px;
        margin-bottom: 15px;
    }

    .box-eshop_row {
        display: block;
    }

    .box-eshop_content {
        display: block;
        margin: 0 0 15px;
    }

    .box-eshop h3 {
        font-size: 18px;
    }

    .box-eshop_desc {
        font-size: 14px;
    }

    .box-eshop_desc p {
        margin-bottom: 10px;
    }

    .box-eshop_img {
        border: 0;
        padding: 0;
        margin: 0 0 15px;
    }

    .box-eshop_price strong {
        font-size: 18px;
    }

    .box-eshop_img img {
        width: 100%;
    }

    .box-eshop_cta .__btn-red {
        display: block;
        width: 100%;
    }


    /*where-block*/
    .where-block {
        display: block;
        margin-bottom: 30px;
    }

    .where-block h4 {
        font-size: 20px;
        text-align: center;
    }

    .where-block h4+p {
        text-align: center;
    }

    .where-block h5 {
        font-size: 18px;
    }

    .where-block_item {
        padding: 30px 20px 20px;
    }

    .where-block_item:first-child,
    .where-block_item:last-child {
        margin-left: 0;
        margin-right: 0;
    }

    .where-block_item:first-child {
        margin-bottom: 20px;
    }

    .where-block_list-item_icon {
        padding: 0;
    }

    .where-block_or {
        top: auto;
        bottom: -34px;
        right: auto;
        left: 50%;
        margin: 0 0 0 -24px;
    }

    .where-block_list-item {
        display: block;
    }

    .where-block_list-item_icon img {
        display: block;
        margin: 0 auto 15px;
    }

    .where-block-cta .btn {
        display: block;
    }
}

@media screen and (max-width: 768px) {


    .__sub-services_navigation_full-photo {
        margin-top: 0px;
    }


    .__sub-services_navigation_ico .col-md-7 {
        min-height: initial;
    }

    section.ve--wrapped_row {
        padding-top: 90px;
    }

    section.ve--wrapped_row:first-of-type {
        /*margin-top: 50px;*/
        margin-top: 0px;
    }

    .__Track-Trace_Header {
        margin-top: -70px !important;
    }

    .__main-benefit-action {
        margin-bottom: -200px;
    }


    .__col-descriptions-photo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .ve--image {
        width: 90% !important;
        border-radius: 8px;
        left: -5%;
        position: relative;
    }


    .ve--rich_text {
        margin-left: 15px;
        margin-right: 15px;
    }

    .card {
        border-radius: .45rem !important;
    }


    .display-2:after {
        top: 15px !important;
        margin: 0px 0 35px 0 !important;
    }

    p {
        font-size: 14px;
    }


    .__sub-services_navigation_photo-cards .__card {
        min-height: 100px;

    }

    .__sub-services_navigation_cards .card {
        min-height: 280px;
    }

    .__sub-services_navigation_ico .card {
        border: none;
    }



    .display-2.__center:after {
        left: -1px;
    }

    .slick-slider {
        overflow: hidden !important;
    }

    /* ++++++++++++++++++++++++++++++++++++ */
    /*sub-services_navigation_photo-cards*/
    /* ++++++++++++++++++++++++++++++++++++ */
    .__card {
        position: relative;
        min-height: 120px;
        border: 1px solid #eee;
        border-radius: 8px;
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    }

    .__img-cta-card {
        display: none;
    }

    .__sub-services_navigation_photo-cards .__cta-card>h5,
    .__sub-services_navigation_photo-cards .__cta-card .__white-cta-arrow::after {
        color: #EF2637 !important;
        font-size: 16px !important;
    }

    .__sub-services_navigation_photo-cards .__cta-card .__round-white {
        border: 2px solid #ef2637 !important;
    }

    .__cta-card {
        bottom: 25%;
        left: 5%;
    }

    .__sub-services_navigation_photo-cards .d-flex {
        padding: 15px;
    }

    .__sub-services_navigation_photo-cards .d-flex div.__card:nth-child(2),
    .__sub-services_navigation_photo-cards .d-flex div.__card:nth-child(3) {
        margin-bottom: 15px;
    }

    .__sub-services_navigation_photo-cards .__round-white {
        margin-left: 20px;
    }

    .card.__first-solution {
        width: 100%;
    }

    .card.__second-solution {
        width: 100%;
        left: 0%;
    }

    .card.__third-solution {
        width: 100%;
        left: 0%;
    }

    .__reverse-trap .card.__first-solution {
        top: 0 !important
    }

    .pr-5,
    .px-5 {
        padding-right: 1rem !important;
    }

    .display-1 {
        font-size: 36px;
    }

    /************************************/
    /*sub-services_navigation_full-photo*/
    /************************************/

    .__sub-services_navigation_full-photo .__full-photo-img::after {
        height: 250px
    }

    .__sub-services_navigation_full-photo .__full-photo-txt {
        left: 5%;
        background: #fff;
        border-radius: 8px;
        top: 130px;
        color: #5a5a5f !important;
        padding: 25px;
        width: 90%;
        border: 1px solid #eee;
    }

    .__sub-services_navigation_full-photo h2,
    .__sub-services_navigation_full-photo p {
        color: #5A5A5F !important;
    }

    .__sub-services_navigation_full-photo a {
        border: 1px solid #ef2736;
        color: #ef2736;
        margin: 15px 0;
    }

    .__top-tasks_letters-calculator {
        padding: 23px 26px 0 !important;
    }

    .top-task-cta-container {
        padding: 0;
    }

    .top-task-cta.active {
        margin-bottom: 20px;
    }

    .top-task-cta label {
        display: block;
    }

    .top-task-cta-container .red__cta__arrow {
        float: right;
        line-height: 18px;
        margin: 3px 30px 0 0;
    }

    .small-gutter>[class*='col-'] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .__top-tasks-btn {
        margin-top: 0px !important;
    }

    .__img-mansori {
        min-height: 250px;
    }

    .__img-1 {
        width: 68px !important;
        height: 77px;
        left: 135px;
    }

    .__img-2 {
        width: 170px !important;
        height: 110px;
        left: 135px;
        top: 87px;
    }

    .__img-3 {
        height: 170px;
        width: 110px !important;
        left: 15px;
        top: 43px;
    }

    .__col-descriptions {
        background-size: 100%
    }

    .__product_steps .slick-next,
    .__product_steps .slick-prev,
    .__product_col-photos-descriptions .slick-next,
    .__product_col-photos-descriptions .slick-prev {
        display: none !important;
    }

    .__product_steps .slick-slide:nth-child(n+2)::before {
        display: none !important
    }


    .round {
        top: 2px;
    }

    .__related-services .round a.__red-cta-arrow::after {
        padding: 0 0 0 2px;
    }

    .__tips-accordion-cta-container {
        padding: 0px;
    }

    .__tips-content {
        padding: 0px !important
    }

    .__tip-cta.active {
        top: 0px;
        padding: 20px 0 20px 25px;
    }

    .__tips-accordion-cta-container .__tips-accordion-nav-mobile:first-child>.__tips-mobile::before {
        display: none
    }

    /* product reason why */
    .text-md-center {
        text-align: center;
        /*display: flex;*/
        align-items: center;
        justify-content: center;
    }

    .__product_reason-why h4 {
        padding: 5px 0 0px 0;
    }

    .__product_reason-why .card-body {
        padding: 25px 5px
    }

    /* ++++++++++++++++++++++++++++++++++++ */
    /* header_commercial_page */
    /* ++++++++++++++++++++++++++++++++++++ */
    .__header-txt {
        position: relative;
        left: 4%;
        top: -45px;
        width: 92%;
        border-radius: 8px;
        background: #fff;
        -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
        padding: 25px;
        -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    }

    .__header-img img {
        height: 230px;
        /* border-bottom-left-radius: 55% 25%;
        border-bottom-right-radius: 225% 60%; */
        object-position: 100% 0% !important;
        margin-left: -20px;
    }

    .__header-img::before {
        height: 230px;
        /* border-bottom-left-radius: 55% 25%;
        border-bottom-right-radius: 225% 60%; */
        margin-left: -20px;
        width: 110%;
    }

    .__header-social-proof {
        top: 101px;
        left: 7%;
        width: 89%;
    }

    .__social-proof-txt {
        line-height: 1;
        font-size: 12px !important;
    }

    .__header_cta-box p {
        margin-bottom: 20px;
        color: #5a5a5f !important;
        text-align: center;
        padding: 0 20px;
    }

    .__label-cta p {
        color: #5A5A5F;
        padding: 0;
        margin: 3px 0 35px;
        text-align: center;
    }

    .__header-title h1 {
        font-size: 14px;
        color: #5A5A5F;
        font-weight: 500;
        line-height: 32px;
        margin-bottom: 15px !important
    }

    .__header-sub-title h2 {
        font-size: 18px !important;
        color: #5A5A5F;
        font-weight: 500;
        line-height: 30px;
        width: 100%;
        margin: 0;
    }

    .display-2.__center:after {
        margin: 15px auto 35px !important;
    }

    .__header_commercial_page .__checklist, .__header_product_page .__checklist {
        padding-top: 21px !important;
    }

    .__header_commercial_page .__checklist li, .__header_product_page .__checklist li {
        font-size: 14px !important;
        color: #5A5A5F;
        display: flex;
        line-height: 22px;
        margin: 0 0px 10px 0;
        padding: 0;
    }

    .__header_commercial_page .__checklist li::before, .__header_product_page .__checklist li::before {
        font-family: "Font Awesome 5 Pro";
        ;
        content: "\f058";
        font-weight: 300;
        color: #66A367;
        position: relative;
        left: 0px;
        margin-right: 10px;
    }

    .__header_cta-box {
        /*left: 5%;*/
        width: 100%;
        top: -25px;
        background: none;
        box-shadow: none;
        position: relative;
    }

    .__first-cta {
        padding: 0 !important;

    }

    .__second-cta {
        padding: 0;
        margin-top: 15px;
    }

    .__btn-red {
        background: #EF2637;
        border-radius: 4px;
        color: #fff;
        margin: 30px 0;
        padding: 0.675rem 1.3rem;
        font-size: 18px;
        -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    }

    .__first-cta a,
    .__second-cta a {
        width: 100%;
        font-size: 18px;
        padding: 11px;
    }

    .__row-cta {
        margin: 0px !important;
        padding: 0 !important
    }

    /* ++++++++++++++++++++++++++++++++++++ */
    /*product_banner-full-background*/
    /* ++++++++++++++++++++++++++++++++++++ */
    .__product_banner-full-background {}

    .__product_banner-full-background-img img {
        position: relative;
        width: 100%;
        max-height: 650px;
        object-fit: cover;
        border-radius: 8px 8px 0 0;
        bottom: 0;
        left: 0;
        object-position: 0px 30px;
    }

    /*
        .__product_banner-full-background-img img {
        position: relative;
        width: 350px;
        max-height: 650px;
        object-fit: cover;
        border-radius: 8px 8px 0 0;
        bottom: 0;
        left: 0%;
        object-position: 0px 100px;
    }*/

    .__full-banner_right {
        padding: 45px 0 30px 30px;
    }

    /* ++++++++++++++++++++++++++++++++++++ */
    /*product_partners-list*/
    /* ++++++++++++++++++++++++++++++++++++ */
    .__product_partners-list {}

    .__product_partners-list .__partner {
        margin: 5px 5px;
    }

    /* ++++++++++++++++++++++++++++++++++++ */
    /*product_pricing_table_list*/
    /* ++++++++++++++++++++++++++++++++++++ */
    .__product_tabs ul li {
        flex: 1 1 auto;
        text-align: left;
    }

    .__product_tabs ul li.nav-item {
        font-size: 18px;
    }

    .__product_tabs ul li a.nav-link {
        padding: 0.5rem 0.5rem;
    }

    .__product_tabs nav a {
        flex: 1 1 auto;
        text-align: center;
        padding: 0.5rem 0.5rem;
    }

    /* ++++++++++++++++++++++++++++++++++++ */
    /*product_pricing_tabs_card*/
    /* ++++++++++++++++++++++++++++++++++++ */
    .__product_pricing_tabs_card {}
    .__third-price, .__normal-price-col, .__second-price, .__focus-price-col{
      padding: 16px;
    }
    /* ++++++++++++++++++++++++++++++++++++ */
    /*product_reminder_main_cta*/
    /* ++++++++++++++++++++++++++++++++++++ */
    .__product_reminder_main_cta a {
        width: 100%
    }

    /* ++++++++++++++++++++++++++++++++++++ */
    /*header_crossroad_page*/
    /* ++++++++++++++++++++++++++++++++++++ */

    .__header_crossroad_page {
        margin-bottom: -70px;
    }

    .__crossroad-block {
        margin-bottom: 15px;
    }

    .__crossroad-block svg {
        float: left;
        width: 42px;
        height: 42px
    }

    .__crossroad-block p {
        float: left;
        padding-left: 10px;
        width: 70%;
        margin: 2px 0 0px !important;
        display: block;
        font-variant: proportional-nums;
        position: relative;
        text-align: left;
    }

    .__content-crossroad .card-body {
        -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }


    .__crossroad-block .round a.__red-cta-arrow::after {
        padding: 0 0 0 4px;
        left: -1px;
    }

    .__header_crossroad_page-img {
        height: 300px;
        border-bottom-left-radius: 55% 25%;
        border-bottom-right-radius: 225% 60%;
        margin-left: -20px;
        margin-bottom: 35px;
    }

    .__header_crossroad_page-img h1 {
        /*     font-size: 42px;
       margin-bottom: 25px !important*/
        font-size: 35px;
        line-height: 40px;
        margin: 0px 45px 25px 45px !important;
    }

    .__header_crossroad_page-img h2 {
        font-size: 18px !important;
        margin-bottom: 30px;
        padding: 0px 25px;
        line-height: 25px;
    }

    .dynamic_component_h2 {
        font-size: 22px !important;
    }

    h2.ve--heading {
        /*padding-top: 60px;*/
        padding: 0px 25px 0 25px;
    }

    /* ++++++++++++++++++++++++++++++++++++ */
    /*header_blue_service-related*/
    /* ++++++++++++++++++++++++++++++++++++ */

    .__header_blue_page-img {
        height: 300px;
        border-bottom-left-radius: 115% 25%;
        border-bottom-right-radius: 145% 60%;
        margin-left: -25px;
        margin-bottom: 35px;
    }

    .__header_blue_page-img h1 {
        font-size: 42px;
        margin-bottom: 25px !important
    }

    .__header_blue_page-img h2 {
        font-size: 20px !important;
        margin-bottom: 30px;
        width: 80%;
        margin: 0 auto;
    }

    .__main-benefit-action img {
        width: 100%;
        left: -10%;
        position: relative;

    }

    .__usp {
        position: relative;
        bottom: 20%;
        left: 0%;
        padding-left: 0;
    }

    .__right {
        padding: 20px 15px 0 15px;
    }


    /* ++++++++++++++++++++++++++++++++++++ */
    /*header_blue_service-related*/
    /* ++++++++++++++++++++++++++++++++++++ */


    /* ++++++++++++++++++++++++++++++++++++ */
    /*FAQ*/
    /* ++++++++++++++++++++++++++++++++++++ */

    .__faq-title {
        padding: 20px 20px !important;
    }


    .__headingfaq h3 {
        font-size: 14px;
        color: #5A5A5F !important;
        margin: 0px 15px 0 0;
        padding: 3px;
        font-weight: 400;
        line-height: 22px;
    }

    .__closed[aria-expanded="false"]::after {
        font-family: "Font Awesome 5 Pro";
        content: "\f107";
        font-weight: 400;
        color: rgb(239, 38, 55);
        position: relative;
        font-size: 24px;
        position: absolute;
    }

    .__product_faqs {
        margin: 20px 0 0 0;
    }

    /* ++++++++++++++++++++++++++++++++++++ */
    /*FAQ*/
    /* ++++++++++++++++++++++++++++++++++++ */

    /* ++++++++++++++++++++++++++++++++++++ */
    /*RELATED*/
    /* ++++++++++++++++++++++++++++++++++++ */

    .__product_related-services>div {
        position: relative;
        min-height: inherit;
        /* margin-bottom: 110px; */
    }


    .__product_related-services .card {
        min-height: auto;
        padding: 25px 20px 25px 20px;
        display: flex;
        flex-direction: row;
        justify-content: end;
        margin-bottom: 10px !important;
    }

    .__product_related-services .card h5 {
        font-size: 18px !important;
        font-weight: 500 !important;
        display: flex;
        text-align: left;
        width: 85%;
        margin: 0;
        text-align: left;
    }


    .__product_related-services .round {
        position: relative;
        bottom: 0;
        left: 10px;
    }

    .__product_related-services>div::after {
        content: '';
        width: 100%;
        background: #4195B9;
        height: 107px;
        position: absolute;
        bottom: -25px;
        z-index: -1;
    }
    .__product_pricing_tabs_card .product-price-cta{
      margin-bottom: 0px;
    }
  
  /* ++++++++++++++++++++++++++++++++++++ */
  /* Masspost New Component */
  /* ++++++++++++++++++++++++++++++++++++ */

  #block-accordion-v2 .__tips-accordion-nav-mobile:not(.active) .__tip-sub-nav {
    display: none;
  }

  #block-accordion-v2 .__tips-accordion-nav-mobile::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -45px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: block;
    width: 100vw;
  }

  #block-accordion-v2 .__tips-accordion-nav-mobile.active::before {
    border-bottom: 2px dashed rgba(0,0,0,0.1);
  }

  #block-accordion-v2 .__tips-accordion-nav-mobile::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -45px;
    border-top: 1px solid rgba(0,0,0,0.1);
    display: block;
    width: 100vw;
  }

  #block-accordion-v2 .__tips-accordion-cta-container .__tips-accordion-nav-mobile:first-child::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -45px;
    border-top: 1px solid rgba(0,0,0,0.1);
    display: block;
    width: 100vw;
  }

  #block-accordion-v2 .__tips-accordion-nav-mobile .__tips-accordion-sub-nav-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #block-accordion-v2 .__tips-mobile {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 50px;
  }

  #block-accordion-v2 .__tips-mobile::before {
    border: none;
  }

  #block-accordion-v2 .__tips-mobile img {
    position: absolute;
    top: 0;
    width: 25px;
    height: 25px;
    right: 20px;
  }

  #block-accordion-v2 .__tips-accordion-cta-container .__tips-accordion-nav-mobile:first-child > .__tips-mobile::before {
    display: block !important;
  }

  #block-accordion-v2 .__tips-mobile::after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    top: 7px;
    background: none;
    color: #EF2637;
    -webkit-mask-image: unset;
    mask-image: unset;
  }

  #block-accordion-v2 .active .__tips-mobile::after {
    top: 0px;
  }

  #block-accordion-v2 .__tips-accordion-nav-mobile.active .__tips-mobile::before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #block-accordion-v2 .__tips-accordion-nav-mobile.active .__tip-head-nav {
    color: #717176;
  }

  #block-accordion-v2 .__tips-accordion-sub-section .ve--rich_text {
    margin-left: 0;
    margin-right: 0;
  }

}

/*IE11*/
@media all and (-ms-high-contrast:none) {

    n *::-ms-backdrop,
    .__header-img::before {
        border-radius: 0;
        margin-left: 0;
    }

    *::-ms-backdrop,
    .__header-img img {
        border-radius: 0;
        margin-left: 0;
        max-height: none;
    }

    *::-ms-backdrop,
    .__curved-img {
        border-bottom-left-radius: 35% 35%;
        border-bottom-right-radius: 85% 50%;
        overflow: hidden;
        position: relative;
        max-height: 450px;
    }
}

/* Promobox_banner CSS */

.__Promobox_banner-main-container {
    margin: 80px auto;
    position: relative;
    background: url(../images/Curve-Background-green.png);
    background-size: auto;
    background-size: 100% 100%;
  }
  
  .__Promobox_banner-container {
    box-shadow: 0px 4px 12px 0;
    background: #ffffff;
    border-radius: 8px;
  }
  
  .__Promobox_banner-container::before {
    content: "";
    background: #FFC222;
    border-radius: 8px 8px 0 0;
    height: 6px;
    width: 100%;
  }
  
  .__Promobox_banner-img {
    border-radius: 8px;
  }
  
  .__Promobox_banner-main-container .dynamic-component {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  @media only screen and (max-width: 600px) {
    .__Promobox_banner-cta {
      margin-bottom: 30px;
    }
  
    .__Promobox_banner-px-30 {
      padding-left: 30px;
      padding-right: 30px;
    }
    .__Promobox_banner-main-container {
       background: url(../images/Curve-Background-green-mobile.png);
       background-repeat: no-repeat;
       background-size: contain;
       background-size: auto;
       background-size: 100% 100%;
    }
    .__Promobox_banner-main-container .__bloc_text.right {
        order: 2;
    }
  }
/* Promobox_banner CSS */
/* Masspost New Component Block */
  #block-accordion-v2 .__tips-accordion-main-container {
    box-shadow: none;
  }

  #block-accordion-v2 .__tips-accordion-nav {
    border-radius: 4px;
    border-bottom: 1px solid #eee;
    padding: 15px;
    text-align: left;
  }

  #block-accordion-v2 .__tips-accordion-container > div.row:last-child > .__tips-accordion-nav {
    border-radius: 0 0 4px 4px;
  }

  #block-accordion-v2 .__tips-accordion-container {
    box-shadow: 0px 5px 25px 10px rgba(0, 0, 0, .1);

  }

  #block-accordion-v2 .__tips-accordion-sub-nav-container {
    display: block;
  }

  #block-accordion-v2 .__tip-title {
    padding: 5px 45px 5px 0;
    position: relative;
  }

  #block-accordion-v2 .__tip-sub-nav {
    display: block;
    margin-left: 15px;
  }

  #block-accordion-v2 .__tips-accordion-nav:not(.active) .__tip-sub-nav {
    display: none;
  }

  #block-accordion-v2 .__tip-sub-nav a {
    color: #717176;
    line-height: 2em;
  }

  #block-accordion-v2 .__tips-accordion-cta-container {
    padding: 15px;
    box-shadow : 0px 4px 12px 0px rgb(0 0 0 / 10%);
  }

  #block-accordion-v2 .__title-label {
    margin-bottom: 20px;
  }

  #block-accordion-v2 .__title-label::after {
    content: "";
    background: #EF2637;
    width: 50px;
    height: 3px;
    display: block;
  }

  #block-accordion-v2 .__tips-accordion-nav-mobile.active .__tips-accordion-sub-nav-container::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -45px;
    background: #EF2637;
    height: 100%;
    width: 5px;
  }
/* Masspost New Component Block */ 