:root {
	line-height: 1.5;
}
*,
::before,
::after {
	box-sizing: border-box;
}

html {
	font-family:
		system-ui,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji'
	;
	line-height: 1.15;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: none;
	scroll-behavior: smooth;
	box-sizing: border-box;
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	min-height: 100svh;
	line-height: 1.5;
	font-size: 1rem;
	font-weight: 450;
}
main {
	display: block;
}
b, strong {
	font-weight: 700;
}
code, kbd, samp, pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace;
	font-size: 1rem;
}
p:not(:empty), p:not(:last-child), p:not(:last-of-type) {
	padding-bottom: 0.5rem;
}
small {
	font-size: 80%;
}
sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5rem;
	font-size: 70%;
}
sub {
	bottom: -0.25rem;
	font-size: 75%;
}
table {
	border-color: currentcolor;
}
button,input,
optgroup,select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
	appearance: button;
	-webkit-appearance: button;
	cursor: pointer;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
::-moz-selection {
	color: #fff;
	background: #01744a;
}
::selection {
	color: #fff;
	background: #01744a;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	appearance: textfield;
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
*:focus-visible {
	outline: 2px dashed var(--color-accent);
}
h1, h2, h3, h4, h5, figure, p, ol, ul {
	margin: 0;
}
h1, h2, h3, h4 {
	text-wrap: balance;
	font-size: inherit;
	font-weight: inherit;
}
p, span {
	text-wrap: pretty;
}
a {
	text-decoration: none;
	cursor: pointer;
	background-color: transparent;
	transition: all 0.25s ease-in-out;
	color: var(--color-green);
}
a:hover, a:active {
	outline: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ol[role="list"], ul[role="list"] {
	list-style: none;
	padding-inline: 0;
}
img, picture {
	display: block;
	max-inline-size: 100%;
	border-style: none;
	max-width: 100%;
	height: auto;
}
:target {
	scroll-margin-block: 5ex;
}
textarea {
	overflow: auto;
	width: 100%;
}
address {
	font-style: normal;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
dialog {
	background-color: white;
	border: none;
	border-radius: 4px;
	color: #45464b;
	display: block;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	left: 0;
	margin: 0 auto;
	max-width: calc(100vw - 4rem);
	min-height: 33.333vh;
	overflow: scroll;
	padding: 2.25rem 1rem 1rem;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 500;
}
dialog::backdrop {
	background-color: rgba(0, 0, 0, 0.75);
}
dialog:not([open]) {
	display: none;
}
details {
	display: block;
}
summary {
	display: inline-block;
}
hr {
	box-sizing: content-box;
	height: 1px;
	border: 0;
	background-color: #eee;
	overflow: visible;
}
.hidden, .hide, [hidden] {
	visibility: hidden;
	display: none;
	opacity: 0;
	height: 0px;
	width: 0px;
	clip: rect(0 0 0 0);
}
#primary[tabindex="-1"]:focus {
	outline: 0;
}
/* Text meant only for screen readers. */
.is-srOnly {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.is-srOnly:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 999;
}
