:root {
  --yella: #fffbb4;
  --indian-red: #fd3846;
  --black: #131313;
  --aquamarine: #00edc4;
  --deep-sky-blue: #02b3f3;
  --royal-blue: #015efe;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: var(--yella);
}

.body {
  color: #fff;
  background-color: #0f0461;
  background-image: url('../images/grunge.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Rubik Mono One;
  display: flex;
}

.navbar--delete-me {
  z-index: 99;
  cursor: auto;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0;
  display: flex;
  position: fixed;
  top: 30%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.style--mono {
  text-transform: none;
  font-family: Roboto Mono;
  line-height: 1;
}

.style--mono.s {
  font-size: 14px;
}

.style--mono.xs {
  font-size: .7em;
  line-height: 2;
}

.style--mono.xxs {
  font-size: .5em;
  line-height: 2;
}

.button {
  background-color: var(--indian-red);
  color: #131313;
  letter-spacing: .5px;
  background-image: url('../images/grunge.png');
  background-position: 100% 0;
  background-size: 540%;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  font-size: 9px;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .3);
}

.button:hover {
  color: #131313;
  transform: translate(0, -1px);
  box-shadow: 0 12px 16px -6px #000;
}

.button.button--white {
  background-color: #fff;
}

.button.button--white.button--outline {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 15px 19px;
  transition: border .2s, transform .2s, box-shadow .2s;
}

.button.button--white.button--outline:hover {
  border-color: #4254ff;
}

.avatar {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  width: 48px;
  height: 48px;
  padding: 4px;
  display: block;
  overflow: hidden;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .24);
}

.button__icon {
  height: 11px;
  margin-right: 8px;
  transform: translate(0, -1px);
}

.item {
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}

.item.item--divided {
  border-left: 1px solid rgba(255, 255, 255, .25);
  padding-left: 16px;
}

.item.opens--menu {
  display: flex;
}

.items {
  justify-content: center;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.twitter {
  margin-top: 8px;
  margin-bottom: 0;
  position: fixed;
  bottom: 32px;
  left: 32px;
}

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

.menu {
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu__body {
  z-index: 9999;
  transform-origin: 0%;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 448px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  top: 24px;
  bottom: 24px;
  left: 24px;
  overflow: hidden;
}

.menu__close {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 24px;
}

.menu__title {
  color: #131313;
}

.menu__iframe {
  border-top: 1px solid #ececec;
  flex: 1;
  margin-top: 16px;
  margin-left: -24px;
  margin-right: -24px;
  overflow: scroll;
}

.menu__scrim {
  background-color: rgba(19, 19, 19, .5);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-icon {
  margin-left: 8px;
  margin-right: 0;
  position: static;
}

.analytics-link {
  color: rgba(255, 255, 255, .5);
  text-align: right;
  position: absolute;
  bottom: 32px;
  right: 32px;
}

.link {
  text-decoration: underline;
}

.panel-wrapper {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-height: 100vw;
  margin: -10vw;
  display: flex;
  overflow: hidden;
}

.panel {
  filter: none;
  background-image: radial-gradient(circle farthest-side at 0 0, #220870, rgba(0, 0, 0, 0)), radial-gradient(circle at 70% 0, #b72121, rgba(0, 0, 0, 0) 58%), radial-gradient(circle at 80%, #d248ee, rgba(0, 0, 0, 0));
  border-radius: 100vw;
  flex: 1;
  justify-content: center;
  padding: 80px;
  display: flex;
  position: relative;
}

.panel__outline {
  opacity: .03;
  mix-blend-mode: soft-light;
  border: 2px solid #fff;
  border-radius: 80px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.blur {
  z-index: 1;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: rgba(0, 0, 0, .01);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mm__disclosure {
  justify-content: center;
  align-items: center;
  height: 28px;
  font-size: 10px;
  display: flex;
  position: fixed;
  bottom: 24px;
  left: 24px;
}

.button-2 {
  color: #131313;
  letter-spacing: .5px;
  background-color: #fd3846;
  background-image: url('../images/grunge.png');
  background-position: 100% 0;
  background-size: 540%;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  font-size: 9px;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .3);
}

.button-2:hover {
  color: #131313;
  transform: translate(0, -1px);
  box-shadow: 0 12px 16px -6px #000;
}

.button-2.button--white {
  background-color: #fff;
}

.button-2.button--white.button--outline {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 15px 19px;
  transition: border .2s, transform .2s, box-shadow .2s;
}

.button-2.button--white.button--outline:hover {
  border-color: #4254ff;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 96vh;
  display: flex;
  position: relative;
}

.heading {
  text-align: center;
  font-family: Gordita, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 130%;
}

.image {
  text-align: center;
  margin-bottom: 15px;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gordita, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.image-2 {
  max-width: none;
  margin-bottom: 28px;
  margin-left: 0;
  margin-right: 0;
}

.mail {
  background-color: #4c04aa;
  border-radius: 12px 12px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-left: 32px;
  margin-right: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.mail:hover {
  background-color: #000;
}

.link-block {
  height: 44px;
}

.text-block {
  color: #fff;
  font-family: Gordita, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.navbar--delete-me-copy {
  z-index: 99;
  cursor: auto;
  border-radius: 0;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f {
  z-index: 99;
  cursor: auto;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 24%;
  margin-right: 24%;
  padding: 0;
  display: flex;
  position: fixed;
  top: 30vh;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-3 {
  margin-right: 12px;
}

.f-copy {
  z-index: 99;
  cursor: auto;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 45%;
  margin-right: 45%;
  padding: 0;
  display: flex;
  position: fixed;
  top: 29%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .navbar--delete-me {
    margin-left: 0;
    margin-right: 0;
  }

  .image-2 {
    max-width: 700px;
  }

  .f {
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    max-width: 400px;
  }

  .f {
    top: 28vh;
  }

  .f-copy {
    top: 30%;
  }
}

@media screen and (max-width: 479px) {
  .heading-2 {
    font-size: 20px;
  }

  .image-2 {
    max-width: 300px;
  }

  .f-copy {
    top: 34%;
  }
}


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