/* line 2, app/assets/stylesheets/b2c_design/_ch_tokens.scss */
.ch-b2c,
.ch-home,
.ch-b2c-page--auth,
.ch-pharmacy,
header.main-header.ch-header {
  --ch-primary: #1e3a5f;
  --ch-accent: #2563eb;
  --ch-accent-soft: #eff6ff;
  --ch-text: #0f172a;
  --ch-muted: #64748b;
  --ch-border: #e2e8f0;
  --ch-radius: 16px;
  --ch-shadow: 0 12px 40px rgba(30, 58, 95, 0.08);
  font-family: "Poppins", system-ui, sans-serif;
  color: var(--ch-text);
}

/* line 2, app/assets/stylesheets/b2c_design/_ch_tokens.scss */
.ch-b2c,
.ch-home,
.ch-b2c-page--auth,
.ch-pharmacy,
header.main-header.ch-header {
  --ch-primary: #1e3a5f;
  --ch-accent: #2563eb;
  --ch-accent-soft: #eff6ff;
  --ch-text: #0f172a;
  --ch-muted: #64748b;
  --ch-border: #e2e8f0;
  --ch-radius: 16px;
  --ch-shadow: 0 12px 40px rgba(30, 58, 95, 0.08);
  font-family: "Poppins", system-ui, sans-serif;
  color: var(--ch-text);
}

/* line 4, app/assets/stylesheets/b2c_design/ch_footer.scss */
body.ch-b2c-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* line 10, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-b2c-page__main {
  flex: 1 0 auto;
}

/* line 14, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-b2c-footer svg.hide {
  display: none !important;
}

/* line 18, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-b2c-footer {
  --ch-footer-bg: #1e3a5f;
  --ch-footer-text: #f8fafc;
  --ch-footer-muted: #b8d4f8;
  --ch-footer-link: #dce8fa;
  --ch-footer-accent: #60a5fa;
  --ch-footer-border: rgba(255, 255, 255, 0.12);
  font-family: "Poppins", "Noto Sans Arabic", system-ui, sans-serif;
  color: var(--ch-footer-text);
  margin-top: auto;
}

/* line 30, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer.footer-dark-area {
  background: var(--ch-footer-bg);
  padding: 2.5rem 0 2rem;
}

@media (min-width: 768px) {
  /* line 30, app/assets/stylesheets/b2c_design/ch_footer.scss */
  .ch-footer.footer-dark-area {
    padding: 4rem 0 2.5rem;
  }
}

/* line 38, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer.footer-dark-area .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* line 45, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__top {
  display: grid;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--ch-footer-border);
}

@media (min-width: 992px) {
  /* line 45, app/assets/stylesheets/b2c_design/ch_footer.scss */
  .ch-footer__top {
    grid-template-columns: minmax(260px, 340px) 1fr;
    gap: 3rem;
    align-items: start;
  }
}

/* line 59, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 65, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__logo-link {
  display: inline-block;
  line-height: 0;
}

/* line 69, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__logo-link img {
  display: block;
  max-height: 48px;
  width: auto;
  object-fit: contain;
}

/* line 77, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__tagline {
  margin: 0;
  font-weight: 500;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  line-height: 1.45;
  color: var(--ch-footer-text);
  max-width: 20rem;
}

/* line 86, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__tagline-accent {
  display: block;
  margin-top: 0.25rem;
  color: var(--ch-footer-accent);
  font-weight: 600;
}

/* line 93, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__trust {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* line 101, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__trust li {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ch-footer-muted);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--ch-footer-border);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
}

/* line 114, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__nav {
  display: grid;
  gap: 2rem;
}

@media (min-width: 480px) {
  /* line 114, app/assets/stylesheets/b2c_design/ch_footer.scss */
  .ch-footer__nav {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  /* line 114, app/assets/stylesheets/b2c_design/ch_footer.scss */
  .ch-footer__nav {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  /* line 114, app/assets/stylesheets/b2c_design/ch_footer.scss */
  .ch-footer__nav {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem 2rem;
  }
}

@media (min-width: 768px) {
  /* line 131, app/assets/stylesheets/b2c_design/ch_footer.scss */
  .ch-footer__nav--compact {
    grid-template-columns: 1fr;
    justify-items: end;
    max-width: 320px;
    margin-left: auto;
  }
}

/* line 142, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__col h6 {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ch-footer-text);
}

/* line 150, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 156, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__col li {
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

/* line 161, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__col a {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--ch-footer-link);
  text-decoration: none;
  transition: color 0.15s ease;
}

/* line 168, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__col a:hover {
  color: #fff;
}

@media (max-width: 991px) {
  /* line 174, app/assets/stylesheets/b2c_design/ch_footer.scss */
  .ch-footer__col--contact {
    grid-column: 1 / -1;
  }
}

/* line 180, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__support-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ch-footer-text);
  margin-bottom: 0.35rem;
}

/* line 188, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__phone {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.02em;
}

/* line 196, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__phone:hover {
  color: var(--ch-footer-accent);
}

/* line 201, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__hours,
.ch-footer__email {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  color: var(--ch-footer-muted);
  line-height: 1.5;
}

/* line 210, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__email a {
  color: var(--ch-footer-link);
  text-decoration: none;
}

/* line 214, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__email a:hover {
  color: #fff;
}

/* line 219, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__help {
  margin: 1rem 0 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--ch-footer-muted);
}

/* line 225, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__help strong {
  display: block;
  color: var(--ch-footer-text);
  font-weight: 600;
  margin-bottom: 0.25rem;
}

/* line 233, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  /* line 233, app/assets/stylesheets/b2c_design/ch_footer.scss */
  .ch-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
}

/* line 246, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__legal {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  font-size: 0.875rem;
  color: var(--ch-footer-muted);
}

/* line 257, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__legal a {
  color: var(--ch-footer-muted);
  text-decoration: none;
}

/* line 261, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__legal a:hover {
  color: #fff;
}

/* line 268, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* line 277, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: opacity 0.15s ease;
}

/* line 284, app/assets/stylesheets/b2c_design/ch_footer.scss */
.ch-footer__social a:hover {
  opacity: 1;
}

/* line 291, app/assets/stylesheets/b2c_design/ch_footer.scss */
html[dir="rtl"] .ch-b2c-footer .ch-footer__nav,
html[dir="rtl"] .ch-b2c-footer .ch-footer__col {
  text-align: right;
}

/* line 296, app/assets/stylesheets/b2c_design/ch_footer.scss */
html[dir="rtl"] .ch-b2c-footer .ch-footer__legal {
  justify-content: flex-start;
}

@media (min-width: 768px) {
  /* line 301, app/assets/stylesheets/b2c_design/ch_footer.scss */
  html[dir="rtl"] .ch-b2c-footer .ch-footer__bottom {
    flex-direction: row-reverse;
  }
}

/* line 6, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-hero {
  background: linear-gradient(165deg, #f8fafc 0%, #eff6ff 40%, #e0f2fe 100%);
  padding: 2rem 0 0;
  overflow: visible;
}

/* line 12, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-hero .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* line 18, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  min-height: 420px;
}

/* line 26, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.9rem;
  margin-bottom: 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ch-accent);
  background: rgba(37, 99, 235, 0.1);
  border-radius: 999px;
}

/* line 39, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-hero__title {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--ch-text);
}

/* line 46, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-hero__title span {
  color: var(--ch-accent);
}

/* line 51, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-hero__lead {
  margin: 0 0 1.5rem;
  max-width: 28rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ch-muted);
}

/* line 59, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-hero__visual {
  position: relative;
  text-align: center;
  overflow: hidden;
}

/* line 64, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-hero__visual img,
.ch-home-hero__visual svg {
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: 24px;
  box-shadow: var(--ch-shadow);
}

/* line 73, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-hero__visual .ch-home-hero__logo-float {
  position: absolute;
  bottom: 12%;
  left: 8%;
  width: 72px;
  height: 72px;
  padding: 10px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
  object-fit: contain;
}

/* line 88, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-search-band {
  background: #fff;
  border-top: 1px solid var(--ch-border);
  padding: 1.5rem 0 2rem;
  margin-top: -1px;
}

/* line 95, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-search-band.landing-banner-search {
  position: static;
  left: auto;
  bottom: auto;
  width: 100%;
  background: transparent;
  border: 0;
  margin-bottom: 0;
  padding-bottom: 2.5rem;
}

/* line 105, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-search-band.landing-banner-search .landing-banner-inner {
  height: auto;
  padding: 0;
}

/* line 110, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-search-band.landing-banner-search .landing-banner-top {
  padding-left: 0;
}

/* line 114, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-search-band.landing-banner-search .landing-search-area {
  width: 100%;
  max-width: 847px;
  margin: 0 auto;
  box-shadow: 0 8px 32px rgba(30, 58, 95, 0.1);
  position: relative;
  z-index: 60;
  overflow: visible;
}

/* line 125, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-search-band.landing-banner-search .search-block,
.ch-home-search-band.landing-banner-search .search-main,
.ch-home-search-band.landing-banner-search .search-city,
.ch-home-search-band.landing-banner-search .input-area {
  overflow: visible;
  position: relative;
}

/* line 133, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-search-band.landing-banner-search .twitter-typeahead {
  position: relative;
  width: 100%;
}

/* line 138, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-search-band.landing-banner-search .tt-menu,
.ch-home-search-band.landing-banner-search .tt-menu.tt-open {
  position: absolute !important;
  z-index: 10060 !important;
  display: block;
  background: #fff;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.14);
  border: 1px solid var(--ch-border);
  border-radius: 8px;
  max-height: 360px !important;
  overflow-y: auto !important;
}

/* line 154, app/assets/stylesheets/b2c_design/ch_home.scss */
.controller__b2c.action__landing .ch-home-section {
  position: relative;
  z-index: 1;
}

/* line 159, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-services {
  padding: 4rem 0;
}

/* line 162, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-services .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* line 168, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-services__head {
  text-align: center;
  margin-bottom: 2.5rem;
}

/* line 172, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-services__head h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
}

/* line 178, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-services__head p {
  margin: 0;
  color: var(--ch-muted);
  font-size: 1.0625rem;
}

/* line 185, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

/* line 192, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.25rem;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid var(--ch-border);
  border-radius: var(--ch-radius);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

/* line 205, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ch-shadow);
  border-color: #93c5fd;
  color: inherit;
}

/* line 212, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-service-card__img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  margin-bottom: 1rem;
  border-radius: 12px;
}

/* line 220, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-service-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--ch-primary);
}

/* line 227, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-service-card p {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--ch-muted);
  flex-grow: 1;
}

/* line 235, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-service-card__stat {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ch-accent);
}

/* line 240, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-service-card__stat strong {
  font-size: 1rem;
}

/* line 245, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-service-card__arrow {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ch-accent);
}

/* line 253, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-trust {
  background: var(--ch-primary);
  color: #fff;
  padding: 2.5rem 0;
}

/* line 258, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-trust .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* line 264, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  text-align: center;
}

/* line 271, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-trust__item strong {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  margin-bottom: 0.25rem;
}

/* line 278, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-trust__item span {
  font-size: 0.875rem;
  opacity: 0.85;
}

/* line 284, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-mission {
  padding: 4rem 0;
  background: var(--ch-accent-soft);
}

/* line 288, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-mission .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* line 294, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-mission__inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2.5rem;
  align-items: center;
}

/* line 301, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-mission__visual img {
  width: 100%;
  max-width: 360px;
  border-radius: 20px;
  box-shadow: var(--ch-shadow);
}

/* line 308, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-mission__eyebrow {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ch-accent);
  margin: 0 0 0.5rem;
}

/* line 317, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-mission h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
}

/* line 323, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-mission p {
  margin: 0 0 1.25rem;
  line-height: 1.7;
  color: var(--ch-muted);
}

/* line 329, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-mission a {
  font-weight: 600;
  color: var(--ch-accent);
  text-decoration: none;
}

/* line 334, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-mission a:hover {
  text-decoration: underline;
}

/* line 340, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-section {
  padding: 3rem 0;
}

/* line 343, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-section--specialties {
  background: #fff;
}

/* line 347, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-section--specialties .top-specialties h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
}

/* line 353, app/assets/stylesheets/b2c_design/ch_home.scss */
.ch-home-section--app {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

/* line 360, app/assets/stylesheets/b2c_design/ch_home.scss */
.controller__b2c.action__landing #search_banner_visibility .landing-banner:not(.ch-home-search-band) {
  display: none;
}

/* line 364, app/assets/stylesheets/b2c_design/ch_home.scss */
.controller__b2c.action__landing .life-at-healtheire,
.controller__b2c.action__landing .landing_career.join-us {
  display: none;
}

/* line 369, app/assets/stylesheets/b2c_design/ch_home.scss */
.controller__b2c.action__landing .mission-statement.landing-top-heading {
  display: none;
}

/* line 373, app/assets/stylesheets/b2c_design/ch_home.scss */
.controller__b2c.action__landing .landing-services {
  display: none;
}

@media (max-width: 991px) {
  /* line 379, app/assets/stylesheets/b2c_design/ch_home.scss */
  .ch-home-hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  /* line 384, app/assets/stylesheets/b2c_design/ch_home.scss */
  .ch-home-hero__visual {
    order: -1;
    max-width: 400px;
    margin: 0 auto;
  }
  /* line 390, app/assets/stylesheets/b2c_design/ch_home.scss */
  .ch-home-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 394, app/assets/stylesheets/b2c_design/ch_home.scss */
  .ch-home-trust__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 398, app/assets/stylesheets/b2c_design/ch_home.scss */
  .ch-home-mission__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  /* line 404, app/assets/stylesheets/b2c_design/ch_home.scss */
  .ch-home-services__grid {
    grid-template-columns: 1fr;
  }
}
