:root {
  --white: white;
  --black: black;
}

.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 {
  color: #333;
  background-color: #000;
  flex-flow: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.body {
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  cursor: auto;
  mix-blend-mode: normal;
  background-color: #000;
  display: flex;
}

.image {
  aspect-ratio: auto;
  opacity: .5;
  outline-offset: 0px;
  pointer-events: auto;
  text-align: left;
  cursor: auto;
  object-fit: fill;
  outline: 3px #333;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: opacity 1s;
  display: block;
  position: static;
}

.text-block {
  color: gray;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 10px;
  font-family: Zeitungmonopro, Palatino Linotype, sans-serif;
  font-size: 24px;
}

.text-block-2 {
  aspect-ratio: auto;
  direction: ltr;
  color: gray;
  text-align: center;
  text-shadow: none;
  word-break: normal;
  object-fit: fill;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Zeitungmonopro, Palatino Linotype, sans-serif;
  font-style: normal;
  display: block;
}

.x-twitter {
  opacity: 1;
  text-align: left;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 165px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
}

.container-2 {
  text-shadow: 0 6px 6px #4d4d4d;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  max-width: 420px;
  transition: opacity 1s;
  display: flex;
}

.link {
  color: gray;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Zeitungmonopro, Palatino Linotype, sans-serif;
  font-size: 12px;
}

.container-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-3 {
  color: gray;
  text-align: center;
  cursor: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Zeitungmonopro, Palatino Linotype, sans-serif;
  font-size: 12px;
}

.utility-page-wrap {
  flex-flow: column;
  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: auto;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  font-family: Zeitungmonopro, Palatino Linotype, sans-serif;
  display: flex;
}

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

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

.image-2 {
  width: 25%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-4 {
  color: gray;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Zeitungmonopro, Palatino Linotype, sans-serif;
}

.text-block-5 {
  color: gray;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-family: Zeitungmonopro, Palatino Linotype, sans-serif;
}

.container-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.container-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.html-embed {
  margin-left: auto;
  margin-right: auto;
}

.text-block-6 {
  color: gray;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Zeitungmonopro, Palatino Linotype, sans-serif;
}

.container-6 {
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.image-3 {
  background-color: #fff;
}

.x-twitter-2 {
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Zeitungmonopro, Palatino Linotype, sans-serif;
}

.link-block {
  aspect-ratio: 1;
  opacity: .5;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/X_logo.svg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  width: 25px;
  height: 25px;
}

.heading {
  color: gray;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}

.text-block-7 {
  color: gray;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-field, .submit-button {
  background-color: #333;
}

.heading-2, .field-label {
  color: gray;
}

.div-block {
  flex-flow: column;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  display: flex;
}

.image-4 {
  opacity: .5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-8 {
  color: gray;
  text-align: center;
  mix-blend-mode: normal;
  padding-top: 10px;
  font-family: Zeitungmonopro, Palatino Linotype, sans-serif;
  font-size: 20px;
}

.html-embed-2 {
  width: auto;
  min-width: 256px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-7 {
  flex-flow: column;
  flex: 0 auto;
  align-self: center;
  width: 80%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-9 {
  color: gray;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Zeitungmonopro, Palatino Linotype, sans-serif;
  font-size: 16px;
}

.text-block-10 {
  color: gray;
  font-family: Zeitungmonopro, Palatino Linotype, sans-serif;
}

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

@media screen and (max-width: 767px) {
  .hero-stack {
    padding: 60px 15px;
  }

  .text-block-5, .text-block-6 {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

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

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

  .text-block-3 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 10px;
  }

  .text-block-4 {
    font-size: 12px;
  }

  .text-block-5 {
    font-size: 10px;
  }

  .text-block-6 {
    padding-top: 40px;
    font-size: 10px;
  }

  .heading {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    font-size: 28px;
  }
}


@font-face {
  font-family: 'Zeitungmonopro';
  src: url('../fonts/ZeitungMonoPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}