@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@import url("https://fonts.googleapis.com/css?family=Montserrat:700,600,800|Open+Sans:400,500|Roboto:400");
@font-face {
  font-family: "Arial-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Arial.ttf") format("truetype");
}
@font-face {
  font-family: "Arial-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/FontsFree-Net-arial-bold.ttf") format("truetype");
}
@font-face {
  font-family: "Matter-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Matter-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Matter-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Matter-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Matter-Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Matter-Light.otf") format("opentype");
}
@font-face {
  font-family: "Matter-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Matter-SemiBold.otf") format("opentype");
}

/* 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/620c79840fe74a670b16504e.620c79873da9cf8f923b635d.ycPH3cl.hcp.png");

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

* {
  box-sizing: border-box;
}
