@font-face {
  font-family: Impact label reversed;
  src: url('../fonts/Impact_Label_Reversed.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.body {
  color: #fff;
  background-color: #000;
}

.image {
  cursor: default;
  transition: opacity .2s;
}

.heading {
  text-align: center;
  font-family: Impact label reversed, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}

.heading-2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Impact label reversed, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

.container {
  text-align: center;
}

.columns, .youtube {
  margin-bottom: 60px;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.text-block {
  margin-bottom: 27px;
  font-family: Impact label reversed, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.body-2 {
  color: #000;
  background-color: #fff8f8;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Impact label reversed, sans-serif;
  font-size: 30px;
  line-height: 45px;
}

.body-3 {
  background-color: #0000;
}

.lottie-animation {
  transform: translate(0);
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Open Sans, sans-serif;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-2 {
  float: none;
  clear: none;
  text-align: center;
  object-fit: fill;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: inline-block;
  position: static;
  inset: 0%;
}

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

.rich-text-block {
  margin-top: 30px;
}

.image-3 {
  text-align: left;
}

.link-block {
  clear: none;
}

.image-4 {
  width: 200px;
  height: auto;
  margin-top: 9px;
  margin-bottom: 25px;
}

.text-block-4 {
  text-align: center;
  margin-top: 10px;
  font-family: Inconsolata, monospace;
  font-size: 35px;
  line-height: 40px;
}

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

@media screen and (max-width: 991px) {
  .heading {
    font-size: 60px;
    line-height: 70px;
  }

  .heading-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
  }

  .youtube {
    margin-bottom: 40px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    font-size: 20px;
  }

  .text-block-3 {
    font-size: 25px;
    line-height: 35px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .rich-text-block {
    margin-top: 18px;
  }

  .image-4 {
    width: 100px;
  }

  .text-block-4 {
    margin-top: 8px;
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .columns {
    margin-bottom: 35px;
  }

  .youtube {
    margin-bottom: 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .text-block {
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-3 {
    font-size: 18px;
    line-height: 28px;
  }

  .main-content, .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .image-2 {
    margin-bottom: 30px;
  }

  .rich-text-block {
    margin-top: 15px;
  }

  .image-4 {
    width: 70px;
  }

  .text-block-4 {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .columns {
    margin-bottom: 25px;
  }

  .youtube {
    background-image: none;
    margin-bottom: 10px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

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

  .link, .text-block-2 {
    font-size: 12px;
  }

  .text-block-3 {
    font-size: 9px;
    line-height: 20px;
  }

  .youtube-2, .youtube-3 {
    background-image: none;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-2 {
    margin-bottom: 15px;
  }

  .rich-text-block {
    margin-top: 5px;
  }

  .image-4 {
    float: none;
    clear: none;
    text-align: center;
    object-fit: fill;
    width: 60px;
    position: relative;
    left: auto;
  }

  .column {
    text-align: center;
  }

  .text-block-4 {
    margin-top: 2px;
    font-size: 10px;
    line-height: 12px;
  }
}


@font-face {
  font-family: 'Impact label reversed';
  src: url('../fonts/Impact_Label_Reversed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}