@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
/* The following line is used to measure usage of this code in production. For more info see our usage billing page */
@import url("https://px.animaapp.com/6266af99e8bfd3e885e6b9d1.628384c1f85391de80b288a8.fXrSvSS.hcp.png");

@font-face {
  font-family: "NeueHaasDisplay-Black";
  font-weight: 1 1000;
  src: url("../fonts/NeueHaasDisplayBlack.ttf") format("truetype");
}
@font-face {
  font-family: "NeueHaasDisplay-Bold";
  font-weight: 700;
  src: url("../fonts/NeueHaasDisplay-Bold.otf") format("opentype");
}
@font-face {
  font-family: "NeueHaasDisplay-Mediu";
  font-weight: 600;
  src: url("../fonts/NeueHaasDisplay-Mediu.otf") format("opentype");
}
@font-face {
  font-family: "NeueHaasDisplay-Roman";
  font-weight: 500;
  src: url("../fonts/HaasGrotDisp-55Roman.otf") format("opentype");
}


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

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

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

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

* {
  box-sizing: border-box;
}
