:root {
  --yellow\<deleted\|variable-62c565af\>: var(--yellow-glow);
  --text-shadow: #0009;
  --white: white;
  --black: black;
  --lotus-yellow: #e6ff00;
  --lotus-green: #004225;
  --yellow-glow: #e6ff0047;
  --lotus-green-90: #004225e6;
  --lotus-green-50: #00422580;
  --jps-gold: #f7bf71;
  --lotus-yellow-90: #e6ff00e6;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  color: var(--yellow\<deleted\|variable-62c565af\>);
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.nav {
  width: 100%;
  padding-left: 0;
  position: absolute;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Overpass, sans-serif;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  text-shadow: 0 1px 3px var(--text-shadow);
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin: 0 25px;
  display: flex;
  position: static;
  overflow: visible;
}

.nav-menu-wrapper {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 12px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  text-shadow: 0 2px 4px var(--black);
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Overpass, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  position: static;
}

.nav-link:hover {
  color: var(--lotus-yellow);
  -webkit-text-stroke-width: 1px;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--lotus-yellow);
  -webkit-text-stroke-width: 1px;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 700;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10 {
  border-radius: 10px;
}

.button-primary {
  float: none;
  clear: none;
  box-shadow: 0 0 10px 1px var(--yellow-glow);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 5px;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 35px;
  font-family: Overpass, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.menu-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 3px;
}

.image {
  -webkit-text-fill-color: inherit;
  cursor: auto;
  mix-blend-mode: normal;
  object-fit: fill;
  background-image: url('../images/gglc-trans.png');
  background-position: 0 0;
  background-size: 112px;
  background-attachment: scroll;
  background-clip: border-box;
  position: absolute;
  inset: 0%;
}

.heading {
  color: #fff;
  display: flex;
}

.text-block {
  color: #000;
  border-left-style: none;
  margin-bottom: 0;
  margin-left: 20%;
  margin-right: 20%;
  padding: 30px 0%;
  font-family: Overpass, sans-serif;
}

.home-text {
  border: 1px none var(--yellow-glow);
  color: #fff;
  border-radius: 0;
  order: 1;
  align-self: auto;
  max-width: 1920px;
  max-height: none;
  padding-left: 50px;
  font-family: Overpass, sans-serif;
  display: block;
  position: absolute;
  inset: auto 0% 10%;
}

.hero-headline {
  color: #fff;
  text-shadow: 0 2px 2px var(--text-shadow);
  margin-left: 0%;
  margin-right: 25%;
  font-family: Overpass, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.home-hero {
  z-index: auto;
  opacity: 1;
  object-fit: fill;
  background-color: #000;
  background-image: url('../images/Kaz2.jpg');
  background-position: 50%;
  background-size: 2016px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: 100vh;
  min-height: 0;
  font-family: Overpass, sans-serif;
  display: flex;
  position: relative;
}

.page-wrapper {
  background-color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.body {
  margin-left: 10%;
  margin-right: 20%;
}

.nav-item {
  list-style-type: disc;
}

.list-item {
  border: 1px #000;
  font-style: normal;
  list-style-type: none;
}

.heading-2 {
  outline-offset: 0px;
  text-shadow: 0 2px 3px var(--black);
  outline: 3px #fff;
  margin-left: 0%;
  margin-right: 25%;
  font-weight: 400;
}

.paragraph {
  color: #333;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  margin-top: 30px;
  margin-left: 10%;
  margin-right: 10%;
  font-family: Overpass, sans-serif;
}

.image-2 {
  width: 75%;
  height: auto;
  margin-top: 27px;
  margin-bottom: 60px;
}

.chapter-layer {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.heading-3 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  font-family: Overpass, sans-serif;
}

.chapter-section {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--text-shadow), var(--text-shadow)), url('../images/IMG_0549.jpeg');
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  font-family: Overpass, sans-serif;
  display: block;
}

.heading-4 {
  color: #333;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: center;
  align-self: auto;
  width: 100%;
  font-family: Overpass, sans-serif;
  font-size: 24px;
  display: flex;
}

.gallery-highlights {
  background-color: #fbff00;
  font-family: Overpass, sans-serif;
  font-weight: 400;
}

.grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template: "."
                 "."
                 "."
                 "Area"
                 / 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
}

.container-2 {
  text-align: center;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.tagline {
  text-align: left;
  text-shadow: 0 2px 3px var(--black);
  margin-top: 30px;
  margin-left: 0%;
  margin-right: 0%;
  font-family: Overpass, sans-serif;
}

.sponsors {
  background-color: var(--white);
  margin-top: 60px;
  font-family: Overpass, sans-serif;
}

.sponsor-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 60px;
  margin-left: 10%;
  margin-right: 10%;
}

.button-cta {
  box-shadow: 0 0 10px 1px var(--yellow-glow);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 5px;
  margin-top: 30px;
  padding: 12px 25px;
  font-family: Overpass, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  position: relative;
}

.button-cta:hover {
  color: #fff;
  background-color: #32343a;
}

.button-cta:active {
  background-color: #43464d;
}

.facebook {
  margin-top: 30px;
}

.footer-light {
  background-color: var(--black);
  color: #fff;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 60px;
  padding: 40px 30px;
  font-family: Overpass, sans-serif;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}

.footer-brand {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: static;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.footer-title {
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.footer-link-two {
  color: var(--lotus-yellow);
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: var(--yellow\<deleted\|variable-62c565af\>);
  -webkit-text-stroke-width: 1px;
  text-shadow: 0 12px 2px #0003;
}

.footer-form {
  margin-top: 20px;
  display: none;
}

.footer-form-container {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-form-block {
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: static;
  left: auto;
}

.footer-social-block-two {
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: none;
}

.footer-social-link {
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.events {
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
  display: flex;
}

.current-events {
  z-index: auto;
  clear: both;
  text-align: center;
  object-fit: fill;
  background-color: #0000004d;
  flex: 0 auto;
  align-items: flex-end;
  max-width: none;
  font-family: Overpass, sans-serif;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.paragraph-white {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: capitalize;
  margin: 20px 10% 10px;
  font-family: Overpass, sans-serif;
  font-weight: 400;
}

.davebean, .dietsch, .exoticautoworks, .grp, .hethelsport, .inokinetic, .jae, .kampena {
  object-fit: contain;
}

.r-d-enterprises {
  object-fit: contain;
  height: 100px;
  display: inline-block;
}

.spencersmotorsports {
  object-fit: contain;
  height: 100px;
}

.trackspec {
  object-fit: contain;
}

.list {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-self: auto;
  font-family: Overpass, sans-serif;
  display: flex;
}

.list-item-2 {
  background-color: var(--yellow-glow);
  font-family: Overpass, sans-serif;
}

.quick-stack {
  opacity: 1;
  color: var(--yellow-glow);
  text-align: center;
  -webkit-text-stroke-color: var(--yellow\<deleted\|variable-62c565af\>);
  align-self: auto;
  align-items: center;
  min-height: auto;
  margin-top: 27px;
  margin-bottom: 60px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Overpass, sans-serif;
}

.event-title {
  color: var(--lotus-yellow);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  align-self: stretch;
  margin-top: 0;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.reg-button {
  z-index: auto;
  clear: none;
  color: var(--black);
  text-align: center;
  column-count: auto;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 20px;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 13px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.image-15 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.linkedin {
  border: 1px solid var(--yellow\<deleted\|variable-62c565af\>);
  background-color: var(--yellow\<deleted\|variable-62c565af\>);
  border-radius: 20px;
}

.linkedin:hover {
  border-width: 3px;
  border-color: var(--yellow\<deleted\|variable-62c565af\>);
  -webkit-text-stroke-width: 0px;
}

.facebook-footer {
  border: 1px solid var(--yellow\<deleted\|variable-62c565af\>);
  background-color: var(--yellow\<deleted\|variable-62c565af\>);
  border-radius: 20px;
}

.facebook-footer:hover {
  border-width: 3px;
}

.twitter {
  border: 1px solid var(--yellow\<deleted\|variable-62c565af\>);
  background-color: var(--yellow\<deleted\|variable-62c565af\>);
  outline-color: var(--yellow\<deleted\|variable-62c565af\>);
  outline-offset: 0px;
  border-radius: 20px;
  outline-width: 3px;
  outline-style: none;
}

.twitter:hover {
  border-width: 3px;
}

.list-2 {
  margin-left: 20%;
  margin-right: 20%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cell {
  background-color: #e6ff001a;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}

.cell-2 {
  background-color: #e6ff001a;
  border-radius: 10px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-top: 20px;
}

.utility-page-wrap {
  color: var(--text-shadow);
  background-image: url('../images/IMG_0438.jpeg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin-bottom: -60px;
  font-family: Overpass, sans-serif;
  display: flex;
}

.utility-page-content {
  text-align: center;
  text-shadow: 0 2px 2px var(--white);
  flex-direction: column;
  width: 260px;
  display: flex;
}

.event-section {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--lotus-green-90), var(--lotus-green-90)), url('../images/IMG_1736.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, 2016px;
  font-family: Overpass, sans-serif;
}

.event-layer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-4-invert {
  color: #fff;
  -webkit-text-stroke-color: #333;
  flex-wrap: wrap;
  justify-content: center;
  align-self: auto;
  width: 100%;
  font-family: Overpass, sans-serif;
  display: flex;
}

.paragraph-invert {
  color: #fff;
  text-align: center;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-top: 30px;
  margin-left: 10%;
  margin-right: 10%;
  font-family: Overpass, sans-serif;
}

.event-date {
  color: var(--white);
  background-color: #ffff0075;
  align-self: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 5px 20px;
  box-shadow: 0 2px 5px #0003;
}

.event-location {
  color: var(--white);
  align-self: center;
  padding-left: 10px;
  padding-right: 10px;
}

.cell-3, .cell-4 {
  background-color: #e6ff001a;
  border-radius: 10px;
  padding-top: 20px;
}

.events-section-hero {
  z-index: auto;
  object-fit: fill;
  background-color: #000;
  background-image: url('../images/IMG_1014.jpeg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: 2016px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: 100vh;
  min-height: 0;
  max-height: 500px;
  padding-top: 0;
  font-family: Overpass, sans-serif;
  display: flex;
  position: relative;
}

.eventtype-section {
  background-color: var(--black);
  font-family: Overpass, sans-serif;
}

.body-nav-section-black {
  background-color: #000;
  background-image: linear-gradient(to bottom, var(--text-shadow), var(--text-shadow)), url('../images/IMG_1283.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 2016px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Overpass, sans-serif;
}

.quick-stack-large {
  opacity: 1;
  color: var(--yellow-glow);
  text-align: center;
  -webkit-text-stroke-color: var(--yellow\<deleted\|variable-62c565af\>);
  align-items: center;
  margin: 27px 10px 60px;
  padding-top: 10px;
  font-family: Overpass, sans-serif;
}

.cell-2-large {
  background-color: #e6ff001a;
  border-radius: 10px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.body-nav-layer {
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
  display: flex;
}

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

.cell-large {
  background-color: #e6ff001a;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}

.body-nav-text {
  color: var(--lotus-yellow);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  align-self: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}

.body-nav-text:hover {
  -webkit-text-stroke-width: 1px;
}

.trackday-big-card {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/GBMF4196.jpeg'), url('../images/IMG_0249.jpeg');
  background-position: 50%, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: cover, 100%;
  background-clip: border-box;
  min-width: 100%;
  max-width: none;
  min-height: 250px;
}

.autox-big-card {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/IMG_0426.jpeg');
  background-size: cover;
  background-clip: border-box;
  min-width: 100%;
  max-width: none;
  min-height: 250px;
}

.drives-big-card {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/IMG_0970.jpeg');
  background-position: 50%;
  background-size: 100%;
  background-clip: border-box;
  min-width: 100%;
  max-width: none;
  min-height: 250px;
}

.special-events-big-card {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/IMG_1075.jpeg');
  background-position: 0%;
  background-size: cover;
  background-clip: border-box;
  min-width: 100%;
  max-width: none;
  min-height: 250px;
}

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

.about-section-hero {
  z-index: auto;
  object-fit: fill;
  background-color: #000;
  background-image: url('../images/wclm2014.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: 100vh;
  min-height: 0;
  max-height: 500px;
  padding-top: 0;
  font-family: Overpass, sans-serif;
  display: flex;
  position: relative;
}

.text-section {
  background-color: var(--white);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  font-family: Overpass, sans-serif;
}

.nav-text-block {
  color: #fff;
  margin-bottom: 0;
  padding: 30px 10%;
  font-family: Overpass, sans-serif;
}

.contact-us-container {
  background-color: #000;
  max-width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 20px 0;
  font-family: Overpass, sans-serif;
}

.text-block-invert {
  color: #fff;
  margin-bottom: 0;
  padding: 30px 10%;
  font-family: Overpass, sans-serif;
}

.grid-3 {
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  margin-top: 20px;
  margin-left: 10%;
  margin-right: 10%;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  text-align: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 175px;
  height: 175px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-family: Overpass, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 8px;
  font-family: Overpass, sans-serif;
}

.link {
  color: var(--lotus-green);
  -webkit-text-stroke-color: var(--lotus-yellow);
  text-shadow: 2px 2px 5px var(--lotus-yellow);
  vertical-align: top;
  font-weight: 400;
  position: static;
}

.link:hover {
  -webkit-text-stroke-width: 0px;
  text-shadow: 0 2px 2px var(--lotus-yellow);
  font-weight: 700;
  text-decoration: underline;
}

.container-5 {
  object-fit: none;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 100%;
  margin: 40px 20%;
  padding-left: 0;
  font-family: Overpass, sans-serif;
  display: flex;
}

.image-16 {
  display: inline-block;
  position: static;
}

.team-circles-yellow {
  background-color: var(--yellow\<deleted\|variable-62c565af\>);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Overpass, sans-serif;
  position: relative;
}

.team-circles-gradient {
  background-color: var(--lotus-green);
  background-image: linear-gradient(to bottom, var(--lotus-green) 50%, white);
  text-shadow: 0 2px 2px var(--lotus-green-50);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Overpass, sans-serif;
  position: relative;
}

.team-grid-4up {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-member-position-white {
  color: var(--white);
  margin-bottom: 8px;
  font-family: Overpass, sans-serif;
}

.team-member-position-copy-copy {
  margin-bottom: 8px;
  font-family: Overpass, sans-serif;
}

.team-member-name-white {
  color: var(--white);
  margin-bottom: 6px;
  font-family: Overpass, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.team-member-image---contact {
  object-fit: cover;
  border-radius: 50%;
  width: auto;
  min-width: 152px;
  max-width: 75%;
  height: auto;
  max-height: 75%;
  margin-bottom: 24px;
}

.container-4---contact {
  text-align: center;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.team-circles-jps {
  background-color: var(--black);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Overpass, sans-serif;
  position: relative;
}

.container-4-jps {
  border: 1px solid var(--jps-gold);
  text-align: center;
  border-radius: 10px;
  width: 100%;
  max-width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  padding: 20px;
  font-family: Overpass, sans-serif;
}

.team-member-name-gold {
  color: var(--jps-gold);
  margin-bottom: 6px;
  font-family: Overpass, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.team-member-position-gold {
  color: var(--jps-gold);
  margin-bottom: 8px;
  font-family: Overpass, sans-serif;
}

.heading-4-invert-jps {
  color: #fff;
  -webkit-text-stroke-color: #333;
  flex-wrap: wrap;
  justify-content: center;
  align-self: auto;
  width: 100%;
  font-family: Overpass, sans-serif;
  display: flex;
}

.paragraph-invert-jps {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-left: 10%;
  margin-right: 10%;
  font-family: Overpass, sans-serif;
}

.automotiveenterprises {
  object-fit: contain;
  height: 100px;
}

.sweetridesbysia {
  height: 100px;
}

.sponsor-tagline {
  color: var(--text-shadow);
  text-align: center;
  -webkit-text-stroke-color: var(--black);
  overflow-wrap: normal;
  margin-top: 5px;
  font-size: 10px;
  line-height: 16px;
}

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

.welcome {
  max-width: 55%;
  margin-top: 100px;
  margin-bottom: 40px;
}

.link-block-2 {
  position: static;
}

.flex-block {
  justify-content: center;
}

.footer-logo {
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.image-17 {
  box-shadow: 0 2px 5px 0 var(--white);
}

.join-section-hero {
  z-index: auto;
  object-fit: fill;
  background-color: #000;
  background-image: url('../images/wclm2014.jpg'), url('../images/wclm2014.jpg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, 1512px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: 100vh;
  min-height: 0;
  max-height: 500px;
  padding-top: 0;
  font-family: Overpass, sans-serif;
  display: flex;
  position: relative;
}

.list-item-5 {
  display: none;
}

.image-18 {
  width: 20px;
}

.image-19 {
  object-fit: fill;
  width: auto;
  min-width: 50%;
  height: 25px;
  min-height: 50%;
}

.social-link-wrapper {
  margin: 10px;
}

.link-block-3 {
  align-self: stretch;
  text-decoration: none;
}

.bullet-white {
  float: none;
  background-color: var(--lotus-green-90);
  background-image: linear-gradient(to bottom, var(--lotus-green-90), var(--lotus-green-90)), url('../images/123_1.jpeg');
  color: var(--white);
  text-shadow: 0 1px 1px #0003;
  background-position: 0 0, 50%;
  background-size: auto, auto;
  margin-bottom: 0;
  padding: 40px 22%;
  font-family: Overpass, sans-serif;
  line-height: 28px;
}

.track-section-hero {
  z-index: auto;
  object-fit: fill;
  background-color: #000;
  background-image: url('../images/Willow-Springs.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1512px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: 100vh;
  min-height: 0;
  max-height: 500px;
  padding-top: 0;
  font-family: Overpass, sans-serif;
  display: flex;
  position: relative;
}

.container-6 {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.quote {
  color: var(--yellow\<deleted\|variable-62c565af\>);
  text-align: left;
  font-family: Overpass Mono, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.heading-5 {
  margin: 0 20%;
  padding-top: 20px;
  font-size: 18px;
}

.grid-4 {
  grid-row-gap: 18px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  margin-left: 20%;
  margin-right: 20%;
}

.bullet-yellow-quote {
  float: none;
  background-color: var(--lotus-green-90);
  background-image: linear-gradient(to bottom, var(--text-shadow), var(--text-shadow)), url('../images/GBMF4196.jpeg');
  color: var(--yellow\<deleted\|variable-62c565af\>);
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  -webkit-text-fill-color: inherit;
  background-position: 0 0, 50%;
  background-size: auto, 1512px;
  background-clip: border-box;
  margin-bottom: 0;
  margin-left: 0;
  padding: 40px 5%;
  font-family: Overpass, sans-serif;
  line-height: 28px;
}

.italic-text {
  color: var(--lotus-yellow);
  font-size: 24px;
}

.trackday-text-section {
  background-color: var(--white);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  font-family: Overpass, sans-serif;
}

.trackday-h4 {
  color: #333;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: center;
  align-self: auto;
  width: 100%;
  font-family: Overpass, sans-serif;
  font-size: 24px;
  display: flex;
}

.autox-section-hero {
  z-index: auto;
  object-fit: fill;
  background-color: #000;
  background-image: url('../images/IMG_0413.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1512px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: 100vh;
  min-height: 0;
  max-height: 500px;
  padding-top: 0;
  font-family: Overpass, sans-serif;
  display: flex;
  position: relative;
}

.image-20 {
  z-index: auto;
  max-width: 30%;
  margin-top: -50px;
  margin-bottom: 0;
  margin-left: 50px;
  display: inline-block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.wclm-hero-headline {
  opacity: .7;
  outline-offset: 0px;
  perspective-origin: 50%;
  color: var(--lotus-yellow);
  text-align: left;
  -webkit-text-stroke-color: var(--yellow\<deleted\|variable-62c565af\>);
  text-transform: uppercase;
  text-shadow: 0 2px 3px var(--black);
  outline: 3px #fff;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 19px;
  font-family: Overpass, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 70%;
  transition: font-size .2s;
  display: inline-block;
  transform: scale(1.1);
}

.wclm-home-hero {
  z-index: auto;
  opacity: 1;
  filter: brightness(115%);
  object-fit: fill;
  background-color: #000;
  background-image: url('../images/050423-541.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: 95vh;
  min-height: 0;
  font-family: Overpass, sans-serif;
  display: flex;
  position: relative;
}

.wclm-page-wrapper {
  background-color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.text-span {
  color: var(--jps-gold);
}

.wclm-bubble-image {
  clear: none;
  object-fit: fill;
  border-radius: 50%;
  width: 175px;
  height: 175px;
  margin-bottom: 24px;
  position: static;
}

.image-wclm-centered {
  aspect-ratio: auto;
  color: var(--yellow-glow);
  object-fit: contain;
  width: 220px;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 5px;
  display: block;
}

.youtube {
  float: none;
  clear: none;
  aspect-ratio: 16 / 9;
  object-fit: scale-down;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 20%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.trackday-h4-copy {
  color: #333;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: center;
  align-self: auto;
  width: 100%;
  font-family: Overpass, sans-serif;
  font-size: 24px;
  display: flex;
}

.wclm-register-img {
  z-index: auto;
  clear: none;
  outline-color: var(--black);
  outline-offset: 0px;
  cursor: pointer;
  mix-blend-mode: normal;
  border: 3px #000;
  outline-width: 3px;
  outline-style: none;
  justify-content: center;
  min-width: 150px;
  max-width: 250px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px 20px 10px;
  display: inline-flex;
  position: static;
  inset: 1% 4% 0% auto;
}

.promo-block {
  z-index: 10;
  order: -1;
  justify-content: center;
  align-self: center;
  max-width: 300px;
  margin-top: 150px;
  margin-right: 30px;
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
}

.wclm-reg-message {
  color: var(--white);
  text-align: center;
  text-transform: none;
  text-shadow: 0 0 7px var(--black);
  flex-wrap: wrap;
  justify-content: center;
  align-self: auto;
  width: 100%;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Overpass, sans-serif;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.flex-block-2 {
  justify-content: center;
}

.link-block-4 {
  justify-content: center;
  display: flex;
}

.flex-block-2-more-info {
  z-index: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: -23px;
  position: absolute;
  inset: auto 0% 0%;
}

.team-grid-3up {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.link-2, .link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-inverse {
  color: var(--lotus-yellow);
}

.link-inverse:hover {
  text-shadow: 1px 1px 1px var(--yellow-glow);
  mix-blend-mode: normal;
  font-weight: 700;
}

.link-10, .link-11 {
  color: var(--lotus-yellow);
}

.turbohoses {
  object-fit: contain;
}

.cell-2-dark {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--text-shadow);
  border-radius: 10px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.event-time {
  color: var(--white);
  background-color: #ffff0075;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0 5px;
  box-shadow: 0 2px 5px #0003;
}

.italic-text-2, .italic-text-3 {
  color: var(--lotus-yellow);
}

.text-block-copy, .text-block-copy-copy {
  color: #000;
  margin-bottom: 0;
  margin-left: 20%;
  margin-right: 20%;
  padding: 30px 0%;
  font-family: Overpass, sans-serif;
}

.list-item-6 {
  margin-left: 0;
}

.container-6-copy {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-5-left {
  background-color: var(--lotus-green-90);
  background-image: linear-gradient(to bottom, var(--lotus-green-90), var(--lotus-green-90)), url('../images/123_1.jpeg');
  object-fit: none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-wrap: nowrap;
  justify-content: flex-start;
  max-width: 100%;
  margin-bottom: 40px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 20px 20%;
  font-family: Overpass, sans-serif;
  display: block;
}

.list-4 {
  padding-top: 0;
  list-style-type: decimal;
}

.list-invert {
  color: var(--white);
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-self: auto;
  padding-top: 10px;
  font-family: Overpass, sans-serif;
  list-style-type: disc;
  display: flex;
}

.chapter-section-wclm {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--lotus-yellow-90), var(--lotus-yellow-90)), url('../images/IMG_0549.jpeg');
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  font-family: Overpass, sans-serif;
  display: block;
}

.section-button-nav {
  object-fit: none;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  padding-left: 0;
  font-family: Overpass, sans-serif;
  display: flex;
}

.trackday-h4-invert {
  color: var(--lotus-yellow);
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: center;
  align-self: auto;
  width: 100%;
  font-family: Overpass, sans-serif;
  font-size: 24px;
  display: flex;
}

.list-nav {
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
}

.image-21 {
  padding-top: 30px;
}

.cta-button {
  z-index: auto;
  clear: none;
  color: var(--black);
  text-align: center;
  column-count: auto;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: red;
  background-clip: border-box;
  border-radius: 20px;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 13px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.form-block {
  margin: 0 20%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.button-join {
  background-color: var(--lotus-green-90);
  box-shadow: 0 0 10px 1px var(--yellow-glow);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 30px;
  padding: 12px 25px;
  font-family: Overpass, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  position: relative;
}

.button-join:hover {
  color: #fff;
  background-color: #32343a;
}

.button-join:active {
  background-color: #43464d;
}

.news-section {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--text-shadow), var(--text-shadow)), url('../images/Elan-2x.jpg');
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  font-family: Overpass, sans-serif;
  display: block;
}

.chapter-layer-copy {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.lg-team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  margin-bottom: 24px;
}

.calendar-section-hero {
  z-index: auto;
  object-fit: fill;
  background-color: #000;
  background-image: url('../images/Cover26.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1512px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: 100vh;
  min-height: 0;
  max-height: 500px;
  padding-top: 0;
  font-family: Overpass, sans-serif;
  display: flex;
  position: relative;
}

.trackday-text-section-copy {
  background-color: var(--white);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  font-family: Overpass, sans-serif;
}

.cal-order-layer-layer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.order-section {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--lotus-green-90), var(--lotus-green-90)), url('../images/542A1538.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 2016px;
  font-family: Overpass, sans-serif;
}

.sponsor-rates-layer {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--lotus-green-90), var(--lotus-green-90)), url('../images/Dec26.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 2016px;
  font-family: Overpass, sans-serif;
}

.event-location-copy {
  color: var(--white);
  align-self: center;
  padding-left: 10px;
  padding-right: 10px;
}

.meantenace-hero {
  z-index: auto;
  opacity: 1;
  object-fit: fill;
  background-color: #000;
  background-image: url('../images/IMG_1054.jpeg');
  background-position: 50%;
  background-size: 2016px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: 100vh;
  min-height: 0;
  font-family: Overpass, sans-serif;
  display: flex;
  position: relative;
}

.photo-credit {
  color: var(--lotus-yellow);
  text-align: right;
  text-shadow: 0 2px 3px var(--black);
  margin: 30px 5% 10px 0%;
  font-family: Overpass, sans-serif;
  font-size: 14px;
  font-style: italic;
  transition: opacity 1s;
  position: relative;
}

.trackday-cal-section {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--lotus-green-90), var(--lotus-green-90)), url('../images/GBMF4196.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, 2016px;
  font-family: Overpass, sans-serif;
}

.autox-cal-layer {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--lotus-green-90), var(--lotus-green-90)), url('../images/IMG_1736.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, 2016px;
  font-family: Overpass, sans-serif;
}

@media screen and (min-width: 1440px) {
  .nav-menu-wrapper {
    color: var(--white);
    text-transform: none;
    text-shadow: none;
    font-size: 12px;
  }

  .nav-link {
    color: var(--white);
    letter-spacing: 2px;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: var(--yellow\<deleted\|variable-62c565af\>);
    text-transform: uppercase;
    text-shadow: 0 2px 4px var(--black);
    column-count: auto;
    object-fit: scale-down;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    display: inline;
  }

  .hero-headline {
    margin-right: 0%;
  }

  .body {
    margin-right: 10%;
  }

  .list-2 {
    color: var(--white);
    -webkit-text-stroke-color: var(--yellow\<deleted\|variable-62c565af\>);
    text-transform: none;
    text-shadow: none;
    font-size: 12px;
  }

  .team-card {
    width: auto;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .image-16 {
    border: 5px none var(--yellow\<deleted\|variable-62c565af\>);
    outline-color: var(--yellow\<deleted\|variable-62c565af\>);
    outline-offset: 0px;
    border-radius: 0;
    outline-width: 3px;
    outline-style: none;
  }

  .team-grid-4up {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .team-member-image---contact {
    width: 200px;
    min-width: 0;
    max-width: 100%;
    height: 200px;
    max-height: none;
  }

  .team-circles-jps {
    background-color: var(--black);
    margin-left: 0;
    padding-left: 30px;
    font-family: Overpass, sans-serif;
  }

  .container-4-jps {
    border: 1px solid var(--jps-gold);
    border-radius: 20px;
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 30px;
  }

  .team-member-name-gold, .team-member-position-gold {
    color: var(--jps-gold);
  }

  .list-item-3 {
    color: var(--white);
    text-transform: none;
    text-shadow: none;
  }

  .list-item-4 {
    display: none;
  }

  .join-section-hero, .track-section-hero, .autox-section-hero {
    background-size: cover;
  }

  .wclm-bubble-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .image-wclm-centered {
    width: 260px;
    max-width: none;
    max-height: none;
    margin-top: 35px;
    margin-bottom: 52px;
  }

  .wclm-register-img {
    max-width: 250px;
  }

  .wclm-reg-message {
    text-align: center;
  }

  .team-grid-3up {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .list-item-6 {
    color: var(--black);
  }

  .list-nav {
    color: var(--white);
    -webkit-text-stroke-color: var(--yellow\<deleted\|variable-62c565af\>);
    text-transform: none;
    text-shadow: none;
    font-size: 12px;
  }

  .list-item-bullet {
    color: var(--black);
    text-transform: none;
    text-shadow: none;
    font-size: 14px;
  }

  .lg-team-member-image {
    width: 300px;
    height: 300px;
    max-height: none;
  }

  .calendar-section-hero {
    background-size: cover;
  }

  .text-block-2 {
    color: var(--black);
  }

  .autox-cal-layer {
    background-image: linear-gradient(to bottom, var(--lotus-green-90), var(--lotus-green-90)), url('../images/IMG_0426.jpeg');
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    background-color: #0000;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .text-block {
    margin-left: 5%;
    margin-right: 5%;
  }

  .home-text {
    margin-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    inset: auto 0% 0%;
  }

  .hero-headline {
    margin-right: 0%;
  }

  .home-hero {
    background-position: 50%;
    background-size: 2016px;
  }

  .icon {
    background-color: #0000;
    font-family: Overpass, sans-serif;
  }

  .heading-2 {
    margin-right: 25%;
  }

  .grid {
    width: 100%;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    float: none;
    text-align: left;
    width: 100%;
    margin-top: 40px;
    display: none;
    position: static;
  }

  .footer-form-container {
    max-width: none;
  }

  .event-title {
    font-size: 14px;
  }

  .image-14 {
    max-width: 75%;
  }

  .list-2 {
    background-color: #fff0;
    margin-left: 5%;
    margin-right: 5%;
  }

  .event-date, .event-location {
    font-size: 12px;
  }

  .cell-2-large {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .trackday-big-card, .autox-big-card, .drives-big-card, .special-events-big-card {
    background-size: cover;
  }

  .about-section-hero {
    background-image: url('../images/wclm2014.jpg');
    background-repeat: no-repeat;
    background-size: 175%;
  }

  .container-4 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 125px;
    height: 125px;
  }

  .container-5 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .team-grid-4up {
    grid-column-gap: 40px;
  }

  .team-member-image---contact {
    width: auto;
    min-width: 0;
    height: auto;
  }

  .container-4---contact {
    max-width: 728px;
  }

  .container-4-jps {
    max-width: 90%;
  }

  .heading-5 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-20 {
    max-width: 30%;
    margin-top: -40px;
  }

  .wclm-hero-headline {
    padding-left: 17px;
    font-size: 120px;
  }

  .wclm-bubble-image {
    width: 125px;
    height: 125px;
  }

  .image-wclm-centered {
    width: 160px;
    max-width: none;
    margin-bottom: 18px;
  }

  .wclm-register-img {
    max-width: 175px;
    margin-top: 0;
  }

  .flex-block-2-more-info {
    margin-bottom: -23px;
  }

  .team-grid-3up {
    grid-column-gap: 40px;
  }

  .event-time {
    font-size: 12px;
  }

  .container-5-left {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-button-nav {
    margin-left: 10%;
    margin-right: 10%;
  }

  .list-nav {
    background-color: #0000;
  }

  .lg-team-member-image {
    width: 250px;
    height: 250px;
  }

  .event-location-copy {
    font-size: 12px;
  }

  .meantenace-hero {
    background-position: 50%;
    background-size: 2016px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    color: var(--lotus-green);
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button {
    background-color: #0000;
  }

  .home-text {
    position: absolute;
    inset: auto 0% 0%;
  }

  .hero-headline {
    margin-right: 50%;
  }

  .icon {
    background-color: #0000;
  }

  .heading-2 {
    margin-right: 25%;
    font-size: 30px;
  }

  .heading-4 {
    text-align: center;
  }

  .tagline {
    font-size: 12px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-socials {
    text-align: center;
    flex-flow: column;
    place-content: center flex-start;
    align-items: center;
    display: block;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .trackspec {
    max-width: 75px;
  }

  .quick-stack {
    width: auto;
    margin-left: auto;
  }

  .event-title {
    font-size: 24px;
  }

  .reg-button {
    font-size: 12px;
  }

  .image-14 {
    max-width: 75%;
  }

  .list-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .cell {
    border-radius: 0;
    flex-wrap: nowrap;
  }

  .event-date, .event-location {
    font-size: 14px;
  }

  .quick-stack-large {
    width: auto;
    margin-left: auto;
  }

  .cell-large {
    border-radius: 0;
    flex-wrap: nowrap;
  }

  .body-nav-text {
    font-size: 13px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-circles-yellow, .team-circles-gradient {
    padding: 60px 15px;
  }

  .team-grid-4up {
    grid-template-columns: 1fr 1fr;
  }

  .team-circles-jps {
    padding: 60px 15px;
  }

  .container-4-jps {
    max-width: 87%;
  }

  .list-item-3 {
    color: var(--lotus-green);
  }

  .sweetridesbysia {
    width: 100px;
    max-width: 100px;
    height: 100px;
    max-height: none;
    display: inline-block;
  }

  .image-20 {
    margin-top: -30px;
  }

  .wclm-hero-headline {
    padding-left: 10px;
    font-size: 80px;
  }

  .image-wclm-centered {
    height: auto;
    margin-left: auto;
  }

  .wclm-register-img {
    min-width: 125px;
    max-width: 150px;
    margin-top: 0;
  }

  .wclm-reg-message {
    font-size: 16px;
  }

  .flex-block-2-more-info {
    margin-bottom: -23px;
  }

  .team-grid-3up {
    grid-template-columns: 1fr 1fr;
  }

  .turbohoses {
    max-width: 75px;
  }

  .event-time {
    margin-top: 0;
    font-size: 9px;
  }

  .container-5-left {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .list-6 {
    padding-left: 0;
  }

  .list-item-bullet {
    color: var(--lotus-green);
  }

  .cta-button {
    font-size: 12px;
  }

  .event-location-copy {
    font-size: 14px;
  }

  .photo-credit {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .navbar-wrapper {
    justify-content: space-around;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-brand {
    margin-left: -50px;
    display: block;
  }

  .nav-menu-two {
    background-color: var(--yellow\<deleted\|variable-62c565af\>);
    flex-direction: column;
  }

  .nav-link {
    color: var(--lotus-green);
    -webkit-text-stroke-color: var(--lotus-yellow);
    font-size: 12px;
  }

  .nav-dropdown-icon, .nav-dropdown-link {
    color: var(--black);
  }

  .button-primary {
    flex: 0 100%;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 40px;
    display: block;
  }

  .menu-button {
    margin-right: -77px;
  }

  .text-block {
    color: var(--black);
    text-align: center;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 16px;
  }

  .home-text {
    order: 1;
    margin-top: -90px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-headline {
    margin-right: 5%;
    font-size: 32px;
    line-height: 100%;
  }

  .home-hero {
    background-position: 50%;
    background-size: 2016px;
  }

  .heading-2 {
    margin-right: 5%;
    font-size: 24px;
    line-height: 100%;
  }

  .image-2 {
    width: 90%;
  }

  .sponsor-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-left: 5%;
    margin-right: 5%;
  }

  .facebook {
    object-fit: fill;
    background-color: #0000;
    border: 1px solid #ff00d9;
    position: static;
  }

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

  .container-3 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-brand {
    text-align: center;
    margin-bottom: 20px;
    display: block;
  }

  .footer-block-two {
    margin-top: 40px;
    position: static;
  }

  .footer-title {
    font-size: 14px;
    line-height: 18px;
  }

  .footer-link-two {
    font-size: 12px;
    line-height: 14px;
  }

  .footer-form {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-form-container {
    flex-wrap: wrap;
  }

  .footer-socials {
    clear: none;
    text-align: center;
    object-fit: fill;
    flex-wrap: wrap;
    place-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .footer-copyright {
    margin-top: 20px;
    font-size: 12px;
  }

  .footer-social-block-two {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .footer-social-link {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .current-events {
    background-color: #0000004d;
    flex: 0 auto;
    align-self: flex-start;
    font-family: Overpass, sans-serif;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .paragraph-white {
    text-align: left;
    flex: 1;
    margin-top: 10px;
    margin-bottom: 1px;
    margin-left: 10px;
    font-weight: 700;
    position: static;
  }

  .davebean, .dietsch, .exoticautoworks {
    object-fit: contain;
    height: 100px;
  }

  .grp {
    object-fit: contain;
  }

  .hethelsport, .inokinetic, .jae, .kampena {
    object-fit: contain;
    height: 100px;
  }

  .r-d-enterprises, .spencersmotorsports {
    object-fit: contain;
  }

  .trackspec {
    object-fit: contain;
    max-width: 100%;
    height: 100px;
  }

  .quick-stack {
    float: none;
    clear: none;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    object-fit: fill;
    border-radius: 0;
    align-self: auto;
    padding: 10px;
    position: static;
    overflow: visible;
  }

  .event-title {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .reg-button {
    flex: 0 auto;
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 11px;
  }

  .image-14 {
    margin-left: -30px;
  }

  .image-15 {
    text-align: left;
    position: static;
  }

  .linkedin, .facebook-footer, .twitter {
    border: 1px solid var(--yellow\<deleted\|variable-62c565af\>);
    background-color: var(--yellow\<deleted\|variable-62c565af\>);
    border-radius: 20px;
  }

  .list-2 {
    color: var(--black);
  }

  .cell {
    background-color: #e6ff001a;
    border-radius: 10px;
  }

  .heading-4-invert {
    text-align: center;
  }

  .paragraph-invert {
    overflow-wrap: normal;
  }

  .event-date {
    font-size: 12px;
  }

  .event-location {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .events-section-hero {
    background-position: 50%;
    background-size: cover;
  }

  .quick-stack-large {
    float: none;
    clear: none;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    object-fit: fill;
    border-radius: 0;
    padding: 10px;
    position: static;
    overflow: visible;
  }

  .cell-large {
    background-color: #e6ff001a;
    border-radius: 10px;
  }

  .body-nav-text {
    padding-left: 5px;
    padding-right: 5px;
  }

  .about-section-hero {
    background-position: 50%;
    background-size: cover;
  }

  .text-section {
    padding-left: 0%;
  }

  .nav-text-block, .text-block-invert {
    color: var(--black);
    font-size: 18px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .container-5 {
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    white-space: break-spaces;
    word-break: normal;
    border: 1px #000;
    flex-wrap: wrap;
    place-content: stretch center;
    align-items: flex-start;
    padding-top: 0;
    font-size: 12px;
    line-height: 18px;
    position: static;
  }

  .team-grid-4up {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .team-member-position-white {
    line-height: 20px;
  }

  .team-member-name-white {
    font-size: 16px;
    line-height: 22px;
  }

  .team-member-image---contact {
    width: 100px;
    max-width: 225px;
    max-height: none;
  }

  .container-4---contact {
    width: 95%;
    max-width: 95%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .container-4-jps {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-4-invert-jps, .paragraph-invert-jps {
    color: var(--jps-gold);
  }

  .automotiveenterprises {
    object-fit: contain;
  }

  .sweetridesbysia {
    object-fit: contain;
    width: auto;
    height: 100px;
  }

  .welcome {
    max-width: 95%;
    font-size: 12px;
    line-height: 18px;
    display: none;
  }

  .join-section-hero {
    background-position: 50%;
    background-size: cover;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 20px;
  }

  .track-section-hero {
    background-position: 50%;
    background-size: cover;
  }

  .trackday-text-section {
    padding-left: 0%;
  }

  .trackday-h4 {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
  }

  .autox-section-hero {
    background-position: 50%;
    background-size: cover;
  }

  .image-20 {
    max-width: 25%;
    margin-top: -16px;
    margin-left: 28px;
  }

  .wclm-hero-headline {
    padding-left: 10px;
    font-size: 46px;
    line-height: 70%;
  }

  .wclm-home-hero {
    background-position: 50%;
    background-size: cover;
  }

  .image-wclm-centered {
    text-align: center;
    width: 140px;
    height: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .trackday-h4-copy {
    padding-left: 10%;
    padding-right: 10%;
  }

  .wclm-register-img {
    width: auto;
    min-width: 100px;
    max-width: 150px;
    margin-top: 0;
    margin-left: 0;
  }

  .promo-block {
    order: 0;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    inset: 0% 0% auto;
  }

  .wclm-reg-message {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .link-block-4 {
    color: var(--lotus-yellow);
  }

  .flex-block-2-more-info {
    margin-bottom: -20px;
  }

  .team-grid-3up {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-inverse {
    white-space: normal;
    overflow-wrap: break-word;
  }

  .turbohoses {
    object-fit: contain;
    max-width: 100%;
    height: 100px;
  }

  .cell-2-dark {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .event-time {
    margin-top: 0;
  }

  .text-block-copy, .text-block-copy-copy {
    color: var(--black);
    padding-left: 0%;
    padding-right: 0%;
    font-size: 12px;
  }

  .container-5-left, .section-button-nav {
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    white-space: break-spaces;
    word-break: normal;
    border: 1px #000;
    flex-wrap: wrap;
    place-content: stretch center;
    align-items: flex-start;
    padding-top: 0;
    font-size: 12px;
    line-height: 18px;
    position: static;
  }

  .trackday-h4-invert {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
  }

  .list-nav {
    background-color: var(--lotus-yellow-90);
    color: var(--black);
  }

  .cta-button {
    flex: 0 auto;
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 11px;
  }

  .calendar-section-hero {
    background-position: 50%;
    background-size: cover;
  }

  .trackday-text-section-copy {
    padding-left: 0%;
  }

  .bold-text {
    line-height: 24px;
  }

  .event-location-copy {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .meantenace-hero {
    background-position: 50%;
    background-size: 2016px;
  }
}

#w-node-d50c634f-a222-e603-af17-0291cc7fb567-2879ccc2, #w-node-f7fbb1dc-9aa4-3e4b-a969-dbf461e0af09-2879ccc2, #w-node-_40e89f25-9ca6-d804-d82a-e6b7b355ee79-2879ccc2, #w-node-_9a76f970-a8cf-0919-f43d-1d12c93a9053-2879ccc2, #w-node-_4c274395-df9a-0877-a29a-0b746033c793-2879ccc2, #w-node-e220c788-f950-3b78-16b5-df573c5d3ad1-2879ccc2, #w-node-_8dd806c9-0dec-4e53-88a6-4df3545bf738-2879ccc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e157a6b4-9fd0-05f6-8dc8-579a5f735eb7-2879ccc2 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_5a2fd2df-deba-eed1-e979-515441e59d3f-2879ccc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f58d747b-4165-5620-8872-624c170ac14d-aeab675d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_713ca9f8-ed01-53f6-e111-f514322b6f8f-aeab675d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0afcbe5-32ec-3245-374d-21034850dfcf-aeab675d, #w-node-dda50639-c35a-868a-7873-18b746632084-aeab675d, #w-node-_5c23844f-cf72-c5be-ea6e-1125cc83f323-aeab675d, #w-node-_238c09df-98cc-f3b0-11fc-c07cbd09bf13-aeab675d, #w-node-_93264db4-6664-a511-25bd-8224270fc09e-aeab675d, #w-node-e70f3c7c-d25d-356d-b5c2-e88250c97225-aeab675d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a7a7e254-9a92-f16e-cb0c-79de5a6051d7-aeab675d {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: center;
}

#w-node-cb913606-29e4-b3c1-ca9a-eb8f1c43d5ad-aeab675d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1e53e9b7-b11f-9c01-f44b-fab1be07062a-aeab675d, #w-node-fd997859-4d9b-8531-0533-02a734766cb1-aeab675d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bc974eed-fe17-8b4c-87f0-f7e4500c5623-500c5622, #w-node-bc974eed-fe17-8b4c-87f0-f7e4500c562d-500c5622, #w-node-bc974eed-fe17-8b4c-87f0-f7e4500c5637-500c5622, #w-node-bc974eed-fe17-8b4c-87f0-f7e4500c5645-500c5622 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fff23db7-a0cc-1098-c734-65ee15c97ba3-15c97b9d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4df70261-4dbd-fffa-847d-124f34621fb2-ddf2ce11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_2739b8a9-ebaa-8e74-945d-5cbd4946adf2-c63f6b06, #w-node-_2739b8a9-ebaa-8e74-945d-5cbd4946adfd-c63f6b06, #w-node-_2739b8a9-ebaa-8e74-945d-5cbd4946ae07-c63f6b06, #w-node-_2739b8a9-ebaa-8e74-945d-5cbd4946ae11-c63f6b06, #w-node-_4887efa4-6e2d-415b-7c84-0889726afb20-c63f6b06, #w-node-_4887efa4-6e2d-415b-7c84-0889726afb2b-c63f6b06, #w-node-_4887efa4-6e2d-415b-7c84-0889726afb37-c63f6b06, #w-node-_4887efa4-6e2d-415b-7c84-0889726afb41-c63f6b06, #w-node-_4887efa4-6e2d-415b-7c84-0889726afb4b-c63f6b06, #w-node-_4887efa4-6e2d-415b-7c84-0889726afb61-c63f6b06, #w-node-_4887efa4-6e2d-415b-7c84-0889726afb6c-c63f6b06, #w-node-_4887efa4-6e2d-415b-7c84-0889726afb7a-c63f6b06, #w-node-_4887efa4-6e2d-415b-7c84-0889726afb88-c63f6b06, #w-node-_4887efa4-6e2d-415b-7c84-0889726afb94-c63f6b06, #w-node-_33aae938-0b9e-98ba-da24-89eb0b569e4c-c63f6b06, #w-node-_33aae938-0b9e-98ba-da24-89eb0b569e57-c63f6b06, #w-node-_4249ae1a-c3d9-ba6d-b1b9-a3eb9af22377-c63f6b06, #w-node-_4249ae1a-c3d9-ba6d-b1b9-a3eb9af22382-c63f6b06, #w-node-d0b6a72a-0592-2133-acc3-02262cfb613a-c63f6b06, #w-node-_7b2aca5c-c9d0-bccf-e371-ed4e8eec8896-c63f6b06, #w-node-_885df1ba-3696-4e11-7bd5-d57562c7605a-c63f6b06, #w-node-_3bbbc3ac-8f37-c493-378f-4daaa123fcd1-c63f6b06, #w-node-db7c765c-33e8-b27e-8159-f2bf2ffd2297-c63f6b06, #w-node-_2fb4845b-7ac3-2cd8-a3fc-dec605a1f77f-c63f6b06, #w-node-b3970ef7-7811-7004-6b3d-96754a6bfc71-c63f6b06, #w-node-c88494eb-bef6-f1f5-7463-ef1e440b8e55-c63f6b06, #w-node-ddd5da54-89fd-8841-99c3-be613ec75923-c63f6b06, #w-node-_885df1ba-3696-4e11-7bd5-d57562c76063-c63f6b06, #w-node-f1747bdd-a385-a242-aa61-2c64e55451ee-c63f6b06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83210936-2c17-9b86-05d3-b77c4708bc01-c5539f78 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_83210936-2c17-9b86-05d3-b77c4708bc01-05150e3f {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_8a3d87a4-7136-2471-8b0e-4eb92c73e43e-696b1052 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_152b534d-fc68-fde4-fd4b-82b152f668dc-696b1052, #w-node-_40becde2-9766-f78b-4bc8-ed415099b0b5-696b1052, #w-node-ee1c83cb-aebc-e8fd-aa14-b65a9e161317-696b1052, #w-node-d50c634f-a222-e603-af17-0291cc7fb567-696b1052, #w-node-e220c788-f950-3b78-16b5-df573c5d3ad1-696b1052, #w-node-_40e89f25-9ca6-d804-d82a-e6b7b355ee79-696b1052, #w-node-_5a2fd2df-deba-eed1-e979-515441e59d3f-696b1052, #w-node-_4c274395-df9a-0877-a29a-0b746033c793-696b1052, #w-node-_9a76f970-a8cf-0919-f43d-1d12c93a9053-696b1052, #w-node-_8dd806c9-0dec-4e53-88a6-4df3545bf738-696b1052, #w-node-f7fbb1dc-9aa4-3e4b-a969-dbf461e0af09-696b1052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e157a6b4-9fd0-05f6-8dc8-579a5f735eb7-696b1052 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-bdb74109-eaca-617d-de25-1ee2fc22a383-696b1052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bdb74109-eaca-617d-de25-1ee2fc22a385-696b1052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdb74109-eaca-617d-de25-1ee2fc22a387-696b1052, #w-node-bdb74109-eaca-617d-de25-1ee2fc22a38b-696b1052, #w-node-bdb74109-eaca-617d-de25-1ee2fc22a38f-696b1052, #w-node-bdb74109-eaca-617d-de25-1ee2fc22a393-696b1052, #w-node-bdb74109-eaca-617d-de25-1ee2fc22a397-696b1052, #w-node-bdb74109-eaca-617d-de25-1ee2fc22a39b-696b1052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bdb74109-eaca-617d-de25-1ee2fc22a3a3-696b1052 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: center;
}

#w-node-bdb74109-eaca-617d-de25-1ee2fc22a39f-696b1052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bdb74109-eaca-617d-de25-1ee2fc22a3a7-696b1052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bdb74109-eaca-617d-de25-1ee2fc22a3ab-696b1052, #w-node-bdb74109-eaca-617d-de25-1ee2fc22a3af-696b1052, #w-node-bdb74109-eaca-617d-de25-1ee2fc22a3b3-696b1052, #w-node-_8ee7eabe-ffee-16b3-4319-f89089817771-696b1052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f39c65e0-91c9-c678-d64a-4f8e91280132-02a3640e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_90abe1f7-c1fd-2d0d-4484-4500d5711601-02a3640e, #w-node-_90abe1f7-c1fd-2d0d-4484-4500d5711602-02a3640e, #w-node-_90abe1f7-c1fd-2d0d-4484-4500d5711603-02a3640e, #w-node-_90abe1f7-c1fd-2d0d-4484-4500d5711605-02a3640e, #w-node-_90abe1f7-c1fd-2d0d-4484-4500d5711606-02a3640e, #w-node-_90abe1f7-c1fd-2d0d-4484-4500d5711607-02a3640e, #w-node-_90abe1f7-c1fd-2d0d-4484-4500d5711608-02a3640e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90abe1f7-c1fd-2d0d-4484-4500d5711609-02a3640e {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_90abe1f7-c1fd-2d0d-4484-4500d571160b-02a3640e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_799e5a92-3862-1e14-30dd-b51c760026ea-6cf5f933 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1440px) {
  #w-node-bc974eed-fe17-8b4c-87f0-f7e4500c562d-500c5622, #w-node-bc974eed-fe17-8b4c-87f0-f7e4500c5637-500c5622, #w-node-_2739b8a9-ebaa-8e74-945d-5cbd4946adfd-c63f6b06, #w-node-_2739b8a9-ebaa-8e74-945d-5cbd4946ae07-c63f6b06, #w-node-_4887efa4-6e2d-415b-7c84-0889726afb2b-c63f6b06, #w-node-_4887efa4-6e2d-415b-7c84-0889726afb37-c63f6b06, #w-node-_33aae938-0b9e-98ba-da24-89eb0b569e57-c63f6b06, #w-node-_4249ae1a-c3d9-ba6d-b1b9-a3eb9af22382-c63f6b06, #w-node-_7b2aca5c-c9d0-bccf-e371-ed4e8eec8896-c63f6b06, #w-node-_3bbbc3ac-8f37-c493-378f-4daaa123fcd1-c63f6b06, #w-node-db7c765c-33e8-b27e-8159-f2bf2ffd2297-c63f6b06, #w-node-_2fb4845b-7ac3-2cd8-a3fc-dec605a1f77f-c63f6b06, #w-node-b3970ef7-7811-7004-6b3d-96754a6bfc71-c63f6b06, #w-node-c88494eb-bef6-f1f5-7463-ef1e440b8e55-c63f6b06, #w-node-_885df1ba-3696-4e11-7bd5-d57562c76063-c63f6b06, #w-node-f1747bdd-a385-a242-aa61-2c64e55451ee-c63f6b06 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_83210936-2c17-9b86-05d3-b77c4708bc01-c5539f78 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-bdb74109-eaca-617d-de25-1ee2fc22a3af-696b1052 {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fff23db7-a0cc-1098-c734-65ee15c97ba3-15c97b9d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4df70261-4dbd-fffa-847d-124f34621fb2-ddf2ce11, #w-node-_83210936-2c17-9b86-05d3-b77c4708bc01-c5539f78, #w-node-_83210936-2c17-9b86-05d3-b77c4708bc01-05150e3f, #w-node-_8a3d87a4-7136-2471-8b0e-4eb92c73e43e-696b1052 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f39c65e0-91c9-c678-d64a-4f8e91280132-02a3640e, #w-node-_799e5a92-3862-1e14-30dd-b51c760026ea-6cf5f933 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


