html {
    cursor: auto;
}

h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 47px;
    margin: 44px 0 24px;
    text-align: center;
    color: #3E425C;
    letter-spacing: .5px;
}

h1.print-styles {
    display: none;
}

.plan-type{

    font-size: 22px;
    text-align: center;
    color: rgba(32,33,36,.7);
    margin-bottom: 12px;
    line-height: 16px;
    padding: 8px 4px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    letter-spacing: .75px;
}

.type-analytics {
    background-color: rgb(0,161,107,.4);
}

.type-trade {
    background-color: rgb(0,135,161,.4);
}

.type-bestvalue {
    background-color: rgb(0,161,66,.4);
}

.card-title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    margin: 26px 0 0px 0;
    text-align: center;
    letter-spacing: .5px;
    color: #00a193;
}

.content-wrapper {
    padding: 0 30px;
    min-height: 300px;
    max-width: 1440px;
    margin: 0 auto;
    line-height: 24px;
}

.feature-plan-card {
    width: 240px;
    min-height: 522px;
    position: relative;
    border-radius: 14px;
    padding: 0 20px 30px;
    color: #202124;
    margin: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: height .35s ease-in-out;
    transition: height .35s ease-in-out;
}

.price-wrapper {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 14px;
    text-align: center;
    color: #3E425C;
}

.price-wrapper .price {
    font-size: 18px;
    font-weight: 600;
    line-height: 19px;
}

.price-wrapper .currency-sign {
    font-size: 16px;
    display: inline-block;
    margin-right: 0.2em;
    font-weight: 500;
}

.table-body-prices .price-wrapper .currency-sign, .table-body-prices .price-wrapper .price {
    font-weight: 400;
}

.table-body-column .currency-sign {
    font-size: 14px;
}

.table-body-column .price {
    font-size: 16px;
}


.price-wrapper .period {
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
}

.price-wrapper .period:before {
    content: "/";
    display: inline-block;
    margin-right: 0.25em;
}

.price-wrapper .price-discount {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 1;
}

.price-wrapper .price-old {
    color: #8c93ad;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
}

.price-wrapper .price-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #118a52;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.table-body-column .price-wrapper {
    line-height: 22px;
    margin-bottom: 0;
}

.table-body-column .price-wrapper .trial-note {
    font-size: 12px;
    font-weight: 400;
    display: block;
    line-height: 15px;
    position: absolute;
    text-align: -webkit-center;
    right: 0;
    color: #676767;
}

.table-body-column .price-wrapper .price-discount {
    margin-top: 6px;
    gap: 6px;
}

.table-body-column .price-wrapper .price-old {
    font-size: 12px;
}

.table-body-column .price-wrapper .price-badge {
    min-width: 46px;
    padding: 3px 7px;
    font-size: 11px;
}

body.lang-en .table-body-column .price-wrapper .trial-note {
    right: 25px;
}

body.lang-zh .table-body-column .price-wrapper .trial-note {
    right: 28px;
}

.green {
    color: #0EB15B;
}

.panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%), 0 5px 26px 0 rgb(67 94 131 / 15%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%), 0 5px 26px 0 rgb(67 94 131 / 15%);
}

.panel .vline:after {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 15px;
    right: 15px;
    content: " ";
    width: calc(100% - 30px);
    border-bottom: 1px solid #EBEEFF;
}

ul.options {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 10px;
    min-height: 432px;
}

ul.options.has-discount {
    min-height: 409px;
}

ul.options li {
    margin: 0 0 16px 0;
    position: relative;
}

ul.options li:before {
    content: "\f00c";
    position: absolute;
    display: inline-block;
    font-family: "Font Awesome 5";
    font-size: 13px;
    top: 0;
    left: 0;
    font-weight: 900;
    color: #00a193;
}

.feature-text {
    margin: 0 0 0 24px;
    font-size: 14px;
    line-height: 20px;
    color: #202124;
}

.button {
    display: flex;
    justify-content: center;
    margin: auto 0 0;
}

.buy-plan-button {
    border-radius: 25px;
}

.col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    display: flex;
    flex-direction: column;
}

.col-sm-5 p {
    line-height: 1.2;
}

.comparision__wrapper {
    overflow-x: auto;
}

.compare {
    color: #3E425C;
}

.compare h5 {
    font-weight: 400;
}

.table-header-title {

}

.compare td {
    color: #202124;
}

.compare__wrap::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #dadce0;
}

.compare__wrap::-webkit-scrollbar-thumb:hover {
    background-color: #bdc1c6;
}

.compare__wrap::-webkit-scrollbar-thumb:active {
    background-color: #80868b;
}

.compare__table {
    width: 100%;
    line-height: 1.2;
    margin-top: 48px;
}

.compare__table tr {
    background-color: white;
}

.table-striped-row {
    background-color: #f7f7f7;
 }

.table-body-wrapper tr:hover {
    background-color: #F3F5FB;
}

.table-body-wrapper tr.table-unhovered-row:hover {
    background-color: unset;
}


.compare__table .cell {
    padding: 8px 7px;
}

.compare__table th .cell {
    font-size: 16px;
    font-weight: 600;
    min-height: 48px;
}

.compare__table th {
    border-bottom: 1px solid #E0E0E0;
    text-align: center;
}

.body-plan-price {
    border-top: 1px solid #E0E0E0; 
}

.body-plan-price .table-body-column {
    padding-top: 28px;
}

.body-plan-price .body-feature-title {
    font-weight: 500;
    font-size: 18px;
}

.compare__table .cell {
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    padding: 8px;
    outline-offset: -5px;
}

.table-subtitle .cell {
    text-align: left;
}

.compare__table td, .compare__table th {
    padding: 8px 0;
}

.table-body-column.table-subtitle {
    padding-top: 16px;
}

.compare__table th:first-of-type,
.compare__table td:first-of-type {
    max-width: 29%;
    width: 100%;
    position: sticky;
    left: 0;
    text-align: left;
    transform: translateX(-1px);
    background: inherit;
    z-index: 2;
}

.compare__table th:first-of-type .cell,
.compare__table td:first-of-type .cell {
    text-align: left;
}

.compare__table td:not(:first-of-type) {
    text-align: center;
    vertical-align: middle;
    max-width: 12%;
    width: 100%;
    position: relative;
}


.anl strong {
    color: #3E425C;
}

.anl .options {
    margin: 20px 0 0;
}

.anl .options li:last-of-type {
    margin: 0;
}

.anl__title {
    color: #3E425C;
    font-size: 16px;
}

.anl__desc {
    line-height: 1.5;
}

.body-feature-title button {
    font-size: 14px;
    line-height: 1;
    margin: auto auto 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
}

.buy-plan-button-below {
    padding: 0.455rem 0.55rem;
    min-width: 7rem;
    border-radius: 25px;
}

.table-body-wrapper .feature-subtitle {
    font-size: 18px;
    font-weight: 500;
}

.table-body-wrapper .feature-info-print {
    text-align: left;
    font-size: 14px;
    display: none;
}

.feature-icon-info {
    padding: 10px;
    background: url(/assets/wide/icons/info.svg) no-repeat 50% 50%/contain;
    background-size: 20px;
    margin-left: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    cursor: pointer;
}

.feature-icon-included, .feature-icon-excluded {
    position: absolute;
}


.feature-icon-included:before {
    content: "\f00c";
    position: absolute;
    display: inline-block;
    font-family: "Font Awesome 5";
    font-size: 18px;
    top: -8px;
    left: -8px;
    font-weight: 900;
    color: #00a193;
    -webkit-text-stroke: 0.5px white;
}

.feature-icon-excluded:before {
    content: "\f068";
    position: absolute;
    display: inline-block;
    font-family: "Font Awesome 5";
    font-size: 18px;
    top: -8px;
    left: -8px;
    font-weight: 900;
    color: #20212466;
     -webkit-text-stroke: 0.5px white;
}


.feature-tooltip {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-align: left;
    background: #fff;
    color: #3E425C;
    padding: 20px;
    -webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 3%), 0 6px 30px 5px rgb(0 0 0 / 7%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 3%), 0 6px 30px 5px rgb(0 0 0 / 7%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    pointer-events: none;
    opacity: 0;
    border-radius: 5px;
}

.feature-icon-info:hover .feature-tooltip {
    opacity: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.feature-value span.comment {
    display: block;
    font-size: 13px;
    line-height: 13px;
    margin-top: -2px;
}

.price-below .currency-sign, .price-below .period {
    font-size: 16px;
    margin-right: 0;
}

.price-below .price {
    font-size: 18px;
}

.pricing-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}


.add-on-plans h1 {
    font-size: 32px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 0;
    color: #202124;
    border-top: 2px solid #E0E0E0;
    padding-top: 40px;
}

.add-on-plans .section-description {
    color: #202124;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    display: block;
    text-align: center;
    margin-bottom: 48px;
}

.add-on-card {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    position: relative;
    margin: 10px;
    padding: 30px;
    min-height: 320px;
    border-radius: 12px;
}



.add-on-card h2.card-title {
    font-size: 22px;
    line-height: 150%;
    color: #202124;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 0;
}


.add-on-card .plan-brief {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    display: block;
}

.add-on-card .feature-text {
    margin: 0 0 0 28px;
    font-size: 16px;
    line-height: 22px;
}

.add-on-card ul.options {
    min-height: 158px;
}

.add-on-card .button {
    justify-content: right;
}

.add-on-card .btn {
    min-width: 120px;
}




@media screen and (min-width: 500px) {


    .feature-tooltip {
        -webkit-transform: translate(100%, -100%);
        -ms-transform: translate(100%, -100%);
        transform: translate(100%, -100%);
        border-radius: 5px;
        max-width: 320px;
        left: -260px;
        top: 18px;
    }

    .plan-type {
        font-size: 14px;
        padding: 2px;
    }

    .card-title {
        font-size: 22px;
        margin: 28px 0 0px 0;
    }
    

}


@media screen and (min-width: 1400px) {

    .feature-plan-card {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0 22px 26px;
    }

    .add-on-card {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 436px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }


}


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

    .feature-plan-card {
        flex-shrink: 1;
        width: unset;

    }

    .btn {
        font-size: 22px;
    }

    .feature-text {
        margin: 0 0 0 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .feature-tooltip {
        left: 172px;
        right: auto;
        width: 78vw;
    }

}

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

    .content-wrapper {
        padding: 0 16px;
    }

    .feature-plan-card {
        min-width: 360px;
    }

    h1 {
        margin: 30px 0 0 0;
    }

    .panel {
        box-shadow: none;
        padding: 15px;
    }

    ul.options {
        padding: 0;
    }
}

@media (max-width: 1023px) {
    .col-sm-4 {
        padding: 30px 15px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-sm-4:first-of-type {
        padding-top: 0;
    }

    .col-sm-4:last-of-type {
        padding-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .panel .vline:after {
        top: 0;
        right: 0;
        left: auto;
        width: 1px;
        border-right: 1px solid #EBEEFF;
    }
}

@media print {

    header, .container.footer-container {
        display: none;
    }

    h1 {
        display: none;
    }

    h1.print-styles {
        display: block;
    }

    .table-body-column {
        vertical-align: middle;
    }

    .body-feature-title {
        display: flex;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 8px;
        padding-left: 8px;
    }

    .table-body-wrapper .feature-info-print {
        text-align: left;
        font-size: 14px;
        display: inline-block;
        line-height: 20px;
        padding-left: 8px;
    }

    .compare__table td, .compare__table th {
        padding: 0;
    }

    .feature-icon-included:before, .feature-icon-excluded:before {
        top: -12px;
    }

    @page {
        margin: 0.1cm;
        size: landscape;
        orientation: landscape;
        size: A4;
    }



}
