@import 'components/button.css';
@import 'components/card.css';
@import 'components/form.css';
@import 'components/section-hero.css';
@import 'components/pagination.css';

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url("font-aweseome/webfonts/fa-solid-900.eot");
    src: url("font-awesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("font-awesome/webfonts/fa-solid-900.woff") format("woff"), url("font-awesome/webfonts/fa-solid-900.ttf") format("truetype"), url("font-awesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

/* CAPSULE */
.mj-capsule {
    padding: 8px 12px;
    border-radius: 32px;
    border: var(--soft-border);
    outline: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    background: var(--theme-soft);
    color: var(--text-light);
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans';
    font-weight: 600;
    gap: 4px;
}

.mj-capsule.md {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 4px 12px !important;
    border-radius: 16px !important;
}

.mj-capsule.sm {
    font-size: 12px !important;
    line-height: 16px !important;
    padding: 2px 12px !important;
    border-radius: 12px !important;
}

.mj-capsule.xs {
    font-size: 10px !important;
    line-height: 14px !important;
    padding: 2px 12px !important;
    border-radius: 12px !important;
}

.mj-capsule.naked-capsule {
    border: 1px solid var(--text-main);
    color: var(--text-main);
    background: #FFF;
}

.mj-capsule.prime-capsule {
    border-radius: 50px;
    background: linear-gradient(148deg, rgba(117, 110, 151, 0.40) 13.94%, rgba(117, 110, 151, 0.06) 28.68%, rgba(117, 110, 151, 0.00) 74.85%, rgba(117, 110, 151, 0.40) 91.21%), #19181E;
    color: #FFF !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.mj-capsule.new {
    color: #027A48;
    background: #ECFDF3;
    border-color: #ECFDF3;
}

.mj-capsule > img {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.mj-capsule span {
    display: block;
}

.mj-capsule > i {
    display: inline-block;
}

a.mj-capsule:hover {
    color: #FFF !important;
}

/* S-LINE */
.s-line-hr-top {
    position: relative;
    border-top-right-radius: 48px;
    margin-top: -48px;
}

.s-line-hr-top-inverse {
    position: relative;
    border-top-left-radius: 48px;
    margin-top: -48px;
}

.s-line-hr-top::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 48px;
    top: -48px;
    left: 0;
    background: transparent;
    border-bottom-left-radius: 48px;
    box-shadow: -48px 0 0 0 #FFF;
}

.s-line-hr-top-inverse::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 48px;
    top: -48px;
    left: 0;
    background: transparent;
    border-bottom-right-radius: 48px;
    box-shadow: 48px 0 0 0 #FFF;
}

.s-line-hr-top.sline-blue::before {
    box-shadow: -48px 0 0 0 #D9ECCB;
}

.s-line-hr-top.sline-white::before {
    box-shadow: -48px 0 0 0 #FFF;
}

/* .s-border-after-horizontal-left {
    position: relative;
}

.s-border-after-horizontal-left::after {
    position: absolute;
    width: 100%;
    background: #000;
    bottom: 96px;
    content: '';
    display: block;
}

.mj-border-s-line {
    position: relative;
    margin-top: -96px;
}

.s-line-border {
    width: 100%;
    position: relative;
    height: 96px;
    top: 0;
}

.s-line-border::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    background: transparent;
    left: 0;
    top: 0;
    height: 48px;
    border-radius: 0 0 0 48px;
    box-shadow: -48px 0 0 0 #FFF;
}

.s-line-border::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    background: #FFF;
    left: 0;
    height: 48px;
    top: 48px;
    border-radius: 0 48px 0 0;
}

.s-line-border.bluish::after {
    background: linear-gradient(-90deg, #A9E2E1 25%, #FFF);
}

.s-line-reversed {
    transform: scaleX(-1);
}

.s-line-body {
    padding: 0 48px 48px 48px;
    border-radius: 0 0 48px 48px;
    box-shadow: 0px 0px 50px 1px rgba(161, 207, 126, 0.75);
} */

/* SPAN WRAP LABEL */
.span-wrap {
    display: inline-flex;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: var(--teal-700);
    background: #C7E2B2;
    border-radius: 254px;
    padding: 3px 8px 3px 4px;
    align-items: center;
    transition: all 0.15s linear;
}

.span-wrap-wrap {
    background: #FFFFFF;
    mix-blend-mode: normal;
    border-radius: 16px;
    padding: 1px 8px 3px;
    margin-right: 8px;
}

.span-wrap-icon {
    margin-left: 6px;
    display: inline-block;
}

.span-wrap:hover {
    text-decoration: none;
    color: var(--teal-700);
    transform: scale(1.02) translateY(-2px);
    box-shadow: var(--hover-shadow);
}

.span-wrap.lg {
    font-size: 16px;
    line-height: 20px;
    color: var(--teal-700);
    background: #C7E2B2;
    border-radius: 12px;
    padding: 4px 12px 4px 4px;
}

.span-wrap.lg > .span-wrap-wrap {
    background: #FFFFFF;
    mix-blend-mode: normal;
    border-radius: 16px;
    padding: 1px 12px 1px;
    margin-right: 8px;
    font-size: 12px;
}

.span-wrap-icon {
    margin-left: 6px;
    display: inline-block;
}

.span-wrap:hover {
    text-decoration: none;
    color: var(--teal-700);
    transform: scale(1.02) translateY(-2px);
    box-shadow: var(--hover-shadow);
}

/* IMAGE CHANGER */
.mj-imgchanger .imgchanger-option {
    position: relative;
}

.mj-imgchanger .imgchanger-option:last-of-type {
    margin-bottom: 18px;
}

.mj-imgchanger .imgchanger-option img,
.mj-imgchanger .imgchanger-option img.show {
    width: 100%;
    height: 0;
    opacity: 0;
    transition: all 0.5s ease;
    margin: 0;
    display: block;
    object-fit: contain;
}

.mj-imgchanger .imgchanger-option .text-with-image > img {
    display: inline-block;
    margin: 0 8px 0 0;
    width: 24px;
    height: 24px;
}

.mj-imgchanger .imgchanger-option .imgchanger-trg {
    padding: 18px;
    background: linear-gradient(white, white) padding-box, linear-gradient(var(--lime-500), var(--lime-500)) border-box;
    border-left: 4px solid transparent;
    list-style: none;
    cursor: pointer;
}

.mj-imgchanger .imgchanger-option .imgchanger-trg.selected {
    background: linear-gradient(white, white) padding-box, var(--main-gradient) border-box;
}

.mj-imgchanger .imgchanger-option .imgchanger-trg > h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: var(--text-soft);
    margin: 0 0 8px 0;
    display: block;
    cursor: pointer;
}

.mj-imgchanger .imgchanger-option .imgchanger-trg.selected > h3 {
    color: var(--text-secondary);
}

.mj-imgchanger .imgchanger-option .imgchanger-trg > span {
    display: inline-block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-thin);
    padding: 0 12px;
    border-right: 1px solid #e5e5e5;
}

.mj-imgchanger .imgchanger-option .imgchanger-trg.selected > span {
    color: var(--text-soft);
    font-weight: 600;
}

.mj-imgchanger .imgchanger-option .imgchanger-trg > span:first-of-type {
    padding: 0 12px 0 0;
}

.mj-imgchanger .imgchanger-option .imgchanger-trg > span:last-of-type {
    border-right: none;
}

.mj-imgchanger-main {
    width: 100%;
}

.mj-imgchanger-main > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* SPAN TEXT */
.span-text {
    padding: 1px 8px 2px;
    background: #FFFFFF;
    border: 0.8px solid #D9ECCB;
    border-radius: 16px;
    color: var(--text-main);
}

.span-text img {
    margin-right: 4px;
}

a.span-text:hover {
    color: var(--text-main);
    background: #f0f0f0;
}

/* TOGGLE SWITCH */
.mj-toggle-switch {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

.mj-toggle-switch > label {
    margin: 0 8px 0 0;
}

.mj-toggle-switch > .mj-toggle-switch-item {
    background: #FFFFFF;
    border: 0.8px solid #D9ECCB;
    color: var(--text-main);
    transition: all 0.15s linear;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 16px;
}

.mj-toggle-switch > .mj-toggle-switch-item > a {
    display: inline-block;
    color: var(--text-main);
    font-weight: normal;
    padding: 0 4px;
    padding: 1px 8px 2px;
    border-right: 1px solid #d9eccb;
    font-size: 12px;
}

.mj-toggle-switch > .mj-toggle-switch-item > a:first-child {
    border-radius: 16px 0 0 16px;
}

.mj-toggle-switch > .mj-toggle-switch-item > a:last-child {
    border-radius: 0 16px 16px 0;
    border-right: none;
}

.mj-toggle-switch > .mj-toggle-switch-item > a.active {
    font-weight: bold;
    background: var(--lime-900);
    color: #FFF;
}

.mj-toggle-switch > .mj-toggle-switch-item > a:hover {
    background: #f0f0f0;
}

.mj-toggle-switch > .mj-toggle-switch-item > a.active:hover {
    font-weight: bold;
    background: var(--lime-900);
    color: #FFF;
}

/* TYPOGRAPHY */
.mj-upper-text,
.mj-section-header > label,
.mj-section-header > h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
    margin: 0;
    padding: 0;
    color: var(--teal-500);
}

.mj-section-header > h3 {
    margin: 0 0 20px 0;
}

a.mj-title-text:hover {
    color: var(--teal-700);
}

.mj-title-text {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.02em;
    color: var(--teal-700);
    margin: 0;
    padding: 0;
}

.mj-title-text.sm {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0;
}

.mj-title-text.xs {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.04px;
}

.mj-title-text.xxs {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.01em;
}

.mj-title-text.xxxs {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.01em;
}

.mj-desc-text,
.mj-section-header > p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #525252;
    margin: 0;
}

.mj-section-header > h2 {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.02em;
    color: var(--teal-700);
    margin: 0 0 20px 0;
    padding: 0;
}

.t-700 {
    color: var(--teal-700) !important;
}

.t-800 {
    color: var(--teal-800) !important;
}

.mj-subtitle-text {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: var(--teal-700);
    letter-spacing: 0.01em;
    margin: 0;
    padding: 0;
}

.mj-subtitle-text.sm {
    font-size: 18px;
    font-weight: 600;
}

.mj-subtitle-text.xs {
    font-size: 14px;
    font-weight: 600;
}

.mj-sub-txt {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: var(--teal-800);
    display: block;
    padding-left: 8px;
}

.mj-section-header > label {
    margin-bottom: 14px;
}

.text-price {
    padding: 0;
    margin: 0;
    font-family: 'Metropolis';
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #424242;
}

.text-price > span {
    color: inherit;
    font-size: 32px;
}

.text-price.sm {
    font-size: 24px;
    line-height: 32px;
}

.text-price.sm > span {
    font-size: 24px;
}

.text-price.xs {
    font-size: 18px;
    line-height: 24px;
}

.text-price.xs > span {
    font-size: 18px;
}

.text-price.discount {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: var(--text-thin);
    text-decoration: line-through;
}

.text-price.discount > span {
    font-size: 16px;
}

.mj-navigation-text {
    font-size: 15px;
    line-height: 24px;
    color: var(--text-main);
    font-weight: normal;
    font-family: 'Metropolis', sans-serif;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
}

.text-with-check {
    font-size: 16px;
    font-family: 'Metropolis', sans-serif;
    font-weight: normal;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: var(--text-main);
}

.text-with-check::before {
    content: "\f00c";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    margin-right: 8px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.mj-text-with-img {
    display: flex;
    align-items: flex-start;

    font-weight: 400;
    font-size: 18px;
    line-height: 28px;

    color: #424242;
}

.mj-text-with-img > img {
    width: 24px;
    height: 24px;

    object-fit: contain;

    border-radius: 0px;
    margin-right: 16px;
}

.mj-date {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    
    letter-spacing: 0.05em;
    text-transform: uppercase;

    color: var(--text-soft);
}

.mj-anchor-nav {
    border-radius: 16px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.15s ease-out;
    display: inline-flex;
    align-items: center;
    padding: 4px 16px;
    border: 1px solid #FFF;
    color: #FFF;
    transition: all 0.15s ease-out;
}

.mj-anchor-nav.teal {
    border: 1px solid var(--teal-800);
    color: var(--teal-800);
}

.mj-anchor-nav > i {
    display: inline-block;
    font-size: 12px;
    margin-left: 8px;
}

.mj-anchor-nav:hover {
    /* box-shadow: var(--hover-shadow); */
    /* transform: translateY(-5px); */
    color: #FFF;
    background: #81a665;
    /* transform: translateY(0);
    box-shadow: unset; */
    /* padding: 4px 0;
    border: 1px solid transparent;
    border-bottom: 1px solid #FFF;
    border-radius: 0; */
}

.mj-anchor-nav.teal:hover {
    color: var(--teal-700);
    background: #ecf5e5;
    /* box-shadow: var(--hover-shadow); */
    /* transform: translateY(-5px); */
    /* color: var(--teal-700);
    padding: 4px 0;
    border: 1px solid transparent;
    border-bottom: 1px solid var(--teal-700);
    border-radius: 0; */
}

.bg-gradient-1 {
    background: linear-gradient(130deg, #D4F0F0 0%, rgba(169, 226, 225, 0) 100%, rgba(212, 240, 240, 0) 100%), linear-gradient(130deg, #E3F1D8 0%, rgba(227, 241, 216, 0) 100%), #F5F5F5;
}

.bg-gradient-2 {
    background: linear-gradient(26.57deg, #47BAB3 8.33%, #A1CF7E 91.67%) !important;
}

.bg-gradient-3 {
    background: #262626 !important;
}

/* OVERLAY CONTENT HIDDEN */
.mj-overlay-content {
    position: relative;
    overflow: hidden;
    transition: all 0.15s ease-out;
}

.mj-overlay-content-inner > h2,
.mj-overlay-content-inner > h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #A3A3A3;
    padding: 0;
    margin: 0 0 16px 0;
}

.mj-overlay-content-inner > p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #A3A3A3;
}

.mj-overlay-content-inner > ol > li,
.mj-overlay-content-inner > ul > li {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #A3A3A3;
    margin-bottom: 8px;
}

.mj-overlay-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(180deg, rgba(246, 250, 242, 0) 50%, #F6FAF2 100%);
}

.mj-overlay-content.expanded::after {
    display: none;
}

.mj-overlay-content-inner > ol > li > h3,
.mj-overlay-content-inner > ul > li > h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #A3A3A3;
    padding: 0;
    margin: 0 0 4px 0;
}

.testimony-slider-holder {
    position: relative;
}

.testimony-slider-holder > .testimony-slider-control > .left-ov {
    position: absolute;
    width: 25%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 2;
}

.testimony-slider-holder > .testimony-slider-control > .right-ov {
    position: absolute;
    width: 25%;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 2;
}

.testimony-slider-holder > .testimony-slider-control a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #FFF;
    border-radius: 50%;
    color: #29B6B3;
    font-size: 24px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    border: 1px solid rgba(181, 227, 225, 0.75);
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}

.testimony-slider-holder > .testimony-slider-control > .left-ov > a {
    left: 0;
}

.testimony-slider-holder > .testimony-slider-control > .right-ov > a {
    right: 0;
}

.testimony-slider-item {
    position: relative;
    padding: 48px 24px 0 24px;
    margin-bottom: 24px;
    margin-top: 18px;
    width: 60%;
}

.testimony-slider-item .testimony-slider-image {
    position: absolute;
    width: 96px;
    height: 96px;
    top: 0;
    left: 50%;
    margin-left: -48px;
    display: inline-block;
}

.testimony-slider-item .testimony-slider-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testimony-slider-item .testimony-slider-content {
    padding: 60px 36px 36px 36px;
    background: radial-gradient(50% 50% at 50% 0%, #E3F1D8 0%, rgba(227, 241, 216, 0) 100%), radial-gradient(50% 56.25% at 100% 0%, #D4F0F0 0%, rgba(169, 226, 225, 0) 100%, rgba(212, 240, 240, 0) 100%), #FFFFFF;
    border: 1px solid rgba(181, 227, 225, 0.75);
    box-shadow: 8px 8px 24px -4px rgba(16, 24, 40, 0.08), -8px -8px 8px -4px rgba(16, 24, 40, 0.03);
    border-radius: 36px;
}

.testimony-slider-item .testimony-slider-content > label {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    display: block;
    margin: 0 0 4px 0;
    color: var(--text-secondary);
}

.testimony-slider-item .testimony-slider-content > span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--text-soft);
}

.testimony-slider-item .testimony-slider-content > h4 {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    display: block;
    margin: 0 0 12px 0;
    color: var(--text-secondary);
}

.testimony-slider-item .testimony-slider-content > p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #424242;
}

.consumer-app-user-container {
    display: flex;
    flex-wrap: nowrap;
    padding: 12px 0;
}

.consumerapp-card {
    width: 270px;
    margin-right: 16px;
}

.consumerapp-card > img {
    width: 270px;
    height: 178px;
    object-fit: cover;
    border-radius: 24px 24px 0 0;
}

.consumerapp-card .consumerapp-caption {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 24px;
    border-radius: 0 0 24px 24px;
    background: #FFF;
}

.consumerapp-card .consumerapp-caption > img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 16px;
}

.consumerapp-card .consumerapp-caption > label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.017em;
    color: #0A0A0A;
}

.img-video-thumbnail {
	display: block;
	margin: auto;
	width: 100%;
	cursor: pointer;
	border-radius: 24px;
}

.mj-videoplayer-body {
    height: 100%;
    width: 100%;
    /* max-height: 540px;
    aspect-ratio: 16 / 9; */
}

.mj-videoplayer > a {
    display: block;
    position: relative;
    width: 100%;
}

.mj-videoplayer > a > img {
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.mj-videoplayer > a > img.img-vt-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
}

.mj-videoplayer > video {
    width: 100%;
}

.mj-horizontal-scroll {
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 18px;
    white-space: nowrap;
}

.captcha-holder {
    min-height: 80px;
    margin: 18px 0;
    width: 100%;
    display: block;
}

.mj-card-display.soft.green {
    position: relative;
    border-color: #C7E2B2;
    background-color: #F6FAF2;
}

@media (max-width: 768px) {
    .mj-upper-text, .mj-section-header > label {
        font-size: 14px;
        line-height: 24px;
    }

    .mj-videoplayer-body {
        /* max-height: unset;
        height: unset;
        aspect-ratio: 16 / 9;
        width: 100%; */
    }

    .mj-title-text, .mj-section-header > h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .mj-title-text.sm {
        font-size: 24px;
        line-height: 32px;
    }

    .mj-title-text.xs {
        font-size: 24px;
        line-height: 32px;
    }

    .mj-title-text.xxs {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.01em;
    }

    .mj-subtitle-text {
        font-size: 18px;
        line-height: 1.2;
    }
    
    .mj-subtitle-text.sm {
        font-size: 14px;
        font-weight: 600;
    }
    
    .mj-sub-txt {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.2;
        color: var(--teal-800);
        display: block;
        padding-left: 8px;
    }

    .mj-navigation-text {
        font-size: 18px;
    }

    .mj-capsule {
        padding: 5px 10px;
    }

    .mj-capsule.sm {
        line-height: 18px !important;
        padding: 2px 10px !important;
    }

    .mj-capsule.xs {
        padding: 2px 8px !important;
        font-size: 10px !important;
    }

    .mj-capsule.prime-capsule {
        padding: 10px 14px !important;
    }

    .text-with-check {
        font-size: 14px !important;
    }

    .text-price {
        font-size: 36px;
        line-height: 48px;
    }

    .text-price > span {
        font-size: 24px;
    }

    .text-price.sm {
        font-size: 30px;
        line-height: 38px;
    }

    .text-price.sm.discount {
        font-size: 16px;
        line-height: 22px;
    }
    /* .mj-desc-text,
    .mj-section-header > p {
        font-size: 16px;
        line-height: 24px;
    } */

    .mj-anchor-nav {
        font-size: 12px;
        line-height: 18px;
    }

    .mj-text-with-img {
        font-size: 16px;
        line-height: 24px;
    }

    /* IMAGE CHANGER */
    .mj-imgchanger .imgchanger-option {
        position: relative;
    }
    
    .mj-imgchanger .imgchanger-option:last-of-type {
        margin-bottom: 18px;
    }
    
    /* .mj-imgchanger .imgchanger-option img {
        width: 100%;
        height: auto;
        margin: 18px 0;
        display: none;
    } */
    .mj-imgchanger .imgchanger-option img.show {
        width: 100%;
        height: 215px;
        opacity: 1;
        margin: 18px 0;
        position: relative;
    }
    
    .mj-imgchanger .imgchanger-option .imgchanger-trg {
        padding: 18px;
        background: linear-gradient(white, white) padding-box, linear-gradient(var(--lime-500), var(--lime-500)) border-box;
        border-left: 4px solid transparent;
        list-style: none;
        cursor: pointer;
    }
    
    .mj-imgchanger .imgchanger-option .imgchanger-trg.selected {
        background: linear-gradient(white, white) padding-box, var(--main-gradient) border-box;
    }
    
    .mj-imgchanger .imgchanger-option .imgchanger-trg > h3 {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        color: var(--text-soft);
        margin: 0 0 8px 0;
        display: block;
        cursor: pointer;
    }
    
    .mj-imgchanger .imgchanger-option .imgchanger-trg.selected > h3 {
        color: var(--text-secondary);
    }
    
    .mj-imgchanger .imgchanger-option .imgchanger-trg > span {
        font-size: 14px;
        line-height: 18px;
        color: var(--text-thin);
        padding: 0 8px;
    }
    
    .mj-imgchanger .imgchanger-option .imgchanger-trg.selected > span {
        color: var(--text-soft);
        font-weight: 600;
    }
    
    .mj-imgchanger .imgchanger-option .imgchanger-trg > span:first-of-type {
        padding: 0 12px 0 0;
    }
    
    .mj-imgchanger .imgchanger-option .imgchanger-trg > span:last-of-type {
        border-right: none;
    }
    
    .mj-imgchanger-main {
        display: none;
    }

    .testimony-slider-holder > .testimony-slider-control > .left-ov {
        width: 48px;
        background: transparent;
        left: -6px;
    }
    
    .testimony-slider-holder > .testimony-slider-control > .right-ov {
        width: 48px;
        background: transparent;
        right: -6px;
    }
    
    .testimony-slider-item {
        position: relative;
        padding: 48px 12px 0 12px;
        margin-bottom: 24px;
        margin-top: 18px;
        width: 100%;
    }
    
    .testimony-slider-item .testimony-slider-content {
        padding: 60px 24px 24px 24px;
        background: linear-gradient(130deg, #D4F0F0 0%, rgba(227, 241, 216, 0) 25%), linear-gradient(140deg, #E3F1D8 0%, rgba(169, 226, 225, 0) 50%, rgba(212, 240, 240, 0) 100%), #FFF;
    }
    
    .testimony-slider-item .testimony-slider-content > label {
        font-size: 22px;
        line-height: 28px;
    }
    
    .testimony-slider-item .testimony-slider-content > h4 {
        font-size: 22px;
        line-height: 28px;
    }
    
    .testimony-slider-item .testimony-slider-content > p {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        text-align: center;
        color: #424242;
    }

	.consumer-app-user-holder {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
	}

    .consumer-app-user-container {
        padding: 12px 0 36px 0;
    }

	.img-video-thumbnail {
		width: 100%;
	}
}
