body {
    font-family: "Lato", sans-serif;
    color: #333;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    font-family: "Varela Round", sans-serif;
    line-height: 1.6;
}
h2 {
    font-size: 2.5rem;
}
img {
    max-width: 100%;
}
a {
    color: #2b8dd9;
}
a:hover {
    text-decoration: none;
}
a.text-primary:hover {
    color: #741e56 !important;
}
section {
    padding: 3rem 0;
}
strong {
    font-weight: 700;
}
p {
    margin-bottom: 2.125rem;
}
sup {
    top: -0.8em;
    left: 0.2em;
    font-size: 50%;
    font-weight: 400;
    margin-right: 0.25rem;
}

/* progress indicator */
.header {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    background-color: #f1f1f1;
}
.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
}
.progress-bar {
    height: 8px;
    background: #eda006;
    width: 0%;
}

.hero {
    background-color: #3bb3c2;
    padding: 2.5rem 0 3rem 0;
    border-bottom: 8px solid #e0c407;
    background-image: url("../img/hero-texture.png");
}
.logo {
    width: 380px;
}
.hero h1 {
    font-size: 3.375rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
}
.hero p {
    font-size: 1.5rem;
    font-weight: 400;
    color: #235359;
    margin-bottom: 2rem;
}

.section-title {
    font-size: 2.125rem;
    line-height: 1.6;
    position: relative;
    text-align: center;
    color: #97256f;
}
.section-title:after {
    content: " ";
    height: 3px;
    width: 100px;
    background-color: #97256f;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
}

.img-wrap {
    position: relative;
}
.img-text {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.orig-price {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    font-size: 1.125rem;
}
.price-strike {
    font-size: 1.875rem;
    font-weight: 700;
    position: relative;
    padding: 0 0.625rem;
    font-family: "Varela Round", sans-serif;
}
.price-strike span {
    font-size: 1.25rem;
    font-weight: 400;
}
.price-strike img {
    box-shadow: none;
    border: none;
    position: absolute;
    left: 5px;
    right: 0;
    top: 18px;
    width: 100%;
}
.new-price {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    background-color: #e7eeef;
    padding: 0.25rem;
}
.new-price span {
    font-size: 2.625rem;
    font-weight: 700;
    margin-left: 0.625rem;
    vertical-align: middle;
    font-family: "Varela Round", sans-serif;
}
.new-price .new-price-discount {
    font-size: 1rem;
    font-weight: 400;
    color: #555;
    margin-left: 0;
    display: block;
    line-height: normal;
}
.new-price .dollar {
    font-size: 1.75rem;
    font-weight: 400;
    margin-left: 0;
}

.bg-default {
    background: url("../img/bg-default.png") no-repeat;
    background-size: contain;
    background-position-y: bottom;
}

.bg-sweet-berry {
    background: url("../img/sweet-berry.png") no-repeat;
    background-size: cover;
    background-position-y: center;
    padding: 6rem 0;
}

.bg-yogurt {
    background: url("../img/yogurt.png") no-repeat;
    background-size: unset;
    background-position: right bottom;
}

.bg-cabbage {
    background: url("../img/cabbage.png") no-repeat;
    background-size: unset;
    background-position: right bottom;
}

.bg-oregano {
    background: url("../img/oregano.png") no-repeat;
    background-size: unset;
    background-position: left bottom;
}

.bg-garlic {
    background: url("../img/garlic.png") no-repeat;
    background-size: unset;
    background-position: top right;
    padding: 6rem 0;
}

.bg-sumac {
    background: url("../img/sumac.png") no-repeat;
    background-size: unset;
    background-position: left bottom;
}

.bg-wheat-germ {
    background: url("../img/wheat-germ.png") no-repeat;
    background-size: unset;
    background-position: right bottom;
}

.bg-tangerine-slice {
    background: url("../img/tangerine-slice.png") no-repeat;
    background-size: unset;
    background-position: left bottom;
}

.bg-bitter-melon {
    background: url("../img/bitter-melon.png") no-repeat;
    background-size: unset;
    background-position: right bottom;
}

.testimonial {
    background: url("../img/quote.png") no-repeat;
    padding: 2rem 4rem;
    text-align: center;
}
.testimonial h3 {
    font-size: 2rem;
}
.testimonial h4 {
    line-height: 1.8;
    margin-bottom: 1.75rem;
}

.bg-cta {
    background-image: -moz-linear-gradient(
        -90deg,
        rgb(238, 246, 247) 0%,
        rgb(254, 253, 248) 100%
    );
    background-image: -webkit-linear-gradient(
        -90deg,
        rgb(238, 246, 247) 0%,
        rgb(254, 253, 248) 100%
    );
    background-image: -ms-linear-gradient(
        -90deg,
        rgb(238, 246, 247) 0%,
        rgb(254, 253, 248) 100%
    );
}

.section-reference {
    background-color: #fafbfc;
}
.section-reference p {
    word-break: break-all;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.section-reference .reference-num {
    width: 20px;
}
.section-reference .reference-link {
    flex: 1;
}

.disclaimer-wrap {
    background-color: #fcfefe;
    border: 1px solid #c1ebf0;
    box-shadow: 0 0 30px rgba(220, 175, 226, 0.15);
    padding: 1.5rem 2rem;
}
.disclaimer-wrap p {
    font-size: 0.8rem;
    margin-bottom: 1rem;
    font-weight: 400;
}
.disclaimer-wrap h6 {
    font-size: 0.75rem;
    line-height: 1.6;
}

footer {
    background-color: #f9f9f9;
    color: #333;
    font-size: 1rem;
}
footer .fw-700 {
    font-weight: 400 !important;
}
footer a {
    color: #333;
}

/* Helper classes */
.card {
    border-color: #f1f1f1;
    box-shadow: 0 0 30px #fbfbfb;
}
.card p {
    line-height: 1.8;
}
.badge {
    background-color: #3bb3c2;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-weight: 400;
    line-height: 42px;
    padding: 0;
    font-family: "Varela Round", sans-serif;
    font-size: 1.5rem;
}
.badge-secondary {
    background-color: #e0c407;
}
.btn-primary {
    background-color: #3bb3c2;
    border: none;
    text-align: center;
    font-size: 1.625rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.625rem;
    border-radius: 4px;
    box-shadow: 0 5px 0 #298590;
    font-family: "Varela Round", sans-serif;
}
.btn-primary:hover {
    background-color: #37aab9;
}
.btn-primary > span {
    text-transform: none;
    color: #685a1d;
    font-size: 1rem;
    font-weight: 400;
}
.btn-primary .dollar {
    font-size: 1rem;
    font-weight: 400;
    margin-left: 0;
}
.text-primary {
    color: #3bb3c2 !important;
}
.text-highlight {
    background-color: rgba(59, 179, 194, 0.102);
    border-radius: 4px;
    padding: 4px;
    line-height: normal;
    font-weight: 700;
}
.bg-primary {
    background-color: #3bb3c2 !important;
}
.bg-secondary {
    background-color: #e0c407 !important;
}
.bg-ltblue {
    background-color: #eef6f7;
}
.bg-ltgray {
    background-color: #f9f9f9;
}
.bg-textured-light {
    background-color: #fff;
    background-image: url("../img/bg-textured-light.png");
}
.bg-textured-primary {
    background-color: #fff;
    background-image: url("../img/bg-textured-primary.png");
}
.bg-polygon {
    -webkit-clip-path: polygon(51% 80%, 0 0, 100% 0);
    clip-path: polygon(51% 80%, 0 0, 100% 0);
}
.bg-textured-primary h3 {
    margin-bottom: 0;
}
.ff-varela {
    font-family: "Varela Round", sans-serif;
}
.fw-400 {
    font-weight: 400;
}
.lh-normal {
    line-height: normal !important;
}
.fs-xs {
    font-size: 0.9rem;
}
.fs-default {
    font-size: 1rem;
}
.fs-sm {
    font-size: 1.2rem !important;
}
.fs-md {
    font-size: 1.8rem;
}
.fs-18 {
    font-size: 1.125rem;
    line-height: 1.6;
}
.fs-20 {
    font-size: 1.25rem;
    line-height: 1.6;
}
.fs-24 {
    font-size: 1.5rem;
    line-height: 1.6;
}
.fs-28 {
    font-size: 1.75rem;
    line-height: 1.6;
}
.fs-30 {
    font-size: 1.875rem;
    line-height: 1.6;
}
.fs-36 {
    font-size: 2.25rem;
    line-height: 1.6;
}
.fs-40 {
    font-size: 2.6rem;
    line-height: 1.6;
}
.fs-50 {
    font-size: 3.125rem;
    line-height: 1.6;
}
.fs-60 {
    font-size: 3.75rem;
    line-height: 1.6;
}
.fw-700 {
    font-weight: 700;
}
.fw-600 {
    font-weight: 600;
}
.fw-400 {
    font-weight: 400;
}
.fw-300 {
    font-weight: 300;
}
.flex-1 {
    flex: 1;
}
.mb-6 {
    margin-bottom: 4rem !important;
}
.mb-7 {
    margin-bottom: 5rem !important;
}
.mb-8 {
    margin-bottom: 6rem !important;
}
.mb-10 {
    margin-bottom: 8rem !important;
}
.mb-12 {
    margin-bottom: 10rem !important;
}
.mb-16 {
    margin-bottom: 14rem !important;
}
.mt-6 {
    margin-top: 4rem;
}
.mt-7 {
    margin-top: 5rem;
}
.w-40 {
    width: 40%;
}
.w-60 {
    width: 60%;
}
.w-90 {
    width: 90%;
}
.img-rounded {
    border-radius: 6px;
}
.img-shadow {
    box-shadow: 0 0 30px #f1f1f1;
}

@media (max-width: 991px) {
    .img-text {
        position: unset;
        top: 10%;
        transform: translateY(-10%);
    }
    .img-rounded {
        margin: 1rem 0;
    }
}

@media (max-width: 767px) {
    section {
        padding: 2rem 0;
    }
    .hero {
        padding: 2rem 0;
    }
    .hero h1 {
        font-size: 1.75rem;
    }
    .hero p {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    .hero br {
        display: none;
    }
    .img-rounded {
        margin: 0;
    }
    .section-title {
        font-size: 2rem;
    }
    .section-title br {
        display: none;
    }
    p {
        font-size: 1.125rem;
        margin-bottom: 1.5rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    h4 {
        font-size: 1.2rem;
    }
    .mb-5,
    .mb-6 {
        margin-bottom: 1.5rem !important;
    }
    .testimonial {
        padding: 3rem 1rem 1rem 1rem;
    }
    .testimonial h3 {
        font-size: 1.5rem;
        line-height: 1.6;
    }
    .testimonial h4 {
        font-size: 1.25rem;
        line-height: 1.6;
    }
    .bg-sweet-berry {
        background-position-y: -4rem;
    }
    .bg-yogurt {
        background-size: 35%;
    }
    .bg-cabbage,
    .bg-oregano,
    .bg-garlic,
    .bg-bitter-melon {
        background-size: 50%;
    }
    .bg-sumac,
    .bg-wheat-germ,
    .bg-tangerine-slice {
        background-size: 35%;
    }
    .no-xs-br br {
        display: none;
    }
    .fs-20 {
        font-size: 1rem;
    }
    .fs-24 {
        font-size: 1.125rem;
    }
    .fs-28 {
        font-size: 1.5rem;
    }
    .fs-30,
    .header-highlight {
        font-size: 1.25rem;
    }
    .fs-40 {
        font-size: 1.5rem;
    }
    .fs-50 {
        font-size: 1.75rem;
    }
    .fs-60 {
        font-size: 2.25rem;
    }
    .img-wrap .card-body {
        padding: 1.5rem !important;
    }
    .img-wrap.mb-6 {
        margin-bottom: 1rem !important;
    }
    .text-highlight {
        line-height: 1.8;
    }
    footer .small {
        font-size: 75%;
    }
    .badge {
        width: 36px;
        height: 36px;
        line-height: 38px;
        font-size: 1.125rem;
    }
}
