/** Shopify CDN: Minification failed

Line 145:0 All "@import" rules must come first

**/
.page-width--narrow{
    max-width: 100%;
    padding: 0;
  }
  .shopify-policy__container{
    max-width: 1120px;
  }
  .main-page-title.page-title {
  background-color: #000;
  color: #ffffff !important;
  width: 100%;
  margin: 0;
  padding: 60px 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
}
.section-template--28059644395883__main-padding {
    padding: 0 !important;
  }
/* Scope flex override to only the page that contains these contact sections */
.content-for-layout:has(#shopify-section-template--28059644395883__main) {
  flex-direction: row !important;
  flex-wrap: wrap;
}
/* Hide the default Dawn page title only on the Contact page */
.content-for-layout:has(#shopify-section-template--28059644395883__main) .main-page-title.page-title {
  display: none;
}
#shopify-section-template--28059644395883__main,
#shopify-section-template--28059644395883__form {
  width: 50%;
  box-sizing: border-box;
  min-height: 100%;
}

#shopify-section-template--28059644395883__main {
  padding: 0;
}

#shopify-section-template--28059644395883__form {
  background-color: #0E5C33;
  padding: 60px 40px;
  display: flex;
  align-items: center;
}

#shopify-section-template--28059644395883__form .contact form,
#shopify-section-template--28059644395883__form .page-width {
  width: 100%;
  max-width: 100%;
}

#shopify-section-template--28059644395883__form label,
#shopify-section-template--28059644395883__form .field__label {
  color: #13133D !important;
}
#shopify-section-template--28059644395883__form .gradient{
    background: #0e5c33 !important;
    width: 100%;
}
/* #shopify-section-template--28059644395883__form input,
#shopify-section-template--28059644395883__form textarea {
  background-color: #ffffff !important;
  color: #13133D !important;
  border: 2px solid #13133D !important;
  border-radius: 6px;
  padding: 10px 12px;
}

#shopify-section-template--28059644395883__form input::placeholder,
#shopify-section-template--28059644395883__form textarea::placeholder {
  color: #6b6b6b;
} */

#shopify-section-template--28059644395883__form .button {
  background-color: #13133D !important;
  color: #ffffff !important;
  border: none;
  border-radius: 6px;
  margin-top: 10px;
}

@media screen and (max-width: 749px) {
  #shopify-section-template--28059644395883__main,
  #shopify-section-template--28059644395883__form {
    width: 100%;
  }
}
/* .shopify-section .contact form,
.contact-page {
  background-color: #0E5C33;
  color: #ffffff;
  padding: 60px 20px;
  box-sizing: border-box;
}

.contact-page label,
.contact-page .field__label {
  color: #ffffff !important;
}

.contact-page input,
.contact-page textarea {
  background-color: #ffffff;
  color: #13133D;
}

.contact-page .button {
  background-color: #13133D;
  color: #ffffff;
  border: none;
} */
.adm-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  border: 1px solid rgba(255,255,255,0.08);
}
.adm-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.45);
  background-color: #0a4527 !important;
}
.adm-icon-circle {
  transition: transform 0.25s ease;
}
.adm-card:hover .adm-icon-circle {
  transform: scale(1.12) rotate(-6deg);
}
.adm-cta-btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.adm-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}


/* Google Font for About page */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

/* Hide default Dawn title on About page only */
.content-for-layout:has(.adm-about) .main-page-title.page-title {
  display: none;
}

.adm-about {
  --navy: #12123C;
  --darkest: #0B0B2A;
  --green: #178A4C;
  --white: #FFFFFF;
  --gray-body: #565D78;
  --divider: #E7E9F1;
  font-family: 'Poppins', sans-serif;
}

.adm-about * { box-sizing: border-box; }
.adm-about img { max-width: 100%; display: block; }
.adm-about a { text-decoration: none; }

.adm-about .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.adm-about .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--green);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.adm-about .eyebrow__line {
  width: 24px;
  height: 2px;
  background-color: var(--green);
  display: inline-block;
}

.adm-about .section-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--navy);
  margin-bottom: 14px;
}
.adm-about .section-desc {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--gray-body);
  max-width: 560px;
}

.adm-about .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 30px;
  border-radius: 100px;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  transition: transform 0.15s ease;
}
.adm-about .btn:hover { transform: translateY(-2px); }
.adm-about .btn--white { background-color: var(--white); color: var(--navy); }
.adm-about .btn--outline {
  background-color: transparent;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.3);
}
.adm-about .btn--outline:hover { border-color: rgba(255,255,255,0.6); }

/* HERO */
.adm-about .about-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  background-color: var(--darkest);
  overflow: hidden;
}
.adm-about .about-hero__bg { position: absolute; inset: 0; z-index: 0; }
.adm-about .about-hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.28; }
.adm-about .about-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,11,42,0.75) 0%, rgba(11,11,42,0.95) 100%);
  z-index: 1;
}
.adm-about .about-hero__content { position: relative; z-index: 2; padding: 90px 30px 70px; }
.adm-about .about-hero__breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 13.5px; color: rgba(255,255,255,0.5); margin-bottom: 28px;
}
.adm-about .about-hero__breadcrumb a { color: rgba(255,255,255,0.5); }
.adm-about .about-hero__breadcrumb span.current { color: var(--white); font-weight: 500; }
.adm-about .about-hero__title {
  font-size: 52px; font-weight: 700; line-height: 1.2; color: var(--white);
  max-width: 720px; margin-bottom: 20px;
}
.adm-about .about-hero__desc {
  font-size: 17px; line-height: 1.65; color: rgba(255,255,255,0.65); max-width: 560px;
}

/* OUR STORY */
.adm-about .our-story { padding: 90px 0; background-color: var(--white); }
.adm-about .our-story__grid {
  display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 56px; margin-bottom: 64px;
}
.adm-about .our-story__image { border-radius: 20px; overflow: hidden; aspect-ratio: 4/3.4; }
.adm-about .our-story__image img { width: 100%; height: 100%; object-fit: cover; }
.adm-about .our-story__text p {
  font-size: 15.5px; line-height: 1.75; color: var(--gray-body); margin-bottom: 16px;
}
.adm-about .stats-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  border-top: 1px solid var(--divider); padding-top: 40px;
}
.adm-about .stat-item { text-align: center; }
.adm-about .stat-item__number { font-size: 34px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.adm-about .stat-item__number span { color: var(--green); }
.adm-about .stat-item__label { font-size: 13.5px; font-weight: 500; color: var(--gray-body); }

/* VALUES */
.adm-about .our-values { padding: 90px 0; background-color: #FAFAFC; text-align: center; }
.adm-about .our-values .eyebrow { justify-content: center; }
.adm-about .our-values .section-heading { max-width: 640px; margin: 0 auto 14px; }
.adm-about .our-values .section-desc { margin: 0 auto; }
.adm-about .values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
.adm-about .value-card {
  background-color: var(--white); border: 1px solid var(--divider); border-radius: 16px;
  padding: 32px 24px; text-align: left;
}
.adm-about .value-card__icon {
  width: 52px; height: 52px; border-radius: 14px; background-color: var(--navy); color: var(--white);
  display: flex; align-items: center; justify-content: center; margin-bottom: 22px;
}
.adm-about .value-card__title { font-size: 16.5px; font-weight: 600; color: var(--navy); margin-bottom: 10px; }
.adm-about .value-card__desc { font-size: 13.5px; color: var(--gray-body); line-height: 1.6; }

/* CTA */
.adm-about .about-cta { padding: 64px 0 90px; background-color: var(--white); }
.adm-about .about-cta__inner {
  position: relative; border-radius: 24px; overflow: hidden; padding: 56px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  flex-wrap: wrap; background-color: var(--navy);
}
.adm-about .about-cta__bg { position: absolute; inset: 0; z-index: 0; }
.adm-about .about-cta__bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.18; }
.adm-about .about-cta__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(115deg, rgba(18,18,60,0.97) 30%, rgba(23,138,76,0.55) 130%);
  z-index: 1;
}
.adm-about .about-cta__content { position: relative; z-index: 2; max-width: 480px; }
.adm-about .about-cta .eyebrow { color: var(--green); margin-bottom: 14px; }
.adm-about .about-cta__heading { font-size: 30px; font-weight: 700; color: var(--white); margin-bottom: 12px; }
.adm-about .about-cta__desc { font-size: 15px; color: rgba(255,255,255,0.65); line-height: 1.6; }
.adm-about .about-cta__actions { position: relative; z-index: 2; display: flex; gap: 14px; flex-shrink: 0; flex-wrap: wrap; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .adm-about .values-grid { grid-template-columns: repeat(2, 1fr); }
  .adm-about .stats-row { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}
@media (max-width: 860px) {
  .adm-about .our-story__grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 760px) {
  .adm-about .about-hero__title { font-size: 34px; }
  .adm-about .section-heading { font-size: 28px; }
  .adm-about .values-grid { grid-template-columns: 1fr; }
  .adm-about .stats-row { grid-template-columns: repeat(2, 1fr); }
  .adm-about .about-cta__inner { flex-direction: column; align-items: flex-start; padding: 36px; }
  .adm-about .about-cta__actions { width: 100%; }
  .adm-about .about-cta__actions .btn { flex: 1; }
}


/* FAQ PAGE */
.adm-faq {
  --navy: #12123C;
  --darkest: #0B0B2A;
  --green: #178A4C;
  --white: #FFFFFF;
  --gray-body: #565D78;
  --divider: #E7E9F1;
  font-family: 'Poppins', sans-serif;
}
.adm-faq * { box-sizing: border-box; }
.adm-faq .container { max-width: 900px; margin: 0 auto; padding: 0 24px; }

/* Hide default Dawn title on FAQ page */
.content-for-layout:has(.adm-faq) .main-page-title.page-title {
  display: none;
}

/* Hero */
.adm-faq .faq-hero {
  background-color: var(--darkest);
  text-align: center;
  padding: 90px 20px 70px;
}
.adm-faq .faq-hero .eyebrow {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  color: var(--green); font-size: 13.5px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px;
}
.adm-faq .faq-hero .eyebrow__line { width: 24px; height: 2px; background-color: var(--green); display: inline-block; }
.adm-faq .faq-hero h1 { font-size: 48px; font-weight: 700; color: var(--white); margin-bottom: 16px; }
.adm-faq .faq-hero p { font-size: 17px; color: rgba(255,255,255,0.65); max-width: 600px; margin: 0 auto; line-height: 1.6; }

/* Body */
.adm-faq .faq-body { background-color: var(--white); padding: 70px 20px; }

.adm-faq .faq-category {
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  margin: 48px 0 20px;
}
.adm-faq .faq-category:first-child { margin-top: 0; }

.adm-faq .faq-item {
  border: 1px solid var(--divider);
  border-radius: 14px;
  margin-bottom: 14px;
  overflow: hidden;
  background-color: var(--white);
}

.adm-faq .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
  user-select: none;
}

.adm-faq .faq-question .icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #F0F1F7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.adm-faq .faq-item.active .faq-question .icon {
  background-color: var(--green);
  transform: rotate(45deg);
}
.adm-faq .faq-item.active .faq-question .icon svg { stroke: #ffffff; }

.adm-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.adm-faq .faq-answer-inner {
  padding: 0 24px 22px;
  font-size: 15px;
  color: var(--gray-body);
  line-height: 1.7;
}

/* CTA */
.adm-faq .faq-cta {
  background-color: var(--navy);
  text-align: center;
  padding: 70px 20px;
}
.adm-faq .faq-cta h3 { font-size: 26px; font-weight: 700; color: var(--white); margin-bottom: 12px; }
.adm-faq .faq-cta p { font-size: 15px; color: rgba(255,255,255,0.65); margin-bottom: 30px; }
.adm-faq .faq-cta .btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 52px; padding: 0 34px; border-radius: 100px;
  background-color: var(--green); color: var(--white);
  font-weight: 600; font-size: 15px; text-decoration: none;
  transition: transform 0.15s ease;
}
.adm-faq .faq-cta .btn:hover { transform: translateY(-2px); }

@media (max-width: 600px) {
  .adm-faq .faq-hero h1 { font-size: 32px; }
  .adm-faq .faq-category { font-size: 19px; }
}

