@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
	font-size: 100%;
}
body {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  font-optical-sizing: auto;
  font-style: normal;
}
main {
	flex: 1 0 auto;
	display: block;
}

h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.25;
  color: #333;
}
h6, .h6, h5, .h5, h4, .h4 {
	font-weight: 500;
}
h3, .h3, h2, .h2, h1, .h1 {
	font-weight: 600;
}
h1, .h1 {
 font-size: 1.3125rem;
}
h2, .h2 {
 font-size: 1.25rem;
}
