﻿/*
   main.scss
   Main Sass file that imports all base partials
*/
/*
   _variables.scss
   Global variables for the project
*/
/*$button-icon-x-sm: 0.625rem;
$button-icon-y-sm: 0.625rem;*/
/*$button-icon-x-lg: 1.5rem;
$button-icon-x-lg: 1.5rem;*/
/*$input-focus-box-shadow: 0 0 0 0.2rem rgba($color-primary, 0.25);*/
@font-face {
	font-family: "Gotham Rounded";
	src: url("../fonts/GothamRounded/GothamRoundedLight.woff2") format("woff2"), url("../fonts/GothamRounded/GothamRoundedLight.woff") format("woff");
	font-weight: 100 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gotham Rounded";
	src: url("../fonts/GothamRounded/GothamRoundedBook.woff2") format("woff2"), url("../fonts/GothamRounded/GothamRoundedBook.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gotham Rounded";
	src: url("../fonts/GothamRounded/GothamRoundedMedium.woff2") format("woff2"), url("../fonts/GothamRounded/GothamRoundedMedium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gotham Rounded";
	src: url("../fonts/GothamRounded/GothamRoundedBold.woff2") format("woff2"), url("../fonts/GothamRounded/GothamRoundedBold.woff") format("woff");
	font-weight: 600 900;
	font-style: normal;
	font-display: swap;
}
/*
   _reset.scss
   A modern CSS reset
*/
/*
   _variables.scss
   Global variables for the project
*/
/*$button-icon-x-sm: 0.625rem;
$button-icon-y-sm: 0.625rem;*/
/*$button-icon-x-lg: 1.5rem;
$button-icon-x-lg: 1.5rem;*/
/*$input-focus-box-shadow: 0 0 0 0.2rem rgba($color-primary, 0.25);*/
*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1, h2, h3, h4, h5, h6,
p,
figure,
blockquote,
dl, dd, ol, ul {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
}

body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
	font-family: "Gotham Rounded", Arial, sans-serif;
	font-weight: 400;
	color: hsl(0, 0%, 42%);
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img,
picture {
	max-width: 100%;
	display: block;
	height: auto;
}

input,
button,
textarea,
select {
	font: inherit;
}

ul, ol {
	list-style: none;
}

a {
	text-decoration: none;
	font-size: 0.75rem;
	color: hsl(0, 0%, 42%);
	transition: color 0.2s ease-in-out;
}

	a:hover {
		color: hsl(0, 0%, 32%);
	}

	a:focus-visible {
		outline: 0.2rem solid rgba(36.414, 88.893, 106.386, 0.5);
		outline-offset: 2px;
	}

:focus-visible {
	outline: 0.2rem solid rgba(36.414, 88.893, 106.386, 0.5);
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

table {
	border-collapse: collapse;
	width: 100%;
}

th {
	text-align: inherit;
}

tbody, td, tfoot, th, thead, tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

.aspNetHidden {
	display: none;
}

.validation-summary-errors {
	color: hsl(354, 70%, 54%);
}

.field-validation-error {
	color: hsl(354, 70%, 54%);
}

.field-validation-valid {
	display: none;
}

input.input-validation-error,
select.input-validation-error,
textarea.input-validation-error {
	border-color: hsl(354, 70%, 54%);
}

/*
   _typography.scss
   Typography styles
*/
/*
   _variables.scss
   Global variables for the project
*/
/*$button-icon-x-sm: 0.625rem;
$button-icon-y-sm: 0.625rem;*/
/*$button-icon-x-lg: 1.5rem;
$button-icon-x-lg: 1.5rem;*/
/*$input-focus-box-shadow: 0 0 0 0.2rem rgba($color-primary, 0.25);*/
body {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1rem;
	font-weight: 600;
	line-height: 1.2;
	color: hsl(195, 49%, 28%);
	text-transform: uppercase;
}

h1 {
	font-size: 2rem;
	margin-top: 3rem;
}

@media (min-width: 768px) {
	h1 {
		font-size: 2.5rem;
	}
}

h2 {
	font-size: 1.5rem;
	margin-top: 2rem;
}

@media (min-width: 768px) {
	h2 {
		font-size: 2rem;
	}
}

h3 {
	font-size: 1.25rem;
	margin-top: 1.5rem;
}

@media (min-width: 768px) {
	h3 {
		font-size: 1.5rem;
	}
}

h4 {
	font-size: 1.125rem;
	margin-top: 1rem;
}

h5 {
	font-size: 1rem;
	font-weight: 500;
	margin-top: 1rem;
}

h6 {
	font-size: 1rem;
	font-weight: 500;
	margin-top: 1rem;
	color: hsl(0, 0%, 50%);
}

p {
	margin-bottom: 1rem;
}

small {
	font-size: 0.875rem;
}

strong, b {
	font-weight: 600;
}

em, i {
	font-style: italic;
}

ul, ol {
	margin-bottom: 1rem;
	padding-left: 1.5rem;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li {
	margin-bottom: 0.25rem;
}

.text-light {
	font-weight: 300;
}

.text-regular {
	font-weight: 400 !important;
}

.text-medium {
	font-weight: 500;
}

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

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

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

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

.text-dark-grey {
	color: hsl(0 0% 42%);
}

.text-primary {
	color: hsl(195, 49%, 28%) !important;
}

.text-secondary {
	color: hsl(81, 100%, 36%);
}

.text-black {
	color: #000000 !important;
}

.text-muted {
	color: hsl(0, 0%, 50%);
}

.text-underline {
	text-decoration: underline !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-wrap {
	white-space: break-spaces!important;
}

/*
   _utilities.scss
   Utility classes
*/
/*
   _variables.scss
   Global variables for the project
*/
/*$button-icon-x-sm: 0.625rem;
$button-icon-y-sm: 0.625rem;*/
/*$button-icon-x-lg: 1.5rem;
$button-icon-x-lg: 1.5rem;*/
/*$input-focus-box-shadow: 0 0 0 0.2rem rgba($color-primary, 0.25);*/
.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-flex {
	display: flex !important;
}

.d-grid {
	display: grid !important;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		flex-direction: row !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		flex-direction: row !important;
	}
}

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

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

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

.justify-content-around {
	justify-content: space-around !important;
}

.align-items-start {
	align-items: flex-start !important;
}

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

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

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

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

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.m-xs {
	margin: 0.25rem !important;
}

.mt-xs {
	margin-top: 0.25rem !important;
}

.mr-xs {
	margin-right: 0.25rem !important;
}

.mb-xs {
	margin-bottom: 0.25rem !important;
}

.ml-xs {
	margin-left: 0.25rem !important;
}

.mx-xs {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}

.my-xs {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.m-sm {
	margin: 0.5rem !important;
}

.mt-sm {
	margin-top: 0.5rem !important;
}

.mr-sm {
	margin-right: 0.5rem !important;
}

.mb-sm {
	margin-bottom: 0.5rem !important;
}

.ml-sm {
	margin-left: 0.5rem !important;
}

.mx-sm {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}

.my-sm {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.m-md {
	margin: 1rem !important;
}

.mt-md {
	margin-top: 1rem !important;
}

.mr-md {
	margin-right: 1rem !important;
}

.mb-md {
	margin-bottom: 1rem !important;
}

.ml-md {
	margin-left: 1rem !important;
}

.mx-md {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.my-md {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.m-lg {
	margin: 1.5rem !important;
}

.mt-lg {
	margin-top: 1.5rem !important;
}

.mr-lg {
	margin-right: 1.5rem !important;
}

.mb-lg {
	margin-bottom: 1.5rem !important;
}

.ml-lg {
	margin-left: 1.5rem !important;
}

.mx-lg {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.my-lg {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.m-xl {
	margin: 2rem !important;
}

.mt-xl {
	margin-top: 2rem !important;
}

.mr-xl {
	margin-right: 2rem !important;
}

.mb-xl {
	margin-bottom: 2rem !important;
}

.ml-xl {
	margin-left: 2rem !important;
}

.mx-xl {
	margin-right: 2rem !important;
	margin-left: 2rem !important;
}

.my-xl {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}

.m-2xl {
	margin: 3rem !important;
}

.mt-2xl {
	margin-top: 3rem !important;
}

.mr-2xl {
	margin-right: 3rem !important;
}

.mb-2xl {
	margin-bottom: 3rem !important;
}

.ml-2xl {
	margin-left: 3rem !important;
}

.mx-2xl {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.my-2xl {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.m-3xl {
	margin: 4rem !important;
}

.mt-3xl {
	margin-top: 4rem !important;
}

.mr-3xl {
	margin-right: 4rem !important;
}

.mb-3xl {
	margin-bottom: 4rem !important;
}

.ml-3xl {
	margin-left: 4rem !important;
}

.mx-3xl {
	margin-right: 4rem !important;
	margin-left: 4rem !important;
}

.my-3xl {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}

	.mt-sm-0 {
		margin-top: 0 !important;
	}

	.mr-sm-0 {
		margin-right: 0 !important;
	}

	.mb-sm-0 {
		margin-bottom: 0 !important;
	}

	.ml-sm-0 {
		margin-left: 0 !important;
	}

	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.m-sm-xs {
		margin: 0.25rem !important;
	}

	.mt-sm-xs {
		margin-top: 0.25rem !important;
	}

	.mr-sm-xs {
		margin-right: 0.25rem !important;
	}

	.mb-sm-xs {
		margin-bottom: 0.25rem !important;
	}

	.ml-sm-xs {
		margin-left: 0.25rem !important;
	}

	.mx-sm-xs {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.my-sm-xs {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.m-sm-sm {
		margin: 0.5rem !important;
	}

	.mt-sm-sm {
		margin-top: 0.5rem !important;
	}

	.mr-sm-sm {
		margin-right: 0.5rem !important;
	}

	.mb-sm-sm {
		margin-bottom: 0.5rem !important;
	}

	.ml-sm-sm {
		margin-left: 0.5rem !important;
	}

	.mx-sm-sm {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.my-sm-sm {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.m-sm-md {
		margin: 1rem !important;
	}

	.mt-sm-md {
		margin-top: 1rem !important;
	}

	.mr-sm-md {
		margin-right: 1rem !important;
	}

	.mb-sm-md {
		margin-bottom: 1rem !important;
	}

	.ml-sm-md {
		margin-left: 1rem !important;
	}

	.mx-sm-md {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.my-sm-md {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.m-sm-lg {
		margin: 1.5rem !important;
	}

	.mt-sm-lg {
		margin-top: 1.5rem !important;
	}

	.mr-sm-lg {
		margin-right: 1.5rem !important;
	}

	.mb-sm-lg {
		margin-bottom: 1.5rem !important;
	}

	.ml-sm-lg {
		margin-left: 1.5rem !important;
	}

	.mx-sm-lg {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.my-sm-lg {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.m-sm-xl {
		margin: 2rem !important;
	}

	.mt-sm-xl {
		margin-top: 2rem !important;
	}

	.mr-sm-xl {
		margin-right: 2rem !important;
	}

	.mb-sm-xl {
		margin-bottom: 2rem !important;
	}

	.ml-sm-xl {
		margin-left: 2rem !important;
	}

	.mx-sm-xl {
		margin-right: 2rem !important;
		margin-left: 2rem !important;
	}

	.my-sm-xl {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}

	.m-sm-2xl {
		margin: 3rem !important;
	}

	.mt-sm-2xl {
		margin-top: 3rem !important;
	}

	.mr-sm-2xl {
		margin-right: 3rem !important;
	}

	.mb-sm-2xl {
		margin-bottom: 3rem !important;
	}

	.ml-sm-2xl {
		margin-left: 3rem !important;
	}

	.mx-sm-2xl {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.my-sm-2xl {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.m-sm-3xl {
		margin: 4rem !important;
	}

	.mt-sm-3xl {
		margin-top: 4rem !important;
	}

	.mr-sm-3xl {
		margin-right: 4rem !important;
	}

	.mb-sm-3xl {
		margin-bottom: 4rem !important;
	}

	.ml-sm-3xl {
		margin-left: 4rem !important;
	}

	.mx-sm-3xl {
		margin-right: 4rem !important;
		margin-left: 4rem !important;
	}

	.my-sm-3xl {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}

	.mt-md-0 {
		margin-top: 0 !important;
	}

	.mr-md-0 {
		margin-right: 0 !important;
	}

	.mb-md-0 {
		margin-bottom: 0 !important;
	}

	.ml-md-0 {
		margin-left: 0 !important;
	}

	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.m-md-xs {
		margin: 0.25rem !important;
	}

	.mt-md-xs {
		margin-top: 0.25rem !important;
	}

	.mr-md-xs {
		margin-right: 0.25rem !important;
	}

	.mb-md-xs {
		margin-bottom: 0.25rem !important;
	}

	.ml-md-xs {
		margin-left: 0.25rem !important;
	}

	.mx-md-xs {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.my-md-xs {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.m-md-sm {
		margin: 0.5rem !important;
	}

	.mt-md-sm {
		margin-top: 0.5rem !important;
	}

	.mr-md-sm {
		margin-right: 0.5rem !important;
	}

	.mb-md-sm {
		margin-bottom: 0.5rem !important;
	}

	.ml-md-sm {
		margin-left: 0.5rem !important;
	}

	.mx-md-sm {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.my-md-sm {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.m-md-md {
		margin: 1rem !important;
	}

	.mt-md-md {
		margin-top: 1rem !important;
	}

	.mr-md-md {
		margin-right: 1rem !important;
	}

	.mb-md-md {
		margin-bottom: 1rem !important;
	}

	.ml-md-md {
		margin-left: 1rem !important;
	}

	.mx-md-md {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.my-md-md {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.m-md-lg {
		margin: 1.5rem !important;
	}

	.mt-md-lg {
		margin-top: 1.5rem !important;
	}

	.mr-md-lg {
		margin-right: 1.5rem !important;
	}

	.mb-md-lg {
		margin-bottom: 1.5rem !important;
	}

	.ml-md-lg {
		margin-left: 1.5rem !important;
	}

	.mx-md-lg {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.my-md-lg {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.m-md-xl {
		margin: 2rem !important;
	}

	.mt-md-xl {
		margin-top: 2rem !important;
	}

	.mr-md-xl {
		margin-right: 2rem !important;
	}

	.mb-md-xl {
		margin-bottom: 2rem !important;
	}

	.ml-md-xl {
		margin-left: 2rem !important;
	}

	.mx-md-xl {
		margin-right: 2rem !important;
		margin-left: 2rem !important;
	}

	.my-md-xl {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}

	.m-md-2xl {
		margin: 3rem !important;
	}

	.mt-md-2xl {
		margin-top: 3rem !important;
	}

	.mr-md-2xl {
		margin-right: 3rem !important;
	}

	.mb-md-2xl {
		margin-bottom: 3rem !important;
	}

	.ml-md-2xl {
		margin-left: 3rem !important;
	}

	.mx-md-2xl {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.my-md-2xl {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.m-md-3xl {
		margin: 4rem !important;
	}

	.mt-md-3xl {
		margin-top: 4rem !important;
	}

	.mr-md-3xl {
		margin-right: 4rem !important;
	}

	.mb-md-3xl {
		margin-bottom: 4rem !important;
	}

	.ml-md-3xl {
		margin-left: 4rem !important;
	}

	.mx-md-3xl {
		margin-right: 4rem !important;
		margin-left: 4rem !important;
	}

	.my-md-3xl {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}

	.mt-lg-0 {
		margin-top: 0 !important;
	}

	.mr-lg-0 {
		margin-right: 0 !important;
	}

	.mb-lg-0 {
		margin-bottom: 0 !important;
	}

	.ml-lg-0 {
		margin-left: 0 !important;
	}

	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.m-lg-xs {
		margin: 0.25rem !important;
	}

	.mt-lg-xs {
		margin-top: 0.25rem !important;
	}

	.mr-lg-xs {
		margin-right: 0.25rem !important;
	}

	.mb-lg-xs {
		margin-bottom: 0.25rem !important;
	}

	.ml-lg-xs {
		margin-left: 0.25rem !important;
	}

	.mx-lg-xs {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.my-lg-xs {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.m-lg-sm {
		margin: 0.5rem !important;
	}

	.mt-lg-sm {
		margin-top: 0.5rem !important;
	}

	.mr-lg-sm {
		margin-right: 0.5rem !important;
	}

	.mb-lg-sm {
		margin-bottom: 0.5rem !important;
	}

	.ml-lg-sm {
		margin-left: 0.5rem !important;
	}

	.mx-lg-sm {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.my-lg-sm {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.m-lg-md {
		margin: 1rem !important;
	}

	.mt-lg-md {
		margin-top: 1rem !important;
	}

	.mr-lg-md {
		margin-right: 1rem !important;
	}

	.mb-lg-md {
		margin-bottom: 1rem !important;
	}

	.ml-lg-md {
		margin-left: 1rem !important;
	}

	.mx-lg-md {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.my-lg-md {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.m-lg-lg {
		margin: 1.5rem !important;
	}

	.mt-lg-lg {
		margin-top: 1.5rem !important;
	}

	.mr-lg-lg {
		margin-right: 1.5rem !important;
	}

	.mb-lg-lg {
		margin-bottom: 1.5rem !important;
	}

	.ml-lg-lg {
		margin-left: 1.5rem !important;
	}

	.mx-lg-lg {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.my-lg-lg {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.m-lg-xl {
		margin: 2rem !important;
	}

	.mt-lg-xl {
		margin-top: 2rem !important;
	}

	.mr-lg-xl {
		margin-right: 2rem !important;
	}

	.mb-lg-xl {
		margin-bottom: 2rem !important;
	}

	.ml-lg-xl {
		margin-left: 2rem !important;
	}

	.mx-lg-xl {
		margin-right: 2rem !important;
		margin-left: 2rem !important;
	}

	.my-lg-xl {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}

	.m-lg-2xl {
		margin: 3rem !important;
	}

	.mt-lg-2xl {
		margin-top: 3rem !important;
	}

	.mr-lg-2xl {
		margin-right: 3rem !important;
	}

	.mb-lg-2xl {
		margin-bottom: 3rem !important;
	}

	.ml-lg-2xl {
		margin-left: 3rem !important;
	}

	.mx-lg-2xl {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.my-lg-2xl {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.m-lg-3xl {
		margin: 4rem !important;
	}

	.mt-lg-3xl {
		margin-top: 4rem !important;
	}

	.mr-lg-3xl {
		margin-right: 4rem !important;
	}

	.mb-lg-3xl {
		margin-bottom: 4rem !important;
	}

	.ml-lg-3xl {
		margin-left: 4rem !important;
	}

	.mx-lg-3xl {
		margin-right: 4rem !important;
		margin-left: 4rem !important;
	}

	.my-lg-3xl {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}

	.mt-xl-0 {
		margin-top: 0 !important;
	}

	.mr-xl-0 {
		margin-right: 0 !important;
	}

	.mb-xl-0 {
		margin-bottom: 0 !important;
	}

	.ml-xl-0 {
		margin-left: 0 !important;
	}

	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.m-xl-xs {
		margin: 0.25rem !important;
	}

	.mt-xl-xs {
		margin-top: 0.25rem !important;
	}

	.mr-xl-xs {
		margin-right: 0.25rem !important;
	}

	.mb-xl-xs {
		margin-bottom: 0.25rem !important;
	}

	.ml-xl-xs {
		margin-left: 0.25rem !important;
	}

	.mx-xl-xs {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.my-xl-xs {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.m-xl-sm {
		margin: 0.5rem !important;
	}

	.mt-xl-sm {
		margin-top: 0.5rem !important;
	}

	.mr-xl-sm {
		margin-right: 0.5rem !important;
	}

	.mb-xl-sm {
		margin-bottom: 0.5rem !important;
	}

	.ml-xl-sm {
		margin-left: 0.5rem !important;
	}

	.mx-xl-sm {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.my-xl-sm {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.m-xl-md {
		margin: 1rem !important;
	}

	.mt-xl-md {
		margin-top: 1rem !important;
	}

	.mr-xl-md {
		margin-right: 1rem !important;
	}

	.mb-xl-md {
		margin-bottom: 1rem !important;
	}

	.ml-xl-md {
		margin-left: 1rem !important;
	}

	.mx-xl-md {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.my-xl-md {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.m-xl-lg {
		margin: 1.5rem !important;
	}

	.mt-xl-lg {
		margin-top: 1.5rem !important;
	}

	.mr-xl-lg {
		margin-right: 1.5rem !important;
	}

	.mb-xl-lg {
		margin-bottom: 1.5rem !important;
	}

	.ml-xl-lg {
		margin-left: 1.5rem !important;
	}

	.mx-xl-lg {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.my-xl-lg {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.m-xl-xl {
		margin: 2rem !important;
	}

	.mt-xl-xl {
		margin-top: 2rem !important;
	}

	.mr-xl-xl {
		margin-right: 2rem !important;
	}

	.mb-xl-xl {
		margin-bottom: 2rem !important;
	}

	.ml-xl-xl {
		margin-left: 2rem !important;
	}

	.mx-xl-xl {
		margin-right: 2rem !important;
		margin-left: 2rem !important;
	}

	.my-xl-xl {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}

	.m-xl-2xl {
		margin: 3rem !important;
	}

	.mt-xl-2xl {
		margin-top: 3rem !important;
	}

	.mr-xl-2xl {
		margin-right: 3rem !important;
	}

	.mb-xl-2xl {
		margin-bottom: 3rem !important;
	}

	.ml-xl-2xl {
		margin-left: 3rem !important;
	}

	.mx-xl-2xl {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.my-xl-2xl {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.m-xl-3xl {
		margin: 4rem !important;
	}

	.mt-xl-3xl {
		margin-top: 4rem !important;
	}

	.mr-xl-3xl {
		margin-right: 4rem !important;
	}

	.mb-xl-3xl {
		margin-bottom: 4rem !important;
	}

	.ml-xl-3xl {
		margin-left: 4rem !important;
	}

	.mx-xl-3xl {
		margin-right: 4rem !important;
		margin-left: 4rem !important;
	}

	.my-xl-3xl {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}
}

.m-auto {
	margin: auto !important;
}

.mt-auto {
	margin-top: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ml-auto {
	margin-left: auto !important;
}

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

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.p-xs {
	padding: 0.25rem !important;
}

.pt-xs {
	padding-top: 0.25rem !important;
}

.pr-xs {
	padding-right: 0.25rem !important;
}

.pb-xs {
	padding-bottom: 0.25rem !important;
}

.pl-xs {
	padding-left: 0.25rem !important;
}

.px-xs {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}

.py-xs {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.p-sm {
	padding: 0.5rem !important;
}

.pt-sm {
	padding-top: 0.5rem !important;
}

.pr-sm {
	padding-right: 0.5rem !important;
}

.pb-sm {
	padding-bottom: 0.5rem !important;
}

.pl-sm {
	padding-left: 0.5rem !important;
}

.px-sm {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

.py-sm {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.p-md {
	padding: 1rem !important;
}

.pt-md {
	padding-top: 1rem !important;
}

.pr-md {
	padding-right: 1rem !important;
}

.pb-md {
	padding-bottom: 1rem !important;
}

.pl-md {
	padding-left: 1rem !important;
}

.px-md {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.py-md {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.p-lg {
	padding: 1.5rem !important;
}

.pt-lg {
	padding-top: 1.5rem !important;
}

.pr-lg {
	padding-right: 1.5rem !important;
}

.pb-lg {
	padding-bottom: 1.5rem !important;
}

.pl-lg {
	padding-left: 1.5rem !important;
}

.px-lg {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.py-lg {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.p-xl {
	padding: 2rem !important;
}

.pt-xl {
	padding-top: 2rem !important;
}

.pr-xl {
	padding-right: 2rem !important;
}

.pb-xl {
	padding-bottom: 2rem !important;
}

.pl-xl {
	padding-left: 2rem !important;
}

.px-xl {
	padding-right: 2rem !important;
	padding-left: 2rem !important;
}

.py-xl {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

.p-2xl {
	padding: 3rem !important;
}

.pt-2xl {
	padding-top: 3rem !important;
}

.pr-2xl {
	padding-right: 3rem !important;
}

.pb-2xl {
	padding-bottom: 3rem !important;
}

.pl-2xl {
	padding-left: 3rem !important;
}

.px-2xl {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.py-2xl {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.p-3xl {
	padding: 4rem !important;
}

.pt-3xl {
	padding-top: 4rem !important;
}

.pr-3xl {
	padding-right: 4rem !important;
}

.pb-3xl {
	padding-bottom: 4rem !important;
}

.pl-3xl {
	padding-left: 4rem !important;
}

.px-3xl {
	padding-right: 4rem !important;
	padding-left: 4rem !important;
}

.py-3xl {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}

@media (min-width: 576px) {
	.p-sm-0 {
		padding: 0 !important;
	}

	.pt-sm-0 {
		padding-top: 0 !important;
	}

	.pr-sm-0 {
		padding-right: 0 !important;
	}

	.pb-sm-0 {
		padding-bottom: 0 !important;
	}

	.pl-sm-0 {
		padding-left: 0 !important;
	}

	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.p-sm-xs {
		padding: 0.25rem !important;
	}

	.pt-sm-xs {
		padding-top: 0.25rem !important;
	}

	.pr-sm-xs {
		padding-right: 0.25rem !important;
	}

	.pb-sm-xs {
		padding-bottom: 0.25rem !important;
	}

	.pl-sm-xs {
		padding-left: 0.25rem !important;
	}

	.px-sm-xs {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.py-sm-xs {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.p-sm-sm {
		padding: 0.5rem !important;
	}

	.pt-sm-sm {
		padding-top: 0.5rem !important;
	}

	.pr-sm-sm {
		padding-right: 0.5rem !important;
	}

	.pb-sm-sm {
		padding-bottom: 0.5rem !important;
	}

	.pl-sm-sm {
		padding-left: 0.5rem !important;
	}

	.px-sm-sm {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.py-sm-sm {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.p-sm-md {
		padding: 1rem !important;
	}

	.pt-sm-md {
		padding-top: 1rem !important;
	}

	.pr-sm-md {
		padding-right: 1rem !important;
	}

	.pb-sm-md {
		padding-bottom: 1rem !important;
	}

	.pl-sm-md {
		padding-left: 1rem !important;
	}

	.px-sm-md {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.py-sm-md {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.p-sm-lg {
		padding: 1.5rem !important;
	}

	.pt-sm-lg {
		padding-top: 1.5rem !important;
	}

	.pr-sm-lg {
		padding-right: 1.5rem !important;
	}

	.pb-sm-lg {
		padding-bottom: 1.5rem !important;
	}

	.pl-sm-lg {
		padding-left: 1.5rem !important;
	}

	.px-sm-lg {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.py-sm-lg {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.p-sm-xl {
		padding: 2rem !important;
	}

	.pt-sm-xl {
		padding-top: 2rem !important;
	}

	.pr-sm-xl {
		padding-right: 2rem !important;
	}

	.pb-sm-xl {
		padding-bottom: 2rem !important;
	}

	.pl-sm-xl {
		padding-left: 2rem !important;
	}

	.px-sm-xl {
		padding-right: 2rem !important;
		padding-left: 2rem !important;
	}

	.py-sm-xl {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}

	.p-sm-2xl {
		padding: 3rem !important;
	}

	.pt-sm-2xl {
		padding-top: 3rem !important;
	}

	.pr-sm-2xl {
		padding-right: 3rem !important;
	}

	.pb-sm-2xl {
		padding-bottom: 3rem !important;
	}

	.pl-sm-2xl {
		padding-left: 3rem !important;
	}

	.px-sm-2xl {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-sm-2xl {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.p-sm-3xl {
		padding: 4rem !important;
	}

	.pt-sm-3xl {
		padding-top: 4rem !important;
	}

	.pr-sm-3xl {
		padding-right: 4rem !important;
	}

	.pb-sm-3xl {
		padding-bottom: 4rem !important;
	}

	.pl-sm-3xl {
		padding-left: 4rem !important;
	}

	.px-sm-3xl {
		padding-right: 4rem !important;
		padding-left: 4rem !important;
	}

	.py-sm-3xl {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
}

@media (min-width: 768px) {
	.p-md-0 {
		padding: 0 !important;
	}

	.pt-md-0 {
		padding-top: 0 !important;
	}

	.pr-md-0 {
		padding-right: 0 !important;
	}

	.pb-md-0 {
		padding-bottom: 0 !important;
	}

	.pl-md-0 {
		padding-left: 0 !important;
	}

	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.p-md-xs {
		padding: 0.25rem !important;
	}

	.pt-md-xs {
		padding-top: 0.25rem !important;
	}

	.pr-md-xs {
		padding-right: 0.25rem !important;
	}

	.pb-md-xs {
		padding-bottom: 0.25rem !important;
	}

	.pl-md-xs {
		padding-left: 0.25rem !important;
	}

	.px-md-xs {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.py-md-xs {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.p-md-sm {
		padding: 0.5rem !important;
	}

	.pt-md-sm {
		padding-top: 0.5rem !important;
	}

	.pr-md-sm {
		padding-right: 0.5rem !important;
	}

	.pb-md-sm {
		padding-bottom: 0.5rem !important;
	}

	.pl-md-sm {
		padding-left: 0.5rem !important;
	}

	.px-md-sm {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.py-md-sm {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.p-md-md {
		padding: 1rem !important;
	}

	.pt-md-md {
		padding-top: 1rem !important;
	}

	.pr-md-md {
		padding-right: 1rem !important;
	}

	.pb-md-md {
		padding-bottom: 1rem !important;
	}

	.pl-md-md {
		padding-left: 1rem !important;
	}

	.px-md-md {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.py-md-md {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.p-md-lg {
		padding: 1.5rem !important;
	}

	.pt-md-lg {
		padding-top: 1.5rem !important;
	}

	.pr-md-lg {
		padding-right: 1.5rem !important;
	}

	.pb-md-lg {
		padding-bottom: 1.5rem !important;
	}

	.pl-md-lg {
		padding-left: 1.5rem !important;
	}

	.px-md-lg {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.py-md-lg {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.p-md-xl {
		padding: 2rem !important;
	}

	.pt-md-xl {
		padding-top: 2rem !important;
	}

	.pr-md-xl {
		padding-right: 2rem !important;
	}

	.pb-md-xl {
		padding-bottom: 2rem !important;
	}

	.pl-md-xl {
		padding-left: 2rem !important;
	}

	.px-md-xl {
		padding-right: 2rem !important;
		padding-left: 2rem !important;
	}

	.py-md-xl {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}

	.p-md-2xl {
		padding: 3rem !important;
	}

	.pt-md-2xl {
		padding-top: 3rem !important;
	}

	.pr-md-2xl {
		padding-right: 3rem !important;
	}

	.pb-md-2xl {
		padding-bottom: 3rem !important;
	}

	.pl-md-2xl {
		padding-left: 3rem !important;
	}

	.px-md-2xl {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-md-2xl {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.p-md-3xl {
		padding: 4rem !important;
	}

	.pt-md-3xl {
		padding-top: 4rem !important;
	}

	.pr-md-3xl {
		padding-right: 4rem !important;
	}

	.pb-md-3xl {
		padding-bottom: 4rem !important;
	}

	.pl-md-3xl {
		padding-left: 4rem !important;
	}

	.px-md-3xl {
		padding-right: 4rem !important;
		padding-left: 4rem !important;
	}

	.py-md-3xl {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
}

@media (min-width: 992px) {
	.p-lg-0 {
		padding: 0 !important;
	}

	.pt-lg-0 {
		padding-top: 0 !important;
	}

	.pr-lg-0 {
		padding-right: 0 !important;
	}

	.pb-lg-0 {
		padding-bottom: 0 !important;
	}

	.pl-lg-0 {
		padding-left: 0 !important;
	}

	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.p-lg-xs {
		padding: 0.25rem !important;
	}

	.pt-lg-xs {
		padding-top: 0.25rem !important;
	}

	.pr-lg-xs {
		padding-right: 0.25rem !important;
	}

	.pb-lg-xs {
		padding-bottom: 0.25rem !important;
	}

	.pl-lg-xs {
		padding-left: 0.25rem !important;
	}

	.px-lg-xs {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.py-lg-xs {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.p-lg-sm {
		padding: 0.5rem !important;
	}

	.pt-lg-sm {
		padding-top: 0.5rem !important;
	}

	.pr-lg-sm {
		padding-right: 0.5rem !important;
	}

	.pb-lg-sm {
		padding-bottom: 0.5rem !important;
	}

	.pl-lg-sm {
		padding-left: 0.5rem !important;
	}

	.px-lg-sm {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.py-lg-sm {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.p-lg-md {
		padding: 1rem !important;
	}

	.pt-lg-md {
		padding-top: 1rem !important;
	}

	.pr-lg-md {
		padding-right: 1rem !important;
	}

	.pb-lg-md {
		padding-bottom: 1rem !important;
	}

	.pl-lg-md {
		padding-left: 1rem !important;
	}

	.px-lg-md {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.py-lg-md {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.p-lg-lg {
		padding: 1.5rem !important;
	}

	.pt-lg-lg {
		padding-top: 1.5rem !important;
	}

	.pr-lg-lg {
		padding-right: 1.5rem !important;
	}

	.pb-lg-lg {
		padding-bottom: 1.5rem !important;
	}

	.pl-lg-lg {
		padding-left: 1.5rem !important;
	}

	.px-lg-lg {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.py-lg-lg {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.p-lg-xl {
		padding: 2rem !important;
	}

	.pt-lg-xl {
		padding-top: 2rem !important;
	}

	.pr-lg-xl {
		padding-right: 2rem !important;
	}

	.pb-lg-xl {
		padding-bottom: 2rem !important;
	}

	.pl-lg-xl {
		padding-left: 2rem !important;
	}

	.px-lg-xl {
		padding-right: 2rem !important;
		padding-left: 2rem !important;
	}

	.py-lg-xl {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}

	.p-lg-2xl {
		padding: 3rem !important;
	}

	.pt-lg-2xl {
		padding-top: 3rem !important;
	}

	.pr-lg-2xl {
		padding-right: 3rem !important;
	}

	.pb-lg-2xl {
		padding-bottom: 3rem !important;
	}

	.pl-lg-2xl {
		padding-left: 3rem !important;
	}

	.px-lg-2xl {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-lg-2xl {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.p-lg-3xl {
		padding: 4rem !important;
	}

	.pt-lg-3xl {
		padding-top: 4rem !important;
	}

	.pr-lg-3xl {
		padding-right: 4rem !important;
	}

	.pb-lg-3xl {
		padding-bottom: 4rem !important;
	}

	.pl-lg-3xl {
		padding-left: 4rem !important;
	}

	.px-lg-3xl {
		padding-right: 4rem !important;
		padding-left: 4rem !important;
	}

	.py-lg-3xl {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
}

@media (min-width: 1200px) {
	.p-xl-0 {
		padding: 0 !important;
	}

	.pt-xl-0 {
		padding-top: 0 !important;
	}

	.pr-xl-0 {
		padding-right: 0 !important;
	}

	.pb-xl-0 {
		padding-bottom: 0 !important;
	}

	.pl-xl-0 {
		padding-left: 0 !important;
	}

	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.p-xl-xs {
		padding: 0.25rem !important;
	}

	.pt-xl-xs {
		padding-top: 0.25rem !important;
	}

	.pr-xl-xs {
		padding-right: 0.25rem !important;
	}

	.pb-xl-xs {
		padding-bottom: 0.25rem !important;
	}

	.pl-xl-xs {
		padding-left: 0.25rem !important;
	}

	.px-xl-xs {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.py-xl-xs {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.p-xl-sm {
		padding: 0.5rem !important;
	}

	.pt-xl-sm {
		padding-top: 0.5rem !important;
	}

	.pr-xl-sm {
		padding-right: 0.5rem !important;
	}

	.pb-xl-sm {
		padding-bottom: 0.5rem !important;
	}

	.pl-xl-sm {
		padding-left: 0.5rem !important;
	}

	.px-xl-sm {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.py-xl-sm {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.p-xl-md {
		padding: 1rem !important;
	}

	.pt-xl-md {
		padding-top: 1rem !important;
	}

	.pr-xl-md {
		padding-right: 1rem !important;
	}

	.pb-xl-md {
		padding-bottom: 1rem !important;
	}

	.pl-xl-md {
		padding-left: 1rem !important;
	}

	.px-xl-md {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.py-xl-md {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.p-xl-lg {
		padding: 1.5rem !important;
	}

	.pt-xl-lg {
		padding-top: 1.5rem !important;
	}

	.pr-xl-lg {
		padding-right: 1.5rem !important;
	}

	.pb-xl-lg {
		padding-bottom: 1.5rem !important;
	}

	.pl-xl-lg {
		padding-left: 1.5rem !important;
	}

	.px-xl-lg {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.py-xl-lg {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.p-xl-xl {
		padding: 2rem !important;
	}

	.pt-xl-xl {
		padding-top: 2rem !important;
	}

	.pr-xl-xl {
		padding-right: 2rem !important;
	}

	.pb-xl-xl {
		padding-bottom: 2rem !important;
	}

	.pl-xl-xl {
		padding-left: 2rem !important;
	}

	.px-xl-xl {
		padding-right: 2rem !important;
		padding-left: 2rem !important;
	}

	.py-xl-xl {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}

	.p-xl-2xl {
		padding: 3rem !important;
	}

	.pt-xl-2xl {
		padding-top: 3rem !important;
	}

	.pr-xl-2xl {
		padding-right: 3rem !important;
	}

	.pb-xl-2xl {
		padding-bottom: 3rem !important;
	}

	.pl-xl-2xl {
		padding-left: 3rem !important;
	}

	.px-xl-2xl {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-xl-2xl {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.p-xl-3xl {
		padding: 4rem !important;
	}

	.pt-xl-3xl {
		padding-top: 4rem !important;
	}

	.pr-xl-3xl {
		padding-right: 4rem !important;
	}

	.pb-xl-3xl {
		padding-bottom: 4rem !important;
	}

	.pl-xl-3xl {
		padding-left: 4rem !important;
	}

	.px-xl-3xl {
		padding-right: 4rem !important;
		padding-left: 4rem !important;
	}

	.py-xl-3xl {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
}

.text-2xs {
	font-size: 0.687rem !important;
}

.text-xs {
	font-size: 0.75rem !important;
}

.text-sm {
	font-size: 0.875rem !important;
}

.text-md {
	font-size: 1rem !important;
}

.text-lg {
	font-size: 1.125rem !important;
}

.text-xl {
	font-size: 1.25rem !important;
}

.text-2xl {
	font-size: 1.5rem !important;
}

.text-3xl {
	font-size: 2rem !important;
}

.text-4xl {
	font-size: 2.5rem !important;
}

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

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

.text-right {
	text-align: right !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.capitalize {
	text-transform: capitalize !important;
}

.text-transform-none {
	text-transform: none !important;
}

.w-100 {
	width: 100% !important;
}

.h-100 {
	height: 100% !important;
}

.border {
	border: 1px solid hsl(0 0% 95%) !important;
}

.border-top {
	border-top: 1px solid hsl(0 0% 95%) !important;
}

.border-right {
	border-right: 1px solid hsl(0 0% 95%) !important;
}

.border-bottom {
	border-bottom: 1px solid hsl(0 0% 95%) !important;
}

.border-left {
	border-left: 1px solid hsl(0 0% 95%) !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

.rounded-sm {
	border-radius: 0.2rem !important;
}

.rounded-lg {
	border-radius: 0.5rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-flex {
		display: flex !important;
	}

	.d-sm-grid {
		display: grid !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-flex {
		display: flex !important;
	}

	.d-md-grid {
		display: grid !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-flex {
		display: flex !important;
	}

	.d-lg-grid {
		display: grid !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-flex {
		display: flex !important;
	}

	.d-xl-grid {
		display: grid !important;
	}
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.bg-primary {
	background-color: hsl(195, 49%, 28%) !important;
}

.bg-secondary {
	background-color: hsl(81, 100%, 36%) !important;
}

.bg-white {
	background-color: #ffffff !important;
}

.bg-light {
	background-color: hsl(0, 0%, 96%) !important;
}

/*
   _accessibility.scss
   Accessibility-focused styles
*/
/*
   _variables.scss
   Global variables for the project
*/
/*$button-icon-x-sm: 0.625rem;
$button-icon-y-sm: 0.625rem;*/
/*$button-icon-x-lg: 1.5rem;
$button-icon-x-lg: 1.5rem;*/
/*$input-focus-box-shadow: 0 0 0 0.2rem rgba($color-primary, 0.25);*/
.skip-link {
	position: absolute;
	top: -3.75rem;
	left: 0;
	background-color: hsl(195, 49%, 28%);
	color: #ffffff;
	padding: 0.5rem 1rem;
	z-index: 999;
	transition: top 0.2s ease-in-out;
}

	.skip-link:focus {
		top: 0;
	}

@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
/*
   _grid.scss
   Basic layout and container styles
*/
/*
   _variables.scss
   Global variables for the project
*/
/*$button-icon-x-sm: 0.625rem;
$button-icon-y-sm: 0.625rem;*/
/*$button-icon-x-lg: 1.5rem;
$button-icon-x-lg: 1.5rem;*/
/*$input-focus-box-shadow: 0 0 0 0.2rem rgba($color-primary, 0.25);*/
.container {
	width: 100%;
	max-width: 77.5rem;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1rem;
	padding-left: 1rem;
}

.container-sm {
	max-width: 576px;
}

.container-md {
	max-width: 768px;
}

.container-lg {
	max-width: 992px;
}

.container-fluid {
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	margin-right: auto;
	margin-left: auto;
}

.page-layout {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

@media (min-width: 768px) {
	.page-layout {
		height: 100svh;
		overflow: hidden;
	}
}

#main-content {
	flex: 1;
	width: 100%;
	display: flex;
	overflow: hidden auto;
}

.page-header {
	margin-block: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-title {
	margin: 0;
	font-size: 1.5rem;
}

	.page-title .tag {
		display: block;
		font-weight: 500;
		font-size: 1rem;
		color: hsl(0, 0%, 42%);
		margin: 0.5rem 0 0 0;
	}

@media (min-width: 768px) {
	.page-title .tag {
		display: inline-block;
		margin: 0 0 0 0.5rem;
	}
}

.section-header {
	font-weight: 600;
	margin: 0 0 0.5rem 0;
	font-size: 0.75rem;
	color: hsl(0, 0%, 42%);
	text-transform: uppercase;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -0.5rem;
	margin-left: -0.5rem;
}

	.row > * {
		flex-shrink: 0;
		width: 100%;
		max-width: 100%;
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col {
	flex: 1 0 0%;
}

.col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}

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

	.col-sm-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-sm-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-sm-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-sm-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-sm-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.offset-sm-0 {
		margin-left: 0%;
	}

	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}

	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}

	.offset-sm-5 {
		margin-left: 41.6666666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}

	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}

	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 768px) {
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}

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

	.col-md-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-md-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-md-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-md-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-md-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.offset-md-0 {
		margin-left: 0%;
	}

	.offset-md-1 {
		margin-left: 8.3333333333%;
	}

	.offset-md-2 {
		margin-left: 16.6666666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.3333333333%;
	}

	.offset-md-5 {
		margin-left: 41.6666666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.3333333333%;
	}

	.offset-md-8 {
		margin-left: 66.6666666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.3333333333%;
	}

	.offset-md-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 992px) {
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}

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

	.col-lg-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-lg-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-lg-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-lg-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-lg-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.offset-lg-0 {
		margin-left: 0%;
	}

	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}

	.offset-lg-2 {
		margin-left: 16.6666666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}

	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}

	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}

	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}

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

	.col-xl-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-xl-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-xl-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-xl-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-xl-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.offset-xl-0 {
		margin-left: 0%;
	}

	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}

	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}

	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}

	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}

	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}
}
/*
   _header.scss
   Header styles including navigation
*/
/*
   _variables.scss
   Global variables for the project
*/
/*$button-icon-x-sm: 0.625rem;
$button-icon-y-sm: 0.625rem;*/
/*$button-icon-x-lg: 1.5rem;
$button-icon-x-lg: 1.5rem;*/
/*$input-focus-box-shadow: 0 0 0 0.2rem rgba($color-primary, 0.25);*/
.site-header {
	background-color: #ffffff;
	border-bottom: 1px solid hsl(0, 0%, 90%);
	width: 100%;
}

@media (max-width: 991px) {
	.site-header {
		position: sticky;
		top: 0;
		z-index: 1020;
		box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	}
}

.site-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 4rem;
}

@media (min-width: 962px) {
	.site-header .container {
		height: 5rem;
	}
}

.site-logo {
	max-height: 3.2rem;
	width: auto;
}

.menu-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	background: transparent;
	border: none;
	cursor: pointer;
	color: hsl(195, 49%, 28%);
}

@media (min-width: 992px) {
	.menu-toggle {
		display: none;
	}
}

.menu-toggle:focus {
	outline: 0.2rem solid rgba(36.414, 88.893, 106.386, 0.5);
}

.menu-toggle .icon-bar {
	position: relative;
	display: block;
	width: 1.5rem;
	height: 2px;
	border-radius: 2px;
	background-color: currentColor;
	transition: all 0.2s ease-in-out;
}

	.menu-toggle .icon-bar::before, .menu-toggle .icon-bar::after {
		content: "";
		position: absolute;
		left: 0;
		width: 1.5rem;
		height: 2px;
		border-radius: 2px;
		background-color: currentColor;
		transition: all 0.2s ease-in-out;
	}

	.menu-toggle .icon-bar::before {
		top: -6px;
	}

	.menu-toggle .icon-bar::after {
		bottom: -6px;
	}

.menu-toggle.active .icon-bar {
	background-color: transparent;
}

	.menu-toggle.active .icon-bar::before {
		transform: rotate(45deg);
		top: 0;
	}

	.menu-toggle.active .icon-bar::after {
		transform: rotate(-45deg);
		bottom: 0;
	}

.nav-wrapper {
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	.nav-wrapper {
		/*display: none;*/
		position: absolute;
		top: 4rem;
		left: 0;
		width: 100%;
		background-color: #ffffff;
		border-bottom: 1px solid hsl(0, 0%, 90%);
		box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
		z-index: 1000;
		flex-direction: column;
		align-items: flex-start;
		padding: 0;
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transform: translateY(-10px);
		transition: max-height 0.3s ease, padding 0.3s ease, transform 0.3s ease, opacity 0.2s ease;
	}

		.nav-wrapper.is-open {
			max-height: 100svh;
			padding: 2rem 0;
			transform: translateY(-1px);
			opacity: 1;
		}

		.nav-wrapper .main-nav {
			width: 100%;
		}

		.nav-wrapper .header-actions {
			width: 100%;
			padding: 1rem 1rem 0.5rem;
			margin-top: 0.5rem;
			margin-left: 0;
		}

			.nav-wrapper .header-actions .btn {
				display: block;
				margin-inline: auto;
				padding: .5rem 2rem !important;
			}
}

.header-actions {
	display: flex;
	align-items: center;
	margin-left: 1rem;
}

/*
   _footer.scss
   Footer styles
*/
/*
   _variables.scss
   Global variables for the project
*/
/*$button-icon-x-sm: 0.625rem;
$button-icon-y-sm: 0.625rem;*/
/*$button-icon-x-lg: 1.5rem;
$button-icon-x-lg: 1.5rem;*/
/*$input-focus-box-shadow: 0 0 0 0.2rem rgba($color-primary, 0.25);*/
.site-footer {
	background-color: #ffffff;
	border-top: 1px solid hsl(0, 0%, 90%);
	padding: 2rem 0;
	width: 100%;
}

	.site-footer .container {
		display: flex;
		flex-direction: column;
	}

@media (min-width: 768px) {
	.site-footer .container {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}

.footer-logo {
	font-size: 1.125rem;
	font-weight: 600;
	color: hsl(195, 49%, 28%);
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.footer-logo {
		margin-bottom: 0;
	}
}

.footer-logo img {
	width: 6.5rem;
}

@media (max-width: 767px) {
	.footer-logo img {
		margin: 0 auto;
	}
}

.footer-bottom {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.footer-bottom {
		flex-direction: row;
		align-items: center;
	}
}

.footer-copyright {
	font-size: 0.687rem;
	color: hsl(0, 0%, 42%);
	margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
	.footer-copyright {
		text-align: center;
	}
}

@media (min-width: 768px) {
	.footer-copyright {
		margin-bottom: 0;
		margin-right: 1rem;
	}
}

/*
   _navigation.scss
   Styles for main navigation and responsive menu
*/
/*
   _variables.scss
   Global variables for the project
*/
/*$button-icon-x-sm: 0.625rem;
$button-icon-y-sm: 0.625rem;*/
/*$button-icon-x-lg: 1.5rem;
$button-icon-x-lg: 1.5rem;*/
/*$input-focus-box-shadow: 0 0 0 0.2rem rgba($color-primary, 0.25);*/
.main-nav {
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	.main-nav .nav-list {
		flex-direction: column;
		width: 100%;
	}

	.main-nav .nav-item {
		margin: 1rem 0;
		width: 100%;
	}

	.main-nav .nav-link {
		margin-inline: auto;
		font-size: 1rem;
	}
}

.nav-list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-item {
	margin: 0 0.25rem;
}

@media (min-width: 1200px) {
	.nav-item {
		margin: 0 0.5rem;
	}
}

/*.nav-item a {*/
.nav-link {
	display: block;
	padding: 0.25rem 0.5rem;
	color: hsl(0, 0%, 42%);
	font-weight: 400;
	text-decoration: none;
	border-radius: 0.25rem;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	font-size: 1rem;
}

@media (min-width: 768px) {
	.nav-link {
		font-size: 0.75rem;
	}
}

/*.nav-item a:hover {*/
.nav-link:hover {
	color: hsl(195, 49%, 28%);
}

.nav-link:focus {
	outline: 0.2rem solid rgba(36.414, 88.893, 106.386, 0.5);
}

.nav-link.active {
	color: hsl(195, 49%, 28%);
	font-weight: 500;
	position: relative;
}

@media (min-width: 768px) {
	.nav-link.active::after {
		content: "";
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: hsl(195, 49%, 28%);
	}
}
