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

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

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

.body {
  background-color: #000;
}

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

.text-block {
  text-align: center;
  font-size: 100px;
  line-height: 100px;
}

.button {
  text-align: center;
}

.section {
  float: none;
  clear: none;
  text-align: center;
  position: static;
}

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

.container {
  float: left;
  position: static;
}

.text-block-2 {
  text-align: center;
  min-width: 50px;
  min-height: 50px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}

.button-2 {
  text-align: left;
}

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

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

.link-block {
  text-align: left;
  justify-content: center;
  display: flex;
}

.image-2 {
  float: none;
  clear: none;
  position: static;
}

.image-3 {
  max-width: 50%;
}

.section-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-quote {
  color: #fff;
}

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

.bold-text {
  color: gold;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.background-video {
  aspect-ratio: 1;
  object-fit: scale-down;
  flex: 1;
  order: -9999;
  justify-content: center;
  align-self: center;
  display: flex;
  overflow: visible;
}

.background-video-2 {
  box-sizing: border-box;
  aspect-ratio: 1;
  order: -9999;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-link {
  color: #fff;
  background-color: #7c7272;
}

.dropdown-link.w--current {
  background-color: #4e4e4e;
}

.dropdown-link-2 {
  color: #fff;
  background-color: #4e4e4e;
}

.dropdown-link-2.w--current {
  color: #fff;
}

.dropdown-link-3 {
  color: #fff;
  background-color: #4e4e4e;
}

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

.text-block-3 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  object-fit: scale-down;
  width: auto;
  height: 100px;
}

.section-3 {
  margin-bottom: 47px;
}

.text-block-4, .icon {
  color: #fff;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  max-width: 250px;
  display: flex;
}

.link-block-2 {
  display: flex;
}

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

.section-5 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.section-6, .section-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-5 {
  color: #333;
}

.div-block-8, .container-4, .section-9 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center stretch;
  display: flex;
}

.container-5 {
  order: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-10 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-9 {
  margin-right: 26px;
  padding-left: 15px;
}

@media screen and (max-width: 479px) {
  .section, .section-3 {
    margin-top: 100px;
  }

  .section-4 {
    margin-bottom: 0;
  }

  .section-7 {
    margin-top: 101px;
  }

  .section-8 {
    margin-top: 15px;
  }
}


