@font-face {
  font-family: Atlasgrotesk web;
  src: url('../fonts/AtlasGrotesk-Light-Web.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Atlasgrotesk web;
  src: url('../fonts/AtlasGrotesk-Medium-Web.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Atlasgrotesk web;
  src: url('../fonts/AtlasGrotesk-Regular-Web.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --zed-neon: yellow;
  --grey-50: grey;
  --black: black;
  --white: white;
  --gray-90: #1a1a1a;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

p {
  margin-bottom: 10px;
}

a {
  color: var(--zed-neon);
  text-decoration: underline;
}

.heading {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  position: static;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.body {
  color: #999;
  background-color: #000;
  flex: 1;
  order: 0;
  align-self: auto;
  width: 100%;
  font-family: Atlasgrotesk web, sans-serif;
}

.image {
  margin-bottom: 20px;
}

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

.heading-2 {
  color: #fff;
  background-color: #0000;
  flex: 1;
  align-self: flex-start;
  width: 100%;
  margin-top: 100px;
  font-family: Atlasgrotesk web, sans-serif;
  font-weight: 500;
}

.heading-3 {
  color: #fff;
  background-color: #0000;
  font-family: Atlasgrotesk web, sans-serif;
  font-weight: 500;
}

.text-block {
  color: var(--zed-neon);
}

.section {
  border-bottom: 1px solid var(--grey-50);
  background-color: var(--black);
  object-fit: fill;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.section-2 {
  flex-direction: column;
  margin-top: 156px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
}

.section-3, .section-4 {
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.dropdown-toggle {
  color: var(--zed-neon);
  padding-left: 0;
}

.dropdown-toggle.w--open {
  background-color: var(--black);
  opacity: 1;
}

.dropdown-link {
  color: var(--grey-50);
  background-color: #2b2b2b;
}

.dropdown-link:hover, .dropdown-link:active {
  color: var(--zed-neon);
}

.dropdown-link.w--current {
  color: var(--white);
  font-weight: 400;
}

.icon {
  color: var(--zed-neon);
}

.container-2 {
  clear: none;
  align-self: flex-start;
  position: static;
  inset: 0% auto auto 0%;
}

.container-3 {
  clear: left;
}

.text-block-2 {
  clear: none;
}

.columns {
  width: 100%;
}

.heading-4 {
  color: var(--white);
  margin-top: 20px;
  font-weight: 400;
}

.heading-5 {
  color: var(--white);
  margin-top: 40px;
}

.heading-6 {
  font-weight: 500;
}

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

.section-5, .section-6 {
  height: 300px;
}

.body-2 {
  text-align: left;
  background-color: #003942;
}

.heading-7 {
  color: var(--zed-neon);
  margin-top: 40px;
  font-family: Atlasgrotesk web, sans-serif;
  font-weight: 500;
}

.container-4 {
  text-align: center;
  max-width: 65%;
  margin-top: 100px;
}

.button {
  background-color: var(--zed-neon);
  color: var(--black);
  border-radius: 8px;
  margin-top: 20px;
  font-family: Atlasgrotesk web, sans-serif;
  font-weight: 500;
  display: none;
}

.paragraph {
  color: var(--zed-neon);
  margin-top: 20px;
  font-family: Atlasgrotesk web, sans-serif;
}

.help-footer {
  color: var(--zed-neon);
  margin-top: 60px;
  font-family: Atlasgrotesk web, sans-serif;
}

.grid {
  grid-template-areas: "Area-2 Area-3"
                       ". Area";
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area Area-3"
                       "Area-2 Area-4"
                       "Area-5 .";
}

.grid-3 {
  grid-template-areas: ". ."
                       ". Area";
}

.container-5 {
  max-width: 1126px;
}

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

.image-2 {
  clear: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.section-7 {
  color: #000;
  background-color: #c8c3b9;
  padding-top: 60px;
}

.paragraph-2 {
  color: #ff0;
  text-align: center;
  max-width: 900px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 68px;
  line-height: 72px;
}

.paragraph-3 {
  color: #000;
  text-align: center;
  margin-top: 50px;
  font-size: 24px;
  line-height: 28px;
}

.button-2 {
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  width: 240px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-size: 24px;
  line-height: 28px;
  display: block;
}

.image-3 {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-2 {
  margin-top: 60px;
}

.heading-9 {
  color: #000;
}

.heading-10 {
  color: #000;
  margin-top: 0;
}

.paragraph-4 {
  color: #000;
}

.paragraph-5 {
  color: #000;
  font-size: 24px;
  line-height: 28px;
}

.paragraph-6 {
  font-size: 15px;
}

.paragraph-7 {
  font-size: 24px;
}

.paragraph-8 {
  color: #000;
  margin-top: 30px;
  font-size: 24px;
  line-height: 28px;
}

.heading-11 {
  color: var(--zed-neon);
  text-transform: uppercase;
  font-size: 20px;
}

.heading-11.contact-header {
  margin-top: 50px;
}

.link {
  color: #000;
  margin-top: 10px;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.link.footer-link {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: none;
}

.footer-container {
  max-width: 1115px;
  margin-top: 120px;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.paragraph-9 {
  object-fit: fill;
}

.paragraph-10 {
  color: #00000080;
}

.paragraph-11 {
  color: #00000080;
  font-size: 20px;
  line-height: 24px;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  height: 24px;
  line-height: 20px;
  display: flex;
}

.div-block-2 {
  flex-direction: column;
  flex: 8 8 0;
  justify-content: flex-end;
  height: auto;
  margin-top: 0;
  display: flex;
  position: relative;
}

.columns-3 {
  flex-direction: row;
  display: block;
}

.column {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.div-block-3 {
  justify-content: space-between;
  display: flex;
}

.image-4 {
  flex: 4 4 auto;
  display: block;
}

.div-block-4 {
  flex: 4 4 0;
}

.modal-wrapper {
  z-index: 100;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-position: 50% 50%;
  background-color: #ffff0080;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  max-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.div-block-5 {
  background-color: var(--zed-neon);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 530px;
  height: 500px;
  padding: 30px 40px;
  display: block;
}

.image-5 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-12 {
  color: #000;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.text-field {
  color: var(--black);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #0000004d;
  margin-bottom: 20px;
}

.text-field-2 {
  margin-bottom: 20px;
}

.text-field-2.material-text-field {
  outline-offset: 0px;
  background-color: #0000;
  border-bottom: 1px solid #000;
  outline: 3px #333;
}

.text-field-3 {
  margin-bottom: 20px;
}

.submit-button {
  background-color: var(--black);
  border-radius: 10px;
  width: 100%;
  height: 54px;
  margin-top: 30px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    border-style: solid;
    border-width: 1px;
    border-color: black black var(--grey-50);
    padding-left: 20px;
    position: fixed;
    inset: 0% 0% auto;
    box-shadow: 1px 1px 3px #000;
  }

  .section-2 {
    margin-top: 149px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .section-3, .section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4 {
    max-width: 85%;
  }

  .button {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .container-4 {
    text-align: left;
    max-width: 85%;
  }

  .button {
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .section {
    position: fixed;
    inset: 0% 0% auto;
  }

  .section-2 {
    margin-top: 156px;
  }

  .heading-7 {
    margin-top: 40px;
  }

  .container-4 {
    max-width: 85%;
    margin-top: 80px;
  }

  .button {
    margin-top: 20px;
    display: inline-block;
  }

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

  .paragraph-2 {
    font-size: 42px;
    line-height: 48px;
  }

  .heading-10 {
    font-size: 32px;
  }

  .paragraph-5, .paragraph-8 {
    font-size: 18px;
  }

  .heading-11.footer-heading {
    text-align: left;
    font-size: 12px;
  }

  .link {
    font-size: 18px;
    line-height: 24px;
  }

  .footer-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block {
    justify-content: flex-end;
  }

  .columns-4 {
    margin-top: 60px;
  }
}

#w-node-_83f9895d-96d3-0047-5490-610ef3cb1120-b8b50956 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69d30fba-754b-446a-fda6-265baa1f8a72-b8b50956 {
  grid-area: Area-3;
}

#w-node-_8d43b412-587c-8f1a-55f9-4642a20ea486-b8b50956 {
  grid-area: Area;
}


@font-face {
  font-family: 'Atlasgrotesk web';
  src: url('../fonts/AtlasGrotesk-Light-Web.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk web';
  src: url('../fonts/AtlasGrotesk-Medium-Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk web';
  src: url('../fonts/AtlasGrotesk-Regular-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}