/**NEW STYLESHEET**/

.bstn_cstmAdd_rept {
    display: flex;
    align-items: center;
    gap: 40px;
}
.bstn_cstmAdd_logos {
    margin: 40px 0 0 0;
}
.image_media_repeater {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 0 0 20px 0;
}
.image_media_repeater a img {
    max-width: 100%;
    height: 45px;
    object-fit: contain;
}
.Apoio_logos {
    display: flex;
    align-items: center;
    gap: 20px;
}
.Apoio_logos a img {
    max-width: 220px;
}
.cstm_how_section .how-img-wrap {
    margin: 20px 0 0;
}

.how_img_wrap_main .how_img_wrap_inner {
    height: 450px;
}
.how_img_wrap_main .how-img {
    position: static;
    height: 100%;
}
.cstm_how_section .how-img {
    display: none;
}
.cstm_how_section .how-img.active {
    display: block;
}
.cstm_how_section .row {
    align-items: stretch;
}
.how_img_wrap_main {
    height: 100%;
	width: 100%;
}

.tab_video_block {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
	position: relative;
}
.video_tab_video {
    height: 100%;
}
.cstmvideoBtns {
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
}
.video_tab_video video, .video_tab_video iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.how_list_item_text ul li:before {
    content: "✔";
    margin: 0 8px 0 0;
}

.cstm_calculator_links {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 0px 15px 20px rgba(0,0,0,.05);
}
.calculator_cstm_item {
    border: 1px solid #ededed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 40px 24px 25px;
    width: 20%;
    transition: .3s;
}
.calculator_cstm_item img {
    width: 90px;
    height: auto;
    transition: .3s;
}
.calculator_cstm_item h6 {
    font-size: 18px;
    line-height: 28px;
    font-family: "Aileron",sans-serif;
    color: #131313;
    margin-top: 16px;
    text-align: center;
}
.calculator_cstm_item:hover {
    background-color: #d3e3ff;
}
.calculator_cstm_item:hover img {
    transform: scale(1.1);
    filter: invert(35%) sepia(12%) saturate(1141%) hue-rotate(180deg) brightness(48%) contrast(97%);
    -webkit-filter: invert(35%) sepia(12%) saturate(1141%) hue-rotate(180deg) brightness(48%) contrast(97%);
    -moz-filter: invert(35%) sepia(12%) saturate(1141%) hue-rotate(180deg) brightness(48%) contrast(97%);
    -o-filter: invert(35%) sepia(12%) saturate(1141%) hue-rotate(180deg) brightness(48%) contrast(97%);
}

/**ACCORDIAN**/

.cstmAccordion_info .accordion-item {
    border-top: 1px solid #ededed;
    background: transparent;
	transition: min-height 0.5s ease;
}
.cstmAccordion_info .accordion-header {
    cursor: pointer;
    padding: 15px;
    background: transparent;
    font-weight: bold;
}

.cstmAccordion_info .accordion-content {
    min-height: 0;
    overflow: hidden;
    background: transparent;
    padding: 0 15px;
    transition: min-height 0.4s ease, max-height 0.4s ease, padding 0.4s ease;
	max-height: 0;
}
.cstmAccordion_info .accordion-content.active {
    min-height: 60px;
    padding-right: 30px;
	padding-bottom: 8px;
	max-height: 200px;
}
.cstmAccordion_button {
    margin: 40px 0 0 0;
    display: flex;
    justify-content: center;
}

.accordion_flex_cstm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
}
.accordion_flex_cstm svg {
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
	transition-duration: .5s;
}
.price_section {
    padding: 130px 0;
	position: relative;
	overflow: hidden;
}
.cstmAccordion_info .accordion-item.active .accordion_flex_cstm svg {
    transform: none;
	
}
.cstmAccordion_info .accordion-item.active {
    background: #fff;
    border-top: 3px solid #f66959;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(34,34,34,.08);
}
 .cstmAccordion_info .accordion-item.active .accordion-header {
    padding-bottom: 0;
}
.tab-media {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: none;
}
.tab-media.active {
  display: block;
  z-index: 1;
}
 
.tab-media iframe,
.tab-media video,
.tab-media img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.tab-media iframe,
.tab-media video {
  min-height: 400px;
} 
.tabAcc_video_block {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.videoAcc_tab_video {
    height: 100%;
    width: 100%;
}


.videoPlayBtns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}
.videoPlayBtns .videoPlayBtn {
    background: #fff;
    min-width: 120px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 64px;
    color: #1e2a2e;
    font-weight: 600;
}
.cstmAccordion_Main {
    padding-right: 50px;
}
.cstm_medias_block {
    padding-left: 50px;
    display: inline-flex;
    width: 100%;
}
.cstmAccordion_header h2 {
    margin: 0 0 32px 0;
}

.for_the_owwner_sct {
    background: #fff;
    padding: 130px 0;
	position: relative;
	overflow: hidden;
}
.Profesional_owwner_sct {
    background: #fff;
    padding: 130px 0;
	position: relative;
	overflow: hidden;
}

/**PRICING**/

.price_block_main {
    background: #fff;
    border-radius: 4px;
    min-height: 200px;
    box-shadow: 0 0 20px rgba(34, 34, 34, .08);
}
.price_block_head {
    background: #29354a;
}
.price_block_head .priceTitls {
    color: #fff;
    padding: 10px 20px;
}

.priceTitls .small_subtitle {
    font-size: 20px;
    opacity: 0.7;
}

.price_block_body {
    padding: 30px;
}

.price_block_body .priceCurrency {
    color: #f66959;
    font-size: 25px;
}

.price_body_text {
    margin: 30px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 30px 0;
}
.price_body_text ul {
    margin: 10px 0 0;
}
.price_body_text ul li b {
    font-weight: normal;
}
.price_body_text ul li {
    padding: 10px 0;
    font-weight: 400;
    border-bottom: 1px solid #ededed;
}
.price_body_text ul li:last-child {
    border: 0;
}
.price_body_text_list ul {
    margin: 10px 0 0;
}

.price_body_text_list ul b {
    font-weight: normal;
}
.price_body_text_list ul {
    margin: 10px 0 40px 0;
    list-style: disc;
    padding-left: 20px;
}
.price_body_text ul li:before {
    content: "✔";
    margin: 0 8px 0 0;
}
.price_block_ftbtns {
    display: flex;
    justify-content: center;
    padding: 0 0 40px 0;
}
.conversion_focused_CTA {
    padding: 200px 0 130px 0;
	position: relative;
	overflow: hidden;
}
.focused_CTA_BG {
    background: #29354a;
    max-width: 1100px;
    margin: 0 auto;
	position: relative;
	transition: box-shadow 0.5s ease;
	box-shadow: 0 0px 0px rgba(0,0,0,0.1);
}
.focused_CTA_BG:hover {
    box-shadow: 25px 0px 0px -10px rgba(0, 0, 0, .5);
    background-color: #29354a;
    
}
.focused_Div_info {
    padding: 40px;
}
.focused_Inner_Image {
    margin: -70px 0 0 0;
    display: flex;
    justify-content: center;
}
.focused_Inner_Image img {
    max-width: 250px;
}

.focused_Div_info .ConversionTitle {
    color: #fff;
    line-height: normal;
    margin: 0 0 20px 0;
    font-size: 25px;
}
.focused_Div_info p {
    color: #fff;
}
.conversion_button {
    margin: 20px 0 0;
}

.focused_Inner_Image img {
    max-width: 300px;
}

/*----------Media Query------------*/
@media only screen and (max-width:1024px){
.bstn_cstmAdd_rept {
    gap: 20px;
}
.cstm_how_section .how-scroller {
    height: 100vh;
}
}

@media only screen and (max-width:991px){
.bstn_cstmAdd_logos {
    margin: 0;
}
.bstn_Mains_logos {
    position: relative;
    padding-bottom: 20px;
}
.bstn_cstmAdd_rept {
    /*flex-wrap: wrap;*/
	width: 100%;
}
}
@media only screen and (max-width:781.98px){
.bstn_cstmAdd_rept .btn {
    margin-top: 0;
}
.bstn_Mains_logos {
    padding-top: 30px;
}
}
@media only screen and (max-width:767px){
.image_media_repeater {
    gap: 10px;
    flex-wrap: wrap;
}
.image_media_repeater a img {
    height: 35px;
}
}
@media only screen and (max-width:575px){
.bstn_cstmAdd_rept .btn {
    padding: 10px 20px;
    max-width: 220px;
    width: 100%;
}
}

@media only screen and (max-width:414px){
.bstn_cstmAdd_rept .btn {
    max-width: 100%;
    width: 100%;
}
.bstn_cstmAdd_rept {
    flex-direction: column;
}
}
