:root {
  --logoped-green: #398f43;
  --logoped-green-deep: #2d7240;
  --logoped-green-dark: #1f5a3c;
  --logoped-green-band: #2f6f3d;
  --logoped-green-soft: #e9f6df;
  --logoped-mint: #d9efcf;
  --logoped-leaf: #78ad57;
  --logoped-sun: #fbcf00;
  --logoped-ink: #0d1452;
  --logoped-sky: #dceeff;
}

html,
body {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

.main-header {
  background: #ffffff;
}

.header-main-box {
  min-height: 96px;
}

.header-logo-link,
.logo-link {
  align-items: center;
  background: linear-gradient(135deg, var(--logoped-green) 0%, #4f9654 100%);
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 22px;
  box-shadow: 0 14px 28px rgba(31, 90, 60, .22);
  display: inline-flex;
  min-height: 90px;
  padding: 13px 24px;
}

.header-logo-link img,
.logo-link img,
.footer-logo {
  height: auto !important;
  max-height: 74px;
  object-fit: contain;
  width: 270px !important;
}

.main-footer .logo-link {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.main-footer .footer-logo {
  max-height: 76px;
  width: 240px !important;
}

.header-menu-text:hover,
.header-menu-text.w--current {
  border-color: var(--logoped-green);
  background-color: var(--logoped-green-soft);
  color: var(--logoped-ink);
}

.theme-button {
  background-color: var(--logoped-green);
  box-shadow: inset 0 -5px 0 rgba(18, 63, 45, .18);
}

.theme-button:hover {
  background-color: var(--logoped-green-soft);
  color: var(--logoped-green-dark);
}

.theme-button:where(.w-variant-a8829bd5-dbf7-7c95-7c41-7b341cf14ead) {
  border-color: var(--logoped-green);
  color: var(--logoped-ink);
}

.theme-button:hover:where(.w-variant-a8829bd5-dbf7-7c95-7c41-7b341cf14ead) {
  background-color: var(--logoped-green);
  color: #ffffff;
}

.hero-section {
  background:
    radial-gradient(circle at 16% 22%, rgba(57, 143, 67, .18), transparent 24%),
    linear-gradient(180deg, #e7f5dd 0%, #dff1d6 56%, #edf8e9 100%);
  overflow: visible;
}

.hero-section .container {
  max-width: 100%;
  overflow: visible;
  padding-left: 24px;
  padding-right: 24px;
}

.hero-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  width: 100%;
}

.hero-content {
  max-width: min(940px, calc(100vw - 48px));
  padding-bottom: clamp(56px, 5.5vw, 78px);
}

.hero-title {
  font-size: var(--_font-size---h1);
  line-height: var(--_line-height---large);
  margin-bottom: 24px;
  text-wrap: balance;
}

.hero-text {
  max-width: min(740px, 92vw);
}

.logoped-hero-options {
  display: grid;
  gap: clamp(18px, 2.2vw, 32px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -112px;
  margin-top: clamp(-54px, -3.4vw, -34px);
  padding-bottom: 24px;
  position: relative;
  width: min(1180px, 100%);
  z-index: 4;
}

.hero-option-card {
  --card-final-rotate: 0deg;
  --card-final-x: 0px;
  --card-final-y: 0px;
  --card-start-rotate: 0deg;
  --card-start-x: 0px;
  --card-start-y: 56px;
  border-radius: 32px;
  color: inherit;
  filter: none;
  opacity: 1;
  position: relative;
  text-decoration: none;
  transform: rotate(var(--card-final-rotate)) translate3d(var(--card-final-x), var(--card-final-y), 0);
  transform-origin: center center;
  will-change: opacity, filter, transform, translate;
}

.hero-option-card._1 {
  --card-final-rotate: 0deg;
  --card-final-y: 0px;
  --card-start-rotate: -9deg;
  --card-start-x: 88px;
  --card-start-y: 68px;
  z-index: 1;
}

.hero-option-card._2 {
  --card-final-rotate: 0deg;
  --card-final-y: 0px;
  --card-start-rotate: 0deg;
  --card-start-x: 0px;
  --card-start-y: 58px;
  z-index: 3;
}

.hero-option-card._3 {
  --card-final-rotate: 0deg;
  --card-final-y: 0px;
  --card-start-rotate: 9deg;
  --card-start-x: -88px;
  --card-start-y: 68px;
  z-index: 2;
}

.logoped-hero-options .hero-image {
  border-width: 6px;
  border-radius: 32px;
  display: block;
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  width: 100%;
  transform: none !important;
}

.hero-option-label {
  background: rgba(31, 90, 60, .94);
  border: 2px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  bottom: 18px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .2);
  color: #ffffff;
  font-family: var(--_font-family---secondary-font);
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 700;
  left: 18px;
  line-height: 1.2;
  padding: 12px 16px;
  position: absolute;
  right: 18px;
  text-align: center;
}

.hero-title,
.section-title,
.client-title,
.benefit-title,
.blog-title {
  color: var(--logoped-ink);
}

.section-title.light,
.program-box .program-title,
.program-box .program-text,
.result-section .section-title,
.result-section .section-text,
.result-section .result-title,
.result-section .result-text {
  color: #ffffff;
}

.program-box .theme-button:where(.w-variant-a8829bd5-dbf7-7c95-7c41-7b341cf14ead) {
  background-color: #ffffff;
  color: var(--logoped-ink);
}

.section-subtitle-box {
  background: #fffdf0;
  border-color: var(--logoped-sun);
  color: var(--logoped-green-deep);
}

.client-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbf2 100%);
  padding-top: clamp(122px, 10vw, 164px);
  padding-bottom: clamp(96px, 8vw, 128px);
  position: relative;
  z-index: 1;
}

.client-title-box {
  border-radius: 28px;
  margin-bottom: 30px;
}

.client-section .marquee-box.one {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.client-section .client-shadow {
  display: none;
}

.client-section .marquee-inner.one._1 {
  animation: logoped-insurance-loop 34s linear infinite;
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  transform: none;
  width: max-content;
  will-change: transform;
}

.client-section .marquee.two {
  display: flex;
  flex: none;
  gap: 16px;
  width: max-content;
}

.client-section .client-block {
  align-items: center;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfef8 100%);
  border: 1px solid rgba(47, 111, 61, .18);
  border-radius: 18px;
  box-shadow: 0 8px 0 rgba(47, 111, 61, .12);
  display: flex;
  flex: 0 0 clamp(190px, 16vw, 228px);
  height: 102px;
  justify-content: center;
  padding: 16px 22px;
  width: clamp(190px, 16vw, 228px);
}

.client-image.insurance-logo {
  display: block;
  height: auto;
  margin: 0;
  max-height: 62px;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.client-section .marquee-box.one:hover .marquee-inner.one._1 {
  animation-play-state: paused;
}

@keyframes logoped-insurance-loop {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-33.333% - 10.666px), 0, 0);
  }
}

.program-section {
  background-color: #f5f1ea;
}

.program-section.two.logoped-services-page {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbf2 100%);
}

.program-box {
  background-color: var(--logoped-green);
  box-shadow: inset 0 -10px 0 rgba(18, 63, 45, .26);
}

.program-box._2 {
  background-color: #047169;
}

.program-box._3 {
  background-color: #9858ad;
}

.program-box._4 {
  background-color: #ca4457;
}

.program-count-box {
  background-color: var(--logoped-sun);
}

.program-wrapper.two .program-box {
  box-shadow: inset 0 -10px 0 rgba(18, 63, 45, .28);
}

.program-wrapper.two .program-image {
  object-fit: cover;
}

.program-wrapper.two .program-count-text {
  color: var(--logoped-ink);
}

.services-hero-clean {
  background:
    radial-gradient(circle at 88% 24%, rgba(251, 207, 0, .18), transparent 20%),
    linear-gradient(180deg, #f7fbf2 0%, #ffffff 100%);
  overflow: hidden;
  padding: clamp(70px, 6vw, 104px) 0 clamp(70px, 6vw, 96px);
  position: relative;
}

.services-hero-shape {
  bottom: -7%;
  left: -5%;
  opacity: .24;
  pointer-events: none;
  position: absolute;
  width: min(620px, 45vw);
}

.services-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(42px, 6vw, 82px);
  grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr);
  position: relative;
  z-index: 1;
}

.services-hero-content {
  max-width: 760px;
}

.services-hero-title {
  color: var(--logoped-ink);
  font-family: var(--_font-family---heading-font);
  font-size: clamp(44px, 5vw, 66px);
  line-height: 1.04;
  margin-bottom: 24px;
  text-wrap: balance;
}

.services-hero-text {
  color: var(--logoped-text);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.55;
  margin-bottom: 34px;
  max-width: 690px;
}

.services-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.services-hero-visual {
  min-height: 500px;
  position: relative;
}

.services-hero-main-image {
  border: 7px solid #ffffff;
  border-radius: 34px;
  box-shadow: 0 18px 0 rgba(57, 143, 67, .18), 0 28px 54px rgba(13, 20, 82, .14);
  display: block;
  height: min(500px, 44vw);
  max-height: 540px;
  min-height: 360px;
  object-fit: cover;
  width: 100%;
}

.services-hero-actions .theme-button.w-variant-a8829bd5-dbf7-7c95-7c41-7b341cf14ead {
  background-color: #ffffff !important;
  border: 2px solid var(--logoped-green);
  box-shadow: 0 7px 0 rgba(57, 143, 67, .26);
}

.services-hero-actions .theme-button.w-variant-a8829bd5-dbf7-7c95-7c41-7b341cf14ead .theme-button-hover-text,
.services-hero-actions .theme-button.w-variant-a8829bd5-dbf7-7c95-7c41-7b341cf14ead .theme-button-text {
  color: var(--logoped-ink);
}

.services-hero-note {
  align-items: center;
  background: var(--logoped-sun);
  border: 3px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(13, 20, 82, .12);
  color: var(--logoped-ink);
  display: inline-flex;
  font-family: var(--_font-family---secondary-font);
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  padding: 13px 18px;
  position: absolute;
  right: -18px;
  top: 48px;
  white-space: nowrap;
}

.services-hero-note.two {
  background: #ffffff;
  bottom: 58px;
  color: var(--logoped-green);
  left: -26px;
  right: auto;
  top: auto;
}

.services-hero-rainbow {
  bottom: -30px;
  pointer-events: none;
  position: absolute;
  right: -24px;
  width: clamp(112px, 13vw, 190px);
}

.services-locations-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbf2 100%);
  padding: clamp(86px, 8vw, 126px) 0;
}

.services-offer-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(251, 207, 0, .16), transparent 18%),
    linear-gradient(180deg, #edf8e9 0%, #f7fbf2 100%);
  border-top: 2px solid rgba(57, 143, 67, .2);
  overflow: hidden;
  padding: clamp(86px, 8vw, 126px) 0;
}

.services-offer-section .container {
  box-sizing: border-box;
  max-width: min(1180px, calc(100vw - 32px));
  overflow: hidden;
}

.services-location-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 52px;
}

.services-location-card {
  background: var(--logoped-green);
  border: 2px solid rgba(255, 255, 255, .82);
  border-radius: 28px;
  box-shadow: 0 12px 0 var(--logoped-green-dark);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow .28s ease, transform .28s ease;
}

.services-location-card.is-teal {
  background: #047169;
  box-shadow: 0 12px 0 #074e49;
}

.services-location-card.is-purple {
  background: #9858ad;
  box-shadow: 0 12px 0 #754087;
}

.services-location-card:hover {
  transform: translateY(-8px);
}

.services-location-image-box {
  aspect-ratio: 1.1 / .82;
  border-bottom: 6px solid var(--logoped-sun);
  overflow: hidden;
}

.services-location-image {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
  width: 100%;
}

.services-location-card:hover .services-location-image {
  transform: scale(1.05);
}

.services-location-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.services-location-kicker {
  align-items: center;
  background: var(--logoped-sun);
  border-radius: 999px;
  color: var(--logoped-ink);
  display: inline-flex;
  font-family: var(--_font-family---secondary-font);
  font-size: 15px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  line-height: 1;
  margin-bottom: 22px;
  width: 58px;
}

.services-location-title {
  color: #ffffff;
  font-family: var(--_font-family---heading-font);
  font-size: clamp(25px, 2.1vw, 34px);
  line-height: 1.06;
  margin-bottom: 14px;
}

.services-location-text {
  color: rgba(255, 255, 255, .86);
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 0;
}

.services-location-actions {
  margin-top: auto;
  padding-top: 24px;
}

.services-location-button {
  align-items: center;
  background: #ffffff;
  border: 2px solid rgba(255, 255, 255, .74);
  border-radius: 999px;
  box-shadow: 0 7px 0 rgba(13, 20, 82, .16);
  color: var(--logoped-ink);
  display: inline-flex;
  font-family: var(--_font-family---secondary-font);
  font-size: 18px;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  min-height: 50px;
  padding: 14px 24px 13px;
  text-decoration: none;
  transition: box-shadow .25s ease, transform .25s ease;
}

.services-location-button:hover {
  box-shadow: 0 4px 0 rgba(13, 20, 82, .18);
  transform: translateY(3px);
}

.services-location-button span {
  display: block;
}

.program-detail.logoped-program-detail {
  background:
    radial-gradient(circle at 13% 17%, rgba(57, 143, 67, .16), transparent 23%),
    linear-gradient(180deg, #ffffff 0%, #f7fbf2 100%);
  padding-bottom: clamp(92px, 9vw, 150px);
  padding-top: clamp(92px, 9vw, 150px);
}

.logoped-program-detail .container.small {
  max-width: min(1180px, calc(100vw - 32px));
}

.logoped-program-detail .program-detail-wrap {
  align-items: start;
}

.logoped-program-detail .program-detail-image-box {
  border: 4px solid #ffffff;
  border-radius: 28px;
  box-shadow: 0 14px 0 rgba(57, 143, 67, .18);
}

.logoped-program-detail .program-detail-image {
  aspect-ratio: 1.2 / .78;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.logoped-program-detail .program-rich-text {
  padding-top: 34px;
}

.logoped-program-detail .program-rich-text h3 {
  color: var(--logoped-ink);
}

.logoped-program-detail .program-rich-text p,
.logoped-program-detail .program-rich-text li {
  color: rgba(13, 20, 82, .78);
}

.logoped-program-detail .program-rich-text strong {
  color: var(--logoped-ink);
}

.program-info-box.logoped-program-info {
  background-color: var(--program-accent, var(--logoped-green));
  box-shadow: 0 12px 0 var(--program-accent-dark, var(--logoped-green-dark));
  position: sticky;
  top: 120px;
}

.logoped-program-info .program-list-text {
  color: rgba(255, 255, 255, .86);
}

.logoped-program-info .program-list-text.title,
.logoped-program-info .program-info-title,
.logoped-program-info .program-price {
  color: #ffffff;
}

.logoped-program-info .program-price-box {
  border-top: 1px solid rgba(255, 255, 255, .28);
  margin-bottom: 26px;
  padding-top: 24px;
}

.logoped-program-info .program-price {
  font-family: var(--_font-family---heading-font);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.08;
  margin-bottom: 6px;
}

.logoped-program-info .program-price-text {
  color: rgba(255, 255, 255, .86);
  font-size: 17px;
  line-height: 1.45;
  margin-bottom: 0;
}

.logoped-program-info .program-btn-box .theme-button {
  background-color: #ffffff !important;
  box-shadow: 0 7px 0 rgba(13, 20, 82, .16);
}

.logoped-program-info .program-btn-box .theme-button-hover-text,
.logoped-program-info .program-btn-box .theme-button-text {
  color: var(--logoped-ink);
}

.services-locations-section .section-title-box,
.services-locations-section .section-title,
.services-locations-section .section-text,
.services-location-card,
.services-offer-section .section-title-box,
.services-offer-section .section-title,
.services-offer-section .section-text,
.services-focus-card {
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.services-offer-layout {
  display: flex;
  flex-direction: column;
  gap: clamp(42px, 5vw, 64px);
}

.services-offer-heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
  text-align: center;
}

.services-offer-heading .section-title {
  font-size: clamp(32px, 3.5vw, 50px) !important;
  line-height: var(--_line-height---large) !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

.services-focus-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.services-focus-card {
  --focus-bg: #ffffff;
  --focus-shadow: rgba(57, 143, 67, .18);
  --focus-accent: var(--logoped-green);
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, .58), transparent 20%),
    var(--focus-bg);
  border: 2px solid rgba(57, 143, 67, .2);
  border-radius: 30px;
  box-shadow: 0 12px 0 var(--focus-shadow);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: clamp(24px, 3vw, 34px);
  position: relative;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.services-focus-card::after {
  background: var(--focus-accent);
  border-radius: 999px;
  bottom: -52px;
  content: "";
  height: 124px;
  opacity: .12;
  position: absolute;
  right: -36px;
  width: 124px;
}

.services-focus-card.is-teal {
  --focus-bg: #e8f7f4;
  --focus-shadow: rgba(4, 113, 105, .22);
  --focus-accent: #047169;
  border-color: rgba(4, 113, 105, .22);
}

.services-focus-card.is-purple {
  --focus-bg: #f7effa;
  --focus-shadow: rgba(152, 88, 173, .22);
  --focus-accent: #9858ad;
  border-color: rgba(152, 88, 173, .24);
}

.services-focus-card.is-sun {
  --focus-bg: #fff8bf;
  --focus-shadow: rgba(251, 207, 0, .28);
  --focus-accent: var(--logoped-sun);
  border-color: rgba(251, 207, 0, .5);
}

.services-focus-card:hover {
  border-color: var(--focus-accent);
  box-shadow: 0 14px 0 var(--focus-shadow);
  transform: translateY(-6px);
}

.services-focus-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
  position: relative;
  z-index: 1;
}

.services-focus-count {
  align-items: center;
  background: var(--focus-accent);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-family: var(--_font-family---secondary-font);
  font-size: 15px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  line-height: 1;
  width: 58px;
}

.services-focus-icon {
  align-items: center;
  background: #ffffff;
  border: 2px solid rgba(57, 143, 67, .16);
  border-radius: 22px;
  color: var(--focus-accent);
  display: inline-flex;
  font-family: var(--_font-family---heading-font);
  font-size: 28px;
  height: 68px;
  justify-content: center;
  line-height: 1;
  transform: rotate(4deg);
  width: 78px;
}

.services-focus-card h3 {
  color: var(--logoped-ink);
  font-family: var(--_font-family---heading-font);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  margin-bottom: 16px;
  max-width: 440px;
  position: relative;
  z-index: 1;
}

.services-focus-card p {
  color: var(--logoped-text);
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 26px;
  max-width: 560px;
  position: relative;
  z-index: 1;
}

.services-focus-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  position: relative;
  z-index: 1;
}

.services-focus-tags span {
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(15, 20, 76, .12);
  border-radius: 999px;
  color: var(--logoped-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 9px 12px;
}

.services-method-section {
  background-color: #dfefff;
  border-top: 0;
  overflow: hidden;
  padding-bottom: clamp(86px, 8vw, 126px);
  position: relative;
}

.services-feature-exact .feature-grid {
  grid-template-columns: 1fr 1.9fr 1fr;
}

.services-feature-exact .feature-block {
  min-height: 0;
}

.services-feature-exact .feature-text {
  margin-bottom: 0;
}

.services-cloud-image-box {
  min-height: 520px;
  position: relative;
}

.services-cloud-frame {
  aspect-ratio: 1.25 / 1;
  background: #ffffff;
  border: 12px solid #ffffff;
  border-radius: 34% 28% 31% 30% / 27% 32% 30% 35%;
  box-shadow: 0 18px 26px rgba(15, 20, 76, .16);
  max-width: 650px;
  overflow: hidden;
  position: relative;
  transform: rotate(-1deg);
  width: 100%;
  z-index: 2;
}

.services-cloud-frame::before,
.services-cloud-frame::after {
  background: #ffffff;
  border-radius: 999px;
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 4;
}

.services-cloud-frame::before {
  box-shadow:
    -52px 48px 0 12px #ffffff,
    34px -36px 0 22px #ffffff,
    172px -30px 0 15px #ffffff,
    292px -22px 0 22px #ffffff,
    384px 12px 0 18px #ffffff,
    430px 122px 0 26px #ffffff,
    360px 256px 0 20px #ffffff,
    205px 300px 0 18px #ffffff,
    40px 280px 0 20px #ffffff,
    -38px 196px 0 24px #ffffff;
  height: 1px;
  left: 48px;
  top: 56px;
  width: 1px;
}

.services-cloud-frame::after {
  inset: 0;
  border: 10px solid #ffffff;
}

.services-cloud-shadow {
  aspect-ratio: 1.25 / 1;
  background: #f394ef;
  border-radius: 34% 28% 31% 30% / 27% 32% 30% 35%;
  filter: blur(.2px);
  max-width: 650px;
  position: absolute;
  transform: translate(16px, -10px) rotate(-1deg);
  width: 100%;
  z-index: 1;
}

.services-cloud-photo {
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  width: 100%;
  z-index: 1;
}

.services-cloud-deco {
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.services-cloud-deco.car {
  left: -24px;
  top: 27%;
  width: clamp(44px, 5vw, 66px);
}

.services-cloud-deco.rainbow {
  bottom: 7%;
  right: -14px;
  transform: rotate(12deg);
  width: clamp(54px, 6vw, 82px);
}

.services-method-section .top-shape,
.services-method-section .feature-icon,
.services-method-vector {
  pointer-events: none;
}

.services-method-section > .container {
  position: relative;
  z-index: 2;
}

.services-method-vector {
  display: block;
  position: absolute;
  z-index: 1;
}

.services-method-vector.one {
  left: clamp(28px, 7vw, 118px);
  top: clamp(118px, 13vw, 210px);
  transform: rotate(-12deg);
  width: clamp(58px, 7vw, 98px);
}

.services-method-vector.two {
  bottom: clamp(250px, 26vw, 420px);
  left: clamp(42px, 15vw, 250px);
  transform: rotate(9deg);
  width: clamp(58px, 7vw, 100px);
}

.services-method-vector.three {
  right: clamp(38px, 8vw, 140px);
  top: clamp(250px, 23vw, 360px);
  transform: rotate(10deg);
  width: clamp(66px, 8vw, 112px);
}

.services-method-vector.four {
  bottom: clamp(88px, 10vw, 152px);
  right: clamp(54px, 11vw, 190px);
  transform: rotate(-8deg);
  width: clamp(86px, 10vw, 146px);
}

.services-method-heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
}

.services-method-heading .section-title {
  font-size: clamp(34px, 3.8vw, 56px) !important;
  line-height: 1.28 !important;
  max-width: 820px;
  text-wrap: balance;
}

.services-method-grid {
  align-items: center;
  display: grid;
  gap: clamp(28px, 4vw, 58px);
  grid-template-columns: minmax(240px, 1fr) minmax(320px, 520px) minmax(240px, 1fr);
  margin-top: clamp(52px, 6vw, 78px);
}

.services-method-stack {
  display: grid;
  gap: clamp(28px, 4vw, 46px);
}

.services-method-card {
  display: flex;
  flex-direction: column;
  min-height: 286px;
}

.services-method-card.is-blue {
  border-color: var(--primary-color-four);
}

.services-method-card.is-red {
  border-color: var(--primary-color-two);
}

.services-method-card.is-teal {
  border-color: var(--primary-color-five);
}

.services-method-card.is-purple {
  border-color: var(--primary-color-six);
}

.services-method-card .feature-title {
  color: var(--logoped-ink);
  font-size: clamp(22px, 1.8vw, 28px) !important;
  line-height: 1.65 !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
}

.services-method-card .feature-text {
  color: var(--logoped-text);
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 0;
}

.services-method-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: auto;
  padding-top: 22px;
}

.services-method-tags span {
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(15, 20, 76, .12);
  border-radius: 999px;
  color: var(--logoped-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 8px 10px;
}

.services-method-heading .section-text {
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.services-method-center {
  position: relative;
}

.services-method-image-frame {
  background: #ffffff;
  border: 8px solid #ffffff;
  border-radius: 50%;
  box-shadow: 12px 12px 0 rgba(251, 207, 0, .75), 0 22px 42px rgba(15, 20, 76, .16);
  overflow: hidden;
  transform: none;
}

.services-method-image {
  aspect-ratio: 1 / 1;
  display: block;
  height: 100%;
  object-fit: cover;
  transform: none;
  width: 100%;
}

.services-method-section .section-title-box,
.services-method-card {
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.benefit-box {
  background-color: #edf7e8;
  border-color: rgba(57, 143, 67, .2);
}

.benefit-box._2 {
  background-color: #e3f3f0;
}

.benefit-box._3 {
  background-color: #fff8bf;
}

.benefit-box._4 {
  background-color: #f0edf7;
}

.feature-section,
.call-to-action-two {
  background-color: #dfefff;
}

.benefit-section + .feature-section {
  padding-top: clamp(64px, 6vw, 96px);
}

.result-section,
.main-footer {
  background-color: var(--logoped-green-band);
}

.main-footer {
  background:
    linear-gradient(180deg, rgba(47, 111, 61, .98), rgba(31, 90, 60, 1));
}

.footer-title,
.footer-title.two,
.footer-text,
.footer-list-text,
.copyright-text,
.copyright-text-link {
  color: #ffffff;
}

.result-box,
.testimonial-block,
.blog-block {
  border-color: var(--logoped-green);
}

.testimonial-block {
  box-shadow: 0 8px 0 var(--logoped-green);
}

.review-section {
  overflow: visible;
}

.review-section .marquee-box.two {
  overflow-x: clip;
  overflow-y: visible;
  padding-bottom: 18px;
}

.review-section .marquee-inner.one,
.review-section .marquee-inner.two {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
}

.review-section .marquee-inner.one {
  animation: logoped-testimonials-left 46s linear infinite;
}

.review-section .marquee-inner.two {
  animation: logoped-testimonials-right 50s linear infinite;
}

.review-section .marquee {
  display: flex;
  flex: none;
}

.review-section .marquee-box.two:hover .marquee-inner {
  animation-play-state: paused;
}

@keyframes logoped-testimonials-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-33.333%, 0, 0);
  }
}

@keyframes logoped-testimonials-right {
  from {
    transform: translate3d(-33.333%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.blog-block {
  box-shadow: 0 8px 0 rgba(57, 143, 67, .18);
}

.page-section {
  background:
    radial-gradient(circle at 14% 24%, rgba(57, 143, 67, .18), transparent 24%),
    linear-gradient(180deg, #e7f5dd 0%, #dff1d6 58%, #edf8e9 100%);
}

.page-section .container {
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
}

.page-section .page-wrapper {
  max-width: 100vw;
  overflow: visible;
  width: 100%;
}

.page-section .page-content {
  position: relative;
  z-index: 4;
}

.page-section .page-icon {
  z-index: 4;
}

.page-title,
.serve-title,
.history-title,
.team-title {
  color: var(--logoped-ink);
}

.page-title {
  font-size: clamp(38px, 4.4vw, 60px);
  line-height: 1.15;
  text-wrap: balance;
}

.page-text,
.serve-text,
.serve-list,
.history-text,
.team-text,
.work-section .section-text {
  color: rgba(13, 20, 82, .78);
}

.client-section.two,
.work-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbf2 100%);
}

.serve-section {
  background: #ffffff;
  padding-bottom: clamp(64px, 6vw, 90px);
}

.history-section {
  background:
    linear-gradient(180deg, rgba(251, 207, 0, .16) 0, rgba(251, 207, 0, 0) 22px),
    linear-gradient(180deg, #edf8e9 0%, #f7fbf2 100%);
  border-top: 2px solid rgba(57, 143, 67, .22);
  box-shadow: inset 0 16px 0 rgba(57, 143, 67, .06);
  padding-top: clamp(72px, 6vw, 96px);
}

.serve-dropdown {
  background-color: var(--logoped-green-soft);
  border-color: var(--logoped-sun);
  box-shadow: 0 8px 0 var(--logoped-sun);
}

.serve-dropdown._2 {
  background-color: #e3f3f0;
  border-color: #047169;
  box-shadow: 0 8px 0 #047169;
}

.serve-dropdown._3 {
  background-color: #f0edf7;
  border-color: #9858ad;
  box-shadow: 0 8px 0 #9858ad;
}

.serve-author-text,
.history-year,
.team-designation,
.blog-button {
  color: var(--logoped-green-deep);
}

.history-block,
.team-block {
  border-color: rgba(57, 143, 67, .34);
  box-shadow: 0 8px 0 rgba(57, 143, 67, .22);
}

.history-block {
  background-color: rgba(255, 255, 255, .92);
}

.history-section,
.history-section .container,
.history-grid {
  overflow: visible !important;
}

.history-grid {
  align-items: start;
}

.history-left-box {
  align-self: start;
  height: fit-content;
  position: sticky !important;
  top: 150px !important;
  z-index: 3;
}

.history-wrapper-inner {
  align-self: start;
}

.logoped-animate-ready .history-block {
  filter: blur(8px);
  opacity: 0;
  transform: translateY(54px) scale(.97);
  transition: opacity 650ms ease, filter 650ms ease, transform 650ms cubic-bezier(.16, 1, .3, 1);
  transition-delay: var(--history-reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

.logoped-animate-ready .history-block.is-visible {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0) scale(1);
}

.team-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(251, 207, 0, .18), transparent 24%),
    linear-gradient(180deg, #edf8e9 0%, #f7fbf2 100%);
  border-top: 2px solid rgba(57, 143, 67, .18);
  box-shadow: inset 0 14px 0 rgba(57, 143, 67, .05);
}

.meet-page .client-section.two {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf2 82%, #f7fbf2 100%);
}

.meet-page .about-section {
  background: linear-gradient(180deg, #f7fbf2 0%, #ffffff 100%);
}

.meet-page .serve-section {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 68%, #edf8e9 100%);
}

.meet-page .team-section {
  background: linear-gradient(180deg, #edf8e9 0%, #eef8e8 54%, #f7fbf2 100%);
  border-top: 0;
  box-shadow: none;
}

.meet-page .work-section {
  background: linear-gradient(180deg, #f7fbf2 0%, #ffffff 48%, #f7fbf2 100%);
}

.team-block {
  background-color: #ffffff;
}

.team-section .team-right-box {
  margin-top: clamp(30px, 4vw, 48px);
}

.team-section .therapist-card-grid {
  align-items: stretch;
  display: grid;
  gap: clamp(22px, 3vw, 34px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

.team-section .therapist-card-grid .w-dyn-item {
  min-width: 0;
}

.therapist-flip-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: inherit;
  display: block;
  min-height: 522px;
  perspective: 1400px;
  text-decoration: none;
}

.therapist-flip-card:focus {
  outline: none;
}

.therapist-flip-card:focus-visible .therapist-card-face {
  outline: 3px solid var(--logoped-sun);
  outline-offset: 4px;
}

.therapist-flip-inner {
  min-height: 522px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1050ms cubic-bezier(.18, .76, .18, 1);
}

.therapist-flip-card:hover .therapist-flip-inner,
.therapist-flip-card:focus .therapist-flip-inner,
.therapist-flip-card:focus-within .therapist-flip-inner {
  transform: rotateY(180deg);
}

.therapist-card-face {
  backface-visibility: hidden;
  background-color: #fffaf3;
  border: 1px solid rgba(57, 143, 67, .34);
  border-radius: 22px;
  box-shadow: 0 8px 0 rgba(57, 143, 67, .22);
  display: flex;
  flex-direction: column;
  min-height: 522px;
  overflow: hidden;
}

.therapist-card-back {
  background:
    radial-gradient(circle at 92% 12%, rgba(251, 207, 0, .28), transparent 28%),
    linear-gradient(180deg, #f7fbf2 0%, #e7f5dd 100%);
  inset: 0;
  justify-content: center;
  padding: 28px;
  position: absolute;
  transform: rotateY(180deg);
}

.therapist-image-box {
  aspect-ratio: 3 / 3.35;
  border-radius: 22px 22px 0 0;
  overflow: hidden;
}

.therapist-image {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.therapist-card-summary {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
  padding: 22px;
}

.therapist-card-summary .team-title-box,
.therapist-card-back .team-title {
  margin-bottom: 0;
}

.therapist-card-summary .team-text,
.therapist-card-back .team-text {
  margin-bottom: 0;
}

.therapist-card-cue,
.therapist-back-label {
  color: var(--logoped-green-deep);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0;
  text-transform: uppercase;
}

.therapist-detail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.therapist-detail-list span {
  background-color: rgba(255, 255, 255, .82);
  border: 1px solid rgba(57, 143, 67, .24);
  border-radius: 999px;
  color: var(--logoped-ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 10px;
}

.work-block {
  background-color: var(--logoped-green);
  box-shadow: 0 12px 0 var(--logoped-green-dark);
}

.work-block._2 {
  background-color: #047169;
  box-shadow: 0 12px 0 #074e49;
}

.work-block._3 {
  background-color: #9858ad;
  box-shadow: 0 12px 0 #754087;
}

.work-block._4 {
  background-color: #ca4457;
  box-shadow: 0 12px 0 #8d2332;
}

.contact-section-two {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbf2 100%);
}

.contact-info-box-two {
  background-color: var(--logoped-green);
  box-shadow: 0 12px 0 var(--logoped-green-dark);
  min-height: 242px;
  transition: box-shadow .28s ease, min-height .28s ease, transform .28s ease;
}

.contact-info-box-two._2 {
  background-color: #047169;
  box-shadow: 0 12px 0 #074e49;
}

.contact-info-box-two._3 {
  background-color: #9858ad;
  box-shadow: 0 12px 0 #754087;
}

.contact-info-box-two._4 {
  background-color: #ca4457;
  box-shadow: 0 12px 0 #8d2332;
}

.contact-info-icon {
  background-color: var(--logoped-sun);
}

.contact-info-box-two:hover,
.contact-info-box-two:focus-within {
  box-shadow: 0 18px 0 rgba(31, 90, 60, .55);
  min-height: 276px;
  transform: translateY(-8px);
}

.contact-info-box-two._2:hover,
.contact-info-box-two._2:focus-within {
  box-shadow: 0 18px 0 rgba(7, 78, 73, .62);
}

.contact-info-box-two._3:hover,
.contact-info-box-two._3:focus-within {
  box-shadow: 0 18px 0 rgba(117, 64, 135, .62);
}

.contact-info-box-two._4:hover,
.contact-info-box-two._4:focus-within {
  box-shadow: 0 18px 0 rgba(141, 35, 50, .62);
}

.contact-two-wrapper {
  background-color: #ffffff;
  border-color: var(--logoped-green);
  box-shadow: 0 14px 0 rgba(47, 111, 61, .16);
}

.contact-input {
  background-color: #fbfef8;
  border-color: rgba(57, 143, 67, .24);
  color: var(--logoped-ink);
}

.contact-input:focus {
  border-color: var(--logoped-green);
}

.contact-input::placeholder,
.admission-title {
  color: var(--logoped-ink);
}

.admission-text,
.contact-checkbox {
  color: rgba(13, 20, 82, .76);
}

.form-success {
  background-color: var(--logoped-green);
  color: #ffffff;
}

.request-routing {
  width: 100%;
}

.request-radio {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.request-title-box {
  margin-bottom: 20px;
}

.request-option-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 28px;
}

.request-option-card {
  background: #fbfef8;
  border: 2px solid rgba(57, 143, 67, .22);
  border-radius: 18px;
  box-shadow: 0 7px 0 rgba(57, 143, 67, .12);
  color: var(--logoped-ink);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: 156px;
  padding: 18px;
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.request-option-card:hover {
  border-color: rgba(57, 143, 67, .5);
  transform: translateY(-2px);
}

.request-option-kicker {
  color: var(--logoped-green-deep);
  font-family: var(--_font-family---secondary-font);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 18px;
}

.request-option-title {
  font-family: var(--_font-family---heading-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 10px;
}

.request-option-text,
.request-form-text {
  color: rgba(13, 20, 82, .72);
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 0;
}

.request-panels {
  position: relative;
}

.request-panel {
  display: none;
}

#request-parent:checked ~ .request-option-grid .request-option-card.parent,
#request-partner:checked ~ .request-option-grid .request-option-card.partner,
#request-employment:checked ~ .request-option-grid .request-option-card.employment {
  background: var(--logoped-green-soft);
  border-color: var(--logoped-green);
  box-shadow: 0 8px 0 var(--logoped-green);
  transform: translateY(-2px);
}

#request-parent:checked ~ .request-panels .parent-panel,
#request-partner:checked ~ .request-panels .partner-panel,
#request-employment:checked ~ .request-panels .employment-panel {
  display: block;
}

.request-panel-heading {
  border-top: 1px solid rgba(57, 143, 67, .18);
  margin-bottom: 22px;
  padding-top: 24px;
}

.request-form-title {
  color: var(--logoped-ink);
  font-family: var(--_font-family---heading-font);
  font-size: clamp(26px, 2.1vw, 34px);
  line-height: 1.08;
  margin-bottom: 8px;
}

.request-panel .contact-input {
  margin-bottom: 18px;
}

.request-panel .theme-button {
  margin-top: 2px;
}

.call-to-action .section-title,
.call-to-action .section-text {
  color: var(--logoped-ink);
}

.patient-start-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbf2 100%);
  padding-bottom: clamp(88px, 8vw, 126px);
  padding-top: clamp(96px, 8vw, 132px);
}

.patient-start-grid {
  align-items: center;
  display: grid;
  gap: clamp(38px, 5vw, 76px);
  grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr);
}

.patient-visual {
  background:
    radial-gradient(circle at 18% 16%, rgba(251, 207, 0, .2), transparent 28%),
    linear-gradient(180deg, #edf8e9 0%, #f7fbf2 100%);
  border: 2px solid rgba(57, 143, 67, .22);
  border-radius: 28px;
  box-shadow: 0 12px 0 rgba(57, 143, 67, .14);
  padding: clamp(22px, 3vw, 34px);
}

.patient-prep-card {
  background: #ffffff;
  border: 2px solid rgba(57, 143, 67, .28);
  border-radius: 24px;
  box-shadow: 0 10px 0 rgba(47, 111, 61, .14);
  color: var(--logoped-ink);
  display: grid;
  gap: 24px;
  padding: clamp(24px, 3.2vw, 38px);
}

.patient-prep-kicker {
  align-self: start;
  background: var(--logoped-green);
  border-radius: 999px;
  color: #ffffff;
  font-family: var(--_font-family---secondary-font);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  padding: 10px 14px;
  width: max-content;
}

.patient-prep-title {
  color: var(--logoped-ink);
  font-family: var(--_font-family---heading-font);
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 800;
  line-height: 1.02;
  margin-bottom: 0;
  text-wrap: balance;
}

.patient-prep-text {
  color: rgba(13, 20, 82, .72);
  font-size: 17px;
  line-height: 1.58;
  margin-bottom: 0;
}

.patient-prep-steps {
  display: grid;
  gap: 14px;
}

.patient-prep-step {
  align-items: flex-start;
  background: #fbfef8;
  border: 1px solid rgba(57, 143, 67, .2);
  border-left: 6px solid var(--logoped-green);
  border-radius: 12px;
  display: grid;
  gap: 14px;
  grid-template-columns: auto 1fr;
  padding: 16px 18px;
}

.patient-prep-step:nth-child(2) {
  border-left-color: #047169;
}

.patient-prep-step:nth-child(3) {
  border-left-color: #9858ad;
}

.patient-prep-step span {
  background: var(--logoped-sun);
  border-radius: 999px;
  color: var(--logoped-ink);
  font-family: var(--_font-family---heading-font);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  padding: 8px 10px;
}

.patient-prep-step h4 {
  color: var(--logoped-ink);
  font-family: var(--_font-family---heading-font);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 5px;
}

.patient-prep-step p {
  color: rgba(13, 20, 82, .72);
  font-size: 15px;
  line-height: 1.42;
  margin-bottom: 0;
}

.patient-prep-link {
  color: var(--logoped-green-dark);
  font-family: var(--_font-family---secondary-font);
  font-size: 16px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.patient-start-content .section-title-box {
  margin-bottom: 34px;
}

.patient-start-content .section-text {
  max-width: 620px;
}

.patient-inline-link {
  color: var(--logoped-green-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.patient-form-list {
  display: grid;
  gap: 18px;
}

.patient-form-row {
  align-items: center;
  background: #fffdf0;
  border: 2px solid var(--logoped-sun);
  border-radius: 18px;
  box-shadow: 0 8px 0 rgba(251, 207, 0, .26);
  color: var(--logoped-ink);
  display: grid;
  gap: 18px;
  grid-template-columns: auto minmax(40px, 1fr) auto;
  min-height: 78px;
  padding: 18px 24px;
  text-decoration: none;
  transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.patient-form-row:hover,
.patient-form-row:focus-visible {
  background: var(--logoped-green-soft);
  box-shadow: 0 12px 0 rgba(57, 143, 67, .22);
  transform: translateY(-3px);
}

.patient-form-name {
  font-family: var(--_font-family---heading-font);
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.1;
}

.patient-form-dots {
  border-bottom: 4px dotted rgba(13, 20, 82, .28);
  min-width: 60px;
  transform: translateY(4px);
}

.patient-form-action {
  background: var(--logoped-sun);
  border-radius: 999px;
  color: var(--logoped-ink);
  font-family: var(--_font-family---secondary-font);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  min-width: 132px;
  padding: 12px 16px;
  text-align: center;
}

.patient-faq-section {
  background:
    linear-gradient(180deg, rgba(251, 207, 0, .14) 0, rgba(251, 207, 0, 0) 28px),
    linear-gradient(180deg, #edf8e9 0%, #f7fbf2 100%);
  border-top: 2px solid rgba(57, 143, 67, .18);
  padding-bottom: clamp(88px, 8vw, 126px);
  padding-top: clamp(88px, 8vw, 126px);
}

.patient-faq-grid {
  align-items: start;
  display: grid;
  gap: clamp(34px, 5vw, 72px);
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
}

.patient-faq-heading {
  position: sticky;
  top: 142px;
}

.patient-faq-list {
  display: grid;
  gap: 18px;
}

.patient-faq-item {
  background-color: #ffffff;
  border: 2px solid rgba(57, 143, 67, .28);
  border-radius: 16px;
  box-shadow: 0 8px 0 rgba(57, 143, 67, .16);
  overflow: hidden;
}

.patient-faq-item summary {
  align-items: center;
  color: var(--logoped-ink);
  cursor: pointer;
  display: grid;
  font-family: var(--_font-family---heading-font);
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 800;
  gap: 18px;
  grid-template-columns: 1fr auto;
  line-height: 1.14;
  list-style: none;
  padding: 24px 28px;
}

.patient-faq-item summary::-webkit-details-marker {
  display: none;
}

.patient-faq-item summary::after {
  align-items: center;
  background: var(--logoped-sun);
  border-radius: 50%;
  color: var(--logoped-ink);
  content: "+";
  display: inline-flex;
  font-family: var(--_font-family---secondary-font);
  font-size: 28px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  line-height: 1;
  width: 42px;
}

.patient-faq-item[open] summary::after {
  content: "-";
}

.patient-faq-item p {
  border-top: 1px solid rgba(57, 143, 67, .16);
  color: rgba(13, 20, 82, .74);
  font-size: 17px;
  line-height: 1.62;
  margin-bottom: 0;
  padding: 0 28px 26px;
}

.patient-cta {
  background: #ffffff;
}

.newsletter-form,
.newsletter-input {
  border-color: var(--logoped-sun);
}

.newsletter-btn {
  background-color: var(--logoped-green) !important;
}

.footer-list-icon {
  background-color: var(--logoped-sun);
}

@media screen and (max-width: 1180px) {
  .header-logo-link {
    min-height: 78px;
    padding: 10px 18px;
  }

  .header-logo-link img,
  .logo-link img {
    max-height: 62px;
    width: 220px !important;
  }

  .header-menu-text {
    padding-left: 12px;
    padding-right: 12px;
  }

  .logoped-hero-options {
    max-width: 980px;
    margin-bottom: -96px;
    width: calc(100vw - 72px);
  }
}

@media screen and (max-width: 991px) {
  .history-left-box {
    position: relative !important;
    top: 0 !important;
  }

  .hero-content {
    max-width: calc(100vw - 36px);
    padding-bottom: 52px;
  }

  .hero-title {
    font-size: clamp(42px, 8vw, 58px);
    line-height: var(--_line-height---large);
  }

  .hero-btn-box {
    flex-wrap: wrap;
  }

  .request-option-grid {
    grid-template-columns: 1fr;
  }

  .request-option-card {
    min-height: auto;
  }

  .patient-start-grid,
  .patient-faq-grid,
  .services-hero-grid,
  .services-location-grid,
  .services-offer-layout,
  .services-focus-grid,
  .services-method-grid {
    grid-template-columns: 1fr;
  }

  .services-hero-visual {
    justify-self: center;
    max-width: 620px;
    width: 100%;
  }

  .services-offer-heading {
    position: relative;
    top: 0;
  }

  .services-method-center {
    justify-self: center;
    max-width: 620px;
    order: -1;
    width: 100%;
  }

  .services-method-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-feature-exact .feature-grid {
    grid-template-columns: 1fr;
  }

  .services-cloud-image-box {
    min-height: auto;
    order: -1;
  }

  .team-section .therapist-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .program-info-box.logoped-program-info {
    position: relative;
    top: 0;
  }

  .logoped-program-info .program-list {
    width: auto;
  }

  .patient-visual {
    justify-self: center;
    max-width: 620px;
    min-height: 480px;
    width: 100%;
  }

  .patient-faq-heading {
    position: relative;
    top: 0;
  }

  .logoped-hero-options {
    gap: 16px;
    max-width: 820px;
    margin-bottom: -78px;
    padding-bottom: 18px;
    width: calc(100vw - 44px);
  }

  .client-section {
    padding-top: 106px;
  }

  .client-section .marquee.two {
    gap: 14px;
  }

  .client-section .client-block {
    flex-basis: 204px;
    height: 96px;
    width: 204px;
  }

  .hero-option-card._1 {
    --card-final-rotate: 0deg;
    --card-final-y: 0px;
    --card-start-rotate: 7deg;
    --card-start-x: 44px;
    --card-start-y: 44px;
  }

  .hero-option-card._2 {
    --card-final-rotate: 0deg;
    --card-final-y: 0px;
    --card-start-rotate: 0deg;
    --card-start-x: 0px;
    --card-start-y: 40px;
  }

  .hero-option-card._3 {
    --card-final-rotate: 0deg;
    --card-final-y: 0px;
    --card-start-rotate: -7deg;
    --card-start-x: -44px;
    --card-start-y: 44px;
  }

  .logoped-hero-options .hero-image {
    border-width: 4px;
    border-radius: 24px;
  }

  .hero-option-label {
    bottom: 12px;
    font-size: 12px;
    left: 12px;
    padding: 9px 10px;
    right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .page-title {
    font-size: 32px !important;
    line-height: 1.25;
    max-width: min(320px, calc(100vw - 48px));
  }

  .page-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-text {
    max-width: min(260px, calc(100vw - 72px));
  }

  .hero-section .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-wrapper {
    left: clamp(-74px, -16vw, -48px);
  }

  .header-main-box {
    min-height: 72px;
  }

  .header-logo-link {
    min-height: 62px;
    padding: 8px 14px;
  }

  .header-logo-link img,
  .logo-link img {
    max-height: 52px;
    width: 190px !important;
  }

  .header-btn {
    display: none;
  }

  .hero-content {
    padding-bottom: 44px;
  }

  .hero-title {
    font-size: 32px !important;
    line-height: 1.45;
    max-width: min(350px, calc(100vw - 36px));
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero-text {
    max-width: min(350px, calc(100vw - 36px));
  }

  .program-detail.logoped-program-detail {
    padding-bottom: 82px;
    padding-top: 82px;
  }

  .program-info-box.logoped-program-info {
    border-radius: 24px;
    padding: 28px;
  }

  .services-location-button {
    font-size: 17px;
    min-height: 48px;
  }

  .hero-btn-box {
    flex-direction: column;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero-btn-box .theme-button {
    min-width: 144px;
    padding-left: 22px;
    padding-right: 22px;
    width: min(250px, calc(100vw - 60px));
  }

  .logoped-hero-options {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 292px;
    margin-bottom: -34px;
    margin-top: -10px;
    row-gap: 20px;
    width: 100%;
  }

  .hero-option-card,
  .hero-option-card._1,
  .hero-option-card._2,
  .hero-option-card._3 {
    --card-final-rotate: 0deg;
    --card-final-y: 0px;
    --card-start-rotate: 0deg;
    --card-start-x: 0px;
    --card-start-y: 32px;
  }

  .logoped-hero-options .hero-image {
    aspect-ratio: 1.18 / 1;
  }

  .hero-option-label {
    bottom: 12px;
    font-size: 12px;
    left: 12px;
    padding: 9px 10px;
    right: 12px;
  }

  .client-title {
    display: block;
    font-size: 24px !important;
    line-height: 1.28;
    max-width: 292px;
    margin-left: auto;
    margin-right: auto;
    text-wrap: balance;
  }

  .client-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .client-title-box {
    margin-bottom: 24px;
  }

  .team-section .therapist-card-grid {
    grid-template-columns: 1fr;
  }

  .therapist-flip-card,
  .therapist-flip-inner,
  .therapist-card-face {
    min-height: 500px;
  }

  .therapist-card-back {
    padding: 24px;
  }

  .client-text {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }

  .client-section .marquee.two {
    gap: 12px;
  }

  .client-section .client-block {
    flex-basis: 210px;
    height: 92px;
    width: 210px;
  }

  .client-image.insurance-logo {
    max-height: 58px;
  }

  .contact-section-two {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .contact-two-wrapper {
    border-width: 4px 4px 12px;
  }

  .request-form-title {
    font-size: 24px;
  }

  .services-hero-clean,
  .services-locations-section,
  .services-offer-section,
  .services-method-section {
    padding-bottom: 72px;
    padding-top: 64px;
  }

  .services-offer-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .services-locations-section,
  .services-offer-section,
  .services-method-section {
    box-sizing: border-box;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .services-hero-clean .container,
  .services-locations-section .container,
  .services-method-section .container {
    box-sizing: border-box;
    max-width: 100vw;
    overflow: visible;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }

  .services-offer-section .container {
    max-width: 100%;
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .services-hero-grid {
    gap: 28px;
  }

  .services-hero-title {
    font-size: 38px;
    line-height: 1.12;
  }

  .services-hero-text {
    font-size: 16px;
  }

  .services-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .services-hero-main-image {
    height: 300px;
    min-height: 0;
  }

  .services-hero-visual {
    min-height: 330px;
  }

  .services-hero-note {
    right: 10px;
    top: 18px;
  }

  .services-hero-note.two {
    bottom: 22px;
    left: 10px;
  }

  .services-hero-rainbow {
    bottom: -22px;
    right: 4px;
    width: 112px;
  }

  .services-location-grid,
  .services-focus-grid {
    margin-top: 34px;
  }

  .services-location-grid,
  .services-focus-grid,
  .services-method-grid,
  .services-location-card,
  .services-focus-card,
  .services-method-card {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .services-locations-section .section-title,
  .services-method-heading .section-title {
    max-width: min(330px, calc(100vw - 40px));
    overflow-wrap: normal;
    word-break: normal;
  }

  .services-locations-section .section-text,
  .services-method-heading .section-text {
    max-width: min(330px, calc(100vw - 40px));
  }

  .services-location-content {
    padding: 22px;
  }

  .services-location-title,
  .services-location-text,
  .services-method-card .feature-title,
  .services-method-card .feature-text,
  .services-method-tags span {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .services-focus-grid {
    gap: 22px;
  }

  .services-method-grid {
    margin-top: 36px;
  }

  .services-method-stack {
    grid-template-columns: 1fr;
  }

  .services-method-card {
    min-height: auto;
    padding: 24px 20px;
  }

  .services-method-heading .section-title {
    font-size: 32px !important;
    max-width: min(330px, calc(100vw - 40px));
  }

  .services-offer-heading,
  .services-focus-grid,
  .services-focus-card {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .services-offer-heading .section-title {
    font-size: 32px !important;
    max-width: min(330px, calc(100vw - 40px));
  }

  .services-focus-card {
    border-radius: 24px;
    overflow: hidden;
    padding: 22px;
  }

  .services-focus-count {
    font-size: 15px;
    height: 42px;
    width: 52px;
  }

  .services-focus-icon {
    border-radius: 18px;
    font-size: 24px;
    height: 58px;
    width: 68px;
  }

  .services-focus-card h3 {
    font-size: 28px;
  }

  .services-focus-card p {
    font-size: 16px;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .services-focus-card h3 {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .services-focus-tags {
    min-width: 0;
  }

  .services-focus-tags span {
    white-space: normal;
  }

  .patient-start-section,
  .patient-faq-section {
    padding-bottom: 72px;
    padding-top: 72px;
  }

  .patient-visual {
    border-radius: 22px;
    padding: 18px;
  }

  .patient-prep-card {
    border-radius: 20px;
    gap: 18px;
    padding: 22px;
  }

  .patient-prep-title {
    font-size: 28px;
  }

  .patient-prep-text {
    font-size: 16px;
  }

  .patient-prep-step {
    gap: 12px;
    padding: 14px;
  }

  .patient-prep-step h4 {
    font-size: 18px;
  }

  .patient-form-row {
    gap: 12px;
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 20px;
  }

  .patient-form-dots {
    display: none;
  }

  .patient-form-action {
    justify-self: start;
    min-width: 126px;
  }

  .patient-faq-item summary {
    font-size: 21px;
    padding: 20px;
  }

  .patient-faq-item summary::after {
    font-size: 22px;
    height: 36px;
    width: 36px;
  }

  .patient-faq-item p {
    font-size: 16px;
    padding: 0 20px 22px;
  }
}

@media screen and (max-width: 479px) {
  .page-title {
    font-size: 30px !important;
    line-height: 1.25;
    max-width: min(292px, calc(100vw - 40px));
  }

  .page-text {
    max-width: min(260px, calc(100vw - 72px));
  }

  .hero-content {
    max-width: calc(100vw - 28px);
    padding-bottom: 40px;
  }

  .hero-title {
    font-size: 30px !important;
    line-height: 1.45;
    max-width: min(340px, calc(100vw - 34px));
  }

  .hero-text {
    font-size: 15px;
    max-width: min(340px, calc(100vw - 34px));
  }

  .logoped-hero-options {
    max-width: 292px;
  }

  .client-title {
    font-size: 23px !important;
    max-width: 270px;
  }

  .client-section {
    padding-top: 58px;
    padding-bottom: 56px;
  }

  .client-text {
    max-width: 286px;
  }

  .services-hero-title {
    font-size: 30px;
  }

  .services-hero-text {
    font-size: 15px;
    max-width: 292px;
  }

  .services-hero-note {
    font-size: 13px;
    padding: 10px 13px;
  }

  .services-focus-card {
    padding: 20px;
  }

  .services-method-heading .section-title {
    max-width: 320px;
  }

  .services-method-image-frame {
    border-width: 6px;
  }

  .services-focus-tags span {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-option-card {
    opacity: 1;
    animation: none;
  }

  .therapist-flip-inner {
    transition: none;
  }

  .review-section .marquee-inner.one,
  .review-section .marquee-inner.two {
    animation: none;
    transform: none;
  }
}

.w-webflow-badge,
a.w-webflow-badge,
[class*="webflow-badge"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.serve-section .serve-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: flex-start;
}

.serve-section .serve-content .section-title-box.small,
.serve-section .serve-author-wrap {
  margin-bottom: 0;
  margin-top: 0;
}

.home-littlesteps-cta {
  background-color: #d8e9fd;
}

.home-littlesteps-cta.asha-feature-section {
  background:
    radial-gradient(circle at 82% 26%, rgba(255, 202, 71, .38), transparent 13%),
    linear-gradient(180deg, #d8e9fd 0%, #e7f3df 100%);
  overflow: hidden;
}

.asha-feature-section .cta-two-grid {
  align-items: center;
  gap: clamp(44px, 7vw, 96px);
}

.asha-feature-section .cta-two-content {
  position: relative;
  z-index: 3;
}

.asha-feature-section .section-title-box {
  max-width: 680px;
}

.home-littlesteps-cta .section-title {
  color: #073569;
}

.home-littlesteps-cta .section-text {
  color: #222;
}

.home-littlesteps-cta .theme-button {
  background-color: #f46000;
  box-shadow: 0 5px #fbcf00;
  color: #fff;
}

.home-littlesteps-cta .theme-button:hover {
  background-color: #fffab2;
  color: #000;
}

.asha-feature-image-box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(360px, 36vw, 520px);
}

.asha-feature-image-box::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: 1%;
  top: 3%;
  border: 7px solid rgba(255, 190, 46, .88);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 999px;
  transform: rotate(18deg);
}

.asha-feature-image-box::after {
  content: "";
  position: absolute;
  width: 74px;
  height: 18px;
  left: 2%;
  bottom: 9%;
  border-top: 6px solid rgba(52, 172, 220, .8);
  border-radius: 999px;
  transform: rotate(-10deg);
}

.asha-photo-frame {
  position: relative;
  z-index: 2;
  width: min(620px, 100%);
  padding: clamp(10px, 1.2vw, 16px);
  background-color: #ffffff;
  border: 3px solid #073569;
  border-radius: 26px;
  box-shadow: 18px 18px 0 #37a9e0, 0 22px 42px rgba(7, 53, 105, .16);
  transform: rotate(1.1deg);
}

.asha-photo-frame::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;
  border: 3px dashed rgba(57, 143, 67, .75);
  border-radius: 34px;
  transform: rotate(-2.4deg);
}

.asha-feature-section .asha-feature-photo {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  max-width: none;
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: none;
}

.asha-feature-section .cta-two-icons {
  z-index: 1;
  opacity: .82;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .asha-feature-section .cta-two-grid {
    gap: 34px;
  }

  .asha-feature-image-box {
    min-height: auto;
    padding: 18px 0 12px;
  }

  .asha-photo-frame {
    width: min(92vw, 560px);
    box-shadow: 10px 10px 0 #37a9e0, 0 18px 32px rgba(7, 53, 105, .14);
  }

  .asha-feature-image-box::before {
    width: 70px;
    height: 70px;
    border-width: 5px;
  }
}

.feature-section .feature-conditions {
  margin-top: 14px;
  color: #0d3d6f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.feature-section .feature-conditions span {
  display: block;
  margin-bottom: 4px;
  color: #399347;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.asha-article-section {
  position: relative;
  overflow: hidden;
  padding: clamp(86px, 9vw, 138px) 0;
  background:
    radial-gradient(circle at 10% 18%, rgba(255, 255, 255, .82) 0 7%, transparent 8%),
    radial-gradient(circle at 84% 74%, rgba(255, 190, 46, .34) 0 9%, transparent 10%),
    linear-gradient(135deg, #fff2c2 0%, #e8f5d9 48%, #d8e9fd 100%);
}

.asha-article-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 28px;
  background:
    radial-gradient(circle at 14px -2px, transparent 17px, #ffffff 18px) 0 0 / 38px 28px repeat-x;
  opacity: .96;
}

.asha-article-section::after {
  content: "";
  position: absolute;
  right: clamp(28px, 8vw, 126px);
  top: clamp(42px, 6vw, 86px);
  width: 116px;
  height: 116px;
  border: 8px solid rgba(57, 143, 67, .45);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 999px;
  transform: rotate(22deg);
}

.asha-article-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(48px, 7vw, 104px);
}

.asha-article-media {
  position: relative;
  min-height: 420px;
}

.asha-article-media::before {
  content: "";
  position: absolute;
  inset: 34px -16px -24px 34px;
  background-color: #37a9e0;
  border: 3px solid #073569;
  border-radius: 8px;
  transform: rotate(-4deg);
}

.asha-article-media::after {
  content: "";
  position: absolute;
  left: -22px;
  top: 28px;
  width: 84px;
  height: 84px;
  background:
    linear-gradient(45deg, transparent 45%, #fb5c35 46% 54%, transparent 55%),
    linear-gradient(-45deg, transparent 45%, #fb5c35 46% 54%, transparent 55%);
  border-radius: 999px;
  opacity: .92;
  transform: rotate(-16deg);
}

.asha-photo-panel {
  position: relative;
  z-index: 2;
  padding: 13px;
  background-color: #ffffff;
  border: 3px solid #073569;
  border-radius: 8px;
  box-shadow: 0 22px 46px rgba(7, 53, 105, .16);
  transform: rotate(-1.5deg);
}

.asha-photo-panel::before {
  content: "";
  position: absolute;
  inset: -22px;
  z-index: -1;
  border: 3px dashed rgba(57, 143, 67, .72);
  border-radius: 8px;
  transform: rotate(3deg);
}

.asha-article-image {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}

.asha-photo-caption {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  padding: 13px 4px 2px;
  color: #073569;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.asha-article-copy {
  position: relative;
  z-index: 3;
  max-width: 640px;
}

.asha-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  margin-bottom: 22px;
  padding: 8px 17px;
  border: 2px solid #f7bf22;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, .76);
  color: #073569;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.asha-kicker-mark {
  width: 18px;
  height: 18px;
  background-color: #fb5c35;
  border-radius: 50% 50% 50% 8%;
  transform: rotate(-22deg);
}

.asha-article-title {
  max-width: 720px;
  margin: 0 0 22px;
  color: #073569;
  font-family: Boldonse, sans-serif;
  font-size: clamp(42px, 5.6vw, 78px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.asha-article-text {
  max-width: 650px;
  margin: 0;
  color: #1d2525;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(17px, 1.28vw, 21px);
  font-weight: 500;
  line-height: 1.7;
}

.asha-article-actions {
  display: flex;
  margin-top: 32px;
}

.asha-article-button {
  background-color: #f46000;
  box-shadow: 0 5px #fbcf00;
}

.asha-article-button:hover {
  background-color: #ffffff;
  color: #073569;
}

@media screen and (max-width: 991px) {
  .asha-article-grid {
    grid-template-columns: 1fr;
  }

  .asha-article-copy {
    max-width: 760px;
  }

  .asha-article-media {
    order: 2;
    min-height: auto;
  }

  .asha-article-copy {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .asha-article-section {
    padding: 72px 0 84px;
  }

  .asha-article-media::before {
    inset: 22px -8px -14px 18px;
  }

  .asha-article-media::after,
  .asha-article-section::after {
    display: none;
  }

  .asha-photo-panel {
    padding: 9px;
    transform: none;
  }

  .asha-photo-panel::before {
    inset: -12px;
  }

  .asha-photo-caption {
    font-size: 11px;
  }
}

.asha-press-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, .78) 0 8%, transparent 9%),
    linear-gradient(180deg, #f8fcf2 0%, #e7f5dd 48%, #dceeff 100%);
  overflow: hidden;
  padding: clamp(84px, 8.5vw, 128px) 0;
  position: relative;
}

.asha-press-grid {
  align-items: center;
  display: grid;
  gap: clamp(40px, 6vw, 86px);
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  position: relative;
  z-index: 1;
}

.asha-press-copy {
  max-width: 700px;
}

.asha-press-copy .section-subtitle-box {
  margin-bottom: 20px;
}

.asha-press-copy .section-title {
  line-height: 1.28;
  margin-bottom: 22px;
  max-width: 720px;
  text-wrap: balance;
}

.asha-press-copy .section-text {
  max-width: 680px;
}

.asha-press-actions {
  display: flex;
  margin-top: 30px;
}

.asha-press-media {
  margin-left: auto;
  max-width: 640px;
  position: relative;
  width: 100%;
}

.asha-press-media::before {
  background-color: rgba(57, 143, 67, .16);
  border: 2px solid rgba(57, 143, 67, .34);
  border-radius: 8px;
  content: "";
  inset: 22px -18px -18px 22px;
  position: absolute;
}

.asha-press-photo-shell {
  background-color: #ffffff;
  border: 2px solid var(--logoped-green);
  border-radius: 8px;
  box-shadow: 0 22px 44px rgba(13, 20, 82, .14);
  padding: 10px;
  position: relative;
  z-index: 1;
}

.asha-press-photo {
  aspect-ratio: 3 / 2;
  border-radius: 6px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.asha-press-caption {
  align-items: center;
  color: var(--logoped-green-dark);
  display: flex;
  flex-wrap: wrap;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  gap: 8px 18px;
  justify-content: space-between;
  letter-spacing: .02em;
  padding: 12px 4px 2px;
}

@media screen and (max-width: 991px) {
  .asha-press-grid {
    grid-template-columns: 1fr;
  }

  .asha-press-copy,
  .asha-press-media {
    margin-left: 0;
    max-width: 760px;
  }
}

@media screen and (max-width: 767px) {
  .asha-press-section {
    padding: 72px 0 82px;
  }

  .asha-press-media::before {
    inset: 16px -10px -10px 16px;
  }

  .asha-press-photo-shell {
    padding: 8px;
  }

  .asha-press-caption {
    align-items: flex-start;
    flex-direction: column;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper,
  .main-header,
  section,
  footer {
    max-width: 100vw;
  }

  .hero-section,
  .page-section {
    overflow: hidden;
  }

  .container,
  .container.small,
  .w-container,
  .page-section .container,
  .logoped-program-detail .container.small {
    box-sizing: border-box;
    max-width: 100vw !important;
    min-width: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: 100% !important;
  }

  .header-main-box {
    gap: 12px;
  }

  .header-logo-link,
  .logo-link {
    border-radius: 16px;
    min-height: 58px;
    padding: 7px 11px;
  }

  .header-logo-link img,
  .logo-link img,
  .footer-logo {
    max-height: 46px;
    width: min(170px, calc(100vw - 116px)) !important;
  }

  .mobile-menu {
    max-width: min(320px, 86vw);
  }

  .hero-section .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-wrapper {
    left: 0 !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    transform: none !important;
  }

  .hero-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-bottom: 38px;
  }

  .hero-title {
    font-size: clamp(30px, 10vw, 38px) !important;
    line-height: 1.24 !important;
    max-width: min(356px, calc(100vw - 32px));
    text-align: center;
  }

  .hero-text {
    font-size: 16px;
    line-height: 1.55;
    margin-left: auto;
    margin-right: auto;
    max-width: min(356px, calc(100vw - 32px));
    text-align: center;
  }

  .section-title,
  .client-title,
  .benefit-title,
  .blog-title,
  .page-title,
  .serve-title,
  .history-title,
  .team-title,
  .program-info-title,
  .request-form-title,
  .patient-prep-title,
  .call-to-action .section-title,
  .services-locations-section .section-title,
  .services-offer-heading .section-title,
  .services-method-heading .section-title,
  .asha-press-copy .section-title {
    font-size: clamp(28px, 8.8vw, 34px) !important;
    line-height: 1.28 !important;
    max-width: 100%;
    overflow-wrap: normal;
    text-wrap: balance;
    word-break: normal;
  }

  .page-title {
    max-width: min(360px, calc(100vw - 32px));
  }

  .section-title-box,
  .section-title-box.center,
  .section-title-box.small,
  .section-title-box-2.center,
  .client-title-box,
  .services-offer-heading,
  .services-method-heading,
  .patient-start-content .section-title-box {
    box-sizing: border-box;
    max-width: min(100%, calc(100vw - 32px)) !important;
    width: 100%;
  }

  .section-text,
  .client-text,
  .page-text,
  .serve-text,
  .history-text,
  .team-text,
  .work-section .section-text,
  .patient-prep-text,
  .asha-press-copy .section-text {
    font-size: 16px;
    line-height: 1.56;
    max-width: 100%;
  }

  .section-title-br,
  .section-text-br {
    display: none;
  }

  .theme-button,
  .services-location-button,
  .patient-form-action {
    max-width: 100%;
    min-height: 48px;
    white-space: normal;
  }

  .theme-button-content,
  .theme-button-hover-text,
  .theme-button-text {
    text-align: center;
    width: 100%;
  }

  .logoped-hero-options {
    max-width: min(320px, calc(100vw - 40px));
    width: 100%;
  }

  .program-wrapper,
  .program-wrapper.two,
  .feature-grid,
  .benefit-grid,
  .work-grid,
  .footer-grid,
  .contact-two-wrapper,
  .patient-start-grid,
  .patient-faq-grid,
  .logoped-program-detail .program-detail-wrap {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr !important;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .program-detail-content,
  .program-cms,
  .program-rich-text,
  .program-detail-image-box,
  .program-detail-image,
  .program-info-box.logoped-program-info,
  .patient-start-content,
  .patient-visual,
  .patient-prep-card,
  .patient-faq-heading,
  .patient-faq-list,
  .contact-info-box-two,
  .request-routing,
  .request-panel,
  .contact-input,
  .asha-press-copy,
  .asha-press-media,
  .asha-press-photo-shell,
  .feature-block,
  .feature-image-box,
  .benefit-box,
  .work-block {
    box-sizing: border-box;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .logoped-program-detail .program-detail-wrap,
  .patient-start-grid,
  .patient-faq-grid,
  .asha-press-grid {
    gap: 28px;
  }

  .program-detail.logoped-program-detail {
    padding-bottom: 72px;
    padding-top: 72px;
  }

  .logoped-program-detail .program-rich-text {
    padding-top: 24px;
  }

  .logoped-program-detail .program-rich-text h3 {
    font-size: 24px;
    line-height: 1.22;
  }

  .logoped-program-detail .program-rich-text ul,
  .logoped-program-detail .program-rich-text ol {
    padding-left: 20px;
  }

  .program-info-box.logoped-program-info {
    border-radius: 22px;
    padding: 24px;
    position: relative;
    top: 0;
  }

  .patient-visual {
    min-height: 0;
  }

  .patient-prep-step {
    grid-template-columns: 1fr;
  }

  .patient-faq-heading {
    position: relative;
    top: 0;
  }

  .patient-form-name {
    font-size: 22px;
    line-height: 1.22;
  }

  .review-section {
    overflow: hidden;
  }

  .review-section .marquee-box.two {
    -webkit-mask-image: none;
    mask-image: none;
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 18px;
    scroll-snap-type: x mandatory;
  }

  .review-section .marquee-inner.one,
  .review-section .marquee-inner.two {
    animation: none !important;
    transform: none !important;
  }

  .review-section .marquee-inner.two {
    display: none;
  }

  .review-section .marquee {
    gap: 16px;
  }

  .testimonial-block {
    flex: 0 0 min(304px, calc(100vw - 44px));
    height: auto;
    min-height: 250px;
    scroll-snap-align: center;
    width: min(304px, calc(100vw - 44px));
  }

  .team-section .therapist-card-grid {
    grid-template-columns: 1fr !important;
  }

  .therapist-flip-card,
  .therapist-flip-inner,
  .therapist-card-face {
    height: auto;
    min-height: 0;
  }

  .therapist-flip-inner,
  .therapist-flip-card:hover .therapist-flip-inner,
  .therapist-flip-card:focus .therapist-flip-inner,
  .therapist-flip-card:focus-within .therapist-flip-inner {
    display: grid;
    gap: 14px;
    transform: none;
  }

  .therapist-card-face {
    backface-visibility: visible;
  }

  .therapist-card-back {
    inset: auto;
    justify-content: flex-start;
    padding: 24px;
    position: relative;
    transform: none;
  }

  .therapist-image-box {
    aspect-ratio: 1 / 1;
  }

  .contact-section-two {
    overflow: hidden;
  }

  .contact-info-box-two {
    min-height: 0;
    padding: 24px;
  }

  .contact-info-box-two:hover,
  .contact-info-box-two:focus-within {
    min-height: 0;
    transform: none;
  }

  .main-footer .logo-link {
    justify-content: flex-start;
    width: auto;
  }

  .footer-wrapper {
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .header-logo-link img,
  .logo-link img,
  .footer-logo {
    width: min(154px, calc(100vw - 110px)) !important;
  }

  .hero-title,
  .section-title,
  .page-title,
  .asha-press-copy .section-title {
    font-size: clamp(28px, 9.6vw, 32px) !important;
  }

  .section-subtitle-box {
    max-width: 100%;
  }

  .testimonial-block {
    flex-basis: min(292px, calc(100vw - 36px));
    width: min(292px, calc(100vw - 36px));
  }
}

@media screen and (max-width: 360px) {
  .header-logo-link img,
  .logo-link img,
  .footer-logo {
    width: min(142px, calc(100vw - 106px)) !important;
  }

  .hero-icon,
  .page-icon {
    display: none !important;
  }

  .hero-title,
  .page-title,
  .section-title,
  .client-title,
  .asha-press-copy .section-title {
    font-size: 26px !important;
    line-height: 1.3 !important;
    max-width: min(212px, calc(100vw - 84px)) !important;
  }

  .hero-text,
  .page-text,
  .section-text,
  .client-text {
    max-width: min(236px, calc(100vw - 60px)) !important;
  }

  .theme-button {
    width: min(220px, calc(100vw - 72px));
  }

  .section-title-box,
  .section-title-box.center,
  .section-title-box.small,
  .section-title-box-2.center,
  .client-title-box {
    max-width: min(236px, calc(100vw - 60px)) !important;
  }
}
