@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600"); /* @FONTWARNING[{"type": "restricted", "family": "SF Compact Display-Light", "weight": "300", "style": "normal", "allowsCrossOrigin": true}] */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  min-height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

@font-face {
  font-family: "SF Compact Display-Light";
  src: url("https://anima-uploads.s3.amazonaws.com/5b8bc1de78135a000b46572d/SFCompactDisplay-Light.otf")
    format("opentype");
}
/* @FONTWARNING[{"type": "restricted", "family": "SF Pro-Medium", "weight": "500", "style": "normal", "allowsCrossOrigin": true}] */

@font-face {
  font-family: "SF Pro-Medium";
  src: url("https://anima-uploads.s3.amazonaws.com/5f0f0fe71911555ed50ab8f4/SF-Pro.ttf")
    format("truetype");
}
/* @FONTWARNING[{"type": "restricted", "family": "Helvetica Neue", "weight": "var(--helvetica-neue-body3-font-weight)", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue");
}
/* @FONTWARNING[{"type": "restricted", "family": "IntelOne Display-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": true}] */

@font-face {
  font-family: "IntelOne Display-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/6436c4833acc500e97740f55/fonts/intelone-display-regular.ttf")
    format("truetype");
}
