@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/631065653cda19c4344dee63.62de58fe5150f1813bf77fe7.n22IP0x.hcp.png");

@font-face {
  font-family: "Nespresso Lucas-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NespressoLucas-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Nespresso Lucas-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NespressoLucas-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Nespresso Lucas-Med";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NespressoLucas-Med.ttf") format("truetype");
}
@font-face {
  font-family: "Nespresso Lucas-SemiBd";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NespressoLucas-SemiBd.ttf") format("truetype");
}


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

.auto-animated div {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}

.auto-animated input {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}

.auto-animated .container-center-vertical,
.auto-animated .container-center-horizontal {
  opacity: 1;
}

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

.valign-text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.listeners-active,
.listeners-active * {
  pointer-events: auto;
}

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

.listeners-active-click,
.listeners-active-click * {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}
