.text-green-darkest {
    color: #1D4321;
}
.bg-green-darkest {
    background-color: #1D4321;
}
.text-neon-green {
    color: #B5F25B;
}
body {
    background-color: #FFFAF1;
}
.section-title {
    font-size: 1.875rem;
    margin-bottom: 16px;
}
.plan-card {
    border: 2px solid var(--ns-green);
    width: 100%;
    text-decoration:none;
    color: var(--bs-body-color);
    height:158px;
    overflow:hidden;
}
.plan-card:nth-child(2){
    background: #F2FFCF;
}
.plan-card:last-child{
    height:177px;
}
.plan-card img {
    height:100%;
    float:left;
    padding-right:16px;
}
.plan-card .card-header {
    padding: 16px;
}
.plan-title {
    color: var(--Background-background-dark, #1D4321);
    font-size: 1.375rem;
    font-weight:900;
    line-height: 1.13;
    margin:0 0 4px;
}
.plan-desc {
    line-height: 1.25;
    margin:0 0 12px;
}
.plan-card .btn {
    font-size:1.1875rem;
    text-transform: none;
    line-height:1;
    padding:10px 24px;
}
.plan-title .pill {
    color:#fff;
    font-size:.875rem;
    padding: 4px 10px;
    border-radius: 72px;
    background: var(--Brand-Green, #64A535);
    top: -4px;
    position: relative;
    line-height: 1;
}
.goals .goals-icons-wrapper a{
    flex-basis:44%;
}
.goals .goals-icons-wrapper a img{
    border-radius:90px;
    box-shadow: 3px 6px 6px 0 rgba(0, 0, 0, 0.25);
}
.goals .goals-icons-wrapper a:hover img{
    box-shadow: 3px 6px 6px 0 rgba(0, 0, 0, 0.5);
}
.goals .offer-btn, .testimonials .offer-btn {
    border-radius: 0.25rem;
    font-size: 1.4375rem;
    width: 100%;
    max-width: 160px;
    text-transform: none;
    padding: 12px 0;
}
.hiw-cards-col {
    overflow: hidden;
    overflow-x: scroll;
}
.hiw .row {
    padding: 24px 0 32px;
}
.hiw .section-title {
    margin-bottom: 12px;
    font-size:2rem;
}
.hiw .sub-header {
    font-size: 1.125rem;
    line-height: 1.3;
    margin-bottom: 24px;
}
.hiw .hiw-cards-wrapper {
    min-width: 1200px;
    gap: 30px;
}
.hiw .hiw-card {
    width: 100%;
    max-width: 270px;
    text-align:center;
}
.hiw .card-title {
    font-size:1.125rem;
    line-height: 1.1;
    font-weight:900;
    font-family: korolev, sans-serif;
    margin:16px 0 12px;
}
.hiw .card-sub {
    font-size:.875rem;
    margin:0;
    line-height: 1.4;
}
.hiw .cta-wrapper {
    font-size: 1.4375rem;
}
.hiw .cta-wrapper .view-menu-link:hover {
    color: var(--ns-green);
}
.plans .cta-wrapper .cta-btn {
    background-color: #fff;
}
.plans .cta-wrapper .cta-btn:hover {
    background-color: transparent;
}
.food-cards-col {
    overflow: hidden;
    overflow-x: scroll;
}
.foods .row {
    padding: 24px 0 32px;
}
.foods .section-title {
    margin-bottom: 12px;
}
.foods .sub-header, .goals .sub-header {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 31px;
}
.foods .food-cards-wrapper {
    min-width: 1200px;
    gap: 30px;
}
.foods .food-card {
    width: 100%;
    max-width: 270px;
}
.foods .cta-wrapper .view-menu-link, .testimonials .stories-link {
    font-size: 1.1875rem;
}
.foods .cta-wrapper .view-menu-link:hover, .testimonials .stories-link:hover {
    color: var(--ns-green);
}
.testimonials {
    padding: 32px 0;
}
.quote-card {
    margin-bottom: 18px;
}
.quote-card.yellow-bg {
    background: #FFE6A6;
}
.quote-card.blue-bg {
    background: #D0F2FF;
}
.quote-card.green-bg {
    background: #F2FFCF;
}
.quote-card .author-img-wrapper {
    width: 70%;
}
.quote-card .quote-copy {
    font-size: 1.375rem;
    line-height: 1.36;
}
.quote-card .stat-img-wrapper {
    max-width: 96px;
    min-width: 96px;
}
.quote-card .stat-copy h3 {
    font-size: 2.125rem;
    line-height: 1;
}
.quote-card .stat-copy p {
    font-size: 1.125rem;
    line-height: 1.3;
}
.testimonials .cta-wrapper {
    margin: 12px 0;
}
.mbg-closer, .mbg-bottom.hide {
    display: none;
}
footer {
    background: #fff;
}
@media (max-width: 345px) {
  .plan-card img {
    padding-right:4px;
  }
  .plan-title {
    font-size: 1.22rem;
  }
  .plan-title .pill {
    font-size: .75rem;
  }
  .plan-desc {
    font-size: .9rem;
  }
}
@media (min-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
    .plan-card,.plan-card:last-child{
        text-align:center;
        height:auto;
        box-shadow: 3px 6px 6px 0 rgba(0, 0, 0, 0.25);
    }
    .plan-card:hover{
        text-align:center;
        height:auto;
        box-shadow: 3px 6px 6px 0 rgba(0, 0, 0, 0.5);
    }
    .plan-card img {
        padding: 0;
    }
    .plans-wrapper picture{
        order:2;
    }
    .plan-card .card-header{
        order:1;
        padding:16px 10px;
    }
    .plan-desc {
        font-size: .875rem;
        height:53px;
        margin: 0 0 14px;
    }
    .goals .row.py-md-5-5{
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .goals .goals-icons-wrapper a{
        flex-basis:29%;
    }

    .hiw .cta-wrapper {
        margin-top:32px;
    }
    .quote-card .author-img-wrapper {
        width: 100%;
        max-width: 215px;
        min-width: 120px;
    }
}
@media (min-width: 992px) {
    .plan-title {
        font-size: 1.5rem;
    }
    .plan-desc {
        font-size: 1rem;
        height:60px
    }
    .plan-card .btn {
        font-size: 1.4375rem;
    }
    .plan-title .pill {
        font-size: 1rem;
    }
    .goals .offer-btn, .testimonials .offer-btn {
        font-size: 1.75rem;
        max-width: 180px;
    }
    .testimonials .small-quotes {
        gap: 24px;
    }
    .testimonials .quote-card.long-card {
        min-height: 527px;
    }
    .testimonials .quote-card.dt-card-ht {
        min-height: 199px;
    }
    .blue-card {
        padding-top: 37px;
        padding-bottom: 37px;
    }
}
@media (min-width: 1200px) {
    .section-title {
        font-size: 2.875rem;
        margin-bottom: 40px;
    }
    .plan-title {
        font-size: 2.125rem;
    }
    .plan-title .pill {
        font-size:1.25rem;
        padding:8px 16px;
        top:-8px;
    }
    .plan-desc {
        font-size: 1.06rem;
        height: 50px;
    }
    .plan-card .btn {
        font-size: 1.4375rem;
    }
    .plans .cta-wrapper .cta-btn {
        font-size: 1.75rem;
    }
    .goals .section-title {
        margin:1rem 0 1rem;
    }
    .goals .sub-header {
        font-size:1.625rem;
    }
    .goals .goals-icons-wrapper img{
        max-width: 175px;
    }
    .hiw-cards-col {
        overflow: visible;
    }
    .hiw .section-title {
        font-size: 2.875rem;
        margin:0 0 16px;
    }
    .hiw .sub-header {
        font-size: 1.375rem;
        margin-bottom: 0;
    }
    .hiw .card-title {
        font-size: 1.375rem;
    }
    .hiw .card-sub {
        font-size: 1rem;
    }
    .hiw .cta-wrapper a {
        font-size: 1.375rem;
    }
    .hiw .hiw-card {
        max-width: 258px;
    }
    .hiw .hiw-cards-wrapper {
        min-width: auto;
        width: 100%;
        gap: 24px;
        margin-top: 32px;
    }
    .food-cards-col {
        overflow: visible;
    }
    .foods .sub-header {
        font-size: 1.75rem;
        margin-bottom: 0;
    }
    .foods .cta-wrapper .view-menu-link, .testimonials .stories-link {
        font-size: 1.375rem;
    }
    .foods .food-card {
        max-width: 258px;
    }
    .foods .food-cards-wrapper {
        min-width: auto;
        width: 100%;
        gap: 24px;
        margin-top: 49px;
    }
    .foods p.small {
        padding-left:8px;
    }
    .testimonials {
        padding: 40px 0;
    }
    .testimonials .section-title {
        margin-bottom: 48px;
    }
    .testimonials .small-quotes {
        gap: 30px;
    }
    .quote-card .quote-copy {
        font-size: 1.875rem;
    }
    .quote-card.yellow-bg {
        margin-bottom: 27px;
    }
    .quote-card.blue-bg {
        margin-bottom: 37px;
    }
    .testimonials .small-quotes .quote-card.blue-bg {
        margin-bottom: 18px;
    }
    .testimonials .quote-card.long-card {
        min-height: 589px;
        margin-bottom: 37px;
    }
    .testimonials .right-col {
        padding-left: 18px;
    }
    .testimonials .quote-card.dt-card-ht {
        min-height: auto;
    }
    .blue-card {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (min-width: 1440px) {
    .plans {
        padding-bottom: 80px;
    }
    .plans-wrapper {
        gap: 30px;
    }
    .plan-desc {
        font-size: 1.25rem;
        height: 50px;
    }
    .goals .section-title {
        margin-top:3rem;
    }
    .foods .food-cards-wrapper {
        gap: 30px;
    }
    .foods p.small {
        padding-left:111px;
    }
    .blue-card {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
