*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


body {
  font-family: 'Inter', sans-serif;
  line-height: 1.3;
  color: #000000;
  background-color: #FCFAF7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}


/* General text style */

h1, h2, h3, a, a:visited, p, ul li {
  color: #000000;
}

h1 {
  font-family: 'Rubik', sans-serif;
  font-size: 7em;
  text-align: center;
  font-weight: 800;
  line-height: 82%;
  letter-spacing: -0.03em;
}

h1.h1-secondary {
  font-size: 4.5em;
}

h1.h1-secondary a {
  text-decoration: none;
}

h2, h3 {
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 700;
}

h2 {
  text-align: center;
  font-size: 2em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.25em;
  text-align: center;
  font-weight: 600;
}

h5 {
  font-size: 1.25em;
  font-weight: 700;
}

p, ul li {
  line-height: 1.4em;
  font-size: 1.25em;
  font-weight: 500;
}

i {
  font-style: italic;
}


/* Nav */

nav {
  display: flex;
  align-items: center;
  /* position: fixed; */
  width: 100%;
  padding: 1.25em 2em;
  background-color: #F4EEE5;
  overflow: auto;
  height: auto;
}

nav a {
  text-decoration: none;
}

nav .nav-home {
  flex: 1 1 0;
}

.nav-home a {
  transition: opacity 0.2s;
}

.nav-home a:hover {
  opacity: 0.6;
}

nav .nav-home a {
  font-family: 'Rubik', sans-serif;
  font-size: 2em;
  font-weight: 800;
  letter-spacing: -0.03em;
}

nav .nav-buttons a {
  color: #C8C0B6;
  font-size: 1.25em;
  font-weight: 600;
  padding: 0.5em 1em;
  margin-left: 1.5em;
  background-color: #FFFFFF;
  border-radius: 10em;
  transition: background-color 0.2s;
  transition: color 0.2s;
}

nav .nav-buttons a:first-of-type {
  margin-left: 0;
}

nav .nav-buttons a:hover {
  color: #837D76;
}

nav .nav-buttons-mobile {
  display: none;
}

nav .nav-buttons a.nav-active-primary {
  background-color: #D3FF81;
  color: #000000;
  transition: background-color 0.2s;
}


nav .nav-buttons a.nav-active-secondary {
  background-color: #0D628C;
  color: #ffffff;
  transition: background-color 0.2s;
}

nav .nav-buttons a.nav-active-primary:hover {
  background-color: #E9FFC0;
}

nav .nav-buttons a.nav-active-secondary:hover {
 background-color: #5691AF;
}

/* Lists */

ul {
  list-style: disc;
  padding-left: 1.5em;
}

ul.startlist, ul.pair-startlist {
  list-style: none;
  padding-left: 0;
  margin-bottom: 3em;
}

ul li {
  margin-bottom: 0.75em;
}

ul.pair-startlist li:nth-of-type(even) {
  margin-bottom: 1.5em;
}

ul li:last-of-type {
  margin-bottom: 0;
}

li.penalty {
  margin-bottom: 0.25em;
}

li.penalty-amount {
  padding-left: 2em;
  opacity: 0.5;
}


/* Links and buttons */

p a {
  transition: opacity 0.2s;
}

p a:hover {
  opacity: 0.6;
}

a.button {
  font-size: 1.25em;
  font-weight: 600;
  text-decoration: none;
  padding: 1em 2em;
  background-color: #D3FF81;
  border-radius: 10em;
  width: fit-content;
  display: block;
  transition: background-color 0.2s;
  text-align: center;
}

a.button:hover {
  background-color: #E9FFC0;
}

a.button-secondary {
  color: #ffffff;
  background-color: #0D628C;
}

a.button-secondary:hover {
  background-color: #5691AF;
}


/* Structure and style */

.footer {
  background-color: #F4EEE5;
}

.secondary-background {
  background-color: #A4C3D2;
}

.center-in-grid .content {
  max-width: 36em;
  margin: 0 auto;
  padding: 7em 0;
}

.center-in-grid .content-blog {
  max-width: 52em;
  padding: 7em 4em;
}

.content h3 {
  margin: 2.5em 0 1.25em;
}

.content > h3:first-child {
  margin-top: 0;
}

.content h5  {
  margin-bottom: 1em;
}

.content h2.blog-quote {
  color: #0D628C;
  margin-bottom: 2em;
}

.content p, .content ul {
  margin-bottom: 3em;
}

.content p:has(+ul) {
  margin-bottom: 2em;
}

.content p.blog-author {
  opacity: 0.5;
}

.content > *:last-child {
  margin-bottom: 0;
}

.footer div.content {
  padding-bottom: 12em;
}

.content img {
  width: 100%;
  border-radius: 0.5em;
}

.banner {
 text-align: center;
 padding: 1.5em 2em;
}

.content iframe.komoot-embed {
  border-radius: 1em;
}


/* Header */

header {
  background-color: #A4C3D2;
}

header h1 {
  margin: 0.25em 0 0.625em 0;
}

header h2 {
  margin-bottom: 2.5em;
}

header h4 {
  margin-bottom: 2.5em;
}

header .main-buttons {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

header .main-buttons a.button {
  display: inline-block;
}

header .main-buttons a.button:nth-of-type(even) {
  margin-left: 2em;
}

header .race-stats {
  justify-content: center;
  margin-bottom: 2em;
}

header .race-stats:nth-of-type(even) {
  margin-bottom: 4em;
}

header .race-stats:last-child {
  margin-bottom: 0;
}

header .race-stats span {
  margin-right: 1.5em;
}

header .content-blog h2 {
  font-size: 2.5em;
  margin-bottom: 2em;
}

header #fmcSmartContainer, header iframe {
  margin-bottom: 2em;
}


/* Full image */

.full-image, .full-image-mobile {
  position: relative;
  width: 100%;
  height: 40vw;
  background: no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
}

.full-image-mobile {
  display: none;
}

.photo-credit {
  font-size: 0.8em;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
}

.photo-credit-black {
  color: #000000;
}

.photo-credit-white {
  color: #ffffff;
}

.full-image-uu2025 {
  background-image: url(../img/uu2025.jpg);
}

.full-image-uuxl2025 {
  background-image: url(../img/uuxl2025.jpg);
}

.full-image-uu2026 {
  background-image: url(../img/uu2026.jpg);
}

.full-image-uuxl2026 {
  background-image: url(../img/uuxl2026.jpg);
}

.full-image-finishers1 {
  background-image: url(../img/finishers1.jpg);
}

.full-image-finishers2 {
  background-image: url(../img/finishers2.jpg);
}

.full-image-finishers3 {
  background-image: url(../img/finishers3.jpg);
}

.full-image-belle02 {
  background-image: url(../img/belle02.jpg);
}

.full-image-belle05 {
  background-image: url(../img/belle05.jpg);
}

.full-image-mobile-uu2025 {
  background-image: url(../img/mobile-uu2025.jpg);
}

.full-image-mobile-uuxl2025 {
  background-image: url(../img/mobile-uuxl2025.jpg);
}

.full-image-mobile-uu2026 {
  background-image: url(../img/mobile-uu2026.jpg);
}

.full-image-mobile-uuxl2026 {
  background-image: url(../img/mobile-uuxl2026.jpg);
}

.full-image-mobile-finishers1 {
  background-image: url(../img/mobile-finishers1.jpg);
}

.full-image-mobile-finishers2 {
  background-image: url(../img/mobile-finishers2.jpg);
}

.full-image-mobile-finishers3 {
  background-image: url(../img/mobile-finishers3.jpg);
}

.full-image-mobile-belle02 {
  background-image: url(../img/mobile-belle02.jpg);
}

.full-image-mobile-belle05 {
  background-image: url(../img/mobile-belle05.jpg);
}


/* Race stats */

.race-summary h3 {
  margin-bottom: 0.5em;
}

.race-stats {
  display: flex;
  margin-bottom: 1.25em;
}

.race-summary .race-stats:last-of-type {
  margin-bottom: 2em;
}

.race-stats span {
  display: inline-flex;
  align-items: center;
  font-size: 1.25em;
  font-weight: 600;
  margin-right: 1em;
}

.race-stats span:last-of-type {
  margin-right: 0;
}

.race-stats-distance::before, .race-stats-elevation::before, .race-stats-time::before {
  height: 24px;
  margin-right: 0.75em;
}

.race-stats-distance::before {
  content: url(../img/stat-distance.svg);
  width: 24px;
}

.race-stats-elevation::before {
  content: url(../img/stat-elevation.svg);
  width: 14px;
}

.race-stats-time::before {
  content: url(../img/stat-time.svg);
  width: 14px;
}


/* FAQ accordion */

.content .faq-question {
  cursor: pointer;
  transition: 0.2s;
}

.content .faq-question:hover {
  opacity: 0.6;
}

.content .faq-answer {
  max-height: 0;
  margin-bottom: 1em;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.content .faq-question:before {
  content: '\002B';
  opacity: 0.5;
  float: right;
  margin-left: 1em;
}

.content .faq-question.active:before {
  content: "\2212";
}


/* Sponsors */

.sponsors-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 2em 0;
}

.sponsors-row:last-of-type {
  padding-bottom: 4em;
}

.sponsors-col1, .sponsors-col2, .sponsors-col3 {
  flex: 33.3%;
  max-width: 33.3%;
  padding: 0 1em;
  transition: opacity 0.2s;
}

.sponsors-col1 img, .sponsors-col2 img, .sponsors-col3 img {
  width: 100%;
}

.sponsors-col1:hover, .sponsors-col2:hover, .sponsors-col3:hover {
  opacity: 0.6;
}


/* Newsletter form */

.ml-form-embedBody {
  padding: 0 !important;
}

.ml-form-successBody {
  padding: 2em 2em 2em 2em !important;
  background-color: #ffffff !important;
}

.ml-form-fieldRow, .ml-form-checkboxRow, .ml-form-recaptcha {
  margin: 0 0 2.125em 0 !important;
}


.ml-field-group label, .ml-form-successBody p {
  font-size: 1.25em !important;
  font-weight: 500 !important;
  margin-bottom: 0.5em !important;
}

.ml-embedded #mlb2-18803774.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button /* Newsletter */,
.ml-embedded #mlb2-31230132.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button /* Pre-register 2026 */,
.ml-embedded #mlb2-33955469.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button /* Waiting lit 2026 */ {
  font-size: 1.25em !important;
  padding: 1em !important;
  border-radius: 10em !important;
  font-weight: 600 !important;
}

.ml-embedded #mlb2-18803774.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before /* Newsletter */,
.ml-embedded #mlb2-18803774.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,
.ml-embedded #mlb2-31230132.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before /* Pre-register 2026 */,
.ml-embedded #mlb2-31230132.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,
.ml-embedded #mlb2-33955469.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before /* Waiting list 2026 */,
.ml-embedded #mlb2-33955469.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  top: 4px !important;
}

.ml-form-successContent h4 {
  padding: 0 !important;
}


/* Media queries */

@media (min-width: 120em) {
  .full-image {
    height: 36vw;
  }
}


@media (max-width: 42em) {
  h1, h1.h1-secondary {
    font-size: 4.5em;
  }

  h2, h3 {
    font-size: 1.75em;
  }

  h4, h5, .race-stats span, p, section ul li, label, input {
    font-size: 1.125em;
  }

  .ml-field-group label, .ml-form-successBody p {
    font-size: 1.125em !important;
  }

  .center-in-grid {
    max-width: 100%;
    padding: 0 4em;
  }

  .center-in-grid .content {
    padding: 5em 0;
  }

  nav .nav-buttons-desktop {
    display: none;
  }

  nav .nav-buttons-mobile {
    display: block;
  }

  nav .nav-buttons a {
    margin-left: 0.75em;
  }

  header .main-buttons a.button {
    font-size: 1.125em;
    padding: 1em 2em;
  }

  header .main-buttons a.button:nth-of-type(even) {
    margin-left: 1em;
  }

  .full-image-desktop-only {
    display: none;
  }

  .full-image-mobile {
    display: block;
    height: 72vw;
  }

  .sponsors-row:last-of-type {
    padding-bottom: 2em;
  }

  header .race-stats span {
    margin-right: 1em;
  }
}

@media (max-width: 35em) {
  header h2 {
    margin-bottom: 2em;
  }

  header .main-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  header .main-buttons a.button:nth-of-type(even) {
    margin: 1.5em 0 0 0;
  }
}

@media (max-width: 32em) {
  .center-in-grid {
    padding: 0 2em;
  }

  .center-in-grid .content {
    padding: 4em 0;
  }

  .sponsors-row {
    justify-content: center;
    padding: 0;
  }

  .sponsors-col1, .sponsors-col2, .sponsors-col3 {
    flex: auto;
    max-width: 60% ;
    padding: 1em 0;
  }

  a.button {
    font-size: 1.125em;
    padding: 1em 2em;
  }

  .ml-embedded #mlb2-18803774.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button /* Newsletter */,
  .ml-embedded #mlb2-31230132.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button /* Pre-register 2026 */,
  .ml-embedded #mlb2-33955469.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button /* Waiting lit 2026 */ {
    font-size: 1.125em !important;
  }

  header .race-stats {
    flex-direction: column;
    align-items: center;
  }

  header .race-stats:nth-of-type(even) {
    margin-bottom: 3em;
  }

  header .race-stats span {
    margin: 0 0 0.875em 0;
  }

  header .race-stats span:last-of-type {
    margin: 0;
  }
}

@media (max-width: 25em) {
  h1, h1.h1-secondary {
    font-size: 3.5em;
  }

  h2, h3 {
    font-size: 1.5em;
  }

  .race-stats {
    flex-direction: column;
  }

  .race-stats span {
    margin-bottom: 1em;
  }

  .photo-credit {
    font-size: 0.6em;
  }
}

@media (max-width: 22.5em) {
  h1, h1.h1-secondary {
    font-size: 3em;
  }

  a.button {
    padding: 1em 1.25em;
  }

  nav .nav-buttons a {
    font-size: 1.125em;
  }
}





