@font-face {
  font-family: Fontsfree Net Sfprodisplay;
  src: url('../fonts/FontsFree-Net-SFProDisplay-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontsfree Net Sfprodisplay;
  src: url('../fonts/FontsFree-Net-SFProDisplay-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Text;
  src: url('../fonts/SF-Pro-Text-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avantgarde;
  src: url('../fonts/Avantgarde-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --bronze: #ff9f41;
  --dim-grey: #636363;
  --slate: #235a52;
  --white: white;
  --light-blue: #eaedf2;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  letter-spacing: 1px;
  background-image: none;
  font-family: Fontsfree Net Sfprodisplay, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 1vw;
  font-family: intercom, sans-serif;
  font-size: 33px;
  font-style: italic;
  font-weight: 400;
  line-height: 4vw;
}

h2 {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1vw;
  font-family: intercom, sans-serif;
  font-size: 2.1vw;
  font-style: italic;
  font-weight: 500;
  line-height: 3.1vw;
}

h3 {
  color: var(--bronze);
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-family: Fontsfree Net Sfprodisplay, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2.5vw;
}

h4 {
  color: var(--black);
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

h5 {
  color: var(--black);
  margin-top: 1vw;
  margin-bottom: .5vw;
  font-family: Lato, sans-serif;
  font-size: 1.2vw;
  font-weight: 900;
  line-height: 1.75vw;
}

h6 {
  color: var(--bronze);
  margin-top: 1vw;
  margin-bottom: 1.5vw;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

p {
  color: var(--dim-grey);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 1vw;
  font-family: Fontsfree Net Sfprodisplay, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 35px;
}

a {
  color: var(--bronze);
  text-decoration: none;
}

ul {
  width: 80%;
  margin-top: 0;
  margin-bottom: 2vw;
  padding-left: 4vw;
}

ol {
  margin-top: 0;
  margin-bottom: 2vw;
  padding-left: 4vw;
}

li {
  color: var(--dim-grey);
  letter-spacing: .01vw;
  margin-top: .5vw;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

img {
  width: 500px;
  max-width: 100%;
  margin-bottom: 0;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  color: var(--bronze);
  border-left: 1px #000;
  margin-top: 3vw;
  margin-bottom: 5vw;
  padding: 0 4vw;
  font-family: Playfair Display;
  font-size: 3vw;
  font-weight: 400;
  line-height: 4vw;
}

figure {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

figcaption {
  opacity: .75;
  color: var(--dim-grey);
  text-align: left;
  margin-top: 1.5vw;
  margin-bottom: 2vw;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.cover {
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cover-overlay {
  z-index: 1;
  background-color: #03030399;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.sc-content-holder {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
}

.sc-content-holder.head2 {
  align-items: center;
  margin-right: 0;
  padding-bottom: 47px;
}

.sc-content-holder.head2.head3, .sc-content-holder.head2.hd44, .sc-content-holder.head2.stayhead {
  margin-right: 0;
}

.sc-content-holder.freeridecontent {
  padding-left: 5.7%;
}

.sc-content-holder.gearcontent {
  width: 60%;
}

.sc-content-holder.rulesntnt {
  padding-left: 168px;
}

.button-style-1 {
  background-color: var(--bronze);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 10vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  transition: background-color .2s;
  display: flex;
}

.button-style-1:hover {
  background-color: var(--slate);
}

.button-style-1.large {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 100vw;
  width: 100%;
  height: 99px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Playfair Display;
  font-size: 2vw;
  font-weight: 400;
  line-height: 3vw;
}

.button-style-1.large:hover {
  background-color: #b18c34;
}

.button-style-1.buttonstyle2 {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 0;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-style-1.buttonstyle2:hover {
  color: var(--white);
  background-color: #c6b359;
  border-color: #0000;
}

.button-style-1.buttonstyle2.button3 {
  width: 200px;
}

.button-style-1.buttonstyle2.button3.butt4 {
  width: 220px;
}

.button-style-1.buttonstyle2.button3.butt4.butt8 {
  width: 180px;
}

.button-style-1.buttonstyle2.button3.butt4.butt8._222 {
  width: 220px;
}

.button-style-1.buttonstyle2.butt5 {
  width: 130px;
  margin-top: 32px;
}

.button-style-1.buttonstyle2.butt5.butt5_5 {
  background-color: #ffffff4d;
  width: 165px;
}

.button-style-1.buttonstyle2.butt5.butt5_5.butt6 {
  width: 220px;
}

.button-style-1.buttonstyle2.buttbisit {
  margin-top: 38px;
}

.button-style-1.buttonstyle2.visitbutt {
  text-align: center;
  margin-top: 52px;
}

.style-4s {
  color: #000;
  text-align: center;
  letter-spacing: .15vw;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-top: 0;
  font-family: "Avenirltstd book 0";
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.style-4s.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 13px;
  display: flex;
}

.style-4s.white.inline {
  display: inline-block;
}

.style-4s.white.black {
  color: var(--black);
  text-align: center;
  justify-content: center;
  margin-bottom: -3vw;
  margin-left: auto;
  margin-right: auto;
}

.style-4s.white.black.title2 {
  display: none;
}

.style-4s.white.homehead {
  margin-top: 277px;
  margin-bottom: -1vw;
  margin-right: 5px;
}

.style-4s.white-faded {
  color: #ffffffa6;
  transition: color .1s;
}

.style-4s.white-faded:hover {
  color: var(--white);
}

.style-4s.menu-link {
  color: #fff9;
  margin-left: auto;
  margin-right: auto;
  transition: color .15s;
  display: block;
}

.style-4s.menu-link:hover {
  color: var(--white);
}

.style-4s.menu-link.v66 {
  margin-bottom: 1vw;
}

.style-4s.concierge {
  text-align: center;
}

.style-4s.contact-subhead {
  color: var(--white);
  text-align: center;
}

.style-4s.concierge-subtitle {
  color: var(--white);
}

.style-4s.style77 {
  text-align: left;
}

.style-4s.gg {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.sc-sub-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: -1vw;
  display: flex;
  overflow: hidden;
}

.global-container {
  text-align: center;
  background-color: #13494a;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 28px;
  padding-left: 11px;
  display: flex;
}

.global-container.food-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.global-container.button {
  flex-direction: column;
  align-items: center;
}

.global-container.about {
  background-color: #fff;
  align-items: center;
}

.global-container.fb-container {
  z-index: 2;
  align-items: center;
  width: 70vw;
  position: absolute;
}

.global-container._2ndarticle {
  background-color: #fff;
  padding: 40px 28px 0 0;
}

.global-container.pigcasso {
  color: #fff;
  background-color: #fff;
  padding-top: 47px;
}

.global-container.pigcasso.change {
  color: #fff;
}

.global-container.stay {
  background-color: #fff;
  padding-left: 0;
}

.global-container.wine {
  background-color: #fff;
  padding-top: 45px;
}

.eyebrow {
  color: var(--slate);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.about-description-holder {
  margin-top: 0;
  margin-bottom: 1vw;
}

.button-style-5 {
  border-bottom: 1px solid var(--bronze);
  color: var(--bronze);
  text-align: center;
  letter-spacing: .2vw;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0 0 5px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  transition: color .2s;
}

.button-style-5:hover {
  color: var(--slate);
}

.book-button {
  z-index: 100;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 4vw;
  margin-right: 2vw;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.fullbleed-image {
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  overflow: hidden;
}

.quote-holder {
  padding-left: 80px;
  padding-right: 80px;
}

.quote-holder.stayquote {
  padding-bottom: 50px;
}

.navbar {
  z-index: 100;
  border-bottom: 0 #fff3;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 5%;
  padding-right: 16%;
  display: flex;
  position: absolute;
}

.navbar-logo-holder {
  border-bottom: 30px #dd2f2f;
}

.navbar-link-holder {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.button-navbar {
  height: 100%;
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  align-items: flex-end;
  margin-bottom: 27px;
  margin-left: 20px;
  padding: 0;
  font-family: intercom, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.button-navbar:hover {
  border-bottom: 4px solid var(--white);
  padding-top: 4px;
}

.button-navbar.w--current {
  border-bottom: 4px solid var(--white);
  padding-top: 4px;
  font-family: intercom, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.button-navbar.link-delay {
  font-size: 12px;
  line-height: 14px;
}

.button-navbar.link-delay:hover {
  border-bottom: 6px solid var(--white);
  padding-top: 5px;
}

.button-navbar.link-delay.w--current {
  border-bottom: 5px solid var(--white);
  padding-top: 5px;
}

.button-navbar.dark {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 39px;
  font-family: intercom, sans-serif;
  font-size: 14px;
}

.button-navbar.dark:hover {
  border-bottom-color: var(--slate);
}

.button-navbar.dark.w--current {
  letter-spacing: .3px;
}

.button-navbar.buttyellow {
  color: #fce840;
  display: none;
}

.button-navbar.ffft {
  color: #f9e33f;
  display: flex;
}

.button-navbar.train, .button-navbar.train.w--current {
  display: flex;
}

.button-navbar.gallery, .button-navbar.resultsbutt, .button-navbar.portalbutton {
  display: none;
}

.button-navbar.freeride, .button-navbar.freeride.w--current {
  display: flex;
}

.navbar-icon-holder {
  margin-bottom: 8px;
  margin-left: 30px;
  display: none;
}

.navbar-right {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar-right.navbarright2 {
  margin-top: -8px;
  margin-right: 16%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.menu {
  z-index: 200;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-link-holder {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.style-1xl {
  color: var(--black);
  text-align: center;
  letter-spacing: -.1vw;
  margin-bottom: 0;
  font-family: Playfair Display;
  font-size: 6vw;
  font-weight: 400;
  line-height: 7vw;
}

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

.cover-image.cvrabout.resultscoverimqge {
  display: none;
}

.image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 550px;
}

.image.scale-in {
  height: 500px;
}

.image.scale-in.scalein2 {
  width: 100%;
  height: auto;
  margin-top: 38px;
}

.image.scale-in.homeend {
  height: 800px;
  max-height: 800px;
  margin-bottom: -65px;
}

.image.imgx {
  width: 100%;
  height: 50vw;
  max-height: 500px;
}

.image.pig2.painting {
  margin-top: 45px;
}

.global-section {
  background-color: #f7eee8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.global-section.global-rich-text.no-margin-bottom {
  padding-bottom: 0;
}

.global-section.global-rich-text.concierge {
  background-color: var(--light-blue);
}

.global-section.first {
  padding-bottom: 0;
}

.global-section.food-image {
  padding-top: 0;
  padding-bottom: 0;
}

.global-section.book-now {
  align-items: stretch;
}

.global-section.no-top-margin {
  padding-top: 0;
}

.global-section.line-break {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.global-section.line-break.section-landing, .global-section.line-break.dine-with-us {
  padding-top: 0;
  padding-bottom: 0;
}

.global-section.fb-section {
  height: 40vw;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.global-section.faq-header {
  background-color: var(--light-blue);
}

.global-section.blue {
  background-color: #fff;
}

.style-1m {
  color: var(--black);
  text-align: center;
  letter-spacing: .3vw;
  margin-bottom: 0;
  font-family: Librecaslondisplay;
  font-size: 2.8vw;
  font-weight: 400;
  line-height: 2.8vw;
}

.style-1m.align-left {
  text-align: left;
}

.style-1m.white {
  color: var(--white);
}

.style-1m.white.accordion-title {
  letter-spacing: .1vw;
}

.style-1m.banner-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
}

.style-1m.animate-in {
  text-align: left;
  font-family: Librecaslondisplay;
  line-height: 3vw;
}

.style-1m.animate-in.quote {
  text-align: center;
  letter-spacing: .1vw;
  width: 350px;
  margin: 1vw auto;
  font-size: 2.3vw;
  line-height: 2.6vw;
}

.style-1m.animate-in.quote.quote2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.style-1m.animate-in.quote.quote3 {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.style-1m.animate-in.head {
  margin-top: -1vw;
  margin-left: -26px;
}

.style-1m.animate-in.ani2, .style-1m.animate-in.hhh {
  margin-left: -26px;
}

.style-1m.subheadhome {
  margin-top: 1vw;
}

.style-1m.subheadhome.enquiries {
  margin-top: 3vw;
  font-size: 2.2vw;
}

.style-1m.subheadhome.slider {
  background-color: #0000;
  height: auto;
}

.style-1m.subheadhome.slider.slide2 {
  display: none;
}

.style-1m.subheadhome.slider.head5 {
  margin-top: -1vw;
  margin-bottom: 2.5vw;
}

.style-1m.subheadhome.head1 {
  margin-top: 7px;
}

.style-1m.subheadhome.head1.hhf4 {
  margin-top: 15px;
}

.style-1m.subheadhome.head2, .style-1m.style-change.style3 {
  display: none;
}

.style-1m.deposit {
  color: #95772c;
  margin-top: 1vw;
  font-size: 2vw;
}

.style-1m._1m2 {
  width: 60%;
  margin-top: 1vw;
  margin-left: auto;
  margin-right: auto;
}

._3up-image-holder {
  width: 100%;
  height: 31vw;
  position: relative;
  overflow: hidden;
}

._3up-image-holder.rooms {
  height: 17vw;
  position: relative;
}

._3up-text-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2vw;
  display: none;
}

._3up-description {
  margin-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
}

.ps {
  letter-spacing: .01vw;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.ps.left {
  text-align: left;
  width: 90%;
}

.ps.left.article {
  width: 100%;
  margin-top: .5vw;
}

.ps.footer-paragraph {
  color: #ffffff80;
  text-align: center;
}

.ps._3up-text {
  text-align: center;
}

.sc-button {
  overflow: hidden;
}

.accordion-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.accordion-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14vw;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.accordion-item-trigger {
  height: 5.5vw;
}

.accordion-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.menu-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #ffffff80;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.menu-spacer {
  background-color: #ffffff4d;
  width: 1px;
  height: 13vw;
  margin-top: 8px;
}

.menu-container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  display: flex;
  position: absolute;
}

.menu-footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1vw;
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
}

.navbar-sticky {
  z-index: 999;
  background-color: #0009;
  background-image: url('../images/topmenu4.png');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #0003;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
}

.curtain {
  z-index: 300;
  color: #000;
  background-color: #000;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.feature-card {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 100px;
  margin-left: 12%;
  margin-right: auto;
  padding: 50px 0 20px 9px;
  display: flex;
}

.feature-card.featurecard2 {
  padding: 60px 0 84px;
}

.feature-card.feature2 {
  margin-left: 11%;
  padding-right: 0;
}

.feature-card.featcard2 {
  padding-bottom: 15px;
}

.feature-card.fc2 {
  height: 500px;
  padding-bottom: 21px;
}

.fc-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  padding-left: 3vw;
  padding-right: 2vw;
  display: flex;
}

.fc-content.pigcsasocontent {
  text-align: left;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 5vw;
}

.fc-content.fccont2 {
  margin-top: 0;
}

.fc-image-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.fc-image-holder.vertical {
  justify-content: flex-start;
}

.fc-image-holder.vertical.staypic {
  margin-left: 40px;
  padding-top: 25px;
  padding-bottom: 113px;
}

.style-1l {
  color: var(--black);
  text-align: center;
  letter-spacing: -.1vw;
  margin-bottom: 0;
  font-family: Playfair Display;
  font-size: 5vw;
  font-weight: 400;
  line-height: 7vw;
}

.style-1l.white {
  color: var(--white);
  text-align: right;
  letter-spacing: .3vw;
  font-family: Librecaslondisplay;
  font-size: 4vw;
}

.style-1l.white.homehead {
  margin-top: 265px;
}

.style-1l.white.homehead.homie2 {
  text-align: left;
  letter-spacing: 0;
  margin-top: 460px;
  font-family: intercom, sans-serif;
  font-size: 62px;
  font-style: italic;
  font-weight: 300;
  line-height: 56px;
}

.style-1l.white.homehead.homie2.abouthead {
  margin-top: 174px;
}

.style-1l.white.homehead.homie2.abouthead.abouthead2 {
  margin-top: 0;
  margin-bottom: 0;
}

.style-1l.white.homehead.homie2.support_head {
  margin-top: 380px;
  margin-bottom: 1vw;
}

.style-1l.white.homehead.homie2.support_head.cntcthead {
  margin-top: 150px;
  margin-bottom: 0;
}

.style-1l.white.homehead.homie2.support_head.cntcthead.cntct2 {
  margin-top: 454px;
}

.style-1l.white.homehead.homie2.support_head.cntcthead.cntct2.infohub {
  margin-top: 541px;
}

.style-1l.white.homehead.homie2.profile {
  margin-top: 0;
  margin-bottom: 72px;
}

.style-1l.white.homehead.homie2.profile.cash {
  margin-bottom: 32px;
  margin-left: 25px;
}

.style-1l.white.homehead.homie2.profile.cash.subscribe {
  margin-bottom: 1vw;
  margin-left: 12px;
}

.style-1l.white.homehead.homie2.profile.cash.subscribe.cntct2 {
  color: #fde941;
  font-size: 22px;
}

.style-1l.white.homehead.homie2.profile.cash.subscribe.cntcturhs {
  margin-left: 9px;
}

.style-1l.white.homehead.homie2.profile.cash.cashsub {
  color: var(--bronze);
  margin-top: -46px;
  font-size: 21px;
}

.style-1l.white.homehead.homie2.profile.cash.cashsub.cashsub2 {
  color: #fde941;
}

.style-1l.white.homehead.homie2.profile.profilemtb {
  margin-bottom: 4vw;
}

.style-1l.white.homehead.homie2.results {
  margin-top: 0;
  margin-left: 0%;
}

.style-1l.white.homehead.homie2.mtbhead {
  margin-top: 486px;
  font-weight: 300;
}

.style-1l.white.homehead.homie2.roadhed {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -2px;
}

.style-1l.white.homehead.homie2.roadhed.cash {
  margin-top: 26px;
  margin-bottom: 0;
  padding-left: 21px;
  font-size: 42px;
}

.style-1l.white.homehead.homie2.roadhed.heading-prizes {
  margin-left: 16px;
}

.style-1l.white.homehead.homie2.roadhed.heading-prizes.cashprizessubhed {
  color: #fce840;
  margin-top: -31px;
  margin-bottom: 0;
  margin-left: 21px;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
  font-style: normal;
}

.style-1l.white.homehead.homie2.roadhed.heading-prizes.headingcasg {
  margin-bottom: 1vw;
  font-size: 55px;
}

.style-1l.white.homehead.homie2.roadhed.subhead {
  margin-top: 17px;
  margin-left: -43px;
  font-size: 27px;
  font-weight: 400;
  line-height: 27px;
}

.style-1l.white.homehead.homie2.roadhed.subhead.subhead2 {
  margin-bottom: 1vw;
  margin-left: 20px;
}

.style-1l.white.homehead.homie2.roadhed.subhead.subhead2._3rdhead {
  color: #fbe909;
  font-size: 33px;
}

.style-1l.white.homehead.homie2.roadhed.subhead.subhead2._3rdhead.price {
  color: var(--white);
  margin-top: 26px;
  margin-bottom: .3vw;
  font-family: Avantgarde, sans-serif;
  font-size: 55px;
  font-style: italic;
}

.style-1l.white.homehead.homie2.roadhed.subhead.subhead2._3rdhead._4thhead {
  color: #9e9e9a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
}

.style-1l.white.homehead.homie2.roadhed.subhead.subhead2.ddsa {
  color: #fff;
  font-size: 24px;
}

.style-1l.white.homehead.homie2.roadhed.subhead.subhead2.ddsa.eddert {
  margin-bottom: 7px;
  margin-left: 0;
  font-size: 19px;
  line-height: 18px;
}

.style-1l.white.homehead.homie2.roadhed.subhead.subhead2.ddsa.dddfty {
  color: #fbe909;
}

.style-1l.white.homehead.homie2.roadhed.subhead.subhead2.ff {
  line-height: 21px;
}

.style-1l.white.homehead.homie2.hom3 {
  margin-top: 549px;
}

.style-1l.white.homehead.homie2.hom3.hom4 {
  margin-top: -350px;
  position: absolute;
}

.style-1l.white.homehead.homie2.hom3.hom4.afafaf {
  margin-top: -541px;
  padding-left: 68px;
}

.style-1l.white.homehead.homie2.hom3.homenew {
  margin-top: 248px;
  margin-bottom: 10px;
  margin-left: 0;
}

.style-1l.white.white_mid {
  text-align: center;
  margin-top: 13px;
  line-height: 4vw;
}

.style-1l.concierge-title {
  color: var(--white);
  text-align: center;
}

.style-1s {
  color: var(--black);
  text-align: center;
  letter-spacing: -.075vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display;
  font-size: 3vw;
  font-weight: 400;
  line-height: 4vw;
}

.style-1s.contact-info {
  color: var(--black);
  text-align: center;
}

.style-1s.contact-info.address {
  margin-top: 2vw;
}

.style-1s.contact-info.animate-in.address {
  letter-spacing: .05vw;
  font-size: 2vw;
}

.style-1s.concierge {
  color: var(--bronze);
  transition: color .15s;
}

.style-1s.concierge:hover {
  color: var(--slate);
}

.fc-text {
  margin-bottom: 1.75vw;
  padding-left: 0;
  padding-right: 0;
}

.fc-column-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.fc-column-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.fc-columns {
  height: auto;
  margin-top: -120px;
  margin-left: -32px;
  padding-right: 18px;
}

.fc-columns.fccols2 {
  height: auto;
}

.fc-columns.fccolprop {
  width: 100%;
}

.stay {
  background-color: #fca04c;
  height: 350px;
  padding: 0 5%;
  display: none;
}

.stay.stay2 {
  background-image: url('../images/how-it-works-mid.jpg');
  background-position: 50% 0;
}

.dine {
  background-image: url('../images/news_bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 5% 104px;
  display: none;
}

.dine.dine2 {
  background-color: #f5f5ec;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 11px;
  padding-bottom: 127px;
}

.dine.dine2.dine3 {
  background-color: #1e6168;
  background-image: url('../images/how-it-works-doubts3.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 800px;
  padding-top: 60px;
}

.dine.blog {
  margin-top: -660px;
  padding-top: 39px;
  display: none;
  position: relative;
}

.dine.blog.blog2 {
  display: block;
}

.live {
  text-align: center;
  background-image: url('../images/road_bg6.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 83px;
  padding-bottom: 107px;
  overflow: hidden;
}

.live.contct {
  background-image: url('../images/bg_contact.jpg');
  background-position: 50%;
  padding-top: 20px;
  padding-bottom: 153px;
}

.live.cash_mtb {
  background-image: url('../images/mtb_bg8.jpg');
}

.footer-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.footer-large {
  background-color: #13494a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-links {
  width: 100%;
}

.footer-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-linebreak {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.footer-logo-holder {
  width: 17vw;
}

.footer-link-holder {
  margin-bottom: 17px;
}

.div-block-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.global-text-styles {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.global-text-styles h1 {
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.global-text-styles h2 {
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 1vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.global-text-styles p {
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.75vw;
}

.global-text-styles li {
  padding-left: .5vw;
}

.global-text-styles ul, .global-text-styles ol {
  padding-left: 15vw;
  padding-right: 10.5vw;
}

.global-text-styles figcaption {
  width: 100%;
  padding-right: 10.5vw;
}

.global-text-styles figure {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: block;
}

.global-text-styles h4, .global-text-styles h3 {
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.global-text-styles blockquote {
  border-left-style: none;
  margin-top: 2vw;
  margin-left: 10.5vw;
  padding-right: 10.75vw;
}

.global-text-styles strong {
  color: var(--black);
}

.global-text-styles h5 {
  float: left;
  margin: -.1vw 1vw 0 10.5vw;
  font-family: Oswald, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 6vw;
}

.global-text-styles h6 {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.bb-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.footer-description-holder {
  width: 70%;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.footer-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
  display: flex;
}

.sc-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.sc-title.home {
  align-items: flex-end;
  margin-bottom: 4vw;
  padding-left: 0;
  padding-right: 0;
}

.sc-title.home.homie {
  align-items: flex-start;
  max-width: none;
  margin-left: 0;
  padding-left: 8%;
}

.sc-title.home.homie.about {
  background-color: #0000;
  background-image: none;
  align-items: flex-end;
  padding-top: 45px;
  padding-bottom: 0;
  padding-right: 3vw;
}

.sc-title.home.homie.blogg {
  padding-left: 0;
}

.sc-title.home.homie.road {
  margin-bottom: 2vw;
  padding-left: 94px;
}

.sc-title.home.homie.road.kidstitle {
  margin-bottom: -2vw;
  padding-left: 15vw;
}

.sc-title.home.homie.road.resultstitle {
  justify-content: flex-end;
  height: 100%;
  margin-bottom: 2vw;
}

.sc-title.home.homie.road.resultstitle.rsltstitl {
  padding-left: 158px;
}

.sc-title.home.homie.road.resultstitle.rsltstitl.rrytu {
  width: 78%;
  margin-left: 10%;
  padding-left: 0;
  padding-right: 0;
}

.sc-title.home.homie.road.resultstitle.rsltstitl.rrytu.rslts {
  margin-left: 13%;
}

.sc-title.home.homie.road.resultstitle.trainjoburgmast {
  margin-bottom: 0;
  padding-left: 15%;
}

.sc-title.home.homie.road.rr {
  margin-bottom: 0;
  padding-left: 15%;
  overflow: visible;
}

.sc-title.home.homie.road.purpose.purposetitle {
  margin-bottom: -2vw;
  padding-left: 12%;
}

.sc-title.home.homie.road.freeride {
  margin-bottom: 0;
}

.sc-title.home.homie.hom.afafaf {
  padding-left: 0%;
}

.sc-title.home.homie.hom.afafaf.titleblog {
  margin-bottom: 25vw;
  padding-left: 7%;
}

.sc-title.home.homie.hom.homnewss {
  z-index: 9999;
  margin-bottom: -3vw;
  padding-bottom: 140px;
  position: relative;
}

.sc-title.home.homie.hom.homnewss.homme {
  z-index: 999999;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 192px;
  padding-left: 92px;
  position: relative;
}

.sc-title.home.homie.contacty {
  padding-left: 14%;
}

.sc-title.home.homie.infhubtitle {
  padding-left: 16%;
}

.link-in-page {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Gill Sans Nova;
  font-size: 12px;
  font-weight: 300;
}

.services-collection {
  grid-column-gap: 1vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.item-description-holder {
  padding-left: 5.5vw;
  padding-right: 5.5vw;
}

.item-description-holder.event-details {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.item-description-holder.article-subhead {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.amenity-icon {
  width: 100%;
  height: 100%;
}

.amenity-icon-holder {
  opacity: .4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  margin-bottom: 14px;
  display: flex;
}

._3up-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.button-style-2-1 {
  border-bottom: 1px solid var(--bronze);
  color: var(--bronze);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0 0 5px;
  font-family: Gill Sans Nova;
  font-size: 12px;
  font-weight: 300;
}

._3up {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

._4up-image {
  width: 100%;
  height: 12vw;
}

.ps-headline {
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Gill Sans Nova;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.ps-headline.space-above {
  margin-top: .5vw;
}

.ps-headline.event-details {
  text-align: center;
  margin-bottom: 0;
}

.div-block-31 {
  overflow: hidden;
}

.book-now-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._3up-rollover {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.line {
  background-color: var(--bronze);
  width: 80%;
  height: 1px;
}

.line.left {
  margin-right: 2vw;
}

.line.right {
  margin-left: 2vw;
}

.view-icon {
  background-color: #0000004d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.button-holder {
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

._3up-link-holder {
  margin-top: .5vw;
  margin-bottom: 1vw;
}

.ps-headline-bold {
  color: var(--black);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 16px;
}

.image-list-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.image-list {
  border-bottom: 1px solid #4d546b4d;
}

.image-list-item {
  align-items: center;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
}

.il-photo-holder {
  float: left;
  width: 9vw;
  height: 6vw;
  margin-top: 5px;
  margin-bottom: .5vw;
  margin-right: 2vw;
  display: inline-block;
}

.details {
  background-color: #fff;
}

.global-button-pill {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.button-style-4 {
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: relative;
}

.sc-content {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-left: 200px;
  display: flex;
  position: absolute;
}

.sc-content.cntnt2 {
  width: 80%;
  margin-right: 77px;
  padding-right: 0;
}

.sc-holder {
  width: 100%;
  height: 50%;
}

.sc-holder.middle {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 80%;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
}

.sc-holder.middle.adadada {
  align-items: flex-start;
  padding-left: 10%;
}

.sc-holder.middle.resultrsss {
  padding-bottom: 195px;
}

.sc-holder.middle.oyoy {
  width: 85%;
}

.sc-holder.top-bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20%;
  display: none;
}

.sc-holder.top-bottom.concierge {
  align-items: flex-start;
  height: 50%;
}

.sc-holder.top-bottom.concierge.top {
  justify-content: center;
  align-items: center;
  height: 45%;
}

.sc-holder.top-bottom.concierge.bottom {
  justify-content: center;
  align-items: center;
  height: 55%;
}

.sc-scroll-line {
  background-color: #ffffff4d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1px;
  height: 100%;
  margin-top: 2vw;
  display: flex;
}

.section-cover {
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-cover.concierge {
  height: 100vh;
}

.section-cover.secthome {
  background-color: #000;
  height: 900px;
  overflow: hidden;
}

.section-cover.secthome.setportaldesktop {
  justify-content: flex-start;
  align-items: center;
  height: 120vh;
}

.sc-overlay {
  z-index: 1;
  background-image: linear-gradient(#000, #0003 0%, #0003);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: static;
}

.sc-image {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.sc-image.home {
  height: 105vh;
}

.sc-image.home.aboutmassthead {
  height: 110vh;
  margin-top: 67px;
}

.sc-image.home.aboutmassthead.aboutm {
  display: none;
}

.sc-image.home.aboutmassthead.portaldesktopmasthead {
  height: 100%;
}

.sc-image.home.aboutmassthead.gearmast {
  height: 100vh;
}

.sc-image.home.aboutmassthead.hospmast {
  background-image: url('../images/mast7.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 109vh;
}

.sc-image.home.hiw_mob {
  display: block;
}

.sc-image.home.ome-m, .sc-image.home.contact, .sc-image.home.support, .sc-image.sc-2, .sc-image.img4, .sc-image.sc7 {
  display: none;
}

.section-cover-button {
  background-color: var(--bronze);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 35px;
  font-family: Gill Sans Nova;
  font-size: 10px;
  display: flex;
}

.items.blue, .events.blue, .menus.blue {
  background-color: var(--light-blue);
}

.image-list-collection {
  width: 100%;
  margin-left: 10.5vw;
  margin-right: 10.5vw;
}

.image-list-wrapper {
  justify-content: center;
  display: flex;
}

.linebreak {
  background-color: #96772c80;
  width: 100%;
  height: 1px;
}

.intro {
  background-color: #fff;
}

.linebreak-holder.food-details {
  padding-top: 6vw;
}

.team-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-image-holder {
  border-radius: 200px;
  width: 70%;
  overflow: hidden;
}

.team-name {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
  display: flex;
}

.team-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2m {
  color: var(--black);
  text-align: center;
  letter-spacing: -.2vw;
  margin-bottom: 0;
  font-family: Work Sans;
  font-size: 3vw;
  font-weight: 400;
  line-height: 4vw;
  display: block;
}

._2m.margin-reset {
  margin-top: 0;
  margin-bottom: 0;
}

._2m.margin-reset.align-center {
  text-align: center;
}

._2m._3up-subtitle {
  color: var(--bronze);
}

.style-3xs {
  color: var(--bronze);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.75vw;
  transition: color .1s;
}

.style-3xs.animate-in.rollover:hover {
  color: var(--slate);
}

.style-1xs {
  color: var(--black);
  text-align: center;
  letter-spacing: -.05vw;
  margin-bottom: 0;
  font-family: Playfair Display;
  font-size: 2.2vw;
  font-weight: 400;
  line-height: 2.5vw;
}

.style-1xs.margin-reset {
  margin-top: 0;
  margin-bottom: 0;
}

.style-1xs.margin-reset.price {
  float: right;
  font-size: 1.75vw;
  display: inline-block;
}

.style-1xs.highlight-1 {
  color: var(--bronze);
  transition: color .1s;
}

.style-1xs.highlight-1:hover {
  color: var(--slate);
}

.style-1xs.white {
  color: #fff;
}

.style-1xs.concierge {
  color: var(--bronze);
  text-align: center;
  margin-top: 0;
}

.pxs {
  letter-spacing: .01vw;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.pxs.gallery-text {
  color: var(--white);
}

.fc-button {
  overflow: hidden;
}

.fc-button.fcbutt2 {
  margin-top: 27px;
}

.article-subhead {
  color: var(--bronze);
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: 400;
}

.search-holder {
  justify-content: center;
  width: 100%;
  margin-top: 5vw;
  display: none;
}

.search {
  align-items: center;
  width: 60%;
  height: 50px;
  margin-bottom: 0;
  display: flex;
}

.search.search-page {
  width: 100%;
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.search-button {
  float: right;
  background-color: var(--bronze);
  letter-spacing: .15vw;
  text-transform: uppercase;
  width: 27%;
  height: 100%;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.search-input {
  float: left;
  height: 100%;
  color: var(--white);
  background-color: #ffffff1a;
  border: 1px solid #0000;
  margin-bottom: 0;
  padding-left: 2vw;
  padding-right: 2vw;
}

.search-input.style-2 {
  background-color: var(--light-blue);
  color: var(--slate);
}

.text-block-2 {
  color: #4d546b80;
  font-family: GT America;
  font-weight: 300;
}

.search-result-item {
  border-bottom: 1px solid #4d546b4d;
  margin-bottom: 3vw;
  padding-bottom: 3vw;
}

.div-block-40 {
  width: 90%;
  margin-bottom: .5vw;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  margin-bottom: -5px;
  overflow: hidden;
}

.collection-item {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.lightbox-images {
  z-index: 0;
  height: 95vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.big-lightbox {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 95vh;
  display: flex;
  position: relative;
}

.lightbox-button {
  z-index: 10;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 4vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.gallery-cta {
  background-color: #0006;
  border-radius: 30px;
  padding: 13px 22px;
}

.pm {
  text-align: left;
  letter-spacing: .25px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
}

.pm._3up-description {
  text-align: center;
}

.pm._3up-text {
  color: #fff;
  text-align: center;
  margin-bottom: 38px;
  font-family: Fontsfree Net Sfprodisplay, sans-serif;
}

.pm._3up-text.animate-in {
  display: flex;
}

.div-block-41 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

._3up-subtitle-holder {
  text-align: center;
  width: 100%;
  margin-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
}

.fc-title {
  text-align: center;
  margin-bottom: 1vw;
  margin-left: 26px;
  padding-left: 0;
  padding-right: 3vw;
}

.page-title-holder.article-headline {
  padding-left: 10vw;
  padding-right: 10vw;
}

.page-title-holder.food-drink-title {
  padding-left: 4vw;
  padding-right: 4vw;
}

.menu-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

._3up-view-link {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.highlight-1 {
  color: var(--bronze);
}

.style-4s-bold {
  color: var(--slate);
  text-align: center;
  letter-spacing: .15vw;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 22px;
}

.style-4s-bold:hover {
  color: var(--bronze);
}

.il-title-holder {
  margin-top: .5vw;
}

.h5 {
  color: var(--black);
  font-family: Work Sans;
  font-size: .9vw;
  font-weight: 700;
  line-height: 1.25vw;
}

.h5.map-directions {
  margin-top: 1vw;
}

.list-price {
  float: right;
  color: var(--black);
  text-align: center;
  letter-spacing: -.05vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2.5vw;
  display: inline-block;
}

.bb-icon-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 100%;
  padding-bottom: 4px;
  display: flex;
}

.bb-background {
  z-index: 0;
  background-color: var(--slate);
  width: 100%;
  height: 100%;
  position: absolute;
}

.bb-text {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 1.5vw;
  display: flex;
}

.bb-content {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.faq-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
  display: flex;
}

.faq-item {
  overflow: hidden;
}

.faq-spacer {
  padding-bottom: 2vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.faq-trigger {
  cursor: pointer;
  padding-bottom: 2vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.faq-content {
  margin-bottom: 2vw;
  overflow: hidden;
}

.faq-line {
  background-color: #4d546b4d;
  width: 100%;
  height: 1px;
  padding-left: 10vw;
  padding-right: 10vw;
}

.white-faded {
  color: #ffffff80;
}

.faq-title {
  margin-bottom: 4vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.fullscreen-banner {
  display: flex;
}

.contact-holder {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.faq-spacer-end {
  margin-top: -2vw;
  margin-bottom: 2vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

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

.about {
  background-color: #000;
  background-image: url('../images/new_homepage_bg2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  margin-top: 0;
  padding: 1px 5% 53px;
}

.about.how-it-works {
  text-align: center;
  background-color: #235c5d;
  background-image: url('../images/how-it-works-mast4.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
  padding-top: 155px;
  padding-bottom: 60px;
}

.about.about2 {
  background-color: var(--black);
  background-image: url('../images/new_road_bg.jpg');
  background-position: 50% 0;
  background-size: 1728px;
  margin-top: -1px;
  padding: 93px 0% 75px;
}

.about.about2.about3 {
  background-image: url('../images/mtb_bg4.jpg');
}

.about.about2.about3.kidsbg3 {
  background-image: url('../images/kids_bg3.jpg');
  background-position: 50% 100%;
}

.about.about2.about4 {
  background-color: #f0f1e8;
  background-image: none;
  padding-top: 18px;
  padding-bottom: 71px;
}

.about.about2.about4.about5 {
  background-color: #c1f1d7;
}

.about.about2.about4.about5.about6 {
  background-image: url('../images/about5.jpg');
  background-position: 0 0;
  background-size: 1440px 100%;
}

.about.about2.about4.about5.subscribe {
  text-align: center;
  background-image: url('../images/contact_bg43.jpg');
  background-position: 50%;
  background-size: cover;
}

.about.about2.about4.about5.subscribe.subscribe2 {
  background-color: #286868;
  background-image: url('../images/fade5.png'), url('../images/blogbg_2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat-x, repeat;
  background-size: 200px 100px, cover;
  padding-top: 2px;
  padding-bottom: 150px;
}

.about.about2.about4.about5.purpose {
  background-color: #f4f5ea;
  background-image: url('../images/about6.jpg');
  background-position: 0 101%;
  background-repeat: no-repeat;
  background-size: 520px;
}

.about.about2.about4.contact {
  text-align: center;
  background-color: #f4f5ea;
  padding-top: 60px;
}

.about.about2.contact {
  padding-bottom: 48px;
}

.about.about2.contact.bblog {
  background-color: #2e7575;
  background-image: url('../images/fade.jpg');
  background-size: 100% 100%;
  padding-bottom: 11px;
}

.about.about2.contact.contact2 {
  background-image: linear-gradient(#0003, #0003), url('../images/Star_teal.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, 25%;
  padding-top: 74px;
}

.about.about2.about22 {
  padding-bottom: 101px;
}

.about.support {
  background-color: #205c5d;
  background-image: url('../images/support_bg_4.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1440px;
  padding-top: 30px;
  padding-bottom: 100px;
}

.about.road {
  background-image: url('../images/road_bg_new.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -66px;
  padding-top: 0;
  padding-bottom: 93px;
}

.about.road.mtb {
  background-image: url('../images/bg2mtb.jpg');
  background-size: cover;
}

.about.road.mtb.kids {
  background-image: url('../images/kids4.jpg');
  background-position: 50%;
  background-size: cover;
}

.about.road.aboutrrdf {
  margin-top: 0;
  padding-top: 47px;
  padding-bottom: 80px;
}

.about.abthom {
  background-image: linear-gradient(#00000069, #00000069), url('../images/new_homepage_bg2.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: -153px;
  padding-bottom: 0;
}

.about-title-holder {
  display: block;
}

.footer-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.footer-small {
  background-color: #0a2525;
  border-top: 1px solid #fff3;
  align-items: center;
  width: 100%;
  padding: 1vw 1.6vw 1vw 7%;
  display: flex;
}

.fs-content-holder {
  justify-content: space-between;
  width: 100%;
  min-height: 10px;
  display: flex;
}

.fs-content {
  align-items: flex-start;
  width: 50%;
}

.fs-content.left {
  display: flex;
}

.fs-content.right {
  justify-content: flex-end;
  display: flex;
}

.fs-text {
  color: #248a7f;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: 400;
}

.fs-text.spacing-left {
  margin-left: 1vw;
}

.fs-text.fstext2 {
  color: #258a7f;
  text-align: right;
  padding-right: 8%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
}

.fs-link {
  color: var(--white);
}

.div-block-42 {
  display: flex;
}

.fs-link-faded {
  color: #ffffff80;
}

.quote-source {
  margin-top: 2vw;
}

.article-category-title-holder {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.fb-image-holder {
  z-index: 0;
  column-count: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.fb-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fb-image-overlay {
  z-index: 1;
  background-image: linear-gradient(to right, #000c, #00000080 31%, #0000 70%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.fb-subhead {
  margin-bottom: 1vw;
}

.fb-content-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.faq-tab {
  border-bottom: 3px solid var(--light-blue);
  height: 100%;
  color: var(--bronze);
  text-align: center;
  letter-spacing: .15vw;
  text-transform: uppercase;
  background-color: #0000;
  margin-right: 2vw;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.faq-tab.w--current {
  color: var(--black);
  letter-spacing: .15vw;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 3px solid #000;
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
}

.faq-text-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tabs {
  z-index: 1;
}

.tabs.animate-in {
  margin-top: 36px;
}

.filter {
  z-index: 100;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: 5vw;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
  overflow: auto;
}

.filter-title {
  font-family: "Avenirltstd book 0";
}

.faq-text-styles {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.faq-text-styles h1 {
  text-align: center;
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.faq-text-styles h2 {
  text-align: center;
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 1vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
  font-size: 1.75vw;
}

.faq-text-styles p {
  text-align: center;
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.75vw;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.faq-text-styles ul, .faq-text-styles ol {
  padding-left: 15vw;
  padding-right: 10.5vw;
}

.faq-text-styles figcaption {
  opacity: .5;
  width: 100%;
  color: var(--dim-grey);
  text-align: left;
  margin-top: 2vw;
  padding-right: 10.5vw;
}

.faq-text-styles figure {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: block;
}

.faq-text-styles h4, .faq-text-styles h3 {
  text-align: center;
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.faq-text-styles blockquote {
  text-align: center;
  border-left-style: none;
  margin-top: 2vw;
  margin-left: 10.5vw;
  padding-right: 10.75vw;
}

.faq-text-styles strong {
  color: var(--black);
}

.faq-text-styles h5 {
  float: left;
  margin: -.5vw 1vw 0 10.5vw;
  font-family: Oswald, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 6vw;
}

.faq-text-styles h6 {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.style-2m {
  color: var(--white);
  text-align: center;
  letter-spacing: .1vw;
  text-transform: none;
  margin-top: 8vw;
  margin-bottom: 0;
  font-family: intercom, sans-serif;
  font-size: 4vw;
  font-style: italic;
  font-weight: 500;
  line-height: 3.5vw;
}

.menu-close-holder {
  cursor: pointer;
  align-items: center;
  margin-top: 30px;
  margin-right: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.mc-icon {
  display: inline-block;
}

.mc-icon-holder {
  margin-left: 1vw;
}

.div-block-43 {
  display: flex;
}

.color-swatch {
  width: 33%;
  height: 100px;
}

.color-swatch.color-1 {
  background-color: var(--slate);
}

.color-swatch.color-2 {
  background-color: var(--bronze);
}

.color-swatch.color-3 {
  background-color: var(--light-blue);
}

.div-block-44 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 1vw;
  display: flex;
}

.navbar-image {
  object-fit: contain;
  width: 100px;
  height: 100%;
  margin-left: 61%;
}

.footer-button-holder {
  margin-top: .5vw;
}

.faq-question-holder {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.div-block-46 {
  margin-bottom: 3vw;
}

.button-style-2 {
  background-color: var(--white);
  height: 50px;
  color: var(--bronze);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 10vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  transition: color .1s, background-color .1s;
  display: flex;
}

.button-style-2:hover {
  background-color: var(--slate);
  color: var(--white);
}

.button-style-3 {
  border: 1px solid var(--bronze);
  height: 50px;
  color: var(--bronze);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 10vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  transition: color .1s, border-color .1s;
  display: flex;
}

.button-style-3:hover {
  border-color: var(--slate);
  color: var(--slate);
}

.div-block-47 {
  width: 50%;
  margin-bottom: 2vw;
}

.utility-page-wrap {
  background-color: #000;
  background-image: url('../images/gallery_bg2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding-top: 15vw;
  padding-bottom: 15vw;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-48 {
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.gallery-text {
  color: var(--white);
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.global-ns {
  background-color: #f7eee8;
  width: 100%;
  height: auto;
}

.global-ns.large {
  background-color: var(--white);
  height: 5vw;
}

.global-ns.medium {
  height: 5vw;
  padding-top: 44px;
}

.global-ns.small {
  height: 3vw;
}

.global-ns.xlarge {
  text-align: center;
  height: 13vw;
  padding-top: 48px;
}

.global-ns.xlarge.med {
  height: 3vw;
}

.global-ns.blue {
  background-color: var(--light-blue);
}

.global-ns.blue.large {
  background-color: #205c5c;
  height: 2vw;
}

.div-block-49 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ensuite-amenities {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lightbox-holder {
  width: 100%;
  height: 100%;
}

.div-block-50, .div-block-51 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-52 {
  width: 100%;
  height: 100vh;
}

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

.paragraph.parahome {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  width: 55%;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Fontsfree Net Sfprodisplay, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.paragraph.parahome.para_support {
  letter-spacing: .7px;
  width: 800px;
  font-family: Fontsfree Net Sfprodisplay, sans-serif;
}

.paragraph.parahome.para_support.para-journey-cntct {
  color: #15645a;
  line-height: 24px;
}

.paragraph.parahome.para_support.para_blog {
  width: 70%;
}

.paragraph.parahome.para_support.supp2 {
  color: #fff;
  padding-left: 12px;
  font-style: normal;
}

.paragraph.parahome.para_support.supp2.cncts6 {
  font-weight: 400;
  line-height: 21px;
}

.paragraph.parahome.para_support.subtitlactecont {
  color: #ffec3e;
  text-transform: uppercase;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
}

.paragraph.parahome.portaltext {
  color: #000;
  width: 50%;
}

.paragraph.parahome.parasubscribe {
  margin-top: -4px;
  padding-left: 10px;
}

.paragraph.parahome.parasubscribe.maildisclaim {
  width: 450px;
  margin-top: 16px;
  font-size: 12px;
  line-height: 15px;
}

.paragraph.parahome.parasubscribe.infohubtext {
  column-count: 1;
  width: 80%;
  margin-top: 5px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
  display: block;
}

.paragraph.parahome.parasubscribe.infohubtext.expodescription {
  color: #000;
  padding-left: 40px;
}

.paragraph.parahome.parasubscribe.infohubtext.bubble1 {
  column-count: 1;
  padding-left: 7px;
}

.paragraph.parahome.parasubscribe.infohubtext.bubble1.seed {
  letter-spacing: .5px;
  width: 90%;
  margin-top: 3px;
  margin-bottom: 0;
}

.paragraph.parahome.parasubscribe.infohubtext.roadraceseeding {
  column-count: auto;
  margin-top: -14px;
  margin-bottom: 51px;
  line-height: 21px;
}

.paragraph.parahome.parasubscribe.infohubtext.roadraceseeding.queries {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.parahome.parasubscribe.infohubtext.roadraceseeding.table {
  margin-top: 6px;
  font-size: 15px;
}

.paragraph.parahome.parasubscribe.infohubtext.roadraceseeding.paranewspan {
  color: #ffe101;
  text-align: center;
  margin: 1px auto 8px;
  font-family: Avantgarde, sans-serif;
  font-size: 23px;
}

.paragraph.parahome.parasubscribe.infohubtext.roadraceseeding.paranewspan.ff {
  margin-left: 15px;
}

.paragraph.parahome.parasubscribe.infohubtext.mtbseeding {
  column-count: 1;
  margin-bottom: 25px;
}

.paragraph.parahome.parasubscribe.infohubtext.mtbseeding.policy {
  color: #ff763e;
  width: 90%;
  margin-left: -18px;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
}

.paragraph.parahome.parasubscribe.infohubtext.mtbseeding.policy.policy2 {
  font-size: 15px;
}

.paragraph.parahome.parasubscribe.infohubtext.charitieslist {
  color: #989797;
  column-count: 2;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  width: 100%;
  display: block;
}

.paragraph.parahome.parasubscribe.infohubtext.charitieslist.charities {
  display: none;
}

.paragraph.parahome.parasubscribe.infohubtext.outrides {
  height: 140px;
  padding-left: 64px;
  line-height: 21px;
}

.paragraph.parahome.parasubscribe.infohubtext.outrides.inhym {
  letter-spacing: .5px;
  width: 98%;
  height: auto;
  line-height: 27px;
}

.paragraph.parahome.parasubscribe.infohubtext.registerterxt {
  width: 80%;
  margin-left: 50px;
  font-family: Fontsfree Net Sfprodisplay, sans-serif;
  line-height: 21px;
}

.paragraph.parahome.paraside {
  width: auto;
  margin-top: -3px;
  margin-bottom: 0;
}

.paragraph.parahome.paraside.tabtext {
  color: #acacac;
  white-space: normal;
  padding-left: 24px;
  font-size: 13px;
  line-height: 15px;
}

.paragraph.parahome.paraside.tabtext.sdfoiuhsdoghiusdfg {
  width: 95%;
}

.paragraph.parahome.paraside.paraside2 {
  padding-bottom: 18px;
}

.paragraph.parahome.paraside.paraside_kids {
  font-size: 13px;
}

.paragraph.parahome.parawinn {
  width: auto;
  font-family: intercom, sans-serif;
  font-size: 21px;
  font-style: italic;
  line-height: 15px;
}

.paragraph.parahome.parawinn.parawinn2 {
  margin-top: 10px;
}

.paragraph.parahome.parapurpose {
  width: 80%;
  font-family: Open Sans, sans-serif;
}

.paragraph.parahome.parapurpose.paraexpo {
  margin-top: -3px;
  margin-bottom: 20px;
}

.paragraph.parahome.parapurpose.paratrain {
  width: 100%;
  margin-bottom: 20px;
  line-height: 21px;
}

.paragraph.parahome.parapurpose.paratrain.mtbvs {
  width: 80%;
  line-height: 22px;
}

.paragraph.parahome.parapurpose.paratrain.disclaim {
  color: #fde941;
  padding-left: 20px;
  font-family: Avantgarde, sans-serif;
  font-size: 17px;
}

.paragraph.parahome.parapurpose.paratrain.hjhjiji {
  width: 95%;
  padding-right: 36px;
  line-height: 24px;
}

.paragraph.parahome.parapurpose.paratrain.hjhjiji.ddf {
  margin-left: 0;
}

.paragraph.parahome.parapurpose.paratrain.t556 {
  padding-left: 20px;
  line-height: 24px;
}

.paragraph.parahome.parahome2 {
  letter-spacing: .5px;
  width: 90%;
  max-width: 890px;
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 126px;
  font-family: Open Sans, sans-serif;
  line-height: 21px;
  position: relative;
}

.paragraph.parahome.mtb2.entries-closed {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.parahome.mtb2.entries-closed.closed.closed2 {
  width: 100%;
  margin-top: 0;
}

.paragraph.parahome.mtb3 {
  display: none;
}

.paragraph.parahome.kidspara {
  width: 500px;
}

.paragraph.parahome.parahome22 {
  z-index: 9999999;
  width: 580px;
  line-height: 21px;
  position: relative;
}

.paragraph.parahome.parahome22.portaltxt {
  width: 70%;
  margin-left: 30px;
  padding-left: 11px;
  font-size: 14px;
}

.paragraph.parahome.parahome22.portaltxt.portaltxt2 {
  margin-top: 9px;
}

.paragraph.parahome.parahome22.portaltxt.prtltxt2 {
  width: 5600px;
  color: var(--black);
  margin-top: 3px;
  margin-left: -7px;
  padding-left: 0;
  line-height: 14px;
  position: relative;
  left: 148px;
}

.paragraph.parahome.parahome22.portaltxt.prtltxt2._9987 {
  color: var(--white);
  margin-top: 9px;
}

.paragraph.parahome.parahome22.portaltxt.prtltxt2._8843 {
  width: 80%;
  color: var(--white);
  margin-top: 25px;
  margin-left: -84px;
  font-family: intercom, sans-serif;
  font-size: 21px;
  font-style: italic;
  line-height: 20px;
}

.paragraph.parahome.parahome22.portaltxt.ptxt2 {
  line-height: 17px;
}

.paragraph.parahome.parahome22.parahome55 {
  width: 100%;
  margin-top: -447px;
  padding-left: 68px;
  position: absolute;
}

.paragraph.parahome.parahome22.ohoh {
  letter-spacing: .5px;
  font-family: Open Sans, sans-serif;
}

.paragraph.parahome.parahome22.ohoh.rsltsinstruct {
  width: auto;
  margin-top: 10px;
}

.paragraph.parahome.parahome22.ohoh.rsltsinstruct.ss {
  padding-top: 7px;
  font-weight: 300;
}

.paragraph.parahome.parahome22.ohoh.rsltsinstruct.ss.ss3.ff6 {
  margin-top: -2px;
}

.paragraph.parahome.expohead {
  width: 45%;
}

.paragraph.parahome.introtrain {
  letter-spacing: .3px;
  width: 35%;
  font-family: Sf Pro Text, sans-serif;
  font-size: 16px;
  line-height: 21px;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.paragraph.parahome.introtrain.gear {
  width: 45%;
}

.paragraph.parahome.introtrain.gear.gearr {
  width: 80%;
  margin-top: 0;
}

.paragraph.parahome.introtrain.gear.gearr.gearrrrr {
  text-align: center;
  width: 75%;
  margin-top: 0;
}

.paragraph.parahome.introtrain.gear.gearr.gearr2 {
  width: 70%;
  margin-left: 62px;
}

.paragraph.parahome.pzp {
  font-family: Sf Pro Display, sans-serif;
}

.paragraph.parahome.roadresults {
  width: 70%;
  margin-top: 46px;
  margin-bottom: 2vw;
  line-height: 14px;
}

.paragraph.parahome.roadresults.rrresults2 {
  width: 70%;
  line-height: 18px;
}

.paragraph.parahome.roadresults.rrresults2.fullresultsnote {
  text-align: center;
  width: 80%;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.parahome.roadresults.rrresults2.gucci {
  width: 50%;
}

.paragraph.parahome.roadresults.rrresults2.gucci.adasdasdasd {
  margin-top: 27px;
}

.paragraph.parahome.roadresults.ss {
  width: 85%;
  margin-top: 25px;
}

.paragraph.parahome.roadresults.ii {
  width: 90%;
  margin-top: 14px;
  line-height: 18px;
  text-decoration: none;
}

.paragraph.parahome.roadresults.tirt {
  width: 80%;
  margin-top: 14px;
  line-height: 18px;
}

.paragraph.parahome.roadresults.tirt.ttty {
  line-height: 19px;
}

.paragraph.parahome.roadresults.tirt.ttty.ffg {
  letter-spacing: .3px;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.paragraph.parahome.roadresults.tirt.ttty.ffg.sf {
  color: #fce840;
  font-family: intercom, sans-serif;
}

.paragraph.parahome.roadresults.tirt.tyyr {
  margin-top: 6px;
  margin-bottom: 0;
}

.paragraph.parahome.roadresults.tirt.tyyr.tyyr2 {
  width: 90%;
}

.paragraph.parahome.pararoad {
  letter-spacing: .5px;
  width: 40%;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.paragraph.parahome.pararoad.aasxc {
  width: 100%;
}

.paragraph.parahome.pararoad.aasxc.farright {
  letter-spacing: 0;
  font-family: Avantgarde, sans-serif;
  font-size: 16px;
}

.paragraph.parahome.pararoad.aasxc.farright.dffff {
  width: 60%;
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 22px;
}

.paragraph.parahome.pararoad.aaa {
  width: 100%;
  margin-top: 48px;
}

.paragraph.parahome.pararoad.prizeterms {
  color: #fff;
  column-count: 2;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avantgarde, sans-serif;
  font-size: 17px;
}

.paragraph.parahome.pararoad.prizetermspara {
  column-count: 2;
  width: 100%;
  margin-left: 11px;
}

.paragraph.parahome.purposepar {
  letter-spacing: .7px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.paragraph.parahome.freeridemara {
  width: 40%;
  margin-left: 5%;
  padding-right: 0%;
  line-height: 21px;
}

.paragraph-2 {
  text-align: center;
  width: 60%;
  margin: 26px auto 0;
  font-family: "Avenirltstd book 0";
  font-size: 15px;
  line-height: 25px;
}

.paragraph-2.pigtext {
  text-align: left;
  width: 100%;
  margin: 0 0 1vw;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-2.para_end {
  color: #000;
  width: 65%;
  font-size: 16px;
}

.paragraph-2.para_end.paraend2 {
  width: 65%;
  font-size: 16px;
}

.paragraph-2.para_end.para2 {
  margin-top: 5px;
}

.paragraph-2.para2 {
  width: 80%;
  max-width: 900px;
  margin-top: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.paragraph-2.para2.staypara {
  margin-bottom: 40px;
}

.paragraph-2.paraprop {
  text-align: left;
  width: 100%;
  margin-top: 0;
  font-size: 16px;
}

.paragraph-2.cont, .paragraph-2.home {
  width: 65%;
  font-size: 16px;
}

.paragraph-2.home.homestay {
  margin-top: 51px;
}

.image-2 {
  width: 150px;
  margin-top: 8px;
  margin-bottom: 0;
}

.image-2.logostay {
  margin-top: -57px;
  margin-bottom: -46px;
}

.html-embed {
  width: 100%;
  margin-bottom: 0;
}

.columns {
  width: 90%;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}

.column {
  text-align: center;
}

.image-3 {
  width: 140px;
  margin-top: -6px;
  margin-bottom: 81px;
}

.paragraph-3 {
  font-family: "Avenirltstd book 0";
  font-size: 13px;
  line-height: 21px;
}

.paragraph-3.footpara {
  margin-left: -23px;
}

.text-block-3 {
  width: 100%;
  margin-bottom: 12px;
  font-family: Librecaslondisplay;
  font-size: 18px;
}

.image-4, .image-5, .image-6 {
  width: 35px;
}

.link-block {
  margin-right: 8px;
}

.link-block-2 {
  margin-right: 0;
}

.link-block-3 {
  margin-right: 12px;
}

.paragraph-4 {
  padding-left: 35px;
  font-family: "Avenirltstd book 0";
  font-size: 14px;
  line-height: 19px;
}

.collection-list-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.column-2, .column-3 {
  padding-right: 0;
}

.div-block-53 {
  margin-left: -28px;
}

.columns-2 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-2.cols3 {
  width: 65%;
  margin-bottom: 58px;
}

.columns-2.cols3.cols55 {
  width: 42%;
}

.image-7 {
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}

.image-7._7_1 {
  width: 180px;
}

.column-4, .column-5, .column-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.image-8 {
  width: 420px;
  margin-top: 31px;
  padding-left: 0;
}

.image-8.img88 {
  margin-top: 0;
}

.image-9 {
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-9.quote2 {
  margin-top: -10px;
}

.image-9.quote2.quote3, .image-9.quote2.quote4 {
  margin-top: 33px;
}

.image-9.quote2.quote5 {
  margin-top: 56px;
}

.div-block-54 {
  text-align: left;
}

.fullbleed-image-2 {
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.fullbleed-image-2.fullbl2 {
  background-color: #faf5f1;
  justify-content: flex-start;
  height: auto;
  padding-top: 40px;
  padding-bottom: 0;
}

.fullbleed-image-2.fullbl2.fullbl3 {
  height: 700px;
}

.fullbleed-image-2.fullbl2.fullbl3.abt {
  height: 200px;
}

.fullbleed-image-2.fullblhm {
  display: none;
}

.div-block-55 {
  margin-bottom: 305px;
  padding-top: 20px;
  position: absolute;
}

.div-block-55.giv2 {
  padding-top: 57px;
}

.div-block-55.quote4 {
  margin-bottom: 0;
  position: static;
}

.text-block-4 {
  color: #000;
  text-align: center;
  letter-spacing: .05vw;
  text-transform: uppercase;
  margin-top: 23px;
  font-family: Librecaslondisplay;
  font-size: 15px;
  font-weight: 400;
}

.text-block-4.txt-5 {
  text-align: center;
}

.text-block-4.v22 {
  margin-top: -31px;
  margin-bottom: 61px;
}

.slider {
  background-color: #fff;
  height: auto;
}

.slide-nav {
  display: none;
}

.background-video {
  width: 100%;
  height: 50vw;
  margin-top: 29px;
}

.div-block-56 {
  padding-bottom: 58px;
}

.div-block-56.dv562 {
  padding-bottom: 33px;
}

.image-10 {
  margin-top: -16px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-57 {
  text-align: center;
}

.div-block-57.div57_2 {
  margin-top: -15px;
}

.bold-text {
  color: #c5ac57;
}

.text-block-5 {
  letter-spacing: .1vw;
  margin-top: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
  font-weight: 400;
}

.italic-text {
  font-size: 24px;
}

.image-11 {
  margin-top: 47px;
}

.image-11.img111 {
  width: 140px;
  margin-top: 0;
}

.image-11._80 {
  width: 140px;
}

.icon, .icon-2, .icon-3, .icon-4 {
  font-size: 27px;
}

.div-block-58 {
  background-image: none;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vw;
}

.columns-3 {
  width: 100%;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}

.smallhead {
  text-align: center;
  margin-bottom: 1vw;
  font-size: 1.7vw;
  line-height: 2vw;
}

.image-12 {
  width: 70%;
  height: 3px;
  margin: -25px auto 0;
}

.column-7, .column-8, .column-9 {
  text-align: center;
}

.link {
  letter-spacing: .1vw;
  margin-top: -5px;
  font-family: "Avenirltstd book 0";
  font-size: 11px;
  display: block;
}

.text-block-6 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-style: italic;
}

.html-embed-2 {
  text-align: center;
}

.link-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.subhead {
  text-align: left;
  margin-top: 18px;
}

.subhead.sub2 {
  margin-top: 0;
}

.subhead.sub2.subheadaccomm {
  font-size: 1.5vw;
}

.button-2 {
  z-index: 33;
  border: 1px solid var(--black);
  color: var(--black);
  letter-spacing: .2vw;
  background-color: #0000;
  border-radius: 1px;
  margin-top: 20px;
  font-family: "Avenirltstd book 0";
  font-size: 12px;
  position: relative;
}

.button-2.loftbutt {
  display: none;
}

.columns-4 {
  width: 79%;
  margin: 15px auto 58px;
}

.column-10, .column-11, .column-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.slider-2 {
  background-color: #f7eee9;
  width: 90%;
  height: 32vw;
}

.column-13 {
  text-align: center;
  display: block;
}

.columns-5 {
  width: 85%;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-5 {
  color: #51413d;
  background-color: #0000;
  font-size: 27px;
}

.icon-6 {
  color: #51413e;
  font-size: 27px;
}

._8 {
  width: 180px;
}

.column-14, .column-15, .column-16, .column-17 {
  text-align: center;
}

.image-13 {
  display: none;
}

.image-14 {
  width: 175px;
}

.heading {
  display: none;
}

.div-block-59 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.div-block-60 {
  background-image: none;
  background-position: 50%;
  background-size: 1440px;
  height: 650px;
}

.div-block-61 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-62, .div-block-63, .div-block-64 {
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 650px;
}

.div-block-65 {
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1394px;
  height: 650px;
}

.div-block-66 {
  background-image: none;
  background-position: 0 0;
  background-size: 1440px;
  height: 650px;
}

.div-block-67 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 650px;
}

.div-block-68 {
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 650px;
}

.div-block-68._69 {
  background-image: none;
}

.columns-6 {
  display: none;
}

.div-block-69 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 600px;
}

.div-block-70 {
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 600px;
}

.div-block-70._70v2 {
  background-image: none;
}

.div-block-71 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 600px;
}

.image-15 {
  height: 600px;
}

.div-block-72, .div-block-73 {
  background-image: none;
  background-position: 50%;
  background-size: 1440px;
  height: 600px;
}

.div-block-74 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 600px;
}

.div-block-75 {
  background-image: none;
  background-position: 0 0;
  background-size: 1440px;
  height: 600px;
}

.slide {
  height: 600px;
}

.div-block-76 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 600px;
}

.div-block-77 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 587px;
  height: 600px;
}

.div-block-78 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 600px;
}

.columns-7 {
  display: none;
}

.image-18 {
  margin-left: 39px;
}

.link-block-4 {
  width: 70px;
  position: absolute;
}

.link-block-4.link4b {
  z-index: 10;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.div-block-80 {
  position: absolute;
}

.columns-8 {
  width: 100%;
  position: absolute;
}

.image-19 {
  margin-left: 36px;
}

.column-24 {
  text-align: right;
}

.image-20 {
  margin-right: 36px;
}

.text-block-7 {
  margin-bottom: 19px;
  font-family: "Avenirltstd book 0";
  font-size: 15px;
}

.text-block-7._72 {
  margin-top: 26px;
}

.bold-text-2 {
  letter-spacing: .1vw;
  font-size: 14px;
}

.div-block-81 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-82 {
  background-color: var(--white);
  text-align: center;
  width: 100%;
  padding-top: 0;
}

.div-block-82.dcv654 {
  padding-top: 20px;
}

.html-embed-3 {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.html-embed-3.htmlembed4 {
  width: auto;
  margin-left: 10%;
  margin-right: 20px;
  padding-left: 0;
}

.div-block-83 {
  background-color: #f7eee8;
  padding-top: 59px;
  padding-bottom: 78px;
  display: none;
}

.columns-9 {
  width: 600px;
  height: 150px;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
}

.column-25, .column-26, .column-27, .column-28 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 120px;
}

.text-block-8 {
  text-align: center;
  margin-top: 50px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 27px;
  font-style: italic;
  overflow: visible;
}

.text-span {
  font-size: 12px;
}

.text-span-2 {
  letter-spacing: .5px;
}

.div-block-84 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-21 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-85 {
  text-align: center;
  background-color: #f7eee9;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
}

.link-3, .link-4 {
  color: #fff;
  text-decoration: underline;
}

.text-span-3 {
  font-family: Playfair Display;
  font-size: 17px;
}

.text-span-4 {
  letter-spacing: .1vw;
  font-family: "Avenirltstd book 0";
  font-size: 10px;
}

.div-block-86 {
  width: 100%;
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-2 {
  color: #000;
  text-align: center;
  letter-spacing: .15vw;
  margin-bottom: -1vw;
  font-family: "Avenirltstd book 0";
  font-size: 12px;
}

.heading-2.head3 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2.head4 {
  margin-bottom: 0;
}

.heading-2.visithead {
  margin-top: 2vw;
  margin-bottom: 0;
}

.heading-2.hhh {
  margin-bottom: -2vw;
}

.heading-3 {
  color: var(--white);
  text-align: center;
  letter-spacing: .03vw;
  margin-top: 10px;
  font-family: Librecaslondisplay;
  font-size: 4vw;
}

.image-22 {
  width: 140px;
  margin-top: 0;
  margin-left: 7%;
  margin-right: 10px;
}

.image-22._222 {
  margin-top: 0;
}

.cols3 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cols3.cols33 {
  width: 800px;
  margin-top: 55px;
}

.cols4 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown {
  margin-top: 55px;
  margin-right: 408px;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.dropdown-list {
  margin-left: 3px;
}

.dropdown-list.w--open {
  background-color: #0000;
  margin-top: -16px;
  margin-left: -77px;
}

.icon-7 {
  margin-top: 0;
}

.dropdown-link {
  color: #000;
  text-align: center;
  letter-spacing: .2vw;
  background-color: #fff;
  padding-top: 3px;
  padding-bottom: 0;
  font-family: "Avenirltstd book 0";
  font-size: 10px;
}

.dropdown-link.drpdwn {
  color: #000;
  background-color: #fff;
  padding: 13px 40px 2px;
}

.dropdown-link.last {
  padding-bottom: 14px;
}

.column-29 {
  text-align: center;
}

.div-block-87 {
  width: 80%;
  margin-top: -75px;
  margin-left: auto;
  margin-right: auto;
}

.video {
  margin-top: 76px;
}

.link-5 {
  color: var(--white);
}

.bold-text-3 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.ph, .linkblack {
  color: #000;
}

.text-block-9 {
  color: #205c5c;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
  line-height: 24px;
}

.text-block-9.subtitle {
  color: #eeeeac;
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
}

.text-block-9.subtitle.subtitle2 {
  text-align: left;
  width: 570px;
  margin-bottom: 3px;
  font-size: 15px;
}

.text-block-9.subtitle.subtitle2.subtitle3 {
  text-align: right;
}

.text-block-9.subtitle.subtitle2.subtitle3.abt3 {
  color: #fff;
  width: 600px;
  font-weight: 400;
}

.text-block-9.txt10 {
  color: #fff;
  text-align: left;
  margin-top: 7px;
  margin-bottom: 2px;
  font-size: 15px;
}

.text-block-9.txt10.txt102 {
  width: auto;
}

.text-block-9.txt10.txt102.txt103 {
  width: auto;
  margin-top: 20px;
  padding-right: 78px;
}

.text-block-9.txt10.txt102._102b {
  color: #205c5c;
  margin-top: 0;
  padding-right: 10px;
}

.text-block-9.txt10.txt102._102b._102c {
  margin-top: -15px;
  display: block;
}

.text-block-9.txt10.txt102._102b._102c._102xx {
  margin-top: 12px;
}

.text-block-9.txt10.txt103 {
  width: 250px;
}

.text-block-9.txt10.txt_doubts {
  clear: none;
  width: 200px;
  margin-top: 18px;
  display: flex;
}

.text-block-9.txt10.txt_doubts.txt_helpme {
  color: #eeeeac;
  margin-bottom: -10px;
}

.text-block-9.txt10.how-it-works {
  color: #eeeeac;
  text-align: left;
  width: auto;
  margin-left: 40px;
  padding-left: 20px;
  line-height: 21px;
  list-style-type: none;
  display: block;
}

.text-block-9.txt10.how-it-works.hiw4 {
  width: 80%;
  padding-left: 0;
}

.text-block-9.txt10.how-it-works.slidr {
  color: #316968;
  margin-left: 10px;
  padding-left: 0;
}

.text-block-9.txt10.txt_diff {
  color: #316968;
  text-align: left;
  margin-top: 19px;
}

.text-block-9.txt10.txt11 {
  text-align: left;
  margin-bottom: 15px;
}

.text-block-9.txt10.txt12 {
  color: #15645a;
  width: 100%;
  margin-top: 26px;
  padding-right: 0;
}

.text-block-9.txt10.txt12.cntct4 {
  letter-spacing: 0;
  margin-top: 18px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 19px;
}

.text-block-9.txt10.txt12.subscribe_sub {
  color: #16494a;
  text-align: left;
  margin-bottom: 21px;
  font-style: italic;
  font-weight: 700;
}

.text-block-9.txt10.txt12.subscribe_sub.sub_note {
  color: #fff;
  width: 460px;
  margin: 45px auto 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.text-block-9.txt10.txt12.subscribe_sub.subsubsub {
  text-align: right;
}

.text-block-9.txt10.supporttext {
  max-width: 400px;
}

.text-block-9.txt10.supporttext.support2 {
  text-align: center;
  max-width: none;
  padding-left: 40px;
}

.text-block-9.txt10.txt16 {
  color: #195c5d;
  text-align: center;
  width: 620px;
  margin: -52px auto 114px;
}

.text-block-9.txt10.howworks2 {
  color: #eeeeac;
  width: 80%;
  line-height: 18px;
}

.text-block-9.txt10.howitworks2 {
  color: #eeeeac;
  width: 90%;
  line-height: 18px;
}

.text-block-9.txt9 {
  margin-top: 17px;
}

.text-block-9.txt11 {
  margin-top: 4px;
  margin-bottom: 0;
}

.text-block-9.txt11._11b {
  color: var(--white);
}

.image-23 {
  flex: none;
  width: 21px;
  margin-top: 32px;
  margin-left: 34px;
}

.image-24 {
  width: 21px;
  margin-top: 20px;
  margin-left: 25px;
}

.image-25 {
  width: 120px;
  margin-top: 11px;
}

.columns-10 {
  width: 90%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-6 {
  color: #c4e3d0;
  font-size: 14px;
  line-height: 21px;
}

.column-30 {
  text-align: left;
}

.text-block-10 {
  color: #269494;
  text-align: right;
  margin-top: 14px;
  margin-right: 27px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
}

.columns-11 {
  justify-content: flex-end;
  width: 90px;
  display: flex;
}

.column-31 {
  text-align: right;
}

.image-26 {
  width: 30px;
  margin-top: 3px;
}

.div-block-88 {
  justify-content: flex-end;
  width: auto;
  margin-top: 29px;
  display: flex;
}

.columns-12 {
  width: 100%;
  max-width: 1200px;
  margin-top: -22px;
  margin-left: auto;
  margin-right: auto;
}

.columns-12._12b {
  margin-top: 0;
}

.div-block-89 {
  z-index: 99;
  background-color: #fff;
  background-image: url('../images/tile2.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 16px;
  border-radius: 8px;
  margin-top: -20px;
  padding: 60px 40px 44px;
  position: relative;
}

.div-block-89.div3 {
  background-color: #a2d2bd;
  background-image: none;
  height: 240px;
  margin-top: -50px;
  padding-top: 15px;
  padding-bottom: 31px;
}

.div-block-89.div3.dicv33.div3b._3b2 {
  background-image: none;
}

.div-block-89.div3.div3b {
  background-color: #0000;
  background-image: url('../images/vert_short.gif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 2px;
}

.div-block-89.divsupport {
  background-color: #f4f5ea;
  background-size: auto 140px;
  margin-top: 60px;
  padding-top: 28px;
  padding-bottom: 12px;
  padding-left: 0;
}

.div-block-89.divsupport.div_contact {
  background-image: none;
  margin-top: 0;
  padding-top: 59px;
}

.div-block-89._89_2 {
  background-image: none;
  margin-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-4 {
  color: #205c5c;
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 31px;
  font-style: italic;
  font-weight: 700;
}

.heading-4.head5 {
  color: #fff;
  text-align: left;
  align-items: flex-end;
  width: 100%;
  font-size: 31px;
  line-height: 35px;
  display: block;
}

.heading-4.head5.head_doubts {
  margin-bottom: 1vw;
}

.heading-4.head5.head_doubts.head_helpme {
  color: #c1f2d6;
}

.heading-4.head5.head_doubts.head_about {
  color: #fff;
}

.heading-4.head5.head_doubts.head_about.head_about2 {
  color: #15645a;
}

.heading-4.head5.head_doubts.head_about.head_about2.subhead {
  color: #a0d3b6;
  text-align: center;
  margin-top: -1px;
}

.heading-4.head5.head_doubts.head_about.head_about2.subhead.subscribehead {
  color: #16494a;
  text-align: left;
}

.heading-4.head5.head_doubts.head_about.head_about2.subhead.subhead33 {
  color: #fff;
  text-align: right;
}

.heading-4.head5.head_doubts.head_journey_cntct {
  color: #15645a;
}

.heading-4.head5.head6 {
  color: #c1f2d6;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 4vw;
  display: block;
}

.heading-4.head5.head6.head13 {
  color: #fff;
  margin-bottom: 3vw;
  margin-left: 32px;
}

.heading-4.head5.head6.head13.head14 {
  color: #1c575d;
  text-align: center;
  margin-top: -193px;
  margin-bottom: 63px;
  margin-left: 0;
}

.heading-4.head5.headfoster {
  color: #316968;
}

.heading-4.head7 {
  padding-left: 41px;
  font-size: 21px;
}

.heading-4.head7.contcthead {
  color: #c0f1d6;
  margin-bottom: 25px;
  padding-left: 0;
  font-size: 16px;
  line-height: 19px;
}

.heading-4.head7.contcthead.cntcthead2 {
  margin-bottom: 20px;
}

.heading-4.head7.head9 {
  padding-left: 0;
}

.heading-4.head7.head9._9b {
  color: #a4d4bf;
  background-color: #a4d4bf00;
}

.heading-4.head99 {
  color: #51b8af;
}

.heading-4.head_journey {
  background-color: #8b5b5b;
  margin-bottom: 16px;
}

.div-block-90 {
  background-color: #51b8af;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 25px;
}

.div-block-90.line2 {
  margin-top: 0;
}

.div-block-90.line3 {
  margin-bottom: 7px;
}

.div-block-90.line3.line4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-91 {
  color: #205c5c;
  height: auto;
  padding-top: 47px;
  padding-left: 0;
  padding-right: 40px;
}

.div-block-91.div912 {
  padding-top: 0;
}

.div-block-91.div912._9122 {
  text-align: left;
}

.div-block-91._912 {
  padding-left: 40px;
}

.div-block-91.getit {
  margin-top: 50px;
  padding-top: 53px;
}

.text-span-6 {
  color: #bff0d6;
}

.text-span-6._8b {
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
  display: inline;
}

.button-3 {
  color: #205c5c;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 15px;
  margin-bottom: 32px;
  padding: 5px 15px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.button-3.button4 {
  color: #fff;
  background-color: #51b8af;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

.button-3.button4._4_ {
  margin-bottom: 32px;
}

.button-3.button5 {
  margin-top: 42px;
}

.button-3.butt6 {
  margin-top: 48px;
}

.button-3.butt6.butt62 {
  margin-top: 28px;
  margin-bottom: 0;
}

.button-3.whatsapp-butt {
  display: none;
}

.italic-text-2 {
  font-size: 14px;
  font-weight: 700;
}

.text-block-11 {
  color: #eeeeac;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 17px;
  font-style: italic;
}

.text-block-11.txt_how {
  color: #205c5c;
  max-width: 650px;
  margin: 5% auto;
  font-size: 18px;
  line-height: 24px;
}

.heading-5 {
  color: #c0f1d6;
  width: 80%;
  margin-top: 0;
  padding-right: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  font-weight: 700;
  display: block;
}

.heading-5.decide1 {
  color: var(--white);
  margin-right: 34px;
  padding-right: 10px;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  display: block;
  position: static;
}

.heading-5.decide1.decide2 {
  color: #eeeeac;
  width: 90%;
  margin-right: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  list-style-type: none;
  display: block;
}

.heading-5.head6 {
  width: 90%;
}

.heading-5.hed52 {
  width: 100%;
}

.column-32, .column-33 {
  padding-left: 20px;
  padding-right: 20px;
}

.link-6 {
  color: #eeeeac;
  font-style: italic;
  font-weight: 700;
}

.columns-13 {
  margin-bottom: 69px;
  margin-left: 0%;
  padding-left: 3%;
  padding-right: 3%;
}

.column-34 {
  padding-right: 15px;
}

.column-35 {
  padding-left: 15px;
}

.div-block-92 {
  width: 20px;
  height: 20px;
}

.div-block-93 {
  padding-left: 5%;
}

.column-36 {
  padding-left: 42px;
}

.column-36._36b {
  padding-left: 50px;
}

.column-37 {
  background-image: url('../images/home_icon1b.png');
  background-position: 85% 0;
  background-repeat: no-repeat;
  background-size: 60px;
  height: 180px;
}

.column-37.col38 {
  background-image: url('../images/home_icon3b.png');
  background-position: 82% 0;
  background-size: 50px;
}

.column-38 {
  background-image: url('../images/home_icon2b.png');
  background-position: 85% 0;
  background-repeat: no-repeat;
  background-size: 48px;
  height: 180px;
}

.column-38._38b {
  background-image: url('../images/home_icon4b.png');
  background-size: 45px;
}

.div-block-94 {
  background-image: url('../images/foster_to_grow3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 638px;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  height: 350px;
  display: flex;
}

.columns-14 {
  width: 95%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
}

.column-39 {
  margin-top: 40px;
  padding-right: 91px;
  display: block;
}

.column-39._392 {
  margin-top: 0;
  padding-left: 5%;
  padding-right: 3px;
}

.text-block-12 {
  color: var(--white);
  text-align: center;
  margin-bottom: 29px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.italic-text-3 {
  font-size: 19px;
}

.columns-15 {
  max-width: 1200px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.columns-16 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.columns-17 {
  width: 100%;
  max-width: 1100px;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.head2 {
  color: var(--white);
  text-align: left;
  margin-right: 30px;
  display: block;
}

.head2.head3 {
  padding-top: 25px;
  display: block;
}

.head2.list {
  margin-right: 34px;
  padding-right: 10px;
  font-size: 17px;
  font-weight: 400;
  display: inline;
}

.head2.list.list2 {
  margin-right: 0;
  padding-top: 18px;
  padding-right: 0;
  display: inline;
}

.head2.head14 {
  color: #316968;
  text-align: left;
  letter-spacing: 0;
  margin-right: 10px;
  font-style: normal;
  line-height: 20px;
  display: block;
}

.column-40 {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.div-block-95 {
  background-color: #c0f3d6;
  border-radius: 8px;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 57%;
  margin-bottom: 56px;
  margin-left: 16px;
  padding: 35px 40px 25px;
  display: block;
  position: relative;
}

.text-span-7 {
  color: #eeeeac;
}

.div-block-96 {
  background-color: #fff;
  border-radius: 8px;
  width: 95%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 39px;
  display: none;
  position: relative;
}

.div-block-96._962 {
  background-image: url('../images/f.png'), url('../images/fostr_way_bg.gif');
  background-position: 95% 90%, 50% 0;
  background-repeat: no-repeat, repeat-x;
  background-size: 40px, 8px 100%;
  width: 90%;
  max-width: 1100px;
  margin-bottom: 2px;
  padding: 25px 20px 25px 60px;
  display: block;
  overflow: hidden;
}

.div-block-96._962.slidervs {
  display: none;
}

.div-block-97 {
  text-align: center;
  background-color: #165151;
  background-image: url('../images/tile.gif');
  background-position: 0 0;
  background-size: 100%;
  border-radius: 8px;
  width: 90%;
  max-width: 1100px;
  height: auto;
  margin-top: 49px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.column-41 {
  text-align: left;
  padding-top: 29px;
  padding-left: 4%;
}

.div-block-98 {
  background-color: #1e595e;
  background-image: url('../images/how_works_mid.jpg');
  background-position: 0 65%;
  background-repeat: repeat;
  background-size: 1440px;
  margin-top: -150px;
  padding: 138px 5% 60px;
}

.div-block-99 {
  max-width: 1100px;
  margin-top: 136px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-100 {
  background-color: #bff0d6;
  border-radius: 8px;
  height: 390px;
  padding: 30px 40px 20px;
}

.txt14 {
  color: #1c575c;
}

.image-27 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tabs-2 {
  text-align: center;
}

.div-block-101 {
  text-align: left;
  background-image: url('../images/1_11.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 22px;
  width: auto;
  height: auto;
  padding-top: 34px;
  padding-right: 0;
}

.div-block-101._1013 {
  background-image: url('../images/2_12.png');
}

.div-block-101._1014 {
  background-image: url('../images/3_13.png');
}

.div-block-101._1015 {
  background-image: url('../images/4_14.png');
}

.div-block-101._1016 {
  background-image: url('../images/5_15.png');
}

.div-block-101._10122 {
  background-image: none;
}

.div-block-101._10122._101 {
  padding-top: 0;
}

.div-block-101._10122._10144 {
  background-image: url('../images/2_12.png');
}

.div-block-101._10122._1014 {
  padding-top: 2px;
}

.div-block-101._10133 {
  background-image: url('../images/3_13.png');
  background-position: 0 0;
  background-size: 22px;
}

.div-block-101._10133._101 {
  background-image: none;
  padding-top: 0;
}

.div-block-101._10144 {
  background-image: url('../images/4_14.png');
  background-position: 0 0;
  background-size: 20px;
}

.div-block-101._10144._101444 {
  background-image: none;
  padding-top: 0;
}

.div-block-101._10155 {
  background-image: url('../images/5_15.png');
  background-position: 0 0;
  background-size: 20px;
}

.div-block-101._10155._101555 {
  background-image: none;
  padding-top: 0;
}

.div-block-102 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-103 {
  width: 160px;
  height: 200px;
  margin-left: 42px;
}

.tab-pane-tab-1 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-13 {
  color: #222;
  letter-spacing: .3vw;
  font-family: Lato, sans-serif;
}

.text-block-14 {
  color: #94752b;
  text-align: center;
  letter-spacing: .3vw;
  margin-bottom: 17px;
  font-size: 15px;
}

.text-block-14.hd55 {
  color: #316968;
  margin-top: 41px;
  margin-bottom: 11px;
}

.tab-link-tab-1 {
  background-color: #0000;
}

.tab-link-tab-1.w--current {
  background-color: #0000;
  padding-right: 0;
}

.tab-link-tab-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
}

.tab-link-tab-2.w--current {
  background-color: #0000;
}

.tabs-menu {
  margin-bottom: 14px;
}

.columns-18 {
  margin-left: 3%;
  margin-right: -164px;
}

.columns-18._18-2 {
  margin-bottom: 7px;
  margin-left: 0%;
  margin-right: -164px;
  display: block;
}

.image-28 {
  width: 40px;
  margin-top: 6px;
  margin-bottom: 9px;
  margin-left: 0;
  display: block;
}

.paragraph-7 {
  color: #316968;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.paragraph-7.para7_2 {
  color: #316968;
}

.column-42 {
  padding-right: 53px;
}

.column-43 {
  padding-left: 0;
}

.column-44 {
  padding-right: 0;
}

.columns-19 {
  margin-left: auto;
  margin-right: auto;
}

.column-45 {
  padding-left: 57px;
}

.italic-text-4 {
  color: #316968;
}

.div-block-104 {
  text-align: center;
  background-color: #eeeeac;
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 220px;
}

.div-block-105 {
  color: #316968;
  background-color: #eeeeac;
  border-radius: 8px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 15px 15px 10px 0;
}

.column-46, .column-47, .column-48, .column-49 {
  padding-right: 5px;
}

.text-span-8 {
  color: #c0f1d6;
}

.italic-text-5 {
  color: #eeeeac;
  font-weight: 700;
}

.div-block-106 {
  text-align: left;
  background-image: url('../images/iion_abt_1iion_abt.png');
  background-position: 0 68px;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 80%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-left: 60px;
}

.div-block-106._1062 {
  background-image: url('../images/ion_vision_1ion_vision.png');
  background-position: 0 48px;
  background-size: 45px;
  width: 100%;
  max-width: none;
  padding-top: 53px;
}

.div-block-106._1062._10667 {
  padding-right: 54px;
}

.div-block-106._1063 {
  background-image: url('../images/lightbulb.png');
  background-position: 0 60px;
  background-size: 50px;
}

.div-block-106._1054 {
  background-image: url('../images/ion_valus.png');
  background-position: 0 60px;
  background-size: 45px;
}

.div-block-106._106nt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: inline-block;
  position: static;
}

.div-block-106._106nt.subblog {
  width: 700px;
  margin-left: 20%;
  padding-top: 72px;
}

.div-block-106._106_2 {
  background-image: url('../images/icon_vision2_1icon_vision2.png');
  padding-right: 366px;
}

.link-7 {
  color: #c2f3d6;
  font-weight: 400;
}

.image-29 {
  margin-top: 18px;
  margin-bottom: 18px;
  display: block;
}

.columns-20 {
  margin-top: 37px;
}

.column-50, .column-51 {
  padding-left: 0;
  padding-right: 30px;
}

.column-52 {
  padding-left: 0;
  padding-right: 40px;
}

.column-52._66 {
  padding-right: 19px;
}

.image-30 {
  margin-top: 20px;
}

.italic-text-6, .italic-text-7, .italic-text-8, .italic-text-9, .italic-text-10, .italic-text-11 {
  color: #eeeeac;
}

.div-block-107 {
  text-align: center;
}

.slider-3 {
  background-color: #0000;
  height: 50px;
}

.left-arrow, .right-arrow, .slide-nav-2 {
  display: none;
}

.link-8 {
  color: #e5eba8;
}

.italic-text-12 {
  color: #ebedad;
  display: block;
}

.italic-text-12._997 {
  margin-top: 34px;
}

.div-block-108 {
  background-color: #51b8af;
  padding: 20px 40px 10px;
}

.text-span-9 {
  font-style: italic;
}

.text-block-15 {
  margin-top: 63px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.html-embed-4 {
  margin-left: 0;
  margin-right: -37px;
}

.div-block-109 {
  z-index: 101;
  background-color: #3f797a;
  border-radius: 8px;
  width: 77%;
  max-width: 900px;
  height: 150px;
  margin-top: -18px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.div-block-109.contct2 {
  background-color: #0000;
  background-image: none;
  margin-top: 21px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-109.blog {
  background-color: #f5f5eb;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin-top: -226px;
  margin-bottom: 0;
  padding: 10px;
}

.div-block-109._109b {
  background-image: url('../images/mint.jpg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 7px 55px;
  height: 150px;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-8 {
  color: #3f797a;
  margin-top: 13px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
}

.paragraph-8._82 {
  color: #fff;
  text-align: center;
  margin-top: 0;
}

.paragraph-8._82.sameday {
  color: #3f797a;
}

.text-block-16 {
  color: #236f66;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.columns-21 {
  width: 100%;
}

.image-31 {
  width: 50px;
  display: inline-block;
}

.column-53 {
  padding-top: 14px;
}

.text-block-17 {
  display: block;
}

.text-block-17.phonenr {
  color: #fff;
  margin-top: 7px;
  margin-left: 58px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
}

.text-block-17.phonenr.phone2 {
  text-align: center;
  margin-top: 5px;
}

.columns-22 {
  background-image: url('../images/icon_phone_1icon_phone.gif');
  background-position: 0 15px;
  background-repeat: no-repeat;
  background-size: 61px;
  align-items: flex-start;
  height: 90px;
  padding-top: 13px;
  display: none;
}

.column-54 {
  background-image: url('../images/icon_whatsapp_1icon_whatsapp.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 61px;
  padding-left: 83px;
}

.div-block-110 {
  border-radius: 8px;
  height: 175px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 23px;
  padding-bottom: 24px;
  padding-left: 41px;
}

.column-55 {
  background-image: url('../images/vert_short.gif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 2px;
  padding-left: 0;
  padding-right: 15px;
}

.text-block-18 {
  color: var(--white);
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: normal;
  line-height: 16px;
  text-decoration: none;
}

.column-56 {
  padding-left: 15px;
  padding-right: 0;
}

.link-9 {
  color: #eeeeac;
  text-decoration: none;
}

.link-10 {
  color: #eeeeac;
}

.div-block-111 {
  width: 77%;
  max-width: 900px;
  margin-top: 41px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-left: 1px;
}

.div-block-111._1112 {
  background-color: var(--white);
  background-image: url('../images/foster_journey_bg2.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 349px;
  border-radius: 8px;
  margin-bottom: 35px;
  padding-left: 40px;
}

.text-span-10 {
  color: #bff0d6;
}

.text-span-10._102 {
  color: #15645a;
}

.html-embed-5 {
  background-color: var(--white);
  text-align: left;
  border-radius: 8px;
  width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.column-57 {
  padding-left: 0;
  padding-right: 0;
}

.link-11 {
  color: var(--white);
}

.link-11.link112 {
  text-align: left;
}

.link-12 {
  color: #c4e3d1;
}

.link-13 {
  color: #c4e5cf;
}

.link-14 {
  color: #c4e5d0;
}

.link-15, .link-16 {
  color: #c4e4cf;
}

.div-block-112 {
  background-color: #0000;
  background-image: url('../images/plus_1plus.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  justify-content: flex-end;
  align-items: stretch;
  width: 20px;
  height: 20px;
  margin: 15px 0 -26px 91%;
  padding-left: 68px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.div-block-112._113 {
  margin-top: 405px;
}

.div-block-112._1122 {
  padding-left: 189px;
}

.div-block-112._11233 {
  background-position: 50%;
  background-size: 14px;
  margin-left: 96%;
  display: block;
}

.div-block-112._11233._1234 {
  background-position: 50%;
  background-size: 14px;
  height: 20px;
  margin-top: 23px;
  margin-bottom: -47px;
}

.div-block-112._11233._123345 {
  background-size: 14px;
  margin-top: 26px;
  margin-bottom: -47px;
}

.div-block-112._11233._112244 {
  margin-left: 80%;
}

.text-span-11 {
  line-height: 0;
}

.link-17, .link-18 {
  color: var(--white);
  text-decoration: underline;
}

.link-19 {
  color: var(--white);
}

.link-20, .link-21 {
  color: var(--white);
  text-decoration: underline;
}

.div-block-113 {
  margin-right: 0;
  padding-right: 0;
}

.dicx {
  padding-right: 0;
}

.italic-text-13.it13b {
  color: #205c5c;
}

.column-61 {
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-12 {
  color: #e5eba8;
  font-weight: 700;
}

.div-block-114 {
  background-color: #a3d3be;
  border-radius: 8px;
  height: auto;
  padding: 20px 10px 20px 30px;
}

.column-62 {
  background-image: url('../images/vert_short.gif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 2px;
}

.column-63 {
  align-items: flex-end;
  height: auto;
  padding-right: 53px;
  display: flex;
}

.div-block-115, .div-block-116, .div-block-117 {
  text-align: left;
}

.image-32 {
  width: 27px;
}

.image-32._322 {
  width: 9px;
}

.div-block-118 {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  width: 85%;
  height: 75%;
  margin-top: 178px;
  display: flex;
}

.div-block-118.blog77 {
  height: 30%;
}

.div-block-118._1183 {
  margin-top: 122px;
  display: none;
}

.div-block-118._1183._184 {
  display: flex;
}

.link-block-5 {
  z-index: 99;
  position: absolute;
}

.link-block-5.homeartow {
  margin-bottom: 78px;
}

.link-block-5.dd {
  width: 20px;
}

.div-block-119 {
  text-align: right;
  height: 20px;
  padding-bottom: 33px;
  padding-right: 29px;
}

.column-64 {
  padding-right: 27px;
}

.image-33 {
  display: none;
}

.div-block-120 {
  text-align: left;
  margin-left: 77px;
  padding-top: 34px;
}

.text-block-19 {
  color: #205c5c;
  background-image: url('../images/download.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 45px;
  width: 170px;
  margin-top: 6px;
  margin-left: 98px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
}

.image-40 {
  width: 170px;
  margin-top: 15px;
  margin-left: 100px;
}

.text-block-20 {
  color: #205c5c;
  margin-top: 18px;
  padding-left: 100px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.image-41 {
  display: none;
}

.text-span-13 {
  color: #c2f2d7;
  font-style: italic;
  font-weight: 700;
}

.text-span-14 {
  color: #fff;
  font-style: italic;
  font-weight: 700;
}

.text-span-15 {
  font-style: italic;
  font-weight: 700;
}

.link-22 {
  color: var(--white);
  text-decoration: underline;
}

.text-span-16 {
  text-indent: 0;
  margin-left: 20px;
  display: block;
}

.text-span-17 {
  padding-left: 20px;
  display: block;
}

.invis {
  height: 30px;
}

.invis.invis2 {
  margin-top: -64px;
}

.link-23 {
  color: #c4e5d0;
}

.list-item {
  color: #205c5c;
  background-image: url('../images/Star_teal.svg');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 21px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.text-span-18 {
  font-size: 15px;
}

.bold-text-5 {
  font-style: italic;
}

.bold-text-5.jj {
  line-height: 19px;
}

.list-item-2 {
  color: #eeeeac;
  background-image: url('../images/Star_Lime.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: -44px;
  padding-left: 24px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
  line-height: 21px;
}

.list-item-2.list3-4 {
  color: #316968;
  background-image: url('../images/Star_teal.svg');
  background-position: 10px 2px;
  margin-bottom: 1vw;
  margin-left: -34px;
  margin-right: -15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
}

.list-item-3 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.link-24 {
  color: var(--white);
  text-decoration: underline;
}

.list-2 {
  padding-left: 2vw;
  list-style-type: none;
}

.slider-4 {
  background-color: var(--white);
  height: auto;
}

.slide-nav-3 {
  justify-content: center;
  margin-bottom: -21px;
  display: block;
}

.icon-8 {
  color: #91aaa0;
  font-size: 27px;
}

.icon-9 {
  color: #b2b3b5;
  font-size: 27px;
}

.right-arrow-2, .left-arrow-2 {
  width: 30px;
}

.mask-2 {
  padding-left: 40px;
  padding-right: 40px;
}

.slide-7, .slide-8 {
  margin-left: 9px;
}

.div-block-121 {
  text-align: right;
  background-color: #000;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/new_home_bg.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 640px;
  padding: 45px 10% 52px;
  position: relative;
}

.div-block-121._121_road {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bg_1.jpg'), linear-gradient(#0000, #0000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, auto;
  height: 400px;
  padding-top: 6px;
}

.div-block-121._121_road.divmtb {
  background-image: url('../images/mtb_footer3.jpg');
  background-size: cover;
}

.video-2 {
  position: absolute;
}

.background-video-2 {
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.background-video-2.bgvid3 {
  z-index: 99;
  justify-content: center;
  align-items: stretch;
  display: inline-flex;
}

.background-video-2.bgvid3.bgvid99 {
  z-index: 99;
  align-items: center;
  position: absolute;
}

.text-span-19 {
  font-weight: 700;
}

.div-block-122 {
  background-image: url('../images/icon_phone_1icon_phone.gif');
  background-position: 35% 0;
  background-repeat: no-repeat;
  background-size: 61px;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 4px;
  margin-bottom: 31px;
  display: flex;
}

.column-68 {
  padding-right: 5px;
}

.image-42 {
  width: 20px;
  margin-top: 12px;
}

.image-42._421 {
  margin-top: 30px;
}

.image-42._422, .image-42._444, .image-42._445 {
  margin-top: 17px;
}

.columns-24 {
  width: 80%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.column-69 {
  padding-left: 0;
}

.div-block-123 {
  background-image: url('../images/home-mast.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 26vw;
  margin-top: 57px;
}

.column-70 {
  padding-left: 0;
  padding-right: 0;
}

.italic-text-14 {
  font-weight: 700;
}

.text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25 {
  font-style: italic;
  font-weight: 700;
}

.columns-25 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-6 {
  border-radius: 8px;
  width: 620px;
  margin-bottom: 0;
  padding: 10px;
}

.paragraph-9 {
  width: 460px;
  color: var(--white);
  margin-top: 33px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.paragraph-9.par92 {
  text-align: right;
}

.paragraph-9.par92._9292 {
  width: 100%;
  padding-left: 40%;
}

.image-43 {
  margin-bottom: 70px;
}

.div-block-124 {
  background-color: #fff;
  border-radius: 8px;
  width: 640px;
  padding: 10px;
}

.div-block-125 {
  width: 640px;
  position: static;
  inset: 0% 0% 0% auto;
}

.div-block-128 {
  background-image: url('../images/bg1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 220px;
  height: auto;
  padding-top: 6px;
  padding-bottom: 40px;
  padding-left: 44px;
}

.div-block-128.div2 {
  background-image: url('../images/bg2.png');
  height: auto;
  padding-bottom: 40px;
}

.div-block-128.div2.div3 {
  background-image: url('../images/bg3.png');
  padding-bottom: 40px;
}

.div-block-128._1282 {
  border-radius: 8px;
  margin-top: -30px;
  margin-left: 0;
}

.columns-26 {
  width: 700px;
  height: 250px;
  margin-left: 105px;
}

.columns-26.tttyu {
  width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.column-71, .column-72, .column-73 {
  height: 100%;
}

.heading-6 {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 38px;
  font-family: intercom, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8vw;
}

.heading-6.roadrace {
  margin-bottom: 5px;
  padding-top: 26px;
  font-size: 2.1vw;
}

.heading-6.roadrace.tabhead {
  padding-left: 23px;
  font-size: 27px;
  font-weight: 300;
}

.heading-6.roadrace.tabhead.prizehead {
  text-align: left;
  margin-left: 12px;
  padding-left: 34px;
}

.heading-6.roadrace.tabhead.sss {
  margin-left: 15px;
}

.heading-6.roadrace.mtbrace {
  font-size: 2.1vw;
}

.heading-6.headingexpo1 {
  background-color: #0000;
  padding-top: 17px;
  padding-bottom: 19px;
  padding-left: 40px;
}

.text-block-21 {
  color: #fde741;
  text-align: left;
  width: 150px;
  margin-left: 0;
  font-family: intercom, sans-serif;
  font-size: 21px;
  font-style: italic;
}

.text-block-21.blok2 {
  color: #f15a24;
  text-align: left;
  margin-top: 6px;
  font-size: 21px;
  line-height: 17px;
}

.text-block-21.blok2.blok3 {
  color: #eb0404;
  font-size: 21px;
}

.text-block-21.blok2.hehe {
  font-size: 18px;
}

.text-block-21.txt2 {
  font-size: 18px;
  font-weight: 400;
}

.text-block-21.date {
  margin-top: 1px;
  font-size: 18px;
}

.text-block-21.date.dateorange {
  color: #ff924a;
  font-size: 18px;
}

.text-block-21.date.kidsdate2 {
  color: #eb0404;
  letter-spacing: .5px;
  margin-top: 17px;
  font-family: Avantgarde, sans-serif;
  line-height: 15px;
}

.text-block-21._21orange {
  color: #ff924a;
}

.text-block-21._21orange._21orange2 {
  margin-top: 13px;
}

.text-block-21._21orange.closed {
  color: #fde741;
  margin-top: 18px;
  font-size: 18px;
  display: block;
}

.text-block-21.kidstxt {
  color: #eb0404;
  letter-spacing: 0;
}

.text-block-21.txtexpo2 {
  color: #000;
  text-align: left;
  width: auto;
  padding-left: 40px;
}

.bold-text-6 {
  font-weight: 400;
}

.bold-text-6.txheadexpodisclaim {
  color: #fde941;
}

.button-4 {
  background-color: #3898ec00;
  background-image: url('../images/butt_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 50px;
  margin-top: 11px;
  margin-left: -13px;
}

.button-4.navbutt {
  color: #fde741;
  text-align: left;
  margin-top: 9px;
  margin-left: -13px;
  margin-right: 100px;
  padding-top: 15px;
  padding-left: 32px;
  font-family: intercom, sans-serif;
  font-size: 16px;
  font-style: italic;
  display: flex;
}

.button-4.navbutt.racebutt {
  text-align: left;
  background-image: url('../images/train_butt.png');
  margin-top: -2px;
  margin-bottom: 0;
  margin-left: -11px;
  padding-left: 36px;
  font-size: 15px;
}

.button-4.navbutt.racebutt.butt5 {
  margin-top: 62px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-4.navbutt.racebutt.butt5.butt6 {
  margin-top: 26px;
  margin-left: -10px;
}

.button-4.navbutt.racebutt.butt5.nuyy7 {
  width: 170px;
  margin-top: 19px;
  display: block;
}

.button-4.navbutt.racebutt.butt5.butt55 {
  display: block;
}

.button-4.navbutt.racebutt.butt5.butt55.enterbuttblog {
  display: none;
}

.button-4.navbutt.racebutt.butt5.butt77 {
  letter-spacing: .5px;
  height: 60px;
  margin-top: 0;
  padding-top: 21px;
  padding-left: 29px;
}

.button-4.navbutt.racebutt.butt5.butt77.butt78.mobvs {
  display: none;
}

.button-4.navbutt.racebutt.butt5.butt77.buttseeding {
  display: block;
}

.button-4.navbutt.racebutt.butt5.butt77.buttroadclsoe {
  width: 170px;
  padding-left: 33px;
}

.button-4.navbutt.racebutt.butt5.butttt {
  margin-top: 54px;
  margin-bottom: -22px;
}

.button-4.navbutt.racebutt.butt5.butttt.adf.w--current {
  width: 180px;
}

.button-4.navbutt.racebutt.butt5.butttt.adf.newbutt.w--current {
  height: 60px;
  padding-top: 22px;
  position: relative;
  right: -30px;
}

.button-4.navbutt.racebutt.butt5.butttt.thfdfg {
  width: 175px;
  padding-left: 44px;
}

.button-4.navbutt.racebutt.butt5.homeenterbutt {
  text-decoration: line-through;
}

.button-4.navbutt.racebutt.butt5.homeenterbutt.homenteroff {
  display: none;
}

.button-4.navbutt.racebutt.chatbutt {
  margin-top: 37px;
}

.button-4.navbutt.racebutt.chatbutt.infotop3butts {
  background-size: 100% 70px;
  height: 60px;
  margin-top: 22px;
  margin-left: -5px;
  padding-top: 21px;
  font-size: 17px;
}

.button-4.navbutt.racebutt.chatbutt.infotop3butts.butt66 {
  letter-spacing: .5px;
  padding-left: 41px;
}

.button-4.navbutt.racebutt.chatbutt.infotop3butts.ratecardbutt {
  margin-bottom: 21px;
  display: block;
}

.button-4.navbutt.racebutt.chatbutt.infotop3butts.tope {
  margin-top: 0;
  font-size: 14px;
}

.button-4.navbutt.racebutt.gallbutt {
  margin-top: -15px;
}

.button-4.navbutt.racebutt.racebutt2 {
  width: 160px;
  padding-left: 42px;
}

.button-4.navbutt.racebutt.enterbutt {
  background-image: url('../images/train_butt.png');
}

.button-4.navbutt.racebutt.enterbutt.entermtb, .button-4.navbutt.racebutt.enterbutt.roadenterbutt {
  text-decoration: line-through;
}

.button-4.navbutt.racebutt.portalbutt {
  margin-top: 27px;
}

.button-4.navbutt.racebutt.portalbutt.enterbutt2 {
  text-align: center;
  width: 200px;
  height: 70px;
  padding-top: 27px;
  padding-left: 3px;
  font-size: 17px;
}

.button-4.navbutt.racebutt.portalbutt.enterbutt2.downlpdf2 {
  margin-top: 86px;
}

.button-4.navbutt.racebutt.portalbutt.adad {
  padding-left: 30px;
  font-size: 14px;
}

.button-4.navbutt.racebutt.gearbutt {
  margin-bottom: 23px;
  margin-left: -103px;
  padding-left: 33px;
  display: none;
}

.button-4.navbutt.racebutt.gearbutt.ff {
  letter-spacing: .5px;
  padding-left: 33px;
  display: none;
}

.button-4.navbutt.racebutt.batchbutt {
  width: 175px;
  height: 60px;
  margin-top: -11px;
  padding-top: 22px;
}

.button-4.navbutt.racebutt.prizebutt {
  margin-top: 13px;
  margin-left: 27px;
}

.button-4.navbutt.racebutt.butt_riders_guide {
  width: 160px;
  height: 65px;
  margin-top: 18px;
  padding-top: 24px;
  padding-bottom: 0;
  position: relative;
  top: -8px;
}

.button-4.navbutt.racebutt.butt_riders_guide.butt_mtb_riders_guide {
  letter-spacing: 0;
  padding-left: 25px;
  display: none;
}

.button-4.navbutt.racebutt.butt_riders_guide.butt_mtb_riders_guide.mtbresults {
  margin-top: 16px;
  margin-bottom: -10px;
  padding-left: 39px;
  position: relative;
  top: -8px;
}

.button-4.navbutt.racebutt.butt_riders_guide.butt_mtb_riders_guide.mtbresults.mtbpics {
  display: none;
}

.button-4.navbutt.racebutt.entermtb.w--current, .button-4.navbutt.racebutt.kidsrac {
  text-decoration: line-through;
}

.button-4.navbutt.resultsbutt {
  margin-top: 9px;
  margin-left: -18px;
  padding-left: 36px;
  font-size: 12px;
}

.button-4.navbutt.resultsbutt.rstld9 {
  margin-top: 9px;
}

.button-4.navbutt.resultsbutt.rstld9.rquery {
  padding-left: 31px;
}

.button-4.navbutt.resultsbutt.rstld9.roadrage {
  display: none;
}

.button-4.navbutt.resultsbutt.rsltsbutt2 {
  margin-top: 9px;
}

.button-4.navbutt.dd {
  margin-left: 49px;
  margin-right: -6px;
  padding-left: 33px;
}

.button-4.navbutt.dd.w--current {
  margin-top: 13px;
  margin-bottom: 13px;
}

.button-4.navbutt.dd._86854 {
  letter-spacing: 0;
  width: 130px;
  height: 44px;
  margin-top: 23px;
  margin-left: 16px;
  margin-right: 11px;
  padding-top: 12px;
  padding-left: 25px;
  display: flex;
}

.button-4.navbutt.dd._86854.gearbutt {
  margin-left: -9px;
}

.button-4.navbutt.dd.dda4 {
  margin-top: 3px;
}

.button-4.navbutt.dd.ff {
  margin-left: -20px;
}

.button-4.navbutt.dd.ff.gghj {
  margin-left: -15px;
}

.button-4.navbutt.dd.ssss {
  margin-top: 0;
  margin-left: -7px;
}

.button-4.navbutt.dd.dddd {
  margin-left: 3px;
}

.button-4.navbutt.dd.dddd.enterhomebutt {
  margin-top: -2px;
  margin-left: -16px;
}

.button-4.navbutt.dd.dddd.gghjkl {
  margin-top: 1px;
}

.button-4.navbutt.dddd {
  margin-left: -46px;
}

.button-4.navbutt.roadclosurebutt {
  z-index: 22;
  position: relative;
}

.button-4.navbutt.roadclosurebutt.reslrtsbut {
  letter-spacing: .5px;
  margin-bottom: 0;
  padding-left: 28px;
}

.button-4.navbutt.roadclosurebutt.reslrtsbut.werad {
  text-align: center;
  padding-left: 0;
}

.button-4.navbutt.roadclosurebutt.reslrtsbut.rslts6 {
  margin-top: 0;
}

.button-4.navbutt.roadclosurebutt.reslrtsbut.rslts6.rslts8 {
  margin-top: 11px;
  font-size: 14px;
}

.button-4.navbutt.roadclosurebutt.reslrtsbut.rslts6.rslts8.rslts9 {
  margin-top: 0;
}

.button-4.navbutt.roadclosurebutt.reslrtsbut.rslts6.rslts8.rslts9.lflfg {
  text-align: center;
  margin-top: 16px;
  padding-left: 0;
}

.button-4.navbutt.floorplan {
  margin-left: auto;
  margin-right: auto;
}

.button-4.navbutt.anotherbutt {
  margin-bottom: 26px;
  margin-left: 0;
  margin-right: 0;
}

.link-25 {
  color: #fde741;
}

.div-block-129 {
  width: 85%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
}

.div-block-129.vidplayer {
  margin-top: 27px;
}

.div-block-129.vidplayer.roadrideplayer {
  width: 100%;
  margin-top: 65px;
}

.div-block-129._1290 {
  text-align: center;
  margin-bottom: -57px;
  padding-top: 0;
  padding-bottom: 49px;
}

.div-block-129._1290._1299 {
  padding-top: 37px;
  padding-bottom: 0;
}

.div-block-129._1290._7789 {
  margin-top: 190px;
  padding-bottom: 0;
}

.div-block-129._1290._7789.tsgline {
  justify-content: center;
  margin-top: 0;
  display: flex;
}

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

.heading-7 {
  color: #fde841;
  padding-left: 27px;
  font-family: intercom, sans-serif;
  font-style: italic;
  font-weight: 400;
  display: none;
}

.slider-7 {
  background-color: #4c4c4c00;
  height: 100%;
  margin-top: 29px;
}

.slider-7._7776 {
  margin-bottom: 152px;
}

.div-block-130 {
  background-color: #00000040;
  border-radius: 20px;
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.div-block-130._120_2 {
  width: 100%;
  margin-top: 25px;
}

.div-block-130.ddfty46 {
  width: 65.5%;
}

.div-block-130.ddfty46._4678 {
  background-color: #0000;
}

.div-block-130.ddfty46._4678._94968gncx {
  margin-bottom: -19px;
}

.div-block-130.ddfty46.cashmob {
  height: auto;
}

.div-block-131 {
  background-color: #000;
  border: 5px solid #fff;
  border-radius: 21px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.div-block-131.div_results_gallery {
  z-index: 9999;
  background-image: url('../images/mtb_podium.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 34vw;
  position: relative;
}

.div-block-131.div_results_gallery.slide2 {
  background-image: url('../images/Untitled-9_0008_LE3A5907.jpg');
  width: 78%;
  margin-top: 21px;
}

.div-block-131.div_results_gallery.slide2.slide3 {
  background-image: url('../images/Untitled-9_0000_LE3A5987.jpg');
}

.div-block-131.div_results_gallery.slide2.slide3.oop {
  background-image: url('../images/roadwomenjpg.jpg');
}

.div-block-131.div_results_gallery.slide2.slide3.oop.oooop {
  background-image: url('../images/11.-Terlouw--Le-Court_Photo-by-theycallme_george.jpg');
  background-position: 50% 100%;
}

.div-block-131.div_results_gallery.slide2.slide3.oop.oooop.opsp {
  background-image: url("https://cdn.prod.website-files.com/69d7c85721d50b25895e074e/69d7c85721d50b25895e0ba1_9.%20Men's%20Podium_Photo%20by%20%40theycallme_george.jpg");
  background-position: 50% 100%;
}

.div-block-131.div_results_gallery.slide2.slide3.oop.oooop.opsp._2210 {
  background-image: url("https://cdn.prod.website-files.com/69d7c85721d50b25895e074e/69d7c85721d50b25895e0ba2_10.%20Women's%20Podium_Photo%20by%20%40theycallme_george.jpg");
  background-position: 50% 45%;
}

.div-block-131.div_results_gallery.slide2.slide4 {
  background-image: url('../images/Untitled-9_0002_LE3A5974.jpg');
}

.div-block-131.div_results_gallery.slide2.slide4.slide5 {
  background-image: url('../images/Untitled-9_0006_LE3A5928.jpg');
}

.div-block-131.div_results_gallery.slide2.slide4.slide5.slide6 {
  background-image: url('../images/Untitled-9_0005_LE3A5939.jpg');
}

.div-block-131.div_results_gallery.slide2.slide4.slide5.slide6.slide8 {
  background-image: url('../images/Untitled-9_0004_LE3A5947.jpg');
}

.div-block-131.div_results_gallery.slide2.slide4.slide5.slide6.slide8.slide9 {
  background-image: url('../images/Untitled-9_0007_LE3A5919.jpg');
}

.div-block-131.div_results_gallery.slide2.slide4.slide5.slide6.slide8.slide9.slide10 {
  background-image: url('../images/Untitled-9_0003_LE3A5954.jpg');
}

.div-block-131.div_results_gallery.slide2.slide4.slide5.slide6.slide8.slide9.slide11, .div-block-131.div_results_gallery.slide2.slide4.slide5.slide6.slide8.slide9.slide11.slide12 {
  background-image: url('../images/Untitled-9_0001_LE3A5979.jpg');
}

.div-block-131.div_results_gallery.slide2.gsrrt {
  background-image: url('../images/roadmen.jpg');
}

.div-block-131.div_results_gallery.slide2.gsrrt.slidec {
  background-image: url('../images/Screenshot-2024-11-19-at-11_0002_WhatsApp-Image-2024-11-17-at-09.29.15.jpg');
}

.div-block-131.div_results_gallery.slide2.gsrrt.slidec.slideb {
  background-image: url('../images/Screenshot-2024-11-19-at-11_0005_WhatsApp-Image-2024-11-17-at-09.29.18.jpg');
}

.div-block-131.div_results_gallery.slide2.gsrrt.slidec.slideb.slidee {
  background-image: url('../images/Screenshot-2024-11-19-at-11_0004_WhatsApp-Image-2024-11-17-at-09.29.16-1.jpg');
}

.div-block-131.div_results_gallery.slide2.gsrrt.slidec.slideb.slidee.slidef {
  background-image: url('../images/Screenshot-2024-11-19-at-11_0003_WhatsApp-Image-2024-11-17-at-09.29.16.jpg');
}

.div-block-131.div_results_gallery.slide2.gsrrt.slidec.slideb.slidee.slidef.slideg {
  background-image: url('../images/Screenshot-2024-11-19-at-11_0001_WhatsApp-Image-2024-11-17-at-09.29.17-1.jpg');
}

.div-block-131.div_results_gallery.slide2.gsrrt.slidec.slideb.slidee.slidef.slideg.slideh {
  background-image: url('../images/Screenshot-2024-11-19-at-11_0000_WhatsApp-Image-2024-11-17-at-09.29.17.jpg');
}

.div-block-131._13144 {
  border-width: 0;
  padding-bottom: 19px;
}

.slide-11 {
  text-align: center;
}

.slide-nav-6 {
  margin-bottom: -56px;
  font-size: 13px;
  line-height: 12px;
  display: none;
}

.image-46 {
  z-index: 99999;
  width: 100%;
  height: 300px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.container {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 166px;
}

.image-47 {
  width: 50px;
  margin-top: 196px;
  margin-bottom: 196px;
}

.image-47._47_2 {
  margin-top: 237px;
}

.image-48 {
  width: 50px;
  margin-top: 196px;
  margin-bottom: 196px;
}

.image-48._48_2 {
  margin-top: 237px;
}

.div-block-132 {
  background-color: #00000070;
  border: 1px solid #fff;
  border-radius: 12px;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 2% 5% 3%;
}

.div-block-132.newsblock {
  background-color: #0000004a;
  border-color: #fff0;
}

.heading-8 {
  color: #fff;
  margin-bottom: 0;
  font-family: intercom, sans-serif;
  font-size: 42px;
  font-style: italic;
}

.columns-27 {
  width: 90%;
  margin-bottom: 26px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-133 {
  background-color: #000;
  border-radius: 7px;
  width: 180px;
  height: 30px;
  padding-top: 5px;
  padding-left: 15px;
}

.text-block-22 {
  color: #fde841;
  text-align: left;
  font-family: intercom, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.text-block-22.txt22_2 {
  color: #ec7b2c;
  text-align: left;
}

.text-block-22.footertxt {
  color: #fff;
  font-size: 16px;
  line-height: 17px;
}

.div-block-134 {
  text-align: center;
  background-color: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  display: inline-flex;
}

.column-74 {
  padding-left: 22px;
}

.image-49 {
  width: 260px;
}

.div-block-135 {
  text-align: right;
  width: 95%;
  height: 80px;
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.columns-28 {
  z-index: 99999999;
  width: 350px;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}

.image-50 {
  width: 30px;
}

.image-51 {
  width: 30px;
  margin-right: 6px;
}

.image-52 {
  width: 30px;
  margin-left: 0;
}

.image-53 {
  width: 38px;
  margin-top: -7px;
  margin-left: 8px;
}

.div-block-136 {
  height: auto;
  margin-top: 28px;
  padding-left: 33px;
}

.paragraph-10 {
  color: var(--white);
  margin-top: 13px;
  font-family: Sf Pro Text, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.8px;
}

.paragraph-10.subfoottext {
  color: #646464;
  width: 300px;
}

.div-block-137 {
  width: 90%;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.slide-12 {
  background-color: #0000;
}

.slider-8 {
  background-color: #0000;
  width: 930px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav-7 {
  display: none;
}

.heading-9 {
  letter-spacing: .5px;
  margin-top: 32px;
  font-family: intercom, sans-serif;
  font-size: 4vw;
  font-style: italic;
}

.heading-9.head92 {
  margin-top: 32px;
}

.heading-9.comingsoon {
  color: var(--black);
  margin-top: 6px;
  font-size: 2.2vw;
}

.heading-9.head99 {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-size: 3.8vw;
  line-height: 3vw;
}

.heading-9.head99.gfrtyh {
  color: var(--white);
  text-align: left;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 33px;
}

.slide-13 {
  background-image: url('../images/slide1.bpng.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 28px;
  padding-left: 101px;
}

.slide-13.slide14 {
  background-image: url('../images/slide1.bpng.png');
}

.slide-13.slide13v {
  background-image: url('../images/gear11.jpg');
  background-size: contain;
}

.icon-12 {
  margin-left: 0;
}

.icon-13 {
  margin-right: 0;
}

.image-54 {
  width: 140px;
  margin-right: 0;
}

.div-block-138 {
  background-color: #121212;
  background-image: url('../images/faces_logo.gif');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 175px;
  border-radius: 7px;
  height: 45px;
  margin-top: 18px;
  padding-top: 4px;
  padding-left: 12px;
}

.left-arrow-4 {
  left: -21px;
}

.right-arrow-4 {
  right: -21px;
}

.image-55 {
  width: 80px;
}

.div-block-139 {
  z-index: 7;
  text-align: right;
  padding-top: 86px;
  display: none;
  position: relative;
}

.image-56 {
  z-index: 7;
  position: absolute;
  inset: 0% 0% auto;
}

.image-57 {
  z-index: 9999;
  width: 100%;
  height: 300px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-140 {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 0 solid #6b2b2b;
  border-radius: 0;
  width: 98%;
  margin-top: 41px;
  margin-left: 8%;
  margin-right: auto;
  padding-bottom: 8px;
  padding-left: 0;
}

.div-block-140._140b {
  border-width: 0;
}

.div-block-141 {
  width: 85%;
}

.div-block-142 {
  border: 20px solid #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 700px;
  height: auto;
  margin-top: 41px;
  margin-left: 0;
  padding: 30px;
  overflow: clip;
}

.div-block-142._1422.block2 {
  background-color: #fff;
}

.div-block-142.divgallery2 {
  background-color: #555;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.div-block-142._142b {
  border-width: 14px;
  padding: 0;
}

.div-block-143 {
  background-color: #0000;
  padding-top: 0;
}

.div-block-143._1433 {
  background-color: #fff;
}

.div-block-144 {
  width: 50px;
  height: 50px;
  position: absolute;
}

.column-75 {
  height: 100%;
  margin-top: 15px;
  padding-top: 41px;
  padding-left: 39px;
  padding-right: 0;
  display: inline-block;
}

.column-75._75b {
  padding-left: 58px;
}

.columns-29 {
  width: 80%;
  margin: 12px auto 43px;
}

.div-block-145 {
  width: 85%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-146 {
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 54px;
}

.image-58 {
  width: 92%;
  margin: -20px 20px 14px;
  padding-right: 0;
}

.image-58.mtbprofile.mtbprofile2 {
  margin-top: -13px;
}

.image-58.mtbprofile.mtbprofile2.mtbprofile3 {
  margin-top: 20px;
}

.div-block-147 {
  text-align: center;
  padding-top: 40px;
}

.div-block-147._1472 {
  padding-top: 41px;
}

.div-block-147._14723 {
  padding-top: 45px;
}

.div-block-148 {
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.column-76 {
  text-align: left;
  background-image: url('../images/cash1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 1%;
}

.column-77 {
  text-align: left;
  background-image: url('../images/cash2.png');
  background-position: 50%;
  background-size: cover;
  padding-left: 1%;
}

.column-78 {
  text-align: left;
  background-image: url('../images/cash3.png');
  background-position: 50%;
  background-size: cover;
  padding-left: 1%;
}

.div-block-149 {
  text-align: center;
  padding-top: 22px;
}

.div-block-150 {
  width: 85%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-left: 2%;
  padding-right: 7px;
}

.div-block-150._1501 {
  text-align: left;
}

.image-59 {
  width: 25%;
  margin-top: 0;
  display: block;
}

.div-block-151 {
  background-color: #000;
}

.div-block-152 {
  background-color: #000;
  height: 84vw;
  display: none;
}

.div-block-152.results_subscribew {
  background-image: url('../images/subscribe_bg2.jpg');
}

.div-block-152.results_subscribew.subscr_infohub {
  background-image: url('../images/info_hub_bg4.jpg');
}

.div-block-152.results_subscribew.subscribe_bg_purpose {
  background-image: url('../images/subscribe_bg_purpose.jpg');
}

.div-block-152.results_subscribew.subscribe_bg_purpose.subscribe_seeding {
  background-image: url('../images/subscribe_bg2.jpg');
}

.div-block-152._152_connect {
  background-image: url('../images/subscribe3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.div-block-152.subscribe4 {
  background-image: url('../images/subscribe5.jpg');
  background-position: 50%;
  padding-top: 23px;
  padding-bottom: 44px;
}

.div-block-152.subscribe4.subscribe5 {
  background-image: url('../images/kids_subscribe_bg.jpg');
}

.slider-9 {
  background-color: #ddd0;
  height: 650px;
}

.slide-nav-8 {
  display: none;
}

.slide-14 {
  background-image: url('../images/Screenshot-2025-11-03-at-12_0013_VLM_0767.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-14.slide15 {
  background-image: url('../images/Screenshot-2025-11-03-at-12_0011_VLM_1356.jpg');
}

.slide-14.slide15.slide16 {
  background-image: url('../images/Screenshot-2025-11-03-at-12_0000_VLM_1758.jpg');
}

.slide-14.slide15.slide16.slide17 {
  background-image: url('../images/Screenshot-2025-11-03-at-12_0010_VLM_1448.jpg');
}

.slide-14.slide15.slide16.slide17.slide18 {
  background-image: url('../images/Screenshot-2025-11-03-at-12_0018_VLM_0449.jpg');
  background-size: cover;
}

.slide-14.slide15.slide16.slide17.slide18.slide19 {
  background-image: url('../images/Screenshot-2025-11-03-at-12_0012_VLM_0797.jpg');
  background-size: cover;
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20 {
  background-image: url('../images/Screenshot-2025-11-03-at-12_0003_VLM_1568.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21 {
  background-image: url('../images/Untitled-6_0012__TGP9639.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22 {
  background-image: url('../images/3.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23 {
  background-image: url('../images/Untitled-6_0003_VLM_6385.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24, .slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25 {
  background-image: url('../images/11.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26 {
  background-image: url('../images/Screenshot-2025-11-03-at-12_0009_VLM_1475.jpg');
  background-size: cover;
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27 {
  background-image: url('../images/Untitled-6_0006_RideJoburg947-9816.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27.slide28 {
  background-image: url('../images/Screenshot-2025-11-03-at-12_0001_VLM_1750.jpg');
  background-size: cover;
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27.slide28._14d {
  background-image: url('../images/MTB24_0009_LE3A5374.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27.slide28._14d.kds2 {
  background-image: url('../images/Untitled-4_0001_LE3A4566.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27.slide30 {
  background-image: url('../images/Screenshot-2025-11-03-at-12_0014_VLM_0733.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27.slide30._14e {
  background-image: url('../images/MTB24_0007_LE3A5479.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27.slide31 {
  background-image: url('../images/Screenshot-2025-11-03-at-12_0019__TGP7604.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27.slide31._14c {
  background-image: url('../images/MTB24_0001_LE3A5689.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27.slide31._14c._14k {
  background-image: url('../images/MTB24_0003_LE3A5545.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27.slide31._14c._14k._14l {
  background-image: url('../images/MTB24_0008_LE3A5431.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26._14f {
  background-image: url('../images/MTB24_0005_LE3A5494.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26._14f.kds3 {
  background-image: url('../images/Untitled-4_0007_LE3A4251.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19.slide20._14k {
  background-image: url('../images/road05_0008_RideJhbMTB2023-30.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19._14j {
  background-image: url('../images/MTB24_0004_LE3A5567.jpg');
}

.slide-14.slide15.slide16.slide17.slide18.slide19._14j.kds1 {
  background-image: url('../images/Untitled-4_0000_LE3A4639.jpg');
}

.slide-14.slide15.slide16.slide17.slide18._14i {
  background-image: url('../images/MTB24_0000_LE3A5939.jpg');
}

.slide-14.slide15.slide16.slide17._14g {
  background-image: url('../images/MTB24_0006_LE3A5474.jpg');
}

.slide-14.slide15.slide16.slide17._14g.kds7 {
  background-image: url('../images/Untitled-4_0004_LE3A4393.jpg');
}

.slide-14.slide15.slide16.slide17._14g.kds7.kds8 {
  background-image: url('../images/Untitled-4_0010_LE3A4065.jpg');
}

.slide-14.slide15.slide16.slide17._14g.kds7.kds8.kids9 {
  background-image: url('../images/Untitled-4_0012_LE3A4007.jpg');
}

.slide-14.slide15.slide16.slide17._14g.kds7.kds8.kids9.kids10 {
  background-image: url('../images/Untitled-4_0005_LE3A4381.jpg');
}

.slide-14.slide15.slide16.slide17._14g.kds7.kds8.kids9.kids10.kids12 {
  background-image: url('../images/Untitled-4_0008_LE3A4246.jpg');
}

.slide-14.slide15.slide16.slide17._14g.kds7.kds8.kids9.kids10.kids12.kids13 {
  background-image: url('../images/Untitled-4_0003_LE3A4414.jpg');
}

.slide-14.slide15.slide16.slide17._14g.kds7.kds8.kids9.kids10.slo {
  background-image: url('../images/Untitled-4_0002_LE3A4495.jpg');
}

.slide-14.slide15.slide16._14f {
  background-image: url('../images/MTB24_0010_LE3A5121.jpg');
}

.slide-14.slide15.slide16._14f.kds6 {
  background-image: url('../images/Untitled-4_0006_LE3A4297.jpg');
}

.slide-14.slide15._14g {
  background-image: url('../images/MTB24_0012_LE3A5086.jpg');
}

.slide-14.slide15._14g.kds4 {
  background-image: url('../images/Untitled-4_0011_LE3A4058.jpg');
}

.slide-14._14b {
  background-image: url('../images/road05_0005_RideJhbMTB2023-43.jpg');
}

.slide-14._14b._14h {
  background-image: url('../images/MTB24_0002_LE3A5588.jpg');
}

.left-arrow-5 {
  display: inline-block;
}

.div-block-153 {
  z-index: 88;
  width: 80%;
  height: auto;
  margin-top: -83.2vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 53px;
  padding-bottom: 62px;
  padding-left: 10%;
  position: relative;
  inset: 0% 0% auto auto;
}

.div-block-154 {
  z-index: 89;
  background-image: url('../images/gridlines.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  width: 600px;
  height: auto;
  margin-top: 24px;
  padding: 20px;
  position: relative;
}

.div-block-155 {
  width: 97%;
  display: block;
}

.image-60 {
  z-index: 500;
  width: 120px;
  margin-top: 0;
  margin-right: 10%;
  position: static;
}

.div-block-156 {
  z-index: 55;
  text-align: right;
  margin-top: -156px;
  padding-bottom: 30px;
  padding-right: 35px;
  display: none;
  position: relative;
}

.html-embed-7 {
  width: 100%;
  height: auto;
  margin-top: 11px;
  margin-bottom: 0;
}

.html-embed-8 {
  width: 100%;
  height: 100px;
  margin-top: 28px;
}

.text-block-23 {
  color: var(--white);
  text-align: right;
  letter-spacing: 0;
  margin-top: -50px;
  margin-bottom: 8px;
  font-family: Avantgarde, sans-serif;
  font-size: 33px;
  font-style: normal;
}

.text-block-23._23-3 {
  margin-top: 0;
}

.text-span-26 {
  color: #fde841;
  margin-top: 8px;
  font-size: 21px;
  display: block;
}

.div-block-157 {
  text-align: right;
}

.image-61 {
  width: 70%;
  margin-top: -24px;
  margin-right: -21px;
}

.div-block-158 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-159 {
  background-color: #e7e7e7;
  border-radius: 12px;
  margin-top: 17px;
  padding: 10px 40px;
}

.div-block-159.isaudhfiaushdf {
  background-color: #e7e7e7;
}

.link-26 {
  color: #fde841;
  font-weight: 700;
}

.div-block-160 {
  background-color: #fff;
  border-radius: 8px;
  height: auto;
}

.div-block-161 {
  background-image: url('../images/results_bg2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 24px;
  padding-bottom: 80px;
}

.div-block-161.gallerybg {
  background-image: url('../images/gallery_bg2.jpg');
  background-position: 50% 100%;
  padding-top: 40px;
}

.div-block-161.gallerybg.instabg {
  background-color: var(--black);
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-161._1612 {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/bk.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 0;
  font-family: Avantgarde, sans-serif;
  display: flex;
}

.div-block-161._1612._16666 {
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-161._1612._16666.batchchange {
  padding-bottom: 70px;
}

.div-block-161._1612.gear2 {
  background-color: #000;
  background-image: url('../images/gearbg2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 0;
  padding-bottom: 47px;
}

.div-block-161._1512 {
  background-color: #000;
  background-image: url('../images/resultsbg2.jpg');
  background-position: 50% 100%;
  background-size: 1439px;
  padding-bottom: 50px;
}

.div-block-161._1512.rsltsdiv {
  background-image: url('../images/bk.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 73px;
}

.div-block-161._1512.rsltsdiv.dd {
  padding-bottom: 10px;
}

.div-block-161._1512._223344 {
  display: none;
}

.div-block-162 {
  width: 72%;
  height: auto;
  margin-bottom: 68px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-162.results2 {
  border: 2px solid var(--white);
  background-color: #000;
  background-image: url('../images/tar.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 72%;
  margin-bottom: 44px;
  padding-top: 27px;
}

.div-block-162.results2.exhibitors {
  background-image: url('../images/tar2.jpg');
  width: 100%;
  margin-top: 38px;
  padding: 0 20px 27px 40px;
}

.div-block-162.results2.trainblock {
  background-color: #00000087;
  background-image: none;
  border-width: 0;
  width: auto;
  max-width: none;
  margin-top: 70px;
  margin-bottom: 0;
  padding: 20px 60px;
}

.div-block-162.results2.trainblock.asxasdasdasd {
  text-align: center;
  background-color: #0000;
  margin-bottom: -28px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-162._1625 {
  margin-top: 49px;
  margin-bottom: 49px;
}

.div-block-162._1625.ridpurposeslider {
  width: 78%;
}

.div-block-162._1622 {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-163 {
  background-image: url('../images/results1.jpg');
  background-position: 0 0;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 12px;
  width: 90%;
  height: 38vw;
  margin-left: auto;
  margin-right: auto;
}

.div-block-163._1632 {
  background-image: url('../images/results3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-163._1632._1633 {
  background-image: url('../images/results4.jpg');
}

.div-block-163._1632._1633._1634 {
  background-image: url('../images/results2.jpg');
  background-repeat: no-repeat;
}

.div-block-163._1632._1633._1634.purp7 {
  background-image: url('../images/results1_0004_947Road23FL-3687.jpg');
}

.div-block-163._1632._1633._1634.purp7.purp9 {
  background-image: url('../images/results1_0001_947Road23FL-3724.jpg');
}

.div-block-163._1632._1633._1634.purp7.purp9.purp11 {
  background-image: url('../images/results1_0003_947Road23FL-3580.jpg');
}

.div-block-163._1632._1633.purp6 {
  background-image: url('../images/results1_0005_947Road23FL-3692.jpg');
}

.div-block-163._1632.purp4 {
  background-image: url('../images/results1_0002_947Road23FL-3665.jpg');
}

.div-block-163.purp2 {
  background-image: url('../images/results1_0000_947Road23FL-3768.jpg');
}

.column-79 {
  padding-left: 30px;
}

.text-block-24 {
  color: #fff;
  font-family: intercom, sans-serif;
  font-size: 27px;
  font-style: italic;
}

.text-block-24.subhead {
  color: #ffea41;
  max-width: 350px;
  margin-top: 4px;
  margin-bottom: 31px;
  margin-left: 34px;
  font-size: 21px;
}

.text-block-24.subhead.subbbhed {
  color: var(--white);
  margin-bottom: 7px;
  font-size: 33px;
}

.text-block-24.subhead.subbbhed.prize {
  color: #fff;
  margin-top: 8px;
  line-height: 30px;
}

.columns-30 {
  padding-bottom: 50px;
}

.image-62 {
  width: 110px;
}

.image-63 {
  width: 300px;
  height: 1px;
  margin-top: 15px;
  padding-right: 48px;
}

.div-block-164 {
  background-image: url('../images/full_results_bg.jpg');
  background-position: 0 0;
  background-size: cover;
  height: auto;
  padding-top: 8px;
  padding-bottom: 22px;
  padding-left: 13px;
}

.div-block-164.resultsdiv {
  display: none;
}

.image-64 {
  width: 50px;
  margin-top: 155px;
  margin-bottom: 155px;
  margin-left: -14px;
}

.image-65 {
  width: 50px;
  margin-top: 155px;
  margin-bottom: 155px;
}

.div-block-165 {
  width: 85%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 52px;
}

.div-block-165.contacty2 {
  width: 80%;
  margin-left: 16%;
}

.column-80 {
  text-align: left;
  padding-top: 72px;
  padding-left: 39px;
  padding-right: 0;
}

.image-66 {
  width: 35px;
}

.text-block-25 {
  color: #fff;
  margin-top: -27px;
  margin-left: 36px;
  font-family: intercom, sans-serif;
  font-size: 32px;
  font-style: italic;
}

.text-block-25._252 {
  margin-left: 72px;
}

.link-27 {
  color: var(--bronze);
}

.link-27.linkyellow {
  color: #fdea41;
}

.columns-31 {
  width: 900px;
}

.html-embed-9 {
  border-radius: 7px;
  padding: 30px 10px;
}

.columns-32 {
  margin-left: auto;
  margin-right: auto;
}

.column-81 {
  text-align: left;
}

.image-67 {
  width: 60px;
  margin-top: 47px;
  margin-bottom: -17px;
}

.div-gallery {
  text-align: center;
}

.html-embed-10 {
  background-color: #ededed00;
  margin-bottom: 0;
}

.html-embed-11 {
  margin-bottom: 0;
}

.column-82 {
  background-image: url('../images/title_tag.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 200px;
  padding-top: 15px;
  padding-bottom: 13px;
}

.columns-33 {
  width: 600px;
  height: 48px;
  margin-bottom: -2px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-26 {
  color: #fff;
  margin-bottom: -2px;
  font-family: intercom, sans-serif;
  font-size: 20px;
  font-style: italic;
  position: static;
}

.column-83 {
  text-align: center;
}

.column-84 {
  text-align: left;
}

.right-arrow-5 {
  margin-right: -50px;
  display: block;
}

.left-arrow-6 {
  margin-left: -50px;
  display: block;
}

.div-block-166 {
  background-color: #000;
  background-image: url('../images/6_info_hub-bg2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
  padding-top: 42px;
  padding-bottom: 107px;
}

.div-block-166._1662 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/road_mob_mast_1_2025.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 57px;
}

.div-block-166._1662.expodiv {
  padding-bottom: 127px;
}

.div-block-166._1662._16622 {
  background-color: #000;
  background-image: none;
}

.div-block-166._1662._16622.baaaatch {
  padding-top: 1px;
  padding-bottom: 164px;
}

.div-block-166._1662._009 {
  margin-top: -6px;
  padding-top: 4px;
}

.div-block-166.iinfhubbb {
  padding-top: 67px;
  padding-bottom: 10px;
}

.div-block-167 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-167.baaatchnabge45 {
  width: 90%;
}

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

.div-block-168 {
  border: 0px solid var(--white);
  background-image: url('../images/companies.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 12px;
  height: auto;
  min-height: 250px;
  padding: 30px 20px 20px 33px;
}

.div-block-168._1682 {
  background-image: url('../images/seedingbg.jpg');
  background-position: 100%;
  background-size: cover;
  height: auto;
  padding-left: 32px;
}

.div-block-168._1682.legal {
  background-image: url('../images/legal.jpg');
}

.div-block-168._1682.hospitality2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/c.jpg');
  background-position: 0 0, 10%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-168._1683 {
  background-image: url('../images/6_info_hub_thumb3.jpg');
}

.column-85 {
  padding-right: 27px;
}

.column-86 {
  height: 100%;
  padding-left: 0;
  padding-right: 15px;
}

.column-87 {
  padding-left: 15px;
}

.text-block-27 {
  color: #fff;
  padding-left: 6px;
  font-family: intercom, sans-serif;
  font-size: 27px;
  font-style: italic;
  line-height: 29px;
}

.text-block-27._272 {
  color: #fee842;
  font-size: 20px;
}

.text-span-27 {
  color: #fce840;
  font-size: 21px;
}

.text-block-28 {
  color: #fde841;
  text-align: left;
  background-color: #a06b0000;
  background-image: url('../images/neonyellow.png');
  background-position: 20px 21px;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 0;
  margin-top: 44px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  font-family: intercom, sans-serif;
  font-size: 33px;
  font-style: italic;
  line-height: 35px;
}

.text-block-28._289 {
  color: #fff;
  background-color: #b141014a;
}

.text-block-28._289._2899 {
  color: #e8522e;
  background-color: #b1410100;
  margin-left: 0;
  margin-right: 0;
}

.text-block-28._289._2899._289999 {
  text-align: left;
  background-color: #92360100;
}

.text-block-28._289._2899._289999._80754 {
  color: #ff2c2c;
  background-color: #a7010100;
}

.text-block-28._289._2899._289999._2586 {
  color: #f60000;
  -webkit-text-stroke-color: #c50000;
  background-color: #92010175;
}

.text-block-28._289._2899._289999._2586.faq {
  background-color: #70605300;
}

.text-block-28._289._2899._289999.dddr {
  margin-top: 6px;
}

.text-block-28._289._2899._289999.dddr.ririg {
  margin-top: 28px;
  margin-bottom: 35px;
  font-size: 28px;
}

.text-block-28._289._2899._289999.dddr.ririg.whiite {
  color: #fff;
  margin-bottom: -19px;
}

.text-block-28._289._2899._289999.dddr.ririg.whiite._77 {
  font-size: 33px;
}

.text-block-28._289._2899.sjsj {
  color: #e60000;
}

.text-block-28._289._2899._334567 {
  display: none;
}

.text-block-28._289._28999 {
  background-color: #0000;
  margin-top: 10px;
  margin-left: 15px;
}

.text-block-28._289._28999.herotxt {
  background-image: none;
  margin-top: 21px;
  padding-left: 0;
}

.text-block-28._289._28999.herotxt.exhibitorstxt {
  font-size: 42px;
}

.text-block-28._289._28999.herotxt.exhibitorstxt.expodatetime {
  margin-left: 55px;
}

.text-block-28._289._28999.herotxt.homehero {
  margin-left: 0;
  padding-left: 135px;
}

.text-block-28._289._28999.herotxt.homehero._999765 {
  font-size: 62px;
  font-weight: 300;
}

.text-block-28._289._28999.herotxt.hero2 {
  margin-left: 0;
}

.text-block-28._289._28999.faqhead {
  margin-top: 29px;
}

.text-block-28._289._28999.faqhead.heed {
  margin-top: -19px;
  margin-left: 0;
}

.text-block-28._29map {
  color: red;
}

.text-block-28._282 {
  color: #b03f20;
}

.text-block-28._293 {
  color: #fff;
  background-color: #a06b0000;
  background-image: none;
  padding-bottom: 0;
}

.text-block-28._293.freerridehead {
  z-index: 999;
  margin-top: -53px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-left: 104px;
  font-size: 55px;
  line-height: 55px;
  position: relative;
}

.div-block-169 {
  background-color: #8d8784;
  border-radius: 12px;
  margin-top: 33px;
  padding: 40px;
}

.div-block-169._1692 {
  background-color: #00000078;
  width: 95%;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-169._1692._1698 {
  background-color: #00000078;
  background-image: none;
  width: 90%;
  margin-top: 48px;
  margin-bottom: 13px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-169._1692._1698.seeding {
  background-color: #8d8784ba;
  width: 100%;
}

.div-block-170 {
  background-color: #00000078;
  border-radius: 12px;
  width: 180px;
  height: auto;
  margin-bottom: 32px;
  margin-left: 19px;
  padding-bottom: 20px;
  padding-left: 26px;
}

.div-block-170._170_2 {
  background-color: #000000c2;
  padding-bottom: 21px;
  padding-left: 24px;
}

.div-block-170._170_2.kds2 {
  background-image: url('../images/bg3.png');
  background-position: 0 0;
  background-size: cover;
  width: 220px;
  height: 220px;
  margin-bottom: 15px;
  margin-left: -5px;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 41px;
}

.div-block-170._170_2.kds2.dsfgh {
  height: 230px;
  margin-top: -18px;
}

.div-block-170._171 {
  border-radius: 24px;
  width: 240px;
  height: auto;
  margin-bottom: 22px;
  margin-left: 0;
  padding-top: 17px;
  padding-bottom: 20px;
  padding-right: 19px;
}

.image-68 {
  width: 100%;
}

.div-block-171 {
  background-color: #00000070;
  border: 0 solid #fff;
  border-radius: 12px;
  width: 77%;
  height: auto;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 34px;
}

.div-block-171.kidsblock {
  padding-bottom: 0;
}

.div-block-171.cashterms {
  width: 95%;
  margin-top: 13px;
  padding-top: 10px;
  padding-bottom: 28px;
  padding-left: 26px;
}

.div-block-172 {
  text-align: center;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 14px;
}

.columns-34 {
  padding-right: 27px;
}

.columns-34.kidsinfo {
  padding-bottom: 5px;
  padding-right: 74px;
  display: block;
}

.div-block-173 {
  width: 75%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-174 {
  background-color: red;
  height: 50px;
}

.text-span-28, .text-span-29, .text-span-30 {
  color: #fff;
}

.image-69 {
  width: 98%;
  margin-top: 0;
  margin-bottom: 9px;
  margin-left: -7px;
}

.image-69._692 {
  margin-top: -1px;
  margin-bottom: -7px;
}

.image-69._69_2 {
  margin-top: 2px;
  margin-bottom: 10px;
}

.div-block-175 {
  background-color: #0000008a;
}

.link-block-7 {
  background-image: url('../images/arrow_down.png');
  background-position: 87% 0;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-bottom: 17px;
}

.text-span-31 {
  color: #ffea41;
  font-size: 15px;
}

.image-70 {
  width: 105px;
  height: 290px;
  margin-top: 28px;
  margin-right: 22%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-71 {
  text-align: left;
  width: 100px;
  margin-bottom: 9px;
  margin-left: 42px;
  display: block;
}

.image-71._71_3 {
  margin-left: 17px;
}

.image-71._71_3.ddd {
  margin-left: 33px;
}

.image-71._71_2 {
  margin-left: 18px;
}

.image-71._175 {
  width: 100px;
  margin-top: -11px;
  margin-bottom: 0;
  margin-left: 0;
}

.image-71._715 {
  text-align: left;
}

.image-71._712 {
  margin-left: 19px;
}

.image-72 {
  width: 100%;
}

.background-video-3 {
  width: 105px;
  height: 200px;
  margin-top: 22px;
  margin-bottom: 53px;
  margin-right: 22%;
  padding-right: 0%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.background-video-4 {
  z-index: 99999;
  width: 108px;
  height: 200px;
  margin-bottom: 70px;
  margin-right: 22%;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-176 {
  background-color: #00000047;
  border-radius: 12px;
  width: 200px;
  height: auto;
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.div-block-176._176_2 {
  text-align: center;
  background-color: #00000052;
}

.column-88 {
  text-align: center;
}

.text-block-29 {
  color: #fff;
  text-align: center;
  margin-top: 6px;
  font-family: intercom, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.text-block-29.txt29_white {
  color: var(--white);
}

.text-block-30 {
  color: #fff;
  margin-top: -4px;
  margin-bottom: 3px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.text-block-30._30_2 {
  color: #fff;
}

.text-block-31 {
  color: var(--bronze);
  margin-top: 0;
  font-family: intercom, sans-serif;
  font-size: 21px;
  font-style: italic;
}

.text-block-31.txt2 {
  color: #ff7738;
  margin-top: 0;
}

.text-block-31.txt2.txt3 {
  color: #ff0b00;
}

.image-73 {
  width: 100%;
}

.image-73.img73_2.kids {
  height: 100%;
}

.list-item-4 {
  color: #acacac;
  font-family: Sf Pro Text, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

.list-3 {
  padding-left: 36px;
}

.text-span-32, .text-span-33, .text-span-34 {
  color: #fff;
}

.div-block-177 {
  background-color: #0006;
  border-radius: 12px;
  width: 250px;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 13px;
  padding-left: 20px;
}

.div-block-178 {
  background-image: url('../images/title_tag.png');
  background-position: 7% 100%;
  background-repeat: no-repeat;
  background-size: 180px;
  height: 50px;
  margin-top: -50px;
}

.div-block-178._188 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.text-block-32 {
  color: #fff;
  padding-top: 23px;
  padding-left: 59px;
  font-family: intercom, sans-serif;
  font-size: 21px;
  font-style: italic;
}

.text-block-32.txt322 {
  color: #fde841;
  text-align: center;
  letter-spacing: .5px;
  width: 220px;
  padding-left: 10px;
}

.slide-nav-9 {
  display: none;
}

.image-74 {
  width: 40px;
  margin-top: 0%;
  display: inline-block;
}

.image-75 {
  width: 45px;
}

.mask-4 {
  background-color: #0000;
  height: auto;
  margin-top: -41px;
  padding-top: 44px;
}

.slider-10 {
  background-color: #ddd0;
  height: 100%;
  display: block;
}

.left-arrow-7, .right-arrow-6 {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 208px;
  display: inline-flex;
}

.slide-15 {
  color: #3330;
}

.image-76 {
  text-align: left;
  width: 250px;
  margin-left: 23px;
  position: relative;
}

.div-block-179 {
  text-align: left;
  margin-bottom: -39px;
}

.section {
  z-index: 102;
  text-align: center;
  margin-top: -55px;
  position: relative;
}

.image-77 {
  mix-blend-mode: normal;
  width: 600px;
  margin: -4vw auto 0;
  padding-left: 63px;
}

.image-77._772 {
  width: 350px;
  margin-top: 60px;
  margin-bottom: -27px;
}

.image-77._772._77789 {
  width: 500px;
  margin-top: 30px;
  margin-bottom: -69px;
  padding-left: 0;
}

.image-77._772._77789.tagline2 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-77._772.fff {
  padding-left: 0;
}

.image-77._773 {
  width: 1000px;
  margin-bottom: -14px;
}

.image-77._773._774 {
  margin-bottom: 20px;
}

.image-77._773._775 {
  margin-bottom: 28px;
}

.image-77._773._776 {
  margin-bottom: 15px;
}

.image-77.tg22 {
  margin-top: 103px;
}

.image-77.tg22.kidstag {
  margin-top: -90px;
}

.div-block-180 {
  text-align: center;
}

.slide-16 {
  background-color: #0000;
}

.slider-11 {
  background-color: #ddd0;
  height: 400px;
}

.left-arrow-8 {
  align-items: center;
  margin-left: -100px;
  display: inline-flex;
}

.right-arrow-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-right: -100px;
  display: inline-flex;
}

.image-78, .image-79 {
  width: 50px;
}

.slide-nav-10 {
  margin-bottom: -26px;
  padding-top: 55px;
}

.tabs-menu-2 {
  text-align: center;
}

.text-block-33 {
  color: var(--white);
  font-family: intercom, sans-serif;
  font-size: 21px;
  font-style: italic;
}

.text-block-33.other {
  color: var(--bronze);
  margin-top: 6px;
  font-weight: 300;
}

.text-block-33.other.other2 {
  color: #ff8425;
}

.text-block-33._332 {
  color: var(--white);
  margin-top: 6px;
  font-weight: 300;
}

.tab-link-tab-1-2 {
  background-color: #4b464600;
  border-radius: 12px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.tab-link-tab-1-2.w--current {
  background-color: #0000;
  border-radius: 12px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.tab-link-tab-2-2 {
  background-color: #fff0;
  border-radius: 12px;
  margin-left: 10px;
  padding: 0;
}

.tab-link-tab-2-2.w--current {
  background-color: #0000;
}

.text-span-35 {
  color: var(--white);
}

.tabs-content {
  margin-bottom: 35px;
}

.div-block-181 {
  background-color: #000;
  border-radius: 12px;
  width: 100%;
  padding: 9px 30px 14px;
}

.div-block-181._1812 {
  color: var(--white);
  background-color: #464140;
}

.div-block-181._1812._1813 {
  background-color: #464140;
}

.image-80 {
  width: 120px;
  height: 20px;
  margin-top: -13px;
  margin-left: 19px;
  margin-right: auto;
}

.image-80._802 {
  width: 145px;
}

.text-block-34 {
  color: #fff;
  font-family: intercom, sans-serif;
  font-style: italic;
}

.image-81 {
  width: 20px;
  margin-top: -43px;
  margin-left: 85px;
}

.div-block-182 {
  margin-top: 11px;
  margin-left: 7px;
  position: absolute;
}

.tab-link-tab-3 {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

.tab-link-tab-3.w--current {
  background-color: #0000;
}

.image-82 {
  width: 150px;
  margin-right: 155px;
}

.image-82._822 {
  margin-left: 225px;
  margin-right: 0;
}

.image-82._824 {
  margin-right: 391px;
}

.image-82._824._825 {
  margin-left: 6px;
  margin-right: 0;
}

.image-82._824._858 {
  margin-left: 400px;
  margin-right: 0;
}

.tab-pane-tab-1-2, .tab-pane-tab-2 {
  text-align: center;
}

.columns-35 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.tab-pane-tab-1-3, .tab-pane-tab-2-2, .tab-pane-tab-3 {
  text-align: center;
}

.columns-36, .columns-37 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.columns-38 {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.columns-39 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-36 {
  color: #fff;
}

.div-block-183 {
  background-color: #b33939ab;
  height: 8vw;
}

.div-block-184 {
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: 31px;
  display: block;
  position: static;
  inset: auto auto 0% 0%;
}

.div-block-184.ffr {
  margin-left: -12px;
}

.paragraph-11 {
  color: var(--bronze);
}

.dropdown-link-2 {
  color: #fde941;
  text-align: center;
  background-color: #00000082;
  border-radius: 9px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: intercom, sans-serif;
  font-size: 15px;
  font-style: italic;
}

.dropdown-link-3 {
  color: var(--bronze);
  text-align: center;
  background-color: #00000080;
  border-radius: 9px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: intercom, sans-serif;
  font-size: 15px;
  font-style: italic;
  text-decoration: none;
}

.dropdown-link-4 {
  color: #fa0a0d;
  text-align: center;
  background-color: #00000080;
  border-radius: 9px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: intercom, sans-serif;
  font-size: 15px;
  font-style: italic;
  text-decoration: none;
}

.dropdown-list-2 {
  background-color: #dddddd2e;
  display: none;
}

.dropdown-list-2.w--open {
  background-color: #ddd0;
}

.dropdown-2 {
  text-align: center;
  background-image: url('../images/butt_bg.png');
  background-position: 50%;
  background-size: cover;
  width: 150px;
  margin-top: 33px;
  margin-left: 15px;
  display: block;
}

.dropdown-2.drop3 {
  margin-top: 22px;
  display: none;
}

.text-block-35 {
  color: #fde841;
  margin-left: 16px;
  font-family: intercom, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.div-block-185 {
  color: #101010;
  background-color: #000000bd;
  background-image: url('../images/mustard.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 3px;
  border-radius: 12px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-185._0852 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-185._0852.maplayout {
  background-image: none;
}

.div-block-185._0852._77779 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.div-block-185._0853 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-185._0853._0854 {
  background-image: url('../images/tangerine.gif');
}

.div-block-185._0853._0854.gotmhjide {
  display: none;
}

.div-block-185._1852 {
  background-image: url('../images/tangerine.gif');
}

.div-block-185._1853 {
  background-image: url('../images/wine.gif');
  background-size: 9px;
}

.div-block-186 {
  color: #000;
  text-align: left;
  background-color: #0000;
  margin-bottom: 0;
  padding: 27px 0 41px 106px;
  display: block;
}

.div-block-186.map {
  padding-top: 0;
  padding-bottom: 60px;
}

.div-block-186.ddddr {
  margin-bottom: 42px;
  padding-bottom: 7px;
  padding-left: 61px;
}

.div-block-186.hospitality-packages {
  display: none;
}

.div-block-186.ridepurpose {
  padding-left: 60px;
}

.div-block-186.prizemoney {
  padding-left: 62px;
}

.div-block-186.charity {
  padding-left: 60px;
}

.div-block-186.join {
  padding-left: 59px;
  padding-right: 14px;
}

.div-block-186._186._1862 {
  padding-left: 50px;
  padding-right: 50px;
}

.link-28 {
  color: var(--bronze);
}

.bold-text-7 {
  color: #fde941;
  letter-spacing: .5px;
  font-size: 15px;
}

.bold-text-8 {
  color: #fde941;
  letter-spacing: .5px;
  font-family: Fontsfree Net Sfprodisplay, sans-serif;
  font-size: 15px;
}

.text-span-37 {
  color: #ff7858;
}

.columns-40 {
  margin-top: 10px;
}

.columns-40.cols402 {
  margin-top: -34px;
}

.columns-40.cols402.cols403, .columns-40.cols402.colssseedding {
  margin-top: 0;
}

.column-89 {
  padding-right: 0;
}

.column-90 {
  padding-left: 0;
}

.linkyellow {
  color: #fde941;
}

.div-block-187 {
  text-align: right;
  width: 88%;
  margin-bottom: -104px;
  position: relative;
}

.image-83 {
  width: 40px;
  margin-left: 0;
  margin-right: -6px;
}

.link-block-8 {
  text-align: center;
  margin-right: 5px;
  padding-left: 11px;
}

.column-91 {
  text-align: right;
  padding-right: 53px;
}

.column-91._912 {
  padding-right: 0;
}

.column-91._912._9122 {
  text-align: center;
  padding-right: 16px;
}

.link-block-9 {
  margin-right: 0;
}

.link-block-10 {
  margin-top: 5px;
  margin-left: 0;
  padding-left: 0;
}

.link-29 {
  color: #fde941;
}

.text-span-38 {
  color: #e4d03a;
}

.text-span-39, .text-span-40 {
  color: #fde941;
}

.div-block-188 {
  padding-top: 5px;
  padding-left: 60px;
}

.div-block-188._188expo, .div-block-188.div_seeding {
  padding-left: 0;
}

.div-block-188.div_seeding.divpolicies {
  margin-bottom: -80px;
}

.div-block-188.div_seeding.divpolicies.batchchange, .div-block-188.div_seeding.ii {
  padding-top: 0;
}

.list-item-5 {
  color: var(--white);
  text-align: left;
  font-family: Sf Pro Text, sans-serif;
  font-size: 15px;
  line-height: 19px;
}

.list-4 {
  color: #fff;
  padding-right: 40px;
}

.list-item-6 {
  color: var(--white);
  text-align: left;
  font-family: Sf Pro Text, sans-serif;
  font-size: 15px;
  line-height: 17px;
}

.colsexpo {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.linyellow {
  color: #fde941;
}

.div-block-189 {
  background-color: #fde941;
  background-image: url('../images/blcktsp_1blcktsp.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 57px;
  border-radius: 12px;
  height: auto;
  padding-bottom: 22px;
}

.div-block-189._1892 {
  background-color: #e8522f;
}

.div-block-189._1893 {
  background-color: #f50605;
}

.div-block-190 {
  background-color: #000000bd;
  border-radius: 12px;
  margin-top: 40px;
  padding-bottom: 20px;
  padding-left: 60px;
}

.list-item-7 {
  color: #a7a7a7;
  text-align: left;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sf Pro Text, sans-serif;
  font-size: 15px;
  line-height: 17px;
}

.list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.html-embed-12 {
  margin-bottom: 0;
}

.div-block-191, .div-block-191._1911._1912, .div-block-191._191home, .image-84 {
  display: none;
}

.column-92, .column-93, .column-93._923 {
  text-align: center;
}

.link-block-11 {
  text-align: left;
}

.column-97 {
  justify-content: flex-end;
  display: flex;
}

.column-98 {
  text-align: center;
}

.slide-17 {
  background-color: #0000;
  background-image: url('../images/subscribe_road_bg3.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.left-arrow-9, .icon-14, .slide-nav-11 {
  display: none;
}

.slider-12 {
  height: 100%;
}

.slide-18 {
  background-image: url('../images/subscribe_bg2.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-18._182 {
  background-image: url('../images/subscribe5.jpg');
}

.slide-18._182._183 {
  background-image: url('../images/subscribe3.jpg');
}

.slide-18._182._183._184 {
  background-image: url('../images/kids_subscribe_bg.jpg');
  background-position: 50% 0;
}

.column-101 {
  margin-top: -6px;
  padding-left: 29px;
}

.image-85 {
  display: none;
}

.div-block-194 {
  width: 80%;
  margin-top: -34px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-14 {
  margin-left: 8px;
}

.bold-text-9 {
  font-family: Sf Pro Display, sans-serif;
}

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

.text-span-41, .text-span-42 {
  color: #fde941;
}

.list-6 {
  padding-left: 0;
}

.list-item-8 {
  color: var(--white);
  text-align: left;
  letter-spacing: .05vw;
  font-family: Fontsfree Net Sfprodisplay, sans-serif;
  font-size: 15px;
  line-height: 27px;
}

.columns-42 {
  width: 70%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-198 {
  text-align: center;
  background-color: #2c2c2c;
  border-radius: 12px;
  padding: 20px 20px 10px;
}

.text-block-36 {
  color: #fff;
  text-align: center;
  font-family: intercom, sans-serif;
  font-size: 27px;
  font-style: italic;
}

.image-87 {
  width: 90px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-15, .link-block-16, .link-block-17 {
  width: 100%;
}

.div-block-199 {
  display: none;
}

.list-item-9 {
  color: var(--white);
  text-align: left;
  letter-spacing: .06vw;
  margin-top: 0;
  margin-bottom: -1vw;
  margin-right: 27px;
  font-family: Fontsfree Net Sfprodisplay, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.list-7 {
  margin-bottom: 1vw;
  padding-left: 0;
}

.list-item-10 {
  font-family: Fontsfree Net Sfprodisplay, sans-serif;
}

.list-item-11 {
  margin-bottom: -1vw;
}

.columns-43 {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.div-block-201 {
  color: #3330;
  background-color: #9fff0900;
  background-image: url('../images/buttbg1.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  font-size: 14px;
  display: inline-flex;
}

.div-block-201._2012 {
  background-image: url('../images/buttbg2.jpg');
}

.div-block-201._2012._2013 {
  background-image: url('../images/buttgoldbg.jpg');
}

.div-block-202 {
  text-align: center;
  background-color: #0000004f;
  height: auto;
  padding-bottom: 10px;
  padding-left: 80px;
  padding-right: 40px;
  display: block;
}

.div-block-202._2022 {
  background-image: url('../images/35kmtag_135kmtag.png');
}

.list-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 31px;
  display: inline-grid;
}

.bold-text-10 {
  letter-spacing: 0;
  font-family: Sf Pro Display, sans-serif;
  font-weight: 700;
}

.bold-text-11 {
  letter-spacing: .5px;
  font-family: Sf Pro Display, sans-serif;
  font-weight: 700;
}

.text-span-43, .bold-text-12 {
  letter-spacing: 0;
  font-family: Sf Pro Display, sans-serif;
}

.bold-text-13 {
  font-family: Sf Pro Display, sans-serif;
}

.link-block-18 {
  width: 150px;
  height: auto;
  margin: 0;
  padding: 10px 10px 0;
}

.text-block-37 {
  color: #fff;
  letter-spacing: 0;
  font-family: intercom, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.text-block-37.txt44 {
  color: #fff17a;
  letter-spacing: .5px;
}

.text-span-44, .text-span-45 {
  color: #fde841;
}

.text-span-46, .text-span-47 {
  color: #fff;
}

.text-span-48 {
  font-family: Sf Pro Display, sans-serif;
}

.bold-text-14 {
  letter-spacing: .5px;
}

.bold-text-15 {
  letter-spacing: .5px;
  font-family: Sf Pro Display, sans-serif;
}

.text-span-49 {
  color: #fff;
  text-align: left;
}

.text-span-50 {
  color: var(--white);
}

.text-span-51, .text-span-52, .text-span-53 {
  color: #fff;
}

.link-30, .whitelink {
  color: var(--white);
}

.link-block-19 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-span-54 {
  color: #fff;
}

.text-block-38 {
  color: #ff2121;
  margin-top: 42px;
  margin-bottom: 12px;
  font-family: intercom, sans-serif;
  font-size: 21px;
  font-style: italic;
}

.text-block-38.txt2 {
  color: #fde941;
}

.text-span-55, .text-span-56, .text-span-57, .text-span-58, .text-span-59, .text-span-60, .text-span-61, .text-span-62 {
  font-family: Sf Pro Display, sans-serif;
}

.link-31 {
  color: #fdea41;
}

.text-span-63 {
  font-family: Sf Pro Display, sans-serif;
}

.div-block-203 {
  width: 100%;
}

.link-32 {
  color: var(--white);
}

.image-90 {
  align-items: center;
  margin-top: 0;
  margin-bottom: -65px;
  padding-left: 24px;
  display: block;
}

.div-block-204 {
  text-align: left;
  margin-top: 42px;
  margin-bottom: -97px;
  position: relative;
}

.div-block-204._23042 {
  margin-bottom: -107px;
}

.image-91 {
  margin-bottom: 12px;
  margin-left: 46px;
}

.div-block-205 {
  text-align: left;
  margin-top: 50px;
  margin-bottom: -66px;
  padding-left: 55px;
}

.image-92 {
  width: 24%;
  margin-top: 0;
  margin-left: .5%;
}

.div-block-206 {
  z-index: 888;
  text-align: center;
  mix-blend-mode: normal;
  height: 150px;
  margin-top: -115px;
  margin-bottom: -34px;
  position: relative;
  top: -31px;
}

.text-span-64, .text-span-65, .text-span-66, .text-span-67, .text-span-68, .text-span-69, .text-span-70, .text-span-71, .text-span-72, .text-span-73, .text-span-74, .text-span-75, .text-span-76, .text-span-77, .text-span-78, .text-span-79, .text-span-80 {
  color: #a5a5a5;
}

.text-span-81 {
  color: #a5a5a5;
  font-style: normal;
  text-decoration: none;
}

.text-span-82, .text-span-83, .text-span-84 {
  color: #a5a5a5;
}

.text-span-85 {
  color: #a5a5a5;
  text-decoration: none;
}

.text-span-86, .text-span-87, .text-span-88, .text-span-89, .text-span-90, .text-span-91, .text-span-92, .text-span-93, .text-span-94, .text-span-95, .text-span-96, .text-span-97, .text-span-98, .text-span-99, .text-span-100, .text-span-101, .text-span-102, .text-span-103, .text-span-104, .text-span-105, .text-span-106, .text-span-107, .text-span-108, .text-span-109, .text-span-110, .text-span-111, .text-span-112, .text-span-113, .text-span-114, .text-span-115, .text-span-116, .text-span-117, .text-span-118, .text-span-119, .text-span-120, .text-span-121, .text-span-122, .text-span-123, .text-span-124, .text-span-125, .text-span-126, .text-span-127, .text-span-128, .text-span-129, .text-span-130, .text-span-131, .text-span-132, .text-span-133, .text-span-134, .text-span-135, .text-span-136, .text-span-137, .text-span-138, .text-span-139, .text-span-140, .text-span-141, .text-span-142, .text-span-143, .text-span-144, .text-span-145, .text-span-146, .text-span-147, .text-span-148, .text-span-149, .text-span-150, .text-span-151, .text-span-152, .text-span-153, .text-span-154, .text-span-155, .text-span-156, .text-span-157, .text-span-158, .text-span-159, .text-span-160, .text-span-161 {
  color: #a5a5a5;
}

.link-33 {
  color: var(--white);
}

.link-33._55, .link-34 {
  color: var(--bronze);
}

.text-span-163 {
  color: #a5a5a5;
}

.link-block-20 {
  margin-top: 14px;
}

.link-block-20.w--current {
  z-index: 9999;
  position: relative;
}

.image-93 {
  width: 90px;
  margin-top: -6px;
  margin-left: 153%;
}

.image-94 {
  margin-top: 11px;
}

.div-block-210._2102, .div-block-210._2101 {
  display: none;
}

.div-block-211 {
  text-align: center;
  background-image: url('../images/butt_bg.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  width: 160px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.div-block-211._2112, .div-block-211._2112._2115.mobentertop {
  display: none;
}

.div-block-212 {
  text-align: right;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-39 {
  color: #f4da18;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  font-family: intercom, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  display: inline-flex;
}

.columns-45 {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.column-110, .column-111, .column-112 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-214 {
  text-align: center;
  display: none;
}

.div-block-214.entermob {
  background-color: #00000052;
  border-radius: 20px;
  width: 66%;
  margin: 51px auto 20px;
  padding-top: 25px;
  padding-bottom: 24px;
  display: block;
}

.div-block-214.entermob.enter344 {
  width: 99%;
  padding-top: 0;
}

.div-block-214.entermob.roadentermob {
  padding-top: 1px;
}

.div-block-214.entermob.entermopbhome {
  width: 82%;
}

.div-block-216 {
  background-color: #000;
  background-image: url('../images/portal_bg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: auto;
  padding: 70px 5% 60px;
}

.slider-14 {
  background-color: #ddd0;
  height: 575px;
}

.image-97 {
  width: 550px;
  margin-top: 55px;
  margin-left: 3px;
}

.image-97.fnshrbadges {
  width: 450px;
}

.image-97._972 {
  width: 500px;
  margin-top: 69px;
  margin-left: 0;
}

.image-97._972._977 {
  margin-left: -30px;
}

.image-97._972._977._978 {
  width: 250px;
  margin-left: 98px;
}

.div-block-217 {
  margin-top: 139px;
  margin-left: 84px;
  padding-left: 20px;
}

.div-block-217._2172 {
  padding-top: 22px;
}

.image-98 {
  width: 90px;
  margin-left: 4px;
  display: none;
}

.heading-10 {
  color: #fde741;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Avantgarde, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.heading-10.h1heading {
  color: #fde741;
  flex-flow: column;
  margin-top: 480px;
  margin-bottom: -12px;
  padding-left: 0;
}

.heading-10.coming-soon {
  color: #f97420;
  margin-top: -16px;
  margin-left: -24px;
  padding-left: 25px;
}

.div-block-218 {
  background-image: url('../images/portalbg.jpg');
  background-position: 0 0;
  background-size: 1600px;
  border-radius: 14px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 34px;
  padding-bottom: 32px;
  padding-left: 0;
  display: block;
  position: relative;
  top: -45px;
}

.div-block-218._218_2 {
  display: none;
}

.div-block-218._219922 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/portalbg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 1600px;
  border: 12px solid #fff;
  width: 90%;
  padding-top: 20px;
  padding-bottom: 0;
  top: -60px;
}

.div-block-218._219034 {
  padding-top: 78px;
}

.heading-11 {
  color: var(--white);
  margin-top: -15px;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: intercom, sans-serif;
  font-size: 62px;
  font-style: italic;
  line-height: 52px;
}

.heading-11._112 {
  margin-top: -6px;
}

.heading-11._112._14154 {
  margin-left: 35px;
}

.text-span-164 {
  color: #fde941;
  letter-spacing: .5px;
  font-family: Sf Pro Display, sans-serif;
}

.image-99 {
  margin-top: 17px;
  margin-left: 5px;
}

.text-span-165, .text-span-166, .text-span-167 {
  color: #fde941;
  letter-spacing: .5px;
  font-family: Sf Pro Display, sans-serif;
}

.image-100 {
  margin-top: 153px;
  margin-right: 5%;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.yellow {
  color: #fde941;
  letter-spacing: .5px;
  font-family: Sf Pro Display, sans-serif;
}

.yellow.yellow2 {
  font-family: Sf Pro Text, sans-serif;
}

.bold-text-16 {
  letter-spacing: .5px;
}

.text-span-168 {
  letter-spacing: .5px;
  font-family: Sf Pro Display, sans-serif;
}

.div-block-219 {
  background-image: url('../images/QR-code.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 14px;
  width: 250px;
  height: 250px;
  margin-top: 73px;
  margin-left: -54px;
}

.div-block-219._444 {
  background-size: cover;
  width: 300px;
  height: 300px;
  margin-left: 0;
  position: relative;
}

.col45 {
  justify-content: center;
  align-items: center;
  height: 500px;
  display: inline-flex;
}

.div-block-220 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.slide-nav-13 {
  margin-left: 29px;
  padding-right: 0;
  font-size: 10px;
}

.column-119 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: block;
}

.div-block-222 {
  background-image: url('../images/butt_tsp_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 170px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 90px;
  margin-top: -3px;
  margin-left: 23px;
  display: inline-flex;
}

.div-block-222._568 {
  margin-top: -16px;
  display: block;
}

.div-block-222._568.roadclose {
  z-index: 222;
  background-size: cover;
  margin-top: 439px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 21px;
  display: block;
  position: absolute;
  inset: 0% 9% auto 0%;
}

.div-block-222._568._5682 {
  width: 300px;
  margin-top: 0;
  padding-top: 13px;
}

.div-block-222._568._5682.desktopview {
  display: none;
}

.link77 {
  color: #fde941;
  letter-spacing: .5px;
  font-family: intercom, sans-serif;
  font-weight: 400;
}

.column-120 {
  justify-content: flex-start;
  align-items: center;
  height: 150px;
  padding-left: 8%;
  display: inline-flex;
}

.heading-12 {
  color: var(--white);
  margin-top: 501px;
  font-family: Avantgarde, sans-serif;
}

.div-block-223 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: block;
  position: relative;
  top: -128px;
}

.div-block-223._2232 {
  width: 500px;
}

.html-embed-13 {
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 750px;
  margin-top: 179px;
  display: inline-flex;
  position: relative;
}

.div-block-224 {
  z-index: 99999;
  background-color: #00000078;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-225 {
  text-align: center;
  background-color: #0000007d;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-225._2252 {
  padding-top: 26px;
}

.div-block-226 {
  text-align: center;
  border-radius: 14px;
  width: 85%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-block-226._2252 {
  width: 500px;
}

.div-block-226._2262 {
  margin-top: 61px;
}

.text-span-169 {
  color: var(--white);
  font-size: 18px;
  line-height: 14px;
}

.div-block-227 {
  margin-top: -87px;
  margin-bottom: 35px;
  position: relative;
}

.link-block-23 {
  z-index: 99999;
  margin-left: 5%;
  position: relative;
  top: -119px;
}

.text-span-170 {
  color: #a5a5a5;
}

.link-35, .link-36, .link-37 {
  color: var(--white);
}

.text-span-171, .text-span-172 {
  color: #a5a5a5;
}

.link-38 {
  color: var(--white);
}

.text-span-173 {
  color: #a5a5a5;
}

.link-39 {
  color: var(--white);
}

.text-span-174 {
  color: #a5a5a5;
}

.link-40 {
  color: var(--white);
}

.text-span-175 {
  color: #a5a5a5;
}

.link-41 {
  color: var(--white);
}

.text-span-176 {
  color: #a5a5a5;
}

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

.text-span-177, .text-span-178 {
  color: #a5a5a5;
}

.link-42, .link-43 {
  color: var(--white);
}

.text-span-179 {
  color: #a5a5a5;
}

.link-44 {
  color: var(--white);
}

.text-span-180, .text-span-181 {
  color: #a5a5a5;
}

.link-45, .link-46 {
  color: var(--white);
}

.text-span-182 {
  color: #a5a5a5;
}

.link-47 {
  color: var(--white);
}

.text-span-183 {
  color: #9c9b9b;
}

.link-48 {
  color: var(--white);
}

.text-span-184 {
  color: #a5a5a5;
}

.link-49 {
  color: var(--white);
}

.text-span-185 {
  color: #a5a5a5;
}

.link-50 {
  color: var(--white);
}

.text-span-186 {
  color: #a5a5a5;
}

.link-51 {
  color: var(--white);
}

.text-span-187 {
  color: #a5a5a5;
}

.link-52 {
  color: var(--white);
}

.text-span-188 {
  color: #a5a5a5;
  text-align: left;
}

.link-53 {
  color: var(--white);
}

.text-span-189 {
  color: #a5a5a5;
}

.link-54 {
  color: var(--white);
}

.text-span-190 {
  color: #a5a5a5;
}

.link-55 {
  color: var(--white);
}

.text-span-191, .text-span-192 {
  color: #a5a5a5;
}

.link-56 {
  color: var(--white);
}

.div-block-228 {
  background-color: #00000080;
  width: 100%;
  height: 100vw;
}

.link-57 {
  color: #fde841;
}

.div-block-229 {
  display: none;
}

.code-embed {
  z-index: 888;
  position: relative;
}

.heading-13 {
  font-family: Sf Pro Display, sans-serif;
}

.heading-14 {
  font-family: Sf Pro Display, sans-serif;
  font-weight: 700;
}

.link-58 {
  color: var(--white);
}

.paragraph-12 {
  font-family: Fontsfree Net Sfprodisplay, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.text-span-193 {
  color: #a4a4a4;
}

.link-59, .link-60 {
  color: var(--white);
}

.list-9 {
  padding-left: 22px;
}

.list-item-12 {
  color: var(--white);
  text-align: left;
  letter-spacing: .05vw;
  margin-bottom: -12px;
  font-family: Fontsfree Net Sfprodisplay, sans-serif;
  font-size: 15px;
  line-height: 19px;
}

.link-61 {
  color: #fde941;
}

.link-62 {
  color: #fce840;
}

.code-embed-2 {
  text-align: center;
  width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.link-63 {
  color: #fce840;
}

.link-64 {
  color: var(--white);
}

.text-span-194 {
  color: #fbe741;
  text-transform: uppercase;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
  font-style: normal;
}

.tabs-menu-3 {
  text-align: center;
  background-image: url('../images/train_bg.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  margin-top: -6px;
  padding-bottom: 29px;
  top: -26px;
}

.tabs-3 {
  z-index: 99;
  width: 90%;
  max-width: 1200px;
  height: auto;
  position: relative;
}

.tab-link-tab-3-2 {
  background-color: #94747100;
  background-image: url('../images/train_butt.png');
  background-position: 0 0;
  background-size: cover;
  width: 200px;
  height: 75px;
  padding-top: 29px;
}

.text-block-40 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: -12px;
  font-family: intercom, sans-serif;
  font-size: 18px;
  font-style: italic;
  display: flex;
}

.text-block-40._42, .text-block-40._412 {
  color: #000;
}

.text-block-40._402 {
  color: var(--black);
}

.tab-link-tab-2-3 {
  background-color: #ddd0;
  background-image: url('../images/train_butt.png');
  background-position: 0 0;
  background-size: cover;
  width: 200px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 29px;
}

.tab-link-tab-2-3.w--current {
  background-color: #ddd0;
  background-image: url('../images/train_butt2.png');
}

.tab-link-tab-1-3 {
  background-color: #c8c8c800;
  background-image: url('../images/train_butt.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 75px;
  margin-top: -41px;
  padding-top: 29px;
}

.tab-link-tab-1-3.w--current {
  background-color: #c8c8c800;
  background-image: url('../images/train_butt2.png');
  background-position: 0 0;
  background-size: cover;
  width: 200px;
  height: 75px;
  margin-top: -41px;
  padding-top: 29px;
}

.tab-link-tab-1-3.iiis.w--current {
  margin-top: -42px;
}

.traonhead {
  color: #fff;
  margin-top: 3px;
  margin-bottom: 6px;
  padding-left: 63px;
}

.traonhead.asda {
  margin-top: -4px;
  margin-bottom: 4px;
}

.tabs-content-2 {
  margin-top: -36px;
  padding-left: 0;
}

.paragraph-13 {
  color: var(--black);
}

.tab-pane-tab-1-4 {
  padding-bottom: 0;
}

.text-span-195, .text-span-196, .text-span-197, .text-span-198, .text-span-199, .text-span-200, .text-span-201, .text-span-202 {
  color: #ffe941;
}

.columns-46 {
  width: 90%;
  margin-top: 25px;
  margin-left: 8%;
  margin-right: auto;
}

.text-span-203 {
  font-family: Sf Pro Display, sans-serif;
}

.column-121 {
  padding-top: 50px;
  padding-right: 37px;
}

.text-span-204 {
  font-family: Sf Pro Text, sans-serif;
}

.div-block-230 {
  background-image: url('../images/yellow.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: contain;
  border-radius: 10px;
  height: 113px;
}

.div-block-230._231 {
  background-image: url('../images/orange.gif');
}

.div-block-230._232 {
  background-image: url('../images/red.gif');
}

.column-122 {
  padding-left: 0;
}

.text-span-205, .text-span-206 {
  font-family: Sf Pro Display, sans-serif;
}

.text-span-207 {
  color: #fce840;
}

.column-123 {
  padding-top: 22px;
  padding-left: 49px;
}

.heading-15 {
  height: 50px;
  color: var(--white);
  align-items: flex-start;
  margin-bottom: 1vw;
  padding-top: 0;
  padding-left: 23px;
  font-size: 21px;
  line-height: 50px;
  display: block;
}

.heading-15.groupa {
  color: #fde941;
}

.heading-15.groupb {
  color: #f56e16;
}

.heading-15.groupc {
  color: #d00707;
}

.paragraph-14 {
  color: var(--black);
  margin-bottom: 0;
  padding-left: 24px;
  font-family: Avantgarde, sans-serif;
  font-size: 33px;
  line-height: 24px;
}

.paragraph-14._142 {
  color: #fde941;
}

.text-span-208 {
  font-family: Avantgarde, sans-serif;
}

.text-span-208.ggt {
  color: var(--bronze);
}

.text-span-209 {
  color: #fde941;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.text-span-209.linkorange {
  color: #ffc37e;
  font-size: 19px;
  text-decoration: none;
}

.text-span-210 {
  color: #fde941;
}

.text-span-211 {
  color: #fde741;
}

.text-span-212 {
  font-family: Sf Pro Display, sans-serif;
}

.div-block-231 {
  background-image: url('../images/train_bg.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px;
}

.div-block-232 {
  background-image: url('../images/train_bg.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 29px;
  padding-bottom: 30px;
}

.div-block-232.div2bh {
  background-image: linear-gradient(#00000030, #00000030), url('../images/Screenshot-2025-07-24-at-20.12.53.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: auto;
  margin-top: -12px;
  margin-bottom: 26px;
  padding-top: 22px;
  padding-bottom: 0;
  padding-right: 0;
}

.div-block-232.div2bh.ffff {
  padding-bottom: 76px;
}

.div-block-232.div2bh.ffff.asdasd {
  height: auto;
  padding-bottom: 233px;
  padding-right: 0;
  font-size: 11px;
}

.div-block-232.div2bh.ffff.asdasd.asdasdasd {
  padding-bottom: 20px;
}

.text-span-213 {
  font-family: Sf Pro Display, sans-serif;
}

.list-item-13 {
  color: var(--white);
  letter-spacing: .035vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.list-10 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  column-count: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 44px;
  line-height: 14px;
  list-style-type: decimal;
  display: grid;
}

.list-10.lst55 {
  height: 100px;
}

.list-10.afafaf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 0;
  padding-right: 0;
  list-style-type: none;
  display: block;
}

.payitforward {
  background-color: #58000d;
  border-radius: 12px;
  height: 77px;
  margin-top: 40px;
}

.link-65, .link-66 {
  color: var(--white);
}

.list-item-14 {
  font-family: Sf Pro Text, sans-serif;
  font-size: 15px;
}

.code-embed-3 {
  padding: 20px;
}

.div-block-233 {
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
}

.link-67, .link-68 {
  color: var(--white);
}

.heading-16 {
  color: var(--white);
  margin-top: 27px;
}

.div-block-234 {
  background-color: #0000007d;
  border-radius: 12px;
  margin-top: 51px;
  padding: 10px 69px 34px 83px;
}

.text-span-214 {
  color: #a3a3a2;
}

.link-69, .link-70 {
  color: var(--white);
}

.text-span-215 {
  color: #989797;
}

.div-block-235 {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.column-124 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-236 {
  clear: none;
  background-image: url('../images/bronze2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 350px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 550px;
  padding-bottom: 50px;
  padding-left: 65px;
  display: flex;
}

.div-block-236._2362 {
  text-align: left;
  background-image: url('../images/silver2.jpg');
}

.div-block-236._2363 {
  text-align: left;
  background-image: url('../images/gold2.jpg');
}

.column-125, .column-126 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-41 {
  color: #fce840;
  text-align: left;
  margin-top: 7px;
  margin-bottom: 148px;
  margin-left: 4px;
  font-family: Avantgarde, sans-serif;
  font-size: 19px;
  display: inline-flex;
}

.text-block-41._2 {
  margin-left: -102px;
  display: block;
}

.text-block-41._2._3 {
  margin-left: -88px;
}

.text-block-41._2._55 {
  text-align: center;
  margin-top: -47px;
  margin-bottom: 42px;
  margin-left: 0;
}

.text-block-41.dd {
  margin-left: -105px;
}

.heading-17 {
  color: var(--white);
  text-align: left;
  margin-bottom: 81px;
  font-size: 40px;
  line-height: 27px;
}

.heading-17.ryet {
  margin-bottom: 30px;
  line-height: 40px;
}

.text-span-216 {
  color: #a39788;
  font-size: 25px;
}

.image-101 {
  width: 500px;
  margin-top: 35px;
}

.image-101._1013 {
  margin-top: 13px;
}

.image-101._1013.taglinefgear {
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.image-101._1013.taglinefgear.taglinegold {
  mix-blend-mode: screen;
  margin-top: 7px;
  margin-left: 19%;
  margin-right: auto;
}

.image-101._1013.taglinefgear.taglinegold.taag {
  width: 60%;
  margin-top: -51px;
  margin-left: auto;
  margin-right: auto;
}

.image-101._1013.taglinefgear.tjrjrt {
  margin-top: -36px;
  margin-bottom: 53px;
}

.image-101._1013.taglinefgear.geartqag {
  margin-top: -77px;
}

.image-101._1013.taglinefgear.geartqag.tagline-2 {
  margin-top: 0;
}

.background-video-5 {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.link-71 {
  color: var(--white);
}

.text-block-42 {
  color: #fff;
  text-align: left;
  width: 90%;
  margin: 31px auto -18px;
  padding-left: 0;
  font-family: intercom, sans-serif;
  font-size: 36px;
  font-style: italic;
}

.text-block-42._422 {
  margin-top: -14px;
  font-size: 36px;
  font-weight: 300;
  line-height: 38px;
}

.text-block-42.finisherjerseys {
  z-index: 99;
  margin-bottom: 19px;
  position: relative;
}

.div-block-237 {
  width: 100%;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -34px;
}

.div-block-238 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-239 {
  background-image: url('../images/gear.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: flex-end;
  width: 600px;
  height: 600px;
  margin-top: -48px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 26px;
  padding-left: 61px;
  display: flex;
}

.text-span-217 {
  color: #fde741;
  font-family: Avantgarde, sans-serif;
  font-weight: 400;
}

.image-102 {
  width: 600px;
  margin-top: -45px;
  margin-bottom: -75px;
}

.link-72 {
  color: var(--white);
}

.list-item-15 {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Fontsfree Net Sfprodisplay, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}

.text-span-218 {
  font-weight: 300;
}

.bold-text-17 {
  font-family: Sf Pro Display, sans-serif;
}

.columns-48 {
  border: 0 solid #535353;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.column-127 {
  border: 1px solid #4e4e4e;
}

.text-span-219, .text-span-220 {
  text-transform: uppercase;
  font-family: Avantgarde, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.column-128 {
  border: 1px solid #4e4e4e;
  padding-right: 0;
}

.code-embed-4 {
  background-color: #fff;
  padding: 40px;
}

.column-129, .column-130 {
  border: 1px solid #4e4e4e;
}

.div-block-240 {
  margin-top: 40px;
}

.text-span-221 {
  font-family: Sf Pro Display, sans-serif;
}

.div-block-241 {
  background-color: #6b6b6b;
  width: 100%;
  height: 1px;
  margin-bottom: 24px;
}

.text-span-222 {
  color: var(--white);
}

.text-span-222.adadada {
  color: #989797;
}

.link-73 {
  color: var(--dim-grey);
}

.grid {
  border: 1px solid #4e4e4e;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #4e4e4e;
}

.column-131 {
  border: 1px solid #4e4e4e;
}

.ff {
  border: 0 solid #000;
}

.div-block-242 {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.text-span-223, .text-span-224, .text-span-225 {
  font-size: 12px;
}

.text-span-226 {
  font-family: Sf Pro Display, sans-serif;
}

.link-74 {
  color: var(--white);
}

.text-span-227 {
  color: #fce840;
  letter-spacing: .5px;
  font-family: intercom, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.div-block-243 {
  z-index: 222;
  background-color: #4b83341a;
  width: 100px;
  height: 500px;
  margin-top: 293px;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-103 {
  background-color: #0000;
}

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

.text-span-228 {
  color: #fff;
}

.text-span-229 {
  color: #fce840;
}

.text-span-230 {
  color: #fff;
  font-size: 33px;
  font-weight: 400;
  line-height: 33px;
}

.image-104 {
  width: 150px;
  height: auto;
}

.image-104._1042 {
  display: none;
}

.image-104._1042._1044 {
  margin-left: 0;
  display: block;
}

.div-block-244 {
  background-image: url('../images/portalbg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  display: block;
}

.div-block-245 {
  background-color: #00000082;
}

.div-block-246 {
  background-image: url('../images/bullet_1bullet.png');
  background-position: -5% 11%;
  background-repeat: no-repeat;
  background-size: 49px;
  height: 280px;
  margin-left: 16px;
  padding-top: 25px;
  padding-bottom: 29px;
  padding-right: 35px;
}

.link-75, .link-76 {
  color: #feea41;
}

.div-block-247 {
  justify-content: center;
  align-items: center;
  padding-top: 66px;
  display: inline-flex;
}

.div-block-248 {
  padding-top: 22px;
}

.mtbres {
  display: none;
}

.text-block-43 {
  color: #f1dd3e;
  font-family: intercom, sans-serif;
  font-size: 24px;
}

.div-block-249 {
  background-color: #0006;
  border-radius: 15px;
  width: 40%;
  height: auto;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-249._2672 {
  width: 80%;
  margin-top: 54px;
}

.div-block-249._2672.closed {
  display: none;
}

.link-77 {
  color: var(--white);
}

.text-block-44 {
  color: #fff;
  margin-top: 50px;
  font-family: intercom, sans-serif;
  font-size: 33px;
  font-style: italic;
}

.text-block-44._442 {
  text-align: center;
  margin-top: 24px;
  font-size: 24px;
}

.text-span-231 {
  color: #fde941;
  font-size: 22px;
}

.text-span-232 {
  color: #fde941;
}

.div-block-250 {
  z-index: 9;
  background-color: #0000;
  background-image: url('../images/blackfade2.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  height: 220px;
  margin-top: -220px;
  padding-top: 8px;
  display: block;
  position: relative;
}

.div-block-250._250_v2 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 70%;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 49px;
  padding-left: 102px;
  top: -221px;
}

.div-block-251 {
  background-color: #0000;
  background-image: url('../images/diagonal.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 836px;
  border: 5px solid #fff;
  border-radius: 21px;
  width: 63%;
  height: 180px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 38px;
  padding-right: 38px;
  display: none;
  position: relative;
  top: 14px;
  left: 0;
}

.div-block-251._2532 {
  background-image: url('../images/diagonal.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 836px;
  height: 180px;
  display: block;
  top: -4px;
}

.div-block-251._2532.winners {
  width: 78%;
  margin-top: 48px;
}

.div-block-251._2532.winners.skskaks {
  display: block;
}

.div-block-251._2532.winners.skskaks.kaka {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-251._2532.fffg {
  height: 190px;
  padding-top: 24px;
  padding-bottom: 5px;
}

.div-block-251._2532.fffg.sf {
  height: 185px;
  padding-top: 34px;
  display: none;
}

.div-block-251._2532.djdjd {
  height: 190px;
  padding-top: 18px;
  padding-left: 21px;
  padding-right: 3px;
}

.div-block-251._2532.djdjd.fhfhf {
  height: 180px;
}

.text-block-45 {
  color: #fff;
  width: 80%;
  font-family: intercom, sans-serif;
  font-size: 2.1vw;
  font-style: italic;
  font-weight: 400;
}

.text-block-45._452 {
  color: #fff;
  margin-top: -2px;
  font-size: 24px;
  line-height: 26px;
}

.text-block-45._452._2124 {
  margin-top: -2px;
}

.text-block-45._452._44447 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 300;
}

.text-block-45._452._44447.dushne {
  margin-top: 15px;
  font-size: 30px;
}

.text-block-45._452.ddf {
  margin-left: 0%;
}

.text-block-45._452._4522 {
  margin-top: 14px;
}

.text-block-45._452._4522.asasd, .text-block-45._452._4522.ssd {
  margin-top: -3px;
}

.text-block-45.ylw, .text-span-233 {
  color: #fce840;
}

.column-132 {
  background-image: url('../images/whitebar.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 7px;
  height: 120px;
  padding-top: 5px;
  padding-left: 35px;
  position: relative;
}

.column-132._96yvds {
  padding-left: 45px;
  left: -86px;
}

.column-132.rrr {
  height: 130px;
  padding-top: 0;
}

.column-132.didjd {
  background-position: 0%;
  margin-top: 7px;
  padding-top: 0;
  padding-right: 0;
}

.column-132.ssf {
  height: 130px;
  padding-left: 40px;
}

.text-span-234 {
  color: #fce840;
}

.column-134 {
  padding-top: 5px;
}

.column-134._134r.ithg {
  margin-top: -13px;
  padding-top: 0;
}

.text-span-235 {
  letter-spacing: 0;
}

.link-78 {
  color: #fce840;
}

.text-span-236 {
  color: #fde941;
}

.div-block-252 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-252.menwoman {
  padding-top: 36px;
}

.div-block-253 {
  width: 78%;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-253._2532 {
  margin-top: 83px;
}

.text-span-237 {
  color: #f05a24;
  font-size: 24px;
}

.text-span-238 {
  color: #fff;
  font-size: 37px;
}

.winnners {
  color: #fff;
  font-size: 38px;
}

.mtbraces4 {
  color: #fce840;
}

.mtbraces4.ddd {
  color: #fff;
}

.div-block-254 {
  background-color: #00000040;
  border-radius: 20px;
  width: 82%;
  height: auto;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.div-block-255 {
  background-image: url('../images/live_on.png'), url('../images/tar2_1.jpg');
  background-position: 95% 16%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 281px, 100% 100%;
  border: 1px solid #fff;
  border-radius: 4px;
  height: auto;
  padding: 21px 47px 20px;
}

.image-105 {
  width: 100%;
  margin-top: -5px;
}

.link-79 {
  color: #fde941;
}

.div-block-256 {
  text-align: center;
  width: 100%;
  padding-top: 50px;
}

.text-span-239 {
  color: #fce840;
  font-size: 30px;
}

.text-span-240 {
  color: #fce840;
  font-size: 36px;
}

.columns-49 {
  margin-top: 18px;
  display: none;
}

.div-block-257 {
  width: 805%;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-258 {
  text-align: center;
  margin-top: 0;
  padding-top: 23px;
}

.text-span-241 {
  color: #fce840;
}

.link-80 {
  color: #fde941;
}

.link-80.w--current {
  color: #fce840;
}

.code-embed-5 {
  width: 400px;
  height: 750px;
  margin-top: 193px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-46, .div-block-260 {
  display: none;
}

.text-span-243 {
  color: #fce840;
}

.text-span-243.ddd {
  color: #fff;
}

.text-span-244 {
  color: #ff7e27;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
  font-style: normal;
}

.text-span-244._2025 {
  color: #ffec3e;
}

.text-span-244.asdasdasd {
  color: #fee63f;
}

.text-span-245, .text-span-246 {
  font-family: Sf Pro Display, sans-serif;
}

.text-block-47 {
  color: #fce840;
  margin-top: 6px;
  padding-top: 0;
  padding-left: 13px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 9px;
  font-style: italic;
}

.div-block-261 {
  background-color: #ee4824;
  border-radius: 8px;
  width: 105px;
  height: 20px;
  margin-top: -2px;
  margin-left: 134px;
}

.div-block-261.comingsoon2 {
  margin-left: 0;
}

.background-video-6 {
  flex: 0 auto;
  width: 100%;
  height: 90%;
  margin-top: -216px;
}

.background-video-6.rsltsbfvd {
  height: 120%;
}

.div-block-262 {
  justify-content: flex-end;
  margin-top: 7px;
  padding-right: 22px;
  display: flex;
}

.div-block-262._2822 {
  margin-top: 3px;
}

.div-block-262._2622 {
  margin-top: -19px;
}

.div-block-263 {
  background-color: #00000085;
  align-items: flex-end;
  margin-top: 49px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: inline-flex;
}

.text-span-247 {
  color: #fce840;
}

.columns-50 {
  width: 100%;
  margin-left: -24%;
}

.grid-3 {
  display: none;
}

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

.text-span-248 {
  color: #fff;
}

.text-span-249 {
  color: #f7e43f;
}

.text-span-250 {
  color: #fff;
}

.image-106 {
  width: 40px;
  height: 40px;
}

.div-block-265 {
  background-image: url('../images/bg1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 220px;
  height: auto;
  padding: 6px 34px 40px 44px;
}

.div-block-265.div2 {
  background-image: url('../images/bg2.png');
  height: auto;
  padding-bottom: 40px;
}

.text-block-48 {
  color: #fde741;
  text-align: left;
  width: 150px;
  margin-left: 0;
  font-family: intercom, sans-serif;
  font-size: 21px;
  font-style: italic;
}

.text-block-48.blok2 {
  color: #f15a24;
  text-align: left;
  margin-top: 6px;
  font-size: 21px;
  line-height: 17px;
}

.text-block-48.blok2.hehe {
  font-size: 18px;
}

.text-block-48.blok2.blok3 {
  color: #eb0404;
  font-size: 18px;
}

.text-block-48.txt2 {
  font-size: 18px;
  font-weight: 400;
}

.div-block-266 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 33px;
  padding-left: 14px;
}

.div-block-267 {
  background-color: #8d8784;
  border-radius: 12px;
  margin-top: 33px;
  padding: 40px;
}

.div-block-267._1692 {
  background-color: #8d8784ba;
  width: 95%;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-267._1692._1698 {
  background-color: #8d8784c2;
  width: 90%;
  margin-top: 48px;
  margin-bottom: 13px;
}

.div-block-267._1692._1698.seeding {
  background-color: #8d8784ba;
  width: 100%;
}

.bold-text-18 {
  font-weight: 400;
}

.div-block-268 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.heading-18 {
  color: #fff;
  text-align: left;
  margin-left: 0;
  padding-top: 38px;
  font-family: intercom, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8vw;
}

.button-5 {
  background-color: #3898ec00;
  background-image: url('../images/butt_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 50px;
  margin-top: 11px;
  margin-left: -13px;
}

.button-5.navbutt {
  color: #fde741;
  margin-top: 16px;
  margin-left: -10px;
  padding-top: 15px;
  padding-left: 38px;
  font-family: intercom, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.button-5.navbutt.posd {
  padding-left: 0;
}

.button-5.navbutt {
  color: #fde741;
  text-align: left;
  margin-top: 9px;
  margin-left: -13px;
  padding-top: 15px;
  padding-left: 38px;
  font-family: intercom, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.button-5.navbutt.dd {
  margin-left: 49px;
  margin-right: -6px;
  padding-left: 33px;
}

.button-5.navbutt.dd.w--current {
  margin-top: 13px;
  margin-bottom: 13px;
}

.button-5.navbutt.dd.dddd {
  margin-left: 3px;
}

.button-5.navbutt.dd.dddd.buttonenternav {
  text-align: left;
  margin-top: 32px;
  margin-left: 20px;
  padding-left: 50px;
  display: none;
}

.button-5.navbutt.dd.dddd.buttonenternav.darkvs {
  margin-top: 24px;
  display: none;
}

.text-span-251 {
  font-family: Sf Pro Display, sans-serif;
}

.text-block-49 {
  color: #fde841;
  text-align: left;
  background-color: #a06b0000;
  background-image: url('../images/neonyellow.png');
  background-position: 20px 21px;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 0;
  margin-top: 44px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  font-family: intercom, sans-serif;
  font-size: 33px;
  font-style: italic;
  line-height: 35px;
}

.text-block-49._289 {
  color: #fff;
  background-color: #b141014a;
}

.text-block-49._289._2899 {
  color: #e8522e;
  background-color: #b1410100;
  margin-left: 0;
  margin-right: 0;
}

.text-block-49._289._2899._289999 {
  text-align: left;
  background-color: #92360100;
}

.div-block-269 {
  padding-top: 5px;
  padding-left: 60px;
}

.div-block-269.div_seeding {
  padding-left: 0;
}

.text-span-252 {
  font-family: Sf Pro Display, sans-serif;
}

.column-138 {
  height: 100%;
}

.text-span-253 {
  font-family: Sf Pro Display, sans-serif;
}

.paragraph-15 {
  font-family: Lato, sans-serif;
}

.paragraph-15.parahome {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  width: 55%;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Fontsfree Net Sfprodisplay, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}

.paragraph-15.parahome.parasubscribe {
  margin-top: -4px;
  padding-left: 10px;
}

.paragraph-15.parahome.parasubscribe.infohubtext {
  column-count: 1;
  width: 80%;
  margin-top: 5px;
  padding-left: 0;
  line-height: 24px;
  display: block;
}

.paragraph-15.parahome.parasubscribe.infohubtext.roadraceseeding {
  white-space: normal;
  word-break: normal;
  direction: ltr;
  margin-bottom: 13px;
  line-height: 21px;
}

.paragraph-15.parahome.parasubscribe.infohubtext.roadraceseeding.seedingcols {
  column-count: 2;
  margin-bottom: 25px;
}

.paragraph-15.parahome.parasubscribe.infohubtext.mtbseeding {
  column-count: 1;
  margin-bottom: 25px;
}

.list-item-16 {
  color: #a7a7a7;
  text-align: left;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sf Pro Text, sans-serif;
  font-size: 15px;
  line-height: 17px;
}

.div-block-270 {
  background-color: #000;
  background-image: url('../images/6_info_hub-bg2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
  padding-top: 76px;
  padding-bottom: 107px;
}

.div-block-270._1662 {
  background-image: url('../images/results_bg2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  padding-bottom: 57px;
}

.list-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.text-span-254 {
  font-family: Sf Pro Display, sans-serif;
}

.column-139, .column-140 {
  height: 100%;
}

.div-block-271 {
  color: #000;
  text-align: left;
  background-color: #0000;
  padding: 27px 40px 34px 60px;
}

.whitelink-2 {
  color: #fff;
}

.div-block-272 {
  color: #101010;
  background-color: #000000bd;
  background-image: url('../images/mustard.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 3px;
  border-radius: 12px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-272._0853 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-272._0853._0854 {
  background-image: url('../images/tangerine.gif');
}

.div-block-272._0853._0854.mtbb {
  display: block;
}

.div-block-272._0852 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-273 {
  background-image: url('../images/bg1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 220px;
  height: auto;
  padding-top: 6px;
  padding-bottom: 40px;
  padding-left: 44px;
}

.div-block-273.div2 {
  background-image: url('../images/bg2.png');
  height: auto;
  padding-bottom: 40px;
}

.text-block-50 {
  color: #fde741;
  text-align: left;
  width: 150px;
  margin-left: 0;
  font-family: intercom, sans-serif;
  font-size: 21px;
  font-style: italic;
}

.text-block-50.blok2 {
  color: #f15a24;
  text-align: left;
  margin-top: 6px;
  font-size: 21px;
  line-height: 17px;
}

.text-block-50.blok2.hehe {
  font-size: 18px;
}

.text-block-50.blok2.blok3 {
  color: #eb0404;
  font-size: 18px;
}

.text-block-50.txt2 {
  font-size: 18px;
  font-weight: 400;
}

.list-item-17 {
  color: #fff;
  text-align: left;
  letter-spacing: .05vw;
  font-family: Fontsfree Net Sfprodisplay, sans-serif;
  font-size: 15px;
  line-height: 27px;
}

.div-block-274 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 33px;
  padding-left: 14px;
}

.text-span-255 {
  color: #fde941;
}

.bold-text-19 {
  font-weight: 400;
}

.div-block-275 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.heading-19 {
  color: #fff;
  text-align: left;
  margin-left: 0;
  padding-top: 38px;
  font-family: intercom, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8vw;
}

.text-block-51 {
  color: #fde841;
  text-align: left;
  background-color: #a06b0000;
  background-image: url('../images/neonyellow.png');
  background-position: 20px 21px;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 0;
  margin-top: 44px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  font-family: intercom, sans-serif;
  font-size: 33px;
  font-style: italic;
  line-height: 35px;
}

.text-block-51._289 {
  color: #fff;
  background-color: #b141014a;
}

.text-block-51._289._2899 {
  color: #e8522e;
  background-color: #b1410100;
  margin-left: 0;
  margin-right: 0;
}

.text-block-51._289._2899._289999 {
  text-align: left;
  background-color: #92360100;
}

.div-block-276 {
  padding-top: 5px;
  padding-left: 60px;
}

.div-block-276.div_seeding {
  padding-left: 0;
}

.div-block-276.div_seeding.divpolicies {
  margin-bottom: 22px;
}

.column-141 {
  height: 100%;
}

.paragraph-16 {
  font-family: Lato, sans-serif;
}

.paragraph-16.parahome {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  width: 55%;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Fontsfree Net Sfprodisplay, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}

.paragraph-16.parahome.parasubscribe {
  margin-top: -4px;
  padding-left: 10px;
}

.paragraph-16.parahome.parasubscribe.infohubtext {
  column-count: 1;
  width: 80%;
  margin-top: 5px;
  padding-left: 0;
  line-height: 24px;
  display: block;
}

.paragraph-16.parahome.parasubscribe.infohubtext.roadraceseeding {
  column-count: auto;
  margin-bottom: 25px;
  line-height: 21px;
}

.paragraph-16.parahome.parasubscribe.infohubtext.mtbseeding {
  column-count: 1;
  margin-bottom: 25px;
}

.paragraph-16.parahome.parasubscribe.infohubtext.mtbseeding.policy {
  width: 90%;
}

.div-block-277 {
  background-color: #000;
  background-image: url('../images/6_info_hub-bg2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
  padding-top: 76px;
  padding-bottom: 107px;
}

.div-block-277._1662 {
  background-image: url('../images/results_bg2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  padding-bottom: 57px;
}

.div-block-277._1662._16622 {
  background-color: #000;
  background-image: none;
}

.text-span-256 {
  color: #fde941;
}

.column-142, .column-143 {
  height: 100%;
}

.div-block-278 {
  color: #000;
  text-align: left;
  background-color: #0000;
  padding: 27px 40px 34px 60px;
}

.div-block-279 {
  color: #101010;
  background-color: #000000bd;
  background-image: url('../images/mustard.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 3px;
  border-radius: 12px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-279._0853 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-279._0853._0854 {
  background-image: url('../images/tangerine.gif');
}

.div-block-279._0852 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-280 {
  background-image: url('../images/bg1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 220px;
  height: auto;
  padding-top: 6px;
  padding-bottom: 40px;
  padding-left: 44px;
}

.div-block-280.div2 {
  background-image: url('../images/bg2.png');
  height: auto;
  padding-bottom: 40px;
}

.text-block-52 {
  color: #fde741;
  text-align: left;
  width: 150px;
  margin-left: 0;
  font-family: intercom, sans-serif;
  font-size: 21px;
  font-style: italic;
}

.text-block-52.blok2 {
  color: #f15a24;
  text-align: left;
  margin-top: 6px;
  font-size: 21px;
  line-height: 17px;
}

.text-block-52.blok2.hehe {
  font-size: 18px;
}

.text-block-52.blok2.blok3 {
  color: #eb0404;
  font-size: 18px;
}

.text-block-52.txt2 {
  font-size: 18px;
  font-weight: 400;
}

.list-item-18 {
  color: #fff;
  text-align: left;
  letter-spacing: .05vw;
  font-family: Fontsfree Net Sfprodisplay, sans-serif;
  font-size: 15px;
  line-height: 27px;
}

.div-block-281 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 33px;
  padding-left: 14px;
}

.text-span-257 {
  color: #fde941;
}

.bold-text-20 {
  font-weight: 400;
}

.div-block-282 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.heading-20 {
  color: #fff;
  text-align: left;
  margin-left: 0;
  padding-top: 38px;
  font-family: intercom, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8vw;
}

.text-block-53 {
  color: #fde841;
  text-align: left;
  background-color: #a06b0000;
  background-image: url('../images/neonyellow.png');
  background-position: 20px 21px;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 0;
  margin-top: 44px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  font-family: intercom, sans-serif;
  font-size: 33px;
  font-style: italic;
  line-height: 35px;
}

.text-block-53._289 {
  color: #fff;
  background-color: #b141014a;
}

.text-block-53._289._2899 {
  color: #e8522e;
  background-color: #b1410100;
  margin-left: 0;
  margin-right: 0;
}

.text-block-53._289._2899._289999 {
  text-align: left;
  background-color: #92360100;
}

.div-block-283 {
  padding-top: 5px;
  padding-left: 60px;
}

.div-block-283.div_seeding {
  padding-left: 0;
}

.div-block-283.div_seeding.divpolicies {
  margin-bottom: 22px;
}

.column-144 {
  height: 100%;
}

.paragraph-17 {
  font-family: Lato, sans-serif;
}

.paragraph-17.parahome {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  width: 55%;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Fontsfree Net Sfprodisplay, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}

.paragraph-17.parahome.parasubscribe {
  margin-top: -4px;
  padding-left: 10px;
}

.paragraph-17.parahome.parasubscribe.infohubtext {
  column-count: 1;
  width: 80%;
  margin-top: 5px;
  padding-left: 0;
  line-height: 24px;
  display: block;
}

.paragraph-17.parahome.parasubscribe.infohubtext.roadraceseeding {
  column-count: auto;
  margin-bottom: 25px;
  line-height: 21px;
}

.paragraph-17.parahome.parasubscribe.infohubtext.mtbseeding {
  column-count: 1;
  margin-bottom: 25px;
}

.paragraph-17.parahome.parasubscribe.infohubtext.mtbseeding.policy {
  width: 90%;
}

.div-block-284 {
  background-color: #000;
  background-image: url('../images/6_info_hub-bg2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
  padding-top: 76px;
  padding-bottom: 107px;
}

.div-block-284._1662 {
  background-image: url('../images/results_bg2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  padding-bottom: 57px;
}

.div-block-284._1662._16622 {
  background-color: #000;
  background-image: none;
  padding-bottom: 140px;
}

.text-span-258 {
  color: #fde941;
}

.column-145, .column-146 {
  height: 100%;
}

.div-block-285 {
  color: #000;
  text-align: left;
  background-color: #0000;
  margin-bottom: -55px;
  padding: 27px 40px 34px 60px;
}

.div-block-286 {
  color: #101010;
  background-color: #000000bd;
  background-image: url('../images/mustard.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 3px;
  border-radius: 12px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-286._0853 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-286._0853._0854 {
  background-image: url('../images/tangerine.gif');
}

.div-block-286._0852 {
  margin-left: 0;
  margin-right: 0;
}

.body-2 {
  background-color: #000;
  background-image: url('../images/bg.jpg');
  background-position: 62% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-287, .div-block-288 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-289 {
  background-color: #00000036;
  border-radius: 13px;
  width: 600px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
}

.text-span-259 {
  color: #adadad;
}

.bold-text-21 {
  color: #fee03c;
  font-family: Avantgarde, sans-serif;
  font-size: 17px;
}

.text-span-260 {
  color: #f7da3b;
  font-family: Avantgarde, sans-serif;
  font-size: 17px;
}

.text-span-261 {
  color: #fce840;
  text-transform: uppercase;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
}

.text-span-261._2612 {
  margin-top: 26px;
  display: block;
}

.italic-text-15 {
  font-size: 14px;
}

.image-107 {
  z-index: 99;
  width: 100%;
  position: absolute;
}

.div-block-290 {
  text-align: center;
  background-color: #000;
  height: auto;
  padding-top: 40px;
  padding-bottom: 65px;
}

.code-embed-6 {
  width: 1200px;
  max-width: none;
  height: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-108 {
  vertical-align: bottom;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  margin-top: 0;
  margin-bottom: -170px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.image-109 {
  width: 400px;
  margin-top: -291px;
  margin-bottom: -45px;
  margin-left: 62px;
  display: block;
  position: relative;
  top: 0;
}

.div-block-291 {
  background-color: #0000;
  background-image: url('../images/openraods4.png'), url('../images/openraods3.png');
  background-position: 0 0, 5%;
  background-repeat: no-repeat, repeat;
  background-size: 1728px, 100% 300px;
  justify-content: center;
  align-items: flex-start;
  height: 250px;
  margin-top: -236px;
  padding-left: 825px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image-110 {
  opacity: 1;
  mix-blend-mode: screen;
  width: 300px;
  margin-top: 686px;
  margin-left: 89px;
  position: static;
}

.div-block-292 {
  text-align: center;
  mix-blend-mode: screen;
  background-image: url('../images/glow2.png');
  background-position: 100% 42%;
  background-repeat: no-repeat;
  background-size: 300px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-top: 186px;
  margin-left: 33px;
  display: flex;
}

.div-block-292._2922 {
  text-align: right;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  margin-top: -86px;
  margin-bottom: -69px;
  margin-right: -34px;
}

.image-111 {
  width: 220px;
  margin-top: -5px;
}

.div-block-293 {
  margin-top: -108px;
}

.div-block-293.aa {
  margin-right: 13%;
}

.div-block-294 {
  text-align: center;
  background-image: url('../images/tagline3.png'), url('../images/footer.jpg');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 40vw, 1728px;
  justify-content: center;
  align-items: center;
  height: 20vw;
  display: flex;
}

.div-block-295 {
  width: 80%;
  margin-left: 116px;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0;
}

.column-147 {
  background-color: #00000080;
  background-image: url('../images/leftframe.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
  height: 170px;
  padding-top: 31px;
  padding-bottom: 0;
  padding-left: 32px;
  font-size: 36px;
  font-style: italic;
}

.column-147._1472 {
  text-align: left;
}

.columns-51 {
  margin-bottom: 0;
}

.column-148 {
  background-image: url('../images/redframe.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
  height: 170px;
  padding-top: 31px;
  padding-left: 36px;
  display: none;
}

.column-148._1482 {
  text-align: left;
}

.column-149 {
  height: 170px;
}

.text-block-54 {
  color: #fde741;
  font-family: Avantgarde, sans-serif;
  font-size: 40px;
  font-style: italic;
}

.text-block-54.lilhead {
  margin-bottom: 13px;
  margin-left: 15px;
  font-size: 21px;
  font-weight: 400;
}

.text-block-54.lilhead.nope {
  margin-top: 12px;
  margin-bottom: -22px;
  margin-left: 0;
}

.text-block-54.lilhead.nope.nope2, .text-block-54._542 {
  color: #f05a24;
  font-style: italic;
}

.text-block-54._542._543 {
  color: #fff;
  margin-top: -14px;
  margin-bottom: -12px;
  padding-top: 0;
  font-family: intercom, sans-serif;
  font-size: 27px;
  line-height: 23px;
}

.text-block-54._542._543._543home {
  margin-bottom: -3px;
  font-size: 1.6vw;
  line-height: 1.5vw;
}

.text-block-54._542._543._543home.hh {
  width: 80%;
  margin-top: -11px;
  margin-bottom: 3px;
  font-size: 28px;
  line-height: 22px;
}

.text-block-54.aaadf {
  margin-top: 3px;
  font-size: 19px;
}

.text-block-54.aaadf.fffs, .text-block-54._543 {
  color: #ff4d00;
}

.text-block-54._546 {
  line-height: 14px;
}

.text-block-54._546.dddff {
  color: #fff;
  margin-top: 27px;
  margin-bottom: 10px;
  font-size: 20px;
}

.text-block-54._546.dddff.dadadvb {
  margin-bottom: -2px;
}

.text-block-54._546._66890 {
  font-size: 36px;
}

.text-block-54._546.paosdj {
  width: 50%;
}

.div-block-296 {
  text-align: right;
  margin-top: -5px;
  padding-right: 11px;
}

.div-block-296.ajaja {
  text-align: left;
  padding-top: 11px;
}

.div-block-296.ddf.ssa {
  text-align: left;
  margin-top: 13px;
}

.div-block-296.ddf.ssa.dddddf {
  margin-top: -4px;
}

.div-block-296.ddf.ssa.fing {
  margin-left: 1px;
}

.div-block-296.ddf.aad {
  text-align: left;
}

.div-block-296.ddf.aad.aads.enttr, .div-block-296.ddf.aad.fling {
  margin-left: 0;
}

.div-block-297 {
  border: 5px solid #fff;
  border-radius: 15px;
  width: 200px;
  height: 170px;
  margin-left: 11px;
  padding-top: 31px;
  padding-left: 23px;
}

.div-block-297._2972 {
  width: 180px;
  height: auto;
  margin-left: 19px;
  padding-bottom: 13px;
  padding-left: 16px;
}

.div-block-297._2972._22334 {
  height: auto;
  margin-left: -4px;
}

.div-block-297._2972._22334.p0dsfs {
  border-radius: 8px;
  width: 100%;
}

.div-block-297._2972._22334.gearvs {
  text-align: left;
  border-width: 12px;
  width: 95%;
  margin: -23px auto 38px;
  padding-top: 38px;
  padding-bottom: 17px;
  padding-left: 26px;
  position: relative;
  top: -39px;
}

.div-block-297._1334 {
  text-align: left;
}

.image-112 {
  width: 75px;
  height: 7px;
  margin-top: 20px;
}

.image-112._1122 {
  margin-top: 5px;
  padding-top: 0;
}

.image-112._1122.aad {
  margin-top: -6px;
}

.image-112._1122.ad {
  width: 65px;
  height: 6px;
  margin-top: 21px;
}

.image-112._1122.ad.sfsg {
  margin-top: 9px;
}

.image-112._1122.ad.sfsg.aaaffgg {
  width: 60px;
  height: 5px;
  margin-top: 3px;
}

.image-112._1122.qe {
  margin-top: 2px;
}

.image-112._1122.twer5 {
  margin-top: 23px;
  margin-bottom: 5px;
}

.div-block-298 {
  background-color: #0000003d;
  border: 1px solid #fff;
  border-radius: 8px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 28px;
  padding-bottom: 0;
  padding-left: 5px;
}

.list-item-19 {
  color: #fde941;
  font-family: Avantgarde, sans-serif;
  font-size: 23px;
  font-style: italic;
}

.list-13 {
  column-count: 2;
  width: 100%;
}

.text-span-262, .text-span-263, .text-span-264, .text-span-265 {
  color: #fde941;
}

.link-81 {
  color: #fff;
}

.div-block-299 {
  background-color: #0000006e;
  border-radius: 20px;
  margin-bottom: 66px;
  margin-left: -11px;
  padding: 20px 10px;
}

.div-block-299._2998 {
  width: 83%;
  margin: 66px auto -17px;
}

.div-block-300 {
  background-color: #000000bf;
  width: 220px;
  margin-left: -5px;
}

.text-span-266 {
  font-size: 27px;
}

.text-span-267 {
  font-size: 21px;
}

.div-block-301 {
  background-color: #00000080;
  border-radius: 16px;
  width: 220px;
  margin-top: -19px;
  margin-left: -5px;
  padding-top: 19px;
  padding-bottom: 21px;
}

.text-span-268 {
  color: #eb8704;
}

.text-span-269, .text-span-270 {
  color: #ea8705;
}

.div-block-302 {
  margin-left: -25px;
}

.div-block-303 {
  width: 30vw;
  height: 100px;
  margin-top: -133px;
  padding-top: 0;
  padding-left: 115px;
}

.text-block-55 {
  color: #ff8000;
  padding-left: 36px;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
}

.text-block-55._556 {
  color: #fde741;
  margin-top: 84px;
  padding-left: 24px;
}

.image-114 {
  mix-blend-mode: normal;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  max-width: none;
  margin-left: -17px;
  padding-bottom: 0;
}

.div-block-304 {
  border: 1px solid var(--dim-grey);
  border-radius: 5px;
  margin-top: 17px;
  margin-left: -3px;
  margin-right: 4px;
  padding: 30px 15px 14px 18px;
}

.text-span-272 {
  font-family: Avantgarde, sans-serif;
  font-size: 24px;
  line-height: 15px;
}

.text-span-273 {
  color: #fde741;
  text-transform: none;
  font-family: Avantgarde, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.text-span-274 {
  color: #fde741;
}

.text-span-275 {
  color: #f7e140;
}

.div-block-305 {
  background-color: #ffffff7d;
  height: 1px;
  margin-top: 16px;
}

.text-span-276 {
  line-height: 0;
}

.ffv {
  color: #fde941;
}

.link-82 {
  color: #fbe741;
}

.columns-52 {
  width: 83%;
  margin-top: -42px;
  margin-bottom: 1px;
  margin-left: -44px;
  position: relative;
  top: 44px;
}

.div-block-306 {
  background-image: url('../images/buttleft.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
  width: 100%;
  height: 110px;
  padding-top: 29px;
  padding-bottom: 34px;
  padding-left: 27px;
  font-style: italic;
}

.div-block-306._3062 {
  background-image: url('../images/buttright.jpg');
  margin-top: 4px;
}

.column-152 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
}

.div-block-307 {
  text-align: right;
  margin-top: -54px;
  padding-right: 18px;
}

.div-block-307._546 {
  padding-right: 40px;
}

.div-block-308 {
  background-image: url('../images/buttright.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 110px;
  margin-top: 0;
  margin-left: -8px;
  padding-top: 28px;
  padding-bottom: 32px;
  padding-left: 27px;
}

.div-block-308._30855 {
  background-image: url('../images/bulletleftnew.jpg');
}

.column-153 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-309 {
  width: 84.5vw;
  margin-top: 31px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16%;
  padding-right: 16%;
  position: relative;
}

.div-block-310 {
  background-color: #ffffff26;
  border-radius: 13px;
  margin: 32px -11px 20px 5%;
  padding: 20px 99px 6px 35px;
}

.text-span-277 {
  color: #fff;
  letter-spacing: 0;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
}

.text-span-277._2778 {
  font-size: 18px;
  line-height: 10px;
}

.text-span-277._2778._8sjfg {
  width: auto;
}

.text-span-278 {
  color: #d84f37;
  -webkit-text-stroke-color: #ff4d00;
  font-size: 36px;
}

.text-span-279 {
  color: #fff;
  font-size: 36px;
}

.text-span-280, .text-span-281 {
  color: #fff;
}

.text-span-282 {
  color: #d84f38;
  -webkit-text-stroke-color: #ff4d00;
  font-size: 40px;
}

.div-block-311 {
  background-image: url('../images/ralated.png');
  background-position: 100% 0;
  background-size: cover;
  border-radius: 12px;
  width: 98%;
  height: auto;
  margin-top: 43px;
  margin-left: 5%;
  margin-right: auto;
  padding-top: 27px;
  padding-bottom: 18px;
  padding-left: 42px;
  display: block;
}

.div-block-311._3112 {
  display: none;
}

.text-block-56 {
  color: #fff;
  margin-top: 38px;
  margin-bottom: -38px;
  font-family: Avantgarde, sans-serif;
  font-size: 19px;
}

.text-block-56._567 {
  color: #ff4d00;
  margin-top: 21px;
}

.text-block-56._567.afffg {
  color: #fde741;
  margin-bottom: -12px;
}

.text-block-56._000op {
  margin-left: 57px;
}

.text-block-56._000op._887df {
  margin-top: 0;
  margin-bottom: 3px;
}

.text-block-56._000op._887df.ddf {
  color: #fde941;
  margin-left: 24px;
}

.text-block-56._000op._9908j.prizeterms {
  color: #fce840;
  margin-top: 0;
  margin-bottom: 9px;
  margin-left: 43px;
}

.div-block-312 {
  width: 70%;
  margin-top: -56px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-313 {
  background-color: #352f29;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 8px;
  margin-top: 15px;
  margin-left: 16px;
  margin-right: 14px;
  padding-top: 17px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.text-span-283 {
  color: #fce840;
}

.text-block-57 {
  color: var(--white);
  margin-bottom: -7px;
  font-family: Avantgarde, sans-serif;
  font-size: 40px;
  font-style: italic;
}

.text-block-57._578 {
  margin-bottom: 5px;
}

.div-block-314 {
  background-color: #fff;
  width: 5px;
  min-height: 70px;
  position: absolute;
  inset: 0% 0% 0% 96%;
}

.column-154 {
  padding-left: 29px;
}

.text-span-284 {
  color: #fde741;
  font-style: italic;
}

.text-span-286 {
  font-size: 9px;
}

.text-span-287 {
  color: #969696;
}

.div-block-315 {
  background-color: #fff;
  width: 5px;
  height: 90%;
}

.text-span-290 {
  font-family: Sf Pro Display, sans-serif;
}

.text-span-291 {
  margin-left: -21px;
  font-family: Sf Pro Display, sans-serif;
}

.text-span-292 {
  color: #ff763e;
  margin-left: -18px;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
}

.text-span-293, .text-span-294, .text-span-295 {
  font-family: Sf Pro Display, sans-serif;
}

.link-83 {
  color: #fde941;
}

.link-84 {
  color: #fce840;
}

.link-85 {
  color: #fde741;
}

.link-86 {
  color: #fce840;
}

.div-block-316 {
  background-color: #0000007a;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-316.asdasdasd {
  background-color: #0000;
  padding-top: 0;
}

.column-156 {
  padding-right: 138px;
}

.div-block-317 {
  background-color: #fff;
  width: 8px;
  height: 120px;
  margin-top: 8px;
  margin-right: 52px;
}

.text-block-58 {
  color: #000;
  width: 200px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 15px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-59 {
  color: #ffec47;
  text-align: right;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  position: relative;
  top: -66px;
  left: -100%;
}

.text-span-296 {
  color: #f68d2c;
}

.text-span-297 {
  color: #ff9f31;
  font-size: 19px;
}

.body-3 {
  background-color: #000;
}

.text-span-298 {
  color: #fff;
}

.code-embed-7 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.text-span-299, .text-span-300, .text-span-301, .text-span-302 {
  font-family: Sf Pro Display, sans-serif;
}

.text-span-303 {
  color: #ffa04d;
}

.text-span-304, .text-span-305 {
  font-family: Sf Pro Display, sans-serif;
}

.div-block-318 {
  background-image: url('../images/bulletleftnew.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 125px;
  margin-bottom: 21px;
  margin-left: -20px;
}

.div-block-318._31899 {
  background-image: url('../images/freeride_bg2.jpg');
  background-position: 50%;
  background-size: cover;
  border: 11px solid #fff;
  border-radius: 15px;
  width: 90%;
  height: 150px;
  margin: 39px auto 40px;
  padding-top: 10px;
  padding-left: 31px;
  padding-right: 52px;
}

.div-block-318._31899.v2 {
  width: 100%;
  margin-top: 0;
}

.image-115 {
  width: 500px;
  max-width: none;
  margin-top: -35px;
  margin-bottom: 35px;
}

.text-span-306, .text-span-307, .text-span-308 {
  font-family: Sf Pro Display, sans-serif;
}

.image-116 {
  width: 230px;
  max-width: none;
  margin-bottom: 25px;
  margin-left: 9.5%;
}

.div-block-319 {
  display: none;
}

.link-87 {
  color: #f8e540;
}

.text-span-309 {
  color: #fff;
}

.ddf {
  margin-top: 13px;
  margin-left: 24px;
  font-size: 14px;
  display: block;
}

.ddf.dddf {
  margin-left: 0;
  font-size: 21px;
}

.italic-text-16 {
  letter-spacing: .2px;
  font-family: Sf Pro Display, sans-serif;
}

.bold-text-22 {
  font-style: italic;
}

.text-span-310 {
  font-family: Fontsfree Net Sfprodisplay, sans-serif;
}

.text-span-311 {
  font-family: Sf Pro Display, sans-serif;
  font-style: italic;
}

.text-span-312 {
  color: #fce840;
  font-family: Avantgarde, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.text-span-313 {
  font-family: Sf Pro Display, sans-serif;
}

.text-span-314, .italic-text-17 {
  color: #fde741;
  font-size: 19px;
  font-style: normal;
}

.div-block-320 {
  background-color: #494949;
  height: 1px;
  margin-bottom: 39px;
}

.div-block-320._3202 {
  margin-top: 50px;
  margin-bottom: 21px;
}

.text-span-315, .text-span-316 {
  font-family: Sf Pro Display, sans-serif;
}

.text-span-317 {
  color: var(--bronze);
}

.text-span-318 {
  color: #ff763e;
  margin-left: -16px;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
}

.bold-text-23 {
  color: #ff763e;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
}

.text-span-319 {
  color: #ff763e;
  margin-left: -17px;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
}

.text-span-320 {
  color: #ff763e;
  margin-left: -16px;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
}

.text-span-321 {
  color: #ff763e;
  margin-left: -19px;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
}

.text-span-322 {
  margin-left: -17px;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
}

.bold-text-24 {
  color: #ff763e;
}

.text-span-323 {
  color: #ff763e;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
}

.bold-text-25 {
  margin-left: -13px;
}

.text-span-324 {
  color: #ff763e;
  margin-left: -18px;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
}

.image-117 {
  width: 500px;
}

.image-117._1173 {
  width: 420px;
}

.sdfsdf {
  color: #9e9371;
  font-family: Sf Pro Text, sans-serif;
}

.list-item-20 {
  color: #b4b4b4;
  margin-left: 13px;
  padding-left: 18px;
  padding-right: 0;
  font-family: Sf Pro Text, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

.list-14 {
  column-count: 2;
  width: 90%;
  padding-left: 0;
}

.div-block-322 {
  background-color: #0000005c;
  border: 0 solid #fff;
  border-radius: 20px;
  width: 64%;
  margin-top: 79px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 28px 18px 24px;
}

.columns-56 {
  height: auto;
}

.list-15 {
  color: #fff;
  column-count: 2;
  width: 100%;
  padding-left: 3vw;
  font-family: Open Sans, sans-serif;
}

.list-item-21 {
  color: var(--white);
  padding-right: 10%;
  font-family: Sf Pro Text, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
}

.div-block-323 {
  color: #616161;
  background-color: #524639;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-top: 24px;
  margin-bottom: 13px;
  padding-top: 10px;
  padding-bottom: 1px;
}

.link-88 {
  color: #fde941;
}

.linkylw {
  color: #fde941;
  -webkit-text-stroke-color: #ff9f41;
}

.link-89, .link-90, .text-span-325 {
  color: #fde941;
}

.text-span-326 {
  font-family: Sf Pro Display, sans-serif;
}

.image-118 {
  width: 240px;
  margin-bottom: 8px;
  margin-left: -16px;
}

.text-span-327 {
  font-family: Sf Pro Display, sans-serif;
  font-weight: 300;
  position: static;
}

.text-span-328 {
  font-style: italic;
}

.div-block-324 {
  background-image: url('../images/mast_train25s.jpg');
  background-position: 0%;
  background-size: cover;
  border: 10px solid #fff;
  border-radius: 12px;
  height: 20vw;
  margin-left: -54px;
}

.div-block-324.v2 {
  background-image: url('../images/zwift4.png');
  background-position: 50%;
  background-size: cover;
}

.text-span-329 {
  font-family: Sf Pro Display, sans-serif;
}

.text-span-330 {
  font-family: Sf Pro Display, sans-serif;
  font-weight: 300;
}

.text-span-331, .text-span-332 {
  font-family: Sf Pro Display, sans-serif;
}

.text-span-333 {
  color: #c5beaa;
  margin-bottom: -6px;
  padding-top: 11px;
  font-family: intercom, sans-serif;
  font-size: 33px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
  display: block;
}

.text-span-333.eweth {
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 10px;
  font-size: 27px;
}

.div-block-325 {
  color: #fff;
  background-color: #fff;
  height: 2px;
}

.div-block-326 {
  width: 100%;
}

.div-block-327 {
  background-color: #272623;
  border-radius: 9px;
  height: auto;
  margin-top: 29px;
  margin-right: 9px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 17px;
}

.text-span-334 {
  color: #fff;
}

.text-span-335 {
  font-family: Avantgarde, sans-serif;
  font-size: 33px;
  font-weight: 400;
}

.text-span-336, .text-span-337 {
  font-size: 22px;
}

.columns-57 {
  margin-top: 37px;
  margin-bottom: 38px;
  display: flex;
}

.div-block-328 {
  background-color: #fff;
  height: 1px;
  margin-bottom: 19px;
  margin-left: 58px;
  margin-right: 60px;
  display: none;
}

.heading-21 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: -10px;
  font-size: 44px;
  box-shadow: 12px 14px 5px #0003;
}

.text-span-338 {
  font-size: 22px;
}

.link-91 {
  color: #fde941;
  -webkit-text-stroke-color: #ff9f41;
}

.div-block-329 {
  mix-blend-mode: screen;
}

.paragraph-18 {
  color: var(--white);
  font-family: Avantgarde, sans-serif;
}

.div-block-330 {
  color: #00000036;
  background-color: #00000029;
  border-radius: 7px;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px 20px 7px;
}

.div-block-330.vx {
  height: auto;
}

.column-162 {
  padding-left: 0;
}

.paragraph-19 {
  color: #fff;
  font-family: Avantgarde, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.text-span-339 {
  color: #fce840;
  font-size: 17px;
}

.text-span-340 {
  color: #fce840;
  margin-bottom: -9px;
  display: block;
}

.text-span-341 {
  color: var(--slate);
}

.text-span-342, .text-span-343 {
  color: #fce840;
}

.text-span-344 {
  color: #fce840;
  margin-bottom: -9px;
  display: block;
}

.div-block-331 {
  padding-bottom: 11px;
  padding-left: 40px;
  padding-right: 37px;
}

.div-block-332 {
  padding-left: 57px;
  padding-right: 57px;
}

.text-span-345 {
  color: #fde741;
}

.column-163 {
  padding-left: 0;
}

.columns-58 {
  width: 50%;
}

.div-block-333 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 48px;
}

.text-block-60 {
  margin-bottom: 9px;
}

.div-block-334 {
  background-color: #262320;
  background-image: url('../images/registerbg2.jpg');
  background-position: 50%;
  background-size: cover;
  border: 0 solid #49413c;
  border-radius: 12px;
  margin: 2px 9px 56px 10px;
  padding: 26px 75px 58px 39px;
}

.div-block-334.uytuytuyt {
  padding-top: 41px;
  padding-bottom: 44px;
  display: none;
}

.text-span-346 {
  font-family: Sf Pro Display, sans-serif;
  font-weight: 300;
}

.text-span-347 {
  font-family: Sf Pro Display, sans-serif;
}

.image-119 {
  margin-top: -11px;
  margin-left: -23px;
}

.text-block-61 {
  color: #fff;
  margin-top: -9px;
  font-family: intercom, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
}

.text-block-61._62v2 {
  letter-spacing: 0;
  margin-top: 14px;
  margin-left: 15px;
  font-family: Avantgarde, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 15px;
}

.text-block-61._62v2.ssdfgh {
  margin-left: 63px;
}

.text-block-61._612 {
  margin-left: 62px;
  font-size: 22px;
}

.text-block-61._6667 {
  margin-top: 17px;
  margin-left: 46px;
}

.text-span-348 {
  color: #fce840;
  font-size: 20px;
  line-height: 21px;
}

.text-span-349 {
  color: #ff7c25e3;
}

.column-166 {
  background-image: url('../images/principle_sponsors9.gif'), url('../images/date1.png');
  background-position: 0%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 1px 100%, 90px;
  padding-left: 56px;
}

.column-167 {
  background-image: url('../images/principle_sponsors9.gif'), url('../images/date2.png');
  background-position: 30px 0, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 1px 100%, auto 65px;
  height: 100%;
  padding-bottom: 106px;
}

.text-span-350, .text-span-351 {
  font-family: Sf Pro Display, sans-serif;
}

.div-block-335 {
  background-color: #fff;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 55px;
  display: none;
}

.div-block-335._4443 {
  margin: 20px 22px 10px 0;
}

.div-block-335.ffty {
  margin: 20px 23px 11px 8px;
}

.text-span-352 {
  color: #fce840;
}

.text-span-353, .text-span-354 {
  color: #fae440;
}

.image-120 {
  width: 100%;
  max-width: none;
  height: 20px;
  margin-top: 7px;
  margin-bottom: 2px;
  margin-left: -6px;
}

.text-span-355 {
  color: #fce840;
  margin-top: 9px;
  font-size: 20px;
  line-height: 17px;
  display: block;
}

.link-92, .link-93, .link-94, .link-95 {
  color: var(--white);
  font-size: 17px;
}

.div-block-336 {
  background-color: #2e2a27d9;
  border: 1px solid #616161;
  border-radius: 12px;
  margin-top: 40px;
  margin-left: 12px;
  margin-right: -22px;
  padding-top: 5px;
  padding-bottom: 28px;
  padding-right: 33px;
}

.div-block-337 {
  text-align: center;
  background-color: #000;
}

.column-168 {
  border: 1px solid var(--dim-grey);
}

.text-span-356 {
  font-family: Sf Pro Display, sans-serif;
  font-weight: 300;
}

.rj5, .bold-text-26 {
  font-family: Sf Pro Display, sans-serif;
}

.div-block-338 {
  background-color: #0000004d;
  border-radius: 24px;
  width: 75%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 23px;
}

.image-121 {
  width: 100%;
  max-width: 130px;
  margin-top: 5px;
}

.div-block-339 {
  width: 100%;
  height: auto;
  margin-top: -660px;
  margin-left: 116px;
  display: none;
  position: relative;
}

.div-block-340 {
  background-color: #00000054;
  border: 5px solid #fff;
  border-radius: 12px;
  width: 310px;
  height: auto;
  margin-bottom: 52px;
  padding-bottom: 15px;
  padding-left: 18px;
  padding-right: 10px;
}

.div-block-340.resultsresults {
  width: 62.5%;
  height: 170px;
  margin-left: 18.5%;
  padding-bottom: 0;
}

.div-block-340.resultsresults.rslts99.home_rslsts {
  background-color: #00000078;
  width: 700px;
  height: 135px;
  margin-top: 23px;
  margin-bottom: 0;
  display: none;
}

.text-span-357 {
  color: var(--bronze);
}

.div-block-341 {
  background-color: var(--white);
  border-radius: 7px;
  width: 97.5%;
  height: 1px;
  margin-top: 5px;
}

.text-span-358 {
  color: #ff7e27;
  font-family: Avantgarde, sans-serif;
  font-size: 37px;
  font-style: normal;
}

.text-span-358._2025 {
  color: #ffec3e;
}

.column-169 {
  background-image: url('../images/whiteline.png');
  background-position: 0%;
  background-repeat: repeat-y;
  background-size: 5px 100%;
  height: 100px;
  display: block;
}

.column-170 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  height: 100%;
  padding-left: 21px;
}

.columns-59 {
  height: 100%;
}

.body-4, .code-embed-8 {
  background-color: #0000;
}

.div-block-342 {
  background-image: url('../images/registerbg2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-342.eerty {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 250px;
  margin-top: -6px;
  display: flex;
  position: relative;
}

.div-block-343 {
  background-color: #0000;
  padding-bottom: 0;
}

.rsltscol {
  display: flex;
}

.text-block-62 {
  color: #ffec3e;
  text-align: center;
  font-family: Avantgarde, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.link-96 {
  color: #fee840;
}

.image-122 {
  width: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-346 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span-359 {
  color: #ffe100;
}

.text-block-63 {
  color: #fde536;
  margin-left: 11px;
  font-family: Avantgarde, sans-serif;
  font-size: 18px;
}

.code-embed-9 {
  display: block;
}

.link-97 {
  color: #ffec40;
  -webkit-text-stroke-color: #ffec40;
}

.text-span-360 {
  font-family: Sf Pro Display, sans-serif;
  font-weight: 300;
}

.text-span-361 {
  color: var(--bronze);
}

.lnk {
  color: #fb9d3f;
}

.div-block-347 {
  background-color: #fee842;
  background-image: linear-gradient(#00000080, #00000080), url('../images/connect_header_27.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 10px solid #fff;
  border-radius: 12px;
  height: 120px;
  margin-top: 40px;
  margin-left: 1%;
  margin-right: 1.6%;
  padding-top: 20px;
  padding-left: 54px;
}

.body-5, .body-6, .body-7, .body-8, .body-9, .body-10, .body-11 {
  background-color: #000;
}

.body-12 {
  background-color: var(--black);
}

.body-13, .body-14, .body-15, .body-16 {
  background-color: #000;
}

.div-block-349 {
  background-color: #fff;
  background-image: url('../images/ralated.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 33px;
}

.image-123 {
  margin-bottom: 30px;
}

.text-span-362 {
  color: #ffa041;
}

.dropdown-3 {
  background-image: url('../images/butt_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 130px;
  width: 120px;
  height: 50px;
  margin-top: 25px;
  margin-left: 12px;
}

.dropdown-list-3 {
  display: none;
}

.dropdown-link-5 {
  color: #ffe940;
  background-color: #791f13;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
}

.dropdown-link-6 {
  color: #ffe93f;
  background-color: #a26028;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
}

.text-block-64 {
  color: #fee740;
  text-align: center;
  margin-top: 3px;
  margin-left: 14px;
  font-family: intercom, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.dropdown-toggle {
  text-align: center;
  padding-top: 13px;
}

.link-98 {
  color: #fde941;
}

.image-124 {
  width: 210px;
  margin-top: 16px;
}

.image-124._1242 {
  width: 190px;
  margin: 5px 51px 0 14px;
  display: block;
}

.columns-60 {
  width: 55%;
  margin-top: 32px;
  margin-bottom: -34px;
  margin-left: -22px;
}

.columns-60._602 {
  display: none;
}

.image-125 {
  width: 75px;
  margin-top: 10px;
  margin-left: -11px;
  padding-right: 10px;
}

.column-171 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.paragraph-20 {
  font-family: Fontsfree Net Sfprodisplay, sans-serif;
}

.text-span-363 {
  color: #fbe909;
  font-family: Avantgarde, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

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

.div-block-351 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 210px;
  display: grid;
}

.div-block-351._3512 {
  padding-left: 18px;
}

.columns-61 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-352 {
  background-color: #00000082;
  border: 1px solid #fff;
  border-radius: 12px;
  height: 300px;
  padding-left: 0;
  overflow: hidden;
}

.div-block-352.ff {
  height: auto;
  margin-top: -46px;
  padding-bottom: 5px;
}

.columns-62 {
  border: 1px solid #fff;
  justify-content: center;
  width: 110%;
  margin-top: 15px;
  margin-left: -18px;
  margin-right: -1px;
  display: flex;
}

.div-block-353 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 0;
}

.div-block-353.asdasd {
  background-color: #858585;
}

.column-173 {
  background-image: url('../images/whitebar.gif');
  background-position: 0%;
  background-repeat: repeat-y;
  background-size: 1px;
}

.text-span-364 {
  color: #fbe909;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
  font-style: normal;
  line-height: 21px;
  display: block;
}

.text-span-364._365 {
  width: 80%;
  color: var(--white);
  margin-bottom: 5px;
  font-size: 19px;
}

.text-span-364._365.ddf {
  color: #fbe909;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.text-span-365 {
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
  font-style: normal;
}

.image-126 {
  width: 90px;
  margin-left: 18px;
}

.div-block-354 {
  margin-top: -19px;
  padding-left: 38px;
}

.div-block-355 {
  border: 5px solid #fff;
  border-radius: 12px;
  width: 74%;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.slide-20 {
  border: 1px solid var(--dim-grey);
  background-color: var(--black);
  width: 14.7vw;
  height: auto;
  padding-left: 15px;
}

.slider-15 {
  background-color: #ddd0;
  height: 100px;
}

.icon-15 {
  margin-top: 60.5px;
  margin-left: 8px;
  font-size: 21px;
  display: flex;
}

.icon-16 {
  justify-content: flex-end;
  margin-top: 60.5px;
  margin-right: 6.5px;
  font-size: 21px;
  display: flex;
}

.slide-nav-14 {
  display: none;
}

.div-block-356 {
  height: 100px;
  margin-top: -4px;
  margin-left: 20px;
}

.text-span-366 {
  font-family: Avantgarde, sans-serif;
  font-size: 33px;
  display: block;
  position: static;
}

.image-127 {
  width: 25px;
  margin-top: 0;
}

.text-span-367 {
  color: #fbe909;
  font-family: Avantgarde, sans-serif;
  font-size: 21px;
  font-style: normal;
}

.div-block-357 {
  border: 1px solid var(--dim-grey);
  justify-content: center;
  height: 70px;
  display: flex;
}

.div-block-358 {
  border-radius: 12px;
  width: 74%;
  height: 250px;
  margin: 47px auto 166px;
}

.slide-21 {
  background-color: #fff0;
  background-image: url('../images/az.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slider-16 {
  background-color: #ddd0;
  height: 360px;
}

.slide-nav-15 {
  display: none;
}

.slide-22 {
  background-image: url('../images/b.jpg');
  background-position: 0%;
  background-size: cover;
}

.slide-22.slide3.slide4 {
  background-image: url('../images/slide4.jpg');
}

.slide-22.slide3.slide4.slide5 {
  background-image: url('../images/dk.jpg');
  background-size: cover;
}

.slide-22.slide3.slide4.slide5.slide6 {
  background-image: url('../images/gg.jpg');
  background-size: cover;
}

.slide-22.slide3.slide4.slide5.slide6.slide7 {
  background-image: url('../images/f.jpg');
}

.slide-22.slide3.slide4.slide5.slide6.slide7.slide8 {
  background-image: url('../images/background.jpg');
}

.slide-22.slide3.slide2 {
  background-image: url('../images/c.jpg');
}

.slide-22._222 {
  background-image: url('../images/ec.jpg');
  background-size: cover;
}

.mask-9 {
  border-radius: 17px;
}

.icon-17 {
  margin-top: 294px;
  font-size: 24px;
}

.icon-18 {
  min-width: 21px;
  margin-top: 297px;
  font-size: 24px;
}

.div-block-359 {
  z-index: 2;
  background-color: #000000a3;
  border: 2px solid #fff;
  border-radius: 12px;
  width: 240px;
  height: auto;
  position: relative;
  top: -233px;
  left: 66px;
}

.div-block-360 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  background-color: #00000061;
  background-image: url('../images/whiteline.png'), linear-gradient(#0003, #0003), url('../images/bg_1.jpg');
  background-position: 50% 0, 0 0, 50%;
  background-repeat: repeat-x, repeat, repeat;
  background-size: auto 2px, auto, cover;
  border: 0 solid #fff;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  justify-items: end;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.column-174 {
  background-image: url('../images/whitebar.gif');
  background-position: 0%;
  background-repeat: repeat-y;
  background-size: 1px;
}

.div-block-361 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  background-color: #fff;
  background-image: url('../images/map.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  justify-items: end;
  width: 100%;
  height: 510px;
  display: none;
}

.div-block-362 {
  z-index: 99;
  text-align: right;
  justify-content: flex-end;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
  position: relative;
}

.div-block-362._445 {
  align-items: flex-end;
  width: 100%;
  position: relative;
  bottom: -430px;
  left: -242px;
}

.link-block-25 {
  background-color: #fff;
  margin-top: 11px;
}

.image-128 {
  width: 300px;
}

.text-span-368 {
  color: #dfce0d;
  margin-top: -7px;
  margin-bottom: 5px;
  font-size: 21px;
  display: block;
}

.div-block-363 {
  text-align: left;
  align-items: flex-end;
  width: 100%;
  height: 50px;
  margin-top: 423px;
  margin-right: 411px;
  display: flex;
  position: static;
  top: 1926.03px;
  bottom: auto;
  left: auto;
}

.div-block-364 {
  width: 100%;
  margin-top: -119px;
  padding-bottom: 0;
  display: flex;
}

.columns-64 {
  width: 100%;
}

.column-177 {
  background-color: #0000;
  border: 1px solid #fff0;
  border-radius: 12px;
  padding-left: 0;
  padding-right: 0;
}

.column-178 {
  text-align: left;
  background-image: url('../images/whitebar.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 1px;
  padding-top: 14px;
  padding-left: 21px;
}

.paragraph-21 {
  color: #797979;
  text-align: center;
  background-color: #0000;
  margin-top: 13px;
  margin-bottom: 0;
  font-family: Avantgarde, sans-serif;
  font-size: 17px;
  font-style: italic;
}

.link-99 {
  color: #fbe909;
}

.text-span-369 {
  color: #afafaf;
  font-size: 22px;
}

.link-100 {
  color: var(--white);
}

.div-block-366 {
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.75vw;
    line-height: 2.75vw;
  }

  h1 {
    margin-bottom: 2vw;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  h2 {
    margin-bottom: 2vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  h3 {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  h4 {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 2.75vw;
    line-height: 3.25vw;
  }

  h5 {
    margin-top: 2vw;
    margin-bottom: 1.5vw;
    font-size: 2.25vw;
    line-height: 3.25vw;
  }

  h6 {
    margin-top: 2vw;
    margin-bottom: 1.5vw;
    font-size: 1.75vw;
    line-height: 2.75vw;
  }

  p {
    margin-bottom: 2vw;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  li {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 2.25vw;
    line-height: 3.5vw;
  }

  blockquote {
    margin-top: 4vw;
    margin-bottom: 7vw;
    padding-left: 5vw;
    padding-right: 0;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  figure {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }

  figcaption {
    margin-top: 2vw;
    margin-bottom: 5vw;
    font-size: 2vw;
    line-height: 3vw;
  }

  .cover {
    min-height: 500px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cover-overlay {
    min-height: 500px;
  }

  .sc-content-holder {
    width: 90%;
    left: auto;
    right: auto;
  }

  .button-style-1 {
    height: 6vw;
    padding: 2vw 3vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .button-style-1.large {
    text-align: center;
    border-radius: 60px;
    height: auto;
    padding: 3vw 2vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .style-4s {
    letter-spacing: .3vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .sc-sub-title {
    margin-top: 2vw;
    margin-bottom: 4vw;
  }

  .global-container {
    width: 100%;
    min-height: 10px;
    padding-top: 34px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .global-container.pigcasso {
    padding-top: 0;
    padding-left: 0;
  }

  .eyebrow {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .about-description-holder {
    margin-top: 8vw;
    margin-bottom: 8vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .button-style-5 {
    letter-spacing: .4vw;
    padding-bottom: 1vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .book-button {
    margin-bottom: 3vw;
    margin-right: 3vw;
    padding: 3vw;
  }

  .fullbleed-image {
    height: 80vw;
  }

  .quote-holder {
    margin-bottom: 3vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .navbar-logo-holder {
    width: 18vw;
  }

  .button-navbar {
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .button-navbar.link-delay {
    letter-spacing: .3vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .button-navbar.dark {
    font-size: 12px;
  }

  .style-1xl {
    font-size: 11vw;
    line-height: 14vw;
  }

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

  .image {
    object-fit: cover;
  }

  .image.scale-in {
    height: 250px;
  }

  .global-section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .global-section.book-now {
    padding-left: 0;
    padding-right: 0;
  }

  .global-section.fb-section {
    height: 50vw;
  }

  .global-section.faq-header {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .style-1m {
    font-size: 5.5vw;
    line-height: 6.5vw;
  }

  .style-1m.animate-in {
    font-size: 3.5vw;
  }

  ._3up-image-holder {
    height: 40vw;
  }

  ._3up-image-holder.rooms {
    height: 20vw;
  }

  ._3up-text-holder {
    margin-top: 4vw;
  }

  ._3up-description {
    margin-bottom: 1.5vw;
    font-size: 1.75vw;
    line-height: 3vw;
  }

  .ps {
    letter-spacing: .02vw;
    font-size: 2vw;
    line-height: 3.25vw;
  }

  .accordion-wrapper {
    align-items: flex-start;
  }

  .accordion-item {
    width: 20%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .accordion-item-trigger {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 60px;
    display: flex;
  }

  .menu-items {
    margin-top: 1vw;
  }

  .footer-link {
    text-align: center;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .menu-spacer {
    background-color: #ffffff4d;
    width: 1px;
    height: 19vw;
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .menu-container {
    width: 90%;
    min-height: 10px;
  }

  .feature-card {
    min-height: 60vw;
    margin-top: 10vw;
    padding: 5vw;
  }

  .feature-card.featcard2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .fc-content {
    margin-top: 10vw;
    padding-left: 3vw;
    padding-right: 0;
  }

  .fc-content.pigcsasocontent {
    margin-top: 0;
  }

  .style-1l {
    font-size: 8vw;
    line-height: 11vw;
  }

  .style-1l.white.homehead.homie2 {
    font-size: 42px;
  }

  .style-1l.white.homehead.homie2.abouthead.abouthead2 {
    text-align: center;
  }

  .style-1l.white.homehead.homie2.support_head {
    margin-top: 410px;
    font-size: 27px;
  }

  .style-1s {
    letter-spacing: -.5px;
    font-size: 5vw;
    line-height: 6vw;
  }

  .fc-text {
    margin-top: 1vw;
    margin-bottom: 2.5vw;
    padding-left: 0;
    padding-right: 0;
  }

  .fc-column-1 {
    height: 58vw;
  }

  .fc-columns {
    height: 57vw;
    margin-top: -10vw;
    display: flex;
  }

  .stay {
    background-image: none;
    padding: 54px 3% 31px 2%;
    display: none;
  }

  .dine {
    padding-top: 58px;
    padding-bottom: 70px;
  }

  .footer-large {
    padding: 0;
  }

  .footer-logo-holder {
    width: 30vw;
  }

  .global-text-styles h2 {
    margin-top: 6vw;
  }

  .global-text-styles p {
    margin-bottom: 2vw;
  }

  .global-text-styles ul {
    margin-bottom: 4vw;
    padding-left: 16vw;
  }

  .global-text-styles ol {
    width: auto;
    margin-bottom: 3vw;
    padding-left: 16vw;
  }

  .global-text-styles figcaption {
    padding-right: 10vw;
  }

  .global-text-styles figure {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .global-text-styles h4 {
    font-size: 2.75vw;
    line-height: 4.25vw;
  }

  .global-text-styles h3 {
    margin-top: 4vw;
    margin-bottom: 2vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .global-text-styles blockquote {
    padding-left: 6vw;
    padding-right: 10.75vw;
  }

  .global-text-styles h5 {
    margin-top: -1vw;
    font-size: 13vw;
    line-height: 13vw;
  }

  .footer-description-holder {
    width: 80%;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .sc-title {
    width: 90%;
    padding: 2vw 4vw;
  }

  .sc-title.home.homie {
    margin-bottom: 17vw;
    margin-left: 24px;
  }

  .sc-title.home.homie.about {
    text-align: center;
  }

  .sc-title.home.homie.blogg {
    margin-left: 75px;
  }

  .sc-title.home.homie.road {
    padding-left: 21px;
  }

  .link-in-page {
    text-align: center;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .services-collection {
    justify-content: center;
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: auto;
  }

  .item-description-holder {
    padding-left: 11.5vw;
    padding-right: 11.5vw;
  }

  .amenity-icon-holder {
    width: 5vw;
    height: 5vw;
  }

  .button-style-2-1 {
    padding-bottom: 1vw;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  ._4up-image {
    height: 19vw;
  }

  .ps-headline {
    font-size: 2vw;
    line-height: 3.5vw;
  }

  .line {
    width: 40%;
  }

  .line.left {
    margin-right: 5vw;
  }

  .line.right {
    margin-left: 5vw;
  }

  .view-icon {
    width: 12vw;
    height: 12vw;
  }

  ._3up-link-holder {
    margin-bottom: 2vw;
  }

  .ps-headline-bold {
    font-size: 1.5vw;
    line-height: 3vw;
  }

  .image-list-grid {
    grid-template-columns: 1fr;
  }

  .image-list-item {
    margin-top: 3vw;
    padding-bottom: 1vw;
  }

  .il-photo-holder {
    width: 14vw;
    height: 10vw;
    margin-top: 0;
    margin-bottom: .5vw;
  }

  .global-button-pill {
    height: 6vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .global-button-pill.link-delay {
    width: auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .button-style-4 {
    width: auto;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .sc-content {
    width: 100%;
    margin-left: 0;
  }

  .sc-holder.top-bottom.concierge {
    padding-left: 10vw;
  }

  .sc-holder.top-bottom.concierge.top {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .sc-holder.top-bottom.concierge.bottom {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section-cover {
    min-height: 500px;
  }

  .section-cover.secthome.setportaldesktop {
    height: 130vh;
  }

  .sc-overlay, .sc-image {
    min-height: 500px;
  }

  .section-cover-button {
    font-size: 1.2vw;
    line-height: 2vw;
  }

  .linebreak-holder {
    width: 100%;
  }

  .team-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-image-holder {
    width: 80%;
  }

  .team-name {
    margin-top: 3vw;
  }

  .team-item {
    margin-bottom: 5vw;
  }

  .team-title {
    margin-top: 1vw;
  }

  ._2m {
    margin-bottom: .5vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .style-3xs {
    font-size: 2.4vw;
    line-height: 3.5vw;
  }

  .style-1xs {
    letter-spacing: -.1px;
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .style-1xs.margin-reset.price {
    margin-top: -3px;
  }

  .pxs {
    font-size: 1.75vw;
    line-height: 2.75vw;
  }

  .pxs.gallery-text {
    margin-bottom: 0;
  }

  .search {
    width: 70%;
  }

  .search-button {
    letter-spacing: .3vw;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .search-result-item {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }

  .lightbox-link {
    height: 81vw;
  }

  .lightbox-images, .big-lightbox {
    height: 80vw;
  }

  .lightbox-button {
    padding-bottom: 5vw;
  }

  .gallery-cta {
    padding: 2vw 3vw;
  }

  .pm {
    font-size: 2.5vw;
    line-height: 3.75vw;
  }

  ._3up-subtitle-holder, .page-title-holder.events {
    margin-bottom: 1vw;
  }

  .page-title-holder.food-drink-title {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .menu-link, ._3up-view-link {
    text-align: center;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .style-4s-bold {
    letter-spacing: .4vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .il-title-holder {
    margin-top: 0;
  }

  .h5 {
    font-size: 2vw;
    line-height: 3vw;
  }

  .list-price {
    letter-spacing: -.1px;
    margin-top: -1vw;
    font-size: 2.5vw;
    line-height: 4.5vw;
  }

  .bb-icon-holder {
    width: 3vw;
    height: 2vw;
  }

  .bb-content {
    align-items: center;
    width: 100%;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-title {
    margin-bottom: 3vw;
  }

  .about {
    background-position: 50% 100%;
    padding-bottom: 60px;
  }

  .about.how-it-works {
    padding-left: 0%;
    padding-right: 0%;
  }

  .about.about2 {
    background-position: 75% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .about.about2.about4.about5.purpose {
    padding-bottom: 226px;
  }

  .about.road {
    padding-top: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer-small {
    height: 14vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .fs-content.right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .fs-text.spacing-left {
    margin-left: 1.5vw;
  }

  .quote-source {
    margin-top: 1vw;
  }

  .fb-title-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-content-holder {
    width: 90%;
  }

  .faq-tab {
    letter-spacing: .4vw;
    margin-right: 4vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .faq-tab.w--current {
    letter-spacing: .4vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .filter {
    justify-content: flex-start;
    height: 10vw;
    margin-bottom: 10vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .filter-title {
    text-align: center;
  }

  .faq-title-holder {
    padding-left: 11%;
    padding-right: 11%;
  }

  .faq-text-styles h2 {
    margin-top: 6vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .faq-text-styles p {
    margin-bottom: 4vw;
  }

  .faq-text-styles ul {
    padding-left: 16vw;
  }

  .faq-text-styles ol {
    width: auto;
    padding-left: 16vw;
  }

  .faq-text-styles figcaption {
    padding-right: 10vw;
  }

  .faq-text-styles figure {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .faq-text-styles h4 {
    font-size: 2.75vw;
    line-height: 4.25vw;
  }

  .faq-text-styles h3 {
    margin-top: 4vw;
    margin-bottom: 2vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .faq-text-styles blockquote {
    padding-left: 6vw;
    padding-right: 10.75vw;
  }

  .faq-text-styles h5 {
    margin-top: -1vw;
    font-size: 13vw;
    line-height: 13vw;
  }

  .style-2m {
    font-size: 4vw;
    line-height: 6vw;
  }

  .mc-icon-holder {
    margin-left: 2vw;
  }

  .navbar-image {
    width: 80px;
    margin-left: 5%;
  }

  .footer-button-holder {
    margin-top: 0;
  }

  .button-style-2, .button-style-3 {
    height: 6vw;
    padding: 2vw 3vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .div-block-47 {
    width: 75%;
    margin-bottom: 4vw;
  }

  .global-ns {
    height: 8vw;
  }

  .global-ns.large {
    height: 17vw;
  }

  .global-ns.medium {
    height: 13vw;
  }

  .global-ns.small {
    height: 5vw;
  }

  .paragraph.parahome {
    width: 80%;
    margin-top: 8px;
  }

  .paragraph.parahome.para_support {
    width: auto;
    font-size: 13px;
    line-height: 24px;
  }

  .paragraph.parahome.parahome2 {
    margin-top: 0;
    padding-left: 22px;
  }

  .paragraph-2.pigtext {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
  }

  .paragraph-2.para_end {
    font-size: 13px;
    line-height: 20px;
  }

  .image-3 {
    width: 100%;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .div-block-53 {
    margin-left: -10px;
  }

  .div-block-54 {
    margin-right: 21px;
  }

  .fullbleed-image-2 {
    height: 80vw;
  }

  .image-22 {
    margin-top: 34px;
    margin-left: 8%;
  }

  .text-block-9.subtitle.subtitle2.subtitle3 {
    text-align: center;
  }

  .text-block-9.txt10.txt102 {
    padding-right: 20px;
  }

  .text-block-9.txt10.txt102.txt103 {
    padding-right: 33px;
  }

  .text-block-9.txt10.supporttext {
    font-size: 13px;
  }

  .text-block-9.txt10.supporttext.support2 {
    padding-left: 38px;
    padding-right: 40px;
    font-size: 13px;
  }

  .columns-10 {
    width: 100%;
  }

  .paragraph-6 {
    padding-left: 21px;
  }

  .div-block-89.div3 {
    height: 320px;
  }

  .div-block-89.divsupport {
    margin-top: 38px;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-89._89_2 {
    padding: 76px 40px 40px;
  }

  .heading-4.head5 {
    font-size: 27px;
  }

  .heading-4.head7.contcthead {
    margin-bottom: 19px;
  }

  .heading-4.head_journey {
    font-size: 27px;
    line-height: 3vw;
  }

  .div-block-91 {
    margin-left: 32px;
    padding-top: 33px;
    padding-right: 20px;
  }

  .div-block-91.div912._9122 {
    margin-left: 0;
  }

  .div-block-91._912 {
    margin-left: 0;
    padding-top: 20px;
    padding-left: 14px;
    padding-right: 10px;
  }

  .text-block-11 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-11.txt_how {
    width: 100%;
  }

  .column-32, .column-33 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-13 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .column-37 {
    background-size: 40px;
  }

  .column-38 {
    background-size: 38px;
  }

  .column-39 {
    margin-top: 0;
    padding-right: 29px;
  }

  .div-block-96._962 {
    background-color: #edeeab;
    background-position: 95% 90%, 50% -25px;
    padding-left: 20px;
    padding-right: 51px;
  }

  .div-block-98 {
    background-repeat: no-repeat;
  }

  .div-block-100 {
    height: auto;
  }

  .div-block-101._1013 {
    background-image: url('../images/2_12.png');
  }

  .div-block-101._1014 {
    background-image: url('../images/3_13.png');
  }

  .div-block-101._1015 {
    background-image: url('../images/4_14.png');
  }

  .div-block-101._1016 {
    background-image: url('../images/5_15.png');
  }

  .div-block-101._10122._1014._10142 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .text-block-14.hd55 {
    margin-top: 72px;
  }

  .div-block-104 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-106._106nt {
    padding-left: 0;
  }

  .div-block-106._106nt.subblog {
    width: 640px;
    margin-left: 0%;
    padding-top: 0;
  }

  .div-block-106._106_2 {
    padding-right: 177px;
  }

  .slider-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-15 {
    margin-top: 52px;
    line-height: 2vw;
  }

  .html-embed-4 {
    margin-right: 0;
  }

  .div-block-109.contct2 {
    width: 85%;
  }

  .div-block-109.blog, .div-block-109._109b {
    width: 90%;
  }

  .div-block-110 {
    padding-left: 20px;
  }

  .text-block-18._18_2 {
    margin-top: 40px;
  }

  .div-block-111._1112 {
    width: 90%;
  }

  .column-58 {
    padding-right: 0;
  }

  .title2 {
    padding-right: 5px;
  }

  .column-59 {
    padding-right: 0;
  }

  .mask {
    width: 100%;
  }

  .column-60 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-61 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-120 {
    margin-left: 0;
    padding-right: 33px;
  }

  .columns-26 {
    width: 600px;
    margin-left: -33px;
  }

  .heading-6 {
    line-height: 3.5vw;
  }

  .heading-6.roadrace, .heading-6.roadrace.mtbrace {
    font-size: 4vw;
  }

  .bold-text-6 {
    line-height: 3.5vw;
  }

  .button-4.navbutt.roadclosurebutt.reslrtsbut.rslts6.rslts8 {
    margin-top: 0;
  }

  .div-block-135 {
    width: 100%;
  }

  .div-block-142 {
    padding: 20px;
  }

  .column-75 {
    padding-left: 48px;
  }

  .columns-29 {
    width: 95%;
    margin-left: 0;
  }

  .div-block-146 {
    width: 80%;
  }

  .div-block-148 {
    width: 90%;
  }

  .column-76 {
    background-size: 100% 100%;
  }

  .column-77, .column-78 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .slider-9 {
    height: 500px;
  }

  .div-block-155 {
    width: 100%;
    margin-left: 13px;
  }

  .text-block-23 {
    margin-top: -42px;
  }

  .text-block-28._289._28999.herotxt.homehero._999765 {
    padding-left: 22px;
    font-size: 42px;
  }

  .image-77._772 {
    margin-top: 42px;
  }

  .column-95 {
    padding-left: 0;
  }

  .column-96 {
    padding-left: 22px;
  }

  .html-embed-13 {
    margin-top: -286px;
  }

  .image-106 {
    height: 20px;
  }

  .bold-text-18, .heading-18 {
    line-height: 3.5vw;
  }

  .paragraph-15.parahome {
    width: 80%;
    margin-top: 8px;
  }

  .bold-text-19, .heading-19 {
    line-height: 3.5vw;
  }

  .paragraph-16.parahome {
    width: 80%;
    margin-top: 8px;
  }

  .bold-text-20, .heading-20 {
    line-height: 3.5vw;
  }

  .paragraph-17.parahome {
    width: 80%;
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    width: 100%;
  }

  li {
    font-size: 2.25vw;
    line-height: 4vw;
  }

  figcaption {
    font-size: 2.5vw;
  }

  .cover {
    min-height: 500px;
    padding: 50px 5vw;
  }

  .cover-overlay {
    min-height: 500px;
  }

  .button-style-1 {
    text-align: center;
    letter-spacing: .5vw;
    height: 6vw;
    padding: 4vw;
    font-size: 1.75vw;
    line-height: 2.5vw;
  }

  .style-4s {
    letter-spacing: .3vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .style-4s.menu-link, .style-4s.menu-link.w--current {
    font-size: 1.75vw;
  }

  .sc-sub-title {
    margin-top: 1vw;
    margin-bottom: 4vw;
  }

  .eyebrow {
    font-size: 2vw;
    line-height: 3vw;
  }

  .about-description-holder {
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .button-style-5 {
    letter-spacing: .5vw;
    font-size: 1.75vw;
    line-height: 2.5vw;
  }

  .book-button {
    height: 9vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .navbar {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .navbar-logo-holder {
    width: 23vw;
  }

  .button-navbar {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .button-navbar.link-delay {
    letter-spacing: .3vw;
  }

  .button-navbar.dark {
    margin-left: 6px;
  }

  .style-1xl {
    font-size: 11vw;
    line-height: 12vw;
  }

  .global-section.faq-header {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .style-1m {
    font-size: 7vw;
    line-height: 8vw;
  }

  ._3up-image-holder {
    height: 19vw;
  }

  ._3up-text-holder {
    margin-top: 3vw;
  }

  .ps {
    font-size: 2.1vw;
    line-height: 3.3vw;
  }

  .menu-spacer {
    height: 25vw;
  }

  .navbar-sticky {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-card {
    min-height: 70vw;
  }

  .fc-content {
    margin-top: 20vw;
    padding-left: 3vw;
  }

  .style-1l.white.homehead.homie2 {
    margin-top: 191px;
  }

  .style-1s {
    letter-spacing: 0;
    font-size: 4.75vw;
  }

  .fc-text {
    margin-bottom: 2.5vw;
  }

  .fc-column-1 {
    height: 68vw;
  }

  .fc-columns {
    margin-top: -20vw;
  }

  .footer-logo-holder {
    width: 35vw;
  }

  .global-text-styles h1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .global-text-styles h2 {
    width: 100%;
    margin-top: 9vw;
    margin-bottom: 4vw;
    padding-left: 0;
    padding-right: 0;
  }

  .global-text-styles p {
    width: 100%;
    margin-bottom: 2vw;
    padding-left: 0;
    padding-right: 0;
  }

  .global-text-styles ul {
    width: auto;
    padding-left: 8vw;
  }

  .global-text-styles ol {
    width: auto;
    padding-left: 12vw;
    list-style-type: decimal;
  }

  .global-text-styles figcaption {
    padding-left: 0;
    padding-right: 0;
  }

  .global-text-styles h4 {
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 1vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 3vw;
    line-height: 4vw;
  }

  .global-text-styles h3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 3.5vw;
  }

  .global-text-styles blockquote {
    margin-left: 0;
  }

  .global-text-styles h5 {
    margin-left: 0;
    margin-right: 2vw;
    font-size: 11vw;
    line-height: 12vw;
  }

  .global-text-styles h6 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-description-holder {
    width: 100%;
    margin-top: 3vw;
  }

  .item-description-holder {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .amenity-icon-holder {
    width: 6vw;
    height: 6vw;
  }

  .button-style-2-1 {
    font-size: 2vw;
    line-height: 3vw;
  }

  ._4up-image {
    width: 30%;
    height: 17vw;
  }

  .ps-headline {
    text-align: left;
    line-height: 4vw;
  }

  .book-now-holder {
    padding-left: 0;
    padding-right: 0;
  }

  ._3up-link-holder {
    margin-bottom: 2vw;
  }

  .ps-headline-bold {
    font-size: 2vw;
    line-height: 3vw;
  }

  .image-list-grid {
    grid-template-columns: 1fr;
  }

  .image-list-item {
    margin-top: 4vw;
    margin-bottom: 3vw;
  }

  .il-photo-holder {
    width: 23vw;
    height: 16vw;
    margin-right: 3vw;
  }

  .global-button-pill {
    width: auto;
    padding: 4vw;
  }

  .global-button-pill.link-delay {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .button-style-4 {
    height: 8vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .sc-holder.middle {
    height: auto;
  }

  .sc-holder.top-bottom.concierge.top {
    justify-content: flex-start;
    padding-top: 30vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sc-holder.top-bottom.concierge.bottom {
    justify-content: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-cover {
    min-height: 500px;
    padding: 50px 5vw;
  }

  .section-cover.secthome {
    height: 500px;
    min-height: auto;
  }

  .sc-overlay, .sc-image {
    min-height: 500px;
  }

  .section-cover-button {
    text-align: center;
    padding: 4vw 6vw;
    font-size: 2vw;
    line-height: 2vw;
  }

  .image-list-collection {
    margin-left: 0;
    margin-right: 0;
  }

  .team-name {
    margin-top: 3vw;
  }

  ._2m {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .style-1xs {
    letter-spacing: 0;
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .style-1xs.margin-reset.price {
    margin-top: -.5vw;
  }

  .search.search-page {
    margin-top: 2vw;
    margin-bottom: 6vw;
  }

  .search-button {
    width: 30%;
    font-size: 1.75vw;
    line-height: 3vw;
  }

  .search-input {
    width: 70%;
  }

  .search-result-item {
    padding-bottom: 5vw;
  }

  .lightbox-link {
    height: 51vh;
  }

  .lightbox-images, .big-lightbox {
    height: 50vh;
  }

  .gallery-cta {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .page-title-holder.events {
    margin-bottom: 1.5vw;
  }

  .page-title-holder.food-drink-title {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .style-4s-bold {
    font-size: 1.5vw;
  }

  .h5 {
    font-size: 2.25vw;
    line-height: 3.5vw;
  }

  .h5.map-directions {
    margin-top: 2vw;
  }

  .list-price {
    letter-spacing: 0;
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .bb-icon-holder {
    width: 4vw;
    height: 2.5vw;
  }

  .faq-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .faq-spacer, .faq-trigger, .faq-title, .contact-holder, .faq-spacer-end, .article-category-title-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-tab {
    letter-spacing: .4vw;
    margin-right: 6vw;
    font-size: 2vw;
    line-height: 3vw;
    position: static;
  }

  .faq-tab.w--current {
    letter-spacing: .4vw;
    font-size: 2vw;
    line-height: 3vw;
  }

  .filter {
    justify-content: flex-start;
    height: 80px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .faq-text-styles h1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-text-styles h2 {
    width: 100%;
    margin-top: 9vw;
    margin-bottom: 4vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .faq-text-styles p {
    width: 100%;
    margin-bottom: 2vw;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-text-styles ul {
    width: auto;
    padding-left: 12vw;
  }

  .faq-text-styles ol {
    width: auto;
    padding-left: 12vw;
    list-style-type: decimal;
  }

  .faq-text-styles figcaption {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-text-styles h4 {
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 1vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 3vw;
    line-height: 4vw;
  }

  .faq-text-styles h3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 3.5vw;
  }

  .faq-text-styles blockquote {
    margin-left: 0;
  }

  .faq-text-styles h5 {
    margin-left: 0;
    margin-right: 2vw;
    font-size: 12vw;
    line-height: 12vw;
  }

  .style-2m {
    font-size: 5vw;
    line-height: 7vw;
  }

  .faq-question-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-45 {
    margin-bottom: 2vw;
  }

  .div-block-46 {
    margin-bottom: 4vw;
  }

  .button-style-2, .button-style-3 {
    text-align: center;
    letter-spacing: .5vw;
    height: 6vw;
    padding: 4vw;
    font-size: 1.75vw;
    line-height: 2.5vw;
  }

  .div-block-48 {
    margin-bottom: 3vw;
  }

  .image-3 {
    width: 100px;
  }

  .text-block-9.txt10.txt102 {
    width: 400px;
  }

  .div-block-89.div3 {
    height: auto;
    margin-top: -53px;
    padding-bottom: 0;
  }

  .div-block-89.div3.dicv33 {
    margin-top: -47px;
    padding-top: 22px;
    padding-bottom: 24px;
  }

  .div-block-89._89_2 {
    margin-top: 16px;
    padding-top: 40px;
  }

  .text-block-11 {
    margin-top: 39px;
    margin-bottom: 35px;
    line-height: 3.5vw;
  }

  .column-32 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .column-33 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 16px;
  }

  .column-35 {
    margin-top: 67px;
    padding-left: 10px;
  }

  .columns-15 {
    margin-top: 0;
  }

  .italic-text-13 {
    line-height: 4vw;
  }

  .column-61 {
    padding-top: 16px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  h1 {
    margin-bottom: 4vw;
    font-size: 8vw;
    line-height: 11vw;
  }

  h2 {
    margin-bottom: 4vw;
    font-size: 6vw;
    line-height: 10vw;
  }

  h3 {
    margin-top: 5vw;
    margin-bottom: 4vw;
    font-size: 6.5vw;
    line-height: 10vw;
  }

  h4 {
    margin-top: 5vw;
    margin-bottom: 4vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  h5 {
    margin-bottom: 3vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  h6 {
    margin-top: 2vw;
    margin-bottom: 3vw;
    font-size: 4vw;
    line-height: 6vw;
  }

  p {
    margin-bottom: 4vw;
    font-size: 5vw;
    line-height: 7.5vw;
  }

  ul, ol {
    margin-bottom: 10vw;
  }

  li {
    font-size: 4.75vw;
    line-height: 7.25vw;
  }

  blockquote {
    margin-top: 7vw;
    margin-bottom: 10vw;
    padding-left: 0;
    font-size: 9vw;
    line-height: 12vw;
  }

  figure {
    margin-top: 9vw;
    margin-bottom: 9vw;
  }

  figcaption {
    margin-top: 4vw;
    margin-bottom: 8vw;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .cover, .cover-overlay {
    height: 90vh;
  }

  .sc-content-holder {
    width: 100%;
    max-width: none;
    margin-right: 0;
    padding-right: 23px;
    position: static;
    overflow: hidden;
  }

  .sc-content-holder.head2 {
    padding-right: 0;
  }

  .sc-content-holder.head2.head3 {
    width: auto;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 271px;
    padding-right: 0;
  }

  .sc-content-holder.head2.head3.sc2 {
    padding-bottom: 129px;
  }

  .sc-content-holder.head2.hd44 {
    padding-bottom: 150px;
  }

  .sc-content-holder.head2.stayhead {
    padding-bottom: 132px;
  }

  .sc-content-holder.cntnt2 {
    text-align: center;
    margin-left: 48px;
    padding-right: 0;
  }

  .sc-content-holder.sccontghome {
    padding-bottom: 110px;
    padding-left: 0;
    padding-right: 0;
  }

  .sc-content-holder.gearcontent {
    width: 90%;
  }

  .button-style-1 {
    letter-spacing: .75vw;
    padding: 6vw 7vw;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .button-style-1.large {
    padding-top: 5vw;
    padding-bottom: 5vw;
    font-size: 5.5vw;
    line-height: 6vw;
  }

  .button-style-1.buttonstyle2 {
    width: 240px;
    margin-bottom: 21px;
  }

  .button-style-1.buttonstyle2.butt5.butt5_5.butt6 {
    margin-top: 17px;
  }

  .button-style-1.buttonstyle2.buttbisit {
    margin-top: 13px;
  }

  .button-style-1.buttonstyle2.visitbutt {
    margin-top: 13px;
    line-height: 3.5vw;
  }

  .style-4s {
    letter-spacing: .75vw;
    padding-top: 7px;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .style-4s.white {
    padding-top: 0;
  }

  .style-4s.white.black.title2 {
    margin-bottom: 9vw;
    display: flex;
  }

  .style-4s.white-faded {
    letter-spacing: .5vw;
  }

  .style-4s.menu-link {
    color: #ffffffb3;
    letter-spacing: .25vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 3.5vw;
    display: block;
  }

  .style-4s.menu-link.w--current {
    padding-top: 4px;
    font-size: 3vw;
  }

  .style-4s.menu-link.v66 {
    margin-bottom: 3vw;
    font-size: 3.5vw;
  }

  .style-4s.menu-link.v66.w--current {
    font-size: 3.5vw;
  }

  .style-4s.menu-link.v77 {
    color: var(--white);
    text-align: left;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 4px;
    font-family: intercom, sans-serif;
    font-size: 6vw;
    font-style: italic;
    font-weight: 400;
    display: flex;
  }

  .style-4s.menu-link.v77.w--current {
    color: #ffea00;
    margin-bottom: 5px;
    font-family: intercom, sans-serif;
    font-size: 6vw;
    font-weight: 400;
  }

  .style-4s.menu-link.v77._777 {
    margin-top: 10px;
    margin-left: 1px;
    padding-top: 4px;
  }

  .style-4s.menu-link.v77._777._8795 {
    color: #fde741;
  }

  .style-4s.menu-link.v77._777.rstls.w--current {
    margin-bottom: 1px;
  }

  .style-4s.gg {
    margin-top: 3px;
  }

  .style-4s.sub_m {
    color: #fff;
    padding-top: 35px;
  }

  .sc-sub-title {
    margin-top: 43vw;
    margin-bottom: 2vw;
  }

  .global-container {
    margin-bottom: -18px;
    padding-left: 0;
  }

  .global-container.amenities {
    padding-left: 0;
    padding-right: 0;
  }

  .global-container.about {
    padding-left: 0;
  }

  .global-container.fb-container {
    width: 90vw;
  }

  .global-container._2ndarticle {
    margin-bottom: 35px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .global-container.stay {
    margin-top: 0;
    padding-top: 10px;
  }

  .global-container.wine {
    padding-top: 0;
  }

  .eyebrow {
    font-size: 3vw;
  }

  .about-description-holder {
    margin-top: 8vw;
    margin-bottom: 3vw;
    padding-left: 0;
    padding-right: 0;
  }

  .button-style-5 {
    letter-spacing: .75vw;
    padding-bottom: 2vw;
    font-size: 4vw;
    line-height: 6vw;
  }

  .book-button {
    margin-bottom: 10vw;
    margin-right: 5vw;
    padding: 6vw 7vw;
  }

  .fullbleed-image {
    height: 120vw;
  }

  .quote-holder {
    margin-bottom: 4vw;
    padding-left: 0;
    padding-right: 0;
  }

  .quote-holder.stayquote {
    padding-bottom: 4px;
  }

  .navbar {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .navbar-logo-holder {
    width: 30vw;
    margin-top: 0;
    margin-left: 0;
  }

  .navbar-logo-holder.w--current {
    width: 30vw;
    margin-top: -5px;
    margin-left: 0;
    position: relative;
  }

  .navbar-link-holder {
    display: none;
  }

  .button-navbar {
    padding-bottom: 2vw;
    font-size: 3vw;
  }

  .navbar-icon-holder {
    background-color: #00000078;
    border-radius: 5px;
    margin-top: 11px;
    margin-bottom: 0;
    padding: 5px 6px 10px 10px;
    display: block;
  }

  .navbar-right {
    z-index: 99999;
    position: relative;
  }

  .navbar-right.navbarright2 {
    margin-top: 0;
    margin-right: 11%;
  }

  .global-assets {
    z-index: 99999999;
    position: relative;
  }

  .menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #000;
    background-image: url('../images/bggg.jpg');
    background-position: 50%;
    background-size: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    height: 100vh;
    padding: 33vw 8vw 15vw;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .menu-link-holder {
    text-align: left;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .menu-link-holder.train {
    display: flex;
  }

  .menu-link-holder.gallery {
    display: none;
  }

  .menu-link-holder.resultsbutt2 {
    margin-top: -6px;
    display: flex;
  }

  .style-1xl {
    font-size: 13vw;
    line-height: 15vw;
  }

  .style-1xl.animated-text-group {
    line-height: 17vw;
  }

  .cover-image {
    height: 100%;
    display: inline-block;
  }

  .cover-image.concierge {
    object-fit: cover;
  }

  .cover-image.coverimageseeding {
    height: 86%;
  }

  .image.scale-in.scalein2 {
    max-height: none;
    margin-top: 0;
    display: none;
  }

  .image.scale-in.homeend {
    flex: 0 auto;
    height: 1000px;
    margin-top: 26px;
    margin-bottom: -18px;
  }

  .image.pig2.painting {
    margin-bottom: 26px;
  }

  .global-section {
    margin-top: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .global-section.global-rich-text {
    padding-left: 0;
    padding-right: 0;
  }

  .global-section.global-rich-text.concierge {
    background-color: #fff;
  }

  .global-section.food-image {
    padding-left: 0;
    padding-right: 0;
  }

  .global-section.line-break {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .global-section.fc-card-holder {
    padding-top: 0;
    display: block;
  }

  .global-section.fc-card-holder.artt {
    flex: 0 auto;
    margin-top: 0;
    display: block;
  }

  .global-section.fb-section {
    height: 70vw;
  }

  .global-section.faq-header {
    background-color: #f7eee8;
    padding-left: 8vw;
    padding-right: 8vw;
    display: none;
  }

  .global-section.blue {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .global-section.services {
    padding-left: 0;
    padding-right: 0;
  }

  .style-1m {
    font-size: 8vw;
    line-height: 11.5vw;
  }

  .style-1m.white.accordion-title {
    letter-spacing: .5vw;
    font-size: 9vw;
    line-height: 11vw;
  }

  .style-1m.animate-in.quote {
    width: 80%;
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 7vw;
    line-height: 7vw;
  }

  .style-1m.animate-in.quote.quote2 {
    margin-bottom: 6vw;
    font-size: 7vw;
    line-height: 6vw;
  }

  .style-1m.animate-in.quote.quote3 {
    margin-top: 3vw;
    padding-left: 20px;
    font-size: 7vw;
    line-height: 6vw;
  }

  .style-1m.animate-in.quote.qq {
    width: 90%;
    margin-top: 5vw;
    line-height: 7vw;
  }

  .style-1m.animate-in.head {
    margin-left: auto;
    margin-right: auto;
    font-size: 7vw;
  }

  .style-1m.animate-in.ani2 {
    text-align: center;
    margin-left: 0;
  }

  .style-1m.animate-in.hhh {
    text-align: center;
    margin-left: 0;
    font-size: 8vw;
    line-height: 8vw;
  }

  .style-1m.subheadhome {
    margin-top: 1vw;
    margin-bottom: 7vw;
    line-height: 8vw;
  }

  .style-1m.subheadhome.slider {
    height: auto;
    display: none;
  }

  .style-1m.subheadhome.slider.slide2 {
    margin-top: 0;
    display: block;
  }

  .style-1m.subheadhome.slider.slide2.stayhead {
    margin-top: -10px;
    font-size: 7vw;
  }

  .style-1m.subheadhome.head1 {
    display: none;
  }

  .style-1m.subheadhome.head2 {
    display: inline;
  }

  .style-1m.style-change {
    color: #fff;
    font-size: 7vw;
    display: none;
  }

  .style-1m.style-change.style3 {
    font-size: 8vw;
    line-height: 8vw;
    display: block;
  }

  .style-1m.deposit {
    font-size: 4vw;
  }

  .style-1m._1m2 {
    line-height: 8vw;
  }

  ._3up-image-holder {
    background-color: var(--light-blue);
    width: 100%;
    height: 70vw;
  }

  ._3up-image-holder.rooms {
    height: 60vw;
  }

  ._3up-text-holder {
    margin-top: 5vw;
  }

  ._3up-description {
    margin-top: 1vw;
    margin-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .ps {
    margin-bottom: 3vw;
    font-size: 4.5vw;
    line-height: 7.5vw;
  }

  .ps.left {
    width: 100%;
    margin-bottom: 3vw;
  }

  .ps._3up-text {
    line-height: 7vw;
  }

  .ps._3up-text.animate-in {
    font-size: 4.5vw;
    line-height: 7vw;
  }

  .accordion-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-height: 10px;
    margin-top: -117px;
    margin-left: 24px;
    padding-left: 0;
    padding-right: 35px;
  }

  .accordion-item {
    width: 100%;
  }

  .accordion-item-trigger {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50px;
    display: flex;
  }

  .accordion-item-content {
    overflow: hidden;
  }

  .menu-items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 2vw;
    display: flex;
  }

  .footer-link {
    font-size: 3vw;
    line-height: 5vw;
  }

  .menu-spacer {
    display: none;
  }

  .menu-container {
    z-index: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20vw;
    position: fixed;
  }

  .menu-footer {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 7vw;
    padding-bottom: 3vw;
    display: flex;
  }

  .navbar-sticky {
    border-bottom-style: none;
    height: 75px;
    padding-left: 9vw;
    padding-right: 8vw;
    display: none;
  }

  .feature-card {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .feature-card.featurecard2 {
    padding-bottom: 0;
  }

  .feature-card.feature2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fc-content {
    margin-top: 8vw;
    margin-bottom: 0;
    padding-left: 0;
  }

  .fc-content.pigcsasocontent {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .fc-image-holder {
    height: 50vw;
  }

  .fc-image-holder.vertical {
    height: auto;
  }

  .fc-image-holder.vertical.staypic {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 51px;
  }

  .style-1l {
    font-size: 12vw;
    line-height: 15vw;
  }

  .style-1l.white.homehead {
    font-size: 8vw;
  }

  .style-1l.white.homehead.homie2 {
    width: 80%;
    margin-top: 0;
    margin-bottom: 8vw;
    font-size: 50px;
    line-height: 45px;
  }

  .style-1l.white.homehead.homie2.support_head {
    margin-top: 64px;
  }

  .style-1l.white.homehead.homie2.support_head.cntcthead {
    margin-top: 180px;
  }

  .style-1l.white.homehead.homie2.support_head.cntcthead.cntct2 {
    margin-top: 196px;
    font-size: 50px;
    line-height: 45px;
  }

  .style-1l.white.homehead.homie2.support_head.cntcthead.cntct2.infohubheading {
    margin-top: 316px;
  }

  .style-1l.white.homehead.homie2.profile {
    margin-top: 27px;
    margin-left: 27px;
    line-height: 44px;
  }

  .style-1l.white.homehead.homie2.profile.cash {
    margin-top: 10px;
    margin-bottom: 7px;
    margin-left: 13px;
  }

  .style-1l.white.homehead.homie2.profile.cash.subscribe.cntct2 {
    padding-left: 0;
  }

  .style-1l.white.homehead.homie2.profile.cash.subscribe.cntcturhs {
    width: 100%;
    margin-left: 0;
  }

  .style-1l.white.homehead.homie2.profile.cash.cashsub {
    margin-top: -14px;
  }

  .style-1l.white.homehead.homie2.profile.cash.cashsub.cashsub2 {
    margin-left: 16px;
  }

  .style-1l.white.homehead.homie2.profile.profilemtb {
    margin-bottom: 15vw;
  }

  .style-1l.white.homehead.homie2.results {
    margin-top: 381px;
    line-height: 45px;
  }

  .style-1l.white.homehead.homie2.results.gallery {
    margin-top: 86px;
  }

  .style-1l.white.homehead.homie2.results.purpose {
    margin-top: 671px;
  }

  .style-1l.white.homehead.homie2.mtbhead {
    margin-top: 40px;
  }

  .style-1l.white.homehead.homie2.mtbhead.midshead {
    margin-top: 70px;
  }

  .style-1l.white.homehead.homie2.roadhed {
    margin-top: 409px;
    margin-bottom: 0;
  }

  .style-1l.white.homehead.homie2.roadhed.cash {
    margin-top: 205px;
  }

  .style-1l.white.homehead.homie2.roadhed.heading-prizes.cashprizessubhed {
    margin-top: 0;
  }

  .style-1l.white.homehead.homie2.roadhed.heading-prizes.headingcasg {
    margin-top: 149px;
  }

  .style-1l.white.homehead.homie2.roadhed.subhead {
    width: 100%;
    font-size: 21px;
    line-height: 21px;
  }

  .style-1l.white.homehead.homie2.roadhed.subhead.subhead2._3rdhead {
    margin-bottom: 10px;
  }

  .style-1l.white.homehead.homie2.roadhed.subhead.subhead2._3rdhead._4thhead {
    color: #bdbdbd;
    margin-top: 10px;
    font-size: 18px;
  }

  .style-1l.white.homehead.homie2.roadhed.subhead.subhead2.ddsa {
    width: 100%;
    margin-top: 13px;
    margin-bottom: 7px;
    margin-left: 9px;
    font-size: 17px;
    line-height: 17px;
  }

  .style-1l.white.homehead.homie2.roadhed.subhead.subhead2.ddsa.dddfty {
    color: #fbe80b;
    margin-top: 20px;
    font-size: 21px;
  }

  .style-1l.white.homehead.homie2.roadhed.subhead.subhead2.ddsa.ui {
    margin-left: 13px;
  }

  .style-1l.white.homehead.homie2.roadhed.subhead.subhead2.ff {
    width: 100%;
    margin-top: 7px;
    margin-left: 25px;
    font-size: 17px;
    line-height: 17px;
  }

  .style-1l.white.homehead.homie2.hom3 {
    margin-top: 26px;
  }

  .style-1l.white.homehead.homie2.hom3.hom4.afafaf {
    margin-top: -476px;
    padding-left: 0;
  }

  .style-1l.white.homehead.homie2.hom3.hom4.afafaf.afths {
    margin-top: 0;
    margin-left: -1px;
  }

  .style-1l.white.homehead.homie2.hom3.homenew {
    margin-top: 426px;
    margin-bottom: 19px;
  }

  .style-1l.white.white_mid {
    font-size: 7vw;
    display: none;
  }

  .style-1l.white.white_mid.navstyle {
    display: none;
  }

  .style-1s {
    font-size: 8vw;
    line-height: 10vw;
  }

  .style-1s.contact-info.address {
    margin-top: 8vw;
  }

  .style-1s.contact-info.animate-in.address {
    margin-top: 14vw;
    padding-bottom: 16px;
    font-size: 5vw;
  }

  .style-1s.concierge {
    font-size: 7vw;
    line-height: 9vw;
  }

  .fc-text {
    margin-top: 2vw;
    margin-bottom: 2.5vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .fc-column-1, .fc-column-2 {
    height: auto;
  }

  .fc-columns {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: -20vw;
    margin-left: 0;
    padding-right: 0;
  }

  .fc-columns.fccols2 {
    width: 90%;
  }

  .stay {
    background-color: #548484;
    background-image: url('../images/home-doubts-m.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 120%;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 39px;
    display: none;
  }

  .dine {
    padding-top: 45px;
    padding-bottom: 18px;
    display: none;
  }

  .dine.dine2 {
    padding-top: 35px;
  }

  .dine.dine2.dine3 {
    background-position: 20% 100%;
    background-size: 600px;
    padding-top: 44px;
    padding-bottom: 241px;
  }

  .dine.blog {
    margin-top: -600px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .dine.blog.blog2 {
    margin-top: 0;
  }

  .live {
    margin-top: 2px;
    margin-bottom: -19px;
    padding-bottom: 64px;
  }

  .live.contct {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .live.cash_mtb {
    margin-top: 0;
  }

  .footer-large {
    padding: 0;
  }

  .footer-logo-holder {
    width: 48vw;
  }

  .footer-section {
    margin-bottom: 5vw;
  }

  .global-text-styles {
    display: block;
  }

  .global-text-styles h1 {
    margin-top: 8vw;
    margin-bottom: 3vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .global-text-styles h2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .global-text-styles p {
    margin-bottom: 7vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .global-text-styles li {
    padding-left: 0;
  }

  .global-text-styles ul {
    margin-top: -10px;
    padding-left: 13vw;
    padding-right: 8vw;
  }

  .global-text-styles ol {
    padding-left: 12vw;
    padding-right: 8vw;
  }

  .global-text-styles figcaption {
    margin-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .global-text-styles h4 {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .global-text-styles h3 {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 5.75vw;
    line-height: 7vw;
  }

  .global-text-styles blockquote {
    margin-left: 8vw;
    margin-right: 8vw;
    padding-left: 0;
    padding-right: 0;
  }

  .global-text-styles a {
    border-bottom: 1px solid #96772c80;
  }

  .global-text-styles h5 {
    margin-top: -1vw;
    margin-left: 8vw;
    font-size: 22vw;
    line-height: 23vw;
  }

  .global-text-styles h6 {
    padding-left: 8vw;
    padding-right: 9vw;
  }

  .footer-description-holder {
    margin-top: 5vw;
    margin-bottom: 3vw;
  }

  .sc-title {
    width: auto;
    margin-top: 0;
    margin-bottom: 7vw;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sc-title.home {
    margin-top: 6vw;
    margin-bottom: 10vw;
  }

  .sc-title.home.homie {
    margin-top: 66vw;
    margin-left: 40px;
    padding-left: 0%;
  }

  .sc-title.home.homie.about {
    align-items: center;
    margin-top: -53vw;
    margin-left: 18px;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .sc-title.home.homie.road {
    margin-top: -69.1vw;
    padding-left: 0;
  }

  .sc-title.home.homie.road.mtbtitle {
    margin-top: 114.9vw;
    margin-bottom: 27vw;
    padding-bottom: 16vw;
    overflow: visible;
  }

  .sc-title.home.homie.road.kidstitle {
    margin-top: 46.9vw;
    padding-left: 0;
  }

  .sc-title.home.homie.road.resultstitle {
    z-index: 3333;
    margin-top: 48.1vw;
    position: relative;
  }

  .sc-title.home.homie.road.resultstitle.gearhead {
    margin-top: -99vw;
    margin-left: 20px;
  }

  .sc-title.home.homie.road.resultstitle.rsltstitl {
    padding-left: 7px;
  }

  .sc-title.home.homie.road.resultstitle.rsltstitl.rrytu {
    align-items: flex-start;
    margin-top: 16.1vw;
    margin-left: 12%;
    margin-right: 40px;
    padding-bottom: 38vw;
  }

  .sc-title.home.homie.road.resultstitle.trainjoburgmast {
    clear: none;
    margin-top: 29.1vw;
    padding-left: 0%;
  }

  .sc-title.home.homie.road.hihghlighhthstitle {
    margin-top: 40.9vw;
  }

  .sc-title.home.homie.road.rr {
    justify-content: flex-start;
    margin-top: 10.9vw;
    padding-left: 0;
  }

  .sc-title.home.homie.road.rr.rrr {
    margin-top: -57.1vw;
  }

  .sc-title.home.homie.road.purpose {
    margin-top: -117.3vw;
  }

  .sc-title.home.homie.road.purpose.purposetitle {
    padding-left: 0%;
  }

  .sc-title.home.homie.road.seedingg {
    margin-top: -56.1vw;
  }

  .sc-title.home.homie.road.freeride {
    margin-top: -6vw;
    margin-left: 26px;
  }

  .sc-title.home.homie.hom {
    margin-top: 30vw;
    padding-bottom: 17vw;
  }

  .sc-title.home.homie.hom.afafaf {
    margin-left: 8px;
  }

  .sc-title.home.homie.hom.afafaf.titleblog {
    margin-top: 262px;
  }

  .sc-title.home.homie.hom.homnewss {
    padding-bottom: 358px;
  }

  .sc-title.home.homie.hom.homnewss.homme {
    width: 100%;
    margin-top: -14vw;
    margin-left: 20px;
    padding-left: 0%;
    overflow: visible;
  }

  .sc-title.home.homie.contacty {
    padding-left: 0%;
  }

  .sc-title.home.homie.infhubtitle {
    justify-content: flex-end;
    padding-left: 0%;
  }

  .link-in-page {
    font-size: 3vw;
    line-height: 5vw;
  }

  .services-collection {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
    overflow: hidden;
  }

  .item-description-holder.article-subhead {
    padding-left: 0;
    padding-right: 0;
  }

  .amenity-icon {
    width: 11vw;
  }

  .amenity-icon-holder {
    width: 11vw;
    height: 11vw;
  }

  ._3up-item {
    margin-bottom: 15vw;
  }

  .button-style-2-1 {
    padding-bottom: 2vw;
    font-size: 3vw;
  }

  ._3up {
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._4up-image {
    height: 20vw;
  }

  .ps-headline {
    font-size: 3vw;
    line-height: 5vw;
  }

  .ps-headline.space-above {
    display: inline;
  }

  .ps-headline.event-details {
    text-align: center;
  }

  .navbar-icon {
    width: 7vw;
  }

  .line {
    width: 5%;
  }

  .view-icon {
    width: 25vw;
    height: 25vw;
  }

  .button-holder {
    width: 90%;
  }

  .ps-headline-bold {
    font-size: 3vw;
    line-height: 4vw;
  }

  .image-list-grid {
    grid-template-columns: 1fr;
  }

  .image-list {
    margin-bottom: 6vw;
    padding-bottom: 3vw;
  }

  .image-list-item {
    margin-top: 2vw;
    margin-bottom: 1vw;
  }

  .il-photo-holder {
    width: 24vw;
    height: 16vw;
    margin-bottom: 0;
    margin-right: 4vw;
  }

  .il-photo-holder.link-delay {
    width: 24vw;
    height: 16.5vw;
  }

  .rooms {
    background-color: #f7eee9;
    padding-top: 28px;
  }

  .global-button-pill {
    height: 14vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .global-button-pill.link-delay {
    height: 12vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .button-style-4 {
    height: 12vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sc-content {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .sc-content.concierge {
    height: 90vh;
    margin-top: 80px;
  }

  .sc-content.sc2, .sc-content.sc4, .sc-content.sc6 {
    height: 90vh;
  }

  .sc-content.cntnt2 {
    width: 100%;
    margin-right: 74px;
  }

  .sc-holder.middle {
    justify-content: center;
    width: 100%;
    height: auto;
  }

  .sc-holder.middle.resultrsss {
    padding-bottom: 0;
  }

  .sc-holder.middle.oyoy {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sc-holder.top-bottom {
    height: 20%;
    display: none;
  }

  .sc-holder.top-bottom.concierge {
    padding-left: 10vw;
  }

  .sc-holder.top-bottom.concierge.top {
    justify-content: center;
    height: 40%;
    padding-top: 0;
    padding-bottom: 15vw;
    padding-left: 8vw;
  }

  .sc-holder.top-bottom.concierge.bottom {
    justify-content: center;
    height: 60%;
    padding-top: 0;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section-cover {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    width: auto;
    height: 90vh;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .section-cover.concierge {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    justify-content: flex-start;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-cover.secthome {
    background-image: none;
    background-size: auto;
    justify-content: flex-start;
    align-items: center;
    height: 200vw;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .section-cover.secthome.sctblog {
    height: 110vw;
  }

  .section-cover.secthome.sectseeding {
    height: 160vw;
  }

  .sc-overlay {
    background-image: linear-gradient(#0000001a, #0003 0%, #0003);
    height: 100vh;
  }

  .sc-overlay.sc3, .sc-overlay.sc5, .sc-overlay.sc7 {
    height: 90vh;
  }

  .sc-image {
    height: 100vh;
    display: none;
  }

  .sc-image.home {
    height: 80vh;
    display: block;
  }

  .sc-image.home.aboutmassthead {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    height: 100vh;
    margin-top: 0;
    display: block;
  }

  .sc-image.home.aboutmassthead.aboutm {
    display: block;
  }

  .sc-image.home.aboutmassthead.gearmast {
    width: 200%;
    height: 90vh;
    display: block;
    top: -9px;
    right: -6px;
  }

  .sc-image.home.aboutmassthead.rersulytfdd {
    height: 100vh;
    margin-top: -64px;
  }

  .sc-image.home.aboutmassthead.hospmast {
    background-position: 95%;
  }

  .sc-image.home.ome-m {
    height: 200vw;
    min-height: auto;
    margin-top: -52px;
    display: none;
  }

  .sc-image.home.ome-m.newsblock {
    height: 120vw;
  }

  .sc-image.home.ome-m.homeslide {
    margin-top: -84px;
    display: block;
  }

  .sc-image.home.ome-m.geear_mob {
    display: none;
  }

  .sc-image.home.contact {
    height: 100vh;
    margin-top: -60px;
    display: block;
  }

  .sc-image.home.support {
    display: block;
  }

  .sc-image.sc-2, .sc-image.img4 {
    height: 90vh;
    display: block;
  }

  .sc-image.img4.img5.img6 {
    height: 100vh;
  }

  .sc-image.sc7 {
    display: block;
  }

  .section-cover-button {
    padding: 5vw 8vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .menus {
    margin-top: 0;
    display: none;
  }

  .intro {
    display: flex;
  }

  .team-list {
    grid-template-columns: 1fr 1fr;
  }

  .team-image-holder {
    width: 80%;
  }

  .team-name {
    margin-top: 4vw;
  }

  ._2m {
    margin-top: -4px;
    margin-bottom: 1vw;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .style-3xs {
    letter-spacing: -.1vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  .style-1xs {
    font-size: 7.5vw;
    line-height: 10vw;
  }

  .style-1xs.margin-reset.price {
    margin-top: -1.5vw;
    margin-bottom: 2vw;
    margin-left: 3vw;
    font-size: 6vw;
  }

  .pxs {
    font-size: 3.5vw;
    line-height: 6vw;
  }

  ._3up-title-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .search-holder {
    width: 90%;
    margin-top: 10vw;
  }

  .search {
    width: 100%;
    height: 12vw;
  }

  .search.search-page {
    margin-bottom: 12vw;
  }

  .search-button {
    letter-spacing: .75vw;
    width: 35%;
    font-size: 3vw;
    line-height: 5vw;
  }

  .search-input {
    border-radius: 0;
    width: 65%;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 3vw;
  }

  .search-result-item {
    margin-bottom: 8vw;
    padding-bottom: 8vw;
  }

  .div-block-40 {
    margin-bottom: 3vw;
  }

  .lightbox-link {
    height: 60vh;
  }

  .lightbox-images, .big-lightbox {
    height: 58vh;
  }

  .lightbox-button {
    padding-bottom: 10vw;
  }

  .gallery-cta {
    padding: 2vw 4vw;
  }

  .pm {
    font-size: 4.5vw;
    line-height: 6.5vw;
  }

  .fc-title {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 4vw;
  }

  .page-title-holder.events {
    margin-bottom: 6vw;
  }

  .page-title-holder.article-headline {
    padding-left: 0;
    padding-right: 0;
  }

  .page-title-holder.food-drink-title {
    margin-bottom: 5vw;
  }

  .page-title-holder.experiences {
    margin-bottom: 6vw;
  }

  .menu-link {
    font-size: 3vw;
    line-height: 5vw;
  }

  ._3up-view-link {
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .style-4s-bold {
    letter-spacing: 1vw;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .sc-text-holder {
    margin-bottom: 2vw;
  }

  .h5 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .h5.map-directions {
    margin-top: 4vw;
  }

  .list-price {
    margin-top: 0;
    margin-bottom: 3vw;
    margin-left: 3vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  .bb-icon-holder {
    width: 4vw;
    height: 5vw;
  }

  .bb-text {
    margin-right: 4vw;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-spacer {
    padding: 4vw 8vw;
  }

  .faq-trigger {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .faq-title {
    margin-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .contact-holder {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .faq-spacer-end {
    padding: 4vw 8vw;
  }

  .about {
    background-position: 50% 100%;
    background-size: cover;
    margin-top: 145px;
    padding: 15px 10% 45px;
    overflow: hidden;
  }

  .about.how-it-works {
    background-image: url('../images/how-it-works-mast_m.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 562px;
  }

  .about.about2 {
    background-position: 76% 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -10px;
    padding-top: 51px;
    padding-bottom: 40px;
  }

  .about.about2.about4.about5.about6 {
    background-position: 57%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .about.about2.about4.about5.subscribe {
    background-color: #f4f6ec;
    background-position: 100% 100%;
    background-size: 250%;
    padding-bottom: 345px;
  }

  .about.about2.about4.about5.subscribe.subscribe2 {
    background-position: 0 0, 20% 100%;
    background-repeat: repeat-x, no-repeat;
    background-size: 200px 100px, 800px;
    padding-bottom: 295px;
  }

  .about.about2.about4.about5.purpose {
    background-size: 640px;
    padding-bottom: 277px;
  }

  .about.about2.about4.contact {
    padding-bottom: 19px;
  }

  .about.about2.contact {
    background-position: 0%;
    background-size: 33%;
  }

  .about.about2.contact.bblog {
    margin-top: 64px;
  }

  .about.about2.contact.contact2 {
    background-image: linear-gradient(#00000029, #00000029), url('../images/Star_teal.svg');
    background-size: auto, 45%;
  }

  .about.about2.about22 {
    padding-bottom: 23px;
  }

  .about.support {
    background-position: 0 100%;
    background-size: cover;
  }

  .about.road {
    background-position: 100%;
    background-size: cover;
    margin-top: 74px;
    padding: 97px 0% 8px;
  }

  .about.road.mtb {
    background-position: 50% 0;
  }

  .about.road.mtb.kids {
    background-position: 100% 0;
  }

  .about.abthom {
    margin-top: 53px;
  }

  .footer-small {
    background-color: #0a2525;
    height: auto;
    padding: 5vw 8vw;
  }

  .fs-content-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .fs-content.left {
    text-align: center;
    width: 100%;
    margin-bottom: 5vw;
    margin-left: auto;
    margin-right: auto;
  }

  .fs-content.right {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .fs-text {
    color: var(--white);
    text-align: center;
    margin-top: 16px;
  }

  .fs-text.spacing-left {
    margin-left: 2vw;
  }

  .fs-text.fstext2 {
    margin-top: 3px;
  }

  .fb-image-holder {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .fb-image {
    object-fit: cover;
    object-position: 50% 50%;
    min-height: 170%;
  }

  .fb-image-overlay {
    background-image: linear-gradient(to right, #000c, #00000080 41%, #0000 77%);
  }

  .fb-content-holder {
    width: 60%;
  }

  .faq-tab {
    letter-spacing: 1vw;
    font-size: 3vw;
  }

  .faq-tab.w--current {
    letter-spacing: 1vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .filter {
    justify-content: center;
    margin-bottom: 15vw;
    padding-top: 1vw;
    padding-left: 8vw;
    padding-right: 0;
    position: static;
  }

  .filter-title {
    letter-spacing: .5vw;
    line-height: 4vw;
  }

  .faq-title-holder {
    padding-left: 9%;
    padding-right: 9%;
  }

  .faq-text-styles {
    display: block;
  }

  .faq-text-styles h1 {
    margin-top: 8vw;
    margin-bottom: 3vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .faq-text-styles h2 {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 6.5vw;
    line-height: 8vw;
  }

  .faq-text-styles p {
    margin-bottom: 7vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .faq-text-styles li {
    padding-left: 2px;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .faq-text-styles ul {
    margin-top: -10px;
    padding-left: 12vw;
    padding-right: 8vw;
  }

  .faq-text-styles ol {
    padding-left: 12vw;
    padding-right: 8vw;
  }

  .faq-text-styles figcaption {
    margin-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .faq-text-styles h4 {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .faq-text-styles h3 {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 5.75vw;
    line-height: 7vw;
  }

  .faq-text-styles blockquote {
    margin-left: 8vw;
    margin-right: 8vw;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-text-styles a {
    border-bottom: 1px solid #96772c80;
  }

  .faq-text-styles h5 {
    margin-top: -1vw;
    margin-left: 8vw;
    font-size: 21vw;
    line-height: 20vw;
  }

  .faq-text-styles h6 {
    padding-left: 8vw;
    padding-right: 9vw;
  }

  .style-2m {
    letter-spacing: .3vw;
    font-size: 6.5vw;
    line-height: 8vw;
  }

  .menu-close-holder {
    width: 35px;
    margin-top: 8vw;
    margin-right: 8vw;
  }

  .navbar-image {
    object-fit: contain;
    width: 80px;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    position: relative;
  }

  .faq-question-holder {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .div-block-45 {
    margin-bottom: 4vw;
  }

  .div-block-46 {
    margin-bottom: 6vw;
  }

  .button-style-2, .button-style-3 {
    letter-spacing: .75vw;
    padding: 6vw 7vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .div-block-47 {
    width: 100%;
  }

  .utility-page-content {
    width: 80%;
  }

  .global-ns {
    width: auto;
    height: auto;
  }

  .global-ns.large {
    height: 20vw;
  }

  .global-ns.medium {
    height: 7vw;
    margin-top: 0;
    padding-top: 0;
  }

  .global-ns.small {
    height: 10vw;
  }

  .global-ns.xlarge {
    height: 40vw;
  }

  .global-ns.xlarge.med {
    height: 2vw;
  }

  .ensuite-amenities {
    margin-bottom: 5vw;
  }

  .paragraph.parahome {
    width: 90%;
    margin-top: -11px;
    margin-bottom: 4vw;
    padding-right: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph.parahome.para_support {
    margin-top: 1px;
    padding-right: 39px;
  }

  .paragraph.parahome.para_support.para-journey-cntct {
    margin-top: 9px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .paragraph.parahome.para_support.support2 {
    margin-top: 14px;
    padding-right: 0;
    line-height: 22px;
  }

  .paragraph.parahome.para_support.supp2 {
    padding-left: 0;
  }

  .paragraph.parahome.para_support.supp2.cncts6 {
    margin-top: 13px;
    padding-right: 0;
    font-size: 15px;
  }

  .paragraph.parahome.para_support.paraingohub {
    padding-right: 71px;
  }

  .paragraph.parahome.portaltext {
    width: 100%;
    line-height: 17px;
  }

  .paragraph.parahome.parasubscribe.maildisclaim {
    width: auto;
  }

  .paragraph.parahome.parasubscribe.infohubtext {
    width: 90%;
    line-height: 18px;
  }

  .paragraph.parahome.parasubscribe.infohubtext.bubble1.seed {
    margin-bottom: 9px;
  }

  .paragraph.parahome.parasubscribe.infohubtext.roadraceseeding {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 18px;
  }

  .paragraph.parahome.parasubscribe.infohubtext.roadraceseeding.table {
    letter-spacing: 0;
    font-family: Avantgarde, sans-serif;
    font-size: 15px;
  }

  .paragraph.parahome.parasubscribe.infohubtext.roadraceseeding.paranewspan {
    font-size: 21px;
  }

  .paragraph.parahome.parasubscribe.infohubtext.roadraceseeding.freeridetxtx3 {
    margin-top: -5px;
  }

  .paragraph.parahome.parasubscribe.infohubtext.mtbseeding.policy {
    width: 100%;
  }

  .paragraph.parahome.parasubscribe.infohubtext.outrides.inhym {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph.parahome.parasubscribe.infohubtext.registerterxt {
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
  }

  .paragraph.parahome.paraside.tabtext {
    color: silver;
    padding-left: 16px;
    font-size: 15px;
    line-height: 17px;
  }

  .paragraph.parahome.parawinn {
    margin-top: 19px;
    margin-bottom: 1vw;
  }

  .paragraph.parahome.parawinn.parawinn2 {
    line-height: 20px;
  }

  .paragraph.parahome.parapurpose {
    width: 100%;
  }

  .paragraph.parahome.parapurpose.paraexpo {
    padding-right: 20px;
  }

  .paragraph.parahome.parapurpose.paratrain {
    margin-bottom: 44px;
  }

  .paragraph.parahome.parapurpose.paratrain.pt2 {
    margin-bottom: 12px;
  }

  .paragraph.parahome.parapurpose.paratrain.txtttt {
    margin-bottom: 26px;
  }

  .paragraph.parahome.parapurpose.paratrain.mtbvs {
    margin-bottom: 11px;
  }

  .paragraph.parahome.parapurpose.paratrain.disclaim {
    margin-top: 0;
    margin-bottom: 12px;
    padding-top: 12px;
  }

  .paragraph.parahome.parapurpose.paratrain.hjhjiji {
    margin-bottom: 26px;
    margin-left: 22px;
  }

  .paragraph.parahome.parapurpose.paratrain.t556 {
    margin-top: -3px;
  }

  .paragraph.parahome.parahome2 {
    width: 100%;
    margin-top: -28px;
    padding-left: 0;
  }

  .paragraph.parahome.mtb2 {
    display: none;
  }

  .paragraph.parahome.mtb2.entries-closed.closed {
    margin-top: 11px;
    display: block;
  }

  .paragraph.parahome.mtb2.entries-closed.closed.closed2 {
    display: none;
  }

  .paragraph.parahome.mtb3 {
    display: block;
  }

  .paragraph.parahome.kidspara {
    width: auto;
  }

  .paragraph.parahome.parahome22 {
    width: 90%;
    margin-top: -5px;
    margin-bottom: 30px;
  }

  .paragraph.parahome.parahome22.portaltxt {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 2px;
    line-height: 17px;
  }

  .paragraph.parahome.parahome22.portaltxt.prtltxt2 {
    color: #fff;
    width: 90%;
    left: 0;
  }

  .paragraph.parahome.parahome22.portaltxt.prtltxt2._8843 {
    margin-left: 0;
  }

  .paragraph.parahome.parahome22.parahome55 {
    width: 70%;
    margin-top: -394px;
    padding-left: 0;
  }

  .paragraph.parahome.parahome22.parahome55.aewrsdfeg {
    margin-top: 99px;
  }

  .paragraph.parahome.parahome22.ohoh {
    width: 90%;
    margin-right: 0;
    display: block;
  }

  .paragraph.parahome.parahome22.ohoh.rsltsinstruct.ss {
    margin-bottom: 10px;
  }

  .paragraph.parahome.parahome22.ohoh.rsltsinstruct.ss.ss3 {
    display: none;
  }

  .paragraph.parahome.parahome22.ohoh.iit {
    margin-top: 43px;
    margin-bottom: 10px;
    margin-left: -13px;
  }

  .paragraph.parahome.expohead {
    width: 90%;
  }

  .paragraph.parahome.introtrain {
    width: 100%;
    padding-right: 17px;
    line-height: 22px;
  }

  .paragraph.parahome.introtrain.gear.gearr {
    z-index: 999;
    width: 90%;
    margin-top: 26px;
  }

  .paragraph.parahome.roadresults {
    width: 95%;
    line-height: 16px;
  }

  .paragraph.parahome.roadresults.rrresults2 {
    width: 100%;
    margin-top: 90px;
  }

  .paragraph.parahome.roadresults.rrresults2.gucci, .paragraph.parahome.roadresults.ii {
    width: 100%;
  }

  .paragraph.parahome.roadresults.tirt {
    margin-bottom: 15px;
  }

  .paragraph.parahome.roadresults.tirt.ttty.ffg, .paragraph.parahome.roadresults.tirt.tyyr, .paragraph.parahome.roadresults.tirt.tyyr.tyyr2, .paragraph.parahome.roadresults.tirt.tyyr.tyyr2.dkwiw3, .paragraph.parahome.roadresults.tirt.tyyr.jji {
    width: 100%;
  }

  .paragraph.parahome.pararoad {
    width: 95%;
    margin-top: 20px;
  }

  .paragraph.parahome.pararoad.aasxc.farright {
    margin-top: 13px;
    font-size: 18px;
    line-height: 23px;
  }

  .paragraph.parahome.pararoad.aasxc.farright.dffff {
    width: 90%;
    padding-right: 10px;
  }

  .paragraph.parahome.pararoad.aasxc.farright._223 {
    margin-top: 12px;
  }

  .paragraph.parahome.pararoad.prizeterms {
    width: 90%;
  }

  .paragraph.parahome.purposepar {
    width: 95%;
    line-height: 19px;
  }

  .paragraph.parahome.freeridemara {
    z-index: 99;
    width: 100%;
    margin-top: 262px;
    margin-left: 2px;
    padding-right: 40px;
    font-weight: 300;
    line-height: 19px;
    position: relative;
  }

  .paragraph-2 {
    width: 90%;
    margin-top: 0;
  }

  .paragraph-2.pigtext {
    text-align: center;
    margin-top: 19px;
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-2.para_end {
    color: #636363;
    width: 80%;
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 23px;
  }

  .paragraph-2.para_end.paraend2 {
    color: #000;
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2.para2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    line-height: 23px;
  }

  .paragraph-2.para2.staypara {
    margin-bottom: 21px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-2.para2.visitpara {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2.paraprop {
    text-align: center;
  }

  .paragraph-2.cont {
    width: 80%;
  }

  .paragraph-2.home {
    width: 90%;
    margin-top: 27px;
    font-size: 16px;
  }

  .image-2.logostay {
    margin-top: -16px;
    margin-bottom: 31px;
  }

  .image-3 {
    color: #c5b359;
    width: 130px;
    margin-top: 33px;
    margin-bottom: 27px;
  }

  .paragraph-3 {
    margin-bottom: 0;
  }

  .text-block-3 {
    font-size: 21px;
  }

  .paragraph-4 {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .div-block-53 {
    margin-left: 0;
  }

  .columns-2.cols3 {
    width: 70%;
    margin-bottom: 25px;
  }

  .columns-2.cols3.cols55 {
    width: 70%;
  }

  .image-7 {
    width: auto;
    max-width: 100%;
  }

  .column-4, .column-5 {
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 14px;
  }

  .image-8.img88 {
    margin-bottom: 29px;
  }

  .image-8.v5 {
    margin-bottom: 2px;
  }

  .image-8._00 {
    margin-bottom: 22px;
  }

  .image-9 {
    margin-top: 21px;
  }

  .image-9.quote2.quote5 {
    width: 30px;
    margin-top: 41px;
  }

  .div-block-54 {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .fullbleed-image-2 {
    height: 120vw;
  }

  .fullbleed-image-2.fullbl2 {
    height: auto;
    margin-bottom: 2px;
  }

  .fullbleed-image-2.fullbl2.fullbl3 {
    height: 1500px;
  }

  .fullbleed-image-2.fullbl2.fullbl3.abt {
    height: auto;
  }

  .fullbleed-image-2.fullblhm {
    background-color: #0000;
    justify-content: flex-start;
    height: auto;
  }

  .div-block-55 {
    margin-bottom: 40px;
    display: block;
    position: static;
  }

  .div-block-55.div77 {
    flex: 0 auto;
    margin-bottom: 0;
    padding-top: 22px;
    font-size: 4vw;
    position: absolute;
  }

  .div-block-55.giv2 {
    position: absolute;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .slider {
    height: 110vw;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .background-video {
    height: 400px;
    margin-top: 0;
  }

  .div-block-56, .div-block-56.dv562 {
    padding-bottom: 0;
  }

  .image-11._80 {
    margin-top: 16px;
  }

  .icon-3 {
    margin-right: 10px;
    font-size: 21px;
  }

  .icon-4 {
    margin-left: 10px;
    font-size: 21px;
  }

  .smallhead {
    letter-spacing: .2vw;
    margin-bottom: 4.5vw;
    font-size: 6vw;
    line-height: 7vw;
  }

  .image-12 {
    width: 50%;
  }

  .link {
    letter-spacing: .3vw;
    font-size: 13px;
  }

  .text-block-6 {
    margin-bottom: 33px;
  }

  .subhead.sub2 {
    text-align: center;
    line-height: 9vw;
  }

  .button-2 {
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }

  .columns-4 {
    margin-top: 155px;
    margin-bottom: 29px;
  }

  .columns-4.cols4_2 {
    margin-top: 3px;
  }

  .column-10, .column-11, .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-13 {
    display: block;
  }

  .column-18 {
    padding-left: 0;
  }

  .image-14 {
    width: 120px;
  }

  .image-14._142 {
    width: 120px;
    margin-top: 85px;
    margin-bottom: 26px;
    margin-left: -6px;
  }

  .paragraph-5 {
    color: #fff;
    width: 100%;
    font-family: Librecaslondisplay;
    font-size: 21vw;
  }

  .heading {
    color: var(--white);
    text-align: center;
    white-space: normal;
    margin-top: 0;
    font-family: Librecaslondisplay;
    font-size: 10vw;
    line-height: 11vw;
    display: block;
  }

  .column-19 {
    padding-left: 5px;
    display: block;
  }

  .div-block-60 {
    height: 100%;
  }

  .div-block-62, .div-block-63, .div-block-64 {
    background-size: cover;
    height: 100%;
  }

  .div-block-65, .div-block-66 {
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .div-block-67 {
    background-size: cover;
    height: 100%;
  }

  .div-block-68 {
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .column-20 {
    padding-top: 29px;
    padding-left: 30px;
  }

  .column-21 {
    padding-top: 29px;
  }

  .column-22, .column-23 {
    display: none;
  }

  .columns-6 {
    display: block;
  }

  .div-block-69 {
    background-position: 40%;
    background-size: cover;
    height: 100%;
  }

  .div-block-70 {
    background-position: 60%;
    background-size: cover;
    height: 100%;
  }

  .div-block-70._70v2 {
    background-position: 40%;
    background-size: cover;
  }

  .div-block-71, .div-block-72 {
    background-size: cover;
    height: 100%;
  }

  .div-block-73 {
    background-position: 70%;
    background-size: cover;
    height: 100%;
  }

  .div-block-74 {
    background-size: cover;
    height: 100%;
  }

  .div-block-75 {
    background-position: 30% 80%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }

  .div-block-76 {
    background-size: cover;
    height: 100%;
  }

  .div-block-77, .div-block-78 {
    height: 100%;
  }

  .image-16, .image-17 {
    margin-bottom: 23px;
  }

  .columns-7 {
    display: block;
  }

  .div-block-79 {
    display: none;
  }

  .columns-8 {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .image-19 {
    width: 10px;
    margin-left: 21px;
  }

  .image-20 {
    width: 10px;
    margin-right: 21px;
  }

  .div-block-81, .div-block-82 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-82.dcv654 {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-3.htmlembed4 {
    margin-left: 0%;
    margin-right: 0;
  }

  .columns-9 {
    width: 80%;
  }

  .column-25 {
    background-image: none;
    margin-bottom: 0;
  }

  .column-26, .column-27, .column-28 {
    background-image: none;
  }

  .text-block-8 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .div-block-84 {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    height: 100px;
    display: flex;
  }

  .image-21 {
    width: 95%;
  }

  .div-block-85 {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 33px;
  }

  .heading-2.head3 {
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2.head4 {
    font-size: 13px;
  }

  .heading-3 {
    display: none;
  }

  .image-22 {
    width: 120px;
    margin-top: 8px;
    margin-left: -4px;
  }

  .cols3 {
    width: 100%;
  }

  .cols3.cols33 {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .cols4 {
    width: 100%;
  }

  .text-span-5 {
    text-align: center;
    display: inline-block;
  }

  .text-span-5.mobstay {
    margin-top: -10px;
    margin-bottom: 9px;
  }

  .dropdown {
    display: none;
  }

  .div-block-87 {
    margin-top: -40px;
  }

  .bold-text-4 {
    text-align: center;
    width: 100%;
    font-size: 10vw;
    line-height: 10vw;
  }

  .text-block-9 {
    font-size: 14px;
    line-height: 19px;
  }

  .text-block-9.subtitle {
    font-size: 14px;
  }

  .text-block-9.subtitle.subtitle2 {
    width: 75%;
  }

  .text-block-9.subtitle.subtitle2.subtitle3 {
    font-size: 13px;
    line-height: 22px;
  }

  .text-block-9.subtitle.subtitle2.subtitle3.abt3 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-9.txt10 {
    font-size: 13px;
    line-height: 22px;
  }

  .text-block-9.txt10.txt102.txt103 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-right: 69px;
  }

  .text-block-9.txt10.txt102._102b {
    width: auto;
    margin-bottom: 7px;
    padding-right: 0;
  }

  .text-block-9.txt10.txt_doubts {
    width: auto;
  }

  .text-block-9.txt10.how-it-works {
    margin-left: -10px;
  }

  .text-block-9.txt10.how-it-works.hiw4 {
    margin-left: 0;
  }

  .text-block-9.txt10.how-it-works.slidr {
    margin-left: 47px;
  }

  .text-block-9.txt10.txt_diff {
    margin-bottom: 0;
  }

  .text-block-9.txt10.txt12.subscribe_sub.sub_note {
    width: auto;
    margin-top: 23px;
  }

  .text-block-9.txt10.txt12.subscribe_sub.subsubsub {
    color: #aecbc9;
    text-align: left;
    width: 75%;
    margin-top: 3px;
  }

  .text-block-9.txt10.supporttext.support2 {
    line-height: 18px;
  }

  .text-block-9.txt10.txt16 {
    color: #1c575e;
    width: auto;
    margin-top: -23px;
  }

  .text-block-9.txt11._11b {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 22px;
  }

  .image-23 {
    margin-top: 6px;
    display: none;
  }

  .image-25 {
    width: 70px;
    margin-top: 0;
    margin-left: 17px;
  }

  .paragraph-6 {
    padding-left: 10px;
    font-size: 12px;
    line-height: 19px;
  }

  .image-26 {
    width: 27px;
    margin-top: 5px;
  }

  .div-block-88 {
    margin-top: 9px;
  }

  .columns-12._12b {
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block-89.div3.dicv33.div3b._3b2 {
    padding-top: 7px;
    padding-bottom: 0;
  }

  .div-block-89.div3.div3b {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-89.divsupport {
    margin-top: 20px;
  }

  .div-block-89.divsupport.div_contact {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-89._89_2 {
    width: 100%;
    padding: 30px 25px;
  }

  .heading-4.head5 {
    font-size: 25px;
  }

  .heading-4.head5.head_doubts {
    line-height: 28px;
  }

  .heading-4.head5.head_doubts.head_about.head_about2.subhead.subhead33 {
    text-align: left;
  }

  .heading-4.head5.head6.head13.head14 {
    margin-top: -73px;
    margin-bottom: 31px;
    line-height: 25px;
  }

  .heading-4.head5.headfoster {
    line-height: 29px;
  }

  .heading-4.head7.contcthead {
    margin-bottom: 6px;
  }

  .heading-4.head99 {
    font-size: 25px;
  }

  .heading-4.head_journey {
    font-size: 25px;
    line-height: 25px;
  }

  .heading-4.head44 {
    margin-top: 18px;
  }

  .div-block-90 {
    margin-top: 10px;
    margin-bottom: 16px;
  }

  .div-block-90.line2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .div-block-91 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-91.div912 {
    text-align: left;
  }

  .div-block-91._912 {
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-91.getit {
    margin-bottom: 35px;
    padding-top: 15px;
  }

  .text-span-6._8b {
    font-size: 14px;
  }

  .button-3 {
    margin-top: 5px;
    margin-bottom: 4px;
    padding-top: 7px;
  }

  .button-3.button4 {
    margin-top: 0;
  }

  .button-3.button4._4_ {
    margin-bottom: 2px;
  }

  .button-3.button5 {
    margin-top: 28px;
    margin-bottom: 19px;
  }

  .button-3.butt6 {
    margin-top: 10px;
  }

  .text-block-11 {
    font-size: 15px;
    line-height: 21px;
  }

  .heading-5 {
    width: auto;
    margin-top: 0;
    margin-bottom: 17px;
    margin-right: 27px;
    padding-right: 23px;
    line-height: 6vw;
  }

  .heading-5.decide1 {
    margin-right: 0;
    font-size: 13px;
  }

  .heading-5.decide1.decide2 {
    padding-right: 0;
    font-size: 13px;
  }

  .heading-5.hhd {
    margin-top: 22px;
  }

  .column-32, .column-33 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-13 {
    margin-left: 0%;
  }

  .column-36 {
    padding-left: 10px;
  }

  .column-36._36b {
    padding-left: 20px;
  }

  .column-37 {
    background-image: url('../images/line3.gif'), url('../images/home_icon1.png');
    background-position: 50% 100%, 100% 10%;
    background-repeat: no-repeat, no-repeat;
    background-size: 701px 1px, 40px;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .column-37.col38 {
    background-image: url('../images/line3.gif'), url('../images/home_icon3.png'), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 100% 10%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 701px 1px, 40px, auto;
    margin-top: 20px;
  }

  .column-38 {
    background-position: 100% 10%;
    height: auto;
    margin-bottom: 24px;
  }

  .div-block-94 {
    background-position: 50% 0;
    background-size: cover;
    margin: 40px 10px 23px;
  }

  .columns-14 {
    width: 100%;
  }

  .italic-text-3 {
    font-size: 15px;
  }

  .head2.list {
    font-size: 13px;
    line-height: 13px;
  }

  .head2.head14 {
    margin-top: -1px;
    margin-bottom: -14px;
  }

  .column-40 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-95 {
    margin-top: 7%;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-96 {
    width: 100%;
    padding: 30px 20px 19px;
  }

  .div-block-96._962 {
    padding-left: 10px;
    display: none;
  }

  .div-block-96._962.slidervs {
    background-image: linear-gradient(#edeeac, #edeeac), url('../images/f.png');
    background-position: 0 0, 95% 90%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 40px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-97 {
    background-image: url('../images/tile2b.gif');
    background-position: 0 0;
    background-size: contain;
    margin-top: 23px;
  }

  .column-41 {
    padding-bottom: 8px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-98 {
    background-position: 0 -20%;
    background-repeat: no-repeat;
    background-size: 1440px;
    margin-top: -137px;
    padding-top: 7px;
    padding-bottom: 19px;
  }

  .div-block-100 {
    height: auto;
    margin-top: 4px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-100._10101 {
    margin-top: 14px;
  }

  .txt14 {
    line-height: 7vw;
  }

  .image-27 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-101 {
    background-image: url('../images/1_11.png');
    background-position: 27px 0;
    margin-top: 41px;
    padding-left: 26px;
  }

  .div-block-101._1012, .div-block-101._1013, .div-block-101._1014, .div-block-101._1015, .div-block-101._1016 {
    background-position: 0 15px;
  }

  .div-block-101._10122 {
    background-image: url('../images/2_12.png');
  }

  .div-block-101._10133 {
    background-image: url('../images/3_13.png');
  }

  .div-block-101._10144 {
    background-image: url('../images/4_14.png');
  }

  .div-block-101._10155 {
    background-image: url('../images/5_15.png');
  }

  .div-block-101._101-2 {
    background-image: url('../images/2_12.png');
  }

  .div-block-101._101-2._101-3 {
    background-image: url('../images/3_13.png');
  }

  .div-block-101._101-2._101-3._101-4 {
    background-image: url('../images/4_14.png');
  }

  .div-block-101._101-2._101-3._101-4._101-5 {
    background-image: url('../images/5_15.png');
  }

  .text-block-13 {
    text-align: center;
    font-size: 4vw;
  }

  .text-block-14 {
    z-index: 99;
    text-align: center;
    font-size: 4vw;
    position: relative;
  }

  .text-block-14.hd55 {
    margin-top: 16px;
  }

  .tab-link-tab-1.w--current {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .tab-link-tab-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .columns-18 {
    margin-left: 0%;
    margin-right: 0;
  }

  .image-28 {
    display: none;
  }

  .paragraph-7 {
    padding-right: 13px;
  }

  .paragraph-7.par_7_2 {
    line-height: 12px;
  }

  .column-42 {
    padding-right: 25px;
  }

  .column-43 {
    padding-right: 0;
  }

  .column-44 {
    padding-left: 0;
  }

  .column-45 {
    padding-left: 14px;
  }

  .div-block-105 {
    margin-bottom: 19px;
  }

  .div-block-106 {
    background-position: 0 28px;
    background-size: 30px;
    width: 85%;
    padding-top: 30px;
    padding-left: 42px;
  }

  .div-block-106._1063 {
    background-position: 0 24px;
    background-size: 35px;
  }

  .div-block-106._1054 {
    background-position: 0 25px;
    background-size: 30px;
  }

  .div-block-106._106nt {
    padding-left: 0;
  }

  .div-block-106._106nt.subblog {
    width: 100%;
    margin-left: 0;
    padding-top: 23px;
    padding-left: 31px;
    padding-right: 28px;
  }

  .div-block-106._106_2 {
    background-position: 0 30px;
    margin-left: 23px;
    padding-left: 44px;
    padding-right: 0;
  }

  .columns-20 {
    margin-top: 6px;
  }

  .column-50, .column-51 {
    padding-right: 0;
  }

  .image-30.img31 {
    margin-top: 11px;
    margin-bottom: 14px;
  }

  .div-block-107 {
    text-align: left;
  }

  .slider-3 {
    width: 260px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .text-block-15 {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-109 {
    background-position: 50% 100%;
    background-size: auto 280px;
    width: 85%;
    max-width: none;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-109.blog {
    margin-top: -140px;
  }

  .div-block-109._109b {
    height: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-8 {
    margin-bottom: 18px;
    line-height: 17px;
  }

  .paragraph-8._82 {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 13px;
  }

  .paragraph-8._82.sameday {
    margin-top: -3px;
    line-height: 13px;
  }

  .column-53 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-17.phonenr {
    text-align: center;
    margin-left: 43px;
  }

  .columns-22 {
    background-position: 0 25px;
    background-size: 40px;
    width: auto;
    height: auto;
    display: none;
  }

  .column-54 {
    background-size: 40px;
    margin-bottom: 20px;
    padding-bottom: 11px;
    padding-left: 53px;
  }

  .div-block-110 {
    height: auto;
    margin-bottom: 13px;
    padding-top: 17px;
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 15px;
  }

  .column-55 {
    background-image: url('../images/line3.gif');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 701px;
  }

  .text-block-18 {
    margin-bottom: 34px;
  }

  .column-56 {
    margin-top: 15px;
    padding-left: 0;
  }

  .div-block-111._1112 {
    background-position: 100% 100%;
    background-size: 352px;
    width: 85%;
    height: 480px;
    margin-top: 20px;
    margin-bottom: 1px;
    padding: 23px 23px 20px 28px;
  }

  .html-embed-5 {
    width: auto;
  }

  .link-11 {
    font-size: 19px;
  }

  .div-block-112._11233 {
    margin-left: 84%;
  }

  .column-58 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-59 {
    padding-left: 0;
  }

  .italic-text-13.it13b {
    line-height: 21px;
  }

  .column-61 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-114 {
    width: 100%;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-62 {
    background-image: url('../images/line3.gif');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 701px;
    padding-left: 0;
  }

  .image-32 {
    width: 22px;
  }

  .div-block-118 {
    width: 80%;
    margin-top: 105px;
  }

  .div-block-118.blog77 {
    margin-top: 143px;
  }

  .div-block-118._1183 {
    margin-top: 247px;
    display: none;
  }

  .div-block-118._1183._184 {
    display: flex;
  }

  .div-block-118._1182 {
    display: none;
  }

  .div-block-118.infhbcs.arrow {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: -80px;
    display: flex;
  }

  .div-block-118.arrowtrain {
    height: 85%;
    display: none;
  }

  .link-block-5 {
    display: block;
    bottom: 9px;
  }

  .link-block-5.lnk7 {
    display: none;
  }

  .link-block-5.lnk7._72 {
    display: block;
  }

  .link-block-5.homeartow {
    margin-top: -240px;
    margin-bottom: 27px;
    top: 750.109px;
  }

  .div-block-119 {
    display: none;
  }

  .column-64 {
    margin-top: 23px;
    padding-top: 24px;
    padding-left: 20px;
  }

  .image-33 {
    display: inline-block;
  }

  .columns-23 {
    background-image: url('../images/line3.gif');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 701px 1px;
  }

  .slide-2, .slide-3, .slide-4, .slide-5, .slide-6 {
    position: static;
  }

  .column-65 {
    display: none;
  }

  .column-66 {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-34, .image-35 {
    height: 1px;
  }

  .image-36 {
    height: 1px;
    margin-top: 21px;
    margin-bottom: 29px;
  }

  .image-37, .image-38 {
    height: 1px;
  }

  .image-39 {
    width: 30px;
  }

  .link-block-6 {
    display: flex;
  }

  .div-block-120 {
    background-position: 90%;
    margin-left: 0;
    padding-top: 50px;
  }

  .text-block-19 {
    width: 100%;
    margin-top: 0;
    margin-left: 15px;
  }

  .image-40 {
    width: 200px;
    margin-left: 16px;
  }

  .text-block-20 {
    padding-left: 17px;
    font-size: 4.5vw;
  }

  .column-67 {
    padding-top: 20px;
    padding-bottom: 26px;
  }

  .image-41 {
    width: 100%;
    margin-top: -19px;
    margin-bottom: 9px;
    display: block;
  }

  .list-item-2 {
    margin-left: 0;
  }

  .icon-8 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .icon-9 {
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .left-arrow-2 {
    align-items: flex-start;
    display: flex;
  }

  .mask-2 {
    padding-left: 0;
    padding-right: 12px;
  }

  .div-block-121 {
    height: auto;
    padding-top: 32px;
    padding-bottom: 124px;
    overflow: hidden;
  }

  .div-block-121._121_road {
    height: 420px;
    overflow: hidden;
  }

  .div-block-121._121_road.nr2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: block;
    position: static;
  }

  .div-block-122 {
    background-position: 0 0;
  }

  .image-42._421 {
    margin-top: 16px;
    margin-bottom: 13px;
  }

  .html-embed-6 {
    width: 100%;
  }

  .paragraph-9 {
    color: #16494a;
    width: 100%;
  }

  .paragraph-9.par92._9292 {
    color: #fff;
    text-align: left;
    padding-left: 0%;
    padding-right: 16px;
  }

  .image-43 {
    margin-bottom: 43px;
  }

  .div-block-124 {
    width: 100%;
  }

  .div-block-124._1242 {
    text-align: left;
    width: 100%;
  }

  .image-44 {
    text-align: left;
  }

  .slider-5 {
    background-color: #0000;
    width: 100%;
    height: 470px;
    margin-top: -63px;
  }

  .slide-9 {
    background-color: #0000;
    background-image: url('../images/cntct_yellow_tile.gif');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto 400px;
    padding-top: 23px;
    padding-left: 0;
  }

  .mask-3 {
    padding-left: 0;
  }

  .slide-nav-4 {
    background-color: #edeeac;
  }

  .icon-10 {
    margin-left: 16px;
    font-size: 7vw;
    inset: auto auto 0% 0%;
  }

  .icon-11 {
    margin-right: 16px;
    font-size: 7vw;
    inset: auto 0% 0% auto;
  }

  .div-block-126 {
    background-color: #edeeac;
    height: 200px;
    padding-top: 7px;
  }

  .image-45 {
    width: 65px;
    margin-left: 114px;
    position: relative;
  }

  .div-block-127 {
    text-align: right;
    margin-top: 30px;
    padding-right: 20px;
  }

  .slide-nav-5, .left-arrow-3, .right-arrow-3 {
    display: none;
  }

  .slider-6 {
    height: 100%;
    display: none;
  }

  .slide-10 {
    background-image: url('../images/h6.jpg');
    background-position: 65%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-10.slide11 {
    background-image: url('../images/h4.jpg');
    background-size: 562px;
  }

  .slide-10.slide11.slide12 {
    background-image: url('../images/h3.jpg');
    background-position: 10%;
    background-size: cover;
  }

  .slide-10.slide11.slide12.slide13 {
    background-image: url('../images/h8.jpg');
    background-size: cover;
  }

  .slide-10.slide11.slide12.slide13.slide14 {
    background-image: url('../images/h7.jpg');
    background-position: 50%;
    background-size: 562px;
  }

  .slide-10.slide11.slide12.slide13.slide145 {
    background-image: url('../images/mast_slidei.jpg');
  }

  .slide-10.slide11.slide12.slide13._809 {
    background-position: 40%;
  }

  .slide-10.slide11._112 {
    background-position: 100%;
  }

  .div-block-128 {
    background-position: 50%;
    background-size: 100% 100%;
    width: auto;
    padding-left: 53px;
  }

  .div-block-128.div2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
  }

  .columns-26 {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-6 {
    font-size: 25px;
    line-height: 21px;
  }

  .heading-6.roadrace {
    font-size: 25px;
  }

  .heading-6.roadrace.tabhead {
    padding-top: 40px;
    padding-left: 16px;
  }

  .heading-6.roadrace.tabhead.prizehead {
    padding-top: 20px;
    padding-left: 0;
    line-height: 24px;
  }

  .heading-6.roadrace.mtbrace {
    margin-bottom: 17px;
    font-size: 30px;
    line-height: 27px;
  }

  .heading-6.headingexpo1 {
    padding-top: 15px;
  }

  .text-block-21 {
    font-size: 21px;
  }

  .text-block-21.date {
    margin-top: 4px;
    font-size: 21px;
  }

  .text-block-21.kidstxt {
    width: auto;
    line-height: 25px;
  }

  .bold-text-6 {
    font-size: 30px;
    line-height: 27px;
  }

  .button-4.navbutt {
    margin-top: 2px;
    display: flex;
  }

  .button-4.navbutt.racebutt {
    margin-top: 23px;
    margin-left: 15px;
    margin-right: auto;
    text-decoration: line-through;
    display: block;
  }

  .button-4.navbutt.racebutt.w--current {
    text-decoration: none;
  }

  .button-4.navbutt.racebutt.butt5 {
    width: 180px;
    margin-top: 23px;
    padding-top: 17px;
    padding-left: 50px;
    font-size: 17px;
    display: none;
  }

  .button-4.navbutt.racebutt.butt5.nuyy7 {
    letter-spacing: .5px;
    padding-left: 30px;
    display: block;
  }

  .button-4.navbutt.racebutt.butt5.butt55 {
    padding-left: 42px;
    display: none;
  }

  .button-4.navbutt.racebutt.butt5.butt77 {
    display: none;
  }

  .button-4.navbutt.racebutt.butt5.butt77.butt78.mobvs {
    padding-left: 40px;
    text-decoration: none;
    display: block;
  }

  .button-4.navbutt.racebutt.butt5.butt77.butt78.mobvs.roadclosemobv {
    padding-left: 37px;
    font-size: 16px;
  }

  .button-4.navbutt.racebutt.butt5.butt77.buttroadclsoe.buttgearrrrr {
    width: 180px;
    display: block;
  }

  .button-4.navbutt.racebutt.butt5.butttt {
    display: block;
  }

  .button-4.navbutt.racebutt.butt5.butttt.adf.w--current {
    width: 190px;
    padding-left: 36px;
    display: block;
  }

  .button-4.navbutt.racebutt.butt5.butttt.adf.newbutt.blogbutt.w--current {
    right: 0;
  }

  .button-4.navbutt.racebutt.butt5.butttt.thfdfg {
    text-decoration: none;
  }

  .button-4.navbutt.racebutt.butt5.homeenterbutt.homenteroff {
    display: none;
  }

  .button-4.navbutt.racebutt.chatbutt.infotop3butts {
    height: 55px;
    padding-top: 20px;
    text-decoration: none;
  }

  .button-4.navbutt.racebutt.racebutt2, .button-4.navbutt.racebutt.enterbutt {
    margin-left: auto;
    margin-right: auto;
  }

  .button-4.navbutt.racebutt.enterbutt.entermtb.enteremtb {
    text-decoration: line-through;
  }

  .button-4.navbutt.racebutt.portalbutt {
    z-index: 999;
    margin-top: 18px;
    margin-left: -7px;
    text-decoration: none;
    position: relative;
  }

  .button-4.navbutt.racebutt.portalbutt.enterbutt2 {
    margin-left: auto;
  }

  .button-4.navbutt.racebutt.gearbutt.jersey2024butt {
    margin-left: -87px;
  }

  .button-4.navbutt.racebutt.butt_riders_guide {
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
  }

  .button-4.navbutt.racebutt.butt_riders_guide.butt_mtb_riders_guide {
    text-decoration: none;
  }

  .button-4.navbutt.racebutt.butt_riders_guide.butt_mtb_riders_guide.mtbresults {
    margin-top: -31px;
  }

  .button-4.navbutt.racebutt.butt_riders_guide.butt_mtb_riders_guide.mtbresults.mtb2 {
    margin-top: 17px;
    margin-left: -20px;
  }

  .button-4.navbutt.resultsbutt {
    justify-content: flex-start;
    width: 140px;
    margin-top: 9px;
    margin-left: 115px;
    padding-left: 30px;
  }

  .button-4.navbutt.resultsbutt.rstld9 {
    margin-top: -51px;
    margin-left: -14px;
  }

  .button-4.navbutt.resultsbutt.rstld9.ff {
    margin-top: -70px;
  }

  .button-4.navbutt.resultsbutt.rstld9.ff.jhjhhjhjh {
    margin-top: 13px;
  }

  .button-4.navbutt.resultsbutt.rstld9.rquery {
    margin-top: 1px;
    margin-left: -15px;
    padding-left: 28px;
  }

  .button-4.navbutt.resultsbutt.rstld9.roadrage {
    margin-top: 6px;
    padding-top: 16px;
    padding-left: 44px;
    font-size: 14px;
    display: block;
  }

  .button-4.navbutt.resultsbutt.rsltsbutt2.sdfsdfsdfsf {
    margin-top: -16px;
  }

  .button-4.navbutt.resultsbutt.sjsjsss {
    margin-top: -18px;
  }

  .button-4.navbutt.resultsbutt.rst2 {
    margin-left: -10px;
  }

  .button-4.navbutt.resultsbutt.rst2.rst3 {
    margin-top: -50px;
    margin-left: 117px;
  }

  .button-4.navbutt.dd {
    width: 140px;
  }

  .button-4.navbutt.dd._88 {
    align-items: center;
    display: flex;
  }

  .button-4.navbutt.dd._7890 {
    padding-left: 27px;
  }

  .button-4.navbutt.dd.ff.gghj {
    margin-left: -10px;
  }

  .button-4.navbutt.dd.ff.gghj.iugiuyiu {
    margin-left: 4px;
  }

  .button-4.navbutt.dd.adadadada {
    width: 150px;
    margin-left: -11px;
  }

  .button-4.navbutt.dd.dddd {
    width: 150px;
  }

  .button-4.navbutt.dd.ggh {
    margin-left: -142px;
  }

  .button-4.navbutt.ff {
    padding-top: 17px;
    padding-left: 33px;
  }

  .button-4.navbutt.roadclosurebutt.reslrtsbut.rslts6.rslts8, .button-4.navbutt.roadclosurebutt.reslrtsbut.rslts6.rslts8.rslsts10 {
    margin-top: 0;
  }

  .button-4.navbutt.floorplan {
    margin-top: 8px;
  }

  .button-4.navbutt.anotherbutt {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }

  .div-block-129 {
    width: 100%;
    margin-bottom: -117px;
    padding-left: 9px;
  }

  .div-block-129.vidplayer {
    width: 125%;
    height: auto;
    margin-top: -65px;
    margin-bottom: 270px;
    margin-left: -12.5%;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-129.vidplayer.roadrideplayer {
    margin-top: 0;
    overflow: visible;
  }

  .div-block-129.vidplayer.roadrideplayer._87654 {
    height: 15vw;
  }

  .div-block-129._1290 {
    padding-bottom: 97px;
  }

  .slider-7 {
    width: 100%;
    height: 125vw;
    margin: 18px 0 -197px;
    padding-top: 0;
    overflow: hidden;
  }

  .slider-7.slider72 {
    height: auto;
  }

  .slider-7._7776 {
    height: 130vw;
    margin-bottom: 81px;
  }

  .div-block-130 {
    width: 100%;
    margin-top: 1px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .div-block-130._120_2 {
    width: 100%;
    margin-left: 0%;
  }

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

  .div-block-130.ddfty46._4678 {
    width: 100%;
    margin-top: 0;
  }

  .div-block-130.ddfty46._4678._94968gncx {
    padding-left: 55px;
  }

  .div-block-130.ddfty46.cashmob {
    width: 87%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-131 {
    border-width: 5px;
    border-radius: 8px;
    width: 90%;
    overflow: hidden;
  }

  .div-block-131.div_results_gallery {
    margin-top: -79px;
    padding: 0;
  }

  .div-block-131.div_results_gallery.slide2 {
    background-position: 50% 0;
    background-size: auto 110%;
    width: 100%;
    height: 380px;
  }

  .div-block-131.div_results_gallery.slide2.slide3 {
    background-position: 50%;
    width: 100%;
    height: 380px;
    position: static;
  }

  .slide-11, .slide-11.slide111 {
    overflow: hidden;
  }

  .slide-nav-6 {
    margin-bottom: 0;
  }

  .container {
    text-align: center;
    margin-top: 113px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 84px;
  }

  .image-47 {
    width: 25px;
    margin-top: 270px;
    margin-bottom: 18px;
    margin-left: 13px;
  }

  .image-47._47_2 {
    width: 40px;
  }

  .image-47._472 {
    margin-bottom: 10px;
    margin-left: 34px;
  }

  .image-47._888 {
    position: relative;
    top: -96px;
  }

  .image-48 {
    width: 25px;
    margin-top: 270px;
    margin-bottom: 18px;
  }

  .image-48._48_2 {
    width: 40px;
  }

  .image-48._482 {
    margin-bottom: 10px;
    margin-right: 39px;
  }

  .image-48._8888 {
    position: relative;
    top: -96px;
  }

  .div-block-132.newsblock {
    width: 95%;
  }

  .div-block-132.newsblock.blogblog {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-8 {
    margin-bottom: 7vw;
  }

  .columns-27 {
    width: 100%;
  }

  .div-block-133._133_2 {
    margin-top: 20px;
  }

  .text-block-22.footertxt {
    color: #8d8569;
    margin-bottom: -11px;
    font-family: Avantgarde, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 17px;
  }

  .column-74 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-135 {
    text-align: left;
  }

  .columns-28 {
    width: 95%;
    margin-left: -6px;
  }

  .image-50 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-51 {
    width: 30px;
  }

  .image-52 {
    width: 30px;
    margin-left: 0;
  }

  .image-53 {
    width: 35px;
    margin-top: -7px;
  }

  .div-block-136 {
    margin-top: 59px;
    padding-left: 0;
  }

  .paragraph-10 {
    margin-top: 18px;
    margin-right: -79px;
  }

  .paragraph-10.subfoottext {
    width: auto;
    margin-top: 1px;
    line-height: 18px;
  }

  .paragraph-10._91223 {
    margin-right: -118px;
  }

  .div-block-137 {
    width: 100%;
    height: auto;
  }

  .slider-8 {
    width: auto;
    height: auto;
  }

  .heading-9.slidehd {
    margin-top: 39px;
    margin-bottom: 20px;
    font-size: 42px;
  }

  .heading-9.comingsoon {
    font-size: 28px;
  }

  .heading-9.head99.gfrtyh {
    margin-top: 18px;
    margin-bottom: 6vw;
    font-size: 20px;
    line-height: 20px;
  }

  .slide-13 {
    padding-top: 40px;
  }

  .image-54 {
    z-index: 99;
    width: 170px;
    margin-top: 45px;
    margin-left: 7px;
    margin-right: 0;
    position: relative;
  }

  .div-block-138 {
    height: 60px;
    margin-top: 3px;
    margin-right: 12px;
    padding-top: 6px;
  }

  .left-arrow-4 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: 16px;
    display: inline-flex;
  }

  .right-arrow-4 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: -89px;
    margin-right: 25px;
    display: inline-flex;
  }

  .div-block-140 {
    border-width: 0;
    border-color: #000;
    border-radius: 7px;
    width: 88%;
    margin-top: 34px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-142 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-142._1422 {
    max-width: none;
  }

  .div-block-142._1422.block2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-143 {
    margin-bottom: 2px;
    padding-bottom: 0;
  }

  .div-block-143._1433 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .column-75 {
    padding-top: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-75._75mtb {
    margin-top: -40px;
  }

  .column-75._75b {
    padding-left: 7px;
  }

  .columns-29 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-146 {
    width: 100%;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-58 {
    margin-top: 19px;
    margin-left: 11px;
  }

  .div-block-147, .div-block-147._1472 {
    padding-top: 0;
  }

  .div-block-147._14723 {
    padding-top: 17px;
  }

  .column-76 {
    background-size: 105% 115%;
    padding-bottom: 23px;
  }

  .column-77, .column-78 {
    background-repeat: no-repeat;
    background-size: 105% 115%;
    padding-bottom: 23px;
  }

  .div-block-149 {
    padding-top: 13px;
  }

  .div-block-150 {
    height: auto;
  }

  .image-59 {
    width: 33%;
    margin-top: 20px;
  }

  .div-block-151 {
    margin-bottom: -6px;
  }

  .div-block-152 {
    height: 600px;
    display: none;
  }

  .slider-9 {
    height: 500px;
    margin-bottom: -59px;
  }

  .slide-14 {
    background-position: 74%;
  }

  .slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23 {
    background-position: 35%;
  }

  .slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27.slide30._9403 {
    background-position: 45%;
  }

  .slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26.slide27.slide31 {
    background-position: 65%;
  }

  .slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.slide26._8ju {
    background-position: 60%;
  }

  .slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.slide23.slide24.slide25.biggue {
    background-position: 65%;
  }

  .slide-14.slide15.slide16.slide17.slide18.slide19.slide20.slide21.slide22.gty {
    background-position: 73%;
  }

  .slide-14.slide15.slide16.slide17._172 {
    background-position: 55%;
  }

  .slide-14.slide15.slide16.heroes {
    background-position: 34%;
  }

  .slide-14.slide15.pals {
    background-position: 45%;
  }

  .div-block-153 {
    z-index: 101;
    margin-top: -566px;
    padding-top: 0;
    padding-left: 4px;
    position: relative;
    inset: 0 0% 0%;
  }

  .div-block-154 {
    width: auto;
  }

  .div-block-155 {
    width: 100%;
    margin-top: 39px;
  }

  .div-block-156 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -127px;
    padding-right: 0;
    display: inline-flex;
    top: -53px;
  }

  .text-block-23 {
    margin-top: -51px;
    margin-bottom: 4px;
    font-size: 27px;
    line-height: 6vw;
  }

  .text-span-26 {
    margin-top: 6px;
  }

  .image-61 {
    margin-top: -15px;
  }

  .div-block-159.isaudhfiaushdf {
    border-radius: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-161 {
    padding-top: 40px;
    padding-bottom: 59px;
  }

  .div-block-161._1612 {
    background-size: cover;
    margin-bottom: -78px;
    padding-bottom: 0;
    display: block;
  }

  .div-block-161._1612._16666 {
    margin-top: 36px;
    position: relative;
  }

  .div-block-161._1612._16666.ridewithapurpose {
    margin-top: 69px;
  }

  .div-block-161._1612.gear2 {
    background-color: #000;
    background-position: 30% 100%;
    background-size: 200%;
    margin-top: 60px;
    padding-bottom: 40px;
  }

  .div-block-161._1612.orange {
    margin-top: 119px;
    padding-top: 0;
  }

  .div-block-161._1512 {
    padding-top: 4px;
  }

  .div-block-161._1512.rsltsdiv {
    padding-top: 0;
  }

  .div-block-162 {
    width: 100%;
  }

  .div-block-162.results2 {
    background-image: url('../images/tar2.jpg');
    background-size: cover;
    width: 85%;
    margin-top: 102px;
  }

  .div-block-162.results2.exhibitors {
    padding-left: 30px;
  }

  .div-block-162.results2.trainblock {
    width: 90%;
    margin-top: 33px;
    padding: 10px 20px 9px;
  }

  .div-block-162.results2.trainblock.asxasdasdasd {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-162._1622 {
    border-radius: 0;
    width: 100%;
    margin-top: 141px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-163 {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 300px;
  }

  .div-block-163._1632._1633.purp6 {
    background-position: 0 0;
    height: 300px;
  }

  .div-block-163._1632.purp4 {
    height: 300px;
  }

  .div-block-163.purp2 {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }

  .text-block-24 {
    margin-top: 7px;
  }

  .text-block-24.subhead {
    margin-top: 16px;
  }

  .image-63 {
    margin-top: 18px;
  }

  .div-block-164 {
    height: auto;
    padding-top: 9px;
  }

  .div-block-165 {
    width: 100%;
    padding-left: 3px;
  }

  .div-block-165.contacty2 {
    width: 80%;
    height: auto;
    margin-left: 12%;
    padding-left: 0;
  }

  .column-80 {
    padding-left: 0;
  }

  .text-block-25 {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .columns-31 {
    width: auto;
  }

  .html-embed-9 {
    width: 100%;
    padding: 5px;
  }

  .column-81 {
    padding-left: 0;
    padding-right: 19px;
  }

  .right-arrow-5, .left-arrow-6 {
    display: none;
  }

  .div-block-166 {
    padding-top: 26px;
    padding-bottom: 40px;
  }

  .div-block-166._1662 {
    padding-top: 20px;
  }

  .div-block-166._1662.expodiv {
    padding-bottom: 87px;
  }

  .div-block-166._1662._16622.rules {
    padding-top: 42px;
  }

  .div-block-166._1662._009 {
    margin-bottom: 74px;
  }

  .div-block-166.iinfhubbb {
    background-size: 300%;
  }

  .div-block-167 {
    width: 85%;
  }

  .div-block-167.baaatchnabge45 {
    width: 100%;
  }

  .div-block-167.infohuuub {
    width: 90%;
    margin-top: 0;
  }

  .div-block-168 {
    background-image: linear-gradient(#000, #0000 0%, #00000070 101%), url('../images/companies.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    height: 290px;
    margin-bottom: 6px;
    padding-top: 116px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .div-block-168._1682 {
    background-image: linear-gradient(#0000, #00000082), url('../images/seedingbg.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 100%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, cover, auto;
    padding-left: 24px;
  }

  .div-block-168._1682.hospitality2 {
    background-image: linear-gradient(#0000, #00000075), linear-gradient(#0000, #0000), url('../images/c.jpg');
    background-position: 0 0, 0 0, 0 100%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
    margin-bottom: 27px;
  }

  .column-85 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-86 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-87 {
    padding-top: 20px;
    padding-left: 10px;
  }

  .text-block-28 {
    background-color: #a06b0073;
    background-position: 10px 21px;
    padding-top: 23px;
    padding-bottom: 20px;
    padding-left: 42px;
    font-size: 27px;
    line-height: 30px;
  }

  .text-block-28._289._2899 {
    background-color: #b1410175;
  }

  .text-block-28._289._2899._289999 {
    background-color: #92010170;
    margin-top: 10px;
    line-height: 24px;
  }

  .text-block-28._289._2899._289999.dddr.ririg {
    line-height: 26px;
  }

  .text-block-28._289._28999.herotxt {
    margin-left: 0;
    line-height: 24px;
  }

  .text-block-28._289._28999.herotxt.exhibitorstxt.expodatetime {
    padding-top: 0;
    line-height: 40px;
  }

  .text-block-28._289._28999.herotxt.homehero {
    padding-left: 0;
  }

  .text-block-28._289._28999.herotxt.homehero._999765 {
    font-size: 42px;
    line-height: 30px;
  }

  .text-block-28._289._28999.herotxt.homehero._999765.atitsbest {
    padding-left: 0;
    line-height: 36px;
  }

  .text-block-28._289._28999.herotxt.hero2 {
    font-size: 33px;
    line-height: 29px;
  }

  .text-block-28._289._28999.faqhead.heed {
    margin-left: -20px;
  }

  .text-block-28._293 {
    padding-top: 0;
    padding-left: 19px;
  }

  .text-block-28._293.freerridehead {
    margin-top: -84px;
    padding-left: 20px;
    padding-right: 17px;
    font-size: 33px;
    line-height: 33px;
    display: flex;
  }

  .div-block-169._1692 {
    padding: 10px;
  }

  .div-block-169._1692._1698 {
    margin-top: 117px;
    padding: 10px;
  }

  .div-block-170 {
    width: 80%;
    margin-left: 27px;
    margin-right: 27px;
    padding-right: 26px;
  }

  .div-block-170._170_2.kds2.dsfgh {
    background-color: #0000;
    width: 100%;
    height: 280px;
    padding-top: 28px;
    padding-bottom: 48px;
    padding-left: 57px;
  }

  .div-block-170._171 {
    width: 88%;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-171 {
    width: 80%;
    margin-top: -21px;
  }

  .div-block-171.cashterms {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .div-block-172 {
    padding-top: 0;
    padding-left: 0;
  }

  .columns-34 {
    padding-bottom: 32px;
    padding-right: 10px;
  }

  .image-69 {
    height: 15px;
    margin-top: 7px;
  }

  .image-69._692 {
    width: 100%;
    margin-top: 9px;
  }

  .image-70 {
    width: 150px;
    height: 350px;
    margin-top: 49px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 80px;
    left: -10px;
  }

  .image-71 {
    margin-left: 11px;
  }

  .background-video-4 {
    width: 150px;
    height: 270px;
    margin: 85px auto -19px;
    position: relative;
    inset: 0% 0% 0% -3%;
  }

  .div-block-176._176_2 {
    margin-top: 11px;
  }

  .text-block-30 {
    margin-top: 0;
    font-family: Fontsfree Net Sfprodisplay, sans-serif;
  }

  .list-3 {
    margin-bottom: -2vw;
  }

  .text-block-32.txt322 {
    width: 200px;
    padding-left: 0;
  }

  .image-74 {
    width: 35px;
    margin-top: 27%;
    margin-bottom: -107px;
  }

  .image-74.mtbarrow1 {
    margin-bottom: -41px;
  }

  .image-75 {
    width: 35px;
    margin-bottom: -107px;
  }

  .image-75.mtbarrow2 {
    margin-bottom: -41px;
  }

  .left-arrow-7, .right-arrow-6 {
    padding-bottom: 207px;
  }

  .image-77 {
    display: none;
  }

  .image-77._772 {
    width: 100%;
    margin-bottom: 0;
    display: none;
  }

  .image-77._772._77789.tagline2 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-33.other, .text-block-33._332 {
    text-align: center;
  }

  .tab-link-tab-1-2, .tab-link-tab-1-2.w--current {
    padding-left: 0;
  }

  .tab-link-tab-2-2 {
    margin-top: 17px;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 0;
  }

  .div-block-181 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-181._1812 {
    margin-bottom: 15px;
  }

  .text-block-34 {
    margin-left: 62px;
  }

  .image-81 {
    display: none;
  }

  .div-block-182 {
    margin-top: -31px;
  }

  .image-82, .image-82._822, .image-82._824 {
    margin-left: auto;
    margin-right: auto;
  }

  .columns-38 {
    width: auto;
  }

  .dropdown-2, .dropdown-2.drop3 {
    display: none;
  }

  .dropdown-2.drop3.drop45 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-185 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-186 {
    padding: 20px 20px 21px;
  }

  .div-block-186.map {
    margin-bottom: 23px;
    padding-bottom: 26px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-186.ddddr {
    margin-bottom: 94px;
    padding-left: 41px;
  }

  .div-block-186.ridepurpose {
    padding-left: 26px;
    padding-right: 10px;
  }

  .div-block-186.prizemoney {
    padding-bottom: 0;
    padding-left: 26px;
    padding-right: 10px;
  }

  .div-block-186.charity, .div-block-186.join {
    padding-left: 40px;
  }

  .column-89 {
    padding-left: 0;
  }

  .column-90 {
    padding-right: 0;
  }

  .image-83 {
    width: 33px;
    margin-left: 0;
    margin-right: -1px;
  }

  .link-block-8 {
    margin-right: -16px;
    padding-left: 0;
  }

  .column-91._912 {
    text-align: center;
    padding-left: 0;
  }

  .column-91._912._9122 {
    padding-right: 0;
  }

  .link-block-9 {
    margin-left: 0;
  }

  .link-block-10 {
    padding-left: 0;
  }

  .link-block-10._102 {
    margin-left: 0;
  }

  .link-block-10._105 {
    margin-left: 9px;
  }

  .link-29 {
    line-height: 19px;
  }

  .link-29.w--current {
    font-size: 15px;
  }

  .link-29.rslts {
    display: inline;
  }

  .div-block-188 {
    padding-left: 0;
  }

  .list-item-5 {
    line-height: 21px;
  }

  .list-4 {
    padding-right: 20px;
    line-height: 6vw;
  }

  .div-block-189 {
    margin-bottom: 14px;
    padding-bottom: 15px;
  }

  .div-block-190 {
    margin-top: 11px;
    padding-left: 40px;
  }

  .list-item-7 {
    line-height: 15px;
  }

  .div-block-191 {
    z-index: 222;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #00000054;
    border-radius: 7px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
    top: 57px;
  }

  .div-block-191._1911 {
    text-align: center;
    width: 48px;
    height: 46px;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    top: -183px;
  }

  .div-block-191._1911._1912 {
    margin-top: 140px;
    position: static;
    top: 0;
  }

  .div-block-191._1911.mtbslide {
    top: -168px;
  }

  .div-block-191._1911.t8ehf {
    margin-top: 0;
    top: 137px;
  }

  .div-block-191._1911.hand {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-end;
    margin: 155px auto -203px;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .div-block-191._191home {
    display: none;
    top: 8px;
  }

  .youtube {
    height: 100vw;
  }

  .image-84 {
    width: 70%;
    margin: 56px auto 52px;
    display: block;
  }

  .column-92 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-93 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-11 {
    text-align: left;
    margin-left: -8px;
  }

  .link-block-11._112 {
    margin-left: 0;
  }

  .column-94 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-95 {
    margin-top: 77px;
    padding-top: 60px;
    padding-left: 0;
  }

  .column-96 {
    margin-top: 77px;
    padding-top: 60px;
    padding-left: 10px;
  }

  .column-97 {
    padding-top: 60px;
    padding-left: 35px;
    padding-right: 0;
  }

  .youtube-2 {
    height: 100vw;
  }

  .youtube-3 {
    height: 300px;
  }

  .column-98 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-99 {
    text-align: center;
  }

  .column-100 {
    text-align: right;
  }

  .link-block-12 {
    margin-left: 14px;
  }

  .link-block-13 {
    margin-left: -40px;
  }

  .columns-41 {
    margin-top: -94px;
    margin-bottom: 28px;
    margin-left: 5px;
    padding-right: 18px;
  }

  .slide-17 {
    background-position: 100%;
    height: auto;
    overflow: hidden;
  }

  .slide-18 {
    background-position: 50%;
  }

  .slide-18._182 {
    background-position: 60%;
  }

  .slide-18._182._183._184 {
    background-position: 100%;
  }

  .column-101 {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-85 {
    width: 20px;
    margin-top: -38px;
    margin-left: 151px;
    display: block;
  }

  .image-85.mtbimag {
    margin-top: -17px;
  }

  .image-86 {
    width: 70%;
    margin: 10px;
  }

  .youtube-4 {
    height: 95vw;
  }

  .div-block-192 {
    text-align: center;
    background-color: #fff0;
    width: 100%;
    height: auto;
    margin-top: 21px;
    margin-bottom: 15px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-192._1922 {
    margin-top: 29px;
    margin-bottom: 27px;
  }

  .div-block-192.ddf {
    text-align: left;
  }

  .youtube-5 {
    height: 95vw;
  }

  .div-block-193 {
    text-align: center;
  }

  .mask-5 {
    height: auto;
    margin-bottom: -76px;
    padding-bottom: 78px;
  }

  .mask-5.mask78 {
    margin-top: -7px;
    margin-bottom: 0;
  }

  .mask-6 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .column-102 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-194 {
    width: 100%;
    display: block;
    overflow: visible;
  }

  .column-103 {
    padding-left: 0;
    padding-right: 0;
  }

  .youtube-6 {
    height: 450px;
  }

  .link-block-14._142 {
    margin-left: -2px;
  }

  .div-block-195 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 6px;
  }

  .column-104 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-9 {
    font-size: 15px;
  }

  .div-block-196 {
    text-align: center;
    width: 100%;
    position: relative;
    top: -26px;
  }

  .div-block-197 {
    text-align: center;
  }

  .column-105, .column-106 {
    padding-left: 30px;
  }

  .mask-7 {
    padding-bottom: 85px;
  }

  .div-block-198 {
    margin-bottom: 13px;
  }

  .div-block-199 {
    background-color: var(--black);
    display: none;
  }

  .slide-19 {
    background-image: url('../images/homeslide_m2.jpg');
    background-position: 45% 40%;
    background-size: 500px;
    padding-left: 50px;
    padding-right: 40px;
  }

  .slide-19._192 {
    background-image: url('../images/gear56.jpg');
    background-size: cover;
  }

  .slider-13 {
    height: 600px;
    margin-bottom: 0;
  }

  .slide-nav-12 {
    display: none;
  }

  .image-88 {
    width: 25px;
  }

  .left-arrow-10 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: inline-flex;
  }

  .right-arrow-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .div-block-200 {
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    padding-top: 0;
    padding-left: 13px;
    display: inline-flex;
    position: absolute;
    inset: 0%;
  }

  .list-item-9 {
    font-size: 14px;
    line-height: 17px;
  }

  .list-7, .list-7._87t987 {
    width: 100%;
  }

  .mask-8 {
    height: 100%;
  }

  .div-block-202 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .list-8 {
    margin-right: 10px;
    display: block;
  }

  .link-block-18 {
    padding-left: 0;
    padding-right: 5px;
  }

  .text-block-37.txt44 {
    line-height: 4vw;
  }

  .column-107 {
    padding-right: 10px;
  }

  .column-108, .column-109 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-89 {
    width: 100%;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-32 {
    font-size: 25px;
  }

  .image-90 {
    margin-top: -27px;
    margin-bottom: 15px;
    padding-left: 0;
  }

  .image-91 {
    margin-top: -2px;
    margin-bottom: 73px;
    margin-left: 0;
  }

  .div-block-207 {
    background-color: #00000080;
    border-radius: 12px;
    padding: 20px 0 20px 20px;
  }

  .text-span-162 {
    font-family: Sf Pro Display, sans-serif;
  }

  .image-93 {
    margin-top: 0;
    margin-left: -3%;
  }

  .div-block-208 {
    text-align: center;
    width: 120%;
    margin-top: -42px;
    margin-left: -13%;
  }

  .div-block-209 {
    text-align: center;
    margin-top: 40px;
    padding-top: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .columns-44 {
    width: 100%;
  }

  .div-block-210 {
    width: 100%;
    margin-top: 0;
    display: block;
    position: relative;
    top: -40px;
  }

  .div-block-210._2102 {
    width: 90%;
    margin-top: 116px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-210._2101 {
    margin-top: 40px;
    display: none;
  }

  .div-block-210._2101._2555 {
    margin-top: 87px;
    display: none;
  }

  .image-95 {
    width: 100%;
  }

  .link-block-21 {
    width: auto;
    margin-left: 0;
  }

  .div-block-211 {
    background-image: url('../images/butt_bg.png');
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    display: inline-flex;
  }

  .div-block-211._2112 {
    display: inline-flex;
  }

  .div-block-211._2112._2115.adadaf, .div-block-211._2112._2115.mobentertop {
    display: none;
  }

  .div-block-211.entermobmenu {
    display: block;
  }

  .div-block-211.entermobmenu.aas {
    padding-top: 5px;
    display: flex;
  }

  .image-96 {
    width: auto;
    margin-left: 5px;
    margin-right: 10px;
  }

  .div-block-212 {
    width: 40px;
    height: 20px;
    margin-top: -45px;
    margin-left: 230px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .link-block-22 {
    width: auto;
  }

  .text-block-39 {
    color: #fde741;
    text-align: center;
    margin-top: -1px;
    font-family: intercom, sans-serif;
    font-size: 17px;
    display: inline-flex;
  }

  .columns-45 {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }

  .column-110, .column-111, .column-112 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-213 {
    margin-left: -12px;
  }

  .div-block-214 {
    text-align: center;
    margin-top: 30px;
    padding-top: 25px;
    display: block;
  }

  .div-block-214.entermob {
    display: none;
  }

  .div-block-214.entermob.enter344 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-214.entermob.roadentermob {
    width: 70%;
    margin-top: 240px;
    padding-bottom: 21px;
    display: block;
  }

  .div-block-214.entermob.entermopbhome {
    width: 100%;
    margin-top: 114px;
    padding-top: 18px;
    padding-bottom: 19px;
    display: block;
  }

  .div-block-215 {
    text-align: center;
    background-color: #0006;
    border-radius: 12px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px 10px 13px;
    display: none;
  }

  .div-block-216 {
    padding-top: 0;
  }

  .div-block-216.portalslider {
    padding-top: 59px;
  }

  .slider-14 {
    height: 850px;
  }

  .image-97 {
    width: 90%;
    margin-top: -16px;
    margin-left: 15px;
    margin-right: auto;
  }

  .image-97.fnshrbadges {
    justify-content: center;
    align-items: center;
    width: 250px;
    margin-top: -39px;
    margin-left: -13px;
    margin-right: auto;
    display: inline-flex;
  }

  .image-97._972 {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .image-97._972._977 {
    width: 90%;
    margin-top: 17px;
    margin-left: 17px;
    margin-right: auto;
  }

  .image-97._972._977._978 {
    width: 50%;
    margin-top: -5px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-97._972._977._9888 {
    width: 100%;
    margin-left: -17px;
  }

  .div-block-217 {
    margin-left: 0;
    padding-left: 20px;
  }

  .div-block-217._2172 {
    margin-top: 110px;
    padding-top: 35px;
    padding-left: 20px;
  }

  .image-98 {
    width: 70px;
    margin-bottom: 7px;
    margin-left: -5px;
    display: none;
  }

  .heading-10 {
    padding-left: 0;
  }

  .heading-10.h1heading {
    margin-top: 100px;
    margin-bottom: -15px;
  }

  .heading-10.coming-soon {
    position: relative;
    top: 7px;
    right: 4px;
  }

  .div-block-218 {
    height: auto;
    margin-top: 22px;
    padding-top: 15px;
    padding-left: 20px;
  }

  .div-block-218._219922 {
    width: 100%;
  }

  .heading-11 {
    margin-top: -8px;
    margin-bottom: 16px;
    padding-left: 0;
    font-size: 50px;
    line-height: 40px;
  }

  .image-99 {
    margin-top: -19px;
    margin-left: 0;
  }

  .div-block-219 {
    width: 160px;
    height: 160px;
    margin-top: -331px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav-13 {
    margin-left: 0;
    padding-right: 0;
  }

  .left-arrow-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-left: -18px;
    display: inline-flex;
  }

  .right-arrow-9 {
    justify-content: flex-end;
    align-items: center;
    margin-right: -8px;
    display: inline-flex;
  }

  .column-113, .column-114 {
    text-align: center;
  }

  .div-block-221 {
    text-align: center;
    position: relative;
    top: -116px;
  }

  .column-115, .column-116, .column-117, .column-118 {
    text-align: center;
  }

  .column-119 {
    display: none;
  }

  .div-block-222 {
    background-size: 200px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: -15px;
  }

  .div-block-222._568 {
    display: inline-flex;
  }

  .div-block-222._568.roadclose {
    margin-top: 200vw;
  }

  .div-block-222._568._5682 {
    padding-top: 4px;
  }

  .div-block-222._568._5682.desktopview {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 47px;
    padding-top: 17px;
    display: block;
  }

  .link77 {
    color: #ff5d29;
  }

  .column-120 {
    height: 130px;
    padding-left: 0;
  }

  .text-span-169 {
    color: #fff;
  }

  .div-block-228 {
    display: none;
  }

  .div-block-229 {
    z-index: 102;
    background-color: #00000080;
    width: 100%;
    height: 130vw;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .code-embed {
    z-index: 88;
  }

  .code-embed-2 {
    width: 100%;
  }

  .tabs-menu-3 {
    background-size: 100% 300%;
  }

  .tabs-3 {
    background-image: none;
    width: 100%;
    max-width: none;
  }

  .tab-link-tab-1-3 {
    margin-top: -19px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
  }

  .tab-link-tab-1-3.w--current {
    margin-top: -18px;
  }

  .tab-link-tab-1-3.iiis.w--current {
    margin-top: -16px;
  }

  .traonhead {
    text-align: left;
    margin-bottom: 18px;
    padding-left: 13px;
  }

  .traonhead.asda {
    text-align: left;
    margin-top: -9px;
    margin-bottom: 10px;
  }

  .tabs-content-2 {
    border-radius: 0;
    margin-top: -61px;
  }

  .columns-46 {
    width: 95%;
    margin-top: 34px;
  }

  .column-121 {
    padding-top: 10px;
    padding-right: 10px;
  }

  .div-block-230 {
    height: auto;
    margin-bottom: 23px;
  }

  .column-122 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-123 {
    padding-top: 46px;
    padding-left: 6px;
  }

  .heading-15.groupa {
    text-transform: uppercase;
    padding-left: 10px;
    font-size: 17px;
  }

  .heading-15.groupb {
    text-transform: uppercase;
    padding-top: 0;
    padding-left: 10px;
    font-size: 17px;
  }

  .heading-15.groupc {
    text-transform: uppercase;
    padding-left: 14px;
    font-size: 15px;
  }

  .paragraph-14 {
    padding-bottom: 27px;
    padding-left: 10px;
    font-size: 21px;
    line-height: 18px;
  }

  .paragraph-14._142.ll {
    padding-bottom: 44px;
  }

  .text-span-208 {
    font-size: 26px;
  }

  .text-span-209 {
    margin-bottom: 8px;
    padding-right: 16px;
    font-size: 21px;
    display: block;
  }

  .div-block-232 {
    background-image: url('../images/colours.jpg');
    background-position: 50% 0;
    background-size: 100% 100%;
    margin-top: 9px;
    padding-top: 19px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-232.div2bh {
    background-image: url('../images/Screenshot-2025-07-24-at-20.12.53.png');
    background-position: 50% -50px;
    background-size: cover;
    height: auto;
    margin-top: 24px;
    padding: 40px 20px 10px 26px;
  }

  .div-block-232.div2bh.ffff.asdasd {
    height: auto;
    padding-left: 38px;
  }

  .list-item-13 {
    margin-top: 0;
    margin-bottom: 5px;
    font-style: normal;
    line-height: 20px;
  }

  .list-10 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
    padding-right: 22px;
  }

  .list-10.lst55 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .list-10.afafaf {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .code-embed-3 {
    border-radius: 0;
    padding: 0;
  }

  .div-block-233 {
    border-radius: 12px;
    padding: 10px 0 0;
  }

  .div-block-234 {
    padding-left: 40px;
    padding-right: 34px;
  }

  .div-block-235 {
    width: 100%;
    height: auto;
    padding-top: 286px;
  }

  .div-block-235.jerseys {
    padding-top: 115px;
    position: static;
  }

  .div-block-236 {
    background-size: contain;
    height: 490px;
    padding-bottom: 0;
    padding-left: 26px;
    padding-right: 26px;
  }

  .div-block-236._2362 {
    background-size: contain;
  }

  .text-block-41 {
    margin-top: -21px;
    margin-bottom: -12px;
    position: relative;
  }

  .heading-17.ryet {
    font-size: 30px;
    line-height: 30px;
  }

  .image-101 {
    margin-top: 12px;
  }

  .image-101._1013 {
    margin-top: -32px;
  }

  .image-101._1013.taglinefgear {
    margin-top: 96px;
  }

  .image-101._1013.taglinefgear.taglinegold {
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
  }

  .image-101._1013.taglinefgear.taglinegold.taag {
    width: 100%;
    margin-top: -26px;
    margin-bottom: 36px;
  }

  .image-101._1013.taglinefgear.geartqag {
    margin-top: -99px;
    margin-bottom: 64px;
  }

  .background-video-5 {
    position: absolute;
    inset: 0%;
    overflow: visible;
  }

  .body {
    background-color: #000;
  }

  .text-block-42.finisherjerseys {
    padding-left: 23px;
  }

  .div-block-239 {
    width: 100%;
    height: 450px;
    padding-bottom: 71px;
    padding-left: 41px;
  }

  .image-102 {
    width: 100%;
    margin-top: 30px;
  }

  .columns-47 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-48 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .column-127 {
    padding-left: 10px;
    padding-right: 0;
  }

  .div-block-242 {
    width: 100%;
    padding-left: 0;
  }

  .list-11 {
    width: 100%;
  }

  .link-block-24 {
    margin-top: -52px;
    display: inline-block;
  }

  .text-span-230 {
    color: #fff;
  }

  .image-104, .image-104._1042._1044 {
    display: none;
  }

  .div-block-247 {
    padding-top: 0;
  }

  .div-block-248 {
    display: none;
  }

  .mtbres {
    margin-top: -10px;
    margin-bottom: 23px;
    display: none;
  }

  .div-block-249._2672 {
    margin-top: 21px;
  }

  .div-block-249._2672.closed {
    width: 100%;
    margin-top: 96px;
    padding-top: 19px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .div-block-249._249mob {
    width: 70%;
    padding-top: 19px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-44._442 {
    color: #fde741;
    width: 90%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
  }

  .text-span-231 {
    font-size: 19px;
  }

  .div-block-250 {
    background-image: url('../images/colour_stripes.png'), url('../images/blackfade2.png');
    background-position: 0 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    height: auto;
    margin-top: -229px;
    display: block;
    top: 70px;
  }

  .div-block-250._250_v2 {
    margin-top: -188px;
    padding-left: 0;
    display: block;
    top: 49px;
  }

  .div-block-251 {
    background-color: #00000091;
    background-position: 0 35px, 50%;
    width: 88%;
    height: auto;
    margin-top: -322px;
    padding: 0 18px 19px 16px;
    top: 34px;
    left: 0;
  }

  .div-block-251._2532 {
    width: 90%;
    height: auto;
    margin-top: -61px;
    padding-bottom: 77px;
    padding-right: 13px;
  }

  .div-block-251._2532.winners {
    width: 90%;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 45px;
    padding-left: 20px;
    top: 153px;
  }

  .div-block-251._2532.winners.skskaks {
    margin-top: 91px;
    margin-bottom: 55px;
    padding-top: 21px;
    padding-bottom: 51px;
  }

  .div-block-251._2532.winners.skskaks.op {
    margin-top: 60px;
    padding-bottom: 64px;
  }

  .div-block-251._2532.fffg {
    height: auto;
    margin-top: -25px;
    padding-top: 10px;
    padding-bottom: 68px;
  }

  .div-block-251._2532.fffg.sf {
    height: auto;
    padding-top: 2px;
    padding-bottom: 13px;
    display: none;
  }

  .div-block-251._2532.djdjd {
    padding-top: 7px;
  }

  .div-block-251._2532.djdjd.fhfhf {
    height: auto;
    padding-bottom: 69px;
  }

  .text-block-45 {
    font-size: 33px;
  }

  .text-block-45._452 {
    width: 90%;
    margin-top: 24px;
  }

  .text-block-45._452._2124 {
    width: 100%;
    margin-top: 36px;
  }

  .text-block-45._452._44447 {
    margin-top: 5px;
  }

  .text-block-45._452.ddf {
    width: 100%;
    margin-top: -17px;
  }

  .text-block-45._452._4522 {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-45._452.ffffy {
    width: 100%;
  }

  .column-132 {
    background-image: url('../images/line-hor.gif');
    background-position: 0 10%;
    background-repeat: no-repeat;
    background-size: 100% 5px;
    margin-top: 8px;
    padding-top: 0;
    padding-left: 8px;
  }

  .column-132.rrr {
    margin-top: 5px;
  }

  .column-132.didjd {
    background-position: 0 0;
    padding-top: 22px;
  }

  .column-132.ssf {
    height: auto;
    margin-top: -3px;
    padding-left: 12px;
  }

  .column-133 {
    padding-top: 25px;
  }

  .column-134 {
    padding-top: 0;
  }

  .div-block-252 {
    width: 100%;
  }

  .div-block-252.menwoman {
    padding-top: 56px;
    position: relative;
  }

  .div-block-253 {
    margin-top: 63px;
    margin-bottom: 49px;
  }

  .div-block-253._2532 {
    margin-top: 208px;
    margin-bottom: 71px;
  }

  .winnners {
    font-size: 30px;
  }

  .div-block-254 {
    width: 100%;
    margin-top: 60px;
    padding: 0;
  }

  .div-block-255 {
    background-image: url('../images/tar2_1.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 28px;
    padding-left: 21px;
    padding-right: 24px;
  }

  .image-105 {
    margin-top: 11px;
  }

  .columns-49 {
    margin-top: 59px;
    display: block;
  }

  .column-135 {
    margin-top: -16px;
  }

  .div-block-259 {
    text-align: center;
    height: 50px;
  }

  .text-span-242 {
    color: #fff;
    font-size: 27px;
  }

  .text-block-46 {
    color: #fff;
    margin-left: -26px;
    font-family: intercom, sans-serif;
    font-size: 20px;
    font-style: italic;
    display: none;
    position: relative;
  }

  .div-block-260 {
    background-color: #6f3a21;
    width: 90%;
    height: 2px;
    margin-top: -10px;
    margin-bottom: 21px;
    padding-bottom: 0;
    display: block;
  }

  .text-span-243 {
    font-size: 24px;
  }

  .div-block-261 {
    margin-top: -61px;
    margin-left: 123px;
  }

  .div-block-261.comingsoon2 {
    margin-left: 128px;
  }

  .div-block-261.dddf {
    margin-top: 2px;
  }

  .background-video-6.rsltsbfvd {
    height: 140%;
  }

  .div-block-262._2622 {
    margin-top: 35px;
    padding-right: 0;
  }

  .column-136 {
    margin-top: 10px;
  }

  .column-137 {
    margin-top: 20px;
  }

  .div-block-264 {
    width: 127%;
    margin-left: -43px;
    position: relative;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -14px;
    margin-left: -22px;
    display: grid;
  }

  .youtube-7 {
    height: 450px;
  }

  .div-block-265 {
    background-position: 50%;
    background-size: 100% 100%;
    width: auto;
    padding-left: 53px;
  }

  .div-block-265.div2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
  }

  .text-block-48 {
    font-size: 21px;
  }

  .div-block-266 {
    width: 100%;
  }

  .div-block-267._1692, .div-block-267._1692._1698 {
    padding: 10px;
  }

  .bold-text-18 {
    font-size: 30px;
    line-height: 27px;
  }

  .div-block-268 {
    width: 85%;
  }

  .heading-18 {
    font-size: 25px;
    line-height: 21px;
  }

  .button-5.navbutt {
    margin-top: 2px;
    display: flex;
  }

  .button-5.navbutt.dd {
    width: 140px;
  }

  .text-block-49 {
    background-color: #a06b0073;
    background-position: 10px 21px;
    padding-top: 23px;
    padding-bottom: 20px;
    padding-left: 42px;
    font-size: 27px;
    line-height: 30px;
  }

  .text-block-49._289._2899 {
    background-color: #b1410175;
  }

  .text-block-49._289._2899._289999 {
    background-color: #92010170;
    margin-top: 10px;
    line-height: 24px;
  }

  .div-block-269 {
    padding-left: 0;
  }

  .paragraph-15.parahome {
    width: 90%;
    margin-top: -11px;
    margin-bottom: 4vw;
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-15.parahome.parasubscribe.infohubtext {
    width: 90%;
    line-height: 18px;
  }

  .paragraph-15.parahome.parasubscribe.infohubtext.roadraceseeding.leftcol {
    width: 60px;
  }

  .list-item-16 {
    line-height: 15px;
  }

  .div-block-270 {
    padding-bottom: 40px;
  }

  .div-block-270._1662 {
    padding-top: 20px;
  }

  .div-block-271 {
    padding: 20px 20px 21px;
  }

  .div-block-272 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-273 {
    background-position: 50%;
    background-size: 100% 100%;
    width: auto;
    padding-left: 53px;
  }

  .div-block-273.div2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
  }

  .text-block-50 {
    font-size: 21px;
  }

  .div-block-274 {
    width: 100%;
  }

  .bold-text-19 {
    font-size: 30px;
    line-height: 27px;
  }

  .div-block-275 {
    width: 85%;
  }

  .heading-19 {
    font-size: 25px;
    line-height: 21px;
  }

  .text-block-51 {
    background-color: #a06b0073;
    background-position: 10px 21px;
    padding-top: 23px;
    padding-bottom: 20px;
    padding-left: 42px;
    font-size: 27px;
    line-height: 30px;
  }

  .text-block-51._289._2899 {
    background-color: #b1410175;
  }

  .text-block-51._289._2899._289999 {
    background-color: #92010170;
    margin-top: 10px;
    line-height: 24px;
  }

  .div-block-276 {
    padding-left: 0;
  }

  .paragraph-16.parahome {
    width: 90%;
    margin-top: -11px;
    margin-bottom: 4vw;
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-16.parahome.parasubscribe.infohubtext {
    width: 90%;
    line-height: 18px;
  }

  .paragraph-16.parahome.parasubscribe.infohubtext.mtbseeding.policy {
    width: 100%;
  }

  .div-block-277 {
    padding-bottom: 40px;
  }

  .div-block-277._1662 {
    padding-top: 20px;
  }

  .div-block-278 {
    padding: 20px 20px 21px;
  }

  .div-block-279 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-280 {
    background-position: 50%;
    background-size: 100% 100%;
    width: auto;
    padding-left: 53px;
  }

  .div-block-280.div2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
  }

  .text-block-52 {
    font-size: 21px;
  }

  .div-block-281 {
    width: 100%;
  }

  .bold-text-20 {
    font-size: 30px;
    line-height: 27px;
  }

  .div-block-282 {
    width: 85%;
  }

  .heading-20 {
    font-size: 25px;
    line-height: 21px;
  }

  .text-block-53 {
    background-color: #a06b0073;
    background-position: 10px 21px;
    padding-top: 23px;
    padding-bottom: 20px;
    padding-left: 42px;
    font-size: 27px;
    line-height: 30px;
  }

  .text-block-53._289._2899 {
    background-color: #b1410175;
  }

  .text-block-53._289._2899._289999 {
    background-color: #92010170;
    margin-top: 10px;
    line-height: 24px;
  }

  .div-block-283 {
    padding-left: 0;
  }

  .paragraph-17.parahome {
    width: 90%;
    margin-top: -11px;
    margin-bottom: 4vw;
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-17.parahome.parasubscribe.infohubtext {
    width: 90%;
    line-height: 18px;
  }

  .paragraph-17.parahome.parasubscribe.infohubtext.mtbseeding.policy {
    width: 100%;
  }

  .div-block-284 {
    padding-bottom: 40px;
  }

  .div-block-284._1662 {
    padding-top: 20px;
  }

  .div-block-285 {
    padding: 20px 20px 21px;
  }

  .div-block-286 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-span-261 {
    line-height: 19px;
  }

  .code-embed-6 {
    width: 100%;
    height: 140vw;
  }

  .image-109 {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: -26px;
    margin-left: -48px;
    position: static;
  }

  .div-block-291 {
    display: none;
  }

  .div-block-292 {
    background-image: url('../images/glow3.png');
    background-position: 63%;
    background-size: 350px;
    width: 200px;
    height: 200px;
    margin-top: 137px;
    margin-left: -33px;
  }

  .div-block-292._2922 {
    margin-top: -70px;
    margin-left: -70px;
  }

  .div-block-294 {
    background-image: url('../images/tagline3.png'), url('../images/footer.jpg');
    background-position: 50%, 50% 100%;
    background-size: contain, 1728px;
    height: 70vw;
  }

  .div-block-295 {
    width: 100%;
    margin-left: -18px;
  }

  .column-147 {
    margin-bottom: 11px;
    padding-left: 34px;
  }

  .column-148 {
    padding-left: 37px;
  }

  .text-block-54 {
    font-size: 35px;
  }

  .text-block-54.lilhead {
    margin-top: 13px;
    margin-bottom: -13px;
    margin-left: 8%;
  }

  .text-block-54._542._543 {
    margin-bottom: -4px;
    font-size: 29px;
    line-height: 24px;
  }

  .text-block-54._542._543._543home.hh {
    font-size: 8vw;
    line-height: 7vw;
  }

  .text-block-54.aaadf {
    margin-top: 10px;
  }

  .text-block-54._546, .text-block-54._546._66890 {
    text-align: left;
    font-size: 30px;
  }

  .text-block-54._546.gh {
    padding-left: 9px;
  }

  .text-block-54._546.paosdj {
    width: 45%;
  }

  .div-block-296 {
    margin-top: 27px;
  }

  .div-block-296.ajaja {
    margin-top: 14px;
    padding-top: 0;
  }

  .div-block-296.ajaja.afaggh {
    margin-top: 9px;
    padding-top: 0;
    display: flex;
  }

  .div-block-296.ddf.aad.aads {
    margin-top: 9px;
  }

  .div-block-297 {
    border-radius: 8px;
    width: 99%;
    height: auto;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 37px;
    padding-bottom: 12px;
  }

  .div-block-297._2972 {
    height: auto;
  }

  .div-block-297._2972._22334.p0dsfs {
    border-radius: 7px;
    margin-left: 0;
  }

  .div-block-297.ddfs {
    background-color: #0000005c;
    height: auto;
    margin-top: -2px;
    margin-bottom: 34px;
    padding-bottom: 16px;
  }

  .image-112 {
    margin-top: 10px;
  }

  .image-112._1122 {
    margin-top: 8px;
  }

  .image-112._1122.ad {
    margin-left: 0;
  }

  .image-112._1122.ad.sfsg.aaaffgg {
    margin-top: 9px;
  }

  .div-block-298 {
    padding-left: 19px;
  }

  .div-block-299 {
    width: 130%;
    margin-bottom: 128px;
    margin-left: -10%;
    padding-bottom: 58px;
  }

  .div-block-299._2998 {
    margin-top: 63px;
    padding-bottom: 29px;
  }

  .div-block-300 {
    margin-top: 24px;
    margin-left: 10%;
  }

  .div-block-301 {
    margin-left: 10%;
  }

  .text-span-271 {
    margin-bottom: -28px;
    font-family: Avantgarde, sans-serif;
    font-style: normal;
    display: block;
  }

  .image-113 {
    z-index: 9999;
    vertical-align: bottom;
    margin-top: 0;
    margin-bottom: -121px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .column-150 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-151 {
    padding-left: 28px;
  }

  .image-114 {
    background-size: auto 8px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .image-114._1142._1156 {
    padding-bottom: 89px;
  }

  .div-block-304 {
    width: 88%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-273 {
    line-height: 0;
  }

  .columns-52 {
    width: 105%;
    margin-bottom: 0;
    margin-left: -25px;
  }

  .div-block-306 {
    padding-left: 18px;
  }

  .div-block-306._3062 {
    height: auto;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 21px;
  }

  .div-block-306._88ghr {
    height: auto;
    padding-top: 32px;
    padding-bottom: 22px;
    padding-left: 40px;
  }

  .column-152 {
    padding-right: 0;
  }

  .div-block-307 {
    margin-top: -3px;
    margin-bottom: -7px;
  }

  .div-block-307._546._876 {
    justify-content: flex-end;
    margin-top: 9px;
    margin-bottom: 13px;
    padding-right: 19px;
    display: flex;
  }

  .div-block-307._808 {
    text-align: right;
    justify-content: flex-end;
    margin-top: -56px;
    display: flex;
  }

  .div-block-308 {
    height: auto;
    margin-left: 0;
    padding-bottom: 26px;
    padding-left: 40px;
    padding-right: 10px;
  }

  .div-block-308._30855 {
    height: auto;
    margin-left: 0;
    padding-top: 31px;
    padding-bottom: 18px;
    padding-left: 23px;
  }

  .div-block-309 {
    width: 100%;
    margin-left: 0;
    padding-left: 39px;
    position: static;
  }

  .div-block-310 {
    background-color: #00000082;
    width: 90%;
    margin-top: 31px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-277 {
    margin-top: 4px;
    font-size: 18px;
    display: block;
  }

  .text-span-277._2778 {
    filter: drop-shadow(0 2px 5px #000000b3);
    outline-offset: 0px;
    outline: 3px #fff;
    width: 100%;
    margin-top: 12px;
    font-size: 19px;
    line-height: 18px;
  }

  .text-span-278, .text-span-279 {
    font-size: 30px;
  }

  .div-block-311 {
    background-position: 50%;
    border-radius: 12px;
    width: 87.5%;
    margin-left: 6%;
    margin-right: 0%;
    padding-top: 47px;
    padding-bottom: 19px;
    padding-left: 27px;
    display: block;
  }

  .text-block-56._000op._887df.ddf {
    margin-top: 5px;
  }

  .text-block-56._000op._887df.highlights {
    display: none;
  }

  .text-block-56._000op._9908j {
    color: #fde741;
    margin-left: 39px;
    display: block;
  }

  .text-block-56._000op._9908j.prizeterms {
    margin-left: 12px;
  }

  .div-block-312 {
    width: 100%;
  }

  .div-block-313 {
    background-position: 90%;
  }

  .text-block-57 {
    color: #fff;
  }

  .text-block-57._578 {
    text-align: left;
  }

  .div-block-314 {
    display: none;
  }

  .column-154 {
    background-color: #00000080;
    border-radius: 8px;
    margin-top: 14px;
    padding-top: 25px;
    padding-bottom: 8px;
    padding-left: 18px;
  }

  .columns-53 {
    width: 100%;
  }

  .text-span-285 {
    margin-top: -17px;
    margin-bottom: -24px;
    display: block;
  }

  .text-span-288 {
    color: #ff4d00;
  }

  .text-span-289 {
    color: #fde741;
  }

  .column-155 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000007d;
    border-radius: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 29px;
    padding-left: 20px;
    display: block;
  }

  .columns-54 {
    width: 90%;
  }

  .div-block-316.asdasdasd {
    text-align: left;
  }

  .div-block-317 {
    display: none;
  }

  .column-157 {
    padding-left: 0;
    padding-right: 0;
  }

  .body-3 {
    background-color: #000;
  }

  .div-block-318._31899 {
    height: auto;
    margin-top: 32px;
    margin-bottom: 60px;
    margin-right: 0;
    padding-top: 36px;
    padding-left: 21px;
    padding-right: 34px;
  }

  .div-block-318._31899.ddft {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-115 {
    width: 100%;
    margin-top: -55px;
    margin-bottom: 6px;
  }

  .image-116 {
    width: 200px;
    margin-top: -56px;
    margin-bottom: 0;
    display: block;
    position: relative;
    bottom: -416px;
    left: -17px;
  }

  .div-block-319 {
    display: flex;
  }

  .ddf.dddf {
    font-size: 23px;
  }

  .columns-55 {
    padding-right: 27px;
  }

  .image-117._1173 {
    margin-top: 15px;
    margin-bottom: -18px;
  }

  .div-block-321 {
    display: flex;
  }

  .div-block-322 {
    width: 100%;
  }

  .list-15 {
    column-count: 1;
  }

  .column-158, .column-159 {
    padding-bottom: 20px;
  }

  .image-118 {
    width: 60%;
    margin-top: 0;
    margin-bottom: 35px;
  }

  .div-block-324 {
    background-position: 38%;
    height: 100vw;
    margin-left: 0;
    margin-right: 24px;
    padding-right: 0;
  }

  .column-160, .column-161 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-335 {
    font-size: 26px;
  }

  .text-span-336 {
    color: var(--bronze);
  }

  .columns-57 {
    margin-bottom: 9px;
  }

  .div-block-328 {
    margin-top: 11px;
    margin-left: 0;
    margin-right: 39px;
  }

  .heading-21 {
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 33px;
  }

  .column-162 {
    padding-right: 0;
  }

  .paragraph-19 {
    font-size: 21px;
  }

  .text-span-339 {
    color: #fde841;
    margin-right: 4px;
  }

  .text-span-340 {
    color: #fde841;
  }

  .text-span-342 {
    color: #fde841;
    margin-right: 4px;
  }

  .text-span-343 {
    color: #fde841;
    margin-right: 6px;
  }

  .text-span-344 {
    color: #fde841;
  }

  .div-block-331 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 8px;
  }

  .div-block-332 {
    padding-left: 0;
    padding-right: 36px;
  }

  .column-164, .column-165 {
    padding-left: 0;
    padding-right: 0;
  }

  .superscript {
    color: #fde841;
  }

  .text-block-60 {
    margin-bottom: 15px;
  }

  .div-block-334 {
    background-size: cover;
    margin: 58px 0 24px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-334.uytuytuyt {
    padding-bottom: 18px;
    position: relative;
  }

  .image-119 {
    width: 130px;
    margin-top: -8px;
    margin-left: -8px;
  }

  .text-block-61 {
    margin-top: 30px;
    font-size: 17px;
  }

  .text-block-61._62v2.ssdfgh {
    margin-top: 13px;
    margin-left: 6px;
  }

  .text-block-61._612 {
    margin-top: 3px;
    margin-left: 5px;
  }

  .text-block-61._6667 {
    margin-left: 16px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 18px;
  }

  .text-span-348 {
    font-size: 18px;
  }

  .column-166 {
    background-image: url('../images/date1.png');
    background-position: 92% 0;
    background-repeat: no-repeat;
    background-size: 90px;
    margin-top: 18px;
    padding-left: 14px;
  }

  .column-167 {
    background-image: url('../images/date2.png');
    background-position: 92% 0;
    background-repeat: no-repeat;
    background-size: auto 65px;
    margin-top: 29px;
    padding-bottom: 24px;
    padding-left: 17px;
  }

  .div-block-335 {
    margin: 0 12px 0 17px;
  }

  .div-block-336 {
    margin-top: 6px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-339 {
    margin-top: 381px;
    margin-left: 42px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .div-block-340 {
    width: 200px;
    margin-top: -163px;
    padding-left: 15px;
  }

  .div-block-340.resultsresults {
    background-color: #00000091;
    width: 60%;
    height: 250px;
    margin-top: -47px;
    margin-bottom: 65px;
    margin-left: 9.5%;
  }

  .div-block-340.resultsresults.rslts99 {
    margin-top: -67vw;
  }

  .div-block-340.resultsresults.rslts99.home_rslsts {
    width: 170px;
    height: 295px;
    margin-top: -30vw;
    padding-top: 19px;
  }

  .div-block-341 {
    margin-top: -11px;
  }

  .column-170 {
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: 100% 5px;
    height: auto;
    margin-top: 197px;
    padding-top: 6px;
    padding-left: 9px;
  }

  .column-170._170_v2 {
    margin-top: 63px;
  }

  .div-block-344 {
    display: flex;
  }

  .div-block-345 {
    padding-left: 6vw;
    display: flex;
  }

  .div-block-346.taglineresults {
    margin-top: 163px;
    display: block;
  }

  .div-block-347.divexpo {
    padding-left: 23px;
  }

  .body-5 {
    background-color: var(--black);
  }

  .div-block-348 {
    background-image: linear-gradient(#0000 59%, #000);
    width: 100%;
  }

  .body-6 {
    background-color: var(--black);
  }

  .body-9, .body-17 {
    background-color: #000;
  }

  .div-block-350 {
    display: none;
  }

  .image-124 {
    width: 190px;
  }

  .image-124._1242 {
    margin-top: 9px;
  }

  .columns-60 {
    display: none;
  }

  .columns-60._602 {
    margin: -42px auto 49px;
    display: block;
  }

  .column-172 {
    height: 120px;
  }

  .div-block-351 {
    height: 140px;
  }

  .div-block-351._3512 {
    padding-left: 0;
  }

  .columns-61 {
    width: 100%;
  }

  .div-block-352.ff {
    border-radius: 12px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-353.asdasd {
    margin-top: 15px;
  }

  .column-173 {
    background-image: url('../images/whitebar.gif');
    background-position: 0%;
    background-repeat: repeat-y;
    background-size: 1px;
    padding-bottom: 19px;
  }

  .text-span-364 {
    font-size: 15px;
    line-height: 15px;
  }

  .text-span-364._365 {
    width: 100%;
    font-size: 17px;
    line-height: 18px;
  }

  .text-span-364._77 {
    margin-left: 18px;
  }

  .text-span-365 {
    font-size: 17px;
  }

  .div-block-354 {
    margin-top: 34px;
    padding-left: 26px;
  }

  .div-block-355 {
    width: 90%;
  }

  .slide-20 {
    width: 34%;
    padding-top: 14px;
    padding-left: 16px;
  }

  .icon-15 {
    margin-top: 122.5px;
  }

  .icon-16 {
    margin-top: 123.5px;
  }

  .div-block-356 {
    margin-left: 0;
  }

  .text-span-366 {
    font-size: 33px;
  }

  .text-span-367 {
    font-size: 17px;
  }

  .div-block-358 {
    border-radius: 0;
    width: 100%;
  }

  .slide-21, .slide-22 {
    background-position: 70%;
  }

  .slide-22.slide3.slide4.slide5 {
    background-position: 10%;
  }

  .slide-22.slide3.slide4.slide5.slide6.slide7.hh {
    background-position: 50%;
  }

  .slide-22.slide3.slide2 {
    background-position: 10%;
  }

  .mask-9 {
    border-radius: 0;
  }

  .icon-17 {
    margin-top: 312px;
    margin-right: 23px;
  }

  .icon-18 {
    margin-top: 314px;
    margin-left: 22px;
  }

  .div-block-359 {
    width: 65%;
    margin-top: -57px;
  }

  .div-block-360 {
    background-color: #00000085;
    background-image: url('../images/whiteline.png');
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: auto 2px;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .column-174 {
    background-image: url('../images/whiteline.png'), url('../images/whitebar.gif');
    background-position: 0 0, 0%;
    background-repeat: repeat-x, repeat-y;
    background-size: 100% 1px, 1px;
    padding-bottom: 13px;
  }

  .div-block-361 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 300px;
    display: none;
    overflow: hidden;
  }

  .text-span-368 {
    margin-top: 4px;
  }

  .div-block-363 {
    width: auto;
    margin-top: 358px;
    margin-bottom: 17px;
    margin-right: 95px;
  }

  .div-block-364 {
    width: auto;
  }

  .column-175 {
    padding-bottom: 15px;
  }

  .column-176 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-63 {
    padding-left: 11px;
  }

  .left-arrow-12, .right-arrow-10 {
    overflow: visible;
  }

  .column-178 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 1px;
  }

  .div-block-365 {
    background-color: #00000080;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-366 {
    display: block;
  }
}

#w-node-_9551affc-178a-bfb3-b424-c464379fc2b1-895e073a, #w-node-_10c076fb-4eb0-e543-244a-b837d31f780d-895e073a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fontsfree Net Sfprodisplay';
  src: url('../fonts/FontsFree-Net-SFProDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontsfree Net Sfprodisplay';
  src: url('../fonts/FontsFree-Net-SFProDisplay-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avantgarde';
  src: url('../fonts/Avantgarde-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}