@font-face {
  font-family: "NanumSquareNeo";
  src: url("/races/futurerun-2026/fonts/NanumSquareNeo-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

body.future-run-public {
  margin: 0;
}

@font-face {
  font-family: "NanumSquareNeoHeavy";
  src: url("/races/futurerun-2026/fonts/NanumSquareNeo-Heavy.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

.future-run-site {
  --future-run-system-font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --future-run-navy: #274d70;
  --future-run-navy-dark: #163b5d;
  --future-run-blue: #1976ee;
  --future-run-ticket: #86a5f4;
  --future-run-pale: #d7eaff;
  --future-run-table: #edf4fa;
  --future-run-line: #cbdbea;
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: clip;
  color: #243f5a;
  background: #fff;
  font-family: "NanumSquareNeo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.62;
  word-break: keep-all;
}

.future-run-site *,
.future-run-site *::before,
.future-run-site *::after {
  box-sizing: inherit;
}

.future-run-site img {
  display: block;
  max-width: 100%;
  height: auto;
}

.future-run-site a {
  color: inherit;
  text-underline-offset: 0.2em;
}

.future-run-site :focus-visible {
  outline: 3px solid #2788ff;
  outline-offset: 3px;
}

.future-run-site .future-run-platform-bridge {
  border-bottom: 1px solid var(--future-run-line);
  background: #f3f7fb;
  font-size: 13px;
}

.future-run-site .future-run-platform-bridge__inner,
.future-run-site .future-run-platform-bridge nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.future-run-site .future-run-platform-bridge__inner {
  min-height: 48px;
  justify-content: space-between;
}

.future-run-site .future-run-platform-bridge__action {
  border-radius: 999px;
  padding: 7px 14px;
  color: #fff;
  background: var(--future-run-blue);
  font-weight: 800;
  text-decoration: none;
}

.future-run-site .future-run-platform-bridge [role="status"] {
  font-weight: 700;
}

@media (max-width: 800px) {
  .future-run-site .future-run-platform-bridge__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding-block: 12px;
  }

  .future-run-site .future-run-platform-bridge nav {
    flex-wrap: wrap;
    gap: 8px 14px;
  }
}

.future-run-site .future-run-container {
  width: min(calc(100% - 128px), 1296px);
  margin-inline: auto;
}

.future-run-site h1,
.future-run-site h2,
.future-run-site h3,
.future-run-site p,
.future-run-site ul,
.future-run-site dl {
  margin-block-start: 0;
}

.future-run-site .future-run-header {
  position: relative;
  z-index: 5;
  height: 100px;
  border-bottom: 1px solid #e6edf4;
  background: #fff;
}

.future-run-site .future-run-header__inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.future-run-site .future-run-brand {
  display: block;
  flex: 0 0 auto;
  text-decoration: none;
}

.future-run-site .future-run-brand img {
  width: 234px;
  height: auto;
}

.future-run-site .future-run-desktop-nav > ul {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 38px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.future-run-site .future-run-header nav a,
.future-run-site .future-run-header nav button {
  color: #183752;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.future-run-site .future-run-header nav button {
  padding: 10px 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}

.future-run-site .future-run-header [aria-current="page"] {
  color: var(--future-run-blue);
}

.future-run-site .future-run-nav__group {
  position: relative;
}

.future-run-site .future-run-nav__group > button::after {
  display: inline-block;
  margin-left: 7px;
  border: solid currentColor;
  border-width: 0 1.5px 1.5px 0;
  content: "";
  padding: 3px;
  transform: translateY(-2px) rotate(45deg);
}

.future-run-site .future-run-desktop-nav .future-run-nav__group > ul {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  width: max-content;
  min-width: 190px;
  margin: 0;
  padding: 12px 0;
  border: 1px solid #dbe6f0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 34px rgb(20 51 77 / 16%);
  list-style: none;
  transform: translateX(-50%);
}

.future-run-site .future-run-desktop-nav .future-run-nav__group > ul[hidden] {
  display: none;
}

.future-run-site .future-run-desktop-nav .future-run-nav__group li a {
  display: block;
  padding: 8px 18px;
}

.future-run-site .future-run-desktop-nav .future-run-nav__group li a:hover {
  background: #eef6ff;
}

.future-run-site .future-run-menu-button {
  display: none;
  border: 0;
  color: #183752;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.future-run-site .future-run-mobile-nav {
  display: none;
}

.future-run-site .future-run-hero {
  position: relative;
  display: grid;
  min-height: 1100px;
  align-items: center;
  overflow: hidden;
  padding: 0;
  color: #fff;
}

.future-run-site .future-run-hero picture {
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
  height: 1200px;
}

.future-run-site .future-run-hero picture::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.85) 30%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.25) 75%, transparent 100%);
}

.future-run-site .future-run-hero picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.future-run-site .future-run-hero__content {
  position: relative;
  z-index: 1;
  transform: translateY(-56px);
}

.future-run-site .future-run-hero__lockup {
  width: 440px;
  margin-bottom: 10px;
}

.future-run-site .future-run-hero h1 {
  max-width: 550px;
  margin: 0 0 8px;
  color: #d6eaff;
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
  white-space: pre-line;
}

.future-run-site .future-run-hero__content > p:not(.future-run-eyebrow) {
  margin: 32px 0 0;
  color: rgb(255 255 255 / 8%);
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.future-run-site .future-run-eyebrow {
  margin-bottom: 10px;
  font-weight: 800;
}

.future-run-site .future-run-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.future-run-site .future-run-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border: 1px solid var(--future-run-navy);
  border-radius: 0;
  color: #fff;
  background: var(--future-run-navy);
  font-weight: 800;
  text-decoration: none;
}

.future-run-site .future-run-button--secondary {
  border-color: #fff;
  background: transparent;
}

.future-run-site .future-run-countdown {
  display: block;
  min-height: 514px;
  padding: 80px 0;
  color: #fff;
  background-color: #183a56;
  background-position: 0 0;
  background-size: auto;
  text-align: center;
}

.future-run-site .future-run-countdown h2 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.future-run-site .future-run-countdown p {
  margin: 0;
  font-family: var(--future-run-system-font);
  font-size: 26.666px;
  font-weight: 300;
  line-height: 40px;
}

.future-run-site .future-run-countdown__values {
  display: grid;
  width: min(700px, 100%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 50px auto 0;
}

.future-run-site .future-run-countdown__values > div {
  position: relative;
  display: flex;
  flex-direction: column;
}

.future-run-site .future-run-countdown__values > div + div::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  border-left: 1px dotted rgb(255 255 255 / 70%);
  content: "";
}

.future-run-site .future-run-countdown__values strong {
  font-family: var(--future-run-system-font);
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}

.future-run-site .future-run-countdown__values span {
  margin-top: 10px;
  font-family: var(--future-run-system-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.future-run-site .future-run-overview {
  padding: 80px 0;
}

.future-run-site .future-run-overview > .future-run-container {
  display: grid;
  grid-template-columns: minmax(0, 511px) 526px;
  column-gap: 120px;
  align-items: start;
}

.future-run-site .future-run-group h2 {
  margin-bottom: 44px;
  padding-left: 18px;
  border-left: 5px solid var(--future-run-navy);
  color: #244966;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
}

.future-run-site .future-run-overview h2 {
  grid-column: 1;
  margin: 52px 0 49px;
  padding-left: 14px;
  border-left: 5px solid var(--future-run-navy);
  color: #244966;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.future-run-site .future-run-grid--two {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(360px, 0.85fr);
  gap: 120px;
  align-items: center;
}

.future-run-site .future-run-overview .future-run-grid--two {
  display: contents;
}

.future-run-site .future-run-overview dl {
  grid-column: 1;
  width: min(100%, 511px);
  margin: 0;
  padding: 0;
  border-top: 0;
}

.future-run-site .future-run-overview dl > div {
  display: flow-root;
  gap: 0;
  padding: 0;
  line-height: 27px;
  white-space: nowrap;
}

.future-run-site .future-run-overview dl > div + div {
  margin-top: 10px;
}

.future-run-site .future-run-overview dt,
.future-run-site .future-run-overview dd {
  margin: 0;
  color: rgb(33 37 41);
  font-family: var(--future-run-system-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.future-run-site .future-run-overview dt {
  display: inline;
}

.future-run-site .future-run-overview dd {
  display: inline;
}

.future-run-site .future-run-overview dd,
.future-run-site .future-run-guide dd {
  white-space: pre-line;
}

.future-run-site .future-run-overview__icon {
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  margin-top: 4.5px;
  margin-right: 11px;
  margin-left: 1px;
  color: rgb(35 62 91);
}

.future-run-site .future-run-overview img {
  grid-column: 2;
  grid-row: 1 / span 3;
  width: 526px;
  max-width: none;
  height: 626px;
  margin: 0;
  object-fit: cover;
}

.future-run-site .future-run-overview > .future-run-container > .future-run-button {
  grid-column: 1;
  width: 187px;
  min-height: 44px;
  height: 44px;
  margin: 50px 0 19px 5px;
  padding: 8px 22px;
  border-color: #233e5b;
  color: #233e5b;
  background: #fff;
  font-family: var(--future-run-system-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
}

.future-run-site .future-run-button__icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-right: 10px;
}

.future-run-site .future-run-features {
  min-height: 681px;
  padding: 70px 0 115px;
}

.future-run-site .future-run-features h2 {
  position: relative;
  width: 806.406px;
  max-width: 100%;
  margin: 0 auto 58px;
  color: #172b3b;
  font-family: "NanumSquareNeo", sans-serif;
  text-align: center;
}

.future-run-site .future-run-features h2::before,
.future-run-site .future-run-features h2::after {
  position: absolute;
  top: 50%;
  width: 120px;
  height: 2px;
  content: "";
}

.future-run-site .future-run-features h2::before {
  right: calc(100% + 28px);
  background: linear-gradient(90deg, transparent, #233e5b);
}

.future-run-site .future-run-features h2::after {
  left: calc(100% + 28px);
  background: linear-gradient(90deg, #233e5b, transparent);
}

.future-run-site .future-run-features h2 small,
.future-run-site .future-run-features h2 span {
  display: block;
}

.future-run-site .future-run-features h2 small {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.9px;
  line-height: 46.5px;
}

.future-run-site .future-run-features h2 span {
  color: #2073dc;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -1.68px;
  line-height: 54.6px;
  white-space: nowrap;
}

.future-run-site .future-run-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.future-run-site .future-run-features li {
  color: #111;
  text-align: center;
}

.future-run-site .future-run-features .future-run-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.future-run-site .future-run-ticket {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 20px 25px;
  background:
    radial-gradient(circle at 0 0, transparent 31px, var(--future-run-ticket) 32px) top left,
    radial-gradient(circle at 100% 0, transparent 31px, var(--future-run-ticket) 32px) top right,
    radial-gradient(circle at 0 100%, transparent 31px, var(--future-run-ticket) 32px) bottom left,
    radial-gradient(circle at 100% 100%, transparent 31px, var(--future-run-ticket) 32px) bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}

.future-run-site .future-run-ticket img {
  width: 92px;
  height: 92px;
  margin-bottom: 11px;
  object-fit: contain;
}

.future-run-site .future-run-ticket h3 {
  margin: 0;
  color: #080f16;
  font-family: "NanumSquareNeo", sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 26.25px;
}

.future-run-site .future-run-features li > p {
  width: 100%;
  max-width: none;
  margin: 36px auto 0;
  color: #151515;
  font-family: var(--future-run-system-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 23.68px;
}

.future-run-site .future-run-guide {
  min-height: 1469px;
  padding: 130px 0 0;
}

.future-run-site .future-run-guide h2 {
  margin: 0 0 22px;
  padding-left: 14px;
  border-left: 5px solid #233e5b;
  color: #244966;
  font-family: "NanumSquareNeo", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

.future-run-site .future-run-guide dl {
  overflow: hidden;
  margin: 0;
}

.future-run-site .future-run-guide__caption {
  padding: 24px 20px;
  border-radius: 20px 20px 0 0;
  color: #fff;
  background: linear-gradient(90deg, #244766, #729ac0);
  font-family: var(--future-run-system-font);
  font-size: 24px;
  font-weight: 900;
  line-height: 36px;
  text-align: center;
}

.future-run-site .future-run-guide dl > div {
  display: grid;
  grid-template-columns: 285.109px minmax(0, 1fr);
  border-bottom: 1px solid var(--future-run-line);
}

.future-run-site .future-run-guide dt,
.future-run-site .future-run-guide dd {
  margin: 0;
  font-family: var(--future-run-system-font);
}

.future-run-site .future-run-guide dt {
  display: grid;
  align-items: center;
  padding: 22px 24px;
  border-right: 1px solid var(--future-run-line);
  background: #eef4f9;
  font-size: 16px;
  font-weight: 800;
  line-height: 28.8px;
  text-align: center;
}

.future-run-site .future-run-guide dd {
  padding: 22px 24px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
}

.future-run-site .future-run-guide dl > div:nth-child(odd) dd {
  background: #f5f9fc;
}

.future-run-site .future-run-guide dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.future-run-site .future-run-group {
  min-height: 569px;
  padding: 112px 0;
  background: var(--future-run-pale);
}

.future-run-site .future-run-group__promo {
  padding: 42px 30px 34px;
  border: 1px solid #e5eff9;
  text-align: center;
}

.future-run-site .future-run-group__promo p {
  margin-bottom: 24px;
  color: #121d27;
  font-family: var(--future-run-system-font);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
  white-space: pre-line;
}

.future-run-site .future-run-group .future-run-button {
  border: 0;
  border-radius: 7px;
  background: #ef3343;
  font-family: var(--future-run-system-font);
}

.future-run-site .future-run-applications {
  min-height: 516.688px;
  padding: 80px 0 0;
  transform: translateY(1px);
}

.future-run-site .future-run-applications > .future-run-container > h2,
.future-run-site .future-run-alerts h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.future-run-site .future-run-applications .future-run-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.future-run-site .future-run-applications li {
  display: flex;
  width: calc(100% - 24px);
  min-height: 386.688px;
  overflow: hidden;
  flex-direction: column;
  margin: 0 24px 50px 0;
  padding: 35px 25px;
  border: 1px solid #d8e5f1;
  border-radius: 24px;
  background: #fff;
  font-family: var(--future-run-system-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.future-run-site .future-run-applications li > img {
  width: 100%;
  height: 160px;
  flex: 0 0 auto;
  object-fit: cover;
  visibility: hidden;
}

.future-run-site .future-run-applications li > div {
  min-height: 154.688px;
  margin: 0;
  padding: 24px;
  border: 1px solid #e9ecef;
  border-radius: 0 0 5px 5px;
  text-align: center;
}

.future-run-site .future-run-applications h3 {
  margin: 0 0 20px;
  color: #233e5b;
  font-family: var(--future-run-system-font);
  font-size: 26px;
  font-weight: 800;
  line-height: 31.2px;
}

.future-run-site .future-run-applications li a {
  display: inline-flex;
  width: 220px;
  height: 53.5px;
  min-width: 220px;
  min-height: 53.5px;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 50px;
  color: #fff;
  background: linear-gradient(135deg, rgb(35, 62, 91) 0%, rgb(54, 91, 128) 100%);
  font-family: var(--future-run-system-font);
  font-size: 17px;
  font-weight: 700;
  line-height: 25.5px;
  text-decoration: none;
}

.future-run-site .future-run-alerts {
  min-height: 270.312px;
  padding: 0 0 48.312px;
  transform: translateY(1px);
}

.future-run-site .future-run-alerts ul {
  width: calc(100% - 24px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.future-run-site .future-run-alerts li {
  display: block;
  min-height: 58px;
  margin: 0 0 16px;
  padding: 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-family: var(--future-run-system-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.future-run-site .future-run-alerts li[data-tone="success"] { color: rgb(25 135 84); border-color: rgb(25 135 84); background: transparent; }
.future-run-site .future-run-alerts li[data-tone="warning"] { color: rgb(220 53 69); border-color: rgb(220 53 69); background: transparent; }
.future-run-site .future-run-alerts li[data-tone="info"] { color: rgb(13 202 240); border-color: rgb(13 202 240); background: transparent; }
.future-run-site .future-run-alerts__icon { display: inline-block; width: 14px; height: 14px; margin-right: 5px; vertical-align: -2px; }
.future-run-site .future-run-alerts li p { display: inline; margin: 0 0 0 4px; }

.future-run-site .future-run-sponsors {
  display: none;
  padding: 30px 0;
  border-top: 1px solid #eef2f4;
}

.future-run-site .future-run-sponsors__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.future-run-site .future-run-sponsors picture,
.future-run-site .future-run-sponsors img {
  width: 100%;
}

.future-run-site .future-run-footer {
  display: flex;
  min-height: 873px;
  align-items: stretch;
  padding: 0;
  color: #fff;
  background: #1d1917;
}

.future-run-site .future-run-footer > .future-run-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.future-run-site .future-run-footer__details {
  display: flex;
  min-height: 109px;
  align-items: start;
  justify-content: space-between;
  padding: 22px 0;
  border-top: 1px solid rgb(55 50 47);
  font-family: var(--future-run-system-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.future-run-site .future-run-footer__details > small {
  display: block;
  width: 300px;
  flex: 0 0 auto;
  margin: 0;
  font: inherit;
}

.future-run-site .future-run-footer__details address,
.future-run-site .future-run-footer__contact {
  display: flex;
  flex: 1 1 auto;
  margin: 0;
  flex-wrap: wrap;
  gap: 0 24px;
  padding-left: 52px;
  font-style: normal;
}

.future-run-site .future-run-footer__contact {
  width: 257.39px;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 0;
}

.future-run-site .future-run-footer__details a {
  text-decoration: none;
}

.future-run-site .future-run-popup-slot {
  display: none;
}

.future-run-site .future-run-popup-slot[data-future-run-popup] {
  position: fixed;
  z-index: 80;
  bottom: 24px;
  left: 24px;
  display: block;
  overflow: hidden;
  width: min(420px, calc(100vw - 48px));
  border: 1px solid rgb(255 255 255 / 45%);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 50px rgb(0 0 0 / 25%);
}

.future-run-site .future-run-popup-slot[data-future-run-popup][hidden] {
  display: none;
}

.future-run-site .future-run-popup-slot img {
  width: 100%;
}

.future-run-site .future-run-popup-slot__actions {
  display: flex;
  min-height: 44px;
  align-items: stretch;
  justify-content: flex-end;
  background: #fff;
}

.future-run-site .future-run-popup-slot__actions button {
  min-height: 44px;
  border: 0;
  border-left: 1px solid var(--future-run-line);
  padding: 8px 14px;
  color: var(--future-run-ink);
  background: transparent;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.future-run-site .future-run-subpage-hero {
  display: grid;
  min-height: 320px;
  align-items: center;
  color: #fff;
  background-color: var(--future-run-navy-dark);
  background-position: center;
  background-size: cover;
}

.future-run-site .future-run-subpage-hero h1,
.future-run-site .future-run-table-section h2,
.future-run-site .future-run-image-panel h2,
.future-run-site .future-run-course h2,
.future-run-site .future-run-registration h2,
.future-run-site .future-run-lookup h2,
.future-run-site .future-run-notices h2,
.future-run-site .future-run-notice-detail h2,
.future-run-site .future-run-faq h2,
.future-run-site .future-run-content h2 {
  font-size: 42px;
}

.future-run-site .future-run-table-section,
.future-run-site .future-run-image-panel,
.future-run-site .future-run-course,
.future-run-site .future-run-registration,
.future-run-site .future-run-lookup,
.future-run-site .future-run-notices,
.future-run-site .future-run-notice-detail,
.future-run-site .future-run-faq,
.future-run-site .future-run-content {
  padding: 100px 0;
}

.future-run-site .future-run-table-section h2,
.future-run-site .future-run-image-panel h2,
.future-run-site .future-run-course h2,
.future-run-site .future-run-registration h2,
.future-run-site .future-run-lookup h2,
.future-run-site .future-run-notices h2,
.future-run-site .future-run-faq h2,
.future-run-site .future-run-content h2 {
  margin-bottom: 50px;
  color: #183d5d;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.future-run-site .future-run-table-scroll {
  max-width: 100%;
  overflow-x: auto;
  border-radius: 10px;
  -webkit-overflow-scrolling: touch;
}

.future-run-site table { width: 100%; border-collapse: collapse; }
.future-run-site table caption {
  padding: 18px 24px;
  color: #fff;
  background: var(--future-run-navy);
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}
.future-run-site th,
.future-run-site td { padding: 17px 20px; border: 1px solid var(--future-run-line); text-align: start; }
.future-run-site th { background: var(--future-run-table); font-weight: 900; text-align: center; }
.future-run-site figure { margin: 0; }

.future-run-site .future-run-image-panel figure,
.future-run-site .future-run-course figure {
  width: min(100%, 1296px);
  margin-inline: auto;
}

.future-run-site .future-run-image-panel img,
.future-run-site .future-run-course img {
  width: 100%;
}

.future-run-site .future-run-image-panel figcaption,
.future-run-site .future-run-course figcaption {
  margin-top: 22px;
  color: #d92732;
  font-weight: 800;
  text-align: center;
}

.future-run-site .future-run-content article {
  padding: 34px 0;
  border-top: 1px solid #dce6ef;
}

.future-run-site .future-run-content article:last-child {
  border-bottom: 1px solid #dce6ef;
}

.future-run-site .future-run-content article h3 {
  margin-bottom: 18px;
  color: #183d5d;
  font-size: 24px;
  font-weight: 900;
}

.future-run-site .future-run-content article ul {
  margin-bottom: 0;
  padding-left: 1.4em;
}

.future-run-site .future-run-registration > .future-run-container,
.future-run-site .future-run-lookup > .future-run-container {
  max-width: 840px;
  text-align: center;
}

.future-run-site .future-run-registration p,
.future-run-site .future-run-lookup p {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.85;
  white-space: pre-line;
}

.future-run-site .future-run-registration__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 36px 0;
  padding: 0;
  list-style: none;
}

.future-run-site .future-run-registration__cards li {
  overflow: hidden;
  border: 1px solid var(--future-run-line);
  border-radius: 18px;
  background: #fff;
}

.future-run-site .future-run-registration__cards img {
  width: 100%;
  aspect-ratio: 1.65;
  object-fit: cover;
}

.future-run-site .future-run-registration__cards li > div {
  padding: 22px 16px 24px;
}

.future-run-site .future-run-registration__cards h3 {
  margin: 0 0 16px;
  color: var(--future-run-navy-dark);
  font-size: 20px;
}

.future-run-site .future-run-registration__cards p {
  margin: 0 0 16px;
  font-size: 15px;
}

.future-run-site .future-run-registration__cards a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 8px 24px;
  color: #fff;
  background: var(--future-run-navy);
  font-weight: 800;
  text-decoration: none;
}

.future-run-site .future-run-registration__alerts {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.future-run-site .future-run-registration__alerts li {
  display: flex;
  gap: 7px;
  margin-top: 12px;
  padding: 10px 14px;
  border: 1px solid currentColor;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.45;
}

.future-run-site .future-run-registration__alerts li[data-tone="success"] { color: #269b65; }
.future-run-site .future-run-registration__alerts li[data-tone="warning"] { color: #ef3140; }
.future-run-site .future-run-registration__alerts li[data-tone="info"] { color: #18a8d7; }
.future-run-site .future-run-registration__alerts p { margin: 0; font-size: inherit; line-height: inherit; }

.future-run-site .future-run-procedure {
  margin-top: 56px;
}

.future-run-site .future-run-procedure h3 {
  margin-bottom: 12px;
  color: var(--future-run-navy-dark);
  font-size: 24px;
}

.future-run-site .future-run-procedure ol {
  display: grid;
  gap: 32px;
  margin: 28px 0 0;
  padding-left: 24px;
}

.future-run-site .future-run-procedure h4 {
  margin: 0 0 12px;
  font-size: 17px;
}

.future-run-site .future-run-procedure img {
  border: 1px solid var(--future-run-line);
}

.future-run-site .future-run-faq__items details {
  border-top: 1px solid var(--future-run-line);
  padding: 18px 0;
}

.future-run-site .future-run-faq__items details:last-child {
  border-bottom: 1px solid var(--future-run-line);
}

.future-run-site .future-run-faq__items summary {
  color: var(--future-run-navy-dark);
  cursor: pointer;
  font-weight: 800;
}

.future-run-site .future-run-faq__items details p {
  margin: 12px 0 0;
}

.future-run-site .future-run-faq__link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--future-run-navy);
  font-weight: 800;
}

.future-run-site .future-run-notices ul {
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--future-run-navy);
  list-style: none;
}

.future-run-site .future-run-notices li {
  padding: 18px 20px;
  border-bottom: 1px solid var(--future-run-line);
}

.future-run-site .future-run-notices li[data-important="true"] a {
  font-weight: 900;
}

.future-run-site .future-run-notices [role="status"],
.future-run-site .future-run-faq [role="status"] {
  padding: 70px 20px;
  border-block: 1px solid var(--future-run-line);
  color: #5d7185;
  text-align: center;
}

@media (max-width: 1284px) {
  .future-run-site .future-run-overview > .future-run-container {
    grid-template-columns: 1fr;
  }

  .future-run-site .future-run-overview dl > div {
    white-space: normal;
  }

  .future-run-site .future-run-overview img {
    grid-column: 1;
    grid-row: 4;
    margin: 60px 0 0;
  }

  .future-run-site .future-run-overview > .future-run-container > .future-run-button {
    grid-column: 1;
    grid-row: 3;
  }
}

@media (max-width: 760px) {
  .future-run-site {
    font-size: 14px;
    line-height: 1.66;
  }

  .future-run-site .future-run-container {
    width: calc(100% - 24px);
  }

  .future-run-site .future-run-header {
    height: 40px;
  }

  .future-run-site .future-run-brand img {
    width: 98px;
  }

  .future-run-site .future-run-desktop-nav {
    display: none;
  }

  .future-run-site .future-run-menu-button {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .future-run-site .future-run-menu-button svg {
    width: 20px;
    height: 20px;
  }

  .future-run-site .future-run-mobile-nav {
    position: fixed;
    z-index: 20;
    top: 40px;
    right: 0;
    bottom: 0;
    display: block;
    width: min(88vw, 360px);
    overflow-y: auto;
    padding: 20px 18px 40px;
    border-top: 1px solid #e6edf4;
    background: #fff;
    box-shadow: -16px 20px 36px rgb(20 51 77 / 18%);
  }

  .future-run-site .future-run-mobile-nav[hidden] {
    display: none;
  }

  .future-run-site .future-run-mobile-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .future-run-site .future-run-mobile-nav > ul > li {
    border-bottom: 1px solid #e1eaf2;
  }

  .future-run-site .future-run-mobile-nav > ul > li > a,
  .future-run-site .future-run-mobile-nav > ul > li > button {
    display: flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 8px;
  }

  .future-run-site .future-run-mobile-nav .future-run-nav__group > ul {
    padding: 0 8px 12px;
  }

  .future-run-site .future-run-mobile-nav .future-run-nav__group > ul[hidden] {
    display: none;
  }

  .future-run-site .future-run-mobile-nav .future-run-nav__group li a {
    display: block;
    padding: 10px 14px;
    color: #526b81;
    font-size: 13px;
  }

  .future-run-site .future-run-hero {
    min-height: 508px;
  }

  .future-run-site .future-run-hero picture {
    top: 1px;
    right: 0;
    bottom: auto;
    left: 0;
    height: 506.39px;
  }

  .future-run-site .future-run-hero__content {
    padding-top: 0;
    transform: translateY(0.2px);
  }

  .future-run-site .future-run-hero__lockup {
    width: 292.8px;
    margin-bottom: 10px;
  }

  .future-run-site .future-run-hero h1 {
    width: 366px;
    max-width: 366px;
    margin: 0 0 8px;
    font-size: 23.14px;
    font-weight: 700;
    line-height: 27.768px;
  }

  .future-run-site .future-run-hero__content > p:not(.future-run-eyebrow) {
    display: none;
  }

  .future-run-site .future-run-countdown {
    min-height: 613px;
    padding: 80px 0;
  }

  .future-run-site .future-run-countdown__values strong {
    font-size: 40px;
    line-height: 40px;
  }

  .future-run-site .future-run-overview {
    padding: 80px 0;
  }

  .future-run-site .future-run-overview > .future-run-container {
    grid-template-columns: 1fr;
  }

  .future-run-site .future-run-group h2 {
    margin-bottom: 35px;
    padding-left: 12px;
    border-left-width: 4px;
    font-size: 24px;
  }

  .future-run-site .future-run-overview h2 {
    margin: 50px 0 49px;
    padding-left: 14px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  }

  .future-run-site .future-run-grid--two {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .future-run-site .future-run-overview dl > div {
    padding: 0;
    white-space: normal;
  }

  .future-run-site .future-run-overview dl > div + div {
    margin-top: 9px;
  }

  .future-run-site .future-run-overview dt,
  .future-run-site .future-run-overview dd {
    font-size: 18px;
  }

  .future-run-site .future-run-overview img {
    grid-column: 1;
    grid-row: 4;
    width: 366px;
    height: 369px;
    margin: 60px 0 0;
  }

  .future-run-site .future-run-overview > .future-run-container > .future-run-button {
    grid-column: 1;
    grid-row: 3;
    margin: 50px 0 0 5px;
    padding: 8px 22px;
    font-size: 16px;
  }

  .future-run-site .future-run-features {
    min-height: 1591px;
    padding: 50px 0 70px;
  }

  .future-run-site .future-run-features > .future-run-container {
    width: 350px;
    max-width: calc(100% - 40px);
  }

  .future-run-site .future-run-features h2 {
    width: 350px;
    margin-bottom: 32px;
  }

  .future-run-site .future-run-features h2::before,
  .future-run-site .future-run-features h2::after {
    display: none;
  }

  .future-run-site .future-run-features h2 small {
    width: 271.5px;
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto;
    font-size: 18px;
    letter-spacing: -0.54px;
    line-height: 27.9px;
  }

  .future-run-site .future-run-features h2 span {
    width: 285px;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    letter-spacing: -0.96px;
    line-height: 34.8px;
    white-space: normal;
    word-break: normal;
  }

  .future-run-site .future-run-card-grid,
  .future-run-site .future-run-applications .future-run-card-grid {
    grid-template-columns: 1fr;
  }

  .future-run-site .future-run-features .future-run-card-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .future-run-site .future-run-ticket {
    width: 285px;
    min-height: 215px;
    margin-inline: auto;
    padding: 32px 20px 25px;
  }

  .future-run-site .future-run-ticket img {
    width: 88px;
    height: 88px;
  }

  .future-run-site .future-run-ticket h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .future-run-site .future-run-features li > p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 23.25px;
  }

  .future-run-site .future-run-guide {
    min-height: 1944px;
    padding: 130px 0 0;
  }

  .future-run-site .future-run-guide__caption {
    border-radius: 14px 14px 0 0;
    padding: 18px 14px;
    font-size: 19px;
    line-height: 28.5px;
  }

  .future-run-site .future-run-guide dl > div {
    grid-template-columns: 1fr;
  }

  .future-run-site .future-run-guide dt {
    min-height: 57.797px;
    padding: 14px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--future-run-line);
    font-size: 16px;
    line-height: 28.8px;
  }

  .future-run-site .future-run-guide dd {
    padding: 18px 16px;
    font-size: 15px;
    line-height: 26.25px;
  }

  .future-run-site .future-run-group {
    min-height: 637px;
    padding: 112px 0 120px;
  }

  .future-run-site .future-run-group__promo {
    padding: 35px 12px 30px;
  }

  .future-run-site .future-run-group__promo p {
    font-size: 17px;
  }

  .future-run-site .future-run-applications {
    min-height: 1209.5px;
    padding: 80px 0 0;
  }

  .future-run-site .future-run-applications .future-run-card-grid {
    gap: 0;
  }

  .future-run-site .future-run-applications li {
    width: 342px;
    min-height: 326.5px;
    margin: 0 24px 50px 0;
    padding: 25px 20px;
  }

  .future-run-site .future-run-applications li > img {
    height: 130px;
  }

  .future-run-site .future-run-applications li > div {
    min-height: 144.5px;
    margin: 0;
  }

  .future-run-site .future-run-applications h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .future-run-site .future-run-applications li a {
    width: 180px;
    height: 50.5px;
    min-width: 180px;
    min-height: 50.5px;
    font-size: 15px;
    line-height: 22.5px;
  }

  .future-run-site .future-run-alerts {
    min-height: 390.5px;
    padding: 0 0 48.5px;
    transform: none;
  }

  .future-run-site .future-run-applications {
    transform: none;
  }

  .future-run-site .future-run-alerts li {
    display: block;
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .future-run-site .future-run-sponsors {
    padding: 18px 0;
  }

  .future-run-site .future-run-sponsors__images {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .future-run-site .future-run-footer {
    min-height: 594px;
    padding: 150px 0 0;
  }

  .future-run-site .future-run-footer__details {
    min-height: 253px;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 36px;
    padding: 22px 0;
    transform: none;
  }

  .future-run-site .future-run-footer__details address {
    width: 366px;
    max-width: 100%;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 0 24px;
    padding-left: 52px;
  }

  .future-run-site .future-run-footer__contact {
    width: 366px;
    max-width: 100%;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    padding-left: 52px;
  }

  .future-run-site .future-run-footer__details > small {
    width: 300px;
    align-self: center;
    text-align: center;
  }

  .future-run-site .future-run-subpage-hero { min-height: 220px; }
  .future-run-site .future-run-subpage-hero h1 { font-size: 34px; }

  .future-run-site .future-run-table-section,
  .future-run-site .future-run-image-panel,
  .future-run-site .future-run-course,
  .future-run-site .future-run-registration,
  .future-run-site .future-run-lookup,
  .future-run-site .future-run-notices,
  .future-run-site .future-run-notice-detail,
  .future-run-site .future-run-faq,
  .future-run-site .future-run-content {
    padding: 70px 0;
  }

  .future-run-site .future-run-table-section h2,
  .future-run-site .future-run-image-panel h2,
  .future-run-site .future-run-course h2,
  .future-run-site .future-run-registration h2,
  .future-run-site .future-run-lookup h2,
  .future-run-site .future-run-notices h2,
  .future-run-site .future-run-faq h2,
  .future-run-site .future-run-content h2 {
    margin-bottom: 32px;
    font-size: 27px;
  }

  .future-run-site .future-run-table-scroll table {
    min-width: 680px;
  }

  .future-run-site th,
  .future-run-site td {
    padding: 13px 14px;
  }

  .future-run-site .future-run-content article {
    padding: 26px 4px;
  }

  .future-run-site .future-run-content article h3 {
    font-size: 19px;
  }

  .future-run-site .future-run-registration p,
  .future-run-site .future-run-lookup p {
    font-size: 15px;
  }

  .future-run-site .future-run-registration__cards {
    grid-template-columns: 1fr;
  }

  .future-run-site .future-run-registration__alerts li {
    display: block;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .future-run-site *,
  .future-run-site *::before,
  .future-run-site *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
