<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --spacePart: 10px;
}
@media (max-width: 959px) {
  :root {
    --spacePart: 10px;
  }
}
@media (max-width: 639px) {
  :root {
    --spacePart: 10px;
  }
}
:root {
  --spaceUnit: 10px;
}
@media (max-width: 959px) {
  :root {
    --spaceUnit: 10px;
  }
}
@media (max-width: 639px) {
  :root {
    --spaceUnit: 10px;
  }
}
:root {
  --spaceTotal: 20px;
}
@media (max-width: 959px) {
  :root {
    --spaceTotal: 20px;
  }
}
@media (max-width: 639px) {
  :root {
    --spaceTotal: 20px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #666666;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer;
  color: #fff;
  padding: 11px 14px;
  -webkit-appearance: none;
  border-radius: 1000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-family: 'BitterBold', helvetica, sans-serif;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #D9942D;
}
/*# sourceMappingURL=./screen-medium.css.map */</pre></body></html>