@charset "UTF-8";

@font-face {
  font-family: "SFUIText-Regular";
  src: url("../fonts/SFUIText-Regular.eot");
  src: url("../fonts/SFUIText-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SFUIText-Regular.woff2") format("woff2"),
    url("../fonts/SFUIText-Regular.woff") format("woff"),
    url("../fonts/SFUIText-Regular.ttf") format("truetype"),
    url("../fonts/SFUIText-Regular.svg#SFUIText-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body {
  font: 13px SFUIText-Regular;
  color: #333;
  margin: 0;
  padding: 0;
}


a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}


h1 {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
  color: #fff;
}

p,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

input,
textarea,
button {
  outline: none;
  border: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

