.education-header {
  --education-header-flow-gap: clamp(22px, 3vh, 34px);
  --education-header-title-description-gap: clamp(24px, 3vh, 36px);
  position: relative;
  isolation: isolate;
  width: 100%;
  height: clamp(480px, 58svh, 680px);
  min-height: 0;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
  background: #ece9e4;
}

.education-header__image {
  position: absolute;
  z-index: -2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none !important;
  object-fit: cover;
  object-position: left center;
}

.education-header__overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 68%;
  background: rgba(255, 254, 254, 0.95);
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
  pointer-events: none;
}

.education-header::after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 10px;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 254, 254, 0.9), rgba(255, 254, 254, 1));
  pointer-events: none;
}

.education-header__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: clamp(112px, 14vh, 150px) 4vw 4vw;
}

.education-header__content {
  width: min(46%, 680px);
}

.education-header__title {
  max-width: 760px;
  margin: 0;
  color: #1a1a1a;
  font-size: clamp(34px, 3.25vw, 58px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.06;
  text-wrap: balance;
}

.education-header__title-line {
  display: block;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.education-header__title-line--orange {
  margin-top: 0.12em;
  color: var(--clr-brand);
}

.education-header__description {
  max-width: 620px;
  margin: var(--education-header-title-description-gap) 0 0;
  color: var(--clr-text);
  font-size: clamp(16px, 1.25vw, 21px);
  font-weight: 400;
  line-height: 1.38;
}

.education-header__actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--education-header-flow-gap);
}

.education-header .education-header__button {
  justify-content: space-between;
  width: fit-content;
  min-width: clamp(185px, 16vw, 230px);
  min-height: 44px;
}

.education-header .education-header__button span {
  font-size: inherit;
}

.education-header__button-arrow {
  margin-left: 18px;
}

.education-header :where(a, button, [tabindex]):focus-visible {
  outline: 3px solid #1a1a1a;
  outline-offset: 3px;
}

.education-page.site-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 !important;
  overflow-x: clip;
}

.edu-collab {
  --edu-service-title-size: clamp(15px, 1.35vw, 22px);
  width: 100%;
  margin: 0;
  padding: 8vh 6vw !important;
  color: var(--clr-text);
  background: var(--clr-bg-white);
}

.edu-collab__header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.edu-collab__eyebrow {
  margin: 0 0 clamp(6px, 0.8vh, 10px);
  color: var(--clr-brand);
  font-size: clamp(14px, 1.05vw, 18px);
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.edu-collab__title {
  margin: 0;
  color: #0f0f0f;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-transform: uppercase;
  text-wrap: balance;
}

.edu-collab__title > span {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.edu-collab__title-accent {
  margin-left: 0.16em;
  color: var(--clr-brand);
}

.edu-collab__description {
  width: min(100%, 980px);
  margin: clamp(16px, 2.2vh, 28px) auto 0;
  color: var(--clr-text);
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  text-wrap: pretty;
}

.edu-collab__interactive {
  display: grid;
  grid-template-columns: minmax(245px, 0.82fr) minmax(0, 1.35fr);
  align-items: stretch;
  gap: clamp(32px, 4vw, 72px);
  width: 100%;
  margin: clamp(34px, 4.8vh, 62px) auto 0;
}

.edu-collab__tabs-wrap {
  position: relative;
  display: flex;
  align-items: stretch;
  min-width: 0;
  padding-left: clamp(26px, 3vw, 46px);
}

.edu-collab__rail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  border-radius: 999px;
  background: #c5c5c5;
}

.edu-collab__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: var(--indicator-height, 48px);
  border-radius: 999px;
  background: var(--clr-brand);
  box-shadow: 0 -5px 0 var(--clr-bg-white), 0 5px 0 var(--clr-bg-white);
  transform: translate3d(0, var(--indicator-y, 0), 0);
  transition: height 360ms cubic-bezier(0.22, 1, 0.36, 1), transform 620ms cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: height, transform;
}

.edu-collab__rail.is-measuring .edu-collab__indicator {
  transition: none;
}

.edu-collab__tabs {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(10px, 1.4vh, 20px);
  min-width: 0;
}

.edu-collab__tab {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: clamp(38px, 4.8vh, 54px);
  margin: 0;
  padding: 4px 0;
  border: 0;
  border-radius: 0;
  color: #101010;
  background: transparent;
  font: inherit;
  font-size: var(--edu-service-title-size);
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
  text-transform: uppercase;
  transition: color 220ms ease, transform 220ms ease;
}

.edu-collab__tab:hover {
  color: var(--clr-brand);
  background: transparent;
  transform: translateX(4px);
}

.edu-collab__tab.is-active {
  color: #101010;
  transform: translateX(0);
}

.edu-collab__tab:focus-visible,
.edu-collab__panel:focus-visible,
.edu-collab__partner:focus-visible {
  outline: 3px solid var(--clr-brand);
  outline-offset: 4px;
}

.edu-collab__stage {
  position: relative;
  isolation: isolate;
  align-self: center;
  width: 100%;
  min-width: 0;
  min-height: clamp(340px, 27vw, 430px);
  overflow: hidden;
  border: 1px solid rgba(15, 15, 15, 0.1);
  border-radius: clamp(12px, 1.2vw, 18px);
  background: #fff;
  box-shadow: 0 5px 12px rgba(24, 24, 24, 0.2);
  transition: height 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.edu-collab__stage::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background: url("../img/background-lsc.png") center / cover no-repeat;
  opacity: 0.15;
  pointer-events: none;
}

.edu-collab__panel {
  --edu-collab-panel-padding: clamp(22px, 2.5vw, 44px);
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: var(--edu-collab-panel-padding);
  overflow: visible;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(18px, 0, 0) scale(1.015);
  transition: opacity 380ms ease, transform 540ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.edu-collab__panel.is-active {
  position: relative;
  inset: auto;
  z-index: 2;
  min-height: inherit;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.edu-collab__summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: clamp(20px, 2vw, 34px);
}

.edu-collab__icon {
  display: flex;
  align-self: start;
  align-items: center;
  justify-content: center;
  width: clamp(76px, 7vw, 120px);
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  background: var(--clr-brand);
}

.edu-collab__icon img,
.edu-collab__icon video {
  display: block;
  width: 62%;
  height: 62%;
  max-width: none !important;
  object-fit: contain;
}

.edu-collab__copy {
  min-width: 0;
  padding-top: clamp(1px, 0.25vw, 4px);
}

.edu-collab__card-title {
  margin: 0;
  color: #101010;
  font-size: var(--edu-service-title-size);
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
  text-wrap: balance;
}

.edu-collab__card-description {
  margin: clamp(12px, 1.6vh, 20px) 0 0;
  color: #101010;
  font-size: clamp(14px, 1.2vw, 21px);
  font-weight: 400;
  line-height: 1.35;
  text-wrap: pretty;
}

.edu-collab__partners {
  min-width: 0;
  margin-top: auto;
  padding-top: clamp(14px, 2vh, 24px);
  overflow: visible;
}

.edu-collab__partners-label {
  margin: 0 0 clamp(12px, 1.5vh, 18px);
  color: #3a3a3a;
  font-size: var(--fs-h4);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.edu-collab__partner-carousel {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  min-width: 0;
  overflow: visible;
}

.edu-collab__partner-carousel.has-overflow {
  width: calc(100% + var(--edu-collab-panel-padding) + var(--edu-collab-panel-padding));
  margin-inline: calc(-1 * var(--edu-collab-panel-padding));
}

.edu-collab__partner-viewport {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-block: -40px;
  padding-block: 40px;
  overflow: visible;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.edu-collab__partner-carousel.has-overflow .edu-collab__partner-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  touch-action: pan-x pan-y pinch-zoom;
}

.edu-collab__partner-carousel.has-overflow .edu-collab__partner-viewport.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.edu-collab__partner-viewport::-webkit-scrollbar {
  display: none;
}

.edu-collab__partner-list {
  display: flex;
  gap: clamp(10px, 1vw, 16px);
  width: max-content;
  min-width: 0;
}

.edu-collab__partner-list.is-at-origin {
  padding-left: var(--edu-collab-panel-padding);
}

.edu-collab__partner-list.is-at-origin [data-partner-loop-clone="before"] {
  visibility: hidden;
}

.edu-collab__partner-list [data-partner-loop-clone] {
  pointer-events: auto;
}

.edu-collab__partner {
  display: flex;
  flex: 0 0 clamp(130px, 12vw, 240px);
  align-items: center;
  justify-content: center;
  width: clamp(130px, 12vw, 240px);
  aspect-ratio: 5 / 4;
  padding: clamp(12px, 1.25vw, 22px);
  overflow: hidden;
  border: 1px solid #b8b8b8;
  border-radius: clamp(10px, 0.8vw, 14px);
  color: #202020;
  background: #fff;
  box-shadow: 0 4px 10px rgba(55, 55, 55, 0.09);
  text-align: center;
  text-decoration: none;
  transition: border-color 220ms ease, box-shadow 260ms ease, filter 220ms ease, transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
  scroll-snap-align: start;
  will-change: transform, filter, box-shadow;
}

a.edu-collab__partner:focus-visible,
a.edu-collab__partner.is-active {
  color: #202020;
  border-color: var(--clr-brand);
  outline: none;
  box-shadow: 0 0 25px rgba(221, 126, 22, 0.35), 0 7px 15px rgba(0, 0, 0, 0.1);
  transform: none;
}

a.edu-collab__partner:hover {
  z-index: 2;
  color: #202020;
  border-color: var(--clr-brand);
  filter: brightness(1.06);
  box-shadow: 0 0 34px rgba(221, 126, 22, 0.52), 0 12px 22px rgba(0, 0, 0, 0.14);
  transform: translateY(-4px) scale(1.025);
}

.edu-collab__partner img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 4;
  max-width: 100% !important;
  max-height: 100%;
  object-fit: contain;
}

.edu-collab__partner-name {
  font-size: clamp(10px, 0.78vw, 13px);
  font-weight: 700;
  line-height: 1.15;
}

.edu-collab__partner--soon {
  flex-direction: column;
  gap: clamp(6px, 0.6vw, 10px);
  border-color: #aaa;
  border-style: dashed;
  color: #a9a9a9;
  background: #fff;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.13);
  font-size: clamp(11px, 0.9vw, 16px);
  font-weight: 600;
  line-height: 1.12;
  text-transform: uppercase;
  pointer-events: none;
  user-select: none;
  transition: none;
  transform: none;
  filter: none;
  will-change: auto;
}

.edu-collab__partner-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(24px, 2vw, 34px);
  height: clamp(24px, 2vw, 34px);
  border-radius: 50%;
  color: #aaa;
  background: #e7e7e7;
  font-size: clamp(16px, 1.2vw, 22px);
  font-weight: 500;
  line-height: 1;
}

.edu-practice-options {
  width: 100%;
  margin: 0;
  padding: 8vh 6vw !important;
  color: var(--clr-text);
  background: var(--clr-bg-white);
}

.edu-practice-options__header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.edu-practice-options__eyebrow {
  margin: 0 0 clamp(6px, 0.8vh, 10px);
  color: var(--clr-brand);
  font-size: clamp(14px, 1.05vw, 18px);
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.edu-practice-options__title {
  margin: 0;
  color: #0f0f0f;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-transform: uppercase;
  text-wrap: balance;
}

.edu-practice-options__title > span {
  display: inline;
  font: inherit;
}

.edu-practice-options__title-accent {
  margin-left: 0.16em;
  color: var(--clr-brand);
}

.edu-practice-options__description {
  width: min(100%, 980px);
  margin: clamp(16px, 2.2vh, 28px) auto 0;
  color: var(--clr-text);
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  text-wrap: pretty;
}

.edu-practice-options__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(20px, 2.5vw, 42px);
  width: min(100%, 1380px);
  margin: clamp(34px, 4.8vh, 62px) auto 0;
}

.edu-practice-options__card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(15, 15, 15, 0.13);
  border-radius: clamp(12px, 1vw, 16px);
  background: #fff;
  box-shadow: 0 5px 12px rgba(24, 24, 24, 0.18);
  transition: border-color 240ms ease, box-shadow 300ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.edu-practice-options__media {
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #ededed;
}

.edu-practice-options__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none !important;
  object-fit: cover;
  transition: filter 320ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.edu-practice-options__card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  padding: clamp(18px, 1.8vw, 28px);
  text-align: center;
}

.edu-practice-options__card-title {
  margin: 0;
  color: #101010;
  font-size: clamp(18px, 1.45vw, 25px);
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
  text-wrap: balance;
}

.edu-practice-options__card-description {
  margin: clamp(12px, 1.4vh, 18px) 0 0;
  color: #333;
  font-size: clamp(13px, 0.9vw, 16px);
  font-weight: 400;
  line-height: 1.4;
  text-wrap: pretty;
}

.edu-practice-options .edu-practice-options__button {
  align-self: center;
  min-height: 40px;
  margin-top: clamp(20px, 2.5vh, 30px);
  padding: 10px 16px;
  border-radius: 8px;
  font-size: clamp(13px, 0.9vw, 16px);
}

button.edu-practice-options__button {
  border: 0;
  cursor: pointer;
}

.edu-practice-options :where(a, button, [tabindex]):focus-visible {
  outline: 3px solid var(--clr-brand);
  outline-offset: 4px;
}

body.edu-access-modal-open {
  overflow: hidden;
}

.edu-access-modal[hidden] {
  display: none !important;
}

.edu-access-modal {
  position: fixed;
  z-index: 10050;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 40px);
  background: rgba(10, 10, 10, 0.72);
  backdrop-filter: blur(7px);
  opacity: 0;
  transition: opacity 180ms ease;
}

.edu-access-modal.is-open {
  opacity: 1;
}

.edu-access-modal__panel {
  position: relative;
  width: min(100%, 900px);
  max-height: calc(100svh - 36px);
  overflow-y: auto;
  border: 1px solid rgba(221, 126, 22, 0.45);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
  transform: translateY(14px) scale(0.985);
  transition: transform 220ms ease;
}

.edu-access-modal.is-open .edu-access-modal__panel {
  transform: translateY(0) scale(1);
}

.edu-access-modal__close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 16px;
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.12);
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  place-items: center;
  transition: background 160ms ease, transform 160ms ease;
}

.edu-access-modal__close::before,
.edu-access-modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
  border-radius: 999px;
  content: "";
  background: currentColor;
  transform-origin: center;
}

.edu-access-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.edu-access-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.edu-access-modal__close:hover,
.edu-access-modal__close:focus-visible {
  color: #fff;
  background: rgba(0, 0, 0, 0.28);
  outline: 2px solid #fff;
  outline-offset: 2px;
  transform: rotate(4deg) scale(1.04);
}

.edu-access-modal__header {
  padding: clamp(28px, 4vw, 44px) clamp(28px, 5vw, 56px);
  padding-right: clamp(72px, 9vw, 98px);
  background: linear-gradient(45deg, #dd3916 15%, #dd7e16 51%);
  color: #fff;
}

.edu-access-modal__eyebrow {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.edu-access-modal__title {
  margin: 0;
  color: #fff;
  font-size: clamp(27px, 4vw, 44px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.04;
  text-transform: uppercase;
  text-wrap: balance;
}

.edu-access-modal__body {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: start;
  padding: clamp(26px, 4.5vw, 48px);
}

.edu-access-modal__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.edu-access-modal__text {
  margin: 0;
  color: #282828;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.52;
  text-wrap: pretty;
}

.edu-access-modal__benefits {
  display: grid;
  gap: 13px;
  margin: clamp(24px, 4vw, 34px) 0 0;
  padding: 0;
  list-style: none;
}

.edu-access-modal__benefits li {
  display: flex;
  gap: 11px;
  align-items: center;
  color: #191919;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 650;
  line-height: 1.35;
}

.edu-access-modal__benefits li > span {
  display: inline-grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(45deg, #dd3916 15%, #dd7e16 51%);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  place-items: center;
}

.edu-access-modal__offer {
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 3.5vw, 32px);
  border: 1px solid rgba(221, 126, 22, 0.3);
  border-radius: 16px;
  background: linear-gradient(145deg, #fffaf5 0%, #fff 68%);
  box-shadow: 0 14px 35px rgba(107, 54, 11, 0.08);
}

.edu-access-modal__offer-badge {
  display: inline-flex;
  align-self: flex-start;
  gap: 7px;
  align-items: center;
  margin: 0;
  padding: 7px 11px;
  border-radius: 999px;
  color: #dd7e16;
  background: rgba(221, 126, 22, 0.11);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.045em;
  line-height: 1.15;
  text-transform: uppercase;
}

.edu-access-modal__offer-badge > span {
  color: #dd7e16;
  font-size: 15px;
}

.edu-access-modal__offer-title {
  margin: 20px 0 0;
  color: #101010;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 850;
  line-height: 1.1;
  text-transform: uppercase;
  text-wrap: balance;
}

.edu-access-modal__offer-text {
  margin: 12px 0 0;
  color: #4b4b4b;
  font-size: 15px;
  line-height: 1.48;
}

.edu-access-modal__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 52px;
  margin-top: auto;
  padding: 14px 18px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(45deg, #dd3916 15%, #dd7e16 51%);
  box-shadow: 0 10px 24px rgba(221, 83, 22, 0.22);
  color: #fff !important;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 850;
  letter-spacing: 0.025em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: filter 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.edu-access-modal__offer-text + .edu-access-modal__cta {
  margin-top: clamp(24px, 3vw, 34px);
}

.edu-access-modal__cta:visited {
  color: #fff !important;
}

.edu-access-modal__cta:hover,
.edu-access-modal__cta:focus-visible {
  color: #fff !important;
  filter: brightness(0.96);
  outline: none;
  box-shadow: 0 13px 30px rgba(221, 83, 22, 0.32);
  transform: translateY(-2px);
}

.edu-access-modal__cta:focus-visible {
  outline: 3px solid rgba(221, 126, 22, 0.35);
  outline-offset: 3px;
}

.edu-access-modal__cta-arrow {
  font-size: 20px;
  line-height: 1;
}

.edu-access-modal__login-cta {
  align-self: flex-start;
  width: auto;
  margin-top: clamp(24px, 3vw, 32px);
}

@media (max-width: 767.98px) {
  .edu-access-modal__body {
    grid-template-columns: 1fr;
  }

  .edu-access-modal__content {
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  .edu-access-modal {
    align-items: center;
    padding: 10px;
  }

  .edu-access-modal__panel {
    width: 100%;
    max-height: calc(100svh - 20px);
    border-radius: 18px 18px 12px 12px;
  }

  .edu-access-modal__header {
    padding: 25px 64px 25px 22px;
  }

  .edu-access-modal__body {
    gap: 22px;
    padding: 22px;
  }

  .edu-access-modal__benefits {
    gap: 10px;
    margin-top: 20px;
  }

  .edu-access-modal__offer {
    padding: 20px;
  }

  .edu-access-modal__login-cta {
    align-self: stretch;
    width: 100%;
  }

  .edu-access-modal__close {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .edu-access-modal,
  .edu-access-modal__panel,
  .edu-access-modal__close,
  .edu-access-modal__cta {
    transition: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .edu-practice-options__card:hover {
    border-color: rgba(221, 126, 22, 0.5);
    box-shadow: 0 0 28px rgba(221, 126, 22, 0.3), 0 12px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
  }

  .edu-practice-options__card:hover .edu-practice-options__image {
    filter: brightness(1.04);
    transform: scale(1.035);
  }
}

.edu-coaches-ambassadors {
  --edu-coaches-gutter: 6vw;
  width: 100%;
  margin: 0;
  padding: 8vh 0 !important;
  color: var(--clr-text);
  background: var(--clr-bg-white);
  overflow: hidden;
}

.edu-coaches-ambassadors__header {
  width: 100%;
  margin: 0 auto;
  padding-inline: var(--edu-coaches-gutter);
  text-align: center;
}

.edu-coaches-ambassadors__eyebrow {
  margin: 0 0 clamp(6px, 0.8vh, 10px);
  color: var(--clr-brand);
  font-size: clamp(14px, 1.05vw, 18px);
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.edu-coaches-ambassadors__title {
  margin: 0;
  color: #0f0f0f;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-transform: uppercase;
  text-wrap: balance;
}

.edu-coaches-ambassadors__title > span {
  display: inline;
  font: inherit;
}

.edu-coaches-ambassadors__title-accent {
  margin-left: 0.16em;
  color: var(--clr-brand);
}

.edu-coaches-ambassadors__description {
  width: min(100%, 980px);
  margin: clamp(16px, 2.2vh, 28px) auto 0;
  color: var(--clr-text);
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  text-wrap: pretty;
}

.edu-coaches-carousel {
  width: 100%;
  min-width: 0;
  margin: clamp(34px, 4.8vh, 62px) 0 0;
}

.edu-coaches-carousel__viewport {
  width: 100%;
  min-width: 0;
  margin-block: -42px;
  padding-block: 42px;
  overflow: visible;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.edu-coaches-carousel.has-overflow .edu-coaches-carousel__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  touch-action: pan-x pan-y pinch-zoom;
}

.edu-coaches-carousel.has-overflow .edu-coaches-carousel__viewport.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.edu-coaches-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.edu-coaches-carousel__list {
  display: flex;
  align-items: stretch;
  gap: clamp(14px, 1.4vw, 24px);
  width: max-content;
  min-width: 0;
}

.edu-coaches-carousel:not(.has-overflow) .edu-coaches-carousel__list {
  padding-inline: var(--edu-coaches-gutter);
}

.edu-coaches-carousel__list.is-at-origin {
  padding-left: var(--edu-coaches-gutter);
}

.edu-coaches-carousel__list.is-at-origin [data-coach-loop-clone="before"] {
  visibility: hidden;
}

.edu-coaches-carousel__card {
  position: relative;
  display: block;
  flex: 0 0 clamp(210px, 17vw, 320px);
  width: clamp(210px, 17vw, 320px);
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: clamp(12px, 1vw, 16px);
  color: #fff !important;
  background: #e8e8e8;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  transition: border-color 220ms ease, box-shadow 280ms ease, filter 220ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
  user-select: none;
  -webkit-user-select: none;
  will-change: transform, filter, box-shadow;
}

.edu-coaches-carousel__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none !important;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.edu-coaches-carousel__shade {
  position: absolute;
  z-index: 1;
  inset: 44% 0 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.05) 24%, rgba(169, 83, 0, 0.88) 100%);
  pointer-events: none;
}

.edu-coaches-carousel__name {
  position: absolute;
  z-index: 2;
  right: clamp(12px, 1.2vw, 20px);
  bottom: clamp(12px, 1.3vw, 22px);
  left: clamp(12px, 1.2vw, 20px);
  color: #fff;
  font-family: "Dalek Pinpoint", sans-serif;
  font-size: clamp(15px, 1.15vw, 21px);
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.1;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.48);
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .edu-coaches-carousel__card:hover {
    z-index: 2;
    border-color: var(--clr-brand);
    color: #fff !important;
    filter: brightness(1.04);
    box-shadow: 0 0 34px rgba(221, 126, 22, 0.5), 0 14px 26px rgba(0, 0, 0, 0.18);
    transform: translateY(-6px) scale(1.018);
  }

  .edu-coaches-carousel__card:hover .edu-coaches-carousel__image {
    transform: scale(1.035);
  }
}

@media (min-width: 992px) {
  .edu-collab__icon {
    width: var(--edu-desktop-icon-size, 90px);
    height: var(--edu-desktop-icon-size, 90px);
  }

  .edu-collab__copy {
    padding-top: 0;
  }
}

@media (max-width: 991.98px) {
  .education-header {
    height: clamp(460px, 56svh, 620px);
  }

  .education-header__overlay {
    width: 75%;
    clip-path: polygon(0 0, 100% 0, 69% 100%, 0 100%);
  }

  .education-header__inner {
    padding: clamp(100px, 13vh, 128px) 4vw 4vw;
  }

  .education-header__content {
    width: min(54%, 590px);
  }

  .education-header__title {
    font-size: clamp(32px, 5vw, 46px);
  }

  .edu-collab {
    padding: 7vh 4vw !important;
  }

  .edu-practice-options {
    padding: 7vh 4vw !important;
  }

  .edu-coaches-ambassadors {
    --edu-coaches-gutter: 4vw;
    padding-block: 7vh !important;
  }

  .edu-collab__interactive {
    grid-template-columns: minmax(210px, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(24px, 3.5vw, 40px);
  }

  .edu-collab__tabs-wrap {
    padding-left: clamp(20px, 2.7vw, 30px);
  }
}

@media (max-width: 767.98px) {
  .education-header {
    --education-header-flow-gap: clamp(14px, 2vh, 20px);
    --education-header-title-description-gap: clamp(12px, 1.6vh, 18px);
    --education-header-mobile-button-height: clamp(38px, 9.5vw, 44px);
    --education-header-mobile-image-margin: clamp(136px, 20svh, 200px);
    z-index: 1;
    height: 55vh;
    height: 55svh;
    overflow: visible;
    background: #fff;
  }

  .education-header__overlay {
    width: 100%;
    clip-path: polygon(0 30%, 100% 60%, 100% 100%, 0 100%);
  }

  .education-header__image {
    inset: 0 0 auto;
    height: calc(100% - var(--education-header-mobile-image-margin));
    object-position: center bottom;
  }

  .education-header__inner {
    align-items: flex-end;
    padding: 82px 4vw 0;
  }

  .education-header__content {
    width: 80%;
  }

  .education-header__title {
    width: 92vw;
    max-width: none;
    font-size: clamp(25px, 7.2vw, 36px);
  }

  .education-header__description {
    max-width: 100%;
  }

  .education-header .education-header__button {
    position: relative;
    z-index: 2;
    height: var(--education-header-mobile-button-height);
    min-width: 0;
    min-height: var(--education-header-mobile-button-height);
    padding: 5px 14px;
  }

  .education-header__button-arrow {
    margin-left: 8px;
  }

  .edu-collab {
    --edu-service-title-size: clamp(16px, 4.1vw, 21px);
    padding-top: 5vh !important;
    padding-bottom: 5vh !important;
  }

  .edu-collab__title {
    font-size: clamp(27px, 7vw, 40px);
  }

  .edu-practice-options__title {
    font-size: clamp(27px, 7vw, 40px);
  }

  .edu-coaches-ambassadors__title {
    font-size: clamp(27px, 7vw, 40px);
  }

  .edu-coaches-carousel__card {
    flex-basis: min(58vw, 300px);
    width: min(58vw, 300px);
  }

  .edu-practice-options__grid {
    grid-template-columns: 1fr;
    width: min(100%, 520px);
  }

  .edu-collab__interactive {
    grid-template-columns: 1fr;
    gap: clamp(24px, 4vh, 36px);
  }

  .edu-collab__tabs-wrap {
    min-height: 0;
    padding-left: clamp(22px, 5vw, 34px);
  }

  .edu-collab__tabs {
    gap: 10px;
  }

  .edu-collab__tab {
    min-height: 38px;
    font-size: var(--edu-service-title-size);
  }

  .edu-collab__stage {
    min-height: 320px;
    margin: 4px 0 10px;
    transform-origin: top center;
  }

  .edu-collab__panel {
    --edu-collab-panel-padding: clamp(15px, 4vw, 22px);
    padding: var(--edu-collab-panel-padding);
  }

  .edu-collab__partner-viewport {
    margin-block: -28px;
    padding-block: 28px;
  }
}

@media (max-width: 500px) {
  .education-header__overlay {
    clip-path: polygon(0 35%, 100% 60%, 100% 100%, 0 100%);
  }

  .edu-collab__title-accent {
    margin-left: 0;
  }

  .edu-practice-options__title-accent {
    margin-left: 0;
  }

  .edu-coaches-ambassadors__title-accent {
    margin-left: 0;
  }

  .edu-collab__title-accent::before {
    content: " ";
  }

  .edu-practice-options__title-accent::before {
    content: " ";
  }

  .edu-coaches-ambassadors__title-accent::before {
    content: " ";
  }

  .edu-collab__summary {
    gap: 12px;
  }

  .edu-collab__icon {
    width: 48px;
  }

  .edu-collab__card-title {
    font-size: var(--edu-service-title-size);
  }

  .edu-collab__card-description {
    font-size: 12px;
  }

  .edu-collab__partner {
    flex-basis: min(38vw, 145px);
    width: min(38vw, 145px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .education-header .education-header__button {
    transition: none;
  }

  .edu-collab__indicator,
  .edu-collab__stage,
  .edu-collab__panel,
  .edu-collab__tab,
  .edu-collab__partner,
  .edu-practice-options__card,
  .edu-practice-options__image {
    transition: none;
  }


  .edu-coaches-carousel__card,
  .edu-coaches-carousel__image {
    transition: none;
  }

  a.edu-collab__partner:hover {
    filter: none;
    transform: none;
  }

  .edu-coaches-carousel__card:hover,
  .edu-coaches-carousel__card:hover .edu-coaches-carousel__image {
    filter: none;
    transform: none;
  }
}
