@font-face {
  font-family: GoBold;
  src: url('../fonts/gobold_bold_italic-webfont.woff2') format("woff2"), url('../fonts/gobold_bold_italic-webfont.woff') format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: GoBold;
  src: url('../fonts/gobold_bold-webfont.woff2') format("woff2"), url('../fonts/gobold_bold-webfont.woff') format("woff"), url('../fonts/gobold_high-webfont.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: GoBold;
  src: url('../fonts/gobold_high_bold_italic-webfont.woff2') format("woff2"), url('../fonts/gobold_high_bold_italic-webfont.woff') format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: GoBold;
  src: url('../fonts/gobold_high_bold-webfont.woff2') format("woff2"), url('../fonts/gobold_high-webfont.woff2') format("woff2"), url('../fonts/gobold_high_bold-webfont.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: GoBold;
  src: url('../fonts/gobold_regular_italic-webfont.woff2') format("woff2"), url('../fonts/gobold_regular_italic-webfont.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: GoBold;
  src: url('../fonts/gobold_regular-webfont.woff2') format("woff2"), url('../fonts/gobold_regular-webfont.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --brand-primary: #243144;
  --lime-green: #3cad2b;
  --brand-secondary: #c1a564;
  --white: white;
  --royal-blue: #3a5caa;
  --dark-green: #006241;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: var(--brand-primary);
  text-transform: uppercase;
  border-bottom: 1px solid #00aeef38;
  margin-top: 20px;
  margin-bottom: 17px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: var(--lime-green);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 23px;
  font-family: Work Sans, sans-serif;
  list-style-type: square;
}

li {
  border-bottom: 1px dashed #00aeef42;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.page-wrapper {
  font-family: Work Sans, sans-serif;
}

.container {
  width: 98vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.faq {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  margin-top: 10px;
  font-family: Work Sans, sans-serif;
  display: flex;
}

.faq-wrapper {
  width: 100%;
}

.faq-q {
  color: var(--brand-primary);
  text-transform: none;
  white-space: normal;
  background-color: #e1ecf0;
  border-radius: 5px;
  width: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: all .2s;
}

.faq-q.w--open {
  background-color: var(--brand-secondary);
  color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.answer {
  overflow: hidden;
}

.answer.w--open {
  color: #000;
  background-color: #f3f3f3;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 20px;
  position: relative;
}

.answer-box {
  color: var(--brand-primary);
  padding-top: 20px;
  padding-bottom: 15px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.hero {
  text-align: center;
  background-color: #000;
  background-image: url('../images/Slider_startline.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section {
  background-color: #fff;
  padding-top: 65px;
  padding-bottom: 65px;
}

.section.hide {
  display: none;
}

.section.cream {
  background-color: var(--brand-secondary);
}

.section.dark {
  background-color: var(--brand-primary);
  color: var(--white);
}

.section.white {
  background-color: #e2e6e7;
  font-family: Work Sans, sans-serif;
}

.button {
  background-color: var(--brand-secondary);
  color: var(--white);
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.button:hover {
  color: var(--royal-blue);
  background-color: #fff;
}

.button.hide {
  display: none;
}

.rs-logo {
  width: 140px;
}

.hero-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.race-logo {
  width: 100%;
  max-width: 450px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.navbar {
  background-color: var(--brand-primary);
  position: fixed;
  inset: 0% 0% auto;
}

.navlink {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 28px 14px;
  font-weight: 600;
  transition: all .2s;
}

.navlink:hover, .navlink.w--current {
  color: var(--brand-secondary);
}

.navlink.reg {
  border: 2px solid var(--brand-secondary);
  background-color: var(--brand-secondary);
  border-radius: 30px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navlink.reg:hover {
  background-color: var(--brand-primary);
}

.navlink.hide {
  display: none;
}

.brand {
  width: 200px;
  padding: 10px;
}

.brand.w--current {
  width: 200px;
}

.footer {
  background-color: var(--brand-primary);
  color: #fff;
  padding-top: 41px;
  padding-bottom: 41px;
}

.div-block-6 {
  border-bottom: 1px solid #ffffff30;
  justify-content: space-between;
  align-items: flex-end;
  padding: 5px 5px 20px;
  display: flex;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  align-items: center;
  padding: 5px 5px 5px 0;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block:hover {
  color: var(--brand-secondary);
}

.link-block.hide {
  display: none;
}

.fb-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.div-block-7 {
  align-items: center;
  display: flex;
}

.mrr {
  width: 140px;
  margin-left: 10px;
}

.faq-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: block;
}

.heading {
  color: var(--brand-secondary);
  margin-bottom: 20px;
}

.date {
  border-top: 1px solid var(--brand-secondary);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.flex.mid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.flex.mid.gap-top {
  margin-top: 40px;
}

.flex.results {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.flex-text {
  width: 100%;
  max-width: 50%;
  padding: 20px;
}

.flex-text.right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.flex-text.wide {
  width: auto;
  padding-left: 0;
}

.flex-text.lhs {
  padding-bottom: 0;
  padding-left: 0;
}

.flex-text.cta-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.intro {
  color: var(--brand-secondary);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.intro.white {
  color: var(--white);
}

.header-wrapper {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.heading-3 {
  color: var(--brand-primary);
  letter-spacing: 0;
  text-transform: uppercase;
  flex: 1;
  margin-top: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 38px;
}

.heading-3.bluey {
  color: var(--brand-secondary);
}

.line {
  background-color: var(--brand-secondary);
  width: 60px;
  height: 4px;
  margin-right: 20px;
}

.image-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 50%;
  display: flex;
  position: relative;
}

.image-box.withborder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--brand-primary);
  justify-content: center;
  align-items: center;
}

.map {
  background-color: #d1cbcb;
  height: 600px;
  max-height: 70vh;
}

.cover {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.heading-4 {
  color: var(--brand-secondary);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
}

.cons {
  grid-column-gap: 20px;
  color: #fff;
  text-transform: uppercase;
  background-color: #003624;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
  display: flex;
}

.div-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.marker {
  margin-bottom: 10px;
}

._600wrap {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #243144e6;
  border-radius: 5px;
  width: 100%;
  max-width: 600px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.paragraph {
  font-family: Work Sans, sans-serif;
}

.paragraph.soldout {
  background-color: #ffd5d5;
  padding: 6px;
  font-weight: 600;
  display: block;
}

.paragraph.hide {
  display: none;
}

.byg {
  font-size: 30px;
}

.part-ai {
  grid-column-gap: 10px;
  border-bottom-color: var(--brand-secondary);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.aai {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.ai-logo {
  width: 120px;
}

.table {
  border-top: 2px solid #000;
  width: 100%;
  margin-bottom: 20px;
}

.row {
  border-bottom: 1px solid #00aeef4d;
  display: flex;
}

.item {
  text-align: right;
  width: 33%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.item.right {
  text-align: left;
  border-left: 1px solid #00aeef4d;
  flex: 1;
  padding-left: 10px;
  font-weight: 400;
}

.item.num {
  border-right: 1px solid #00aeef4d;
  width: 10%;
}

.item.time {
  width: 20%;
}

.list {
  column-count: 2;
  column-gap: 20px;
}

.sold {
  transform-origin: 100% 100%;
  text-transform: uppercase;
  background-color: red;
  width: 100%;
  max-width: 200px;
  padding: 8px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: none;
  position: absolute;
  inset: 100px 0% auto auto;
  transform: rotate(45deg);
}

.text-block {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
}

.div-block-10 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.whitelinjk {
  color: var(--white);
}

.biofreeze {
  width: 300px;
  margin-top: 40px;
  display: none;
}

.flex-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid var(--royal-blue);
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Work Sans, sans-serif;
}

.flex-block.bold {
  font-weight: 600;
}

.text-block-2, .text-block-3 {
  width: 20%;
}

.text-block-4 {
  flex: 1;
}

.heading-5 {
  color: var(--brand-primary);
  text-transform: uppercase;
  margin-top: 20px;
}

.div-block-11 {
  margin-bottom: 20px;
}

.large-para {
  color: var(--brand-primary);
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.image-wrapper {
  position: relative;
}

.image-caption {
  background-color: var(--brand-primary);
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  font-family: Work Sans, sans-serif;
  font-weight: 600;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-caption.rs {
  inset: auto 0% 0% auto;
}

.sticky {
  position: sticky;
  top: 100px;
}

.div-block-12 {
  background-color: var(--brand-primary);
  color: var(--brand-secondary);
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 21px 15px 15px;
  font-size: 18px;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fw-image-box {
  border-bottom: 1px solid var(--brand-primary);
  padding: 35px;
  position: relative;
}

.insta {
  width: 32px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navlink {
    letter-spacing: 2px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .flex {
    flex-direction: column;
  }

  .flex-text {
    width: 100%;
    max-width: none;
    padding: 15px 0;
  }

  .flex-text.right {
    justify-content: flex-start;
  }

  .flex-text.lhs {
    max-width: none;
  }

  .flex-text.cta-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .header-wrapper {
    margin-bottom: 0;
  }

  .image-box {
    width: 100%;
    max-width: none;
  }

  .map {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 95vw;
  }

  .container.fornav {
    width: 100vw;
  }

  .faq {
    max-width: 100%;
  }

  .navlink {
    text-align: right;
    border-bottom: 1px solid #22428b;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brand.w--current {
    width: 160px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-7 {
    margin-top: 25px;
  }

  .faq-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .date {
    letter-spacing: 4px;
  }

  .flex-text {
    order: -1;
  }

  .menu-button {
    color: #fff;
    border-radius: 50%;
    margin: 6px;
  }

  .menu-button.w--open {
    background-color: var(--brand-secondary);
    margin: 6px;
  }

  .menu {
    background-color: var(--royal-blue);
  }

  .byg {
    margin-top: 5px;
    display: inline-block;
  }

  .part-ai {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .div-block-6 {
    flex-direction: column;
  }

  .link-block {
    margin-bottom: 15px;
  }

  .date {
    letter-spacing: 2px;
  }

  .flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex-text.cta-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .intro {
    font-size: 20px;
    line-height: 24px;
  }

  .header-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-3 {
    font-size: 32px;
    line-height: 36px;
  }

  .cons {
    grid-column-gap: 5px;
  }

  .div-block-9 {
    text-align: center;
    padding: 0 2px;
  }

  .byg {
    font-size: 26px;
    line-height: 24px;
  }

  .part-ai {
    text-align: center;
    flex-direction: column;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .item {
    width: 25%;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 4px;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }
}


@font-face {
  font-family: 'GoBold';
  src: url('../fonts/gobold_bold_italic-webfont.woff2') format('woff2'), url('../fonts/gobold_bold_italic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GoBold';
  src: url('../fonts/gobold_bold-webfont.woff2') format('woff2'), url('../fonts/gobold_bold-webfont.woff') format('woff'), url('../fonts/gobold_high-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GoBold';
  src: url('../fonts/gobold_high_bold_italic-webfont.woff2') format('woff2'), url('../fonts/gobold_high_bold_italic-webfont.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GoBold';
  src: url('../fonts/gobold_high_bold-webfont.woff2') format('woff2'), url('../fonts/gobold_high-webfont.woff2') format('woff2'), url('../fonts/gobold_high_bold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GoBold';
  src: url('../fonts/gobold_regular_italic-webfont.woff2') format('woff2'), url('../fonts/gobold_regular_italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GoBold';
  src: url('../fonts/gobold_regular-webfont.woff2') format('woff2'), url('../fonts/gobold_regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}