/**
 * Patient home page — Lyn_Interconnect01 node 449:5396
 * Scoped to body.pat_en_home.sect-pat and body.pat_es_home.sect-pat
 */

.pat_en_home.sect-pat main section,
.pat_es_home.sect-pat main section {
  background: #fff !important;
  padding: 0 !important;
}

.pat_en_home.sect-pat main section .section-wrapper,
.pat_es_home.sect-pat main section .section-wrapper {
  max-width: 960px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center !important;
}

/* Hero */
.pat_en_home.sect-pat main section.module-1,
.pat_es_home.sect-pat main section.module-1 {
  padding: 32px 0 48px !important;
}

.pat_en_home.sect-pat main section.module-1 .section-wrapper h1,
.pat_es_home.sect-pat main section.module-1 .section-wrapper h1 {
  font-size: 32px !important;
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
  max-width: 661px !important;
}

.pat_en_home.sect-pat main section.module-1 .section-wrapper > h3,
.pat_es_home.sect-pat main section.module-1 .section-wrapper > h3 {
  color: var(--figma-lavender) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 16px !important;
  max-width: 818px !important;
}

.pat_en_home.sect-pat main section.module-1 .section-wrapper > p,
.pat_es_home.sect-pat main section.module-1 .section-wrapper > p {
  font-size: 16px !important;
  line-height: 1.4 !important;
  max-width: 818px !important;
  margin: 0 auto !important;
}

/* eConsent band */
.pat_en_home.sect-pat main section.module-2,
.pat_es_home.sect-pat main section.module-2 {
  background-color: var(--figma-section-muted) !important;
  padding: 32px 15px 40px !important;
}

.pat_en_home.sect-pat main section.module-2 .section-wrapper,
.pat_es_home.sect-pat main section.module-2 .section-wrapper {
  position: relative !important;
  max-width: 930px !important;
  padding: 32px 48px 24px !important;
  background-image: url("/assets/img/figma/econsent-brackets.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
  box-sizing: border-box !important;
  min-height: 205px !important;
}

.pat_en_home.sect-pat main section.module-2 .section-wrapper h2,
.pat_es_home.sect-pat main section.module-2 .section-wrapper h2 {
  color: var(--figma-amethyst) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 16px !important;
  max-width: 818px !important;
}

.pat_en_home.sect-pat main section.module-2 .section-wrapper > p,
.pat_es_home.sect-pat main section.module-2 .section-wrapper > p {
  font-size: 16px !important;
  line-height: 1.4 !important;
  max-width: 818px !important;
  margin: 0 auto 16px !important;
}

.pat_en_home.sect-pat main section.module-2 .section-wrapper .action a.button.econsent,
.pat_es_home.sect-pat main section.module-2 .section-wrapper .action a.button.econsent {
  display: inline-block !important;
  min-width: 200px !important;
  padding: 12px 16px !important;
  background: var(--figma-orchid) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

/* Feature pods */
.pat_en_home.sect-pat main section.module-3,
.pat_es_home.sect-pat main section.module-3 {
  padding: 48px 0 32px !important;
  background: #fff !important;
}

.pat_en_home.sect-pat main section.module-3 .section-wrapper:first-of-type,
.pat_es_home.sect-pat main section.module-3 .section-wrapper:first-of-type {
  margin-bottom: 4px !important;
}

.pat_en_home.sect-pat main section.module-3 .section-wrapper h2,
.pat_es_home.sect-pat main section.module-3 .section-wrapper h2 {
  color: var(--figma-amethyst) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
  margin: 0 auto 32px !important;
  max-width: 818px !important;
}

.pat_en_home.sect-pat main section.module-3 ul,
.pat_es_home.sect-pat main section.module-3 ul {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 960px !important;
  margin: 0 auto !important;
  padding: 4px 15px 0 !important;
  gap: 30px !important;
}

.pat_en_home.sect-pat main section.module-3 ul li,
.pat_es_home.sect-pat main section.module-3 ul li {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 400px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.pat_en_home.sect-pat main section.module-3 ul li:nth-child(2n + 2),
.pat_es_home.sect-pat main section.module-3 ul li:nth-child(2n + 2) {
  background-color: #fff !important;
}

.pat_en_home.sect-pat main section.module-3 ul li .inner,
.pat_es_home.sect-pat main section.module-3 ul li .inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 300px !important;
  margin: 0 auto !important;
  padding: 100px 15px 31px !important;
  text-align: center !important;
  background-position: center 15px !important;
  background-repeat: no-repeat !important;
  background-size: 64px 71px !important;
  box-sizing: border-box !important;
}

.pat_en_home.sect-pat main section.module-3 ul li .inner.bank,
.pat_es_home.sect-pat main section.module-3 ul li .inner.bank {
  background-image: url("/assets/img/figma/pat-home-icon-financial.svg") !important;
}

.pat_en_home.sect-pat main section.module-3 ul li .inner.chat,
.pat_es_home.sect-pat main section.module-3 ul li .inner.chat {
  background-image: url("/assets/img/figma/pat-home-icon-chat.svg") !important;
}

.pat_en_home.sect-pat main section.module-3 ul li .inner.books,
.pat_es_home.sect-pat main section.module-3 ul li .inner.books {
  background-image: url("/assets/img/figma/pat-home-icon-education.svg") !important;
}

.pat_en_home.sect-pat main section.module-3 ul li .inner h3,
.pat_es_home.sect-pat main section.module-3 ul li .inner h3 {
  width: 100% !important;
  max-width: none !important;
  height: 32px !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  line-height: 32px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #fff !important;
  background-color: var(--figma-orchid) !important;
  flex-shrink: 0 !important;
}

.pat_en_home.sect-pat main section.module-3 ul li .inner p,
.pat_es_home.sect-pat main section.module-3 ul li .inner p {
  font-size: 16px !important;
  line-height: 1.4 !important;
  text-align: center !important;
  margin: 0 !important;
  color: var(--figma-midnight) !important;
}

.pat_en_home.sect-pat main section.module-3 ul li .inner p sup,
.pat_es_home.sect-pat main section.module-3 ul li .inner p sup,
.pat_en_home.sect-pat main section.module-3 .section-wrapper p.footnote sup,
.pat_es_home.sect-pat main section.module-3 .section-wrapper p.footnote sup {
  font-size: 0.645em !important;
  line-height: 0 !important;
  position: relative !important;
  top: -0.45em !important;
  vertical-align: baseline !important;
  font-weight: 400 !important;
}

.pat_en_home.sect-pat main section.module-3 .section-wrapper:last-of-type,
.pat_es_home.sect-pat main section.module-3 .section-wrapper:last-of-type {
  padding-top: 24px !important;
}

.pat_en_home.sect-pat main section.module-3 .section-wrapper p.footnote,
.pat_es_home.sect-pat main section.module-3 .section-wrapper p.footnote {
  width: 100% !important;
  max-width: 679px !important;
  font-size: 12px !important;
  line-height: 15px !important;
  color: var(--figma-midnight) !important;
  margin: 0 auto !important;
}

.pat_en_home.sect-pat main section.module-3 .section-wrapper p.footnote a,
.pat_es_home.sect-pat main section.module-3 .section-wrapper p.footnote a {
  color: var(--figma-orchid) !important;
  text-decoration: underline !important;
}

/* Process section */
.pat_en_home.sect-pat main section.module-4,
.pat_es_home.sect-pat main section.module-4 {
  background-color: var(--figma-section-muted) !important;
  padding: 32px 0 48px !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper h2,
.pat_es_home.sect-pat main section.module-4 .section-wrapper h2 {
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: var(--figma-amethyst) !important;
  max-width: 460px !important;
  margin-bottom: 16px !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper > p,
.pat_es_home.sect-pat main section.module-4 .section-wrapper > p {
  font-size: 16px !important;
  line-height: 1.4 !important;
  max-width: 728px !important;
  margin: 0 auto 24px !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion h3,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion h3 {
  width: 270px !important;
  max-width: 100% !important;
  height: 32px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  line-height: 32px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background-color: var(--figma-orchid) !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion {
  background-image: none !important;
  position: relative !important;
  max-width: 600px !important;
  margin: 0 auto !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion::before,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  top: 32px !important;
  bottom: 0 !important;
  width: 10px !important;
  margin-left: -5px !important;
  background: var(--figma-timeline) !important;
  z-index: 0 !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion ol,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion ol {
  width: 100% !important;
  max-width: 600px !important;
  padding: 35px 0 0 !important;
  margin: 0 auto !important;
  position: relative !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion ol::before,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion ol::before {
  content: none !important;
  display: none !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion ol li,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion ol li {
  position: relative !important;
  width: 100% !important;
  max-width: 369px !important;
  margin: 0 auto 27px !important;
  padding: 0 !important;
  background: #fff !important;
  border-radius: 10px 0 10px 10px !important;
  box-shadow: none !important;
  min-height: 68px !important;
  z-index: 1 !important;
  cursor: default !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion ol li:before,
.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion ol li:after,
.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion ol li .line,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion ol li:before,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion ol li:after,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion ol li .line {
  display: none !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion ol li .img,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion ol li .img {
  display: block !important;
  position: absolute !important;
  left: 19px !important;
  top: 50% !important;
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion ol li .img.dr,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion ol li .img.dr {
  width: 27px !important;
  height: 29px !important;
  background-image: url("/assets/img/figma/pat-timeline-icon-case-manager.svg") !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion ol li .img.work,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion ol li .img.work {
  width: 28px !important;
  height: 28px !important;
  background-image: url("/assets/img/figma/pat-timeline-icon-magnifier.svg") !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion ol li .img.rx,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion ol li .img.rx {
  width: 27px !important;
  height: 33px !important;
  background-image: url("/assets/img/figma/pat-timeline-icon-delivery.svg") !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion ol li .img.patient,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion ol li .img.patient {
  width: 31px !important;
  height: 30px !important;
  background-image: url("/assets/img/figma/pat-timeline-icon-refill.svg") !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion ol li h4,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion ol li h4 {
  margin: 0 !important;
  padding: 22px 20px !important;
  color: var(--figma-midnight) !important;
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  text-align: center !important;
  white-space: normal !important;
  height: auto !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion ol li h4 span,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion ol li h4 span {
  position: static !important;
  transform: none !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion ol li .expand,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion ol li .expand {
  display: none !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion .support,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion .support {
  position: relative !important;
  margin-top: 24px !important;
  max-width: 650px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion .support > h3,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion .support > h3 {
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  max-width: none !important;
  margin-bottom: 0 !important;
  text-transform: uppercase !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion .support .inner,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion .support .inner {
  position: relative !important;
  z-index: 1 !important;
  background: #fff !important;
  padding: 24px 48px !important;
  text-align: left !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion .support .inner p,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion .support .inner p {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  margin-bottom: 8px !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion .support .inner ul.bullets,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion .support .inner ul.bullets {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion .support .inner ul.bullets li,
.pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion .support .inner ul.bullets li {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 2rem !important;
  text-align: left !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

@media only screen and (min-width: 980px) {
  .pat_en_home.sect-pat main section.module-1,
  .pat_es_home.sect-pat main section.module-1 {
    padding: 48px 0 56px !important;
  }

  .pat_en_home.sect-pat main section.module-1 .section-wrapper h1,
  .pat_es_home.sect-pat main section.module-1 .section-wrapper h1 {
    font-size: 48px !important;
    margin-bottom: 24px !important;
  }

  .pat_en_home.sect-pat main section.module-1 .section-wrapper > h3,
  .pat_es_home.sect-pat main section.module-1 .section-wrapper > h3,
  .pat_en_home.sect-pat main section.module-2 .section-wrapper h2,
  .pat_es_home.sect-pat main section.module-2 .section-wrapper h2,
  .pat_en_home.sect-pat main section.module-3 .section-wrapper h2,
  .pat_es_home.sect-pat main section.module-3 .section-wrapper h2 {
    font-size: 24px !important;
  }

  .pat_en_home.sect-pat main section.module-3 ul,
  .pat_es_home.sect-pat main section.module-3 ul {
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    gap: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pat_en_home.sect-pat main section.module-3 ul li,
  .pat_es_home.sect-pat main section.module-3 ul li {
    flex: 0 0 300px !important;
    width: 300px !important;
    max-width: 300px !important;
    margin: 0 !important;
  }

  .pat_en_home.sect-pat main section.module-3 ul li .inner,
  .pat_es_home.sect-pat main section.module-3 ul li .inner {
    width: 300px !important;
    max-width: 300px !important;
    height: 100% !important;
  }

  .pat_en_home.sect-pat main section.module-4 .section-wrapper h2,
  .pat_es_home.sect-pat main section.module-4 .section-wrapper h2 {
    font-size: 32px !important;
  }

  .pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion ol,
  .pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion ol {
    width: 100% !important;
    max-width: 600px !important;
  }

  .pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion ol li,
  .pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion ol li {
    width: 100% !important;
    max-width: 369px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
  }

  .pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion ol li:nth-child(odd),
  .pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion ol li:nth-child(2n + 2),
  .pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion ol li:nth-child(odd),
  .pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion ol li:nth-child(2n + 2) {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion ol li h4,
  .pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion ol li:nth-child(odd) h4,
  .pat_en_home.sect-pat main section.module-4 .section-wrapper .accordion ol li:nth-child(2n + 2) h4,
  .pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion ol li h4,
  .pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion ol li:nth-child(odd) h4,
  .pat_es_home.sect-pat main section.module-4 .section-wrapper .accordion ol li:nth-child(2n + 2) h4 {
    text-align: center !important;
    padding-left: 20px !important;
  }
}
