@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:400");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/67059c981826ef310462c65d.67059c991826ef310462c660.veXNCJn.hcp.png");

@font-face {
  font-family: "Futura Std-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Futura Std - Bold.otf") format("opentype");
}
@font-face {
  font-family: "Futura Std-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/1.FuturaStd-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Futura Std-Heavy";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Futura Std - Heavy.otf") format("opentype");
}
@font-face {
  font-family: "Futura Std-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Futura Std Medium.otf") format("opentype");
}
@font-face {
  font-family: "Futura Std-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/FuturaStd-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Futura Std-Book";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/FuturaStd-Book.otf") format("opentype");
}
@font-face {
  font-family: "Rawline-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rawline-400.ttf") format("truetype");
}


.screen a {
  display: contents;
  text-decoration: none;
}

.overlay-base {
  display: none;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.overlay-base.animate-appear {
  align-items: center;
  animation: reveal 0.3s ease-in-out 1 normal forwards;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}

.overlay-base.animate-disappear {
  animation: reveal 0.3s ease-in-out 1 reverse forwards;
  display: block;
  opacity: 1;
  pointer-events: none;
}

.overlay-base.animate-disappear * {
  pointer-events: none;
}

@keyframes reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}

.drop-icon {
  height: 6px;
  width: 12px;
}