@font-face {
  font-family: Diatype Semi-mono;
  src: url('../fonts/ABCDiatype-Heavy.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Diatype Semi-mono;
  src: url('../fonts/ABCDiatype-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Diatype Semi-mono;
  src: url('../fonts/ABCDiatype-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Diatype Semi-mono;
  src: url('../fonts/ABCDiatype-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Diatype Semi-mono;
  src: url('../fonts/ABCDiatype-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Now Display;
  src: url('../fonts/HelveticaNowDisplay-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Now Display;
  src: url('../fonts/HelveticaNowDisplay-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Now Display;
  src: url('../fonts/HelveticaNowDisplay-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Now Display;
  src: url('../fonts/HelveticaNowDisplay-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Montreal Mono;
  src: url('../fonts/PPNeueMontrealMono-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Montreal Mono;
  src: url('../fonts/PPNeueMontrealMono-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: OT Neue Montreal;
  src: url('../fonts/OTNeueMontreal-BoldExtraSqueezed.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

.hero-heading-center {
  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;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  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;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.main {
  background-color: #151515;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.body {
  justify-content: space-between;
}

.div-up {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block {
  color: #fff;
  letter-spacing: -.03em;
  font-family: Diatype Semi-mono, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3em;
}

.superscript {
  font-family: Walter Neue;
  font-size: 14px;
  font-weight: 400;
  top: -18px;
  right: 2px;
}

.text-paragraf {
  color: #fff;
  font-family: Diatype Semi-mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.link {
  color: #121212;
  font-weight: 500;
}

.link:hover {
  color: #63f;
}

.icon {
  margin-left: 10px;
  font-weight: 500;
}

.div-info {
  flex: 0 auto;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.bold-text {
  font-weight: 500;
}

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

.link-2 {
  color: #fff;
}

.superscript-2 {
  top: -3px;
}

.text-span {
  margin-left: 3px;
  margin-right: 3px;
}

.text-span-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.superscript-3 {
  font-size: 11px;
  font-weight: 500;
  top: -4px;
}

.text-span-3 {
  position: relative;
  top: -2px;
}

.text-span-4 {
  margin-left: 1px;
  font-size: 19px;
  position: relative;
  top: 0;
}

.div-block {
  background-color: #121212;
  width: 160px;
  height: 1px;
  margin-left: 5px;
  margin-right: 5px;
}

.bold-text-2 {
  color: #66f;
  letter-spacing: 0;
  font-family: Tobias;
  font-size: 52px;
  font-weight: 300;
}

.link-3 {
  color: #fff;
}

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

.superscript-4 {
  top: -7px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: OT Neue Montreal, Arial, sans-serif;
  font-size: 10vw;
  line-height: .85em;
}

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

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

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

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


@font-face {
  font-family: 'Diatype Semi-mono';
  src: url('../fonts/ABCDiatype-Heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Diatype Semi-mono';
  src: url('../fonts/ABCDiatype-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Diatype Semi-mono';
  src: url('../fonts/ABCDiatype-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Diatype Semi-mono';
  src: url('../fonts/ABCDiatype-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Diatype Semi-mono';
  src: url('../fonts/ABCDiatype-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Now Display';
  src: url('../fonts/HelveticaNowDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Now Display';
  src: url('../fonts/HelveticaNowDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Now Display';
  src: url('../fonts/HelveticaNowDisplay-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Now Display';
  src: url('../fonts/HelveticaNowDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal Mono';
  src: url('../fonts/PPNeueMontrealMono-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal Mono';
  src: url('../fonts/PPNeueMontrealMono-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OT Neue Montreal';
  src: url('../fonts/OTNeueMontreal-BoldExtraSqueezed.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}