header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
}
@media print, screen and (min-width:961px) {
  header {
    height: 100px;
    padding: 0 15px 0 30px;
  }
}
@media print, screen and (max-width:960px) {
  header {
    height: 80px;
    padding: 0 20px;
  }
}
@media screen and (max-width:750px) {
  header {
    height: 60px;
    padding: 0 2.67vw;
  }
}

main {
  box-sizing: content-box;
  max-width: 1200px;
  padding-right: 1.61vw;
  padding-left: 1.61vw;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
}
@media print, screen and (max-width:960px) {
  main {
    padding-top: 80px;
  }
}
@media screen and (max-width:750px) {
  main {
    padding-top: 70px;
  }
}/*# sourceMappingURL=layout.css.map */