:root {
  --black: #000;
  --yellow: #ffd20b;
  --white: #fff;
  --lr-green: #026d45;
  --lime: #8ec63e;
  --another-blue-dark: #0555a2;
  --another-yellow: #edd248;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

h3 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  list-style-type: square;
}

.pagewrapper {
  font-family: Space Grotesk, sans-serif;
}

.hero {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#0000009c 28%, #2c5f2cd1), url('../images/trasna-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.hero.xcountry {
  background-image: linear-gradient(#0000009c 28%, #2c5f2cd1), url('../images/x-country-bg.jpg');
}

.lr {
  width: 500px;
}

.banner-head {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 80px;
  font-weight: 900;
  line-height: 70px;
}

.line {
  background-color: #474747;
  width: 500px;
  height: 1px;
}

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

.date {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
}

.button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 26px;
  margin-top: 20px;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

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

.button.reverse {
  color: var(--white);
  background-color: #0000;
}

.button.reverse:hover {
  background-color: var(--white);
  color: var(--black);
}

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

.vert-spacer {
  flex: 1;
}

.div-block-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ffffffb5;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.flex-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.jr {
  width: 200px;
}

.mrr {
  width: 160px;
}

.navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #428b41e3;
  border-radius: 30px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 20px 0% auto;
}

.navlink {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px 16px;
  font-weight: 600;
  transition: all .2s;
}

.navlink:hover {
  color: #000;
  background-color: #fff;
}

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

.navlink.reg {
  color: var(--black);
  background-color: #fff;
  border-radius: 30px;
  transition: all .2s;
}

.navlink.reg:hover {
  background-color: var(--black);
  color: var(--white);
}

.navcontainer {
  width: 100%;
  max-width: none;
}

.brand {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 20px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.brand.w--current {
  font-style: normal;
  font-weight: 700;
}

.section {
  color: #313131;
  background-color: #d4d4d4;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 16px;
  line-height: 24px;
}

.section.footer {
  color: #ffffffad;
  text-align: center;
  background-color: #2d3a41;
  font-size: 14px;
}

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

.section.dark.branded {
  background-image: url('../images/transa-bg.svg');
  background-position: 110% 110%;
  background-repeat: no-repeat;
  background-size: 1200px;
}

.container {
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
}

.green {
  color: var(--lr-green);
}

.copy {
  margin-top: 20px;
}

.faq {
  width: 100%;
  max-width: 100%;
}

.faq-wrapper {
  width: 100%;
  margin-bottom: 5px;
}

.faq-q {
  color: #000;
  white-space: normal;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

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

.answer {
  overflow: hidden;
}

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

.answer-box {
  padding-top: 20px;
  padding-bottom: 15px;
}

.events-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 60px;
}

.event-item {
  background-color: var(--lime);
  color: var(--lr-green);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.event-item.bonus {
  color: var(--lime);
  background-color: #000;
}

.event-item.lhm {
  background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--lime), var(--lr-green));
  color: var(--white);
}

.event-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
}

.event-date {
  margin-bottom: 5px;
}

.cta-wrapper {
  padding-top: 20px;
}

._2-col-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-col-grid.gap-top {
  margin-top: 60px;
}

.side-image {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

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

.cover.bw {
  filter: grayscale();
  transition: all .2s;
}

.cover.bw:hover {
  filter: grayscale(0%);
}

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

.menu {
  padding-right: 5px;
}

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

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

.shirt {
  margin-top: -100px;
}

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

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  padding: 14px;
  display: flex;
}

.logo {
  width: 100%;
  height: auto;
  max-height: 100px;
}

.logo.png {
  max-height: none;
}

.bac {
  width: 400px;
  margin-top: 20px;
}

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

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

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

.heading-4 {
  color: var(--yellow);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

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

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

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

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

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

.close {
  background-color: var(--yellow);
  width: 50px;
  height: 50px;
  color: var(--black);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: -10px -10px auto auto;
}

.close:hover {
  color: var(--yellow);
  background-color: #000;
}

.track-text {
  flex: 1;
}

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

.mrr-2 {
  height: 60px;
}

.button-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f89a34;
  border: 2px solid #f89a34;
  border-radius: 25px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-2:hover {
  background-color: #02734c;
}

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

.eco {
  height: 60px;
}

.important {
  color: #fff;
  background-color: #004d96;
  border-radius: 10px;
  padding: 25px;
}

.warning {
  color: #fff;
  background-color: red;
  border-radius: 5px;
  padding: 20px;
}

.whitelink {
  color: #fff;
}

.div-block-9 {
  background-color: #fff;
  border-radius: 10px;
  padding: 8px;
}

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

.subhead {
  margin-top: 0;
  margin-bottom: 20px;
}

.fw {
  width: 100%;
}

.intro {
  max-width: 40ch;
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.fast5k {
  color: var(--black);
  text-transform: uppercase;
  background-color: #428b41;
  margin-top: 14px;
  margin-bottom: 14px;
  padding: 12px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.text-blok {
  padding: 25px;
}

.trasna-logo {
  width: 200px;
}

.brand-logo {
  width: 50px;
}

.main-heading {
  text-transform: uppercase;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #7a7a7a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.follow-link {
  color: #575757;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.follow-link:hover {
  color: #000;
}

.social-icon {
  width: 40px;
}

.spon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.spon-logo {
  max-width: 300px;
  max-height: 80px;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.div-block-13 {
  text-align: center;
  text-transform: uppercase;
}

.bignum {
  font-size: 45px;
  line-height: 45px;
}

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

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .navbar {
    max-width: 98%;
  }

  .container {
    padding-left: 9px;
    padding-right: 9px;
  }

  .events-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .logo {
    width: 100%;
  }

  .instructions {
    width: 95%;
    margin-top: 20px;
  }

  .brand-text {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .banner-head {
    color: var(--yellow);
    font-size: 60px;
    line-height: 60px;
  }

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

  .faq {
    max-width: 100%;
  }

  .events-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  ._2-col-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .menu-button {
    background-color: var(--black);
    color: #fff;
    border-radius: 50%;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--black);
  }

  .menu {
    background-color: #549252;
    border-radius: 30px;
    padding-left: 5px;
  }

  .shirt {
    margin-top: 0;
  }

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

  .container-2 {
    width: 95%;
  }

  .instructions {
    padding: 19px;
  }

  .brand-text {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .lr {
    width: 100%;
  }

  .banner-head {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 40px;
  }

  .line {
    width: 100%;
  }

  .button {
    text-align: center;
    letter-spacing: 2px;
    width: 100%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

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

  .brand {
    font-size: 16px;
  }

  .faq-q {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .event-item {
    padding: 20px;
  }

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

  .div-block-7 {
    height: auto;
  }

  .logo {
    max-height: 80px;
  }

  .flex-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

  .modal {
    overflow: auto;
  }

  .div-block-11 {
    flex-flow: column;
  }

  .div-block-12 {
    grid-template-columns: 1fr;
  }
}

#w-node-cfda234b-3367-0566-e991-ea0b99d05d3b-4ad2a1a7, #w-node-_742556cf-c693-1e85-6c46-c4abce31ec99-4ad2a1a7, #w-node-b31f1836-c41f-24eb-b77d-8ee0958b5429-4ad2a1a7, #w-node-b32e46ad-b8d8-7390-c363-c6daaf975e0c-4ad2a1a7, #w-node-ab44e0b0-e8e9-2518-841a-d76c7b583f98-4ad2a1a7, #w-node-cfda234b-3367-0566-e991-ea0b99d05d3b-60db1fe3, #w-node-_742556cf-c693-1e85-6c46-c4abce31ec99-60db1fe3, #w-node-b31f1836-c41f-24eb-b77d-8ee0958b5429-60db1fe3, #w-node-b32e46ad-b8d8-7390-c363-c6daaf975e0c-60db1fe3, #w-node-ab44e0b0-e8e9-2518-841a-d76c7b583f98-60db1fe3 {
  place-self: center start;
}


