:root {
  --night: #0c0c0c;
  --mist: #d7e2ea;
  --blue: #7dd3fc;
  --navy: #061a4d;
  --paper: #eef1ff;
  --line: #d7e2ea26;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  background: var(--night);
}
body {
  background: var(--night);
  color: var(--mist);
  font-family: Manrope, sans-serif;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
img {
  max-width: 100%;
  display: block;
}
main {
  background: var(--night);
  overflow: hidden;
}
p{
    font-size: 14pt;
}
.alt_logo{
    width: fit-content;
    position: absolute;
    top: 9em;
    font-size: 8pt;
}
.grid-surface {
  background-image:
    linear-gradient(#d7e2ea09 1px, #0000 1px), linear-gradient(90deg, #d7e2ea09 1px, #0000 1px);
  background-size: 52px 52px;
  background-attachment: fixed;
}
.masthead {
  z-index: 50;
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #0c0c0cdb;
  height: 138px;
  font-family: Kanit, sans-serif;
  position: fixed;
  inset: 0 0 auto;
  box-shadow: 0 18px 70px #0000006b;
}
.topline {
  border-bottom: 1px solid var(--line);
  color: #d7e2ea8c;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  grid-template-columns: 1fr 1.25fr 1fr 1fr;
  align-items: center;
  height: 32px;
  padding: 0 40px;
  font-size: 11px;
  font-weight: 500;
  display: grid;
}
.topline span,
.topline a {
  align-items: center;
  gap: 7px;
  display: flex;
}
.topline > :nth-child(3) {
  justify-content: center;
}
.topline > :last-child {
  justify-content: flex-end;
}
.mainline {
  grid-template-columns: 220px 1fr 120px;
  align-items: center;
  gap: 30px;
  height: 72px;
  padding: 0 40px;
  display: grid;
}
.brand {
  background: #fff;
  border-radius: 8px;
  align-items: center;
  width: max-content;
  padding: 5px 8px;
  display: flex;
  position: relative;
    top: -10px;
}
.brand img {
  object-fit: contain;
  width: 164px;
  height: 40px;
  display: block;
}
.desktop-nav {
  grid-template-columns: repeat(8, 1fr);
  align-self: stretch;
  gap: 14px;
  display: grid;
}
.desktop-nav a {
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  position: relative;
}
.desktop-nav a:before {
  content: "";
  background: var(--line);
  height: 1px;
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
}
.desktop-nav a.active:before,
.desktop-nav a:hover:before {
  background: var(--mist);
}
.call {
  text-transform: uppercase;
  border: 1px solid #d7e2ea6b;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 36px;
  font-size: 12px;
  display: flex;
}
.service-line {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  height: 34px;
  padding: 0 40px;
  display: grid;
}
.service-line a {
  text-align: center;
  color: #d7e2ea7a;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}
.menu-button,
.mobile-nav {
  display: none;
}
.inner-hero {
  grid-template-columns: 2fr 1fr;
  gap: 64px;
  min-height: 720px;
  padding: 184px 40px 90px;
  display: grid;
  position: relative;
}
.hero-copy {
  max-width: 780px;
  padding-top: 31px;
}
.eyebrow {
  color: #d7e2ea80;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 26px;
  font-family: Kanit, sans-serif;
  font-size: 10зе;
  font-weight: 500;
}
.inner-hero h1,
.simple-hero h1 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  max-width: 900px;
  font-family: Unbounded, sans-serif;
  font-size: clamp(36px, 3.4vw, 54px);
  font-weight: 900;
  line-height: 0.98;
}
.lead {
  max-width: 670px;
  margin-top: 34px;
  font-size: clamp(17px, 1.55vw, 21px);
  font-weight: 400;
  line-height: 1.48;
}
.tag-row {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
  display: flex;
}
.tag-row span {
  color: #d7e2eaa6;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border: 1px solid #d7e2ea38;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 11px;
}
.editorial-photo {
  border-radius: 22px;
  height: 280px;
  overflow: hidden;
}
.editorial-photo img {
  object-fit: cover;
  object-position: 58% 28%;
  filter: grayscale();
  width: 100%;
  height: 100%;
}
.scroll-mark {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d7e2ea66;
  font-size: 10px;
  position: absolute;
  bottom: 120px;
  right: 4px;
}
.title-ticker {
  border-block: 1px solid var(--line);
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 96px;
  margin-left: calc(50% - 50vw);
  display: flex;
  overflow: hidden;
}
.title-ticker > .ticker-track {
  will-change: transform;
  width: max-content;
  min-width: max-content;
  animation: 34s linear infinite ticker;
  display: flex;
}
.ticker-group {
  flex: none;
  align-items: center;
  gap: 34px;
  padding-right: 34px;
  display: flex;
}
.title-ticker span {
  white-space: nowrap;
  text-transform: uppercase;
  flex: none;
  font-family: Unbounded, sans-serif;
  font-size: 38px;
  font-weight: 800;
}
.title-ticker b {
  color: var(--blue);
  margin-left: 20px;
  font-size: 20px;
}
@keyframes ticker {
  to {
    transform: translate(-50%);
  }
}
.steps {
  padding: 88px 40px 110px;
}
.steps-head {
  color: #d7e2ea73;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  justify-content: space-between;
  margin-bottom: 48px;
  font-size: 10pt;
  display: flex;
}
.step-card {
  background: #0c0c0ccc;
  border: 1px solid #d7e2ea2e;
  border-radius: 22px;
  width: 57%;
  min-height: 210px;
  margin-bottom: 32px;
  padding: 28px;
  position: relative;
}
.step-1 {
  margin-left: auto;
}
.step-card > span {
  letter-spacing: 0.16em;
  color: var(--blue);
  font-size: 11px;
}
.step-card h2 {
  text-transform: uppercase;
  margin-top: 36px;
  font-family: Unbounded, sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
}
.step-card p {
  color: #d7e2eaad;
  max-width: 580px;
  margin-top: 15px;
  line-height: 1.65;
}
.step-card img {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 300px;
  margin-top: 24px;
}
.context {
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 36px;
  margin-top: 72px;
  display: grid;
}
.context > div p {
  color: #d7e2ea6b;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10pt;
}
.context h2 {
  text-transform: uppercase;
  margin-top: 18px;
  font:
    900 clamp(24px, 3vw, 40px)/1 Unbounded,
    sans-serif;
}
.context article {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.context article h3 {
  text-transform: uppercase;
  font:
    800 18px/1.1 Unbounded,
    sans-serif;
}
.context article p {
  color: #d7e2ea94;
  margin-top: 18px;
  line-height: 1.6;
}
.motion-strip {
  flex-direction: column;
  gap: 12px;
  height: 752px;
  padding: 100px 0 40px;
  display: flex;
  overflow: hidden;
}
.motion-strip > div {
  gap: 12px;
  width: max-content;
  animation: 46s linear infinite marq;
  display: flex;
}
.motion-strip > div + div {
  animation-direction: reverse;
  transform: translate(-30%);
}
.motion-strip img {
  object-fit: cover;
  border-radius: 16px;
  width: 420px;
  height: 270px;
}
@keyframes marq {
  to {
    transform: translate(-50%);
  }
}
.deep-story {
  flex-direction: column;
  gap: 18px;
  padding: 76px 18px 0;
  display: flex;
}
.deep-story > div,
.deep-story > section {
  position: relative;
  overflow: hidden;
}
.manifesto {
  background: var(--paper);
  color: #071742;
  min-height: 404px;
  padding: 66px 58px;
}
.manifesto span,
.metric span,
.signal span,
.visual-block > span,
.blueprint > span,
.quote > span,
.short > span,
.closing > span {
  font:
    600 12px Unbounded,
    sans-serif;
  position: absolute;
  top: 28px;
  right: 32px;
}
.manifesto h2 {
  text-transform: uppercase;
  max-width: 1000px;
  font:
    900 clamp(38px, 6vw, 80px)/0.98 Unbounded,
    sans-serif;
}
.metric {
  background: var(--blue);
  color: #0a0a0a;
  grid-template-columns: 1fr 2fr;
  align-self: center;
  align-items: end;
  width: 94%;
  min-height: 380px;
  padding: 60px;
  display: grid;
}
.metric strong {
  font:
    900 clamp(90px, 18vw, 240px)/0.65 Unbounded,
    sans-serif;
}
.metric h2 {
  text-transform: uppercase;
  font:
    900 clamp(26px, 4vw, 58px)/1 Unbounded,
    sans-serif;
}
.word-loop {
  border: 1px solid var(--line);
  white-space: nowrap;
  background: #0a0a0a;
  align-items: center;
  gap: 50px;
  min-height: 184px;
  padding: 0 30px;
  display: flex;
}
.word-loop span {
  text-transform: uppercase;
  font:
    800 clamp(18px, 3vw, 42px) Unbounded,
    sans-serif;
}
.signal {
  background: var(--navy);
  align-items: end;
  min-height: 404px;
  padding: 60px;
  display: flex;
}
.signal h2 {
  text-transform: uppercase;
  max-width: 900px;
  font:
    900 clamp(40px, 7vw, 90px)/0.95 Unbounded,
    sans-serif;
}
.visual-block {
  background: var(--blue);
  color: #0a0a0a;
  place-items: center;
  min-height: 480px;
  padding: 70px;
  display: grid;
}
.visual-block > div {
  width: 78%;
}
.visual-block p {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font:
    600 12px Unbounded,
    sans-serif;
}
.visual-block h2 {
  text-transform: uppercase;
  margin-top: 24px;
  font:
    900 clamp(34px, 5vw, 68px)/1 Unbounded,
    sans-serif;
}
.blueprint {
  border: 1px solid var(--line);
  background: #0e0e0e;
  min-height: 700px;
  padding: 72px 40px;
}
.blueprint > h2,
.short > h2 {
  text-transform: uppercase;
  font:
    900 clamp(34px, 4vw, 54px)/1 Unbounded,
    sans-serif;
}
.blueprint-grid {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 60px;
  display: grid;
}
.blueprint article {
  border: 1px solid var(--line);
  background: #0a0a0ad6;
  border-radius: 20px;
  min-height: 230px;
  padding: 34px;
}
.blueprint article b {
  color: var(--blue);
}
.blueprint article h3 {
  text-transform: uppercase;
  margin-top: 34px;
  font:
    600 20px Unbounded,
    sans-serif;
}
.blueprint article p {
  color: #d7e2ea99;
  margin-top: 16px;
  line-height: 1.6;
}
.quote {
  background: var(--paper);
  color: #071742;
  align-self: center;
  align-items: center;
  width: 94%;
  min-height: 356px;
  padding: 55px;
  display: flex;
}
.quote blockquote {
  text-transform: uppercase;
  max-width: 1000px;
  font:
    900 clamp(32px, 5vw, 68px)/1 Unbounded,
    sans-serif;
}
.compare {
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  min-height: 418px;
  display: grid;
}
.compare article {
  color: #ffffff7a;
  background: #151515;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 44px;
  display: flex;
}
.compare article + article {
  background: var(--blue);
  color: #0a0a0a;
}
.compare h3 {
  text-transform: uppercase;
  margin-top: auto;
  font:
    900 clamp(28px, 3vw, 42px)/1 Unbounded,
    sans-serif;
}
.short {
  border: 1px solid var(--line);
  background: #0a0a0a;
  grid-template-columns: 1fr 1.5fr;
  gap: 50px;
  min-height: 444px;
  padding: 70px 58px;
  display: grid;
}
.short > div article {
  border-top: 1px solid var(--line);
  grid-template-columns: 60px 1fr;
  gap: 14px;
  padding: 22px 0;
  display: grid;
}
.short article h3 {
  text-transform: uppercase;
  font:
    600 18px Unbounded,
    sans-serif;
}
.short article p {
  color: #d7e2ea94;
  grid-column: 2;
  line-height: 1.5;
}
.closing {
  background: var(--blue);
  color: #0a0a0a;
  flex-direction: column;
  justify-content: center;
  min-height: 490px;
  padding: 70px 58px;
  display: flex;
}
.closing h2 {
  text-transform: uppercase;
  max-width: 1050px;
  font:
    900 clamp(38px, 5vw, 64px)/1 Unbounded,
    sans-serif;
}
.closing > div {
  align-items: center;
  gap: 30px;
  margin-top: 45px;
  display: flex;
}
.dark-button,
.light-button {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 999px;
  align-items: center;
  gap: 16px;
  padding: 15px 22px;
  font-family: Kanit, sans-serif;
  font-size: 12px;
  display: inline-flex;
  margin-bottom: 2em;
}
.dark-button {
  color: #fff;
  background: #0a0a0a;
}
.light-button {
  color: var(--mist);
  border: 1px solid #d7e2ea59;
}
.plain-link {
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  display: flex;
}
.home-hero {
  grid-template-columns: 1.35fr 0.65fr;
  align-items: center;
  min-height: 920px;
  padding: 205px 40px 70px;
  display: grid;
}
.home-hero > div {
  z-index: 2;
  position: relative;
  margin-bottom: 2em;
}
.home-hero h1 {
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font:
    900 clamp(62px, 9vw, 132px)/0.78 Unbounded,
    sans-serif;
}
.home-hero h1 span {
  display: block;
}
.home-hero h1 span + span {
  color: var(--blue);
}
.home-hero .lead {
  max-width: 620px;
}
.home-hero .light-button {
  margin-top: 30px;
}
.home-hero > img {
  object-fit: contain;
  align-self: end;
  max-height: 720px;
}
.home-sections {
  padding: 100px 40px;
}
.home-sections > div {
  border-top: 1px solid var(--line);
  padding: 40px 0;
}
.home-sections > div > p {
  color: #d7e2ea73;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 10pt;
}
.home-sections h2 {
  text-transform: uppercase;
  margin-top: 20px;
  font:
    900 clamp(50px, 10vw, 145px)/0.85 Unbounded,
    sans-serif;
}
.home-sections > div > a {
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  display: flex;
}
.home-service-list {
  margin-top: 55px;
}
.home-service-list a {
  border-top: 1px solid var(--line);
  text-transform: uppercase;
  grid-template-columns: 70px 1fr 30px;
  padding: 24px 0;
  font:
    700 clamp(20px, 3vw, 42px) Unbounded,
    sans-serif;
  display: grid;
}
.home-projects {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 55px;
  display: grid;
}
.home-projects img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 420px;
}
.home-projects span {
  text-transform: uppercase;
  margin-top: 16px;
  font:
    600 16px Unbounded,
    sans-serif;
  display: block;
}
.simple-hero {
  min-height: 620px;
  padding: 210px 40px 100px;
}
.simple-hero h1 {
  max-width: 1050px;
  font-size: clamp(46px, 7vw, 96px);
}
.blog-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 0 40px 100px;
  display: grid;
}
.blog-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  flex-direction: column;
  min-height: 360px;
  padding: 30px;
  display: flex;
}
.blog-card > span {
  color: var(--blue);
  font:
    700 36px Unbounded,
    sans-serif;
}
.blog-card small {
  color: #d7e2ea73;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 25px;
}
.blog-card h2 {
  text-transform: uppercase;
  margin-top: 20px;
  font:
    800 clamp(22px, 2.5vw, 34px)/1.05 Unbounded,
    sans-serif;
}
.blog-card p {
  color: #d7e2ea94;
  margin-top: 18px;
  line-height: 1.55;
}
.blog-card button {
  width: max-content;
  color: var(--mist);
  text-transform: uppercase;
  background: 0 0;
  border: 0;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  font-size: 12px;
  display: flex;
}
.blog-cta {
  background: var(--blue);
  color: #0a0a0a;
  border-radius: 28px;
  margin: 0 18px 18px;
  padding: 70px 58px;
}
.blog-cta h2 {
  text-transform: uppercase;
  max-width: 900px;
  font:
    900 clamp(38px, 5vw, 68px)/1 Unbounded,
    sans-serif;
}
.blog-cta a {
  margin-top: 30px;
}
footer {
  border-top: 1px solid var(--line);
  padding: 70px 40px 24px;
  font-family: Kanit, sans-serif;
  position: relative;
}
.footer-intro {
  max-width: 520px;
}
.footer-intro > p:first-of-type {
  color: #d7e2ea73;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 11px;
}
.footer-intro h2 {
  text-transform: uppercase;
  margin-top: 18px;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
}
.footer-intro > p {
  margin-top: 20px;
  line-height: 1.55;
}
.footer-intro .light-button {
  margin-top: 25px;
}
.footer-cols {
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  width: 52%;
  display: grid;
  position: absolute;
  top: 80px;
  right: 40px;
}
.footer-cols h3 {
  color: #d7e2ea80;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
}
.footer-cols a,
.footer-cols span {
  margin: 9px 0;
  font-size: 12pt;
  display: block;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  color: #d7e2ea66;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  justify-content: space-between;
  margin-top: 90px;
  padding-top: 20px;
  font-size: 10px;
  display: flex;
}
@media (width<=900px) {
  .masthead {
    height: 78px;
  }
  .topline,
  .service-line,
  .desktop-nav,
  .call {
    display: none;
  }
  .mainline {
    justify-content: space-between;
    height: 78px;
    padding: 0 20px;
    display: flex;
  }
  .brand {
    font-size: 15px;
  }
  .menu-button {
    color: var(--mist);
    background: 0 0;
    border: 0;
    display: flex;
  }
  .mobile-nav {
    border-bottom: 1px solid var(--line);
    background: #0c0c0c;
    flex-direction: column;
    padding: 20px;
    display: flex;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
  }
  .mobile-nav a {
    border-bottom: 1px solid var(--line);
    text-transform: uppercase;
    justify-content: space-between;
    padding: 14px 0;
    font:
      600 16px Unbounded,
      sans-serif;
    display: flex;
  }
  .inner-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 130px 20px 70px;
  }
  .hero-copy {
    padding-top: 0;
  }
  .editorial-photo {
    height: 430px;
  }
  .scroll-mark {
    display: none;
  }
  .title-ticker {
    height: 72px;
  }
  .title-ticker span {
    font-size: 24px;
  }
  .steps {
    padding: 60px 20px;
  }
  .step-card {
    width: 100%;
    margin-left: 0;
  }
  .context {
    grid-template-columns: 1fr;
  }
  .motion-strip {
    height: 520px;
    padding-top: 60px;
  }
  .motion-strip img {
    width: 300px;
    height: 193px;
  }
  .deep-story {
    padding-inline: 10px;
  }
  .manifesto,
  .metric,
  .signal,
  .visual-block,
  .blueprint,
  .quote,
  .short,
  .closing {
    padding: 40px 24px;
  }
  .metric {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .metric strong {
    font-size: 110px;
  }
  .blueprint-grid,
  .compare,
  .short {
    grid-template-columns: 1fr;
  }
  .home-hero {
    grid-template-columns: 1fr;
    padding: 130px 20px 50px;
  }
  .home-hero > img {
    max-height: 500px;
    margin: auto;
  }
  .home-sections {
    padding: 60px 20px;
  }
  .home-projects {
    grid-template-columns: 1fr;
  }
  .home-projects img {
    height: 340px;
  }
  .simple-hero {
    padding: 135px 20px 70px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
    padding: 0 20px 70px;
  }
  .blog-cta {
    padding: 45px 24px;
  }
  .footer-cols {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 55px;
    position: static;
  }
  .footer-intro h2 {
    font-size: 48px;
  }
  .footer-bottom {
    gap: 20px;
  }
}
@media (width<=520px) {
  .inner-hero h1,
  .simple-hero h1 {
    font-size: 34px;
  }
  .lead {
    font-size: 16px;
  }
  .editorial-photo {
    height: 370px;
  }
  .context {
    gap: 26px;
  }
  .manifesto h2,
  .signal h2,
  .closing h2 {
    font-size: 32px;
  }
  .metric strong {
    font-size: 78px;
  }
  .metric h2 {
    font-size: 28px;
  }
  .visual-block > div {
    width: 100%;
  }
  .blueprint {
    padding-inline: 14px;
  }
  .quote blockquote {
    font-size: 28px;
  }
  .short > div article {
    grid-template-columns: 40px 1fr;
  }
  .home-hero h1,
  .home-sections h2 {
    font-size: 48px;
  }
  .home-service-list a {
    grid-template-columns: 45px 1fr 22px;
    font-size: 17px;
  }
  .footer-cols {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .closing > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}
:root {
  --night: #fff;
  --mist: #151515;
  --paper: #f3f5f7;
  --line: #0e162021;
}
html,
body,
main {
  color: #151515;
  background: #fff;
}
.grid-surface {
  background-image:
    linear-gradient(#0e16200e 1px, #0000 1px), linear-gradient(90deg, #0e16200e 1px, #0000 1px);
}
.masthead {
  background: #ffffffe6;
  box-shadow: 0 16px 55px #0e162014;
}
.topline,
.service-line a,
.brand span,
.eyebrow,
.scroll-mark,
.steps-head,
.context > div p,
.context article p,
.step-card p,
.blueprint article p,
.short article p,
.home-sections > div > p,
.blog-card small,
.blog-card p,
.footer-intro > p:first-of-type,
.footer-cols h3,
.footer-bottom {
  color: #000;
}
.tag-row span {
  color: #0e1620b3;
  border-color: #0e162033;
}
.call,
.light-button {
  color: #151515;
  border-color: #0e162052;
}
.step-card,
.blog-card {
  border-color: var(--line);
  background: #ffffffe6;
  box-shadow: 0 18px 55px #0e16200e;
}
.word-loop,
.blueprint,
.short {
  color: #151515;
  background: #f7f8fa;
}
.blueprint article {
  border-color: var(--line);
  background: #fff;
}
.signal {
  color: #071742;
  background: #eef1ff;
}
.compare article {
  color: #0e16209e;
  background: #f3f5f7;
}
.blog-card button,
.menu-button {
  color: #151515;
}
.mobile-nav {
  background: #fff;
}
.inner-hero h1 {
  font-size: clamp(32px, 2.8vw, 46px);
}
.simple-hero h1 {
  font-size: clamp(38px, 5vw, 70px);
}
.metric h2 {
  font-size: clamp(24px, 3.4vw, 46px);
}
.compare h3 {
  font-size: clamp(24px, 2.5vw, 34px);
}
.home-service-list a {
  font-size: clamp(18px, 2.4vw, 34px);
}
.blog-cta h2 {
  font-size: clamp(32px, 4vw, 52px);
}
.footer-intro h2 {
  font-size: 50px;
}
@media (width<=520px) {
  .inner-hero h1,
  .simple-hero h1 {
    font-size: 30px;
  }
  .manifesto h2,
  .signal h2,
  .closing h2 {
    font-size: 28px;
  }
  .quote blockquote {
    font-size: 25px;
  }
  .home-hero h1,
  .home-sections h2,
  .footer-intro h2 {
    font-size: 40px;
  }
}
.masthead {
  color: #eef1f4;
  background: #0a0a0af0;
  border-color: #ffffff24;
  box-shadow: 0 16px 55px #0003;
}
.masthead .topline,
.masthead .service-line a,
.masthead .brand span {
  color: #eef1f494;
  margin-bottom: 15px;
}
.masthead .desktop-nav a:before {
  background: #eef1f429;
}
.masthead .desktop-nav a.active:before,
.masthead .desktop-nav a:hover:before {
  background: #eef1f4;
}
.masthead .call {
  color: #000;
  border-color: #7dd3fc;
  background-color: #7dd3fc;
}
.masthead .menu-button {
  color: #eef1f4;
}
.masthead .mobile-nav {
  color: #eef1f4;
  background: #0a0a0a;
  border-color: #ffffff24;
}
.masthead .mobile-nav a {
  border-color: #ffffff24;
}
footer {
  color: #eef1f4;
  background: #0a0a0a;
  border-color: #ffffff24;
}
footer .footer-intro > p:first-of-type,
footer .footer-cols h3,
footer .footer-bottom {
  color: #eef1f480;
}
footer .footer-bottom {
  border-color: #ffffff24;
}
footer .light-button {
  color: #eef1f4;
  border-color: #eef1f466;
}
.footer-logo {
  background: #fff;
  border-radius: 10px;
  align-items: center;
  width: max-content;
  margin-bottom: 24px;
  padding: 8px 11px;
  display: flex;
}
.footer-logo img {
  width: 218px;
  height: auto;
  display: block;
}
.masthead {
  height: 118px;
}
.topline {
  height: 26px;
}
.mainline {
  height: 62px;
}
.service-line {
  height: 30px;
}
.desktop-nav a:before {
  top: 17px;
}
.inner-hero {
  min-height: 690px;
  padding-top: 164px;
}
.home-hero {
  min-height: 860px;
  padding-top: 185px;
}
.simple-hero {
  padding-top: 180px;
}
.scroll-progress {
  z-index: 100;
  background: var(--blue);
  transform-origin: 0;
  height: 3px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 18px #7dd3fcbf;
}
.hero-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
  display: flex;
}
.hero-actions + .tag-row {
  margin-top: 28px;
}
.trust-strip {
  z-index: 2;
  border-block: 1px solid var(--line);
  background: #fff;
  grid-template-columns: repeat(3, 1fr) 1.05fr;
  align-items: stretch;
  padding: 0 40px;
  display: grid;
  position: relative;
}
.trust-strip > div {
  border-right: 1px solid var(--line);
  flex-direction: column;
  justify-content: center;
  min-height: 108px;
  padding: 22px 24px;
  display: flex;
}
.trust-strip strong {
  text-transform: uppercase;
  font:
    800 17px Unbounded,
    sans-serif;
}
.trust-strip span {
  color: #0e162091;
  margin-top: 7px;
  font-size: 11pt;
}
.trust-strip > a {
  color: #fff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: #0a0a0a;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font:
    600 12px Kanit,
    sans-serif;
  transition:
    background 0.25s,
    color 0.25s;
  display: flex;
}
.trust-strip > a:hover {
  background: var(--blue);
  color: #0a0a0a;
}
.card-cta {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  align-items: center;
  gap: 9px;
  width: max-content;
  margin-top: 24px;
  padding-bottom: 4px;
  font:
    600 11px Kanit,
    sans-serif;
  display: flex;
}
.step-card {
  transition:
    transform 0.35s,
    box-shadow 0.35s;
}
.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 70px #0e16201a;
}
.home-final-cta {
  background: var(--blue);
  border-radius: 28px;
  border: 0 !important;
  padding: 64px !important;
}
.home-final-cta > span {
  max-width: 650px;
  margin-top: 24px;
  font-size: 14pt;
  line-height: 1.55;
  display: block;
}
.home-final-cta .dark-button {
  width: max-content;
  margin-top: 30px;
}
.blog-cta p {
  max-width: 640px;
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.55;
}
.editorial-photo img,
.home-hero > img {
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.editorial-photo:hover img,
.home-hero > img:hover {
  transform: scale(1.035);
}
@media (width<=900px) {
  .masthead,
  .mainline {
    height: 68px;
  }
  .alt_logo{
      top: 4.5em;
  }
  .mobile-nav {
    top: 68px;
  }
  .inner-hero,
  .home-hero {
    padding-top: 112px;
  }
  .simple-hero {
    padding-top: 118px;
  }
  .trust-strip {
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
  .trust-strip > div {
    min-height: 94px;
  }
  .trust-strip > a {
    grid-column: 1/-1;
    min-height: 82px;
  }
  .home-final-cta {
    padding: 42px 24px !important;
  }
}
@media (width<=520px) {
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .trust-strip {
    grid-template-columns: 1fr;
  }
  .trust-strip > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .trust-strip > a {
    grid-column: auto;
  }
  .home-final-cta > span {
    font-size: 16px;
  }
}
.home-hero > img {
  object-fit: cover;
  filter: grayscale(0.18);
  border-radius: 24px;
  width: 100%;
  height: 620px;
  box-shadow: 0 24px 70px #0e162021;
}
.editorial-photo img {
  filter: grayscale(0.18);
}
.mobile-dock,
.course-sheet,
.course-sheet-backdrop {
  display: none;
}
@media (width<=900px) {
  body {
    padding-bottom: 72px;
  }
  footer {
    padding-bottom: 96px;
  }
  .mobile-dock {
    z-index: 90;
    color: #fff;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background: #080808f2;
    border: 1px solid #ffffff26;
    border-radius: 18px;
    grid-template-columns: repeat(4, 1fr);
    height: 64px;
    display: grid;
    position: fixed;
    bottom: 8px;
    left: 10px;
    right: 10px;
    overflow: hidden;
    box-shadow: 0 18px 50px #0000004d;
  }
  .mobile-dock a,
  .mobile-dock button {
    color: #ffffff94;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: 0 0;
    border: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font:
      500 10px Kanit,
      sans-serif;
    display: flex;
    position: relative;
  }
  .mobile-dock svg {
    width: 19px;
    height: 19px;
  }
  .mobile-dock .active {
    color: var(--blue);
  }
  .mobile-dock .active:after {
    content: "";
    background: var(--blue);
    border-radius: 0 0 4px 4px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 28%;
    right: 28%;
  }
  .course-sheet-backdrop {
    z-index: 78;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: #0000007a;
    border: 0;
    display: block;
    position: fixed;
    inset: 0;
  }
  .course-sheet {
    z-index: 85;
    color: #111;
    background: #fff;
    border-radius: 24px;
    max-height: min(72vh, 620px);
    padding: 22px;
    display: block;
    position: fixed;
    bottom: 80px;
    left: 10px;
    right: 10px;
    overflow: auto;
    box-shadow: 0 -18px 70px #00000040;
  }
  .course-sheet-head {
    border-bottom: 1px solid var(--line);
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 18px;
    display: flex;
  }
  .course-sheet-head span {
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0e162080;
    font:
      500 10px Kanit,
      sans-serif;
  }
  .course-sheet-head h2 {
    text-transform: uppercase;
    margin-top: 5px;
    font:
      800 24px Unbounded,
      sans-serif;
  }
  .course-sheet-head button {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 50%;
    place-items: center;
    width: 38px;
    height: 38px;
    display: grid;
  }
  .course-sheet-head button svg {
    width: 18px;
  }
  .course-sheet-list a {
    border-bottom: 1px solid var(--line);
    grid-template-columns: 34px 1fr 22px;
    align-items: center;
    gap: 10px;
    padding: 16px 0;
    display: grid;
  }
  .course-sheet-list a > span {
    color: #55a9cd;
    font:
      600 10px Unbounded,
      sans-serif;
  }
  .course-sheet-list strong {
    text-transform: uppercase;
    font:
      700 12pt/1.2 Unbounded,
      sans-serif;
  }
  .course-sheet-list svg {
    width: 17px;
  }
  .course-sheet-all {
    color: #fff;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: #0a0a0a;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    margin-top: 18px;
    font:
      600 11px Kanit,
      sans-serif;
    display: flex;
  }
  .home-hero > img {
    height: 460px;
  }
}
@media (width<=520px) {
  .inner-hero h1,
  .simple-hero h1 {
    font-size: 26px;
    line-height: 1.03;
  }
  .home-hero h1 {
    font-size: 34px;
    line-height: 0.9;
  }
  .home-sections h2 {
    font-size: 32px;
  }
  .manifesto h2,
  .signal h2,
  .closing h2,
  .metric h2 {
    font-size: 24px;
  }
  .visual-block h2,
  .blueprint > h2,
  .short > h2 {
    font-size: 25px;
  }
  .quote blockquote {
    font-size: 22px;
  }
  .compare h3 {
    font-size: 23px;
  }
  .blog-cta h2 {
    font-size: 27px;
  }
  .footer-intro h2 {
    font-size: 34px;
  }
  .home-hero > img {
    border-radius: 18px;
    height: 360px;
  }
  .course-sheet {
    padding: 18px;
  }
}
.home-info {
  color: #111;
  padding: 20px 40px 110px;
}
.home-info > div,
.home-info > section {
  max-width: 1200px;
  margin-inline: auto;
}
.home-info-head {
  border-top: 1px solid #d9dde1;
  grid-template-columns: 1fr 1.6fr;
  gap: 24px 70px;
  padding: 84px 0 36px;
  display: grid;
}
.home-info-head .eyebrow {
  color: #69727c;
  grid-column: 1/-1;
}
.home-info-head h2,
.home-program-copy h2,
.home-faq h2 {
  letter-spacing: 0;
  text-align: justify;
  text-transform: uppercase;
  font:
    800 clamp(30px, 3.6vw, 52px)/1.04 Unbounded,
    sans-serif;
}
.home-info-head > p:last-child {
  color: #59616a;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.55;
}
.home-audience-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  display: grid;
}
.home-audience-card,
.home-result-card {
  background: #fff;
  border: 1px solid #d9dde1;
  border-radius: 18px;
  min-height: 260px;
  padding: 28px;
}
.home-audience-card > span,
.home-result-card > span {
  color: #4caed8;
  letter-spacing: 0.12em;
  margin-bottom: 46px;
  font:
    700 11px Unbounded,
    sans-serif;
  display: block;
}
.home-audience-card h3,
.home-result-card h3 {
  text-transform: uppercase;
  font:
    700 18px/1.2 Unbounded,
    sans-serif;
}
.home-audience-card p,
.home-result-card p {
  color: #626a73;
  margin-top: 18px;
  line-height: 1.55;
}
.home-program {
  color: #fff;
  background: #101010;
  border-radius: 24px;
  grid-template-columns: 1.05fr 0.95fr;
  overflow: hidden;
  margin-top: 80px !important;
  display: grid !important;
}
.home-program-media {
  min-height: 640px;
}
.home-program-media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home-program-copy {
  padding: 56px;
}
.home-program-copy .eyebrow {
  color: #79c9ec;
}
.home-program-copy > p:not(.eyebrow) {
  color: #b7bcc1;
  margin-top: 24px;
  font-size: 17px;
  line-height: 1.55;
}
.home-program-copy ol {
  border-top: 1px solid #333;
  margin: 34px 0;
  padding: 0;
  list-style: none;
}
.home-program-copy li {
  border-bottom: 1px solid #333;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 15px 0;
  font-size: 12pt;
  line-height: 1.4;
  display: grid;
}
.home-program-copy li span {
  color: #79c9ec;
  font:
    700 10px Unbounded,
    sans-serif;
}
.home-program-copy .plain-link {
  color: #fff;
}
.home-results-head {
  padding-bottom: 30px;
}
.home-results-head h2 {
  grid-column: 1/-1;
}
.home-results {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  display: grid;
}
.home-result-card {
  background: #f4f7f9;
  min-height: 230px;
}
.home-result-card > span {
  margin-bottom: 34px;
}
.home-faq {
  background: #75c9ec;
  border-radius: 24px;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
  padding: 70px;
  margin-top: 80px !important;
  display: grid !important;
}
.home-faq > div:first-child > p:not(.eyebrow) {
  max-width: 420px;
  margin: 22px 0 28px;
  line-height: 1.55;
}
.home-faq-list {
  border-top: 1px solid #00000040;
}
.home-faq details {
  border-bottom: 1px solid #00000040;
}
.home-faq summary {
  cursor: pointer;
  text-transform: uppercase;
  padding: 23px 42px 23px 0;
  font:
    650 15px/1.35 Unbounded,
    sans-serif;
  list-style: none;
  position: relative;
}
.home-faq summary::-webkit-details-marker {
  display: none;
}
.home-faq summary:after {
  content: "+";
  font-size: 26px;
  font-weight: 300;
  position: absolute;
  top: 18px;
  right: 4px;
}
.home-faq details[open] summary:after {
  content: "–";
}
.home-faq details p {
  padding: 0 48px 22px 0;
  line-height: 1.55;
}
@media (width<=900px) {
  .home-info {
    padding: 10px 24px 90px;
  }
  .home-info-head {
    grid-template-columns: 1fr;
    padding-top: 64px;
  }
  .home-info-head .eyebrow {
    grid-column: auto;
  }
  .home-audience-grid {
    grid-template-columns: 1fr 1fr;
  }
  .home-program {
    grid-template-columns: 1fr;
  }
  .home-program-media {
    min-height: 420px;
  }
  .home-results {
    grid-template-columns: 1fr;
  }
  .home-result-card {
    min-height: 0;
  }
  .home-faq {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 44px 32px;
  }
}
@media (width<=520px) {
  .home-sections h2,
  .home-final-cta h2 {
    font-size: 26px;
  }
  .home-info {
    padding: 0 18px 78px;
  }
  .home-info-head {
    gap: 18px;
    padding-top: 52px;
  }
  .home-info-head h2,
  .home-program-copy h2,
  .home-faq h2 {
    font-size: 27px;
  }
  .home-info-head > p:last-child {
    font-size: 14pt;
  }
  .home-audience-grid {
    grid-template-columns: 1fr;
  }
  .home-audience-card {
    min-height: 0;
    padding: 24px;
  }
  .home-audience-card > span {
    margin-bottom: 28px;
  }
  .home-program {
    border-radius: 18px;
    margin-top: 56px !important;
  }
  .home-program-media {
    min-height: 280px;
  }
  .home-program-copy {
    padding: 30px 22px;
  }
  .home-program-copy > p:not(.eyebrow) {
    font-size: 14pt;
  }
  .home-faq {
    border-radius: 18px;
    padding: 34px 22px;
    margin-top: 56px !important;
  }
  .home-faq summary {
    font-size: 14pt;
  }
}
@media (width>=901px) {
  .inner-hero {
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
    gap: 18px;
  }
  .inner-hero .hero-copy {
    grid-column: 1/9;
    padding-right: 5vw;
  }
  .inner-hero .editorial-photo {
    border-radius: 42px 10px;
    grid-column: 9/13;
    height: 390px;
    transform: translateY(46px) rotate(1.8deg);
    box-shadow: 0 30px 80px #0e162024;
  }
  .steps {
    grid-template-columns: repeat(12, 1fr);
    gap: 22px;
    padding: 120px 40px 150px;
    display: grid;
    position: relative;
  }
  .steps:before {
    content: "";
    background: linear-gradient(transparent, var(--line) 12%, var(--line) 88%, transparent);
    width: 1px;
    position: absolute;
    top: 72px;
    bottom: 80px;
    left: 50%;
  }
  .steps-head {
    grid-column: 1/13;
    margin-bottom: 44px;
  }
  .steps > .step-card {
    border-radius: 34px 12px;
    flex-direction: column;
    justify-content: flex-end;
    width: auto;
    min-height: 320px;
    margin: 0;
    padding: 36px;
    display: flex;
    overflow: hidden;
  }
  .steps > .step-card:before {
    content: "";
    opacity: 0.13;
    border: 1px solid;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    position: absolute;
    top: -82px;
    right: -82px;
  }
  .steps > .step-card:after {
    content: "";
    opacity: 0.17;
    border: 1px solid;
    border-radius: 50%;
    width: 105px;
    height: 105px;
    position: absolute;
    top: -46px;
    right: -46px;
  }
  .steps > .step-card:nth-child(2) {
    grid-column: 1/8;
  }
  .steps > .step-card:nth-child(3) {
    color: #fff;
    background: #0a0a0a;
    border-color: #0a0a0a;
    grid-column: 8/13;
    margin-top: 105px;
  }
  .steps > .step-card:nth-child(3) p {
    color: #ffffffad;
  }
  .steps > .step-card:nth-child(4) {
    background: var(--blue);
    border-color: #0000;
    grid-column: 2/7;
    margin-top: -54px;
  }
  .steps > .step-card:nth-child(4) p {
    color: #000000ad;
  }
  .steps > .step-card:nth-child(5) {
    grid-column: 7/13;
    margin-top: 60px;
  }
  .steps > .step-card:nth-child(6) {
    grid-column: 1/7;
    margin-top: -24px;
  }
  .steps > .step-card:nth-child(7) {
    background: #eef1ff;
    grid-column: 7/12;
    margin-top: 80px;
  }
  .step-card h2 {
    margin-top: 70px;
  }
  .step-card .card-cta {
    margin-top: auto;
    padding-top: 30px;
  }
  .context {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 12px 42px;
    grid-column: 1/13;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 0;
    margin-top: 110px;
    display: grid;
    overflow: hidden;
  }
  .context > div,
  .context > article {
    min-height: 270px;
    padding: 38px;
  }
  .context > div {
    color: #fff;
    background: #0a0a0a;
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }
  .context > div p {
    color: #ffffff7a;
  }
  .context > article {
    border-top: 0;
    border-left: 1px solid var(--line);
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
  .motion-strip {
    background: linear-gradient(#fff 0%, #f4f6f8 50%, #fff 100%);
    gap: 18px;
    height: 660px;
    padding: 95px 0 20px;
  }
  .motion-strip > div {
    transform: rotate(-1.4deg) translate(-2%);
  }
  .motion-strip > div + div {
    transform: rotate(1.4deg) translate(-30%);
  }
  .motion-strip img {
    border-radius: 8px 28px;
    width: 390px;
    height: 245px;
    box-shadow: 0 16px 45px #0e162021;
  }
  .deep-story {
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
    padding: 90px 18px 0;
    display: grid;
  }
  .deep-story > .manifesto {
    border-radius: 12px 44px;
    grid-column: 1/9;
  }
  .deep-story > .metric {
    border-radius: 44px 12px;
    grid-column: 9/13;
    grid-template-columns: 1fr;
    align-items: end;
    width: auto;
    min-height: 404px;
    padding: 38px;
  }
  .metric strong {
    font-size: clamp(88px, 10vw, 150px);
  }
  .metric h2 {
    font-size: clamp(24px, 2.5vw, 38px);
  }
  .deep-story > .word-loop {
    border-radius: 10px;
    grid-column: 2/12;
    margin: 34px 0;
    transform: rotate(-1.2deg);
  }
  .deep-story > .signal {
    border-radius: 12px 44px;
    grid-column: 1/7;
    min-height: 500px;
  }
  .deep-story > .visual-block {
    z-index: 2;
    border-radius: 44px 12px;
    grid-column: 6/13;
    min-height: 520px;
    margin-top: 105px;
    box-shadow: 0 35px 90px #0e162029;
  }
  .deep-story > .blueprint {
    border-radius: 48px 14px;
    grid-column: 1/13;
    margin-top: 62px;
  }
  .deep-story > .quote {
    z-index: 3;
    border-radius: 12px 42px;
    grid-column: 2/11;
    width: auto;
    margin-top: -78px;
    box-shadow: 0 30px 80px #0e16201f;
  }
  .deep-story > .compare {
    grid-column: 5/13;
    margin-top: 35px;
  }
  .deep-story > .short {
    z-index: 2;
    border-radius: 42px 12px;
    grid-column: 1/9;
    margin-top: -85px;
  }
  .deep-story > .closing {
    border-radius: 12px 52px;
    grid-column: 2/13;
    margin-top: 50px;
  }
  .home-hero {
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
  }
  .home-hero > div {
    grid-column: 1/9;
  }
  .home-hero > img {
    border-radius: 56px 12px;
    grid-column: 8/13;
    height: 610px;
    transform: rotate(2.4deg) translateY(34px);
  }
  .home-hero > img:hover {
    transform: rotate(0.8deg) translateY(24px) scale(1.02);
  }
  .home-sections {
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    padding: 130px 40px;
    display: grid;
  }
  .home-sections > div {
    border: 0;
  }
  .home-sections > div:first-child {
    color: #fff;
    background: #0a0a0a;
    border-radius: 14px 50px;
    flex-direction: column;
    grid-area: 1/1 / auto/7;
    justify-content: flex-end;
    min-height: 510px;
    padding: 58px;
    display: flex;
  }
  .home-sections > div:first-child > p {
    color: #ffffff80;
  }
  .home-sections > div:nth-child(2) {
    border: 1px solid var(--line);
    z-index: 2;
    background: #fff;
    border-radius: 50px 14px;
    grid-area: 1/6 / auto/13;
    margin-top: 180px;
    padding: 55px;
    box-shadow: 0 35px 90px #0e16201f;
  }
  .home-sections > div:nth-child(3) {
    grid-area: 2/1 / auto/13;
    margin-top: 100px;
    padding: 80px 0;
  }
  .home-sections > div:nth-child(4) {
    grid-area: 3/2 / auto/12;
  }
  .home-projects a:nth-child(2) {
    transform: translateY(65px);
  }
  .home-projects a:nth-child(3) {
    transform: translateY(-28px);
  }
  .blog-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 22px;
    padding-top: 90px;
  }
  .blog-card:first-child {
    border-radius: 42px 12px;
    grid-column: 1/8;
    min-height: 470px;
  }
  .blog-card:nth-child(2) {
    color: #fff;
    background: #0a0a0a;
    border-radius: 12px 42px;
    grid-column: 8/13;
    margin-top: 120px;
  }
  .blog-card:nth-child(2) p,
  .blog-card:nth-child(2) small {
    color: #ffffff94;
  }
  .blog-card:nth-child(2) button {
    color: #fff;
  }
  .blog-card:nth-child(3) {
    background: var(--blue);
    border-color: #0000;
    grid-column: 2/7;
    margin-top: -55px;
  }
  .blog-card:nth-child(3) p,
  .blog-card:nth-child(3) small {
    color: #0009;
  }
  .blog-card:nth-child(4) {
    border-radius: 42px 12px;
    grid-column: 7/13;
    margin-top: 65px;
  }
}
.inner-hero h1 {
  letter-spacing: -0.035em;
  font-size: clamp(30px, 2.4vw, 40px);
  line-height: 1.05;
}
.simple-hero h1 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
}
.home-hero h1 {
  font-size: clamp(46px, 6vw, 60px);
  line-height: 0.9;
}
.home-sections h2 {
  font-size: clamp(38px, 5vw, 68px);
}
.manifesto h2 {
  font-size: clamp(30px, 4vw, 50px);
}
.signal h2 {
  font-size: clamp(30px, 4vw, 52px);
}
.visual-block h2 {
  font-size: clamp(28px, 3.5vw, 46px);
}
.blueprint > h2,
.short > h2 {
  font-size: clamp(28px, 3vw, 40px);
}
.quote blockquote {
  font-size: clamp(26px, 3.3vw, 42px);
}
.closing h2 {
  font-size: clamp(28px, 3.5vw, 44px);
}
.step-card h2 {
  font-size: clamp(18px, 1.7vw, 24px);
}
.blog-card h2 {
  font-size: clamp(18px, 1.8vw, 25px);
}
.lead {
  font-size: clamp(16px, 1.35vw, 19px);
}
.step-card,
.blog-card {
  box-shadow: none;
}
@media (width>=901px) {
  .inner-hero {
    grid-template-columns: 1.65fr 0.75fr;
    align-items: center;
    gap: 54px;
    min-height: 620px;
    padding-bottom: 70px;
  }
  .inner-hero .hero-copy,
  .inner-hero .editorial-photo {
    grid-column: auto;
  }
  .inner-hero .editorial-photo {
    height: 300px;
    box-shadow: none;
    border-radius: 18px;
    transform: none;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding: 90px 40px 0;
    display: grid;
  }
  .steps:before {
    display: none;
  }
  .steps-head {
    grid-column: 1/-1;
    margin-bottom: 24px;
  }
  .steps > .step-card,
  .steps > .step-card:nth-child(n) {
    color: #151515;
    border-color: var(--line);
    background: #fff;
    border-radius: 18px;
    flex-direction: column;
    grid-column: auto;
    justify-content: flex-start;
    width: auto;
    min-height: 250px;
    margin: 0;
    padding: 30px;
    display: flex;
  }
  .steps > .step-card:before,
  .steps > .step-card:after {
    display: none;
  }
  .steps > .step-card p,
  .steps > .step-card:nth-child(n) p {
    color: #0e16209e;
  }
  .step-card h2 {
    margin-top: 34px;
  }
  .step-card .card-cta {
    margin-top: auto;
    padding-top: 24px;
  }
  .context {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 18px;
    grid-column: 1/-1;
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 0;
    margin-top: 44px;
    display: grid;
    overflow: hidden;
  }
  .context > div,
  .context > article {
    min-height: 230px;
    padding: 32px;
  }
  .context > div {
    color: #151515;
    background: #f4f6f8;
  }
  .context > div p {
    color: #0e162080;
  }
  .motion-strip {
    background: #fff;
    gap: 12px;
    height: 590px;
    padding: 76px 0 30px;
  }
  .motion-strip > div,
  .motion-strip > div + div {
    transform: none;
  }
  .motion-strip img {
    width: 360px;
    height: 225px;
    box-shadow: none;
    border-radius: 14px;
  }
  .deep-story {
    gap: 14px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 72px 18px 0;
    display: flex;
  }
  .deep-story > .manifesto,
  .deep-story > .metric,
  .deep-story > .word-loop,
  .deep-story > .signal,
  .deep-story > .visual-block,
  .deep-story > .blueprint,
  .deep-story > .quote,
  .deep-story > .compare,
  .deep-story > .short,
  .deep-story > .closing {
    width: 100%;
    box-shadow: none;
    border-radius: 18px;
    grid-column: auto;
    margin: 0;
  }
  .manifesto,
  .metric,
  .signal,
  .visual-block,
  .quote,
  .short,
  .closing {
    min-height: 330px;
    padding: 48px;
  }
  .metric {
    grid-template-columns: 0.7fr 1.3fr;
  }
  .metric strong {
    font-size: clamp(76px, 11vw, 150px);
  }
  .blueprint {
    min-height: auto;
    padding: 54px 36px;
  }
  .compare {
    min-height: 330px;
  }
  .compare article {
    border-radius: 18px;
  }
  .home-hero {
    grid-template-columns: 1.25fr 0.75fr;
    gap: 48px;
    min-height: 760px;
    padding-bottom: 60px;
  }
  .home-hero > div,
  .home-hero > img {
    grid-column: auto;
    margin-bottom: 1em;
  }
  .home-hero > img {
    height: 500px;
    box-shadow: none;
    border-radius: 18px;
    transform: none;
  }
  .home-hero > img:hover {
    transform: scale(1.015);
  }
  .home-sections {
    max-width: 1240px;
    margin: 0 auto;
    padding: 90px 40px;
    display: block;
  }
  .home-sections > div,
  .home-sections > div:nth-child(n) {
    border-top: 1px solid var(--line);
    color: #151515;
    min-height: auto;
    box-shadow: none;
    background: 0 0;
    border-radius: 0;
    margin: 0;
    padding: 70px 0;
    display: block;
  }
  .home-sections > div:first-child > p {
    color: #0e16208f;
  }
  .home-sections > div:nth-child(4) {
    background: var(--blue);
    border: 0;
    border-radius: 18px;
    margin-top: 40px;
    padding: 54px;
  }
  .home-projects a:nth-child(n) {
    transform: none;
  }
  .blog-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding-top: 60px;
  }
  .blog-card:nth-child(n) {
    color: #151515;
    border-color: var(--line);
    background: #fff;
    border-radius: 18px;
    grid-column: auto;
    min-height: 340px;
    margin: 0;
    padding: 30px;
  }
  .blog-card:nth-child(n) p,
  .blog-card:nth-child(n) small {
    color: #0e162094;
  }
  .blog-card:nth-child(n) button {
    color: #151515;
  }
}
@media (width<=520px) {
  .inner-hero h1,
  .simple-hero h1 {
    font-size: 23px;
    line-height: 1.08;
  }
  .home-hero h1 {
    font-size: 30px;
    line-height: 0.94;
  }
  .home-sections h2 {
    font-size: 28px;
  }
  .manifesto h2,
  .signal h2,
  .closing h2,
  .metric h2 {
    font-size: 21px;
  }
  .visual-block h2,
  .blueprint > h2,
  .short > h2 {
    font-size: 22px;
  }
  .quote blockquote,
  .compare h3 {
    font-size: 20px;
  }
  .blog-cta h2 {
    font-size: 24px;
  }
  .footer-intro h2 {
    font-size: 30px;
  }
  .step-card h2 {
    font-size: 18px;
  }
  .lead {
    font-size: 14pt;
  }
  .trust-strip span {
    font-size: 14pt;
}
  .manifesto,
  .metric,
  .signal,
  .visual-block,
  .blueprint,
  .quote,
  .short,
  .closing {
    border-radius: 16px;
  }
}
.manifesto h2 {
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.08;
}
.metric h2 {
  font-size: clamp(23px, 2.4vw, 32px);
  line-height: 1.08;
}
.signal h2 {
  font-size: clamp(25px, 2.6vw, 35px);
  line-height: 1.08;
}
.visual-block h2 {
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.08;
}
.blueprint > h2,
.short > h2 {
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.08;
}
.quote blockquote {
  font-size: clamp(24px, 2.6vw, 35px);
  line-height: 1.08;
}
.compare h3 {
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.08;
}
.closing h2 {
  font-size: clamp(25px, 2.8vw, 36px);
  line-height: 1.08;
}
.blog-cta h2 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
}
.title-ticker span {
  font-size: 24px;
}
@media (width<=520px) {
  .manifesto h2,
  .metric h2,
  .signal h2,
  .visual-block h2,
  .blueprint > h2,
  .short > h2,
  .closing h2 {
    font-size: 19px;
  }
  .quote blockquote,
  .compare h3 {
    font-size: 18px;
  }
  .blog-cta h2 {
    font-size: 21px;
  }
  .title-ticker span {
    font-size: 19px;
  }
}
.map-section {
  color: #151515;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px 18px 0 0;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 16px;
  width: calc(100% - 32px);
  max-width: 1440px;
  margin: 96px auto 0;
  padding: 16px;
  display: grid;
}
.map-copy {
  flex-direction: column;
  justify-content: center;
  padding: 48px 36px;
  display: flex;
}
.map-copy > p {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0e162073;
  font:
    500 10pt Kanit,
    sans-serif;
}
.map-copy h2 {
  text-transform: uppercase;
  margin-top: 16px;
  font:
    800 clamp(25px, 2.8vw, 38px)/1.05 Unbounded,
    sans-serif;
}
.map-copy > span {
  color: #0e16209e;
  max-width: 310px;
  margin-top: 20px;
  line-height: 1.55;
}
.map-copy > a {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid #0e162061;
  align-items: center;
  gap: 10px;
  width: max-content;
  margin-top: 30px;
  padding-bottom: 5px;
  font:
    600 11px Kanit,
    sans-serif;
  display: flex;
}
.map-copy > a svg {
  width: 17px;
}
.map-section iframe {
  background: #e8edf0;
  border: 0;
  border-radius: 12px;
  width: 100%;
  height: 430px;
}
.contact-widget {
  z-index: 96;
  position: relative;
}
.contact-fab {
  z-index: 96;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  background: #0a0a0a;
  border: 0;
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  height: 54px;
  padding: 0 20px;
  font:
    600 11px Kanit,
    sans-serif;
  display: flex;
  position: fixed;
  bottom: 22px;
  right: 22px;
  box-shadow: 0 16px 45px #0000003d;
}
.contact-fab svg {
  width: 19px;
}
.contact-fab.open {
  background: var(--blue);
  color: #0a0a0a;
}

.contact-panel-header {
    z-index: 95;
    color: #151515;
    width: 100%;
    max-height: 100%;
    padding: 24px;
    overflow: auto;
}

.contact-submit-header {
    width: 100%;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    background: #0a0a0a;
    border: 0;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    font: 600 11px Kanit, sans-serif;
    display: flex;
}

.contact-submit-blue {
    width: 100%;
    color: #000;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    background: #7dd3fc;
    border: 0;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    font: 600 11px Kanit, sans-serif;
    display: flex;
}

.info-button {
    color: #000;
    background: #7dd3fc;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 999px;
    align-items: center;
    gap: 16px;
    padding: 15px 22px;
    font-family: Kanit, sans-serif;
    font-size: 12px;
    display: inline-flex;
    margin-bottom: 2em;
}

.form-control {
    margin-bottom: 1rem;
    width: 100%;
}

.form-select {
    margin-bottom: 1rem;
    width: 100%;
}

.contact-panel {
  z-index: 95;
  border: 1px solid var(--line);
  color: #151515;
  background: #fff;
  border-radius: 18px;
  width: min(410px, 100vw - 32px);
  max-height: calc(100vh - 115px);
  padding: 24px;
  position: fixed;
  bottom: 88px;
  right: 22px;
  overflow: auto;
  box-shadow: 0 28px 90px #00000040;
}
.contact-panel-head {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}
.contact-panel-head span {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0e16207a;
  font:
    500 10pt Kanit,
    sans-serif;
}
.contact-panel-head h2 {
  text-transform: uppercase;
  margin-top: 5px;
  font:
    800 23px/1.1 Unbounded,
    sans-serif;
}
.contact-panel-head button {
  border: 1px solid var(--line);
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  place-items: center;
  width: 38px;
  height: 38px;
  display: grid;
}
.contact-panel-head button svg {
  width: 18px;
}
.contact-panel form {
  gap: 14px;
  margin-top: 20px;
  display: grid;
}
.contact-panel label {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  gap: 7px;
  font:
    600 10px Kanit,
    sans-serif;
  display: grid;
}
.contact-panel input,
.contact-panel select,
.contact-panel textarea {
  color: #151515;
  text-transform: none;
  letter-spacing: 0;
  resize: vertical;
  background: #f7f8fa;
  border: 1px solid #0e162029;
  border-radius: 10px;
  outline: none;
  width: 100%;
  padding: 12px 13px;
  font:
    400 14px Manrope,
    sans-serif;
}
.contact-panel input:focus,
.contact-panel select:focus,
.contact-panel textarea:focus {
  border-color: #55a9cd;
  box-shadow: 0 0 0 3px #7dd3fc33;
}
.contact-panel .consent {
  color: #0e162094;
  text-transform: none;
  letter-spacing: 0;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 9px;
  font-weight: 500;
  line-height: 1.35;
  display: flex;
}
.contact-panel .consent input {
  accent-color: #0a0a0a;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  padding: 0;
}
.contact-submit {
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  background: #0a0a0a;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  font:
    600 11px Kanit,
    sans-serif;
  display: flex;
}
.contact-submit svg {
  width: 17px;
}
.contact-phone {
  border: 1px solid var(--line);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin-top: 14px;
  font:
    600 12pt Kanit,
    sans-serif;
  display: flex;
}
.contact-phone svg {
  width: 17px;
}
.cookie-banner {
  z-index: 88;
  border: 1px solid var(--line);
  color: #151515;
  background: #fff;
  border-radius: 16px;
  grid-template-columns: 28px 1fr;
  gap: 13px;
  width: min(380px, 100vw - 32px);
  padding: 18px;
  display: grid;
  position: fixed;
  bottom: 22px;
  left: 22px;
  box-shadow: 0 20px 65px #0000002e;
}
.cookie-banner > svg {
  color: #55a9cd;
  width: 23px;
}
.cookie-banner strong {
  text-transform: uppercase;
  font:
    700 14px Unbounded,
    sans-serif;
}
.cookie-banner p {
  color: #0e162099;
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.45;
}
.cookie-banner > div > div {
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  display: flex;
}
.cookie-banner button {
  color: #151515;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font:
    600 10px Kanit,
    sans-serif;
}
.cookie-banner button:first-child {
  color: #fff;
  background: #0a0a0a;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 13px;
  display: flex;
}
.cookie-banner button svg {
  width: 14px;
}
@media (width<=900px) {
  .map-section {
    border-radius: 16px 16px 0 0;
    grid-template-columns: 1fr;
    width: auto;
    margin: 70px 10px 0;
    padding: 10px;
  }
  .map-copy {
    padding: 30px 20px;
  }
  .map-section iframe {
    height: 340px;
  }
  .contact-fab {
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    bottom: 84px;
    right: 14px;
    overflow: visible;
  }
  .contact-fab span {
    border: 1px solid var(--line);
    color: #151515;
    letter-spacing: 0.09em;
    white-space: nowrap;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #fffffff0;
    border-radius: 999px;
    width: max-content;
    padding: 7px 10px;
    font-size: 8px;
    display: block;
    position: absolute;
    right: 62px;
    box-shadow: 0 8px 24px #0000001a;
  }
  .contact-fab.open span {
    display: none;
  }
  .contact-panel {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 170px);
    bottom: 148px;
    right: 10px;
  }
  .cookie-banner {
    width: calc(100vw - 86px);
    bottom: 80px;
    left: 10px;
  }
  body:has(.cookie-banner) .contact-fab span {
    display: none;
  }
}
@media (width<=520px) {
  .map-copy h2 {
    font-size: 23px;
  }
  .map-section iframe {
    height: 300px;
  }
  .contact-panel {
    padding: 18px;
  }
  .contact-panel-head h2 {
    font-size: 20px;
  }
  .cookie-banner {
    grid-template-columns: 22px 1fr;
    gap: 10px;
    width: calc(100vw - 86px);
    padding: 15px;
    bottom: 80px;
  }
  .cookie-banner strong {
    font-size: 12px;
    line-height: 1.2;
  }
  .cookie-banner p {
    font-size: 11px;
  }
  .cookie-banner > div > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
  }
  .brand {
    padding: 4px 6px;
  }
  .brand img {
    width: 155px;
    height: 36px;
  }
  .footer-logo img {
    width: 190px;
  }
}
.service-line {
  grid-template-columns: repeat(7, 1fr);
  padding-inline: 24px;
}
.service-line a {
  letter-spacing: 0.12em;
  font-size: 9px;
}
.instructors-section {
  max-width: 1240px;
  margin: 0 auto 0;
  padding: 100px 40px;
}
.instructors-head {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  padding-bottom: 28px;
  display: flex;
}
.instructors-head p {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0e162080;
  font:
    500 10pt Kanit,
    sans-serif;
}
.instructors-head h2 {
  text-transform: uppercase;
  margin-top: 8px;
  font:
    800 clamp(27px, 3vw, 40px)/1.05 Unbounded,
    sans-serif;
}
.instructors-head > span {
  color: #0e162099;
  max-width: 430px;
  font-size: 14pt;
  line-height: 1.55;
}
.instructors-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
  display: grid;
}
.instructor-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  min-width: 0;
  overflow: hidden;
}
.instructor-card > img {
  object-fit: cover;
  filter: grayscale(0.15);
  width: 100%;
  height: 250px;
}
.instructor-card > div {
  padding: 22px;
}
.instructor-card > div > span {
  color: #55a9cd;
  font:
    600 10px Unbounded,
    sans-serif;
}
.instructor-card h3 {
  text-transform: uppercase;
  margin-top: 18px;
  font:
    750 17px/1.12 Unbounded,
    sans-serif;
}
.instructor-card p {
  color: #0e162094;
  margin-top: 10px;
  font-size: 12pt;
  line-height: 1.45;
}
.instructor-card a {
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-bottom: 1px solid;
  align-items: center;
  gap: 8px;
  width: max-content;
  margin-top: 18px;
  padding-bottom: 3px;
  font:
    600 10px Kanit,
    sans-serif;
  display: flex;
}
.instructor-card a svg {
  width: 15px;
}
.takmed-instructors .vladislav-card {
  border-color: #55a9cd;
  box-shadow: 0 0 0 3px #7dd3fc2e;
}
.takmed-instructors .vladislav-card > div {
  background: #eef9fe;
}
@media (width<=900px) {
  .instructors-section {
    margin-top: 70px;
    padding: 0 20px;
  }
  .instructors-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .instructors-grid {
    grid-template-columns: 1fr 1fr;
  }
  .instructor-card > img {
    height: 230px;
  }
}
@media (width<=520px) {
  .instructors-head h2 {
    font-size: 25px;
  }
  .instructors-grid {
    grid-template-columns: 1fr;
  }
  .instructor-card > img {
    height: 280px;
  }
}
.breadcrumbs {
  color: #0e16207a;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  font:
    600 10px Kanit,
    sans-serif;
  display: flex;
}
.breadcrumbs a {
  border-bottom: 1px solid #0e16203d;
  padding-bottom: 2px;
  transition:
    border-color 0.2s,
    color 0.2s;
}
.breadcrumbs a:hover {
  color: #0a0a0a;
  border-color: #0a0a0a;
}
.breadcrumbs span[aria-current="page"] {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0e1620b3;
  max-width: 440px;
  overflow: hidden;
}
.course-faq,
.related-courses {
  max-width: 1240px;
  margin: 0 auto 0;
  padding: 0 40px;
}
.faq-intro,
.related-head {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  padding-bottom: 28px;
  display: flex;
}
.faq-intro p,
.related-head p {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0e16207a;
  font:
    600 10px Kanit,
    sans-serif;
}
.faq-intro h2,
.related-head h2 {
  text-transform: uppercase;
  margin-top: 8px;
  font:
    800 clamp(25px, 2.8vw, 38px)/1.05 Unbounded,
    sans-serif;
}
.related-head > a {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid;
  align-items: center;
  gap: 9px;
  padding-bottom: 4px;
  font:
    600 10px Kanit,
    sans-serif;
  display: flex;
}
.related-head > a svg {
  width: 16px;
}
.faq-list {
  border-bottom: 1px solid var(--line);
}
.faq-list details {
  border-top: 1px solid var(--line);
  padding: 0 4px;
}
.faq-list details:first-child {
  border-top: 0;
}
.faq-list summary {
  cursor: pointer;
  text-transform: uppercase;
  padding: 25px 45px 25px 0;
  font:
    700 15px/1.35 Unbounded,
    sans-serif;
  list-style: none;
  position: relative;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: "+";
  border: 1px solid var(--line);
  border-radius: 50%;
  place-items: center;
  width: 32px;
  height: 32px;
  font:
    500 20px Manrope,
    sans-serif;
  display: grid;
  position: absolute;
  top: 18px;
  right: 4px;
}
.faq-list details[open] summary:after {
  content: "−";
}
.faq-list details p {
  color: #0e16209e;
  max-width: 820px;
  padding: 0 0 27px;
  font-size: 14px;
  line-height: 1.65;
}
.related-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
  display: grid;
}
.related-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  min-width: 0;
  transition:
    transform 0.24s,
    border-color 0.24s,
    box-shadow 0.24s;
  overflow: hidden;
}
.related-card:hover {
  border-color: #0e162047;
  transform: translateY(-4px);
  box-shadow: 0 20px 50px #0e162014;
}
.related-card > a {
  flex-direction: column;
  height: 100%;
  min-height: 265px;
  padding: 28px;
  display: flex;
}
.related-card > a > span {
  color: #24586f;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  background: #e8f7fd;
  border-radius: 999px;
  width: max-content;
  padding: 6px 10px;
  font:
    600 9px Kanit,
    sans-serif;
}
.related-card h3 {
  text-transform: uppercase;
  margin-top: 32px;
  font:
    750 clamp(17px, 1.5vw, 21px)/1.15 Unbounded,
    sans-serif;
}
.related-card p {
  color: #0e162094;
  margin-top: 13px;
  font-size: 12pt;
  line-height: 1.55;
}
.related-card strong {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  font:
    600 10pt Kanit,
    sans-serif;
  display: flex;
}
.related-card strong svg {
  width: 16px;
}
@media (width<=900px) {
  .course-faq,
  .related-courses {
    margin-top: 70px;
    padding: 0 20px;
  }
  .related-grid {
    grid-template-columns: 1fr 1fr;
  }
  .related-card > a {
    min-height: 240px;
    padding: 23px;
  }
}
@media (width<=520px) {
  .breadcrumbs {
    margin-bottom: 14px;
    font-size: 9px;
  }
  .breadcrumbs span[aria-current="page"] {
    max-width: 190px;
  }
  .faq-intro,
  .related-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .faq-intro h2,
  .related-head h2 {
    font-size: 22px;
  }
  .faq-list summary {
    padding-block: 21px;
    font-size: 13px;
  }
  .related-grid {
    grid-template-columns: 1fr;
  }
  .related-card > a {
    min-height: 220px;
  }
}
.media-hero {
  background: #fff;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: center;
  gap: 60px;
  min-height: 690px;
  padding-top: 190px;
  padding-bottom: 85px;
  display: grid;
}
.media-hero h1 {
  letter-spacing: -0.065em;
  text-transform: uppercase;
  margin-top: 18px;
  font:
    850 clamp(48px, 7.5vw, 106px)/0.86 Unbounded,
    sans-serif;
}
.media-hero .lead {
  max-width: 690px;
  margin-top: 30px;
}
.media-hero-stamp {
  color: #fff;
  background: #b51f2b;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
  padding: 34px;
  display: flex;
  transform: rotate(2deg);
}
.media-hero-stamp span {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font:
    600 11px Kanit,
    sans-serif;
}
.media-hero-stamp strong {
  letter-spacing: -0.06em;
  font:
    850 clamp(46px, 6vw, 82px)/0.9 Unbounded,
    sans-serif;
}
.media-hero-stamp small {
  color: #ffffffb8;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  max-width: 260px;
  font:
    500 10px/1.55 Kanit,
    sans-serif;
}
.media-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 40px 0;
}
.media-section-head {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: end;
  padding-bottom: 28px;
  display: flex;
}
.media-section-head p {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0e16207a;
  font:
    600 10px Kanit,
    sans-serif;
}
.media-section-head h2 {
  text-transform: uppercase;
  margin-top: 8px;
  font:
    800 clamp(28px, 3vw, 42px)/1 Unbounded,
    sans-serif;
}
.media-grid {
  grid-template-columns: 1.15fr 0.85fr;
  gap: 14px;
  margin-top: 28px;
  display: grid;
}
.media-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  min-width: 0;
  overflow: hidden;
}
.media-card:first-child {
  grid-row: span 2;
}
.media-card > a,
.media-card > article {
  flex-direction: column;
  height: 100%;
  min-height: 310px;
  padding: 30px;
  transition:
    background 0.25s,
    color 0.25s;
  display: flex;
}
.media-card:first-child > a,
.media-card:first-child > article {
  min-height: 635px;
  padding: 40px;
}
.media-card:not(.featured) > a:hover {
  color: #fff;
  background: #0a0a0a;
}
.media-card:not(.featured) > a:hover p,
.media-card:not(.featured) > a:hover small {
  color: #ffffff9e;
}
.media-card.featured {
  color: #fff;
  background: #b51f2b;
  border-color: #b51f2b;
}
.media-card.featured p,
.media-card.featured small {
  color: #ffffffad;
}
.media-card-top {
  letter-spacing: 0.13em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font:
    600 10px Kanit,
    sans-serif;
  display: flex;
}
.media-card-top > span {
  border: 1px solid;
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
}
.media-card-body {
  margin: auto 0;
}
.media-card-body small {
  color: #0e16207a;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font:
    600 10px Kanit,
    sans-serif;
}
.media-card-body h3 {
  letter-spacing: -0.025em;
  text-transform: uppercase;
  max-width: 660px;
  margin-top: 15px;
  font:
    780 clamp(20px, 2.4vw, 34px)/1.1 Unbounded,
    sans-serif;
}
.media-card:not(:first-child) .media-card-body h3 {
  font-size: clamp(18px, 1.7vw, 24px);
}
.media-card-body p {
  color: #0e162094;
  max-width: 610px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.62;
}
.media-card-link {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  font:
    600 10px Kanit,
    sans-serif;
  display: flex;
}
.media-card-link svg {
  width: 16px;
}
.media-quote {
  background: #e7f6fd;
  border-radius: 18px;
  max-width: 1160px;
  margin: 80px auto 0;
  padding: 64px;
}
.media-quote > span {
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #0e162080;
  font:
    600 10px Kanit,
    sans-serif;
}
.media-quote blockquote {
  text-transform: uppercase;
  max-width: 950px;
  margin-top: 28px;
  font:
    750 clamp(25px, 3.5vw, 45px)/1.12 Unbounded,
    sans-serif;
}
.media-quote > a {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid;
  align-items: center;
  gap: 9px;
  width: max-content;
  margin-top: 35px;
  padding-bottom: 4px;
  font:
    600 10px Kanit,
    sans-serif;
  display: flex;
}
.media-quote > a svg,
.footer-bottom a svg {
  width: 16px;
}
.footer-bottom a {
  align-items: center;
  gap: 8px;
  display: flex;
}
@media (width<=900px) {
  .media-hero {
    grid-template-columns: 1fr;
    gap: 35px;
    min-height: auto;
    padding: 150px 20px 65px;
  }
  .media-hero-stamp {
    min-height: 260px;
    transform: none;
  }
  .media-section {
    padding: 70px 20px 0;
  }
  .media-grid {
    grid-template-columns: 1fr;
  }
  .media-card:first-child {
    grid-row: auto;
  }
  .media-card:first-child > a,
  .media-card:first-child > article {
    min-height: 440px;
    padding: 30px;
  }
  .media-quote {
    margin: 55px 20px 0;
    padding: 40px 28px;
  }
}
@media (width<=520px) {
  .media-hero h1 {
    font-size: 43px;
  }
  .media-hero-stamp {
    min-height: 230px;
    padding: 25px;
  }
  .media-card > a,
  .media-card > article,
  .media-card:first-child > a,
  .media-card:first-child > article {
    min-height: 360px;
    padding: 24px;
  }
  .media-card-body h3,
  .media-card:not(:first-child) .media-card-body h3 {
    font-size: 19px;
  }
  .media-quote {
    padding: 32px 22px;
  }
  .media-quote blockquote {
    font-size: 22px;
  }
}
.steps > .step-card,
.steps > .step-card:nth-child(n) {
  border: 1px solid var(--line);
  color: #151515;
  background: #fff;
  border-radius: 16px;
  grid-template-columns: 150px minmax(0, 1fr);
  justify-content: stretch;
  align-items: stretch;
  gap: 24px;
  min-height: 220px;
  padding: 18px;
  display: grid;
}
.step-card .step-thumb {
  object-fit: cover;
  filter: saturate(0.82) contrast(1.03);
  border-radius: 12px;
  align-self: center;
  width: 150px;
  height: 150px;
  margin: 0;
}
.step-card-copy {
    flex-direction: column;
    min-width: 0;
    padding: 8px 5px 7px 8px;
    display: flex;
    border: none;
}
.step-card-copy > span {
  color: #55a9cd;
  letter-spacing: 0.08em;
  font:
    600 9px Unbounded,
    sans-serif;
}
.steps > .step-card .step-card-copy h2 {
  margin-top: 22px;
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.12;
}
.step-card-copy > p,
.steps > .step-card:nth-child(n) .step-card-copy > p {
  color: #0e162099;
  margin-top: 11px;
  font-size: 12pt;
  line-height: 1.55;
  width:90%;
}
.steps > .step-card .step-card-copy .card-cta {
  margin-top: auto;
  padding-top: 17px;
}
.practice-gallery {
  max-width: 1240px;
  margin: 0 auto;
  padding: 86px 40px 34px;
}
.practice-gallery-head,
.story-heading {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  padding-bottom: 26px;
  display: flex;
}
.practice-gallery-head p,
.story-heading p {
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #0e16207a;
  font:
    600 10pt Kanit,
    sans-serif;
}
.practice-gallery-head h2,
.story-heading h2 {
  text-transform: uppercase;
  margin-top: 7px;
  font:
    800 clamp(22px, 2.15vw, 30px)/1.07 Unbounded,
    sans-serif;
}
.practice-gallery-head > span,
.story-heading > span {
  color: #0e16208f;
  max-width: 440px;
  font-size: 12pt;
  line-height: 1.55;
}
.practice-gallery-grid {
  grid-template-columns: 1.25fr 0.75fr 0.75fr 1.25fr;
  gap: 12px;
  margin-top: 22px;
  display: grid;
}
.practice-shot {
  background: #e8edf0;
  border-radius: 14px;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.practice-shot:nth-child(2),
.practice-shot:nth-child(3) {
  height: 190px;
  margin-top: 50px;
}
.practice-shot img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.45s;
}
.practice-shot:hover img {
  transform: scale(1.035);
}
.practice-shot > span {
  color: #fff;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #080808c7;
  border-radius: 50%;
  place-items: center;
  width: 29px;
  height: 29px;
  font:
    600 8px Unbounded,
    sans-serif;
  display: grid;
  position: absolute;
  top: 12px;
  left: 12px;
}
.deep-story {
  gap: 0;
  max-width: 1240px;
  margin: 0 auto;
  padding: 70px 40px 0;
  display: block !important;
}
.story-grid {
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
  margin-top: 26px;
  display: grid;
}
.story-grid > div {
  min-width: 0;
  box-shadow: none;
  border-radius: 16px;
}
.story-photo-card {
  color: #fff;
  background: #111;
  position: relative;
  overflow: hidden;
}
.story-photo-card:after {
  content: "";
  background: linear-gradient(#0000, #000000d1);
  position: absolute;
  inset: 35% 0 0;
}
.story-photo-card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
}
.story-photo-card:hover img {
  transform: scale(1.025);
}
.story-photo-card > div {
  z-index: 2;
  position: absolute;
  bottom: 24px;
  left: 26px;
  right: 26px;
}
.story-photo-card span,
.story-fact-card > span,
.story-route > div > span,
.story-note > span,
.story-cta span {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font:
    600 10pt Kanit,
    sans-serif;
}
.story-photo-card h2 {
  text-transform: uppercase;
  max-width: 560px;
  margin-top: 8px;
  font:
    780 clamp(18px, 1.65vw, 24px)/1.08 Unbounded,
    sans-serif;
}
.story-primary {
  grid-column: 1/8;
  height: 360px;
}
.story-secondary {
  grid-column: 1/6;
  height: 285px;
}
.story-fact-card {
  border: 1px solid var(--line);
  background: #fff;
  flex-direction: column;
  grid-column: 8/13;
  height: 360px;
  padding: 30px;
  display: flex;
}
.story-fact-card > span {
  color: #0e162073;
}
.story-fact-card strong {
  text-transform: uppercase;
  max-width: 420px;
  margin: auto 0 16px;
  font:
    760 clamp(20px, 2vw, 28px)/1.08 Unbounded,
    sans-serif;
}
.story-fact-card p {
  color: #0e16208f;
  max-width: 420px;
  font-size: 12pt;
  line-height: 1.55;
}
.story-route {
  color: #fff;
  background: #0b0b0b;
  grid-column: 6/13;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
  height: 285px;
  padding: 28px;
  display: grid;
}
.story-route > div > span {
  color: #ffffff7a;
}
.story-route h2 {
  text-transform: uppercase;
  margin-top: 12px;
  font:
    760 clamp(17px, 1.55vw, 22px)/1.1 Unbounded,
    sans-serif;
}
.story-route ol {
  border-top: 1px solid #ffffff29;
  list-style: none;
}
.story-route li {
  border-bottom: 1px solid #ffffff29;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  display: grid;
}
.story-route li b {
  color: var(--blue);
  font:
    600 10pt Unbounded,
    sans-serif;
}
.story-route li span {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font:
    600 11px/1.25 Kanit,
    sans-serif;
}
.story-note {
  background: var(--blue);
  flex-direction: column;
  grid-column: 1/5;
  min-height: 220px;
  padding: 28px;
  display: flex;
}
.story-note > span {
  color: #0e16207a;
}
.story-note blockquote {
  text-transform: uppercase;
  margin-top: auto;
  font:
    730 clamp(16px, 1.4vw, 20px)/1.18 Unbounded,
    sans-serif;
}
.story-cta {
  background: #eef1f4;
  grid-column: 5/13;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  min-height: 220px;
  padding: 30px;
  display: flex;
}
.story-cta span {
  color: #0e162073;
}
.story-cta h2 {
  text-transform: uppercase;
  max-width: 600px;
  margin-top: 12px;
  font:
    760 clamp(17px, 1.65vw, 23px)/1.1 Unbounded,
    sans-serif;
}
.story-cta > div:last-child {
  flex-shrink: 0;
  align-items: center;
  gap: 20px;
  display: flex;
}
@media (width<=900px) {
  .steps > .step-card,
  .steps > .step-card:nth-child(n) {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 18px;
    min-height: 200px;
    padding: 14px;
  }
  .step-card .step-thumb {
    width: 120px;
    height: 120px;
  }
  .practice-gallery,
  .deep-story {
    padding: 65px 20px 0;
  }
  .practice-gallery-head,
  .story-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .practice-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .practice-shot,
  .practice-shot:nth-child(n) {
    height: 210px;
    margin: 0;
  }
  .story-primary,
  .story-secondary,
  .story-fact-card,
  .story-route,
  .story-note,
  .story-cta {
    grid-column: 1/-1;
  }
  .story-primary {
    height: 300px;
  }
  .story-secondary {
    height: 260px;
  }
  .story-fact-card {
    height: auto;
    min-height: 250px;
  }
  .story-route {
    height: auto;
    min-height: 280px;
  }
  .story-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (width<=520px) {
  .steps > .step-card,
  .steps > .step-card:nth-child(n) {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 13px;
    min-height: 174px;
    padding: 11px;
  }
  .step-card .step-thumb {
    align-self: start;
    width: 92px;
    height: 92px;
  }
  .step-card-copy {
    padding: 3px 0;
  }
  .steps > .step-card .step-card-copy h2 {
    margin-top: 12px;
    font-size: 15px;
  }
  .step-card-copy > p {
    font-size: 11px;
    line-height: 1.4;
  }
  .steps > .step-card .step-card-copy .card-cta {
    padding-top: 13px;
    font-size: 8pt;
  }
  .practice-gallery-head h2,
  .story-heading h2 {
    font-size: 20px;
  }
  .practice-gallery-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .practice-shot,
  .practice-shot:nth-child(n) {
    height: 100%;
  }
  .story-grid {
    gap: 10px;
  }
  .story-primary {
    height: 260px;
  }
  .story-secondary {
    height: 230px;
  }
  .story-fact-card,
  .story-route,
  .story-note,
  .story-cta {
    height: auto;
    min-height: 0;
    padding: 22px;
  }
  .story-fact-card strong {
    margin: 50px 0 12px;
    font-size: 20px;
  }
  .story-route {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .story-note blockquote {
    margin-top: 45px;
    font-size: 16px;
  }
  .story-cta h2 {
    font-size: 17px;
  }
  .story-cta > div:last-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}
@media (width<=900px) {
  .masthead .mobile-nav {
    z-index: 110;
    overscroll-behavior: contain;
    max-height: calc(100vh - 68px);
    overflow-y: auto;
  }
  .mobile-nav-group {
    border-bottom: 1px solid #ffffff24;
  }
  .mobile-nav-group > button {
    color: #eef1f4;
    text-transform: uppercase;
    cursor: pointer;
    background: 0 0;
    border: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 14px 0;
    font:
      600 16px Unbounded,
      sans-serif;
    display: flex;
  }
  .mobile-nav-group > button svg {
    width: 18px;
    height: 18px;
    transition: transform 0.25s;
  }
  .mobile-nav-group.expanded > button svg {
    transform: rotate(180deg);
  }
  .mobile-nav-sub {
    background: #151515;
    border: 1px solid #ffffff1f;
    border-radius: 12px;
    margin: 0 -8px 8px;
    padding: 8px;
  }
  .masthead .mobile-nav .mobile-nav-sub > a {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff1a;
    grid-template-columns: 28px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 9px;
    padding: 11px 8px;
    font:
      500 12pt/1.25 Kanit,
      sans-serif;
    display: grid;
  }
  .masthead .mobile-nav .mobile-nav-sub > a:first-child {
    color: var(--blue);
    grid-template-columns: 1fr 18px;
    font-weight: 700;
  }
  .masthead .mobile-nav .mobile-nav-sub > a:last-child {
    border-bottom: 0;
  }
  .mobile-nav-sub small {
    color: #eef1f466;
    font:
      600 9px Unbounded,
      sans-serif;
  }
  .mobile-nav-sub svg {
    justify-self: end;
    width: 15px;
    height: 15px;
  }
}
.home-sections h2 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
}
.home-final-cta h2 {
  font-size: clamp(32px, 4.2vw, 58px);
}
@media (width<=520px) {
  .home-sections h2,
  .home-final-cta h2 {
    font-size: 26px;
  }
}
.home-service-list a {
  font-size: inherit;
  grid-template-columns: 72px 44px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
}
.home-service-list a > img {
  object-fit: cover;
  border-radius: 10px;
  width: 72px;
  height: 72px;
}
.home-service-list a > span {
  color: #72c7ec;
  letter-spacing: 0.08em;
  font:
    700 11px Unbounded,
    sans-serif;
}
.home-service-list a > strong {
  letter-spacing: -0.025em;
  font:
    700 clamp(17px, 2vw, 27px)/1.15 Unbounded,
    sans-serif;
}
.home-service-list a > svg {
  width: 20px;
  height: 20px;
}
@media (width<=520px) {
  .home-service-list {
    margin-top: 34px;
  }
  .home-service-list a {
    grid-template-columns: 58px 30px minmax(0, 1fr) 18px;
    gap: 10px;
    padding: 11px 0;
  }
  .home-service-list a > img {
    border-radius: 8px;
    width: 58px;
    height: 58px;
  }
  .home-service-list a > span {
    font-size: 9px;
  }
  .home-service-list a > strong {
    font-size: 14px;
    line-height: 1.2;
  }
  .home-service-list a > svg {
    width: 17px;
    height: 17px;
  }
}
.home-document {
  background: #eef2f5;
  border-radius: 24px;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 70px;
  padding: 64px;
  overflow: hidden;
  margin-top: 80px !important;
  display: grid !important;
}
.home-document-copy h2 {
  letter-spacing: -0.045em;
  text-transform: uppercase;
  margin-top: 12px;
  font:
    800 clamp(30px, 3.6vw, 52px)/1.04 Unbounded,
    sans-serif;
}
.home-document-copy > p:not(.eyebrow) {
  color: #5c6570;
  margin-top: 24px;
  font-size: 17px;
  line-height: 1.55;
}
.home-document-copy ul {
  gap: 12px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.home-document-copy li {
  align-items: flex-start;
  gap: 11px;
  font-size: 12pt;
  line-height: 1.45;
  display: flex;
}
.home-document-copy li svg {
  color: #1799d2;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
.home-document-copy small {
  color: #747d86;
  max-width: 500px;
  font-size: 11pt;
  line-height: 1.5;
  display: block;
}
.home-document-copy .dark-button {
  width: max-content;
  margin-top: 28px;
}
.home-document-stage {
  background: #162b3f;
  border-radius: 18px;
  padding: 36px;
}
.document-sheet {
  color: #16202a;
  text-align: center;
  background: #fffdf6;
  border: 8px solid #e0cba6;
  outline: 1px solid #a58b60;
  min-height: 480px;
  padding: 38px 44px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 60px #00000040;
}
.document-sheet:before {
  content: "";
  pointer-events: none;
  border: 1px solid #b69c6d;
  position: absolute;
  inset: 13px;
}
.document-top {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}
.document-top img {
  object-fit: contain;
  width: 118px;
  height: 44px;
}
.document-top span {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font:
    600 9px Unbounded,
    sans-serif;
}
.document-mark {
  color: #44a9d612;
  font:
    900 108px Unbounded,
    sans-serif;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
}
.document-sheet > p {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 38px;
  font:
    600 10px Unbounded,
    sans-serif;
  position: relative;
}
.document-sheet h3 {
  text-transform: uppercase;
  margin-top: 10px;
  font:
    700 clamp(26px, 3vw, 42px)/1 Unbounded,
    sans-serif;
  position: relative;
}
.document-caption {
  margin-top: 10px;
  font-size: 12px;
  display: block;
  position: relative;
}
.document-sheet > strong {
  max-width: 470px;
  margin: 28px auto 0;
  font:
    700 15px/1.4 Unbounded,
    sans-serif;
  display: block;
  position: relative;
}
.document-person {
  margin-top: 34px;
  position: relative;
}
.document-person span {
  color: #77808a;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 9px;
  display: block;
}
.document-person b {
  border-bottom: 1px solid #222;
  margin: 8px auto 0;
  padding-bottom: 8px;
  font:
    600 14px Unbounded,
    sans-serif;
  display: block;
}
.document-data {
  text-align: left;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 28px;
  font-size: 10px;
  line-height: 1.5;
  display: grid;
  position: relative;
}
.document-data span:last-child {
  text-align: right;
}
.document-data b {
  font-size: 11px;
}
.document-sign {
  color: #59616a;
  text-align: left;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 12px;
  margin-top: 38px;
  font-size: 9px;
  display: grid;
  position: relative;
}
.document-sign i {
  border-bottom: 1px solid #343a40;
}
@media (width<=900px) {
  .home-document {
    grid-template-columns: 1fr;
    padding: 44px 32px;
  }
}
@media (width<=520px) {
  .home-document {
    border-radius: 18px;
    gap: 34px;
    padding: 30px 18px;
    margin-top: 56px !important;
  }
  .home-document-copy h2 {
    font-size: 27px;
  }
  .home-document-copy > p:not(.eyebrow) {
    font-size: 14pt;
  }
  .home-document-stage {
    border-radius: 12px;
    padding: 14px;
  }
  .document-sheet {
    border-width: 5px;
    min-height: 420px;
    padding: 28px 22px;
  }
  .document-top img {
    width: 90px;
    height: 34px;
  }
  .document-sheet h3 {
    font-size: 25px;
  }
  .document-sheet > strong {
    font-size: 12px;
  }
  .document-data {
    gap: 12px;
  }
}
.home-service-list a {
  grid-template-columns: 72px 44px minmax(0, 1fr) 38px;
}
.home-service-list a > strong {
  font-size: clamp(15px, 1.55vw, 22px);
  line-height: 1.2;
}
.home-service-list a > svg {
  box-sizing: content-box;
  color: #fff;
  stroke: #fff;
  background: #0b0b0b;
  border: 0;
  border-radius: 50%;
  outline: 0;
  width: 15px;
  height: 15px;
  padding: 10px;
}
@media (width<=520px) {
  .home-service-list a {
    grid-template-columns: 58px 30px minmax(0, 1fr) 34px;
  }
  .home-service-list a > strong {
    font-size: 13px;
  }
  .home-service-list a > svg {
    width: 14px;
    height: 14px;
    padding: 8px;
  }
}
.takmed-program {
  color: #101214;
  background: #fff;
  padding: 100px 40px;
}
.takmed-program > div {
  max-width: 1200px;
  margin-inline: auto;
}
.takmed-program-head {
  grid-template-columns: 0.7fr 1.3fr;
  gap: 50px 70px;
  padding-bottom: 60px;
  display: grid !important;
}
.takmed-program-head > div:first-child p {
  color: #7b838c;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font:
    600 11px Unbounded,
    sans-serif;
}
.takmed-program-head h2 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin-top: 14px;
  font:
    800 clamp(38px, 5vw, 68px)/0.95 Unbounded,
    sans-serif;
}
.takmed-program-meta {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: grid;
}
.takmed-program-meta article {
  background: #f4f7f9;
  border: 1px solid #d9dde1;
  border-radius: 16px;
  min-height: 180px;
  padding: 24px;
}
.takmed-program-meta span {
  color: #76808a;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font:
    600 9px Unbounded,
    sans-serif;
  display: block;
}
.takmed-program-meta strong {
  text-transform: uppercase;
  margin-top: 34px;
  font:
    700 18px/1.2 Unbounded,
    sans-serif;
  display: block;
}
.takmed-program-meta small {
  color: #66707a;
  margin-top: 10px;
  font-size: 13px;
  display: block;
}
.takmed-program-note {
  color: #4f5963;
  background: #eaf7fc;
  border-left: 3px solid #65c5ed;
  grid-column: 2;
  padding: 18px 22px;
  line-height: 1.5;
}
.takmed-days {
  gap: 16px;
  display: grid;
}
.takmed-day {
  background: #fff;
  border: 1px solid #d9dde1;
  border-radius: 22px;
  grid-template-columns: 0.72fr 1.28fr;
  min-height: 540px;
  overflow: hidden;
  display: grid !important;
}
.takmed-day-photo {
  min-height: 100%;
  position: relative;
}
.takmed-day-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.takmed-day-photo > span {
  color: #fff;
  background: #0b0b0b;
  border-radius: 50%;
  place-items: center;
  width: 42px;
  height: 42px;
  font:
    700 11px Unbounded,
    sans-serif;
  display: grid;
  position: absolute;
  top: 22px;
  left: 22px;
}
.takmed-day-copy {
  padding: 48px 52px;
}
.takmed-day-copy > p {
  color: #56add3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font:
    700 11px Unbounded,
    sans-serif;
}
.takmed-day-copy h3 {
  letter-spacing: -0.04em;
  text-transform: uppercase;
  max-width: 720px;
  margin-top: 14px;
  font:
    750 clamp(25px, 3vw, 40px)/1.04 Unbounded,
    sans-serif;
}
.takmed-day-format {
  color: #555f68;
  background: #f0f4f6;
  border-radius: 12px;
  margin-top: 22px;
  padding: 18px 20px;
  line-height: 1.5;
}
.takmed-day-copy h4 {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 30px;
  font:
    700 12px Unbounded,
    sans-serif;
}
.takmed-day-copy ul {
  gap: 11px;
  margin-top: 17px;
  padding: 0;
  list-style: none;
  display: grid;
}
.takmed-day-copy li {
  color: #49525b;
  grid-template-columns: 18px 1fr;
  gap: 11px;
  font-size: 12pt;
  line-height: 1.45;
  display: grid;
}
.takmed-day-copy li svg {
  color: #159fd9;
  width: 17px;
  height: 17px;
}
.takmed-program-cta {
  background: #72c9ed;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 38px 44px;
  margin-top: 16px !important;
  display: flex !important;
}
.takmed-program-cta span {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font:
    600 10px Unbounded,
    sans-serif;
}
.takmed-program-cta h3 {
  text-transform: uppercase;
  margin-top: 8px;
  font:
    750 clamp(22px, 2.7vw, 36px)/1.1 Unbounded,
    sans-serif;
}
@media (width<=900px) {
  .takmed-program {
    padding: 80px 24px;
  }
  .takmed-program-head {
    grid-template-columns: 1fr;
  }
  .takmed-program-note {
    grid-column: auto;
  }
  .takmed-day {
    grid-template-columns: 1fr;
  }
  .takmed-day-photo {
    height: 380px;
  }
}
@media (width<=620px) {
  .takmed-program {
    padding: 64px 18px;
  }
  .takmed-program-head {
    gap: 30px;
    padding-bottom: 42px;
  }
  .takmed-program-head h2 {
    font-size: 34px;
  }
  .takmed-program-meta {
    grid-template-columns: 1fr;
  }
  .takmed-program-meta article {
    min-height: 0;
  }
  .takmed-program-meta strong {
    margin-top: 20px;
    font-size: 16px;
  }
  .takmed-day {
    border-radius: 16px;
  }
  .takmed-day-photo {
    height: 260px;
  }
  .takmed-day-copy {
    padding: 30px 22px;
  }
  .takmed-day-copy h3 {
    font-size: 25px;
  }
  .takmed-day-format {
    font-size: 14px;
  }
  .takmed-day-copy li {
    font-size: 13px;
  }
  .takmed-program-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 24px;
  }
}
.related-card > a {
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 245px;
  padding: 0;
  display: grid;
}
.related-card > a > img {
  object-fit: cover;
  width: 112px;
  height: 100%;
  min-height: 245px;
}
.related-card-content {
  flex-direction: column;
  min-width: 0;
  padding: 24px;
  display: flex;
}
.related-card-content > span {
  color: #24586f;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  background: #e8f7fd;
  border-radius: 999px;
  width: max-content;
  padding: 6px 10px;
  font:
    600 9px Kanit,
    sans-serif;
}
.related-card-content h3 {
  margin-top: 24px;
}
.related-card-content strong {
  margin-top: auto;
}
.takmed-instructors .instructors-grid {
  grid-template-columns: minmax(280px, 420px);
}
.takmed-instructors .instructor-card > img {
  height: 340px;
}
@media (width<=520px) {
  .related-card > a {
    grid-template-columns: 92px minmax(0, 1fr);
    min-height: 220px;
  }
  .related-card > a > img {
    width: 92px;
    min-height: 220px;
  }
  .related-card-content {
    padding: 20px 16px;
  }
  .related-card-content h3 {
    margin-top: 18px;
    font-size: 16pt;
  }
  .takmed-instructors .instructors-grid {
    grid-template-columns: 1fr;
  }
  .takmed-instructors .instructor-card > img {
    height: 300px;
  }
}
.assembly-program {
  color: #101214;
  background: #fff;
  padding: 100px 40px;
}
.assembly-program > div {
  max-width: 1200px;
  margin-inline: auto;
}
.assembly-intro {
  border-bottom: 1px solid #d9dde1;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 90px;
  padding-bottom: 58px;
  display: grid !important;
}
.assembly-intro > div:first-child > p,
.assembly-why > div > p,
.assembly-modules-head > p,
.assembly-details section > p,
.assembly-location > div > p {
  color: #6a747e;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font:
    650 10px Unbounded,
    sans-serif;
}
.assembly-intro h2 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin-top: 14px;
  font:
    800 clamp(38px, 5vw, 68px)/0.98 Unbounded,
    sans-serif;
}
.assembly-intro > div:first-child > strong {
  color: #208dbb;
  text-transform: uppercase;
  margin-top: 24px;
  font:
    650 17px/1.4 Unbounded,
    sans-serif;
  display: block;
}
.assembly-intro > div:last-child > p {
  font-size: 18px;
  line-height: 1.6;
}
.assembly-intro blockquote {
  background: #eaf7fc;
  border-left: 4px solid #67c7ef;
  margin-top: 34px;
  padding: 26px;
  font:
    650 20px/1.4 Unbounded,
    sans-serif;
}
.assembly-stats {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  display: grid;
  margin-top: 18px !important;
}
.assembly-stats article {
  background: #f5f7f8;
  border: 1px solid #d9dde1;
  border-radius: 15px;
  padding: 25px;
}
.assembly-stats span {
  color: #737d87;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font:
    600 9px Unbounded,
    sans-serif;
  display: block;
}
.assembly-stats strong {
  text-transform: uppercase;
  margin-top: 28px;
  font:
    750 18px/1.2 Unbounded,
    sans-serif;
  display: block;
}
.assembly-stats small {
  color: #68717a;
  margin-top: 8px;
  display: block;
}
.assembly-why {
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  margin-top: 90px !important;
  display: grid !important;
}
.assembly-why h2,
.assembly-modules-head h2,
.assembly-details h2,
.assembly-location h2,
.assembly-flows h2,
.assembly-cta h2 {
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-top: 12px;
  font:
    750 clamp(27px, 3.4vw, 46px)/1.04 Unbounded,
    sans-serif;
}
.assembly-why > p {
  color: #59636d;
  font-size: 17px;
  line-height: 1.6;
}
.assembly-benefits {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  display: grid;
  margin-top: 36px !important;
}
.assembly-benefit {
  color: #fff;
  background: #101214;
  border-radius: 18px;
  min-height: 230px;
  padding: 28px;
}
.assembly-benefit > span {
  color: #68c5ec;
  font:
    700 10px Unbounded,
    sans-serif;
}
.assembly-benefit h3 {
  text-transform: uppercase;
  margin-top: 48px;
  font:
    700 18px Unbounded,
    sans-serif;
}
.assembly-benefit p {
  color: #b8bec4;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.55;
}
.assembly-modules-head {
  grid-template-columns: 1fr 1fr;
  gap: 18px 70px;
  margin-top: 100px !important;
  display: grid !important;
}
.assembly-modules-head > p {
  grid-column: 1/-1;
}
.assembly-modules-head > span {
  color: #64707a;
  align-self: end;
  font-size: 16px;
  line-height: 1.5;
}
.assembly-modules {
  gap: 14px;
  display: grid;
  margin-top: 38px !important;
}
.assembly-module {
  border: 1px solid #d9dde1;
  border-radius: 18px;
  grid-template-columns: 320px 1fr;
  min-height: 270px;
  overflow: hidden;
  display: grid !important;
}
.assembly-module img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.assembly-module > div {
  padding: 40px;
}
.assembly-module span {
  color: #55abd0;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font:
    700 10px Unbounded,
    sans-serif;
}
.assembly-module h3 {
  text-transform: uppercase;
  margin-top: 18px;
  font:
    750 25px/1.12 Unbounded,
    sans-serif;
}
.assembly-module p {
  color: #59636d;
  max-width: 700px;
  margin-top: 18px;
  line-height: 1.6;
}
.assembly-details {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 90px !important;
  display: grid !important;
}
.assembly-details > section {
  background: #f0f4f6;
  border-radius: 20px;
  padding: 42px;
}
.assembly-details > section > p:not(:first-child) {
  color: #59636d;
  margin-top: 22px;
  line-height: 1.6;
}
.assembly-alert {
  background: #dff3fb;
  border-radius: 12px;
  gap: 8px;
  margin-top: 28px;
  padding: 20px;
  display: grid;
}
.assembly-alert strong {
  text-transform: uppercase;
  font:
    700 11px Unbounded,
    sans-serif;
}
.assembly-alert span {
  font-size: 13px;
  line-height: 1.5;
}
.assembly-details ol {
  border-top: 1px solid #cdd3d8;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}
.assembly-details li {
  border-bottom: 1px solid #cdd3d8;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 18px 0;
  display: grid;
}
.assembly-details li > span {
  color: #46a8d1;
  font:
    700 10px Unbounded,
    sans-serif;
}
.assembly-details li strong {
  text-transform: uppercase;
  font:
    700 12px Unbounded,
    sans-serif;
}
.assembly-details li p {
  color: #606a73;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5;
}
.assembly-flows {
  background: #71c9ee;
  border-radius: 20px;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding: 45px;
  margin-top: 14px !important;
  display: grid !important;
}
.assembly-flows > div > span {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font:
    650 10px Unbounded,
    sans-serif;
}
.assembly-flows > p {
  font-size: 16px;
  line-height: 1.6;
}
.assembly-location {
  color: #fff;
  background: #101214;
  border-radius: 22px;
  grid-template-columns: 1.1fr 0.9fr;
  overflow: hidden;
  margin-top: 90px !important;
  display: grid !important;
}
.assembly-location img {
  object-fit: cover;
  width: 100%;
  height: 520px;
}
.assembly-location > div {
  padding: 55px;
}
.assembly-location > div > p:first-child {
  color: #77c9ec;
}
.assembly-location > div > p:last-child {
  color: #bbc1c6;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.6;
}
.assembly-cta {
  background: #eef2f5;
  border-radius: 22px;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding: 54px;
  margin-top: 16px !important;
  display: flex !important;
}
.assembly-cta > div:first-child {
  max-width: 760px;
}
.assembly-cta > div:first-child > span {
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font:
    650 10px Unbounded,
    sans-serif;
}
.assembly-cta > div:first-child > p {
  color: #626c75;
  margin-top: 18px;
}
.assembly-cta > div:last-child {
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  display: flex;
}
@media (width<=900px) {
  .assembly-program {
    padding: 80px 24px;
  }
  .assembly-intro,
  .assembly-why,
  .assembly-modules-head,
  .assembly-details,
  .assembly-flows,
  .assembly-location {
    grid-template-columns: 1fr;
  }
  .assembly-stats {
    grid-template-columns: 1fr 1fr;
  }
  .assembly-benefits {
    grid-template-columns: 1fr;
  }
  .assembly-benefit {
    min-height: 0;
  }
  .assembly-module {
    grid-template-columns: 240px 1fr;
  }
  .assembly-location img {
    height: 420px;
  }
  .assembly-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (width<=560px) {
  .assembly-program {
    padding: 64px 18px;
  }
  .assembly-intro {
    gap: 34px;
  }
  .assembly-intro h2 {
    font-size: 34px;
  }
  .assembly-intro blockquote {
    font-size: 16px;
  }
  .assembly-stats {
    grid-template-columns: 1fr;
  }
  .assembly-why,
  .assembly-modules-head {
    gap: 25px;
    margin-top: 65px !important;
  }
  .assembly-module {
    grid-template-columns: 1fr;
  }
  .assembly-module img {
    height: 230px;
  }
  .assembly-module > div,
  .assembly-details > section {
    padding: 28px 22px;
  }
  .assembly-flows,
  .assembly-location > div,
  .assembly-cta {
    padding: 30px 22px;
  }
  .assembly-location img {
    height: 280px;
  }
}
.military-program {
  color: #111820;
  padding: 100px 40px;
}
.military-program > div {
  max-width: 1200px;
  margin-inline: auto;
}
.military-lead {
  border-bottom: 1px solid #d7dde2;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  padding-bottom: 60px;
  display: grid !important;
}
.military-lead > div:first-child > p,
.military-purpose p:first-child,
.military-modules-head > p,
.military-outcome > div:first-child > p,
.military-enrollment section:first-child > p,
.military-adjacent-head > p {
  color: #6c7782;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font:
    650 10pt Unbounded,
    sans-serif;
}
.small, small {
    font-size: 12pt;
}
.military-lead h2 {
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin-top: 14px;
  font:
    760 clamp(27px, 3.4vw, 46px)/1.04 Unbounded,
    sans-serif;
}
.military-lead > div:first-child > span {
  color: #318cad;
  text-transform: uppercase;
  margin-top: 24px;
  font:
    700 16px Unbounded,
    sans-serif;
  display: block;
}
.military-lead > div:last-child > p {
  font-size: 18px;
  line-height: 1.6;
}
.military-lead blockquote {
  background: #eaf5fa;
  border-left: 4px solid #71c9ed;
  margin-top: 34px;
  padding: 26px;
  font:
    650 20px/1.4 Unbounded,
    sans-serif;
}
.military-stats {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  display: grid;
  margin-top: 18px !important;
}
.military-stats article {
  color: #fff;
  border-radius: 15px;
  padding: 25px;
}
.military-stats span {
  color: #82c9e7;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font:
    650 9pt Unbounded,
    sans-serif;
  display: block;
}
.military-stats strong {
  text-transform: uppercase;
  margin-top: 30px;
  font:
    730 18px/1.2 Unbounded,
    sans-serif;
  display: block;
}
.military-stats small {
  color: #aebbc5;
  margin-top: 8px;
  display: block;
}
.military-purpose {
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  margin-top: 90px !important;
  display: grid !important;
}
.military-purpose h2,
.military-modules-head h2,
.military-outcome h2,
.military-enrollment h2,
.military-adjacent-head h2,
.military-cta h2 {
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-top: 12px;
  font:
    760 clamp(27px, 3.4vw, 46px)/1.04 Unbounded,
    sans-serif;
}
.military-purpose > p {
  color: #59656f;
  font-size: 17px;
  line-height: 1.6;
}
.military-pillars {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  display: grid;
  margin-top: 36px !important;
}
.military-pillars > div {
  border: 1px solid #d8dde2;
  border-radius: 18px;
  min-height: 220px;
  padding: 28px;
}
.military-pillars span {
  color: #419ec4;
  font:
    700 10px Unbounded,
    sans-serif;
}
.military-pillars h3 {
  text-transform: uppercase;
  margin-top: 48px;
  font:
    720 18px Unbounded,
    sans-serif;
}
.military-pillars p {
  color: #5d6872;
  margin-top: 15px;
  font-size: 12pt;
  line-height: 1.55;
}
.military-modules-head {
  grid-template-columns: 1fr 1fr;
  gap: 18px 70px;
  margin-top: 100px !important;
  display: grid !important;
}
.military-modules-head > p {
  grid-column: 1/-1;
}
.military-modules-head > span {
  color: #64717b;
  align-self: end;
  line-height: 1.55;
}
.military-modules {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  display: grid;
  margin-top: 38px !important;
}
.military-module {
  color: #fff;
  background: #102536;
  border-radius: 18px;
  grid-template-rows: 260px 1fr;
  overflow: hidden;
  display: grid !important;
}
.military-module img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.military-module > div {
  padding: 32px;
  background: linear-gradient(360deg, #000, transparent);
}
.military-module span {
  color: #73c7e9;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font:
    700 10px Unbounded,
    sans-serif;
}
.military-module h3 {
  text-transform: uppercase;
  margin-top: 18px;
  font:
    730 22px/1.15 Unbounded,
    sans-serif;
}
.military-module p {
  color: #b8c2ca;
  margin-top: 18px;
  font-size: 12pt;
  line-height: 1.6;
}
.military-outcome {
  background: #6fc7eb;
  border-radius: 22px;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  padding: 52px;
  margin-top: 90px !important;
  display: grid !important;
}
.military-outcome-list {
  border-top: 1px solid #00000040;
}
.military-outcome-list article {
  border-bottom: 1px solid #00000040;
  grid-template-columns: 110px 1fr;
  gap: 100px;
  padding: 20px 0;
  display: grid;
}
.military-outcome-list span {
  text-transform: uppercase;
  font:
    700 14pt Unbounded,
    sans-serif;
}
.military-outcome-list p {
  font-size: 12pt;
  line-height: 1.55;
}
.military-enrollment {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 90px !important;
  display: grid !important;
}
.military-enrollment > section {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 5px 10px 1px rgba(34, 60, 80, 0.3);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.military-enrollment > section:first-child {
  padding: 42px;
}
.military-enrollment ul {
  gap: 16px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
  display: grid;
}
.military-enrollment li {
  color: #59656f;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  font-size: 12pt;
  line-height: 1.55;
  display: grid;
}
.military-enrollment li svg {
  color: #2397c7;
  width: 17px;
}
.military-enrollment section:last-child img {
  object-fit: cover;
  width: 100%;
  height: 330px;
}
.military-enrollment section:last-child > div {
  padding: 32px;
}
.military-enrollment section:last-child span {
  color: #5e6a74;
  text-transform: uppercase;
  font:
    650 10pt Unbounded,
    sans-serif;
}
.military-enrollment section:last-child h3 {
  text-transform: uppercase;
  margin-top: 12px;
  font:
    730 23px/1.15 Unbounded,
    sans-serif;
}
.military-enrollment section:last-child p {
  color: #5e6871;
  margin-top: 18px;
  font-size: 12pt;
  line-height: 1.55;
}
.military-adjacent-head {
  margin-top: 100px !important;
}
.military-adjacent {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  display: grid;
  margin-top: 34px !important;
}
.military-adjacent > div {
  border: 1px solid #d8dde2;
  border-radius: 17px;
  min-width: 0;
}
.military-adjacent a {
  flex-direction: column;
  min-height: 260px;
  padding: 26px;
  display: flex;
}
.military-adjacent a > span {
  color: #2b6d89;
  text-transform: uppercase;
  background: #e1f4fb;
  border-radius: 999px;
  width: max-content;
  padding: 6px 10px;
  font:
    650 9px Unbounded,
    sans-serif;
}
.military-adjacent h3 {
  text-transform: uppercase;
  margin-top: 34px;
  font:
    720 17px/1.2 Unbounded,
    sans-serif;
}
.military-adjacent p {
  color: #616c75;
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.5;
}
.military-adjacent strong {
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 20px;
  font:
    650 10px Unbounded,
    sans-serif;
  display: flex;
}
.military-adjacent svg {
  width: 15px;
}
.military-cta {
  color: #fff;
  background: #102536;
  border-radius: 22px;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding: 52px;
  margin-top: 18px !important;
  display: flex !important;
}
.military-cta > div:first-child {
  max-width: 700px;
}
.military-cta > div:first-child > span {
  color: #75c8e9;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font:
    650 10px Unbounded,
    sans-serif;
}
.military-cta > div:first-child > p {
  color: #b8c2ca;
  margin-top: 18px;
}
.military-cta > div:last-child {
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  display: flex;
}
.military-cta .dark-button {
  color: #101820;
  background: #70c8eb;
}
.military-cta .plain-link {
  color: #fff;
}
@media (width<=900px) {
  .military-program {
    padding: 80px 24px;
  }
  .military-lead,
  .military-purpose,
  .military-modules-head,
  .military-outcome,
  .military-enrollment {
    grid-template-columns: 1fr;
  }
  .military-stats,
  .military-adjacent {
    grid-template-columns: 1fr 1fr;
  }
  .military-pillars {
    grid-template-columns: 1fr;
  }
  .military-pillars > div {
    min-height: 0;
  }
  .military-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (width<=560px) {
  .military-program {
    padding: 64px 18px;
  }
  .military-lead {
    gap: 34px;
  }
  .military-lead h2 {
    font-size: 34px;
  }
  .military-lead blockquote {
    font-size: 16px;
  }
  .military-stats,
  .military-modules,
  .military-adjacent {
    grid-template-columns: 1fr;
  }
  .military-purpose,
  .military-modules-head,
  .military-enrollment {
    gap: 26px;
    margin-top: 65px !important;
  }
  .military-module {
    grid-template-rows: 220px 1fr;
  }
  .military-outcome,
  .military-enrollment > section:first-child,
  .military-cta {
    padding: 30px 22px;
  }
  .military-outcome-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.unified-start .military-lead > div:first-child > span {
  max-width: 620px;
  line-height: 1.4;
}
.unified-pillars {
  grid-template-columns: repeat(4, 1fr);
}
.unified-pillars > div {
  min-height: 255px;
}
.unified-modules {
  grid-template-columns: repeat(3, 1fr);
}
.unified-modules .military-module {
  grid-template-rows: 230px 1fr;
}
.start-formats {
  background: #eef2f5;
  border-radius: 22px;
  padding: 52px;
  margin-top: 90px !important;
}
.start-formats > p {
  color: #65717b;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font:
    650 10px Unbounded,
    sans-serif;
}
.start-formats > h2 {
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-top: 12px;
  font:
    760 clamp(27px, 3.4vw, 46px)/1.04 Unbounded,
    sans-serif;
}
.start-formats > div {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 34px;
  display: grid;
}
.start-formats article {
  background: #fff;
  border-radius: 17px;
  padding: 32px;
}
.start-formats article > span {
  text-transform: uppercase;
  font:
    700 12pt Unbounded,
    sans-serif;
}
.start-formats article > strong {
  color: #218ebc;
  margin-top: 38px;
  font:
    800 30px Unbounded,
    sans-serif;
  display: block;
}
.start-formats article > p {
  color: #5d6872;
  margin-top: 16px;
  font-size: 12pt;
  line-height: 1.55;
}
.unified-adjacent {
  grid-template-columns: repeat(3, 1fr);
}
@media (width<=900px) {
  .unified-pillars {
    grid-template-columns: 1fr 1fr;
  }
  .unified-modules {
    grid-template-columns: 1fr;
  }
}
@media (width<=560px) {
  .unified-pillars,
  .start-formats > div {
    grid-template-columns: 1fr;
  }
  .unified-pillars > div {
    min-height: 0;
  }
  .start-formats {
    padding: 30px 22px;
    margin-top: 65px !important;
  }
}

.commercial-program .military-stats article {
  color: #111820;
  background: rgb(0 0 0 / 5%);
}
.commercial-program .military-stats span {
  color: #267e9f;
}
.commercial-program .military-stats small {
  color: #65717b;
}
.commercial-program .military-module,
.commercial-program .military-cta {
  background: #0d3544;
}
.commercial-format {
  /*background: #edf3f6;*/
  border-radius: 22px;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  padding: 52px;
  margin-top: 90px !important;
  display: grid !important;
}
.commercial-format > div:first-child > p,
.commercial-audience-head > p {
  color: #63707a;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font:
    650 10pt Unbounded,
    sans-serif;
}
.commercial-format h2,
.commercial-audience-head h2 {
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-top: 12px;
  font:
    760 clamp(27px, 3.4vw, 46px)/1.04 Unbounded,
    sans-serif;
}
.commercial-format-list {
  border-top: 1px solid #cbd3d9;
}
.commercial-format-list article {
  border-bottom: 1px solid #cbd3d9;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 20px 0;
  display: grid;
}
.commercial-format-list span {
  color: #3185a5;
  text-transform: uppercase;
  font:
    700 14pt Unbounded,
    sans-serif;
}
.commercial-format-list strong {
  font-size: 12pt;
  line-height: 1.45;
}
.commercial-audience-head {
  margin-top: 90px !important;
}
.commercial-audience {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  display: grid;
  margin-top: 34px !important;
}
.commercial-audience > div {
  border: 1px solid #d7dde2;
  border-radius: 18px;
  min-height: 230px;
  padding: 28px;
}
.commercial-audience span {
  color: #3290b4;
  font:
    700 10px Unbounded,
    sans-serif;
}
.commercial-audience h3 {
  text-transform: uppercase;
  margin-top: 48px;
  font:
    720 17px/1.2 Unbounded,
    sans-serif;
}
.commercial-audience p {
  color: #5c6871;
  margin-top: 15px;
  font-size: 12pt;
  line-height: 1.55;
}
@media (width<=900px) {
  .commercial-format {
    grid-template-columns: 1fr;
  }
  .commercial-audience {
    grid-template-columns: 1fr 1fr;
  }
}
@media (width<=560px) {
  .commercial-format {
    padding: 30px 22px;
    margin-top: 65px !important;
  }
  .commercial-format-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .commercial-audience {
    grid-template-columns: 1fr;
  }
  .commercial-audience > div {
    min-height: 0;
  }
}
.blue-button {
  color: #07131c;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #70c9ee;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 15px 22px;
  font:
    600 12px Kanit,
    sans-serif;
  transition:
    transform 0.2s,
    background-color 0.2s;
  display: inline-flex;
}
.blue-button:hover {
  background: #82d3f3;
  transform: translateY(-2px);
}
@media (width<=520px) {
  .home-hero .blue-button {
    min-height: 56px;
    padding-inline: 30px;
  }
}
.flight-program .military-stats article {
  color: #fff;
  background: #17283f;
}
.flight-program .military-stats span {
  color: #8bc9e4;
}
.flight-program .military-stats small {
  color: #b6c1cb;
}
.flight-program .military-module {
  background: #17283f;
}
.flight-program .military-outcome {
  background: #d9e9f1;
}
.flight-program .military-cta {
  background: #17283f;
}
.flight-program .military-cta .dark-button {
  color: #111820;
  background: #78c9eb;
}
.flight-program .flight-adjacent {
  grid-template-columns: repeat(4, 1fr);
}
@media (width<=900px) {
  .flight-program .flight-adjacent {
    grid-template-columns: 1fr 1fr;
  }
}
@media (width<=560px) {
  .flight-program .flight-adjacent {
    grid-template-columns: 1fr;
  }
}
@media (width<=520px) {
  .home-hero > img {
    margin-top: 30px;
  }
}
@media (width>=901px) {
  .home-program-media {
    min-height: 540px;
  }
  .home-program-copy {
    padding: 42px 46px;
  }
  .home-program-copy h2 {
    font-size: clamp(28px, 2.8vw, 40px);
    line-height: 1.04;
  }
  .home-program-copy > p:not(.eyebrow) {
    margin-top: 18px;
    font-size: 16px;
  }
  .home-program-copy ol {
    margin: 25px 0;
  }
  .home-program-copy li {
    padding: 12px 0;
  }
}
@media (width>=521px) and (width<=900px) {
  .home-program-media {
    min-height: 360px;
  }
  .home-program-copy {
    padding: 38px;
  }
  .home-program-copy h2 {
    font-size: 34px;
  }
}
.home-director {
  background: #74c9ed;
  border-radius: 24px;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: stretch;
  gap: 80px;
  padding: 52px;
  margin-top: 80px !important;
  display: grid !important;
}
.director-media {
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
  display: flex;
}
.director-media > span {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font:
    650 10px Unbounded,
    sans-serif;
}
.director-video-placeholder {
  aspect-ratio: 9/16;
  color: #fff;
  background: #050505;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.director-video-placeholder:before {
  content: "";
  border: 1px solid #ffffff1f;
  border-radius: 11px;
  position: absolute;
  inset: 10px;
}
.director-video-placeholder i {
  border-top: 11px solid #0000;
  border-bottom: 11px solid #0000;
  border-left: 17px solid #74c9ed;
  width: 0;
  height: 0;
  margin-left: 5px;
  position: relative;
}
.director-video-placeholder small {
  color: #ffffff80;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 9px;
  line-height: 1.4;
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
}
.director-copy h2 {
  letter-spacing: -0.06em;
  text-transform: uppercase;
  margin-top: 18px;
  font:
    800 clamp(40px, 6vw, 78px)/0.9 Unbounded,
    sans-serif;
}
.director-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.6;
}
.director-points {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 44px;
  display: grid;
}
.director-points article {
  border: 1px solid #0003;
  border-radius: 15px;
  padding: 24px;
}
.director-points span {
  font:
    700 10px Unbounded,
    sans-serif;
}
.director-points strong {
  text-transform: uppercase;
  margin-top: 28px;
  font:
    700 14px/1.35 Unbounded,
    sans-serif;
  display: block;
}
.director-points p {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.5;
}
.director-copy > a {
  width: max-content;
  margin-top: 34px;
}
@media (width<=900px) {
  .home-director {
    grid-template-columns: 240px 1fr;
    gap: 46px;
    padding: 42px 32px;
  }
  .director-video-placeholder {
    width: 190px;
  }
}
@media (width<=620px) {
  .home-director {
    border-radius: 18px;
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 30px 22px;
    margin-top: 56px !important;
  }
  .director-media {
    order: 2;
    gap: 28px;
    min-height: 0;
  }
  .director-video-placeholder {
    align-self: flex-start;
    width: 180px;
  }
  .director-copy {
    order: 1;
    padding: 0;
  }
  .director-copy h2 {
    font-size: 38px;
  }
  .director-copy > p:not(.eyebrow) {
    font-size: 15px;
  }
  .director-points {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}
.home-director {
  background: #fff;
  border: 1px solid #d9dde1;
  grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
  gap: 58px;
  padding: 34px;
}
.director-photo {
  border-radius: 18px;
  min-height: 470px;
  overflow: hidden;
}
.director-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.director-copy {
  padding: 14px 12px 14px 0;
}
.director-copy .eyebrow {
  color: #68737d;
}
.director-copy h2 {
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 0.94;
}
.director-copy > p:not(.eyebrow) {
  color: #5d6871;
  max-width: 620px;
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.55;
}
.director-points {
  margin-top: 32px;
}
.director-points article {
  padding: 20px;
}
.director-points strong {
  margin-top: 20px;
  font-size: 12px;
}
.floating-video-placeholder {
  z-index: 65;
  aspect-ratio: 9/16;
  color: #fff;
  background: #050505;
  border: 1px solid #ffffff38;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 118px;
  padding: 12px;
  display: flex;
  position: fixed;
  bottom: 18px;
  left: 16px;
  box-shadow: 0 18px 50px #00000042;
}
.floating-video-placeholder:before {
  content: "";
  border: 1px solid #ffffff1a;
  border-radius: 9px;
  position: absolute;
  inset: 7px;
}
.floating-video-placeholder > span {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font:
    650 8px Unbounded,
    sans-serif;
  position: absolute;
  top: 14px;
}
.floating-video-placeholder i {
  border-top: 9px solid #0000;
  border-bottom: 9px solid #0000;
  border-left: 14px solid #70c9ee;
  width: 0;
  height: 0;
  margin-left: 4px;
  position: relative;
}
.floating-video-placeholder small {
  color: #ffffff7a;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font:
    600 8px Unbounded,
    sans-serif;
  position: absolute;
  bottom: 14px;
}
@media (width<=900px) {
  .home-director {
    grid-template-columns: 280px 1fr;
    gap: 36px;
    padding: 28px;
  }
  .director-photo {
    min-height: 410px;
  }
}
@media (width<=620px) {
  .home-director {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 22px;
  }
  .director-photo {
    min-height: 340px;
  }
  .director-copy {
    padding: 0;
  }
  .director-copy h2 {
    font-size: 34px;
  }
  .floating-video-placeholder {
    border-radius: 11px;
    width: 82px;
    bottom: 90px;
    left: 10px;
  }
  .floating-video-placeholder > span,
  .floating-video-placeholder small {
    font-size: 6px;
  }
}
.course-schedule {
    color: #0e1620;
    display: block;
    max-width: 1240px;
    margin: 0 auto 0;
    padding: 0 40px;
}

.course-schedule-head {
    border-bottom: 1px solid var(--line);
    padding: 0 0 34px;
    display: block;
    text-align: left;
}

.course-schedule-head > div {
    width: 100%;
}
.course-schedule-head > div > p {
    color: #0e162080;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 10pt;
}
.course-schedule-head h2 {
    color: #0e1620;
    visibility: visible;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    margin: 14px 0 0;
    display: block;
    transform: none;
    font: 800 clamp(30px, 3.6vw, 52px) / 1.04 Unbounded, sans-serif;
}
.course-schedule-head > p {
    color: #0e162099;
    max-width: 620px;
    margin-top: 20px;
    font-size: 14pt;
    line-height: 1.55;
}
.course-schedule-table {
    border-bottom: 1px solid var(--line);
}
.course-schedule-labels {
    color: #0e162070;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    min-height: 48px;
    padding-block: 12px;
    font-size: 10pt;
    font-weight: 600;
}
.course-schedule-row {
    border-bottom: 1px solid var(--line);
    grid-template-columns: 190px minmax(0, 1fr) 150px 150px;
    align-items: center;
    gap: 24px;
    min-height: 92px;
    padding: 18px 72px 18px 22px;
    transition: color 0.25s, background-color 0.25s, transform 0.25s;
    display: grid;
    position: relative;
}
.course-schedule-row.is-current {
    background: #d9eff9;
}
.course-schedule-row > span:not(.course-schedule-status) {
    color: #0e162099;
}
.course-schedule-row time {
    font: 700 16px Unbounded, sans-serif;
}
.course-schedule-row strong {
    text-transform: uppercase;
    font: 700 14pt / 1.25 Unbounded, sans-serif;
}
.course-schedule-row > span:not(.course-schedule-status) {
    color: #0e162099;
}
.course-schedule-status {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: 1px solid;
    border-radius: 999px;
    justify-self: start;
    padding: 7px 11px;
    font-size: 10px;
    font-weight: 700;
}
.course-schedule-row i {
    color: #fff;
    background: #0a0a0a;
    border-radius: 50%;
    place-items: center;
    width: 38px;
    height: 38px;
    font-size: 20px;
    font-style: normal;
    display: grid;
    position: absolute;
    right: 18px;
}
.course-schedule-foot {
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding-top: 28px;
    display: flex;
}
.course-schedule-foot > span {
    color: #0e162099;
}
.course-schedule-foot .dark-button {
    width: max-content;
}
.form-contact{
  display: none;
}

@media (width <= 900px) {
    .course-schedule-labels {
        display: none;
    }
    .course-schedule-row {
        grid-template-columns: 1fr auto;
        gap: 10px 18px;
        min-height: 0;
        padding: 22px 58px 22px 0;
    }
    .course-schedule-row time, .course-schedule-row strong {
        grid-column: 1 / -1;
    }
    .course-schedule-row strong {
        font-size: 14px;
    }
        .course-schedule-row time, .course-schedule-row strong {
        grid-column: 1 / -1;
    }
        .course-schedule-status {
        justify-self: end;
    }
    .course-schedule-foot {
        flex-direction: column;
        align-items: flex-start;
    }
}
.glass{
    border-radius: 20px;
    background: rgb(0 0 0 / 5%);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}
.glass-block{
   padding: 30px;
}

.shadow{
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0px 5px 10px 1px rgba(34, 60, 80, 0.3);
}

.custom-screen{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.screenshot-area {
    padding-top: 0;
    margin-top: 2em;
}

.screenshot-active {
    padding: 92px 0 92px;
    position: relative;
    margin-top: 46px;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.screenshot-active::before {
    position: absolute;
    content: '';
    width: 21%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    background-image: url(../photos/frame.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 5;
}
.screenshot-active {
    padding: 92px 0 92px;
    position: relative;
    margin-top: 46px;
}

.screenshot-pagination {
    position: relative;
    margin-top: 45px;
    text-align: center;
}

.screenshot-pagination .swiper-pagination-bullet {
    background: #2e3d62;
    margin: 0 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.screenshot-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
}

@media (max-width: 500px) {
    .section-title .title {
        font-size: 30px;
        letter-spacing: 0;
    }
    .screenshot-active::before {
        width: 101%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .screenshot-active::before {
        width: 38%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1130px) {
    .military-lead,
    .military-purpose,
    .military-modules-head,
    .military-outcome,
    .military-enrollment {
      grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .screenshot-active::before {
        width: 33%;
    }
}

.price-table-section, .price-table-section.grid-surface {
    overflow: visible;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.price-table-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: radial-gradient(circle at 92% 2%, rgba(111, 201, 239, .24), transparent 26%), #fff;
    box-shadow: 0 28px 80px rgba(5, 17, 28, .08);
}

.price-table-section {
    width: min(100% - 48px, 1240px);
    margin: 72px auto;
    padding: 56px;
    border: 1px solid #d7dde1;
    border-radius: 24px;
    background-color: #fff;
}

.price-table-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
    gap: 48px;
    align-items: end;
    margin-bottom: 38px;
}

.price-table-head .eyebrow {
    margin: 0 0 12px;
    color: #1687b7;
    font: 650 10pt / 1.3 Unbounded, sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.price-table-head h2 {
    margin: 0;
    font: 800 clamp(34px, 4.3vw, 62px) / .98 Unbounded, sans-serif;
    letter-spacing: -.055em;
    text-transform: uppercase;
}

.price-table-intro>p {
    margin: 0;
    color: #5c6670;
    font: 400 12pt / 1.55 Kanit, sans-serif;
}

.price-table-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.price-table-pills span {
    padding: 9px 12px;
    border: 1px solid #cbd4da;
    border-radius: 999px;
    background: rgba(255, 255, 255, .74);
    color: #34404a;
    font: 650 10pt / 1 Unbounded, sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.price-table-wrap {
    box-shadow: 0 18px 52px rgba(12, 35, 52, .07);
}

.price-table-wrap {
    overflow: hidden;
    border: 1px solid #d7dde1;
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
}

.price-table-labels, .price-table-row {
    grid-template-columns: 54px minmax(0, 1fr) minmax(190px, .36fr) 126px;
}

.price-table-labels {
    min-height: 48px;
    padding: 0 22px;
    border-bottom: 1px solid #d7dde1;
    color: #7b858e;
    font: 650 10px / 1 Unbounded, sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.price-table-labels, .price-table-row {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) minmax(210px, .42fr) 46px;
    align-items: center;
    column-gap: 20px;
}

.price-table-labels span:first-child {
    grid-column: 2;
}

.price-table-row:nth-child(2) {
    animation-delay: .04s;
}

.price-table-row {
    position: relative;
    overflow: hidden;
    transform: translateY(16px);
    animation: price-row-reveal .55s cubic-bezier(.22, 1, .36, 1) forwards;
    transition: background-color .22s ease, color .22s ease, transform .22s ease;
}

.price-table-labels, .price-table-row {
    grid-template-columns: 54px minmax(0, 1fr) minmax(190px, .36fr) 126px;
}

.price-table-row {
    min-height: 96px;
    padding: 16px 22px;
    border-bottom: 1px solid #d7dde1;
    color: #0a0b0c;
    text-decoration: none;
    transition: background-color 180ms ease, color 180ms ease;
}

.price-table-row:before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: #6fc9ef;
    content: "";
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .22s ease;
}

.price-table-number {
    color: #43b9ea;
    font: 700 11px / 1 Unbounded, sans-serif;
}

.price-table-course {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.price-table-course strong, .price-table-price {
    font: 750 16px / 1.25 Unbounded, sans-serif;
    letter-spacing: -.025em;
    text-transform: uppercase;
}

.price-table-course small {
    color: #707a83;
    font: 400 14px / 1.35 Kanit, sans-serif;
}

.price-table-price {
    color: #0a0b0c;
}

.price-table-action {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    border-radius: 999px;
    background: #0a0b0c;
    color: #fff;
    font: 700 9pt / 1 Unbounded, sans-serif;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.price-table-action svg, .price-table-action>span {
    display: none !important;
}

.price-table-action>span {
    font-size: 18px;
    line-height: 1;
}

.price-table-action:after {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    content: "↗";
    font: 300 22px / 1 Arial, Helvetica, sans-serif;
    text-align: center;
    transform: none;
}

.price-table-note {
    background: #0a0b0c;
    color: #fff;
}

.price-table-note {
    padding: 18px 20px;
    border-radius: 16px;
}

.price-table-note {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    margin-top: 22px;
    color: #5c6670;
    font: 400 12pt / 1.45 Kanit, sans-serif;
}

.price-table-note a {
    color: #07131c;
}

.price-table-note a {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: #6fc9ef;
    transition: background-color .18s ease, transform .18s ease;
}

.price-table-note a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #0a0b0c;
    font: 700 11px / 1.2 Unbounded, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 760px) {
    .price-table-section, .price-table-section.grid-surface {
        background: transparent;
    }
    .price-table-section {
        padding: 26px 16px;
        background: radial-gradient(circle at 96% 0, rgba(111, 201, 239, .22), transparent 22%), #fff;
    }
    .price-table-head {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 26px;
    }
        .price-table-wrap {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }
    .price-table-labels {
        display: none;
    }
    .price-table-row {
        grid-template-columns: 30px minmax(0, 1fr) 38px;
        margin-bottom: 10px;
        border: 1px solid #d5dde2;
        border-radius: 15px;
        background: rgba(255, 255, 255, .92);
        box-shadow: 0 10px 30px rgba(15, 38, 54, .06);
    }
    .price-table-course strong, .price-table-price {
        font-size: 13px;
    }
    .price-table-course small {
        font-size: 13px;
    }
    .price-table-price {
        color: #0a0b0c;
    }
    .price-table-price {
        grid-column: 2;
        margin-top: 5px;
        color: #1687b7;
    }
    .price-table-action {
        display: grid;
        place-items: center;
    }
    .price-table-action {
        grid-column: 3;
        grid-row: 1 / span 2;
        width: 36px;
        min-height: 36px;
        padding: 0;
        align-self: center;
        font-size: 0;
    }
    .price-table-action>span {
        display: block;
        font-size: 19px;
    }
    .price-table-action:after {
        margin-bottom: 5px;
    }
    .price-table-note {
        padding: 16px;
    }
    .price-table-note {
        align-items: flex-start;
        flex-direction: column;
    }
    .price-table-note a {
        width: 100%;
        justify-content: space-between;
    }
}