/* generated by ammonit-css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
:root {
	box-sizing: border-box;
}
*, *::before, *::after {
	box-sizing: inherit;
}
* {
	border-color: #858888;
	border-style: solid;
	border-width: 0;
}
a, a:hover {
	text-decoration: unset;
}
button {
	background: unset;
	cursor: pointer;
}

input, select, textarea {
	border-width: 1px;
}

input[type=file] {
	border-width: 0;
}

input[type=submit] {
	cursor: pointer;
}

button:focus {
	outline: black solid medium;
	outline-offset: 1px;
}

[disabled] {
	cursor: not-allowed;
}

.container{width:100%}

@media (min-width: 640px){.container{max-width:640px}}

@media (min-width: 768px){.container{max-width:768px}}

@media (min-width: 1024px){.container{max-width:1024px}}

@media (min-width: 1280px){.container{max-width:1280px}}

.block{display:block}

.inline{display:inline}

.inline-block{display:inline-block}

.flex{display:flex}

.table{display:table}

.table-row{display:table-row}

.table-cell{display:table-cell}

.contents{display:contents}

.hidden {
	display: none;
}

.justify-between {
	justify-content: space-between;
}

.items-center {
	align-items: center;
}

.items-end {
	align-items: flex-end;
}

.flex-col {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-1 {
	flex: 1 1 0%;
}

.flex-grow {
	flex-grow: 1;
}

.self-start {
	align-self: flex-start;
}

.self-center {
	align-self: center;
}

.order-1{order:1}

.static{position:static}

.absolute{position:absolute}

.relative{position:relative}

.sticky{position:sticky}

.top-0{top:0rem}

.p-1{padding:0.25rem}

.py-1{padding-top:0.25rem;padding-bottom:0.25rem}

.p-2{padding:0.5rem}

.pr-2{padding-right:0.5rem}

.px-2{padding-left:0.5rem;padding-right:0.5rem}

.py-2{padding-top:0.5rem;padding-bottom:0.5rem}

.pt-3{padding-top:0.75rem}

.px-3{padding-left:0.75rem;padding-right:0.75rem}

.py-3{padding-top:0.75rem;padding-bottom:0.75rem}

.p-4{padding:1rem}

.pr-4{padding-right:1rem}

.pb-4{padding-bottom:1rem}

.px-4{padding-left:1rem;padding-right:1rem}

.py-4{padding-top:1rem;padding-bottom:1rem}

.pt-6{padding-top:1.5rem}

.pb-20{padding-bottom:5rem}

.m-0{margin:0rem}

.mt-1{margin-top:0.25rem}

.mb-1{margin-bottom:0.25rem}

.my-1{margin-top:0.25rem;margin-bottom:0.25rem}

.mt-2{margin-top:0.5rem}

.mr-2{margin-right:0.5rem}

.mb-2{margin-bottom:0.5rem}

.my-2{margin-top:0.5rem;margin-bottom:0.5rem}

.my-3{margin-top:0.75rem;margin-bottom:0.75rem}

.mt-4{margin-top:1rem}

.mr-4{margin-right:1rem}

.mb-4{margin-bottom:1rem}

.mx-4{margin-left:1rem;margin-right:1rem}

.my-4{margin-top:1rem;margin-bottom:1rem}

.mt-6{margin-top:1.5rem}

.mb-6{margin-bottom:1.5rem}

.mb-12{margin-bottom:3rem}

@media (min-width: 768px){.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}}

.space-x-2 > * + *{margin-left:0.5rem}

.space-y-2 > * + *{margin-top:0.5rem}

.w-full {
	width: 100%;
}

.w-1\/3 {
	width: calc(100% / 3);
}

.h-full {
	height: 100%;
}

.min-h-full {
	min-height: 100%;
}

.h-16{height:4rem}

.max-w-8{max-width:2rem}

.max-w-56{max-width:14rem}

.w-64{width:16rem}

.max-w-192{max-width:48rem}

.rounded {
	border-radius: 0.25rem;
}

.border{border-width:1px}

.border-t{border-top-width:1px}

@media (min-width: 768px){}

@media (min-width: 1024px){}

.overflow-y-auto{overflow-y:auto}

.text-black{color:black}

.bg-white{background-color:white}

.text-white{color:white}

.text-gray-d{color:#858888}

.hover\:bg-gray-m:hover{background-color:#babcbc}

.border-gray-m{border-color:#babcbc}

.bg-gray-l{background-color:#eeefef}

.hover\:bg-gray-l:hover{background-color:#eeefef}

.bg-blue-d{background-color:#162c69}

.fill-blue-d{fill:#162c69}

.hover\:bg-blue-m:hover{background-color:#2d4177}

.border-blue-m{border-color:#2d4177}

.bg-blue-l{background-color:#6d7fb0}

.hover\:bg-red-d:hover{background-color:#660503}

.bg-red-m{background-color:#971917}

.hover\:bg-teal-d:hover{background-color:#165d69}

.bg-teal-m{background-color:#1e7d8e}

.bg-teal-l{background-color:#61b2be}

.border-orange-d{border-color:#8f6024}

.bg-orange-m{background-color:#c48531}

.hover\:bg-orange-m:hover{background-color:#c48531}

.bg-orange-l{background-color:#e3b638}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.font-bold {
	font-weight: bold;
}

.leading-none {
	line-height: 0;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.cursor-pointer {
	cursor: pointer;
}

.border-spacing-x {
	border-spacing: 0.25rem 0;
}

.border-spacing-y {
	border-spacing: 0 0.25rem;
}

.btn-gray-l {
	border: 1px solid #858888;
	border-radius: 0.125rem;
	background-color: #eeefef;
	color: black;
}

.btn-blue-d {
	border-radius: 0.125rem;
	background-color: #162c69;
	color: white;
}

.btn-blue-d[disabled] {
	background-color: #858888;
}

