/** Shopify CDN: Minification failed

Line 101:14 Expected identifier but found whitespace
Line 101:16 Unexpected "{"
Line 101:25 Expected ":"
Line 101:51 Expected ":"
Line 102:17 Expected identifier but found whitespace
Line 102:19 Unexpected "{"
Line 102:28 Expected ":"
Line 102:57 Expected ":"
Line 103:15 Expected identifier but found whitespace
Line 103:17 Unexpected "{"
... and 39 more hidden warnings

**/


/* CSS from section stylesheet tags */
.core-values-wrapper {
  padding:60px 20px;
  text-align: center;
}
.core-values-wrapper h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 40px;
    line-height: 50px;
    font-weight: 500;
}
.core-values-wrapper p {
    font-size: 18px;
    line-height: 26px;
}
.core-values-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.core-value-item {
    flex: 1 1 31%;
    max-width: 31%;
}
.core-values-wrapper h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 10px;
    font-family: 'Inter';
}
  .core-values-wrapper .page-width {
  padding: 0px;
}
/* === Tablet === */
@media (min-width: 768px) and (max-width: 1024px) {
  .core-value-item {
    flex: 1 1 33%;
    max-width: 31%;
}
.core-values-wrapper .page-width {
  padding: 0px;
}
  .core-values-grid {
    gap: 26px;
}
}

/* === Mobile === */
@media (max-width: 767px ) {
  .core-values-wrapper .page-width {
    padding: 0 10px;
}
  .core-values-wrapper h2 {
    font-size: 30px!important;
    line-height: 40px;
}
  .core-values-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.core-value-item {
  flex: 1 1 70%;
  max-width: 90%;
}
.core-values-wrapper {
  padding: 40px 0;
}
.core-value-item p {
  font-size: 16px;
  line-height: 26px;
}
.core-value-item h3 {
  line-height: 32px;
}
}
.subscription-wellness-section {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
  padding-left: {{ section.settings.padding_left }}px;
  padding-right: {{ section.settings.padding_right }}px;
  background-color: {{ section.settings.bg_color }};
}

.subscription-wellness-section h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
  color: #294c2e;
}

.subscription-wellness-box {
  background: #fff;
  border: 1px solid #d9d9d9a6;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: left;
  padding: 20px;
  height: 260px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.subscription-wellness-box:hover {
  transform: translateY(-8px);
  box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.15);
}

.subscription-wellness-box img {
    width: 48px;
    height: 48px !important;
    border-radius: 0px;
    object-fit: contain;
    margin-bottom: 15px;
}

.subscription-wellness-box h5 {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  color: #121212;
  letter-spacing: -0.2px;
  margin-bottom: 10px;
  font-weight: 600;
}

.subscription-wellness-box p {
  font-size: 16px;
  line-height: 26px;
  color: #121212;
  margin-bottom: 0;
}
h2.heading-sub-cta {
    font-size: 40px;
    color: #294c2e;
    margin-bottom: 30px;
    line-height: 40px;
}
/* === Tablet === */
@media (min-width: 768px) and (max-width: 1024px) {
  .subscription-wellness-section {
    padding: 80px 5px !important;
  }
}

/* === Mobile === */
@media (max-width: 767px) {
.subscription-wellness-section {
    padding: 50px 10px 35px 10px !important;
}
  .subscription-wellness-box {
    height: auto;
}
    .margin-bottom-wellness {
    padding: 0px;
}
  h2.heading-sub-cta {
    font-size: 30px;
    line-height: 38px;
}
.collapsible-content-wrapper-narrow {
    padding: 0px 4px !important;
}
  .subscription-sec {
    padding: 50px 20px 35px 20px !important;
}
}
.team-member h3 { font-size: 22px; font-weight: 500; color: #121212; line-height: 32px; }
.team-member p { font-size: 14px; color: #121212; line-height: 22px; }
.team-member h6 { color: #a44a1c; font-weight: 600; font-size: 14px; margin-top: 10px; margin-bottom: 10px; line-height: 22px; }
.team-member img { height: 250px; width: 100%; object-fit: cover; border-radius: 8px; margin-bottom: 15px; }
.team-section h2 { font-size: 40px; font-weight: 500; color: #294c2e; line-height: 50px; }
.social-links a { color: #294c2e; font-size: 16px; margin-right: 10px; transition: color 0.3s; }
.social-links a:hover { color: #a44a1c; }

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .team-section.team-section-dynamic { padding: 60px 10px; }
}

/* Mobile */
@media (max-width: 767px) {
  .team-section h2 { font-size: 30px; line-height: 40px; }
  .team-section.team-section-dynamic { padding: 60px 10px; }
}
.included-section {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
  background-color: {{ section.settings.bg_color }};
  font-family: 'Inter', sans-serif;
}
.included-section img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.included-section h2 {
    font-size: 40px;
    color: #294c2e;
    margin-bottom: 30px;
    line-height: 40px;
}
.included-section p {
    font-size: 18px;
    line-height: 28px;
    color: #121212;
    margin-bottom: 10px;
}

.included-section li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px !important;
    color: #121212;
}
.included-section li i {
    padding-right: 3px;
}

.testimonial-box p {
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 400 !important;
    color: #92400e !important;
}
.testimonial-box small {
    color: #92400e;
}
.included-section ul i {
  color: #294c2e;
}
.testimonial-box {
    background-color: #fefbea;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #faeeac;
    margin-top: 30px !important;
}
.included-section img {
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.included-section img:hover {
  transform: scale(1.05);
}
/*IPAD CSS*/
@media (min-width: 768px) and (max-width: 1024px) {
section.included-section {
    padding: 0px 10px;
}

}
/*MOBILE CSS*/
@media (max-width:767px) {
.included-section h2 {
    font-size: 30px;
    color: #294c2e;
    margin-bottom: 30px;
    line-height: 30px;
}
.testimonial-box {
    margin-bottom: 20px;
}
  section.included-section {
    padding: 50px 10px !important;
}
}
.why-exsit-box-section {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
  padding-left: {{ section.settings.padding_left }}px;
  padding-right: {{ section.settings.padding_right }}px;
  background-color: {{ section.settings.bg_color }};
}
.why-exsit-box-section h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
  color: #294c2e;
}

.why-exsit-box {
  background: #fff;
  border: 1px solid #d9d9d9a6;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: left;
  padding: 20px;
  height: 260px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-exsit-box:hover {
  transform: translateY(-8px);
  box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.15);
}

.why-exsit-box img {
    width: 48px;
    height: 48px !important;
    border-radius: 0px;
    object-fit: contain;
    margin-bottom: 15px;
}

.why-exsit-box h5 {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  color: #121212;
  letter-spacing: -0.2px;
  margin-bottom: 10px;
  font-weight:600;
}

.why-exsit-box p {
  font-size: 16px;
  line-height: 26px;
  color: #121212;
  margin-bottom: 0;
}
/* === Tablet === */
@media (min-width: 768px) and (max-width: 1024px) {
  .why-exsit-box-section {
    padding: 60px 5px !important;
}
}

/* === Mobile === */
@media (max-width: 767px ) {
  .why-exsit-box-section {
    padding: 60px 5px !important;
}

.why-exsit-box-section h2 {
    font-size: 30px;
    line-height: 40px;
}
}