:root {
    --line-clamp: 2;
}

.custom-table-wrapper * {
    box-sizing: content-box !important;
}

.content-container div:has(.custom_table__container) {
    width: 100%;
}

.custom_table__container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.pel-box:has(.logo_header){
    display: block !important;
}

.custom_table__row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    contain: style;
    align-items: center;
    position: relative;
}

.custom_table__flex {
    position: relative;
    /*width: 100%;*/
}

.custom_table__horizontal_scroll>h2{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.custom-table-wrapper  {
    margin-bottom: 20px;
}

.custom_table__horizontal_scroll.logo_header .custom_table__thead img,
.custom_table__horizontal_scroll.logo_header .top_header img{
    margin: 0 !important;
}

.custom_table__horizontal_scroll-mobile .custom_table__base-container-tbody {
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
}

.custom_table__base-container,
.custom_table__base-container-tbody {
    box-shadow: 0 3px 10px 0 #0000001A;
    border-radius: 10px;
}

.custom_table__container-thead {
    display: grid;
    color: white;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.custom_table__horizontal_scroll-desktop .custom_table__container-inner,
.custom_table__horizontal_scroll-mobile .custom_table__container-inner{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    word-break: break-word;
}

.table-pros.no-header .custom_table__container-thead{
    color: inherit;
    font-size: 20px;
}

.table-pros.no-header .pros{
    background: #EEFEF3;
    border: 1px solid #1BC5504D;
}

.table-pros.no-header .cons{
    background: #FDDBDB;
    border: 1px solid #C51B254D;
}

.custom_table__container-thead,
.custom_table__base-container-tbody {
    justify-content: center;
    text-align: center;
}

.custom_table__short_text .stretch-content .custom_table__column_body:has(.imgintxt),
.custom_table__short_text .multiple_cols .custom_table__column_body.first-col:has(.imgintxt){
    display: flex;
    justify-content: var(--align-flex);
}

.custom_table__long_text .custom_table__base-container-tbody,
.custom_table__short_text .custom_table__base-container-tbody,
.custom_table__long_text .custom_table__container-thead,
.custom_table__short_text .custom_table__container-thead{
    justify-content: var(--align-flex) !important;
    text-align: var(--align-text) !important;
}

.custom_table__long_text .custom_table__base-container-tbody {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.custom_table__long_text .first-col {
    font-weight: 500;
    align-self: flex-start;
}

.custom_table__long_text .show_more_less_elipsis_parent .custom_table__column_body.first-col {
    align-self: center ;
}

.custom_table__row-thead {
    flex-wrap: nowrap;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.custom_table__container-inner div.imgintxt img,
.custom_table__row div.imgintxt {
    margin: 0 auto!important;
}

.custom_table__row div.imgintxt img{
    object-fit: contain;
    max-height: 72px;
    width: auto;
}

.custom_table__short_text.has_logo .custom_table__row div.imgintxt img {
    width: auto;
    max-width: 180px;
}

.custom_table__container-inner .ctabox .vb1 {
    margin: auto;
}

.custom_table__horizontal_scroll.logo_header .first-col {
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom_table__container-inner .imgintxt {
    float: unset;
    margin: unset;
}

.table-pros {
    display: flex;
    gap: 20px;
    font-size: 18px;
}

.table-pros .custom_table__container {
    width: 50%;
}

.table-pros .custom_table__flex {
    width: unset;
}

.table-pros .custom_table__container-thead{
    justify-content: start;
}

.table-pros .custom_table__thead{
    padding: 30px 30px 20px;
    font-weight: 700;
}

.table-pros .custom_table__container-inner{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
    font-weight: 500;
}

.table-pros .custom_table__container-inner .pros_icon {
    align-self: start;
    width: 30px;
    height: 30px;
    background: #FFFFFF6B;
    flex-shrink: 0;
    border-radius: 100%;
}

.table-pros .custom_table__container-inner {
    text-align: start;
}

.custom_table__short_text-mobile,
.custom_table__horizontal_scroll-mobile{
    display: none;
}

.custom_table__horizontal_scroll a,
.custom_table__horizontal_scroll a:active,
.custom_table__horizontal_scroll a:link,
.custom_table__horizontal_scroll a:visited {
    color: inherit;
    font-weight: 400;
}

.custom_table__short_text.has_logo a,
.custom_table__short_text.has_logo a:active,
.custom_table__short_text.has_logo a:link,
.custom_table__short_text.has_logo a:visited{
    color: inherit;
    font-weight: 600;
}

.darkbg-shortcode .custom_table__container a,
.darkbg-shortcode .custom_table__container a:active,
.darkbg-shortcode .custom_table__container a:link,
.darkbg-shortcode .custom_table__container a:visited{
    color: #ffffff;
}

.custom_table__long_text .show_more_less_elipsis {
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp);
    -webkit-box-orient: vertical;

    hyphens: auto;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-word;
}

.custom_table__long_text .show_more_less_elipsis::before {
    content: '';
    float: right;
    height: calc((var(--line-clamp) - 1) * 1lh);
}

.custom_table__long_text .show_more_inline .show-more{
    display: none;
}

.custom_table__long_text .show_more_less_elipsis .show-more {
    clear: both;
    float: right;
}

.custom_table__long_text .show-less{
    display: inline;
}

.custom_table__long_text .show_more_less_elipsis .show-less{
    display: none;
}

.custom_table__long_text .show-less,
.custom_table__long_text .show-more{
    font-weight: 600;
    color: inherit;
    word-break: break-word;
    cursor: pointer;
    text-transform: capitalize;
}


.darkbg-shortcode .custom_table__long_text .show-less,
.darkbg-shortcode .custom_table__long_text .show-more{
    color: #ffffff;
}

.custom_table__long_text .show_more_less_elipsis:not(.truncated) .show-more {
    display: none;
}

.custom_table__long_text .custom_table__row-tbody:first-child{
    padding-top: 15px;
}

.custom_table__long_text .custom_table__row-tbody:last-child {
    padding-bottom: 15px;
}

.horizontal_scroll_cards .table-scroll-body {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 20px;
}

.horizontal_scroll_cards .table-card {
    flex-shrink: 0;
    width: 298px;
    box-shadow: 0px 3px 10px 0px #0000001A;
    border: 1px solid #EEEBEB;
    border-radius: 10px;
    padding: 40px 20px 30px;
}

.horizontal_scroll_cards .table-scroll-body:not(.no-terms) .table-card .table-row-column:has(.ctabox){
    padding-inline: 10px;
}

.horizontal_scroll_cards .no-terms .table-card {
    width: 219px;
}

.horizontal_scroll_cards .table-card .imgintxt{
    margin-block: 0 !important;
}

.horizontal_scroll_cards .table-card .imgintxt img{
    width: auto;
    max-width: 180px;
    height: 100% !important;
    margin-right: 0;
}

.horizontal_scroll_cards .table-card .table-row-column{
    display: flex;
    justify-content: center;
    text-align: center;
}

.horizontal_scroll_cards .table-card .table-row-column:first-child {
    height: 72px;
    padding-bottom: 24px;
}

.horizontal_scroll_cards .table-card .table-row-column:nth-child(2) {
    padding-block: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.horizontal_scroll_cards .table-card .table-row-column:nth-child(4) {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: inherit;
    opacity: 50%;
}

.horizontal_scroll_cards .table-card .table-row-column:nth-child(4) a {
    font-weight: 700;
    color: inherit;
}

.horizontal_scroll_cards .table-card .table-row-column:has(.ctabox) {
    padding-block: 20px;
}

.horizontal_scroll_cards .no-terms .table-card .table-row-column:has(.ctabox) {
    padding-block-end: 0;
}

.horizontal_scroll_cards .table-card .table-row-column .ctabox{
    width: 100%;
}

.horizontal_scroll_cards .table-card .table-row-column .ctabox a{
    margin: 0;
    box-sizing: border-box !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding: 13px 20px;
}

.custom_table__horizontal_scroll-mobile .side_header{
    word-break: break-word;
}

@media (min-width: 993px) {
    .custom_table__base-container-tbody {
        box-shadow: unset;
        border-radius: unset;
    }

    .custom_table__row-tbody:nth-child(2) {
        padding-top: 15px;
    }

    .custom_table__long_text .custom_table__row-tbody:nth-child(2),
    .custom_table__short_text-desktop .custom_table__row-tbody:nth-child(2),
    .custom_table__horizontal_scroll-desktop .custom_table__row-tbody:nth-child(2),
    .custom_table__horizontal_scroll.logo_header .custom_table__horizontal_scroll-mobile .custom_table__row-tbody:nth-child(2){
        padding-top: 0;
    }

    .custom-table-wrapper.has_fixed_widths .custom_table__row {
        flex-wrap: unset;
    }

    .custom_table__short_text-desktop .custom_table__row-tbody:first-child,
    .custom_table__horizontal_scroll-desktop .custom_table__row-tbody:first-child {
        padding-top: 15px;
    }

    .custom_table__row-tbody:last-child,
    .custom-table-wrapper .custom_table__short_text-desktop:has(.custom_table__overlay-container) .custom_table__row-tbody:nth-last-child(2) {
        padding-bottom: 15px;
    }

   .custom_table__horizontal_scroll.logo_header .custom_table__horizontal_scroll-mobile .custom_table__row-tbody:last-child{
       padding-bottom: 0;
    }

    .custom-table-wrapper:not(.has_fixed_widths) .custom_table__thead,
    .custom-table-wrapper:not(.has_fixed_widths) .custom_table__tbody{
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .custom_table__short_text .multiple_cols .custom_table__thead,
    .custom_table__short_text .multiple_cols .custom_table__tbody{
        max-width: 40%;
    }

    .custom_table__thead {
        padding: 20px 15px 20px 15px;
    }

    .custom_table__long_text .custom_table__thead {
        padding: 14px 20px;
    }

    .custom_table__short_text .custom_table__thead{
        padding: 20px;
    }

    .custom_table__tbody {
        padding: 10px 15px 10px 15px;
    }

    .custom_table__long_text .custom_table__tbody {
        padding: 16px 20px;
    }

    .custom_table__short_text .custom_table__tbody {
        padding: 10px 20px;
    }

    .table-pros .custom_table__tbody {
        padding: 16px 30px;
    }

    .custom_table__row-striped:nth-child(odd) {
        background-color: #F1F1F1;
    }

    .custom-table-wrapper.base:not(.has_fixed_widths) .custom_table__4_columns .custom_table__column_1,
    .custom-table-wrapper.base:not(.has_fixed_widths) .custom_table__4_columns .custom_table__column_2 {
        max-width: 25%;
    }

    .custom-table-wrapper.base:not(.has_fixed_widths) .custom_table__4_columns .custom_table__column_3{
        max-width: 37.5%;
    }

    .custom-table-wrapper.base:not(.has_fixed_widths) .custom_table__4_columns .custom_table__column_4{
        max-width: 12.5%;
    }


    .custom-table-wrapper.base:not(.has_fixed_widths) .custom_table__3_columns .custom_table__column_1{
        max-width: 32%;
    }

    .custom-table-wrapper.base:not(.has_fixed_widths) .custom_table__3_columns .custom_table__column_2,
    .custom-table-wrapper.base:not(.has_fixed_widths) .custom_table__3_columns .custom_table__column_3 {
        max-width: 34%;
    }

    .custom_table__overlay-container {
        display: none;
    }

}

.custom_table__long_text .custom_table__thead.first-col,
.custom_table__long_text .custom_table__tbody.first-col{
    flex-grow: unset;
    flex-basis: unset;
    flex-shrink: 0;
    width: 265px;
}

.table-pros .custom_table__row-tbody:nth-child(2) {
    padding-top: 10px;
}

.table-pros .custom_table__row-tbody:last-child {
    padding-bottom: 10px;
}

.table-pros.no-header .custom_table__row-tbody:nth-child(2) {
    padding-top: 0;
}

.table-pros.no-header .custom_table__row-tbody:last-child {
    padding-bottom: 20px;
}

.custom_table__short_text-desktop,
.custom_table__short_text-mobile{
    line-height: 24px;
    font-size: 16px;
}

.has_logo .custom_table__short_text-desktop,
.has_logo .custom_table__short_text-mobile {
    line-height: 22px;
    font-size: 18px;
    font-weight: 600;
}

.custom_table__container-inner .ctabox .vb1 {
    width: auto !important;
    max-width: 300px;
}

.custom_table__long_text .show-mobile{
    display: none;
}

.table-body {
    padding: 15px 0;
    border-radius: 0px 0px 10px 10px;
    background: #FFF;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.10);
}

.logo-text-secondary-cta {
    width: 100%;
    margin-bottom: 20px;
}

.logo-text-secondary-cta .table-row {
    box-sizing: border-box;
    display: flex;
    text-align: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.logo-text-secondary-cta .table-row>div{
    box-sizing: border-box !important;
}

.logo-text-secondary-cta .table-row .table-row-column {
    text-align: left;
    color: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    box-sizing: border-box;
}

.logo-text-secondary-cta .table-row .table-row-column > strong {
    margin-bottom: 12px;
    display: block;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 600;
    text-decoration-style: solid;
}

.logo-text-secondary-cta .table-header {
    box-sizing: border-box;
    display: flex;
    text-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 60px;
}

.table-row-column-0 {
    width: 25%;
    padding: 24px auto;
}

.logo-text-secondary-cta .table-row .table-row-column-0 {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.logo-text-secondary-cta .table-row .table-row-column-1 {
    width: 50%;
    padding: 16px 20px;
}

.logo-text-secondary-cta .table-row .table-row-column-0 img {
    max-width: 180px;
    max-height: 72px;
    width: 100%;
}

.logo-text-secondary-cta .table-row .table-row-column-2 {
    width: 25%;
    padding: 30px;
    text-align: center;
}

.logo-text-secondary-cta  .table-header-column-0 {
    width: 25%;
}

.logo-text-secondary-cta .table-header-column-1 {
    width: 50%;
}

.logo-text-secondary-cta .table-header-column-2 {
    width: 25%;
}

.logo-text-secondary-cta .table-row .table-row-column .ctabox a {
    box-sizing: border-box !important;
}

.logo-text-secondary-cta .table-row .table-row-column > a {
    display: flex;
    max-width: 280px;
    width: 100%;
    height: auto;
    min-height: 56px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0px 3px 0px 0px #000;
    text-decoration: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    box-sizing: border-box !important;
}

.table-header-column {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 13px 20px;
}

.logo-text-secondary-cta div.imgintxt img{
    margin: 0!important;
}

.logo-text-secondary-cta div.imgintxt.floatleft {
    margin: 0 !important;
}

.pro-cons-grid {
    display: block;
    width: 100%;
}

.pro-cons-table-body {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.table-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.table-row-column > img, .table-row-column > svg {
    margin-right: 20px;
    flex-shrink: 0;
}

.table-row-body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(334px, 1fr));
    width: 100%;
    margin: 0 0 20px 0;
}

.table-row-body .table-row-column img {
    width: 30px;
    height: 30px;
}

.table-row-header {
    display: flex;
    box-sizing: border-box !important;
    height: 74px;
    color: inherit;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    width: 100%;
    padding: 30px 30px 20px 30px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.pro-cons-grid .table-row-column {
    height: fit-content;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    justify-content: start;
    box-sizing: border-box;
    padding: 16px 30px;
    display: flex;
    align-items: center;
    text-align: start;
}

.pro-cons-grid .table-row-column svg{
    align-self: start;
}

.pro-cons-white .table-row-0 {
    background-color: white;
}

.pro-cons-colorfully .table-row-0 {
    background-color: #EEFEF3;
}

.pro-cons-white .table-row-1 {
    background-color: white;
}

.pro-cons-colorfully .table-row-1 {
    background-color: #FDDBDB;
}

.pro-cons-grid .table-row-0 {
    border-radius: 10px;
    border: 1px solid rgba(27, 197, 80, 0.30);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.10);
}

.pro-cons-grid .table-row-1 {
    border-radius: 10px;
    border: 1px solid rgba(197, 27, 37, 0.30);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.10);
}

.carousel-indicator{
    display: none;
}

.table-scroll-body .table-card:last-child {
    margin-right: 40px;
}

@media (max-width: 1300px) {
    .custom_table__horizontal_scroll-mobile .custom_table__base-container {
        box-shadow: unset;
        border-radius: unset;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__base-container-tbody {
        border: 1px solid #EEEBEB;
    }


    .custom_table__horizontal_scroll.logo_header .custom_table__horizontal_scroll-mobile{
        display: block;
    }

    .custom_table__horizontal_scroll.logo_header .custom_table__horizontal_scroll-desktop{
        display: none;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__base-container {
        box-shadow: unset;
        border-radius: unset;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__base-container-tbody {
        border: 1px solid #EEEBEB;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__thead {
        display: none;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__tbody {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100% !important;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__tbody{
        padding: 0 0 20px 0;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__container{
        width: unset;
    }

    .custom_table__horizontal_scroll-mobile .table_body{
        box-shadow: 0 3px 10px 0 #0000001A;
        border-radius: 10px;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__base-container-tbody .custom_table__row {
        padding: 0;
        width: 100%;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__base-container-tbody {
        margin-bottom: 0;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__base-container-tbody {
        border: none;
    }

    .custom_table__horizontal_scroll-mobile .table_body{
        overflow: auto;
    }

    .custom_table__horizontal_scroll.logo_header .custom_table__horizontal_scroll-mobile .table_body{
        overflow: auto;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
    }

    .custom_table__horizontal_scroll.logo_header .custom_table__horizontal_scroll-mobile .table_body::-webkit-scrollbar {
        display: none; /* Chrome, Safari, and Edge */
    }

    .custom_table__horizontal_scroll-mobile .side_header{
        position: sticky;
        left: 0;
        background: #153135;
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        display: flex;
        align-items: center;
        text-align: left;
    }

    .custom_table__horizontal_scroll.logo_header .custom_table__horizontal_scroll-mobile .side_header{
        text-align: center;
    }

    .custom_table__horizontal_scroll.logo_header .static_side {
        position: sticky;
        left: 0;
        box-shadow: 3px 10px 10px 0px #0000001A;
        width: 130px;
        background: #FFFFFF;
        z-index: 999;
        font-weight: 500;
        text-align: center;
    }

    .darkbg-shortcode .custom_table__horizontal_scroll.logo_header .static_side {
        background: #153135;
    }

    .custom_table__horizontal_scroll.logo_header .static_side:not(.top_header){
        min-height: 38px;
    }

    .custom_table__horizontal_scroll.logo_header .static_side.top_header{
        display: flex;
        align-items: center;
        justify-content: center;
        color: #F1F1F1;
        font-weight: 700;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__base-container-tbody {
        box-shadow: none;
        border-radius: 0;
    }

    .custom_table__horizontal_scroll-mobile .side_header:not(:last-child){
        border-bottom: 1px solid #fff;
    }


    .custom_table__horizontal_scroll.logo_header
    .custom_table__horizontal_scroll-mobile
    .custom_table__row-tbody:nth-child(2)
    .custom_table__column_body{
        padding-top: 30px;
    }

    .custom_table__horizontal_scroll.logo_header
    .custom_table__horizontal_scroll-mobile
    .custom_table__row-tbody:last-child
    .custom_table__column_body{
        padding-bottom: 30px;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__column_body{
        width: 110px;
        flex-shrink: 0;
        padding: 16px 20px;
    }

    .custom_table__horizontal_scroll.logo_header .custom_table__horizontal_scroll-mobile .custom_table__column_body,
    .custom_table__horizontal_scroll.logo_header .static_side {
        width: calc(16.6% - 40px);
    }

    .custom_table__horizontal_scroll-mobile .side_header{
        width: 80px;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__column_body:not(:last-child){
        border-right: 1px solid #d9d9d9;
    }


    .custom_table__horizontal_scroll.logo_header .custom_table__column_body:not(:last-child){
        border-right: none;
    }

    .custom_table__horizontal_scroll-mobile .stretch-content{
        align-items: stretch;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__row {
        flex-wrap: nowrap;
    }
}

@media (max-width: 992px) {
    .custom_table__horizontal_scroll:not(.logo_header) .custom_table__horizontal_scroll-mobile{
        display: block;
    }

    .custom_table__horizontal_scroll:not(.logo_header) .custom_table__horizontal_scroll-desktop{
        display: none;
    }

    .custom_table__short_text-mobile .custom_table__base-container-tbody{
        overflow: hidden;
    }

    .custom_table__base-container {
        box-shadow: unset;
        border-radius: unset;
    }

    .custom_table__base-container-tbody {
        border: 1px solid #EEEBEB;
    }

    .custom_table__long_text .custom_table__base-container-tbody {
        border: none;
    }

    .table-pros .custom_table__base-container-tbody {
        border: none;
    }

    .custom_table__thead {
        display: none;
    }

    .table-pros .custom_table__thead,
    .custom_table__long_text .custom_table__thead{
        display: block;
    }

    .table-pros .custom_table__container,
    .custom_table__long_text .custom_table__container{
        width: 100%;
    }

    .table-pros .custom_table__base-container,
    .custom_table__long_text .custom_table__container{
        box-shadow: 0 3px 10px 0 #0000001A;
        border-radius: 10px;
    }

    .custom_table__long_text .custom_table__row-thead .custom_table__container-thead{
        box-shadow: unset;
    }

    .table-pros .custom_table__base-container-tbody,
    .custom_table__long_text .custom_table__base-container-tbody{
        box-shadow: unset;
    }

    .custom_table__tbody {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100% !important;
    }

    .custom_table__long_text .custom_table__tbody{
        -ms-flex: unset;
        flex: unset;
    }


    .custom_table__long_text .custom_table__row{
        flex-wrap: unset;
    }

    .custom_table__tbody{
        padding: 0 0 20px 0;
    }

    .table-pros .custom_table__tbody,
    .custom_table__long_text .custom_table__tbody{
        padding: unset;
    }

    .custom_table__base-container-tbody {
        margin-bottom: 20px;
    }

    .table-pros .custom_table__base-container-tbody,
    .custom_table__long_text .custom_table__base-container-tbody {
        margin-bottom: unset;
    }

    .custom_table__container-inner .ctabox .vb1 {
        width: 300px;
    }

    .custom_table__base-container-tbody .custom_table__row {
        padding: 20px;
    }

    .custom_table__long_text .custom_table__base-container-tbody .custom_table__row {
        padding: 0;
    }

    .table-pros .custom_table__base-container-tbody .custom_table__row {
        padding: 16px 30px;
    }

    .custom_table__show-more .custom_table__tbody:not(:first-child) {
        display: none;
    }

    .custom_table__show-more .custom_table__tbody:first-child {
        padding: 0;
    }

    .custom_table__show-none {
        display: none;
    }

    .custom_table__show-more {
        cursor: pointer;
    }

    .custom_table__show-more .custom_table__base-container-tbody {
        opacity: 0.4;
    }

    .custom_table__overlay-container {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .custom_table__overlay-container.custom_table__short_text{
        position: absolute;
        margin: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
    }

    .table_body.custom_table__show-more{
        position: relative;
    }

    .custom_table__overlay {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50.5%, #FFFFFF 100%);
        z-index: 1;
        pointer-events: none;
    }

    .custom_table__overlay-container.custom_table__short_text .custom_table__overlay {
        height: 100%;
        box-shadow: 0px 0px 0px 3px #fff;
    }

    .custom_table__show-more-button {
        position: absolute;
        bottom: 10px;
        z-index: 2;
        background-color: #FFFFFF;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        text-align: left;
        color: inherit;
        text-decoration: underline;
    }

    .custom_table__overlay-container.custom_table__short_text .custom_table__show-more-button{
        bottom: 22%;
    }

    .custom_table__short_text-desktop{
        display: none;
    }

    .custom_table__short_text-mobile{
        display: block;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__container{
        width: unset;
    }

    .custom_table__horizontal_scroll-mobile .table_body{
        box-shadow: 0 3px 10px 0 #0000001A;
        border-radius: 10px;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__base-container-tbody .custom_table__row {
        padding: 0;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__base-container-tbody {
        margin-bottom: 0;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__base-container-tbody {
        border: none;
    }

    .custom_table__horizontal_scroll-mobile .table_body{
        overflow: auto;
    }

    .custom_table__short_text-mobile .custom_table__base-container-tbody .custom_table__row {
        padding: 0;
    }

    .custom_table__short_text-mobile .custom_table__column_body{
        padding: 16px 20px;
        width: 100%;
    }

    .custom_table__short_text-mobile .side_header{
        background: #153135;
        color: #ffffff;
        font-weight: 500;
        display: flex;
        width:  130px;
        align-items: center;
        text-align: left;
        flex-shrink: 0;
    }

    .custom_table__short_text-mobile .side_header:not(:last-child){
        box-shadow: 0px 1px var(--background-color);
    }

    .custom_table__short_text-mobile .custom_table__row{
        flex-wrap: nowrap;
        align-items: normal;
    }

    .custom_table__horizontal_scroll-mobile .side_header{
        position: sticky;
        left: 0;
        background: #153135;
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        display: flex;
        align-items: center;
        text-align: left;
    }

    .darkbg-shortcode .custom_table__horizontal_scroll.logo_header .static_side {
        background: #153135;
    }

    .custom_table__horizontal_scroll.logo_header .static_side:not(.top_header){
        min-height: 38px;
    }

    .custom_table__horizontal_scroll.logo_header .static_side.top_header{
        display: flex;
        align-items: center;
        justify-content: center;
        color: #F1F1F1;
        font-weight: 700;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__base-container-tbody {
        box-shadow: none;
        border-radius: 0;
    }

    .custom_table__horizontal_scroll-mobile .side_header:not(:last-child){
        border-bottom: 1px solid #fff;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__row-tbody:nth-child(2),
    .custom_table__horizontal_scroll-mobile .custom_table__row-tbody:last-child
    {
        padding-top: 0;
        padding-bottom: 0;
    }

    .custom_table__horizontal_scroll.logo_header
    .custom_table__horizontal_scroll-mobile
    .custom_table__row-tbody:nth-child(2)
    .custom_table__column_body{
        padding-top: 30px;
    }

    .custom_table__horizontal_scroll.logo_header
    .custom_table__horizontal_scroll-mobile
    .custom_table__row-tbody:last-child
    .custom_table__column_body{
        padding-bottom: 30px;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__column_body{
        width: 110px;
        flex-shrink: 0;
        padding: 16px 20px;
    }

    .custom_table__horizontal_scroll-mobile .side_header{
        width: 80px;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__column_body:not(:last-child){
        border-right: 1px solid #d9d9d9;
    }


    .custom_table__horizontal_scroll.logo_header .custom_table__column_body:not(:last-child){
        border-right: none;
    }

    .custom_table__horizontal_scroll-mobile .stretch-content{
        align-items: stretch;
    }

    .custom_table__horizontal_scroll-mobile .custom_table__row {
        flex-wrap: nowrap;
    }

    .sm_width {
        width: 78px !important;
    }

    .table_body.custom_table__show-more {
        max-height: 140px;
        overflow: hidden;
    }

    .has_logo .custom_table__short_text-mobile .custom_table__row.stretch-content:not(:has(.imgintxt)):not(:nth-child(2)) .custom_table__column_body{
        min-height: 48px;
    }

    .has_logo .custom_table__short_text-mobile .custom_table__row.stretch-content:not(:has(.imgintxt)):not(:nth-child(2)) .custom_table__column_body:not(.side_header){
        display: flex;
        align-items: center;
        justify-content: var(--align-flex);
    }

    .has_logo .custom_table__short_text-mobile .custom_table__row div.imgintxt img {
        max-height: 56px;
        max-width: max-content;
    }

    .custom_table__short_text-mobile .side_header {
        line-height: 24px;
        font-size: 16px;
    }

    .custom_table__long_text .custom_table__flex.custom_table__thead,
    .custom_table__long_text .custom_table__flex.custom_table__tbody {
        padding-block: 16px;
    }

    .custom_table__long_text .custom_table__flex.custom_table__thead:first-child,
    .custom_table__long_text .custom_table__flex.custom_table__tbody:first-child {
        padding-right: 18px;
        padding-left: 18px;
    }

    .custom_table__long_text .custom_table__flex.custom_table__thead:not(:first-child),
    .custom_table__long_text .custom_table__flex.custom_table__tbody:not(:first-child){
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 930px) {
    .custom_table__horizontal_scroll-mobile .custom_table__base-container-tbody .custom_table__row {
        width: unset;
    }

    .custom_table__horizontal_scroll.logo_header .custom_table__horizontal_scroll-mobile .custom_table__column_body,
    .custom_table__horizontal_scroll.logo_header .static_side {
        width: 93px;
    }
}

@media (max-width: 900px) {
    .carousel-indicator{
        display: flex;
    }
}

@media (max-width: 854px) {
    .pro-cons-grid .table-row-column {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: auto;
    }

    .table-header {
        display: none !important;
    }

    .table-body {
        border-radius: unset;
        box-shadow: none;
        padding: 0;
    }
    .logo-text-secondary-cta .table-row {
        box-sizing: border-box !important;
        display: block;
        margin: 30px 0;
        padding: 0 20px;
        border-radius: 10px;
        border: 1px solid #EEEBEB;
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.10);
    }

    .logo-text-secondary-cta .table-row .table-row-column-0 {
        width: 100%;
        padding: 0 20px;
        margin: 0;
    }

    .logo-text-secondary-cta .table-row .table-row-column-1 {
        color: #000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        width: 100%;
        margin: 16px 0;
        padding: 0;
    }

    .logo-text-secondary-cta .table-row .table-row-column-0 img {
        max-height: 56px;
        max-width: max-content;
        margin-top: 36px !important;
        margin-bottom: 24px !important;
    }

    .logo-text-secondary-cta .table-row .table-row-column-2 {
        width: 100%;
        margin: 30px 0;
        text-align: center;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .table-pros{
        flex-direction: column;
    }

    .has_logo .custom_table__short_text-mobile .custom_table__row.stretch-content .custom_table__column_body:not(.side_header){
        font-size: 16px;
        line-height: 18px;
    }
    .has_logo .custom_table__short_text-mobile .custom_table__row.stretch-content:nth-child(2) .custom_table__column_body:not(.side_header){
        font-size: 18px;
        line-height: 18px;
    }

    .custom_table__long_text .custom_table__thead.first-col,
    .custom_table__long_text .custom_table__tbody.first-col{
        width: 143px;
    }

    .custom_table__long_text .custom_table__container-thead{
        font-size: 16px;
    }

    .custom_table__long_text .custom_table__flex.custom_table__thead:first-child,
    .custom_table__long_text .custom_table__flex.custom_table__tbody:first-child {
        padding-right: 16px;
        padding-left: 16px;
    }

    .custom_table__long_text .custom_table__thead.first-col,
    .custom_table__long_text .custom_table__tbody.first-col {
        width: 140px;
    }

}

@media (max-width: 600px) {
    :root {
        --line-clamp: 3;
    }
}

@media (max-width: 768px ) {
    .horizontal_scroll_cards .table-card{
        width: 236px;
        padding: 30px 20PX;
    }

    .horizontal_scroll_cards .table-scroll-body{
        gap: 25px;
    }
}

@media (max-width: 451px ) {
    .custom_table__long_text .custom_table__thead.first-col,
    .custom_table__long_text .custom_table__tbody.first-col{
        width: 40%;
        flex-shrink: 1;
    }

    .custom_table__long_text .custom_table__tbody:not(.first-col){
        width: 60%;
    }

    .custom_table__long_text .custom_table__tbody:has(.show_more_inline){
        width: calc(100% - 32px);
    }
}

@media (max-width: 430px) {
    .table-row-body {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }

    .pro-cons-grid .table-row-column {
        text-align: left;
        align-items: flex-start;
    }

    .custom_table__short_text-mobile .custom_table__column_body{
        width: 50%;
        min-width: 70px;
        flex-grow: 1;
    }

    .custom_table__short_text-mobile .side_header{
        flex-shrink: 1;
        width: 40%;
        word-break: break-word;
    }

    .has_logo .custom_table__short_text-mobile .custom_table__row.stretch-content:last-child .custom_table__column_body:not(.side_header){
        font-size: 12px;
        line-height: 24px;
    }

    .has_logo .custom_table__short_text-mobile .custom_table__row.stretch-content:nth-last-child(2) .custom_table__column_body:not(.side_header){
        font-size: 16px;
        line-height: 18px;
    }

    .has_logo .custom_table__short_text.has_logo .custom_table__short_text-mobile{
        line-height: 24px;
        font-size: 16px;
        font-weight: 700;
    }

    .custom_table__long_text .custom_table__row:has(.show_more_inline){
        flex-direction: column;
    }

    .custom_table__long_text .show-less {
        display: block;
        margin: 0;
    }

    .custom_table__long_text .custom_table__row:has(.show_more_inline) .custom_table__tbody.first-col{
        width: calc(100% - 32px);
        padding: 16px;
    }

    .custom_table__long_text .custom_table__row:has(.show_more_inline) .custom_table__tbody:not(.first-col){
        padding: 16px;
        padding-top: 0;
    }

    .custom_table__long_text .show-mobile{
        display: inline-block;
    }

    .custom_table__long_text .show_more_less_elipsis:not(.truncated) ~ .show-more.show-mobile {
        display: none;
    }

    .custom_table__long_text .show-more:not(.show-mobile), .hide_show_more{
        display: none !important;
    }

    .custom_table__long_text .show_more_less_elipsis_parent .custom_table__column_body.first-col {
        align-self: flex-start  ;
    }

    .custom_table__long_text .custom_table__row-tbody:first-child{
        padding-top: 10px;
    }

    .custom_table__long_text .custom_table__row-tbody:last-child {
        padding-bottom: 12px;
    }
}

@media (max-width: 390px) {
    .horizontal_scroll_cards .table-card {
        width: 182px;
        padding: 29px 16px 20PX;
    }

    .horizontal_scroll_cards .no-terms .table-card {
        width: 163px;
        padding: 30px 20PX;
    }

    .horizontal_scroll_cards .table-card .table-row-column:first-child {
        height: 55px;
        padding-bottom: 20px;
    }

    .horizontal_scroll_cards .table-card .imgintxt img{
        max-width: 135px;
        width: auto;
        height: 55px !important;
    }

    .horizontal_scroll_cards .no-terms .table-card .imgintxt img{
        max-width: 141px;
        width: auto;
        height: 56px !important;
    }

    .horizontal_scroll_cards .table-scroll-body:not(.no-terms) .table-card .table-row-column:has(.ctabox) {
        padding-inline: 4px;
    }

    .horizontal_scroll_cards .table-card .table-row-column:nth-child(2){
        padding-block: 12px;
    }

    .horizontal_scroll_cards .no-terms .table-card .table-row-column:nth-child(2){
        padding-block: 16px;
    }

    .horizontal_scroll_cards .table-scroll-body{
        gap: 20px;
    }
}

.horizontal_scroll_cards .table-scroll-body::-webkit-scrollbar {
    height: 5px;
}

.horizontal_scroll_cards .table-scroll-body::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

.horizontal_scroll_cards .table-scroll-body::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

@media (max-width: 280px){
    .custom_table__horizontal_scroll.logo_header .custom_table__horizontal_scroll-mobile .custom_table__column_body,
    .custom_table__horizontal_scroll.logo_header .static_side{
        width: 72px !important;
        word-break: break-word;
    }
}

/*
* Carousel Indicator
*/

.carousel-indicator{
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-block-start: 20px;
}

.carousel-indicator a {
    position: relative;
    color: #153135;
    width: 30px;
    height: 30px;
    outline: 1px solid  var(--backgroun-carousel-color);
    border-radius: 100%;
}

.carousel-indicator a:active {
    background:  var(--backgroun-carousel-color);
}

.carousel-indicator a svg path{
    fill:  var(--backgroun-carousel-color);
}

.carousel-indicator a:active svg path{
    fill: #ffffff;
}

.carousel-indicator a svg{
    position: absolute;
    width: 7.87px;
    height: 10.59px;
    top: 9.81px;
}

.carousel-indicator a.disabled-chevron {
    opacity: 20%;
    pointer-events: none;
}

.carousel-indicator a.right-chevron svg{
    left: 11.89px;
}

.carousel-indicator a.left-chevron svg{
    left: 9.89px;
}

.carousel-indicator ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    gap: 20px;
    margin: 0;
}

.carousel-indicator ul li{
    position: relative;
    outline: 1px solid var(--backgroun-carousel-color);
    width: 8px;
    height: 8px;
    border-radius: 100%;
    padding: 0 !important;
    background: none;
}

.carousel-indicator ul li a{
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    flex-shrink: 0;
}

.carousel-indicator ul li.selected-indicator{
    background: var(--backgroun-carousel-color);
}

.carousel-indicator ul.dots_list li::marker {
    content: '' !important;
}
