:root {
  --bright-green: #b0c735;
  --ecogreen: #17483e;
}

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

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

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

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

.pagewrapper {
  font-family: din-2014, sans-serif;
}

.container {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.circle {
  border: 3px solid red;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.blink {
  background-color: red;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.live-beacon {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.live-head {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 22px;
  padding-bottom: 22px;
}

.eco, .mrr {
  height: 60px;
}

.sep {
  background-color: silver;
  width: 2px;
}

.feature-banner {
  color: #fff;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  padding-top: 25px;
  display: flex;
  position: relative;
}

.flex-block-2 {
  border-top: 1px solid #ffffff4f;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.inst {
  border: 2px solid var(--bright-green);
  background-color: var(--bright-green);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 10px 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.inst:hover {
  background-color: #6b972c;
}

.inst.reverse {
  background-color: #b0c83600;
}

.div-block {
  background-color: #f3f3f3;
  width: 100%;
  padding-bottom: 35px;
}

.modal {
  z-index: 1;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #232903de;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  position: fixed;
  overflow: auto;
}

.instructions {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 960px;
  padding: 45px;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}

.how-head {
  color: #b0c836;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 28px;
}

.heading {
  color: #849723;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 20px;
}

.close {
  color: #fff;
  background-color: #b0c836;
  border-radius: 0 10px 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close:hover {
  background-color: #8b9c34;
}

.screenshot {
  background-color: #e7e7e7;
  border: 1px solid #b0c836;
  border-radius: 5px;
  width: 50%;
  height: 180px;
  overflow: hidden;
  box-shadow: 0 0 5px 3px #b0c83654;
}

.track-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 3px solid #b0c83633;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 23px;
  padding-bottom: 23px;
}

.track-text {
  flex: 1;
}

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

.cover.align-top {
  object-position: 50% 0%;
}

.timer {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  position: relative;
  top: -30px;
  box-shadow: 0 0 20px 5px #00000030;
}

.timer-section {
  background-color: #b0c836;
  background-image: radial-gradient(circle at 50% 0, #17483f, #a3b934);
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
}

.heading-2 {
  border-top: 1px solid var(--ecogreen);
  border-bottom: 1px solid var(--ecogreen);
  color: #b0c836;
  text-transform: uppercase;
  margin: 0 10px 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.flex-block-3 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.text-block {
  color: #1f4f3e;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.div-block-2 {
  text-align: right;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  border-top: 1px solid silver;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 5px;
  padding-top: 5px;
  font-size: 16px;
  display: flex;
}

.race-links {
  color: var(--ecogreen);
  text-decoration: none;
}

.flex-block-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #e4e4e4;
  align-items: flex-end;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image {
  width: 60px;
  height: 60px;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay {
  background-image: linear-gradient(#0000, #000000b0);
  position: absolute;
  inset: 0%;
}

.disc {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.app-notie {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--ecogreen);
  color: #fff;
  text-align: left;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 17px;
  display: flex;
}

.div-block-11 {
  flex: 1;
}

.text-block-3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.button {
  background-color: var(--bright-green);
  color: var(--ecogreen);
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

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

.yellow-link {
  color: #cbf500;
}

@media screen and (max-width: 991px) {
  .instructions {
    width: 95%;
    margin-top: 20px;
  }
}

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

  .live-beacon {
    margin-bottom: 10px;
  }

  .feature-banner {
    height: 300px;
  }

  .flex-block-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block {
    padding-bottom: 48px;
  }

  .instructions {
    padding: 19px;
  }

  .timer {
    width: 95%;
  }

  .div-block-2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .live-head {
    flex: 1;
  }

  .flex-block {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .sep.vert {
    width: 1px;
    height: auto;
  }

  .feature-banner {
    height: 350px;
  }

  .flex-block-2 {
    align-items: stretch;
  }

  .inst {
    text-align: center;
    width: 100%;
  }

  .modal {
    overflow: auto;
  }

  .screenshot {
    width: 100%;
    height: auto;
  }

  .track-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .timer {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .flex-block-4 {
    flex-flow: column;
  }

  .app-notie {
    text-align: center;
    flex-flow: column;
  }
}


