@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,700,300,500,600,300italic|Comfortaa:700|Manrope:400,700,600|Noto+Sans: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/62dab6755b1caa9bfd9ae05b.62dab6775b1caa9bfd9ae05e.EAB194N.hcp.png");
*{
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font-family: "Poppins",sans-serif;
}
@font-face {
  font-family: "CeraPro-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Cera Pro Bold.otf") format("opentype");
}
@font-face {
  font-family: "CeraPro-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Cera Pro Medium.otf") format("opentype");
}
@font-face {
  font-family: "Sansation-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Sansation-Regular.ttf") format("truetype");
}


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

.align-self-flex-center {
  align-self: flex-center;
}

input:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}
