/*! 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;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
a {
	background-color: transparent;
}
strong {
	font-weight: bolder;
}
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}
[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;
}
[hidden] {
	display: none;
}
html {
	box-sizing: border-box;
	font-family: sans-serif;
}
*,
:after,
:before {
	box-sizing: inherit;
}
h1,
h2,
h3,
p,
ul {
	margin: 0;
}
*,
:after,
:before {
	border: 0 solid #dae1e7;
}
[role='button'] {
	cursor: pointer;
}
.list-reset {
	list-style: none;
	padding: 0;
}
.bg-black {
	background-color: #22292f;
}
.bg-grey-darkest {
	background-color: #3d4852;
}
.bg-grey-lighter {
	background-color: #f1f5f8;
}
.bg-white {
	background-color: #fff;
}
.bg-red-light {
	background-color: #ef5753;
}
.bg-teal {
	background-color: #4dc0b5;
}
.border-white {
	border-color: #fff;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-full {
	border-radius: 9999px;
}
.border {
	border-width: 1px;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.flex-auto {
	flex: 1 1 auto;
}
.flex-no-shrink {
	flex-shrink: 0;
}
.font-normal {
	font-weight: 400;
}
.font-semibold {
	font-weight: 600;
}
.font-bold {
	font-weight: 700;
}
.h-3 {
	height: 0.75rem;
}
.h-4 {
	height: 1rem;
}
.h-8 {
	height: 2rem;
}
.leading-normal {
	line-height: 1.5;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mr-4 {
	margin-right: 1rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.-ml-2 {
	margin-left: -0.5rem;
}
.-ml-6 {
	margin-left: -1.5rem;
}
.opacity-25 {
	opacity: 0.25;
}
.overflow-hidden {
	overflow: hidden;
}
.p-2 {
	padding: 0.5rem;
}
.p-4 {
	padding: 1rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.shadow-lg {
	box-shadow:
		0 15px 30px 0 rgba(0, 0, 0, 0.11),
		0 5px 15px 0 rgba(0, 0, 0, 0.08);
}
.text-black {
	color: #22292f;
}
.text-grey-darker {
	color: #606f7b;
}
.text-white {
	color: #fff;
}
.text-xs {
	font-size: 0.75rem;
}
.text-sm {
	font-size: 0.875rem;
}
.text-base {
	font-size: 1rem;
}
.text-3xl {
	font-size: 1.875rem;
}
.uppercase {
	text-transform: uppercase;
}
.no-underline {
	text-decoration: none;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tracking-wide {
	letter-spacing: 0.05em;
}
.w-3 {
	width: 0.75rem;
}
.w-4 {
	width: 1rem;
}
.w-8 {
	width: 2rem;
}
.container,
.w-full {
	width: 100%;
}
@media (min-width: 576px) {
	.container {
		max-width: 576px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 992px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
@media (min-width: 576px) {
	.sm\:p-8 {
		padding: 2rem;
	}
	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (min-width: 768px) {
	.md\:flex-no-wrap {
		flex-wrap: nowrap;
	}
	.md\:justify-between {
		justify-content: space-between;
	}
	.md\:mb-0 {
		margin-bottom: 0;
	}
	.md\:mr-auto {
		margin-right: auto;
	}
	.md\:shadow-lg {
		box-shadow:
			0 15px 30px 0 rgba(0, 0, 0, 0.11),
			0 5px 15px 0 rgba(0, 0, 0, 0.08);
	}
	.md\:shadow-none {
		box-shadow: none;
	}
	.md\:text-5xl {
		font-size: 3rem;
	}
	.md\:w-1\/2 {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.lg\:flex-no-wrap {
		flex-wrap: nowrap;
	}
	.lg\:flex-no-shrink {
		flex-shrink: 0;
	}
	.lg\:mb-0 {
		margin-bottom: 0;
	}
	.lg\:w-3\/5 {
		width: 60%;
	}
}
