@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Chewy:400");
/* 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/63206ef56c4fcc6f7adfc145.63206ef675704aba0f90de97.WFgiQ28.hcp.png");

@font-face {
  font-family: "BrandonGrotesque-Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/.10300.otf") format("opentype");
}
@font-face {
  font-family: "BrandonGrotesque-Black";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/.10304.otf") format("opentype");
}
@font-face {
  font-family: "AvenirNext-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/26301410506.ttf") format("truetype");
}
@font-face {
  font-family: "BrandonGrotesque-MediumItalic";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/HVD Fonts - BrandonGrotesque-MediumItalic.otf") format("opentype");
}
@font-face {
  font-family: "BrandonGrotesque-BoldItalic";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/.10297.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;
}

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

* {
  box-sizing: border-box;
}
