/* 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/624437d4ed9a89b4812e45a5.624437d6df74f2aedb85718f.tkQrwMj.hcp.png");
@font-face {
  font-family: "Helvetica-Normal-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/HELVETIC.TTF");
}
@font-face {
  font-family: "Halcyon-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Halcyon_Regular[1].otf") format("opentype");
}
@font-face {
  font-family: "StretchPro-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/StretchPro.ttf") format("truetype");
}
@font-face {
  font-family: "FZLanTingHeiT-HC-GB-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/mvsyreccjlr2o97vzr8rji09x8lg8g8j.TTF");
}
@font-face {
  font-family: "YuGothic-Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/yugothil.ttf") format("truetype");
}
@font-face {
  font-family: "YuGothic UI-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/yugothib.ttf") format("truetype");
}


.screen textarea:focus,
.screen input:focus {
  outline: none;
}

.screen * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.screen div {
  -webkit-text-size-adjust: none;
}

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

.smart-layers-pointers,
.smart-layers-pointers * {
  pointer-events: auto;
  visibility: visible;
}

* {
  box-sizing: border-box;
}
