/*# sourceMappingURL=app.css.map */

@charset "UTF-8";

@import url("https://cdn-iledfof.nitrocdn.com/kxcaspNaTVYKaCZStkbWMHsjXpKdPRiv/assets/static/source/rev-b4b5ec6/fonts.googleapis.com/7b69dcff15d932ba4528cbbb47f5b386.css2");

/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--hvmc-blue: #17427f;
	--hvmc-blue-dark: #001c52;
	--hvmc-blue-light: #d3e2f7;
	--hvmc-blue-gray: #e8ecf2;
	--hvmc-amaranth: #fc5f6f;
	--hvmc-green: #3db3a2;
	--hvmc-green-dark: #008373;
	--hvmc-green-light: #75e6d3;
	--hvmc-green-lightest: #ecf7f6;
	--hvmc-white: #fff;
	--hvmc-gray-light: #f5f5f6;
	--hvmc-gray: #adadad;
	--hvmc-gray-dark: #666;
	--hvmc-red: #dc3545;
	--hvmc-orange: #fd7e14;
	--hvmc-yellow: #ffc107;
	--hvmc-primary: #17427f;
	--hvmc-secondary: #fc5f6f;
	--hvmc-success: #3db3a2;
	--hvmc-info: #d3e2f7;
	--hvmc-warning: #ffc107;
	--hvmc-danger: #dc3545;
	--hvmc-light: #f5f5f6;
	--hvmc-dark: #666;
	--hvmc-font-sans-serif: "Roboto", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--hvmc-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--hvmc-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
}

*, ::after, ::before {
	box-sizing: border-box;
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	font-family: var(--hvmc-font-sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #666;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25;
}

hr:not([size]) {
	height: 1px;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1rem;
	font-weight: 700;
	line-height: 1.2;
	color: #001c52;
}

.h1, h1 {
	font-size: calc(1.5rem + 3vw);
}

@media (min-width:1200px) {
	.h1, h1 {
		font-size: 3.75rem;
	}
}

.h2, h2 {
	font-size: calc(1.425rem + 2.1vw);
}

@media (min-width:1200px) {
	.h2, h2 {
		font-size: 3rem;
	}
}

.h3, h3 {
	font-size: calc(1.325rem + .9vw);
}

@media (min-width:1200px) {
	.h3, h3 {
		font-size: 2rem;
	}
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .h4, h4 {
	font-size: calc(1.2875rem + .45vw);
}

@media (min-width:1200px) {
	#dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .h4, h4 {
		font-size: 1.625rem;
	}
}

.h5, h5 {
	font-size: calc(1.275rem + .3vw);
}

@media (min-width:1200px) {
	.h5, h5 {
		font-size: 1.5rem;
	}
}

.h6, h6 {
	font-size: 1.25rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[data-bs-original-title], abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol, ul {
	padding-left: 2rem;
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b, strong {
	font-weight: bolder;
}

.small, small {
	font-size: .875em;
}

.mark, mark {
	padding: .2em;
	background-color: #fcf8e3;
}

sub, sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #3db3a2;
	text-decoration: none;
}

a:hover {
	color: #318f82;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

code, kbd, pre, samp {
	font-family: var(--hvmc-font-monospace);
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

code {
	font-size: .875em;
	color: #fc5f6f;
	word-wrap: break-word;
}

a > code {
	color: inherit;
}

kbd {
	padding: .2rem .4rem;
	font-size: .875em;
	color: #fff;
	background-color: #212529;
	border-radius: .25rem;
}

kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700;
}

figure {
	margin: 0 0 1rem;
}

img, svg {
	vertical-align: middle;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #666;
	text-align: left;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

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

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, select {
	text-transform: none;
}

[role=button] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

select:disabled {
	opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
	display: none;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit;
}

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

legend + * {
	clear: left;
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
	padding: 0;
}

::-webkit-inner-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
	padding: 0;
}

::file-selector-button {
	font: inherit;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

iframe {
	border: 0;
}

summary {
	display: list-item;
	cursor: pointer;
}

progress {
	vertical-align: baseline;
}

[hidden] {
	display: none !important;
}

.lead {
	font-size: calc(1.275rem + .3vw);
	font-weight: 300;
}

@media (min-width:1200px) {
	.lead {
		font-size: 1.5rem;
	}
}

.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-1 {
		font-size: 5rem;
	}
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-2 {
		font-size: 4.5rem;
	}
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-3 {
		font-size: 4rem;
	}
}

.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-4 {
		font-size: 3.5rem;
	}
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-5 {
		font-size: 3rem;
	}
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-6 {
		font-size: 2.5rem;
	}
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.initialism {
	font-size: .875em;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote > :last-child {
	margin-bottom: 0;
}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: .875em;
	color: #666;
}

.blockquote-footer::before {
	content: "— ";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 0;
	background-color: #fff;
	border: 0 solid #dee2e6;
	border-radius: 100%;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1;
}

.figure-caption {
	font-size: .875em;
	color: #666;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	width: 100%;
	padding-right: var(--hvmc-gutter-x, .75rem);
	padding-left: var(--hvmc-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	.container, .container-sm {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container, .container-md, .container-sm {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1140px;
	}
}

@media (min-width:1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1320px;
	}
}

.row {
	--hvmc-gutter-x: 1.5rem;
	--hvmc-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--hvmc-gutter-y) * -1);
	margin-right: calc(var(--hvmc-gutter-x) * -.5);
	margin-left: calc(var(--hvmc-gutter-x) * -.5);
}

.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--hvmc-gutter-x) * .5);
	padding-left: calc(var(--hvmc-gutter-x) * .5);
	margin-top: var(--hvmc-gutter-y);
}

.col {
	flex: 1 0 0%;
}

.row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.6666666667%;
}

@media (min-width:576px) {
	.col-sm {
		flex: 1 0 0%;
	}
	
	.row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}

@media (min-width:768px) {
	.col-md {
		flex: 1 0 0%;
	}
	
	.row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}

@media (min-width:992px) {
	.col-lg {
		flex: 1 0 0%;
	}
	
	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex: 1 0 0%;
	}
	
	.row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}

@media (min-width:1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}
	
	.row-cols-xxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-xxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-xxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-xxl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-xxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-xxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-xxl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}

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

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}

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

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

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

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

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

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}

.archive-posts__content .hvmc-card-wrap, .col-12, .mini-loop-target .hvmc-card-wrap, .post-selection .hvmc-card-wrap, .resource-hub-target .hvmc-card-wrap {
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 8.33333333%;
}

.offset-2 {
	margin-left: 16.66666667%;
}

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

.offset-4 {
	margin-left: 33.33333333%;
}

.offset-5 {
	margin-left: 41.66666667%;
}

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

.offset-7 {
	margin-left: 58.33333333%;
}

.offset-8 {
	margin-left: 66.66666667%;
}

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

.offset-10 {
	margin-left: 83.33333333%;
}

.offset-11 {
	margin-left: 91.66666667%;
}

.g-0, .gx-0 {
	--hvmc-gutter-x: 0;
}

.g-0, .gy-0 {
	--hvmc-gutter-y: 0;
}

.g-1, .gx-1 {
	--hvmc-gutter-x: .25rem;
}

.g-1, .gy-1 {
	--hvmc-gutter-y: .25rem;
}

.g-2, .gx-2 {
	--hvmc-gutter-x: .5rem;
}

.g-2, .gy-2 {
	--hvmc-gutter-y: .5rem;
}

.g-3, .gx-3 {
	--hvmc-gutter-x: 1rem;
}

.g-3, .gy-3 {
	--hvmc-gutter-y: 1rem;
}

.g-4, .gx-4 {
	--hvmc-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
	--hvmc-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
	--hvmc-gutter-x: 3rem;
}

.g-5, .gy-5 {
	--hvmc-gutter-y: 3rem;
}

.g-8, .gx-8 {
	--hvmc-gutter-x: 4rem;
}

.g-8, .gy-8 {
	--hvmc-gutter-y: 4rem;
}

.g-10, .gx-10 {
	--hvmc-gutter-x: 5rem;
}

.g-10, .gy-10 {
	--hvmc-gutter-y: 5rem;
}

@media (min-width:576px) {
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.66666667%;
	}
	
	.g-sm-0, .gx-sm-0 {
		--hvmc-gutter-x: 0;
	}
	
	.g-sm-0, .gy-sm-0 {
		--hvmc-gutter-y: 0;
	}
	
	.g-sm-1, .gx-sm-1 {
		--hvmc-gutter-x: .25rem;
	}
	
	.g-sm-1, .gy-sm-1 {
		--hvmc-gutter-y: .25rem;
	}
	
	.g-sm-2, .gx-sm-2 {
		--hvmc-gutter-x: .5rem;
	}
	
	.g-sm-2, .gy-sm-2 {
		--hvmc-gutter-y: .5rem;
	}
	
	.g-sm-3, .gx-sm-3 {
		--hvmc-gutter-x: 1rem;
	}
	
	.g-sm-3, .gy-sm-3 {
		--hvmc-gutter-y: 1rem;
	}
	
	.g-sm-4, .gx-sm-4 {
		--hvmc-gutter-x: 1.5rem;
	}
	
	.g-sm-4, .gy-sm-4 {
		--hvmc-gutter-y: 1.5rem;
	}
	
	.g-sm-5, .gx-sm-5 {
		--hvmc-gutter-x: 3rem;
	}
	
	.g-sm-5, .gy-sm-5 {
		--hvmc-gutter-y: 3rem;
	}
	
	.g-sm-8, .gx-sm-8 {
		--hvmc-gutter-x: 4rem;
	}
	
	.g-sm-8, .gy-sm-8 {
		--hvmc-gutter-y: 4rem;
	}
	
	.g-sm-10, .gx-sm-10 {
		--hvmc-gutter-x: 5rem;
	}
	
	.g-sm-10, .gy-sm-10 {
		--hvmc-gutter-y: 5rem;
	}
}

@media (min-width:768px) {
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.archive-posts__content .hvmc-card-wrap, .col-md-6, .mini-loop-target .hvmc-card-wrap, .resource-hub-target .hvmc-card-wrap {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.66666667%;
	}
	
	.g-md-0, .gx-md-0 {
		--hvmc-gutter-x: 0;
	}
	
	.g-md-0, .gy-md-0 {
		--hvmc-gutter-y: 0;
	}
	
	.g-md-1, .gx-md-1 {
		--hvmc-gutter-x: .25rem;
	}
	
	.g-md-1, .gy-md-1 {
		--hvmc-gutter-y: .25rem;
	}
	
	.g-md-2, .gx-md-2 {
		--hvmc-gutter-x: .5rem;
	}
	
	.g-md-2, .gy-md-2 {
		--hvmc-gutter-y: .5rem;
	}
	
	.g-md-3, .gx-md-3 {
		--hvmc-gutter-x: 1rem;
	}
	
	.g-md-3, .gy-md-3 {
		--hvmc-gutter-y: 1rem;
	}
	
	.g-md-4, .gx-md-4 {
		--hvmc-gutter-x: 1.5rem;
	}
	
	.g-md-4, .gy-md-4 {
		--hvmc-gutter-y: 1.5rem;
	}
	
	.g-md-5, .gx-md-5 {
		--hvmc-gutter-x: 3rem;
	}
	
	.g-md-5, .gy-md-5 {
		--hvmc-gutter-y: 3rem;
	}
	
	.g-md-8, .gx-md-8 {
		--hvmc-gutter-x: 4rem;
	}
	
	.g-md-8, .gy-md-8 {
		--hvmc-gutter-y: 4rem;
	}
	
	.g-md-10, .gx-md-10 {
		--hvmc-gutter-x: 5rem;
	}
	
	.g-md-10, .gy-md-10 {
		--hvmc-gutter-y: 5rem;
	}
}

@media (min-width:992px) {
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.archive-posts__content .hvmc-card-wrap, .col-lg-4, .mini-loop-target .hvmc-card-wrap, .post-selection .hvmc-card-wrap, .resource-hub-target .hvmc-card-wrap {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.66666667%;
	}
	
	.g-lg-0, .gx-lg-0 {
		--hvmc-gutter-x: 0;
	}
	
	.g-lg-0, .gy-lg-0 {
		--hvmc-gutter-y: 0;
	}
	
	.g-lg-1, .gx-lg-1 {
		--hvmc-gutter-x: .25rem;
	}
	
	.g-lg-1, .gy-lg-1 {
		--hvmc-gutter-y: .25rem;
	}
	
	.g-lg-2, .gx-lg-2 {
		--hvmc-gutter-x: .5rem;
	}
	
	.g-lg-2, .gy-lg-2 {
		--hvmc-gutter-y: .5rem;
	}
	
	.g-lg-3, .gx-lg-3 {
		--hvmc-gutter-x: 1rem;
	}
	
	.g-lg-3, .gy-lg-3 {
		--hvmc-gutter-y: 1rem;
	}
	
	.g-lg-4, .gx-lg-4 {
		--hvmc-gutter-x: 1.5rem;
	}
	
	.g-lg-4, .gy-lg-4 {
		--hvmc-gutter-y: 1.5rem;
	}
	
	.g-lg-5, .gx-lg-5 {
		--hvmc-gutter-x: 3rem;
	}
	
	.g-lg-5, .gy-lg-5 {
		--hvmc-gutter-y: 3rem;
	}
	
	.g-lg-8, .gx-lg-8 {
		--hvmc-gutter-x: 4rem;
	}
	
	.g-lg-8, .gy-lg-8 {
		--hvmc-gutter-y: 4rem;
	}
	
	.g-lg-10, .gx-lg-10 {
		--hvmc-gutter-x: 5rem;
	}
	
	.g-lg-10, .gy-lg-10 {
		--hvmc-gutter-y: 5rem;
	}
}

@media (min-width:1200px) {
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.66666667%;
	}
	
	.g-xl-0, .gx-xl-0 {
		--hvmc-gutter-x: 0;
	}
	
	.g-xl-0, .gy-xl-0 {
		--hvmc-gutter-y: 0;
	}
	
	.g-xl-1, .gx-xl-1 {
		--hvmc-gutter-x: .25rem;
	}
	
	.g-xl-1, .gy-xl-1 {
		--hvmc-gutter-y: .25rem;
	}
	
	.g-xl-2, .gx-xl-2 {
		--hvmc-gutter-x: .5rem;
	}
	
	.g-xl-2, .gy-xl-2 {
		--hvmc-gutter-y: .5rem;
	}
	
	.g-xl-3, .gx-xl-3 {
		--hvmc-gutter-x: 1rem;
	}
	
	.g-xl-3, .gy-xl-3 {
		--hvmc-gutter-y: 1rem;
	}
	
	.g-xl-4, .gx-xl-4 {
		--hvmc-gutter-x: 1.5rem;
	}
	
	.g-xl-4, .gy-xl-4 {
		--hvmc-gutter-y: 1.5rem;
	}
	
	.g-xl-5, .gx-xl-5 {
		--hvmc-gutter-x: 3rem;
	}
	
	.g-xl-5, .gy-xl-5 {
		--hvmc-gutter-y: 3rem;
	}
	
	.g-xl-8, .gx-xl-8 {
		--hvmc-gutter-x: 4rem;
	}
	
	.g-xl-8, .gy-xl-8 {
		--hvmc-gutter-y: 4rem;
	}
	
	.g-xl-10, .gx-xl-10 {
		--hvmc-gutter-x: 5rem;
	}
	
	.g-xl-10, .gy-xl-10 {
		--hvmc-gutter-y: 5rem;
	}
}

@media (min-width:1400px) {
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-xxl-0 {
		margin-left: 0;
	}
	
	.offset-xxl-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-xxl-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-xxl-3 {
		margin-left: 25%;
	}
	
	.offset-xxl-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-xxl-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-xxl-6 {
		margin-left: 50%;
	}
	
	.offset-xxl-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-xxl-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-xxl-9 {
		margin-left: 75%;
	}
	
	.offset-xxl-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-xxl-11 {
		margin-left: 91.66666667%;
	}
	
	.g-xxl-0, .gx-xxl-0 {
		--hvmc-gutter-x: 0;
	}
	
	.g-xxl-0, .gy-xxl-0 {
		--hvmc-gutter-y: 0;
	}
	
	.g-xxl-1, .gx-xxl-1 {
		--hvmc-gutter-x: .25rem;
	}
	
	.g-xxl-1, .gy-xxl-1 {
		--hvmc-gutter-y: .25rem;
	}
	
	.g-xxl-2, .gx-xxl-2 {
		--hvmc-gutter-x: .5rem;
	}
	
	.g-xxl-2, .gy-xxl-2 {
		--hvmc-gutter-y: .5rem;
	}
	
	.g-xxl-3, .gx-xxl-3 {
		--hvmc-gutter-x: 1rem;
	}
	
	.g-xxl-3, .gy-xxl-3 {
		--hvmc-gutter-y: 1rem;
	}
	
	.g-xxl-4, .gx-xxl-4 {
		--hvmc-gutter-x: 1.5rem;
	}
	
	.g-xxl-4, .gy-xxl-4 {
		--hvmc-gutter-y: 1.5rem;
	}
	
	.g-xxl-5, .gx-xxl-5 {
		--hvmc-gutter-x: 3rem;
	}
	
	.g-xxl-5, .gy-xxl-5 {
		--hvmc-gutter-y: 3rem;
	}
	
	.g-xxl-8, .gx-xxl-8 {
		--hvmc-gutter-x: 4rem;
	}
	
	.g-xxl-8, .gy-xxl-8 {
		--hvmc-gutter-y: 4rem;
	}
	
	.g-xxl-10, .gx-xxl-10 {
		--hvmc-gutter-x: 5rem;
	}
	
	.g-xxl-10, .gy-xxl-10 {
		--hvmc-gutter-y: 5rem;
	}
}

.form-label {
	margin-bottom: .5rem;
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
}

.form-text {
	margin-top: .25rem;
	font-size: .875em;
	color: #666;
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem 1.5rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #666;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 2rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none;
	}
}

.form-control[type=file] {
	overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer;
}

.form-control:focus {
	color: #666;
	background-color: #fff;
	border-color: #8ba1bf;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(23, 66, 127, .25);
}

.form-control::-webkit-date-and-time-value {
	height: 1.5em;
}

.form-control::-moz-placeholder {
	color: #666;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

.form-control::placeholder {
	color: #666;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

.form-control::file-selector-button {
	padding: .375rem 1.5rem;
	margin: -.375rem -1.5rem;
	-webkit-margin-end: 1.5rem;
	margin-inline-end: 1.5rem;
	color: #666;
	background-color: #fff;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-control::file-selector-button {
		transition: none;
	}
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #f2f2f2;
}

.form-control::-webkit-file-upload-button {
	padding: .375rem 1.5rem;
	margin: -.375rem -1.5rem;
	-webkit-margin-end: 1.5rem;
	margin-inline-end: 1.5rem;
	color: #666;
	background-color: #fff;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none;
	}
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #f2f2f2;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: #666;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	min-height: calc(1.5em + ( .5rem + 2px ));
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .25rem;
}

.form-control-sm::file-selector-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem;
}

.form-control-sm::-webkit-file-upload-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem;
}

.form-control-lg {
	min-height: calc(1.5em + ( 1rem + 2px ));
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: 2rem;
}

.form-control-lg::file-selector-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}

textarea.form-control {
	min-height: calc(1.5em + ( .75rem + 2px ));
}

textarea.form-control-sm {
	min-height: calc(1.5em + ( .5rem + 2px ));
}

textarea.form-control-lg {
	min-height: calc(1.5em + ( 1rem + 2px ));
}

.form-control-color {
	max-width: 3rem;
	height: auto;
	padding: .375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer;
}

.form-control-color::-moz-color-swatch {
	height: 1.5em;
	border-radius: 2rem;
}

.form-control-color::-webkit-color-swatch {
	height: 1.5em;
	border-radius: 2rem;
}

.form-select {
	display: block;
	width: 100%;
	padding: .375rem 4.5rem .375rem 1.5rem;
	-moz-padding-start: calc(1.5rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #666;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 1.5rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: 2rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-select.nitro-lazy {
	background-image: none !important;
}

@media (prefers-reduced-motion:reduce) {
	.form-select {
		transition: none;
	}
}

.form-select:focus {
	border-color: #8ba1bf;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(23, 66, 127, .25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
	padding-right: 1.5rem;
	background-image: none;
}

.form-select[multiple].nitro-lazy, .form-select[size]:not([size="1"]).nitro-lazy {
	background-image: none !important;
}

.form-select:disabled {
	background-color: #e9ecef;
}

.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #666;
}

.form-select-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem;
}

.form-select-lg {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: .125rem;
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.5em;
}

.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, .25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

.form-check-input[type=checkbox] {
	border-radius: .25em;
}

.form-check-input[type=radio] {
	border-radius: 50%;
}

.form-check-input:active {
	filter: brightness(90%);
}

.form-check-input:focus {
	border-color: #8ba1bf;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(23, 66, 127, .25);
}

.form-check-input:checked {
	background-color: #17427f;
	border-color: #17427f;
}

.form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=checkbox].nitro-lazy {
	background-image: none !important;
}

.form-check-input:checked[type=radio] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio].nitro-lazy {
	background-image: none !important;
}

.form-check-input[type=checkbox]:indeterminate {
	background-color: #17427f;
	border-color: #17427f;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate.nitro-lazy {
	background-image: none !important;
}

.form-check-input:disabled {
	pointer-events: none;
	filter: none;
	opacity: .5;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
	opacity: .5;
}

.form-switch {
	padding-left: 2.5em;
}

.form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2em;
	transition: background-position .15s ease-in-out;
}

.form-switch .form-check-input.nitro-lazy {
	background-image: none !important;
}

@media (prefers-reduced-motion:reduce) {
	.form-switch .form-check-input {
		transition: none;
	}
}

.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238ba1bf'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:focus.nitro-lazy {
	background-image: none !important;
}

.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked.nitro-lazy {
	background-image: none !important;
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn, .g-block .gform_wrapper.gravity-theme .gform_footer .btn-check:disabled + input[type=submit], .g-block .gform_wrapper.gravity-theme .gform_footer .btn-check[disabled] + input[type=submit] {
	pointer-events: none;
	filter: none;
	opacity: .65;
}

.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-range:focus {
	outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(23, 66, 127, .25);
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(23, 66, 127, .25);
}

.form-range::-moz-focus-outer {
	border: 0;
}

.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #17427f;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.form-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

.form-range::-webkit-slider-thumb:active {
	background-color: #b9c6d9;
}

.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #17427f;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.form-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}

.form-range::-moz-range-thumb:active {
	background-color: #b9c6d9;
}

.form-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.form-range:disabled {
	pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
	background-color: #adadad;
}

.form-range:disabled::-moz-range-thumb {
	background-color: #adadad;
}

.form-floating {
	position: relative;
}

.form-floating > .form-control, .form-floating > .form-select {
	height: calc(2.5rem + 2px);
	line-height: 1;
}

.form-floating > label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: .55rem 1.5rem;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-floating > label {
		transition: none;
	}
}

.form-floating > .form-control {
	padding: .55rem 1.5rem;
}

.form-floating > .form-control::-moz-placeholder {
	color: transparent;
}

.form-floating > .form-control:-ms-input-placeholder {
	color: transparent;
}

.form-floating > .form-control::placeholder {
	color: transparent;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
	padding-top: 1.125rem;
	padding-bottom: .125rem;
}

.form-floating > .form-control:not(:-ms-input-placeholder) {
	padding-top: 1.125rem;
	padding-bottom: .125rem;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
	padding-top: 1.125rem;
	padding-bottom: .125rem;
}

.form-floating > .form-control:-webkit-autofill {
	padding-top: 1.125rem;
	padding-bottom: .125rem;
}

.form-floating > .form-select {
	padding-top: 1.125rem;
	padding-bottom: .125rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
	opacity: .65;
	transform: scale(.75) translateY(-.5rem) translateX(.15rem);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
	opacity: .65;
	transform: scale(.75) translateY(-.5rem) translateX(.15rem);
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
	opacity: .65;
	transform: scale(.75) translateY(-.5rem) translateX(.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
	opacity: .65;
	transform: scale(.75) translateY(-.5rem) translateX(.15rem);
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group > .form-control, .input-group > .form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}

.input-group > .form-control:focus, .input-group > .form-select:focus {
	z-index: 3;
}

.g-block .gform_wrapper.gravity-theme .gform_footer .input-group input[type=submit], .input-group .btn, .input-group .g-block .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
	position: relative;
	z-index: 2;
}

.g-block .gform_wrapper.gravity-theme .gform_footer .input-group input[type=submit]:focus, .input-group .btn:focus, .input-group .g-block .gform_wrapper.gravity-theme .gform_footer input[type=submit]:focus {
	z-index: 3;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem 1.5rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #f5f5f6;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 2rem;
}

.g-block .gform_wrapper.gravity-theme .gform_footer .input-group-lg > input[type=submit], .input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: 2rem;
}

.g-block .gform_wrapper.gravity-theme .gform_footer .input-group-sm > input[type=submit], .input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .25rem;
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
	padding-right: 6rem;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #3db3a2;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #001c52;
	background-color: rgba(61, 179, 162, .9);
	border-radius: 2rem;
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
	display: block;
}

.form-control.is-valid, .was-validated .form-control:valid {
	border-color: #3db3a2;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233DB3A2' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid.nitro-lazy, .was-validated .form-control:valid.nitro-lazy {
	background-image: none !important;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
	border-color: #3db3a2;
	box-shadow: 0 0 0 .25rem rgba(61, 179, 162, .25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.form-select.is-valid, .was-validated .form-select:valid {
	border-color: #3db3a2;
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
	padding-right: 8.25rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233DB3A2' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-position: right 1.5rem center, center right 4.5rem;
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-select.is-valid:not([multiple]):not([size]).nitro-lazy, .form-select.is-valid:not([multiple])[size="1"].nitro-lazy, .was-validated .form-select:valid:not([multiple]):not([size]).nitro-lazy, .was-validated .form-select:valid:not([multiple])[size="1"].nitro-lazy {
	background-image: none !important;
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
	border-color: #3db3a2;
	box-shadow: 0 0 0 .25rem rgba(61, 179, 162, .25);
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
	border-color: #3db3a2;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
	background-color: #3db3a2;
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
	box-shadow: 0 0 0 .25rem rgba(61, 179, 162, .25);
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
	color: #3db3a2;
}

.form-check-inline .form-check-input ~ .valid-feedback {
	margin-left: .5em;
}

.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
	z-index: 1;
}

.input-group .form-control.is-valid:focus, .input-group .form-select.is-valid:focus, .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .form-select:valid:focus {
	z-index: 3;
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: 2rem;
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
	display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid.nitro-lazy, .was-validated .form-control:invalid.nitro-lazy {
	background-image: none !important;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.form-select.is-invalid, .was-validated .form-select:invalid {
	border-color: #dc3545;
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
	padding-right: 8.25rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-position: right 1.5rem center, center right 4.5rem;
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-select.is-invalid:not([multiple]):not([size]).nitro-lazy, .form-select.is-invalid:not([multiple])[size="1"].nitro-lazy, .was-validated .form-select:invalid:not([multiple]):not([size]).nitro-lazy, .was-validated .form-select:invalid:not([multiple])[size="1"].nitro-lazy {
	background-image: none !important;
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
	border-color: #dc3545;
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
	background-color: #dc3545;
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
	color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
	margin-left: .5em;
}

.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
	z-index: 2;
}

.input-group .form-control.is-invalid:focus, .input-group .form-select.is-invalid:focus, .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .form-select:invalid:focus {
	z-index: 3;
}

.btn, .g-block .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
	display: inline-block;
	font-weight: 500;
	line-height: 1.5;
	color: #666;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem 1.2rem;
	font-size: 1rem;
	border-radius: 2rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.btn, .g-block .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
		transition: none;
	}
}

.btn:hover, .g-block .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover {
	color: #666;
}

.btn-check:focus + .btn, .btn:focus, .g-block .gform_wrapper.gravity-theme .gform_footer .btn-check:focus + input[type=submit], .g-block .gform_wrapper.gravity-theme .gform_footer input[type=submit]:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(23, 66, 127, .25);
}

.btn.disabled, .btn:disabled, .g-block .gform_wrapper.gravity-theme .gform_footer fieldset:disabled input[type=submit], .g-block .gform_wrapper.gravity-theme .gform_footer input.disabled[type=submit], .g-block .gform_wrapper.gravity-theme .gform_footer input[type=submit]:disabled, fieldset:disabled .btn, fieldset:disabled .g-block .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
	pointer-events: none;
	opacity: .65;
}

.btn-primary {
	color: #fff;
	background-color: #17427f;
	border-color: #17427f;
}

.btn-primary:hover {
	color: #fff;
	background-color: #14386c;
	border-color: #123566;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #14386c;
	border-color: #123566;
	box-shadow: 0 0 0 .25rem rgba(58, 94, 146, .5);
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #123566;
	border-color: #11325f;
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(58, 94, 146, .5);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #17427f;
	border-color: #17427f;
}

.btn-secondary {
	color: #001c52;
	background-color: #fc5f6f;
	border-color: #fc5f6f;
}

.btn-secondary:hover {
	color: #001c52;
	background-color: #fc7785;
	border-color: #fc6f7d;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
	color: #001c52;
	background-color: #fc7785;
	border-color: #fc6f7d;
	box-shadow: 0 0 0 .25rem rgba(214, 85, 107, .5);
}

.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
	color: #001c52;
	background-color: #fd7f8c;
	border-color: #fc6f7d;
}

.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(214, 85, 107, .5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #001c52;
	background-color: #fc5f6f;
	border-color: #fc5f6f;
}

.btn-success {
	color: #001c52;
	background-color: #3db3a2;
	border-color: #3db3a2;
}

.btn-success:hover {
	color: #001c52;
	background-color: #5abeb0;
	border-color: #50bbab;
}

.btn-check:focus + .btn-success, .btn-success:focus {
	color: #001c52;
	background-color: #5abeb0;
	border-color: #50bbab;
	box-shadow: 0 0 0 .25rem rgba(52, 156, 150, .5);
}

.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
	color: #001c52;
	background-color: #64c2b5;
	border-color: #50bbab;
}

.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(52, 156, 150, .5);
}

.btn-success.disabled, .btn-success:disabled {
	color: #001c52;
	background-color: #3db3a2;
	border-color: #3db3a2;
}

.btn-info {
	color: #001c52;
	background-color: #d3e2f7;
	border-color: #d3e2f7;
}

.btn-info:hover {
	color: #001c52;
	background-color: #dae6f8;
	border-color: #d7e5f8;
}

.btn-check:focus + .btn-info, .btn-info:focus {
	color: #001c52;
	background-color: #dae6f8;
	border-color: #d7e5f8;
	box-shadow: 0 0 0 .25rem rgba(179, 196, 222, .5);
}

.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
	color: #001c52;
	background-color: #dce8f9;
	border-color: #d7e5f8;
}

.btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(179, 196, 222, .5);
}

.btn-info.disabled, .btn-info:disabled {
	color: #001c52;
	background-color: #d3e2f7;
	border-color: #d3e2f7;
}

.btn-warning {
	color: #001c52;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #001c52;
	background-color: #ffca2c;
	border-color: #ffc720;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
	color: #001c52;
	background-color: #ffca2c;
	border-color: #ffc720;
	box-shadow: 0 0 0 .25rem rgba(217, 168, 18, .5);
}

.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
	color: #001c52;
	background-color: #ffcd39;
	border-color: #ffc720;
}

.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(217, 168, 18, .5);
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #001c52;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:hover {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
}

.btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #b02a37;
	border-color: #a52834;
}

.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-light {
	color: #001c52;
	background-color: #f5f5f6;
	border-color: #f5f5f6;
}

.btn-light:hover {
	color: #001c52;
	background-color: #f7f7f7;
	border-color: #f6f6f7;
}

.btn-check:focus + .btn-light, .btn-light:focus {
	color: #001c52;
	background-color: #f7f7f7;
	border-color: #f6f6f7;
	box-shadow: 0 0 0 .25rem rgba(208, 212, 221, .5);
}

.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
	color: #001c52;
	background-color: #f7f7f8;
	border-color: #f6f6f7;
}

.btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(208, 212, 221, .5);
}

.btn-light.disabled, .btn-light:disabled {
	color: #001c52;
	background-color: #f5f5f6;
	border-color: #f5f5f6;
}

.btn-dark {
	color: #fff;
	background-color: #666;
	border-color: #666;
}

.btn-dark:hover {
	color: #fff;
	background-color: #575757;
	border-color: #525252;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
	color: #fff;
	background-color: #575757;
	border-color: #525252;
	box-shadow: 0 0 0 .25rem rgba(125, 125, 125, .5);
}

.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #525252;
	border-color: #4d4d4d;
}

.btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(125, 125, 125, .5);
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #666;
	border-color: #666;
}

.btn-outline-primary {
	color: #17427f;
	border-color: #17427f;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #17427f;
	border-color: #17427f;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
	box-shadow: 0 0 0 .25rem rgba(23, 66, 127, .5);
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
	color: #fff;
	background-color: #17427f;
	border-color: #17427f;
}

.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
	box-shadow: 0 0 0 .25rem rgba(23, 66, 127, .5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #17427f;
	background-color: transparent;
}

.btn-outline-secondary {
	color: #fc5f6f;
	border-color: #fc5f6f;
}

.btn-outline-secondary:hover {
	color: #001c52;
	background-color: #fc5f6f;
	border-color: #fc5f6f;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
	box-shadow: 0 0 0 .25rem rgba(252, 95, 111, .5);
}

.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
	color: #001c52;
	background-color: #fc5f6f;
	border-color: #fc5f6f;
}

.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
	box-shadow: 0 0 0 .25rem rgba(252, 95, 111, .5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #fc5f6f;
	background-color: transparent;
}

.btn-outline-success {
	color: #3db3a2;
	border-color: #3db3a2;
}

.btn-outline-success:hover {
	color: #001c52;
	background-color: #3db3a2;
	border-color: #3db3a2;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
	box-shadow: 0 0 0 .25rem rgba(61, 179, 162, .5);
}

.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
	color: #001c52;
	background-color: #3db3a2;
	border-color: #3db3a2;
}

.btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
	box-shadow: 0 0 0 .25rem rgba(61, 179, 162, .5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #3db3a2;
	background-color: transparent;
}

.btn-outline-info {
	color: #d3e2f7;
	border-color: #d3e2f7;
}

.btn-outline-info:hover {
	color: #001c52;
	background-color: #d3e2f7;
	border-color: #d3e2f7;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
	box-shadow: 0 0 0 .25rem rgba(211, 226, 247, .5);
}

.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
	color: #001c52;
	background-color: #d3e2f7;
	border-color: #d3e2f7;
}

.btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
	box-shadow: 0 0 0 .25rem rgba(211, 226, 247, .5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #d3e2f7;
	background-color: transparent;
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:hover {
	color: #001c52;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
}

.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
	color: #001c52;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
}

.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-outline-light {
	color: #f5f5f6;
	border-color: #f5f5f6;
}

.btn-outline-light:hover {
	color: #001c52;
	background-color: #f5f5f6;
	border-color: #f5f5f6;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
	box-shadow: 0 0 0 .25rem rgba(245, 245, 246, .5);
}

.btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
	color: #001c52;
	background-color: #f5f5f6;
	border-color: #f5f5f6;
}

.btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
	box-shadow: 0 0 0 .25rem rgba(245, 245, 246, .5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f5f5f6;
	background-color: transparent;
}

.btn-outline-dark {
	color: #666;
	border-color: #666;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #666;
	border-color: #666;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
	box-shadow: 0 0 0 .25rem rgba(102, 102, 102, .5);
}

.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
	color: #fff;
	background-color: #666;
	border-color: #666;
}

.btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
	box-shadow: 0 0 0 .25rem rgba(102, 102, 102, .5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #666;
	background-color: transparent;
}

.btn-link {
	font-weight: 400;
	color: #3db3a2;
	text-decoration: none;
}

.btn-link:hover {
	color: #318f82;
}

.btn-link.disabled, .btn-link:disabled {
	color: #666;
}

.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: 2rem;
}

.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .25rem;
}

.fade {
	transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none;
	}
}

.dropdown, .dropend, .dropstart, .dropup {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: .5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #666;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 2rem;
}

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: .125rem;
}

.dropdown-menu-start {
	--bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0;
}

.dropdown-menu-end {
	--bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto;
}

@media (min-width:576px) {
	.dropdown-menu-sm-start {
		--bs-position: start;
	}
	
	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-sm-end {
		--bs-position: end;
	}
	
	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-start {
		--bs-position: start;
	}
	
	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-md-end {
		--bs-position: end;
	}
	
	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-start {
		--bs-position: start;
	}
	
	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-lg-end {
		--bs-position: end;
	}
	
	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:1200px) {
	.dropdown-menu-xl-start {
		--bs-position: start;
	}
	
	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-xl-end {
		--bs-position: end;
	}
	
	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:1400px) {
	.dropdown-menu-xxl-start {
		--bs-position: start;
	}
	
	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-xxl-end {
		--bs-position: end;
	}
	
	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem;
}

.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}

.dropend .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-toggle::after {
	vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem;
}

.dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
}

.dropstart .dropdown-toggle::after {
	display: none;
}

.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropstart .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #1e2125;
	background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #17427f;
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #adadad;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #666;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1rem;
	color: #212529;
}

.dropdown-menu-dark {
	color: #dee2e6;
	background-color: #343a40;
	border-color: rgba(0, 0, 0, .15);
}

.dropdown-menu-dark .dropdown-item {
	color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
	color: #fff;
	background-color: #17427f;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
	color: #adadad;
}

.dropdown-menu-dark .dropdown-divider {
	border-color: rgba(0, 0, 0, .15);
}

.dropdown-menu-dark .dropdown-item-text {
	color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
	color: #adadad;
}

.accordion-button {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	background-color: #fff !important;
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 500;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #001c52;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
	border-radius: 0 !important;
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button {
		transition: none;
	}
}

.accordion-button:not(.collapsed) {
	color: #001c52;
	background-color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 66 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg transform='translate%28-712.000000, -4762.000000%29'%3e%3cg transform='translate%28120.000000, 4746.000000%29'%3e%3cg transform='translate%28592.000000, 16.000000%29'%3e%3cg transform='translate%2842.000000, 0.000000%29'%3e%3cpolygon id='Path' points='0 0 24 0 24 24 0 24'%3e%3c/polygon%3e%3cpolygon id='Path' fill='%233DB3A2' fill-rule='nonzero' points='12 8 6 14 7.41 15.41 12 10.83 16.59 15.41 18 14'%3e%3c/polygon%3e%3c/g%3e%3ctext font-family='Roboto, sans-serif' font-size='16' font-weight='700' line-spacing='24' letter-spacing='0.150000006' fill='%233DB3A2'%3e%3ctspan x='0' y='15'%3eHide%3c/tspan%3e%3c/text%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
	transform: rotate(0);
}

.accordion-button::after {
	flex-shrink: 0;
	width: 4.125rem;
	height: 1.4999985rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 66 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg transform='translate%28-712.000000, -4762.000000%29'%3e%3cg transform='translate%28120.000000, 4746.000000%29'%3e%3cg transform='translate%28592.000000, 16.000000%29'%3e%3cg transform='translate%2842.000000, 0.000000%29'%3e%3cpolygon id='Path' points='0 0 24 0 24 24 0 24'%3e%3c/polygon%3e%3cpolygon id='Path' fill='%233DB3A2' fill-rule='nonzero' points='12 8 6 14 7.41 15.41 12 10.83 16.59 15.41 18 14'%3e%3c/polygon%3e%3c/g%3e%3ctext font-family='Roboto, sans-serif' font-size='16' font-weight='700' line-spacing='24' letter-spacing='0.150000006' fill='%233DB3A2'%3e%3ctspan x='0' y='15'%3eShow%3c/tspan%3e%3c/text%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 4.125rem;
	transition: transform .2s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button::after {
		transition: none;
	}
}

.accordion-button:hover {
	z-index: 2;
}

.accordion-button:focus {
	z-index: 3;
	border-color: #8ba1bf;
	outline: 0;
	box-shadow: none;
}

.accordion-header {
	margin-bottom: 0;
}

.accordion-item {
	background-color: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.accordion-item:first-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion-item:not(:first-of-type) {
	border-top: 0;
}

.accordion-item:last-of-type {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion-item:last-of-type .accordion-collapse {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion-body {
	padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
	border-width: 0;
}

.accordion-flush .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
	border-top: 0;
}

.accordion-flush .accordion-item:last-child {
	border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
	border-radius: 0;
}

.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 2rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 3rem;
}

.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem;
}

.alert-primary {
	color: #0e284c;
	background-color: #d1d9e5;
	border-color: #b9c6d9;
}

.alert-primary .alert-link {
	color: #0b203d;
}

.alert-secondary {
	color: #973943;
	background-color: #fedfe2;
	border-color: #fecfd4;
}

.alert-secondary .alert-link {
	color: #792e36;
}

.alert-success {
	color: #256b61;
	background-color: #d8f0ec;
	border-color: #c5e8e3;
}

.alert-success .alert-link {
	color: #1e564e;
}

.alert-info {
	color: #546b94;
	background-color: #f6f9fd;
	border-color: #f2f6fd;
}

.alert-info .alert-link {
	color: #435676;
}

.alert-warning {
	color: #665e34;
	background-color: #fff3cd;
	border-color: #ffecb5;
}

.alert-warning .alert-link {
	color: #524b2a;
}

.alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}

.alert-danger .alert-link {
	color: #6a1a21;
}

.alert-light {
	color: #627394;
	background-color: #fdfdfd;
	border-color: #fcfcfc;
}

.alert-light .alert-link {
	color: #4e5c76;
}

.alert-dark {
	color: #3d3d3d;
	background-color: #e0e0e0;
	border-color: #d1d1d1;
}

.alert-dark .alert-link {
	color: #313131;
}

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

.link-primary {
	color: #17427f;
}

.link-primary:focus, .link-primary:hover {
	color: #123566;
}

.link-secondary {
	color: #fc5f6f;
}

.link-secondary:focus, .link-secondary:hover {
	color: #fd7f8c;
}

.link-success {
	color: #3db3a2;
}

.link-success:focus, .link-success:hover {
	color: #64c2b5;
}

.link-info {
	color: #d3e2f7;
}

.link-info:focus, .link-info:hover {
	color: #dce8f9;
}

.link-warning {
	color: #ffc107;
}

.link-warning:focus, .link-warning:hover {
	color: #ffcd39;
}

.link-danger {
	color: #dc3545;
}

.link-danger:focus, .link-danger:hover {
	color: #b02a37;
}

.link-light {
	color: #f5f5f6;
}

.link-light:focus, .link-light:hover {
	color: #f7f7f8;
}

.link-dark {
	color: #666;
}

.link-dark:focus, .link-dark:hover {
	color: #525252;
}

.ratio {
	position: relative;
	width: 100%;
}

.ratio::before {
	display: block;
	padding-top: var(--hvmc-aspect-ratio);
	content: "";
}

.ratio > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ratio-1x1 {
	--hvmc-aspect-ratio: 100%;
}

.ratio-4x3 {
	--hvmc-aspect-ratio: 75%;
}

.ratio-16x9 {
	--hvmc-aspect-ratio: 56.25%;
}

.ratio-21x9 {
	--hvmc-aspect-ratio: 42.8571428571%;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020;
}

@media (min-width:576px) {
	.sticky-sm-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width:768px) {
	.sticky-md-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width:992px) {
	.sticky-lg-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width:1200px) {
	.sticky-xl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width:1400px) {
	.sticky-xxl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.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;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

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

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

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

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

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

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

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

.float-start {
	float: left !important;
}

.float-end {
	float: right !important;
}

.float-none {
	float: none !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-visible {
	overflow: visible !important;
}

.overflow-scroll {
	overflow: scroll !important;
}

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

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

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

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

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

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

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

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

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

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

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

.top-50 {
	top: 50% !important;
}

.top-100 {
	top: 100% !important;
}

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

.bottom-50 {
	bottom: 50% !important;
}

.bottom-100 {
	bottom: 100% !important;
}

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

.start-50 {
	left: 50% !important;
}

.start-100 {
	left: 100% !important;
}

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

.end-50 {
	right: 50% !important;
}

.end-100 {
	right: 100% !important;
}

.translate-middle {
	transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
	transform: translateX(-50%) !important;
}

.translate-middle-y {
	transform: translateY(-50%) !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

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

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

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

.border-end {
	border-right: 1px solid #dee2e6 !important;
}

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

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

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

.border-start {
	border-left: 1px solid #dee2e6 !important;
}

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

.border-primary {
	border-color: #17427f !important;
}

.border-secondary {
	border-color: #fc5f6f !important;
}

.border-success {
	border-color: #3db3a2 !important;
}

.border-info {
	border-color: #d3e2f7 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #f5f5f6 !important;
}

.border-dark {
	border-color: #666 !important;
}

.border-white {
	border-color: #fff !important;
}

.border-1 {
	border-width: 1px !important;
}

.border-2 {
	border-width: 2px !important;
}

.border-3 {
	border-width: 3px !important;
}

.border-4 {
	border-width: 4px !important;
}

.border-5 {
	border-width: 5px !important;
}

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

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

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

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

.w-auto {
	width: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.vw-100 {
	width: 100vw !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

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

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

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

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

.h-auto {
	height: auto !important;
}

.mh-100 {
	max-height: 100% !important;
}

.vh-100 {
	height: 100vh !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.flex-fill {
	flex: 1 1 auto !important;
}

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

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

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

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

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

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

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

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

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

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

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

.gap-1 {
	gap: .25rem !important;
}

.gap-2 {
	gap: .5rem !important;
}

.gap-3 {
	gap: 1rem !important;
}

.gap-4 {
	gap: 1.5rem !important;
}

.gap-5 {
	gap: 3rem !important;
}

.gap-8 {
	gap: 4rem !important;
}

.gap-10 {
	gap: 5rem !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;
}

.justify-content-evenly {
	justify-content: space-evenly !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;
}

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

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

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

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

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

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

.align-self-auto {
	align-self: auto !important;
}

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

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

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

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

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

.order-first {
	order: -1 !important;
}

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

.order-1 {
	order: 1 !important;
}

.order-2 {
	order: 2 !important;
}

.order-3 {
	order: 3 !important;
}

.order-4 {
	order: 4 !important;
}

.order-5 {
	order: 5 !important;
}

.order-last {
	order: 6 !important;
}

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

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

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

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

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

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

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

.m-10 {
	margin: 5rem !important;
}

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

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

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

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

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

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

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

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

.mx-10 {
	margin-right: 5rem !important;
	margin-left: 5rem !important;
}

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

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

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

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

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

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

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

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

.my-10 {
	margin-top: 5rem !important;
	margin-bottom: 5rem !important;
}

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

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

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

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

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

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

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

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

.mt-10 {
	margin-top: 5rem !important;
}

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

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

.me-1 {
	margin-right: .25rem !important;
}

.me-2 {
	margin-right: .5rem !important;
}

.me-3 {
	margin-right: 1rem !important;
}

.me-4 {
	margin-right: 1.5rem !important;
}

.me-5 {
	margin-right: 3rem !important;
}

.me-8 {
	margin-right: 4rem !important;
}

.me-10 {
	margin-right: 5rem !important;
}

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

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

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

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

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

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

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

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

.mb-10 {
	margin-bottom: 5rem !important;
}

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

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

.ms-1 {
	margin-left: .25rem !important;
}

.ms-2 {
	margin-left: .5rem !important;
}

.ms-3 {
	margin-left: 1rem !important;
}

.ms-4 {
	margin-left: 1.5rem !important;
}

.ms-5 {
	margin-left: 3rem !important;
}

.ms-8 {
	margin-left: 4rem !important;
}

.ms-10 {
	margin-left: 5rem !important;
}

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

.m-n1 {
	margin: -.25rem !important;
}

.m-n2 {
	margin: -.5rem !important;
}

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

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

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

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

.m-n10 {
	margin: -5rem !important;
}

.mx-n1 {
	margin-right: -.25rem !important;
	margin-left: -.25rem !important;
}

.mx-n2 {
	margin-right: -.5rem !important;
	margin-left: -.5rem !important;
}

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

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

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

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

.mx-n10 {
	margin-right: -5rem !important;
	margin-left: -5rem !important;
}

.my-n1 {
	margin-top: -.25rem !important;
	margin-bottom: -.25rem !important;
}

.my-n2 {
	margin-top: -.5rem !important;
	margin-bottom: -.5rem !important;
}

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

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

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

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

.my-n10 {
	margin-top: -5rem !important;
	margin-bottom: -5rem !important;
}

.mt-n1 {
	margin-top: -.25rem !important;
}

.mt-n2 {
	margin-top: -.5rem !important;
}

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

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

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

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

.mt-n10 {
	margin-top: -5rem !important;
}

.me-n1 {
	margin-right: -.25rem !important;
}

.me-n2 {
	margin-right: -.5rem !important;
}

.me-n3 {
	margin-right: -1rem !important;
}

.me-n4 {
	margin-right: -1.5rem !important;
}

.me-n5 {
	margin-right: -3rem !important;
}

.me-n8 {
	margin-right: -4rem !important;
}

.me-n10 {
	margin-right: -5rem !important;
}

.mb-n1 {
	margin-bottom: -.25rem !important;
}

.mb-n2 {
	margin-bottom: -.5rem !important;
}

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

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

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

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

.mb-n10 {
	margin-bottom: -5rem !important;
}

.ms-n1 {
	margin-left: -.25rem !important;
}

.ms-n2 {
	margin-left: -.5rem !important;
}

.ms-n3 {
	margin-left: -1rem !important;
}

.ms-n4 {
	margin-left: -1.5rem !important;
}

.ms-n5 {
	margin-left: -3rem !important;
}

.ms-n8 {
	margin-left: -4rem !important;
}

.ms-n10 {
	margin-left: -5rem !important;
}

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

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

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

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

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

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

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

.p-10 {
	padding: 5rem !important;
}

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

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

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

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

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

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

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

.px-10 {
	padding-right: 5rem !important;
	padding-left: 5rem !important;
}

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

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

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

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

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

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

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

.py-10 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

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

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

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

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

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

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

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

.pt-10 {
	padding-top: 5rem !important;
}

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

.pe-1 {
	padding-right: .25rem !important;
}

.pe-2 {
	padding-right: .5rem !important;
}

.pe-3 {
	padding-right: 1rem !important;
}

.pe-4 {
	padding-right: 1.5rem !important;
}

.pe-5 {
	padding-right: 3rem !important;
}

.pe-8 {
	padding-right: 4rem !important;
}

.pe-10 {
	padding-right: 5rem !important;
}

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

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

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

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

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

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

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

.pb-10 {
	padding-bottom: 5rem !important;
}

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

.ps-1 {
	padding-left: .25rem !important;
}

.ps-2 {
	padding-left: .5rem !important;
}

.ps-3 {
	padding-left: 1rem !important;
}

.ps-4 {
	padding-left: 1.5rem !important;
}

.ps-5 {
	padding-left: 3rem !important;
}

.ps-8 {
	padding-left: 4rem !important;
}

.ps-10 {
	padding-left: 5rem !important;
}

.font-monospace {
	font-family: var(--hvmc-font-monospace) !important;
}

.fs-1 {
	font-size: calc(1.5rem + 3vw) !important;
}

.fs-2 {
	font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-3 {
	font-size: calc(1.325rem + .9vw) !important;
}

.fs-4 {
	font-size: calc(1.2875rem + .45vw) !important;
}

.fs-5 {
	font-size: calc(1.275rem + .3vw) !important;
}

.fs-6 {
	font-size: 1.25rem !important;
}

.fst-italic {
	font-style: italic !important;
}

.fst-normal {
	font-style: normal !important;
}

.fw-light {
	font-weight: 300 !important;
}

.fw-lighter {
	font-weight: lighter !important;
}

.fw-normal {
	font-weight: 400 !important;
}

.fw-bold {
	font-weight: 700 !important;
}

.fw-bolder {
	font-weight: bolder !important;
}

.lh-1 {
	line-height: 1 !important;
}

.lh-sm {
	line-height: 1.25 !important;
}

.lh-base {
	line-height: 1.5 !important;
}

.lh-lg {
	line-height: 2 !important;
}

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

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

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

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

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

.text-decoration-line-through {
	text-decoration: line-through !important;
}

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

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

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

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

.text-nowrap {
	white-space: nowrap !important;
}

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

.text-primary {
	color: #17427f !important;
}

.text-secondary {
	color: #fc5f6f !important;
}

.text-success {
	color: #3db3a2 !important;
}

.text-info {
	color: #d3e2f7 !important;
}

.text-warning {
	color: #ffc107 !important;
}

.text-danger {
	color: #dc3545 !important;
}

.text-light {
	color: #f5f5f6 !important;
}

.text-dark {
	color: #666 !important;
}

.text-white {
	color: #fff !important;
}

.text-body {
	color: #666 !important;
}

.text-muted {
	color: #666 !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, .5) !important;
}

.text-reset {
	color: inherit !important;
}

.bg-primary {
	background-color: #17427f !important;
}

.bg-secondary {
	background-color: #fc5f6f !important;
}

.bg-success {
	background-color: #3db3a2 !important;
}

.bg-info {
	background-color: #d3e2f7 !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

.bg-light {
	background-color: #f5f5f6 !important;
}

.bg-dark {
	background-color: #666 !important;
}

.bg-body {
	background-color: #fff !important;
}

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

.bg-transparent {
	background-color: transparent !important;
}

.bg-gradient {
	background-image: var(--hvmc-gradient) !important;
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	-ms-user-select: all !important;
	user-select: all !important;
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important;
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

.pe-none {
	pointer-events: none !important;
}

.pe-auto {
	pointer-events: auto !important;
}

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

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

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

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

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

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

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

.rounded-top {
	border-top-left-radius: 2rem !important;
	border-top-right-radius: 2rem !important;
}

.rounded-end {
	border-top-right-radius: 2rem !important;
	border-bottom-right-radius: 2rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: 2rem !important;
	border-bottom-left-radius: 2rem !important;
}

.rounded-start {
	border-bottom-left-radius: 2rem !important;
	border-top-left-radius: 2rem !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media (min-width:576px) {
	.float-sm-start {
		float: left !important;
	}
	
	.float-sm-end {
		float: right !important;
	}
	
	.float-sm-none {
		float: none !important;
	}
	
	.d-sm-inline {
		display: inline !important;
	}
	
	.d-sm-inline-block {
		display: inline-block !important;
	}
	
	.d-sm-block {
		display: block !important;
	}
	
	.d-sm-grid {
		display: grid !important;
	}
	
	.d-sm-table {
		display: table !important;
	}
	
	.d-sm-table-row {
		display: table-row !important;
	}
	
	.d-sm-table-cell {
		display: table-cell !important;
	}
	
	.d-sm-flex {
		display: flex !important;
	}
	
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
	
	.d-sm-none {
		display: none !important;
	}
	
	.flex-sm-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-sm-row {
		flex-direction: row !important;
	}
	
	.flex-sm-column {
		flex-direction: column !important;
	}
	
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-sm-0 {
		gap: 0 !important;
	}
	
	.gap-sm-1 {
		gap: .25rem !important;
	}
	
	.gap-sm-2 {
		gap: .5rem !important;
	}
	
	.gap-sm-3 {
		gap: 1rem !important;
	}
	
	.gap-sm-4 {
		gap: 1.5rem !important;
	}
	
	.gap-sm-5 {
		gap: 3rem !important;
	}
	
	.gap-sm-8 {
		gap: 4rem !important;
	}
	
	.gap-sm-10 {
		gap: 5rem !important;
	}
	
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-sm-center {
		justify-content: center !important;
	}
	
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	
	.justify-content-sm-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	
	.align-items-sm-center {
		align-items: center !important;
	}
	
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	
	.align-content-sm-center {
		align-content: center !important;
	}
	
	.align-content-sm-between {
		align-content: space-between !important;
	}
	
	.align-content-sm-around {
		align-content: space-around !important;
	}
	
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	
	.align-self-sm-auto {
		align-self: auto !important;
	}
	
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	
	.align-self-sm-center {
		align-self: center !important;
	}
	
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
	
	.order-sm-first {
		order: -1 !important;
	}
	
	.order-sm-0 {
		order: 0 !important;
	}
	
	.order-sm-1 {
		order: 1 !important;
	}
	
	.order-sm-2 {
		order: 2 !important;
	}
	
	.order-sm-3 {
		order: 3 !important;
	}
	
	.order-sm-4 {
		order: 4 !important;
	}
	
	.order-sm-5 {
		order: 5 !important;
	}
	
	.order-sm-last {
		order: 6 !important;
	}
	
	.m-sm-0 {
		margin: 0 !important;
	}
	
	.m-sm-1 {
		margin: .25rem !important;
	}
	
	.m-sm-2 {
		margin: .5rem !important;
	}
	
	.m-sm-3 {
		margin: 1rem !important;
	}
	
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	
	.m-sm-5 {
		margin: 3rem !important;
	}
	
	.m-sm-8 {
		margin: 4rem !important;
	}
	
	.m-sm-10 {
		margin: 5rem !important;
	}
	
	.m-sm-auto {
		margin: auto !important;
	}
	
	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-sm-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-sm-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-sm-8 {
		margin-right: 4rem !important;
		margin-left: 4rem !important;
	}
	
	.mx-sm-10 {
		margin-right: 5rem !important;
		margin-left: 5rem !important;
	}
	
	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-sm-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-sm-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-sm-8 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}
	
	.my-sm-10 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}
	
	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	
	.mt-sm-1 {
		margin-top: .25rem !important;
	}
	
	.mt-sm-2 {
		margin-top: .5rem !important;
	}
	
	.mt-sm-3 {
		margin-top: 1rem !important;
	}
	
	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-sm-5 {
		margin-top: 3rem !important;
	}
	
	.mt-sm-8 {
		margin-top: 4rem !important;
	}
	
	.mt-sm-10 {
		margin-top: 5rem !important;
	}
	
	.mt-sm-auto {
		margin-top: auto !important;
	}
	
	.me-sm-0 {
		margin-right: 0 !important;
	}
	
	.me-sm-1 {
		margin-right: .25rem !important;
	}
	
	.me-sm-2 {
		margin-right: .5rem !important;
	}
	
	.me-sm-3 {
		margin-right: 1rem !important;
	}
	
	.me-sm-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-sm-5 {
		margin-right: 3rem !important;
	}
	
	.me-sm-8 {
		margin-right: 4rem !important;
	}
	
	.me-sm-10 {
		margin-right: 5rem !important;
	}
	
	.me-sm-auto {
		margin-right: auto !important;
	}
	
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-sm-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-sm-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-sm-8 {
		margin-bottom: 4rem !important;
	}
	
	.mb-sm-10 {
		margin-bottom: 5rem !important;
	}
	
	.mb-sm-auto {
		margin-bottom: auto !important;
	}
	
	.ms-sm-0 {
		margin-left: 0 !important;
	}
	
	.ms-sm-1 {
		margin-left: .25rem !important;
	}
	
	.ms-sm-2 {
		margin-left: .5rem !important;
	}
	
	.ms-sm-3 {
		margin-left: 1rem !important;
	}
	
	.ms-sm-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-sm-5 {
		margin-left: 3rem !important;
	}
	
	.ms-sm-8 {
		margin-left: 4rem !important;
	}
	
	.ms-sm-10 {
		margin-left: 5rem !important;
	}
	
	.ms-sm-auto {
		margin-left: auto !important;
	}
	
	.m-sm-n1 {
		margin: -.25rem !important;
	}
	
	.m-sm-n2 {
		margin: -.5rem !important;
	}
	
	.m-sm-n3 {
		margin: -1rem !important;
	}
	
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	
	.m-sm-n5 {
		margin: -3rem !important;
	}
	
	.m-sm-n8 {
		margin: -4rem !important;
	}
	
	.m-sm-n10 {
		margin: -5rem !important;
	}
	
	.mx-sm-n1 {
		margin-right: -.25rem !important;
		margin-left: -.25rem !important;
	}
	
	.mx-sm-n2 {
		margin-right: -.5rem !important;
		margin-left: -.5rem !important;
	}
	
	.mx-sm-n3 {
		margin-right: -1rem !important;
		margin-left: -1rem !important;
	}
	
	.mx-sm-n4 {
		margin-right: -1.5rem !important;
		margin-left: -1.5rem !important;
	}
	
	.mx-sm-n5 {
		margin-right: -3rem !important;
		margin-left: -3rem !important;
	}
	
	.mx-sm-n8 {
		margin-right: -4rem !important;
		margin-left: -4rem !important;
	}
	
	.mx-sm-n10 {
		margin-right: -5rem !important;
		margin-left: -5rem !important;
	}
	
	.my-sm-n1 {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important;
	}
	
	.my-sm-n2 {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important;
	}
	
	.my-sm-n3 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important;
	}
	
	.my-sm-n4 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important;
	}
	
	.my-sm-n5 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important;
	}
	
	.my-sm-n8 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important;
	}
	
	.my-sm-n10 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important;
	}
	
	.mt-sm-n1 {
		margin-top: -.25rem !important;
	}
	
	.mt-sm-n2 {
		margin-top: -.5rem !important;
	}
	
	.mt-sm-n3 {
		margin-top: -1rem !important;
	}
	
	.mt-sm-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mt-sm-n5 {
		margin-top: -3rem !important;
	}
	
	.mt-sm-n8 {
		margin-top: -4rem !important;
	}
	
	.mt-sm-n10 {
		margin-top: -5rem !important;
	}
	
	.me-sm-n1 {
		margin-right: -.25rem !important;
	}
	
	.me-sm-n2 {
		margin-right: -.5rem !important;
	}
	
	.me-sm-n3 {
		margin-right: -1rem !important;
	}
	
	.me-sm-n4 {
		margin-right: -1.5rem !important;
	}
	
	.me-sm-n5 {
		margin-right: -3rem !important;
	}
	
	.me-sm-n8 {
		margin-right: -4rem !important;
	}
	
	.me-sm-n10 {
		margin-right: -5rem !important;
	}
	
	.mb-sm-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.mb-sm-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.mb-sm-n3 {
		margin-bottom: -1rem !important;
	}
	
	.mb-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.mb-sm-n5 {
		margin-bottom: -3rem !important;
	}
	
	.mb-sm-n8 {
		margin-bottom: -4rem !important;
	}
	
	.mb-sm-n10 {
		margin-bottom: -5rem !important;
	}
	
	.ms-sm-n1 {
		margin-left: -.25rem !important;
	}
	
	.ms-sm-n2 {
		margin-left: -.5rem !important;
	}
	
	.ms-sm-n3 {
		margin-left: -1rem !important;
	}
	
	.ms-sm-n4 {
		margin-left: -1.5rem !important;
	}
	
	.ms-sm-n5 {
		margin-left: -3rem !important;
	}
	
	.ms-sm-n8 {
		margin-left: -4rem !important;
	}
	
	.ms-sm-n10 {
		margin-left: -5rem !important;
	}
	
	.p-sm-0 {
		padding: 0 !important;
	}
	
	.p-sm-1 {
		padding: .25rem !important;
	}
	
	.p-sm-2 {
		padding: .5rem !important;
	}
	
	.p-sm-3 {
		padding: 1rem !important;
	}
	
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	
	.p-sm-5 {
		padding: 3rem !important;
	}
	
	.p-sm-8 {
		padding: 4rem !important;
	}
	
	.p-sm-10 {
		padding: 5rem !important;
	}
	
	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-sm-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-sm-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.px-sm-8 {
		padding-right: 4rem !important;
		padding-left: 4rem !important;
	}
	
	.px-sm-10 {
		padding-right: 5rem !important;
		padding-left: 5rem !important;
	}
	
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-sm-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-sm-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.py-sm-8 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
	
	.py-sm-10 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
	
	.pt-sm-0 {
		padding-top: 0 !important;
	}
	
	.pt-sm-1 {
		padding-top: .25rem !important;
	}
	
	.pt-sm-2 {
		padding-top: .5rem !important;
	}
	
	.pt-sm-3 {
		padding-top: 1rem !important;
	}
	
	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-sm-5 {
		padding-top: 3rem !important;
	}
	
	.pt-sm-8 {
		padding-top: 4rem !important;
	}
	
	.pt-sm-10 {
		padding-top: 5rem !important;
	}
	
	.pe-sm-0 {
		padding-right: 0 !important;
	}
	
	.pe-sm-1 {
		padding-right: .25rem !important;
	}
	
	.pe-sm-2 {
		padding-right: .5rem !important;
	}
	
	.pe-sm-3 {
		padding-right: 1rem !important;
	}
	
	.pe-sm-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-sm-5 {
		padding-right: 3rem !important;
	}
	
	.pe-sm-8 {
		padding-right: 4rem !important;
	}
	
	.pe-sm-10 {
		padding-right: 5rem !important;
	}
	
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-sm-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-sm-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}
	
	.pb-sm-8 {
		padding-bottom: 4rem !important;
	}
	
	.pb-sm-10 {
		padding-bottom: 5rem !important;
	}
	
	.ps-sm-0 {
		padding-left: 0 !important;
	}
	
	.ps-sm-1 {
		padding-left: .25rem !important;
	}
	
	.ps-sm-2 {
		padding-left: .5rem !important;
	}
	
	.ps-sm-3 {
		padding-left: 1rem !important;
	}
	
	.ps-sm-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-sm-5 {
		padding-left: 3rem !important;
	}
	
	.ps-sm-8 {
		padding-left: 4rem !important;
	}
	
	.ps-sm-10 {
		padding-left: 5rem !important;
	}
	
	.text-sm-start {
		text-align: left !important;
	}
	
	.text-sm-end {
		text-align: right !important;
	}
	
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width:768px) {
	.float-md-start {
		float: left !important;
	}
	
	.float-md-end {
		float: right !important;
	}
	
	.float-md-none {
		float: none !important;
	}
	
	.d-md-inline {
		display: inline !important;
	}
	
	.d-md-inline-block {
		display: inline-block !important;
	}
	
	.d-md-block {
		display: block !important;
	}
	
	.d-md-grid {
		display: grid !important;
	}
	
	.d-md-table {
		display: table !important;
	}
	
	.d-md-table-row {
		display: table-row !important;
	}
	
	.d-md-table-cell {
		display: table-cell !important;
	}
	
	.d-md-flex {
		display: flex !important;
	}
	
	.d-md-inline-flex {
		display: inline-flex !important;
	}
	
	.d-md-none {
		display: none !important;
	}
	
	.flex-md-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-md-row {
		flex-direction: row !important;
	}
	
	.flex-md-column {
		flex-direction: column !important;
	}
	
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-md-0 {
		gap: 0 !important;
	}
	
	.gap-md-1 {
		gap: .25rem !important;
	}
	
	.gap-md-2 {
		gap: .5rem !important;
	}
	
	.gap-md-3 {
		gap: 1rem !important;
	}
	
	.gap-md-4 {
		gap: 1.5rem !important;
	}
	
	.gap-md-5 {
		gap: 3rem !important;
	}
	
	.gap-md-8 {
		gap: 4rem !important;
	}
	
	.gap-md-10 {
		gap: 5rem !important;
	}
	
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-md-center {
		justify-content: center !important;
	}
	
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	
	.justify-content-md-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-md-start {
		align-items: flex-start !important;
	}
	
	.align-items-md-end {
		align-items: flex-end !important;
	}
	
	.align-items-md-center {
		align-items: center !important;
	}
	
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	
	.align-content-md-start {
		align-content: flex-start !important;
	}
	
	.align-content-md-end {
		align-content: flex-end !important;
	}
	
	.align-content-md-center {
		align-content: center !important;
	}
	
	.align-content-md-between {
		align-content: space-between !important;
	}
	
	.align-content-md-around {
		align-content: space-around !important;
	}
	
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	
	.align-self-md-auto {
		align-self: auto !important;
	}
	
	.align-self-md-start {
		align-self: flex-start !important;
	}
	
	.align-self-md-end {
		align-self: flex-end !important;
	}
	
	.align-self-md-center {
		align-self: center !important;
	}
	
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	
	.align-self-md-stretch {
		align-self: stretch !important;
	}
	
	.order-md-first {
		order: -1 !important;
	}
	
	.order-md-0 {
		order: 0 !important;
	}
	
	.order-md-1 {
		order: 1 !important;
	}
	
	.order-md-2 {
		order: 2 !important;
	}
	
	.order-md-3 {
		order: 3 !important;
	}
	
	.order-md-4 {
		order: 4 !important;
	}
	
	.order-md-5 {
		order: 5 !important;
	}
	
	.order-md-last {
		order: 6 !important;
	}
	
	.m-md-0 {
		margin: 0 !important;
	}
	
	.m-md-1 {
		margin: .25rem !important;
	}
	
	.m-md-2 {
		margin: .5rem !important;
	}
	
	.m-md-3 {
		margin: 1rem !important;
	}
	
	.m-md-4 {
		margin: 1.5rem !important;
	}
	
	.m-md-5 {
		margin: 3rem !important;
	}
	
	.m-md-8 {
		margin: 4rem !important;
	}
	
	.m-md-10 {
		margin: 5rem !important;
	}
	
	.m-md-auto {
		margin: auto !important;
	}
	
	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-md-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-md-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-md-8 {
		margin-right: 4rem !important;
		margin-left: 4rem !important;
	}
	
	.mx-md-10 {
		margin-right: 5rem !important;
		margin-left: 5rem !important;
	}
	
	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-md-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-md-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-md-8 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}
	
	.my-md-10 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}
	
	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-md-0 {
		margin-top: 0 !important;
	}
	
	.mt-md-1 {
		margin-top: .25rem !important;
	}
	
	.mt-md-2 {
		margin-top: .5rem !important;
	}
	
	.mt-md-3 {
		margin-top: 1rem !important;
	}
	
	.mt-md-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-md-5 {
		margin-top: 3rem !important;
	}
	
	.mt-md-8 {
		margin-top: 4rem !important;
	}
	
	.mt-md-10 {
		margin-top: 5rem !important;
	}
	
	.mt-md-auto {
		margin-top: auto !important;
	}
	
	.me-md-0 {
		margin-right: 0 !important;
	}
	
	.me-md-1 {
		margin-right: .25rem !important;
	}
	
	.me-md-2 {
		margin-right: .5rem !important;
	}
	
	.me-md-3 {
		margin-right: 1rem !important;
	}
	
	.me-md-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-md-5 {
		margin-right: 3rem !important;
	}
	
	.me-md-8 {
		margin-right: 4rem !important;
	}
	
	.me-md-10 {
		margin-right: 5rem !important;
	}
	
	.me-md-auto {
		margin-right: auto !important;
	}
	
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-md-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-md-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-md-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-md-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-md-8 {
		margin-bottom: 4rem !important;
	}
	
	.mb-md-10 {
		margin-bottom: 5rem !important;
	}
	
	.mb-md-auto {
		margin-bottom: auto !important;
	}
	
	.ms-md-0 {
		margin-left: 0 !important;
	}
	
	.ms-md-1 {
		margin-left: .25rem !important;
	}
	
	.ms-md-2 {
		margin-left: .5rem !important;
	}
	
	.ms-md-3 {
		margin-left: 1rem !important;
	}
	
	.ms-md-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-md-5 {
		margin-left: 3rem !important;
	}
	
	.ms-md-8 {
		margin-left: 4rem !important;
	}
	
	.ms-md-10 {
		margin-left: 5rem !important;
	}
	
	.ms-md-auto {
		margin-left: auto !important;
	}
	
	.m-md-n1 {
		margin: -.25rem !important;
	}
	
	.m-md-n2 {
		margin: -.5rem !important;
	}
	
	.m-md-n3 {
		margin: -1rem !important;
	}
	
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	
	.m-md-n5 {
		margin: -3rem !important;
	}
	
	.m-md-n8 {
		margin: -4rem !important;
	}
	
	.m-md-n10 {
		margin: -5rem !important;
	}
	
	.mx-md-n1 {
		margin-right: -.25rem !important;
		margin-left: -.25rem !important;
	}
	
	.mx-md-n2 {
		margin-right: -.5rem !important;
		margin-left: -.5rem !important;
	}
	
	.mx-md-n3 {
		margin-right: -1rem !important;
		margin-left: -1rem !important;
	}
	
	.mx-md-n4 {
		margin-right: -1.5rem !important;
		margin-left: -1.5rem !important;
	}
	
	.mx-md-n5 {
		margin-right: -3rem !important;
		margin-left: -3rem !important;
	}
	
	.mx-md-n8 {
		margin-right: -4rem !important;
		margin-left: -4rem !important;
	}
	
	.mx-md-n10 {
		margin-right: -5rem !important;
		margin-left: -5rem !important;
	}
	
	.my-md-n1 {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important;
	}
	
	.my-md-n2 {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important;
	}
	
	.my-md-n3 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important;
	}
	
	.my-md-n4 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important;
	}
	
	.my-md-n5 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important;
	}
	
	.my-md-n8 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important;
	}
	
	.my-md-n10 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important;
	}
	
	.mt-md-n1 {
		margin-top: -.25rem !important;
	}
	
	.mt-md-n2 {
		margin-top: -.5rem !important;
	}
	
	.mt-md-n3 {
		margin-top: -1rem !important;
	}
	
	.mt-md-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mt-md-n5 {
		margin-top: -3rem !important;
	}
	
	.mt-md-n8 {
		margin-top: -4rem !important;
	}
	
	.mt-md-n10 {
		margin-top: -5rem !important;
	}
	
	.me-md-n1 {
		margin-right: -.25rem !important;
	}
	
	.me-md-n2 {
		margin-right: -.5rem !important;
	}
	
	.me-md-n3 {
		margin-right: -1rem !important;
	}
	
	.me-md-n4 {
		margin-right: -1.5rem !important;
	}
	
	.me-md-n5 {
		margin-right: -3rem !important;
	}
	
	.me-md-n8 {
		margin-right: -4rem !important;
	}
	
	.me-md-n10 {
		margin-right: -5rem !important;
	}
	
	.mb-md-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.mb-md-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.mb-md-n3 {
		margin-bottom: -1rem !important;
	}
	
	.mb-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.mb-md-n5 {
		margin-bottom: -3rem !important;
	}
	
	.mb-md-n8 {
		margin-bottom: -4rem !important;
	}
	
	.mb-md-n10 {
		margin-bottom: -5rem !important;
	}
	
	.ms-md-n1 {
		margin-left: -.25rem !important;
	}
	
	.ms-md-n2 {
		margin-left: -.5rem !important;
	}
	
	.ms-md-n3 {
		margin-left: -1rem !important;
	}
	
	.ms-md-n4 {
		margin-left: -1.5rem !important;
	}
	
	.ms-md-n5 {
		margin-left: -3rem !important;
	}
	
	.ms-md-n8 {
		margin-left: -4rem !important;
	}
	
	.ms-md-n10 {
		margin-left: -5rem !important;
	}
	
	.p-md-0 {
		padding: 0 !important;
	}
	
	.p-md-1 {
		padding: .25rem !important;
	}
	
	.p-md-2 {
		padding: .5rem !important;
	}
	
	.p-md-3 {
		padding: 1rem !important;
	}
	
	.p-md-4 {
		padding: 1.5rem !important;
	}
	
	.p-md-5 {
		padding: 3rem !important;
	}
	
	.p-md-8 {
		padding: 4rem !important;
	}
	
	.p-md-10 {
		padding: 5rem !important;
	}
	
	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-md-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-md-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.px-md-8 {
		padding-right: 4rem !important;
		padding-left: 4rem !important;
	}
	
	.px-md-10 {
		padding-right: 5rem !important;
		padding-left: 5rem !important;
	}
	
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-md-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-md-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.py-md-8 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
	
	.py-md-10 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
	
	.pt-md-0 {
		padding-top: 0 !important;
	}
	
	.pt-md-1 {
		padding-top: .25rem !important;
	}
	
	.pt-md-2 {
		padding-top: .5rem !important;
	}
	
	.pt-md-3 {
		padding-top: 1rem !important;
	}
	
	.pt-md-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-md-5 {
		padding-top: 3rem !important;
	}
	
	.pt-md-8 {
		padding-top: 4rem !important;
	}
	
	.pt-md-10 {
		padding-top: 5rem !important;
	}
	
	.pe-md-0 {
		padding-right: 0 !important;
	}
	
	.pe-md-1 {
		padding-right: .25rem !important;
	}
	
	.pe-md-2 {
		padding-right: .5rem !important;
	}
	
	.pe-md-3 {
		padding-right: 1rem !important;
	}
	
	.pe-md-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-md-5 {
		padding-right: 3rem !important;
	}
	
	.pe-md-8 {
		padding-right: 4rem !important;
	}
	
	.pe-md-10 {
		padding-right: 5rem !important;
	}
	
	.pb-md-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-md-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-md-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-md-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-md-5 {
		padding-bottom: 3rem !important;
	}
	
	.pb-md-8 {
		padding-bottom: 4rem !important;
	}
	
	.pb-md-10 {
		padding-bottom: 5rem !important;
	}
	
	.ps-md-0 {
		padding-left: 0 !important;
	}
	
	.ps-md-1 {
		padding-left: .25rem !important;
	}
	
	.ps-md-2 {
		padding-left: .5rem !important;
	}
	
	.ps-md-3 {
		padding-left: 1rem !important;
	}
	
	.ps-md-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-md-5 {
		padding-left: 3rem !important;
	}
	
	.ps-md-8 {
		padding-left: 4rem !important;
	}
	
	.ps-md-10 {
		padding-left: 5rem !important;
	}
	
	.text-md-start {
		text-align: left !important;
	}
	
	.text-md-end {
		text-align: right !important;
	}
	
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width:992px) {
	.float-lg-start {
		float: left !important;
	}
	
	.float-lg-end {
		float: right !important;
	}
	
	.float-lg-none {
		float: none !important;
	}
	
	.d-lg-inline {
		display: inline !important;
	}
	
	.d-lg-inline-block {
		display: inline-block !important;
	}
	
	.d-lg-block {
		display: block !important;
	}
	
	.d-lg-grid {
		display: grid !important;
	}
	
	.d-lg-table {
		display: table !important;
	}
	
	.d-lg-table-row {
		display: table-row !important;
	}
	
	.d-lg-table-cell {
		display: table-cell !important;
	}
	
	.d-lg-flex {
		display: flex !important;
	}
	
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
	
	.d-lg-none {
		display: none !important;
	}
	
	.flex-lg-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-lg-row {
		flex-direction: row !important;
	}
	
	.flex-lg-column {
		flex-direction: column !important;
	}
	
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-lg-0 {
		gap: 0 !important;
	}
	
	.gap-lg-1 {
		gap: .25rem !important;
	}
	
	.gap-lg-2 {
		gap: .5rem !important;
	}
	
	.gap-lg-3 {
		gap: 1rem !important;
	}
	
	.gap-lg-4 {
		gap: 1.5rem !important;
	}
	
	.gap-lg-5 {
		gap: 3rem !important;
	}
	
	.gap-lg-8 {
		gap: 4rem !important;
	}
	
	.gap-lg-10 {
		gap: 5rem !important;
	}
	
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-lg-center {
		justify-content: center !important;
	}
	
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	
	.justify-content-lg-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	
	.align-items-lg-center {
		align-items: center !important;
	}
	
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	
	.align-content-lg-center {
		align-content: center !important;
	}
	
	.align-content-lg-between {
		align-content: space-between !important;
	}
	
	.align-content-lg-around {
		align-content: space-around !important;
	}
	
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	
	.align-self-lg-auto {
		align-self: auto !important;
	}
	
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	
	.align-self-lg-center {
		align-self: center !important;
	}
	
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
	
	.order-lg-first {
		order: -1 !important;
	}
	
	.order-lg-0 {
		order: 0 !important;
	}
	
	.order-lg-1 {
		order: 1 !important;
	}
	
	.order-lg-2 {
		order: 2 !important;
	}
	
	.order-lg-3 {
		order: 3 !important;
	}
	
	.order-lg-4 {
		order: 4 !important;
	}
	
	.order-lg-5 {
		order: 5 !important;
	}
	
	.order-lg-last {
		order: 6 !important;
	}
	
	.m-lg-0 {
		margin: 0 !important;
	}
	
	.m-lg-1 {
		margin: .25rem !important;
	}
	
	.m-lg-2 {
		margin: .5rem !important;
	}
	
	.m-lg-3 {
		margin: 1rem !important;
	}
	
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	
	.m-lg-5 {
		margin: 3rem !important;
	}
	
	.m-lg-8 {
		margin: 4rem !important;
	}
	
	.m-lg-10 {
		margin: 5rem !important;
	}
	
	.m-lg-auto {
		margin: auto !important;
	}
	
	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-lg-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-lg-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-lg-8 {
		margin-right: 4rem !important;
		margin-left: 4rem !important;
	}
	
	.mx-lg-10 {
		margin-right: 5rem !important;
		margin-left: 5rem !important;
	}
	
	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-lg-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-lg-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-lg-8 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}
	
	.my-lg-10 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}
	
	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	
	.mt-lg-1 {
		margin-top: .25rem !important;
	}
	
	.mt-lg-2 {
		margin-top: .5rem !important;
	}
	
	.mt-lg-3 {
		margin-top: 1rem !important;
	}
	
	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-lg-5 {
		margin-top: 3rem !important;
	}
	
	.mt-lg-8 {
		margin-top: 4rem !important;
	}
	
	.mt-lg-10 {
		margin-top: 5rem !important;
	}
	
	.mt-lg-auto {
		margin-top: auto !important;
	}
	
	.me-lg-0 {
		margin-right: 0 !important;
	}
	
	.me-lg-1 {
		margin-right: .25rem !important;
	}
	
	.me-lg-2 {
		margin-right: .5rem !important;
	}
	
	.me-lg-3 {
		margin-right: 1rem !important;
	}
	
	.me-lg-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-lg-5 {
		margin-right: 3rem !important;
	}
	
	.me-lg-8 {
		margin-right: 4rem !important;
	}
	
	.me-lg-10 {
		margin-right: 5rem !important;
	}
	
	.me-lg-auto {
		margin-right: auto !important;
	}
	
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-lg-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-lg-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-lg-8 {
		margin-bottom: 4rem !important;
	}
	
	.mb-lg-10 {
		margin-bottom: 5rem !important;
	}
	
	.mb-lg-auto {
		margin-bottom: auto !important;
	}
	
	.ms-lg-0 {
		margin-left: 0 !important;
	}
	
	.ms-lg-1 {
		margin-left: .25rem !important;
	}
	
	.ms-lg-2 {
		margin-left: .5rem !important;
	}
	
	.ms-lg-3 {
		margin-left: 1rem !important;
	}
	
	.ms-lg-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-lg-5 {
		margin-left: 3rem !important;
	}
	
	.ms-lg-8 {
		margin-left: 4rem !important;
	}
	
	.ms-lg-10 {
		margin-left: 5rem !important;
	}
	
	.ms-lg-auto {
		margin-left: auto !important;
	}
	
	.m-lg-n1 {
		margin: -.25rem !important;
	}
	
	.m-lg-n2 {
		margin: -.5rem !important;
	}
	
	.m-lg-n3 {
		margin: -1rem !important;
	}
	
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	
	.m-lg-n5 {
		margin: -3rem !important;
	}
	
	.m-lg-n8 {
		margin: -4rem !important;
	}
	
	.m-lg-n10 {
		margin: -5rem !important;
	}
	
	.mx-lg-n1 {
		margin-right: -.25rem !important;
		margin-left: -.25rem !important;
	}
	
	.mx-lg-n2 {
		margin-right: -.5rem !important;
		margin-left: -.5rem !important;
	}
	
	.mx-lg-n3 {
		margin-right: -1rem !important;
		margin-left: -1rem !important;
	}
	
	.mx-lg-n4 {
		margin-right: -1.5rem !important;
		margin-left: -1.5rem !important;
	}
	
	.mx-lg-n5 {
		margin-right: -3rem !important;
		margin-left: -3rem !important;
	}
	
	.mx-lg-n8 {
		margin-right: -4rem !important;
		margin-left: -4rem !important;
	}
	
	.mx-lg-n10 {
		margin-right: -5rem !important;
		margin-left: -5rem !important;
	}
	
	.my-lg-n1 {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important;
	}
	
	.my-lg-n2 {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important;
	}
	
	.my-lg-n3 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important;
	}
	
	.my-lg-n4 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important;
	}
	
	.my-lg-n5 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important;
	}
	
	.my-lg-n8 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important;
	}
	
	.my-lg-n10 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important;
	}
	
	.mt-lg-n1 {
		margin-top: -.25rem !important;
	}
	
	.mt-lg-n2 {
		margin-top: -.5rem !important;
	}
	
	.mt-lg-n3 {
		margin-top: -1rem !important;
	}
	
	.mt-lg-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mt-lg-n5 {
		margin-top: -3rem !important;
	}
	
	.mt-lg-n8 {
		margin-top: -4rem !important;
	}
	
	.mt-lg-n10 {
		margin-top: -5rem !important;
	}
	
	.me-lg-n1 {
		margin-right: -.25rem !important;
	}
	
	.me-lg-n2 {
		margin-right: -.5rem !important;
	}
	
	.me-lg-n3 {
		margin-right: -1rem !important;
	}
	
	.me-lg-n4 {
		margin-right: -1.5rem !important;
	}
	
	.me-lg-n5 {
		margin-right: -3rem !important;
	}
	
	.me-lg-n8 {
		margin-right: -4rem !important;
	}
	
	.me-lg-n10 {
		margin-right: -5rem !important;
	}
	
	.mb-lg-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.mb-lg-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.mb-lg-n3 {
		margin-bottom: -1rem !important;
	}
	
	.mb-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.mb-lg-n5 {
		margin-bottom: -3rem !important;
	}
	
	.mb-lg-n8 {
		margin-bottom: -4rem !important;
	}
	
	.mb-lg-n10 {
		margin-bottom: -5rem !important;
	}
	
	.ms-lg-n1 {
		margin-left: -.25rem !important;
	}
	
	.ms-lg-n2 {
		margin-left: -.5rem !important;
	}
	
	.ms-lg-n3 {
		margin-left: -1rem !important;
	}
	
	.ms-lg-n4 {
		margin-left: -1.5rem !important;
	}
	
	.ms-lg-n5 {
		margin-left: -3rem !important;
	}
	
	.ms-lg-n8 {
		margin-left: -4rem !important;
	}
	
	.ms-lg-n10 {
		margin-left: -5rem !important;
	}
	
	.p-lg-0 {
		padding: 0 !important;
	}
	
	.p-lg-1 {
		padding: .25rem !important;
	}
	
	.p-lg-2 {
		padding: .5rem !important;
	}
	
	.p-lg-3 {
		padding: 1rem !important;
	}
	
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	
	.p-lg-5 {
		padding: 3rem !important;
	}
	
	.p-lg-8 {
		padding: 4rem !important;
	}
	
	.p-lg-10 {
		padding: 5rem !important;
	}
	
	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-lg-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-lg-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.px-lg-8 {
		padding-right: 4rem !important;
		padding-left: 4rem !important;
	}
	
	.px-lg-10 {
		padding-right: 5rem !important;
		padding-left: 5rem !important;
	}
	
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-lg-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-lg-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.py-lg-8 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
	
	.py-lg-10 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
	
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	
	.pt-lg-1 {
		padding-top: .25rem !important;
	}
	
	.pt-lg-2 {
		padding-top: .5rem !important;
	}
	
	.pt-lg-3 {
		padding-top: 1rem !important;
	}
	
	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-lg-5 {
		padding-top: 3rem !important;
	}
	
	.pt-lg-8 {
		padding-top: 4rem !important;
	}
	
	.pt-lg-10 {
		padding-top: 5rem !important;
	}
	
	.pe-lg-0 {
		padding-right: 0 !important;
	}
	
	.pe-lg-1 {
		padding-right: .25rem !important;
	}
	
	.pe-lg-2 {
		padding-right: .5rem !important;
	}
	
	.pe-lg-3 {
		padding-right: 1rem !important;
	}
	
	.pe-lg-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-lg-5 {
		padding-right: 3rem !important;
	}
	
	.pe-lg-8 {
		padding-right: 4rem !important;
	}
	
	.pe-lg-10 {
		padding-right: 5rem !important;
	}
	
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-lg-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-lg-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}
	
	.pb-lg-8 {
		padding-bottom: 4rem !important;
	}
	
	.pb-lg-10 {
		padding-bottom: 5rem !important;
	}
	
	.ps-lg-0 {
		padding-left: 0 !important;
	}
	
	.ps-lg-1 {
		padding-left: .25rem !important;
	}
	
	.ps-lg-2 {
		padding-left: .5rem !important;
	}
	
	.ps-lg-3 {
		padding-left: 1rem !important;
	}
	
	.ps-lg-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-lg-5 {
		padding-left: 3rem !important;
	}
	
	.ps-lg-8 {
		padding-left: 4rem !important;
	}
	
	.ps-lg-10 {
		padding-left: 5rem !important;
	}
	
	.text-lg-start {
		text-align: left !important;
	}
	
	.text-lg-end {
		text-align: right !important;
	}
	
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width:1200px) {
	.float-xl-start {
		float: left !important;
	}
	
	.float-xl-end {
		float: right !important;
	}
	
	.float-xl-none {
		float: none !important;
	}
	
	.d-xl-inline {
		display: inline !important;
	}
	
	.d-xl-inline-block {
		display: inline-block !important;
	}
	
	.d-xl-block {
		display: block !important;
	}
	
	.d-xl-grid {
		display: grid !important;
	}
	
	.d-xl-table {
		display: table !important;
	}
	
	.d-xl-table-row {
		display: table-row !important;
	}
	
	.d-xl-table-cell {
		display: table-cell !important;
	}
	
	.d-xl-flex {
		display: flex !important;
	}
	
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
	
	.d-xl-none {
		display: none !important;
	}
	
	.flex-xl-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-xl-row {
		flex-direction: row !important;
	}
	
	.flex-xl-column {
		flex-direction: column !important;
	}
	
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-xl-0 {
		gap: 0 !important;
	}
	
	.gap-xl-1 {
		gap: .25rem !important;
	}
	
	.gap-xl-2 {
		gap: .5rem !important;
	}
	
	.gap-xl-3 {
		gap: 1rem !important;
	}
	
	.gap-xl-4 {
		gap: 1.5rem !important;
	}
	
	.gap-xl-5 {
		gap: 3rem !important;
	}
	
	.gap-xl-8 {
		gap: 4rem !important;
	}
	
	.gap-xl-10 {
		gap: 5rem !important;
	}
	
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-xl-center {
		justify-content: center !important;
	}
	
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	
	.justify-content-xl-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	
	.align-items-xl-center {
		align-items: center !important;
	}
	
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	
	.align-content-xl-center {
		align-content: center !important;
	}
	
	.align-content-xl-between {
		align-content: space-between !important;
	}
	
	.align-content-xl-around {
		align-content: space-around !important;
	}
	
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	
	.align-self-xl-auto {
		align-self: auto !important;
	}
	
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	
	.align-self-xl-center {
		align-self: center !important;
	}
	
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
	
	.order-xl-first {
		order: -1 !important;
	}
	
	.order-xl-0 {
		order: 0 !important;
	}
	
	.order-xl-1 {
		order: 1 !important;
	}
	
	.order-xl-2 {
		order: 2 !important;
	}
	
	.order-xl-3 {
		order: 3 !important;
	}
	
	.order-xl-4 {
		order: 4 !important;
	}
	
	.order-xl-5 {
		order: 5 !important;
	}
	
	.order-xl-last {
		order: 6 !important;
	}
	
	.m-xl-0 {
		margin: 0 !important;
	}
	
	.m-xl-1 {
		margin: .25rem !important;
	}
	
	.m-xl-2 {
		margin: .5rem !important;
	}
	
	.m-xl-3 {
		margin: 1rem !important;
	}
	
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	
	.m-xl-5 {
		margin: 3rem !important;
	}
	
	.m-xl-8 {
		margin: 4rem !important;
	}
	
	.m-xl-10 {
		margin: 5rem !important;
	}
	
	.m-xl-auto {
		margin: auto !important;
	}
	
	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-xl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-xl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-xl-8 {
		margin-right: 4rem !important;
		margin-left: 4rem !important;
	}
	
	.mx-xl-10 {
		margin-right: 5rem !important;
		margin-left: 5rem !important;
	}
	
	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-xl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-xl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-xl-8 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}
	
	.my-xl-10 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}
	
	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-xl-0 {
		margin-top: 0 !important;
	}
	
	.mt-xl-1 {
		margin-top: .25rem !important;
	}
	
	.mt-xl-2 {
		margin-top: .5rem !important;
	}
	
	.mt-xl-3 {
		margin-top: 1rem !important;
	}
	
	.mt-xl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-xl-5 {
		margin-top: 3rem !important;
	}
	
	.mt-xl-8 {
		margin-top: 4rem !important;
	}
	
	.mt-xl-10 {
		margin-top: 5rem !important;
	}
	
	.mt-xl-auto {
		margin-top: auto !important;
	}
	
	.me-xl-0 {
		margin-right: 0 !important;
	}
	
	.me-xl-1 {
		margin-right: .25rem !important;
	}
	
	.me-xl-2 {
		margin-right: .5rem !important;
	}
	
	.me-xl-3 {
		margin-right: 1rem !important;
	}
	
	.me-xl-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-xl-5 {
		margin-right: 3rem !important;
	}
	
	.me-xl-8 {
		margin-right: 4rem !important;
	}
	
	.me-xl-10 {
		margin-right: 5rem !important;
	}
	
	.me-xl-auto {
		margin-right: auto !important;
	}
	
	.mb-xl-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-xl-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-xl-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-xl-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-xl-8 {
		margin-bottom: 4rem !important;
	}
	
	.mb-xl-10 {
		margin-bottom: 5rem !important;
	}
	
	.mb-xl-auto {
		margin-bottom: auto !important;
	}
	
	.ms-xl-0 {
		margin-left: 0 !important;
	}
	
	.ms-xl-1 {
		margin-left: .25rem !important;
	}
	
	.ms-xl-2 {
		margin-left: .5rem !important;
	}
	
	.ms-xl-3 {
		margin-left: 1rem !important;
	}
	
	.ms-xl-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-xl-5 {
		margin-left: 3rem !important;
	}
	
	.ms-xl-8 {
		margin-left: 4rem !important;
	}
	
	.ms-xl-10 {
		margin-left: 5rem !important;
	}
	
	.ms-xl-auto {
		margin-left: auto !important;
	}
	
	.m-xl-n1 {
		margin: -.25rem !important;
	}
	
	.m-xl-n2 {
		margin: -.5rem !important;
	}
	
	.m-xl-n3 {
		margin: -1rem !important;
	}
	
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	
	.m-xl-n5 {
		margin: -3rem !important;
	}
	
	.m-xl-n8 {
		margin: -4rem !important;
	}
	
	.m-xl-n10 {
		margin: -5rem !important;
	}
	
	.mx-xl-n1 {
		margin-right: -.25rem !important;
		margin-left: -.25rem !important;
	}
	
	.mx-xl-n2 {
		margin-right: -.5rem !important;
		margin-left: -.5rem !important;
	}
	
	.mx-xl-n3 {
		margin-right: -1rem !important;
		margin-left: -1rem !important;
	}
	
	.mx-xl-n4 {
		margin-right: -1.5rem !important;
		margin-left: -1.5rem !important;
	}
	
	.mx-xl-n5 {
		margin-right: -3rem !important;
		margin-left: -3rem !important;
	}
	
	.mx-xl-n8 {
		margin-right: -4rem !important;
		margin-left: -4rem !important;
	}
	
	.mx-xl-n10 {
		margin-right: -5rem !important;
		margin-left: -5rem !important;
	}
	
	.my-xl-n1 {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important;
	}
	
	.my-xl-n2 {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important;
	}
	
	.my-xl-n3 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important;
	}
	
	.my-xl-n4 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important;
	}
	
	.my-xl-n5 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important;
	}
	
	.my-xl-n8 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important;
	}
	
	.my-xl-n10 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important;
	}
	
	.mt-xl-n1 {
		margin-top: -.25rem !important;
	}
	
	.mt-xl-n2 {
		margin-top: -.5rem !important;
	}
	
	.mt-xl-n3 {
		margin-top: -1rem !important;
	}
	
	.mt-xl-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mt-xl-n5 {
		margin-top: -3rem !important;
	}
	
	.mt-xl-n8 {
		margin-top: -4rem !important;
	}
	
	.mt-xl-n10 {
		margin-top: -5rem !important;
	}
	
	.me-xl-n1 {
		margin-right: -.25rem !important;
	}
	
	.me-xl-n2 {
		margin-right: -.5rem !important;
	}
	
	.me-xl-n3 {
		margin-right: -1rem !important;
	}
	
	.me-xl-n4 {
		margin-right: -1.5rem !important;
	}
	
	.me-xl-n5 {
		margin-right: -3rem !important;
	}
	
	.me-xl-n8 {
		margin-right: -4rem !important;
	}
	
	.me-xl-n10 {
		margin-right: -5rem !important;
	}
	
	.mb-xl-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.mb-xl-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.mb-xl-n3 {
		margin-bottom: -1rem !important;
	}
	
	.mb-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.mb-xl-n5 {
		margin-bottom: -3rem !important;
	}
	
	.mb-xl-n8 {
		margin-bottom: -4rem !important;
	}
	
	.mb-xl-n10 {
		margin-bottom: -5rem !important;
	}
	
	.ms-xl-n1 {
		margin-left: -.25rem !important;
	}
	
	.ms-xl-n2 {
		margin-left: -.5rem !important;
	}
	
	.ms-xl-n3 {
		margin-left: -1rem !important;
	}
	
	.ms-xl-n4 {
		margin-left: -1.5rem !important;
	}
	
	.ms-xl-n5 {
		margin-left: -3rem !important;
	}
	
	.ms-xl-n8 {
		margin-left: -4rem !important;
	}
	
	.ms-xl-n10 {
		margin-left: -5rem !important;
	}
	
	.p-xl-0 {
		padding: 0 !important;
	}
	
	.p-xl-1 {
		padding: .25rem !important;
	}
	
	.p-xl-2 {
		padding: .5rem !important;
	}
	
	.p-xl-3 {
		padding: 1rem !important;
	}
	
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	
	.p-xl-5 {
		padding: 3rem !important;
	}
	
	.p-xl-8 {
		padding: 4rem !important;
	}
	
	.p-xl-10 {
		padding: 5rem !important;
	}
	
	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-xl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-xl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.px-xl-8 {
		padding-right: 4rem !important;
		padding-left: 4rem !important;
	}
	
	.px-xl-10 {
		padding-right: 5rem !important;
		padding-left: 5rem !important;
	}
	
	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-xl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-xl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.py-xl-8 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
	
	.py-xl-10 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
	
	.pt-xl-0 {
		padding-top: 0 !important;
	}
	
	.pt-xl-1 {
		padding-top: .25rem !important;
	}
	
	.pt-xl-2 {
		padding-top: .5rem !important;
	}
	
	.pt-xl-3 {
		padding-top: 1rem !important;
	}
	
	.pt-xl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-xl-5 {
		padding-top: 3rem !important;
	}
	
	.pt-xl-8 {
		padding-top: 4rem !important;
	}
	
	.pt-xl-10 {
		padding-top: 5rem !important;
	}
	
	.pe-xl-0 {
		padding-right: 0 !important;
	}
	
	.pe-xl-1 {
		padding-right: .25rem !important;
	}
	
	.pe-xl-2 {
		padding-right: .5rem !important;
	}
	
	.pe-xl-3 {
		padding-right: 1rem !important;
	}
	
	.pe-xl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-xl-5 {
		padding-right: 3rem !important;
	}
	
	.pe-xl-8 {
		padding-right: 4rem !important;
	}
	
	.pe-xl-10 {
		padding-right: 5rem !important;
	}
	
	.pb-xl-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-xl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-xl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-xl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-xl-5 {
		padding-bottom: 3rem !important;
	}
	
	.pb-xl-8 {
		padding-bottom: 4rem !important;
	}
	
	.pb-xl-10 {
		padding-bottom: 5rem !important;
	}
	
	.ps-xl-0 {
		padding-left: 0 !important;
	}
	
	.ps-xl-1 {
		padding-left: .25rem !important;
	}
	
	.ps-xl-2 {
		padding-left: .5rem !important;
	}
	
	.ps-xl-3 {
		padding-left: 1rem !important;
	}
	
	.ps-xl-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-xl-5 {
		padding-left: 3rem !important;
	}
	
	.ps-xl-8 {
		padding-left: 4rem !important;
	}
	
	.ps-xl-10 {
		padding-left: 5rem !important;
	}
	
	.text-xl-start {
		text-align: left !important;
	}
	
	.text-xl-end {
		text-align: right !important;
	}
	
	.text-xl-center {
		text-align: center !important;
	}
}

@media (min-width:1400px) {
	.float-xxl-start {
		float: left !important;
	}
	
	.float-xxl-end {
		float: right !important;
	}
	
	.float-xxl-none {
		float: none !important;
	}
	
	.d-xxl-inline {
		display: inline !important;
	}
	
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	
	.d-xxl-block {
		display: block !important;
	}
	
	.d-xxl-grid {
		display: grid !important;
	}
	
	.d-xxl-table {
		display: table !important;
	}
	
	.d-xxl-table-row {
		display: table-row !important;
	}
	
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	
	.d-xxl-flex {
		display: flex !important;
	}
	
	.d-xxl-inline-flex {
		display: inline-flex !important;
	}
	
	.d-xxl-none {
		display: none !important;
	}
	
	.flex-xxl-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-xxl-row {
		flex-direction: row !important;
	}
	
	.flex-xxl-column {
		flex-direction: column !important;
	}
	
	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-xxl-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-xxl-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-xxl-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-xxl-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-xxl-0 {
		gap: 0 !important;
	}
	
	.gap-xxl-1 {
		gap: .25rem !important;
	}
	
	.gap-xxl-2 {
		gap: .5rem !important;
	}
	
	.gap-xxl-3 {
		gap: 1rem !important;
	}
	
	.gap-xxl-4 {
		gap: 1.5rem !important;
	}
	
	.gap-xxl-5 {
		gap: 3rem !important;
	}
	
	.gap-xxl-8 {
		gap: 4rem !important;
	}
	
	.gap-xxl-10 {
		gap: 5rem !important;
	}
	
	.justify-content-xxl-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-xxl-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-xxl-center {
		justify-content: center !important;
	}
	
	.justify-content-xxl-between {
		justify-content: space-between !important;
	}
	
	.justify-content-xxl-around {
		justify-content: space-around !important;
	}
	
	.justify-content-xxl-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-xxl-start {
		align-items: flex-start !important;
	}
	
	.align-items-xxl-end {
		align-items: flex-end !important;
	}
	
	.align-items-xxl-center {
		align-items: center !important;
	}
	
	.align-items-xxl-baseline {
		align-items: baseline !important;
	}
	
	.align-items-xxl-stretch {
		align-items: stretch !important;
	}
	
	.align-content-xxl-start {
		align-content: flex-start !important;
	}
	
	.align-content-xxl-end {
		align-content: flex-end !important;
	}
	
	.align-content-xxl-center {
		align-content: center !important;
	}
	
	.align-content-xxl-between {
		align-content: space-between !important;
	}
	
	.align-content-xxl-around {
		align-content: space-around !important;
	}
	
	.align-content-xxl-stretch {
		align-content: stretch !important;
	}
	
	.align-self-xxl-auto {
		align-self: auto !important;
	}
	
	.align-self-xxl-start {
		align-self: flex-start !important;
	}
	
	.align-self-xxl-end {
		align-self: flex-end !important;
	}
	
	.align-self-xxl-center {
		align-self: center !important;
	}
	
	.align-self-xxl-baseline {
		align-self: baseline !important;
	}
	
	.align-self-xxl-stretch {
		align-self: stretch !important;
	}
	
	.order-xxl-first {
		order: -1 !important;
	}
	
	.order-xxl-0 {
		order: 0 !important;
	}
	
	.order-xxl-1 {
		order: 1 !important;
	}
	
	.order-xxl-2 {
		order: 2 !important;
	}
	
	.order-xxl-3 {
		order: 3 !important;
	}
	
	.order-xxl-4 {
		order: 4 !important;
	}
	
	.order-xxl-5 {
		order: 5 !important;
	}
	
	.order-xxl-last {
		order: 6 !important;
	}
	
	.m-xxl-0 {
		margin: 0 !important;
	}
	
	.m-xxl-1 {
		margin: .25rem !important;
	}
	
	.m-xxl-2 {
		margin: .5rem !important;
	}
	
	.m-xxl-3 {
		margin: 1rem !important;
	}
	
	.m-xxl-4 {
		margin: 1.5rem !important;
	}
	
	.m-xxl-5 {
		margin: 3rem !important;
	}
	
	.m-xxl-8 {
		margin: 4rem !important;
	}
	
	.m-xxl-10 {
		margin: 5rem !important;
	}
	
	.m-xxl-auto {
		margin: auto !important;
	}
	
	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-xxl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-xxl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-xxl-8 {
		margin-right: 4rem !important;
		margin-left: 4rem !important;
	}
	
	.mx-xxl-10 {
		margin-right: 5rem !important;
		margin-left: 5rem !important;
	}
	
	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-xxl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-xxl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-xxl-8 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}
	
	.my-xxl-10 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}
	
	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-xxl-0 {
		margin-top: 0 !important;
	}
	
	.mt-xxl-1 {
		margin-top: .25rem !important;
	}
	
	.mt-xxl-2 {
		margin-top: .5rem !important;
	}
	
	.mt-xxl-3 {
		margin-top: 1rem !important;
	}
	
	.mt-xxl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-xxl-5 {
		margin-top: 3rem !important;
	}
	
	.mt-xxl-8 {
		margin-top: 4rem !important;
	}
	
	.mt-xxl-10 {
		margin-top: 5rem !important;
	}
	
	.mt-xxl-auto {
		margin-top: auto !important;
	}
	
	.me-xxl-0 {
		margin-right: 0 !important;
	}
	
	.me-xxl-1 {
		margin-right: .25rem !important;
	}
	
	.me-xxl-2 {
		margin-right: .5rem !important;
	}
	
	.me-xxl-3 {
		margin-right: 1rem !important;
	}
	
	.me-xxl-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-xxl-5 {
		margin-right: 3rem !important;
	}
	
	.me-xxl-8 {
		margin-right: 4rem !important;
	}
	
	.me-xxl-10 {
		margin-right: 5rem !important;
	}
	
	.me-xxl-auto {
		margin-right: auto !important;
	}
	
	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-xxl-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-xxl-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-xxl-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-xxl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-xxl-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-xxl-8 {
		margin-bottom: 4rem !important;
	}
	
	.mb-xxl-10 {
		margin-bottom: 5rem !important;
	}
	
	.mb-xxl-auto {
		margin-bottom: auto !important;
	}
	
	.ms-xxl-0 {
		margin-left: 0 !important;
	}
	
	.ms-xxl-1 {
		margin-left: .25rem !important;
	}
	
	.ms-xxl-2 {
		margin-left: .5rem !important;
	}
	
	.ms-xxl-3 {
		margin-left: 1rem !important;
	}
	
	.ms-xxl-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-xxl-5 {
		margin-left: 3rem !important;
	}
	
	.ms-xxl-8 {
		margin-left: 4rem !important;
	}
	
	.ms-xxl-10 {
		margin-left: 5rem !important;
	}
	
	.ms-xxl-auto {
		margin-left: auto !important;
	}
	
	.m-xxl-n1 {
		margin: -.25rem !important;
	}
	
	.m-xxl-n2 {
		margin: -.5rem !important;
	}
	
	.m-xxl-n3 {
		margin: -1rem !important;
	}
	
	.m-xxl-n4 {
		margin: -1.5rem !important;
	}
	
	.m-xxl-n5 {
		margin: -3rem !important;
	}
	
	.m-xxl-n8 {
		margin: -4rem !important;
	}
	
	.m-xxl-n10 {
		margin: -5rem !important;
	}
	
	.mx-xxl-n1 {
		margin-right: -.25rem !important;
		margin-left: -.25rem !important;
	}
	
	.mx-xxl-n2 {
		margin-right: -.5rem !important;
		margin-left: -.5rem !important;
	}
	
	.mx-xxl-n3 {
		margin-right: -1rem !important;
		margin-left: -1rem !important;
	}
	
	.mx-xxl-n4 {
		margin-right: -1.5rem !important;
		margin-left: -1.5rem !important;
	}
	
	.mx-xxl-n5 {
		margin-right: -3rem !important;
		margin-left: -3rem !important;
	}
	
	.mx-xxl-n8 {
		margin-right: -4rem !important;
		margin-left: -4rem !important;
	}
	
	.mx-xxl-n10 {
		margin-right: -5rem !important;
		margin-left: -5rem !important;
	}
	
	.my-xxl-n1 {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important;
	}
	
	.my-xxl-n2 {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important;
	}
	
	.my-xxl-n3 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important;
	}
	
	.my-xxl-n4 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important;
	}
	
	.my-xxl-n5 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important;
	}
	
	.my-xxl-n8 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important;
	}
	
	.my-xxl-n10 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important;
	}
	
	.mt-xxl-n1 {
		margin-top: -.25rem !important;
	}
	
	.mt-xxl-n2 {
		margin-top: -.5rem !important;
	}
	
	.mt-xxl-n3 {
		margin-top: -1rem !important;
	}
	
	.mt-xxl-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mt-xxl-n5 {
		margin-top: -3rem !important;
	}
	
	.mt-xxl-n8 {
		margin-top: -4rem !important;
	}
	
	.mt-xxl-n10 {
		margin-top: -5rem !important;
	}
	
	.me-xxl-n1 {
		margin-right: -.25rem !important;
	}
	
	.me-xxl-n2 {
		margin-right: -.5rem !important;
	}
	
	.me-xxl-n3 {
		margin-right: -1rem !important;
	}
	
	.me-xxl-n4 {
		margin-right: -1.5rem !important;
	}
	
	.me-xxl-n5 {
		margin-right: -3rem !important;
	}
	
	.me-xxl-n8 {
		margin-right: -4rem !important;
	}
	
	.me-xxl-n10 {
		margin-right: -5rem !important;
	}
	
	.mb-xxl-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.mb-xxl-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.mb-xxl-n3 {
		margin-bottom: -1rem !important;
	}
	
	.mb-xxl-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.mb-xxl-n5 {
		margin-bottom: -3rem !important;
	}
	
	.mb-xxl-n8 {
		margin-bottom: -4rem !important;
	}
	
	.mb-xxl-n10 {
		margin-bottom: -5rem !important;
	}
	
	.ms-xxl-n1 {
		margin-left: -.25rem !important;
	}
	
	.ms-xxl-n2 {
		margin-left: -.5rem !important;
	}
	
	.ms-xxl-n3 {
		margin-left: -1rem !important;
	}
	
	.ms-xxl-n4 {
		margin-left: -1.5rem !important;
	}
	
	.ms-xxl-n5 {
		margin-left: -3rem !important;
	}
	
	.ms-xxl-n8 {
		margin-left: -4rem !important;
	}
	
	.ms-xxl-n10 {
		margin-left: -5rem !important;
	}
	
	.p-xxl-0 {
		padding: 0 !important;
	}
	
	.p-xxl-1 {
		padding: .25rem !important;
	}
	
	.p-xxl-2 {
		padding: .5rem !important;
	}
	
	.p-xxl-3 {
		padding: 1rem !important;
	}
	
	.p-xxl-4 {
		padding: 1.5rem !important;
	}
	
	.p-xxl-5 {
		padding: 3rem !important;
	}
	
	.p-xxl-8 {
		padding: 4rem !important;
	}
	
	.p-xxl-10 {
		padding: 5rem !important;
	}
	
	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-xxl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-xxl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.px-xxl-8 {
		padding-right: 4rem !important;
		padding-left: 4rem !important;
	}
	
	.px-xxl-10 {
		padding-right: 5rem !important;
		padding-left: 5rem !important;
	}
	
	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-xxl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-xxl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.py-xxl-8 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}
	
	.py-xxl-10 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
	
	.pt-xxl-0 {
		padding-top: 0 !important;
	}
	
	.pt-xxl-1 {
		padding-top: .25rem !important;
	}
	
	.pt-xxl-2 {
		padding-top: .5rem !important;
	}
	
	.pt-xxl-3 {
		padding-top: 1rem !important;
	}
	
	.pt-xxl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-xxl-5 {
		padding-top: 3rem !important;
	}
	
	.pt-xxl-8 {
		padding-top: 4rem !important;
	}
	
	.pt-xxl-10 {
		padding-top: 5rem !important;
	}
	
	.pe-xxl-0 {
		padding-right: 0 !important;
	}
	
	.pe-xxl-1 {
		padding-right: .25rem !important;
	}
	
	.pe-xxl-2 {
		padding-right: .5rem !important;
	}
	
	.pe-xxl-3 {
		padding-right: 1rem !important;
	}
	
	.pe-xxl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-xxl-5 {
		padding-right: 3rem !important;
	}
	
	.pe-xxl-8 {
		padding-right: 4rem !important;
	}
	
	.pe-xxl-10 {
		padding-right: 5rem !important;
	}
	
	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-xxl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-xxl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-xxl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-xxl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-xxl-5 {
		padding-bottom: 3rem !important;
	}
	
	.pb-xxl-8 {
		padding-bottom: 4rem !important;
	}
	
	.pb-xxl-10 {
		padding-bottom: 5rem !important;
	}
	
	.ps-xxl-0 {
		padding-left: 0 !important;
	}
	
	.ps-xxl-1 {
		padding-left: .25rem !important;
	}
	
	.ps-xxl-2 {
		padding-left: .5rem !important;
	}
	
	.ps-xxl-3 {
		padding-left: 1rem !important;
	}
	
	.ps-xxl-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-xxl-5 {
		padding-left: 3rem !important;
	}
	
	.ps-xxl-8 {
		padding-left: 4rem !important;
	}
	
	.ps-xxl-10 {
		padding-left: 5rem !important;
	}
	
	.text-xxl-start {
		text-align: left !important;
	}
	
	.text-xxl-end {
		text-align: right !important;
	}
	
	.text-xxl-center {
		text-align: center !important;
	}
}

@media (min-width:1200px) {
	.fs-1 {
		font-size: 3.75rem !important;
	}
	
	.fs-2 {
		font-size: 3rem !important;
	}
	
	.fs-3 {
		font-size: 2rem !important;
	}
	
	.fs-4 {
		font-size: 1.625rem !important;
	}
	
	.fs-5 {
		font-size: 1.5rem !important;
	}
}

@media print {
	.d-print-inline {
		display: inline !important;
	}
	
	.d-print-inline-block {
		display: inline-block !important;
	}
	
	.d-print-block {
		display: block !important;
	}
	
	.d-print-grid {
		display: grid !important;
	}
	
	.d-print-table {
		display: table !important;
	}
	
	.d-print-table-row {
		display: table-row !important;
	}
	
	.d-print-table-cell {
		display: table-cell !important;
	}
	
	.d-print-flex {
		display: flex !important;
	}
	
	.d-print-inline-flex {
		display: inline-flex !important;
	}
	
	.d-print-none {
		display: none !important;
	}
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .h1, .h2, .h3, .h4, .h5, .h6, blockquote, h1, h2, h3, h4, h5, h6, ol, p, ul {
	margin-right: auto;
	margin-left: auto;
}

/*!
 * Font Awesome Pro 5.6.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa, .fab, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.3333333333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: solid .08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@keyframes fa-spin {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.fa-rotate-90 {
	transform: rotate(90deg);
}

.fa-rotate-180 {
	transform: rotate(180deg);
}

.fa-rotate-270 {
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
	transform: scale(-1, -1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-500px:before {
	content: "";
}

.fa-abacus:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acorn:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adobe:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-alarm-clock:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-alicorn:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-analytics:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angel:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-apple-crate:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-arrow-alt-down:before {
	content: "";
}

.fa-arrow-alt-from-bottom:before {
	content: "";
}

.fa-arrow-alt-from-left:before {
	content: "";
}

.fa-arrow-alt-from-right:before {
	content: "";
}

.fa-arrow-alt-from-top:before {
	content: "";
}

.fa-arrow-alt-left:before {
	content: "";
}

.fa-arrow-alt-right:before {
	content: "";
}

.fa-arrow-alt-square-down:before {
	content: "";
}

.fa-arrow-alt-square-left:before {
	content: "";
}

.fa-arrow-alt-square-right:before {
	content: "";
}

.fa-arrow-alt-square-up:before {
	content: "";
}

.fa-arrow-alt-to-bottom:before {
	content: "";
}

.fa-arrow-alt-to-left:before {
	content: "";
}

.fa-arrow-alt-to-right:before {
	content: "";
}

.fa-arrow-alt-to-top:before {
	content: "";
}

.fa-arrow-alt-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-from-bottom:before {
	content: "";
}

.fa-arrow-from-left:before {
	content: "";
}

.fa-arrow-from-right:before {
	content: "";
}

.fa-arrow-from-top:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-square-down:before {
	content: "";
}

.fa-arrow-square-left:before {
	content: "";
}

.fa-arrow-square-right:before {
	content: "";
}

.fa-arrow-square-up:before {
	content: "";
}

.fa-arrow-to-bottom:before {
	content: "";
}

.fa-arrow-to-left:before {
	content: "";
}

.fa-arrow-to-right:before {
	content: "";
}

.fa-arrow-to-top:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-atom-alt:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-axe:before {
	content: "";
}

.fa-axe-battle:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backpack:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-badge:before {
	content: "";
}

.fa-badge-check:before {
	content: "";
}

.fa-badge-dollar:before {
	content: "";
}

.fa-badge-percent:before {
	content: "";
}

.fa-badger-honey:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-balance-scale-left:before {
	content: "";
}

.fa-balance-scale-right:before {
	content: "";
}

.fa-ball-pile:before {
	content: "";
}

.fa-ballot:before {
	content: "";
}

.fa-ballot-check:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-barcode-alt:before {
	content: "";
}

.fa-barcode-read:before {
	content: "";
}

.fa-barcode-scan:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-baseball:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-basketball-hoop:before {
	content: "";
}

.fa-bat:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-battery-bolt:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-slash:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-school:before {
	content: "";
}

.fa-bell-school-slash:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bells:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blanket:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bone-break:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-book-alt:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-book-heart:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

.fa-book-spells:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-books:before {
	content: "";
}

.fa-boot:before {
	content: "";
}

.fa-booth-curtain:before {
	content: "";
}

.fa-bow-arrow:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-bowling-pins:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-alt:before {
	content: "";
}

.fa-box-ballot:before {
	content: "";
}

.fa-box-check:before {
	content: "";
}

.fa-box-fragile:before {
	content: "";
}

.fa-box-full:before {
	content: "";
}

.fa-box-heart:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-up:before {
	content: "";
}

.fa-box-usd:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

.fa-boxes-alt:before {
	content: "";
}

.fa-boxing-glove:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-browser:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-bullseye-arrow:before {
	content: "";
}

.fa-bullseye-pointer:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-bus-school:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-cabinet-filing:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calculator-alt:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-alt:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-edit:before {
	content: "";
}

.fa-calendar-exclamation:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-star:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-alt:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-campfire:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candle-holder:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-candy-corn:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-car-bump:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-garage:before {
	content: "";
}

.fa-car-mechanic:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-car-tilt:before {
	content: "";
}

.fa-car-wash:before {
	content: "";
}

.fa-caret-circle-down:before {
	content: "";
}

.fa-caret-circle-left:before {
	content: "";
}

.fa-caret-circle-right:before {
	content: "";
}

.fa-caret-circle-up:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-square-down:before {
	content: "";
}

.fa-caret-square-left:before {
	content: "";
}

.fa-caret-square-right:before {
	content: "";
}

.fa-caret-square-up:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cauldron:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-chair-office:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-chart-area:before {
	content: "";
}

.fa-chart-bar:before {
	content: "";
}

.fa-chart-line:before {
	content: "";
}

.fa-chart-line-down:before {
	content: "";
}

.fa-chart-network:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-chart-pie-alt:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-bishop-alt:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-clock:before {
	content: "";
}

.fa-chess-clock-alt:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-king-alt:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-knight-alt:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-pawn-alt:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-queen-alt:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chess-rook-alt:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-double-down:before {
	content: "";
}

.fa-chevron-double-left:before {
	content: "";
}

.fa-chevron-double-right:before {
	content: "";
}

.fa-chevron-double-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-square-down:before {
	content: "";
}

.fa-chevron-square-left:before {
	content: "";
}

.fa-chevron-square-right:before {
	content: "";
}

.fa-chevron-square-up:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-chimney:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-claw-marks:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clipboard-list-check:before {
	content: "";
}

.fa-clipboard-prescription:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-download-alt:before {
	content: "";
}

.fa-cloud-drizzle:before {
	content: "";
}

.fa-cloud-hail:before {
	content: "";
}

.fa-cloud-hail-mixed:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-rainbow:before {
	content: "";
}

.fa-cloud-showers:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-sleet:before {
	content: "";
}

.fa-cloud-snow:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-clouds:before {
	content: "";
}

.fa-clouds-moon:before {
	content: "";
}

.fa-clouds-sun:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-club:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-code-commit:before {
	content: "";
}

.fa-code-merge:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-coffee-togo:before {
	content: "";
}

.fa-coffin:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-alt:before {
	content: "";
}

.fa-comment-alt-check:before {
	content: "";
}

.fa-comment-alt-dollar:before {
	content: "";
}

.fa-comment-alt-dots:before {
	content: "";
}

.fa-comment-alt-edit:before {
	content: "";
}

.fa-comment-alt-exclamation:before {
	content: "";
}

.fa-comment-alt-lines:before {
	content: "";
}

.fa-comment-alt-minus:before {
	content: "";
}

.fa-comment-alt-plus:before {
	content: "";
}

.fa-comment-alt-slash:before {
	content: "";
}

.fa-comment-alt-smile:before {
	content: "";
}

.fa-comment-alt-times:before {
	content: "";
}

.fa-comment-check:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-edit:before {
	content: "";
}

.fa-comment-exclamation:before {
	content: "";
}

.fa-comment-lines:before {
	content: "";
}

.fa-comment-minus:before {
	content: "";
}

.fa-comment-plus:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comment-smile:before {
	content: "";
}

.fa-comment-times:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-alt:before {
	content: "";
}

.fa-comments-alt-dollar:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compass-slash:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-compress-alt:before {
	content: "";
}

.fa-compress-arrows-alt:before {
	content: "";
}

.fa-compress-wide:before {
	content: "";
}

.fa-concierge-bell:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-container-storage:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-conveyor-belt:before {
	content: "";
}

.fa-conveyor-belt-alt:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-corn:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cow:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-credit-card-blank:before {
	content: "";
}

.fa-credit-card-front:before {
	content: "";
}

.fa-cricket:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-curling:before {
	content: "";
}

.fa-cut:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dagger:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-deer:before {
	content: "";
}

.fa-deer-rudolph:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-desktop-alt:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dewpoint:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d10:before {
	content: "";
}

.fa-dice-d12:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d4:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-d8:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-diploma:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-do-not-enter:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dog-leashed:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-empty:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-dolly-flatbed-alt:before {
	content: "";
}

.fa-dolly-flatbed-empty:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dot-circle:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-circle:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-draw-square:before {
	content: "";
}

.fa-dreidel:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-duck:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-ear:before {
	content: "";
}

.fa-ear-muffs:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-eclipse:before {
	content: "";
}

.fa-eclipse-alt:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-elephant:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-h-alt:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ellipsis-v-alt:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-empty-set:before {
	content: "";
}

.fa-engine-warning:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-dollar:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-euro-sign:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-exclamation-square:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-alt:before {
	content: "";
}

.fa-expand-arrows:before {
	content: "";
}

.fa-expand-arrows-alt:before {
	content: "";
}

.fa-expand-wide:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-external-link-square-alt:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-evil:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-field-hockey:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-alt:before {
	content: "";
}

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-certificate:before {
	content: "";
}

.fa-file-chart-line:before {
	content: "";
}

.fa-file-chart-pie:before {
	content: "";
}

.fa-file-check:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

.fa-file-edit:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-exclamation:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

.fa-file-minus:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-plus:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-spreadsheet:before {
	content: "";
}

.fa-file-times:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

.fa-file-user:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-film-alt:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-fire-smoke:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-fireplace:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-alt:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flame:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flask-poison:before {
	content: "";
}

.fa-flask-potion:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-fog:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-folder-times:before {
	content: "";
}

.fa-folders:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

.fa-football-helmet:before {
	content: "";
}

.fa-forklift:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-fragile:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-frosty-head:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

.fa-frown-open:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-function:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-gas-pump-slash:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gift-card:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-gingerbread-man:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glass-champagne:before {
	content: "";
}

.fa-glass-cheers:before {
	content: "";
}

.fa-glass-martini:before {
	content: "";
}

.fa-glass-martini-alt:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-glass-whiskey-rocks:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-glasses-alt:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-globe-africa:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-globe-snow:before {
	content: "";
}

.fa-globe-stand:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-golf-club:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-h1:before {
	content: "";
}

.fa-h2:before {
	content: "";
}

.fa-h3:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hammer-war:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-heart:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-box:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-magic:before {
	content: "";
}

.fa-hand-holding-seedling:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-paper:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-receiving:before {
	content: "";
}

.fa-hand-rock:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-hands-heart:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-usd:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-handshake-alt:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hat-santa:before {
	content: "";
}

.fa-hat-winter:before {
	content: "";
}

.fa-hat-witch:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-haykal:before {
	content: "";
}

.fa-hdd:before {
	content: "";
}

.fa-head-side:before {
	content: "";
}

.fa-head-vr:before {
	content: "";
}

.fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-broken:before {
	content: "";
}

.fa-heart-circle:before {
	content: "";
}

.fa-heart-rate:before {
	content: "";
}

.fa-heart-square:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-helmet-battle:before {
	content: "";
}

.fa-hexagon:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hockey-mask:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-hockey-sticks:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-home-heart:before {
	content: "";
}

.fa-hood-cloak:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-start:before {
	content: "";
}

.fa-house-damage:before {
	content: "";
}

.fa-house-flood:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-hryvnia:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-humidity:before {
	content: "";
}

.fa-hurricane:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-skate:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-inbox-in:before {
	content: "";
}

.fa-inbox-out:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-industry-alt:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-info-square:before {
	content: "";
}

.fa-inhaler:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-integral:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-intersection:before {
	content: "";
}

.fa-inventory:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-jack-o-lantern:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-key-skeleton:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-keynote:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kidneys:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kite:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-knife-kitchen:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-lambda:before {
	content: "";
}

.fa-lamp:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-landmark-alt:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-laugh:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-layer-minus:before {
	content: "";
}

.fa-layer-plus:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leaf-heart:before {
	content: "";
}

.fa-leaf-maple:before {
	content: "";
}

.fa-leaf-oak:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-lightbulb-dollar:before {
	content: "";
}

.fa-lightbulb-exclamation:before {
	content: "";
}

.fa-lightbulb-on:before {
	content: "";
}

.fa-lightbulb-slash:before {
	content: "";
}

.fa-lights-holiday:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lips:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-location:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-location-circle:before {
	content: "";
}

.fa-location-slash:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-alt:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-lock-open-alt:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-loveseat:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-luchador:before {
	content: "";
}

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-mace:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-mail-bulk:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-mandolin:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-marked:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-marker-alt-slash:before {
	content: "";
}

.fa-map-marker-check:before {
	content: "";
}

.fa-map-marker-edit:before {
	content: "";
}

.fa-map-marker-exclamation:before {
	content: "";
}

.fa-map-marker-minus:before {
	content: "";
}

.fa-map-marker-plus:before {
	content: "";
}

.fa-map-marker-question:before {
	content: "";
}

.fa-map-marker-slash:before {
	content: "";
}

.fa-map-marker-smile:before {
	content: "";
}

.fa-map-marker-times:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaphone:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before {
	content: "";
}

.fa-microphone-alt-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-mind-share:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-minus-hexagon:before {
	content: "";
}

.fa-minus-octagon:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-mistletoe:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-mobile-android:before {
	content: "";
}

.fa-mobile-android-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-monitor-heart-rate:before {
	content: "";
}

.fa-monkey:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-moon-cloud:before {
	content: "";
}

.fa-moon-stars:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mountains:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-mug-marshmallows:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-narwhal:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-nintendo-switch:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-octagon:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-oil-temp:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-omega:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-ornament:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-paint-brush-alt:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-pallet-alt:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

.fa-parking-circle:before {
	content: "";
}

.fa-parking-circle-slash:before {
	content: "";
}

.fa-parking-slash:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-paw-alt:before {
	content: "";
}

.fa-paw-claws:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pegasus:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-pencil-alt:before {
	content: "";
}

.fa-pencil-paintbrush:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-pennant:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-people-carry:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-person-carry:before {
	content: "";
}

.fa-person-dolly:before {
	content: "";
}

.fa-person-dolly-empty:before {
	content: "";
}

.fa-person-sign:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-office:before {
	content: "";
}

.fa-phone-plus:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pi:before {
	content: "";
}

.fa-pie:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pig:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-alt:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-plus-hexagon:before {
	content: "";
}

.fa-plus-octagon:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-podium:before {
	content: "";
}

.fa-podium-star:before {
	content: "";
}

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poll-people:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-presentation:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-print-slash:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

.fa-pumpkin:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-question-square:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-rabbit:before {
	content: "";
}

.fa-rabbit-fast:before {
	content: "";
}

.fa-racquet:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-raindrops:before {
	content: "";
}

.fa-ram:before {
	content: "";
}

.fa-ramp-loading:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-rectangle-landscape:before {
	content: "";
}

.fa-rectangle-portrait:before {
	content: "";
}

.fa-rectangle-wide:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-repeat:before {
	content: "";
}

.fa-repeat-1:before {
	content: "";
}

.fa-repeat-1-alt:before {
	content: "";
}

.fa-repeat-alt:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

.fa-reply-all:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-retweet-alt:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-route-highway:before {
	content: "";
}

.fa-route-interstate:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-triangle:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-rv:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-scalpel:before {
	content: "";
}

.fa-scalpel-path:before {
	content: "";
}

.fa-scanner:before {
	content: "";
}

.fa-scanner-keyboard:before {
	content: "";
}

.fa-scanner-touchscreen:before {
	content: "";
}

.fa-scarecrow:before {
	content: "";
}

.fa-scarf:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-scroll-old:before {
	content: "";
}

.fa-scrubber:before {
	content: "";
}

.fa-scythe:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-share-all:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-sheep:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-check:before {
	content: "";
}

.fa-shield-cross:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shipping-timed:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-shovel:before {
	content: "";
}

.fa-shovel-snow:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shredder:before {
	content: "";
}

.fa-shuttle-van:before {
	content: "";
}

.fa-shuttlecock:before {
	content: "";
}

.fa-sigma:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-signal-1:before {
	content: "";
}

.fa-signal-2:before {
	content: "";
}

.fa-signal-3:before {
	content: "";
}

.fa-signal-4:before {
	content: "";
}

.fa-signal-alt:before {
	content: "";
}

.fa-signal-alt-1:before {
	content: "";
}

.fa-signal-alt-2:before {
	content: "";
}

.fa-signal-alt-3:before {
	content: "";
}

.fa-signal-alt-slash:before {
	content: "";
}

.fa-signal-slash:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-skeleton:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-ski-jump:before {
	content: "";
}

.fa-ski-lift:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sledding:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-sliders-h-square:before {
	content: "";
}

.fa-sliders-v:before {
	content: "";
}

.fa-sliders-v-square:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

.fa-smile-beam:before {
	content: "";
}

.fa-smile-plus:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoke:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snake:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snow-blowing:before {
	content: "";
}

.fa-snowboarding:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-snowflakes:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-snowmobile:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-sort:before {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-sort-down:before {
	content: "";
}

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-spade:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spider-black-widow:before {
	content: "";
}

.fa-spider-web:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-spinner-third:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-square-root:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-squirrel:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-staff:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-star-christmas:before {
	content: "";
}

.fa-star-exclamation:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-stars:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-steering-wheel:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stocking:before {
	content: "";
}

.fa-stomach:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-sun-cloud:before {
	content: "";
}

.fa-sun-dust:before {
	content: "";
}

.fa-sun-haze:before {
	content: "";
}

.fa-sunrise:before {
	content: "";
}

.fa-sunset:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-sword:before {
	content: "";
}

.fa-swords:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-tablet-alt:before {
	content: "";
}

.fa-tablet-android:before {
	content: "";
}

.fa-tablet-android-alt:before {
	content: "";
}

.fa-tablet-rugged:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

.fa-tachometer-alt-average:before {
	content: "";
}

.fa-tachometer-alt-fast:before {
	content: "";
}

.fa-tachometer-alt-fastest:before {
	content: "";
}

.fa-tachometer-alt-slow:before {
	content: "";
}

.fa-tachometer-alt-slowest:before {
	content: "";
}

.fa-tachometer-average:before {
	content: "";
}

.fa-tachometer-fast:before {
	content: "";
}

.fa-tachometer-fastest:before {
	content: "";
}

.fa-tachometer-slow:before {
	content: "";
}

.fa-tachometer-slowest:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tally:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-temperature-frigid:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-hot:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-tennis-ball:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thermometer-empty:before {
	content: "";
}

.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-theta:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-thunderstorm:before {
	content: "";
}

.fa-thunderstorm-moon:before {
	content: "";
}

.fa-thunderstorm-sun:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-tilde:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-times-hexagon:before {
	content: "";
}

.fa-times-octagon:before {
	content: "";
}

.fa-times-square:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

.fa-tire:before {
	content: "";
}

.fa-tire-flat:before {
	content: "";
}

.fa-tire-pressure-warning:before {
	content: "";
}

.fa-tire-rugged:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-alt:before {
	content: "";
}

.fa-tombstone:before {
	content: "";
}

.fa-tombstone-alt:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-toothbrush:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tornado:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-cone:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-traffic-light-go:before {
	content: "";
}

.fa-traffic-light-slow:before {
	content: "";
}

.fa-traffic-light-stop:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-tram:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-alt:before {
	content: "";
}

.fa-treasure-chest:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-tree-alt:before {
	content: "";
}

.fa-tree-christmas:before {
	content: "";
}

.fa-tree-decorated:before {
	content: "";
}

.fa-tree-large:before {
	content: "";
}

.fa-trees:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-triangle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-trophy-alt:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-container:before {
	content: "";
}

.fa-truck-couch:before {
	content: "";
}

.fa-truck-loading:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-truck-plow:before {
	content: "";
}

.fa-truck-ramp:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-turkey:before {
	content: "";
}

.fa-turtle:before {
	content: "";
}

.fa-tv:before {
	content: "";
}

.fa-tv-retro:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-unicorn:before {
	content: "";
}

.fa-union:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-usd-circle:before {
	content: "";
}

.fa-usd-square:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-chart:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-crown:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-users-class:before {
	content: "";
}

.fa-users-cog:before {
	content: "";
}

.fa-users-crown:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-fork:before {
	content: "";
}

.fa-utensil-knife:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-utensils-alt:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-value-absolute:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-plus:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-volcano:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

.fa-volume:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-mute:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-slash:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vote-nay:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-wand:before {
	content: "";
}

.fa-wand-magic:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-warehouse-alt:before {
	content: "";
}

.fa-watch:before {
	content: "";
}

.fa-watch-fitness:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-water-lower:before {
	content: "";
}

.fa-water-rise:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whale:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-wheat:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-whistle:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wifi-1:before {
	content: "";
}

.fa-wifi-2:before {
	content: "";
}

.fa-wifi-slash:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-wind-warning:before {
	content: "";
}

.fa-window:before {
	content: "";
}

.fa-window-alt:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-windsock:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-wreath:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

.fal {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
}

.far {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa, .fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:after, .slick-track:before {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.alignleft {
	float: left;
	margin: .375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: .375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: .3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: .3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}

.clear:after, .clear:before, .comment-content:after, .comment-content:before, .content-bottom-widgets:after, .content-bottom-widgets:before, .entry-content:after, .entry-content:before, .entry-summary:after, .entry-summary:before, .primary-menu:after, .primary-menu:before, .site-content:after, .site-content:before, .site-main > article:after, .site-main > article:before, .social-links-menu:after, .social-links-menu:before, .textwidget:after, .textwidget:before, blockquote:after, blockquote:before {
	content: "";
	display: table;
}

.site .avatar {
	border-radius: 50%;
}

.comment-content .wp-smiley, .entry-content .wp-smiley, .entry-summary .wp-smiley, .textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.comment-content a img, .entry-content a img, .entry-summary a img, .textwidget a img {
	display: block;
}

embed, iframe, object, video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed, p > iframe, p > object, p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a, .entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode, .wp-playlist.wp-audio-playlist, .wp-video {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: .7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: .7142857143em;
}

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	font-size: .875em;
	font-size: .8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: .5384615385em;
}

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: .875em;
	font-size: .8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: .5384615385em;
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}

img[class*=wp-image] {
	max-width: 100%;
	height: auto;
}

.text-blue {
	color: #17427f;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .text-blue .menu-item-advert__title, .text-blue #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .text-blue .h1, .text-blue .h2, .text-blue .h3, .text-blue .h4, .text-blue .h5, .text-blue .h6, .text-blue h1, .text-blue h2, .text-blue h3, .text-blue h4, .text-blue h5, .text-blue h6 {
	color: #17427f;
}

.text-blue-dark {
	color: #001c52;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .text-blue-dark .menu-item-advert__title, .text-blue-dark #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .text-blue-dark .h1, .text-blue-dark .h2, .text-blue-dark .h3, .text-blue-dark .h4, .text-blue-dark .h5, .text-blue-dark .h6, .text-blue-dark h1, .text-blue-dark h2, .text-blue-dark h3, .text-blue-dark h4, .text-blue-dark h5, .text-blue-dark h6 {
	color: #001c52;
}

.text-blue-light {
	color: #d3e2f7;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .text-blue-light .menu-item-advert__title, .text-blue-light #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .text-blue-light .h1, .text-blue-light .h2, .text-blue-light .h3, .text-blue-light .h4, .text-blue-light .h5, .text-blue-light .h6, .text-blue-light h1, .text-blue-light h2, .text-blue-light h3, .text-blue-light h4, .text-blue-light h5, .text-blue-light h6 {
	color: #d3e2f7;
}

.text-blue-gray {
	color: #e8ecf2;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .text-blue-gray .menu-item-advert__title, .text-blue-gray #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .text-blue-gray .h1, .text-blue-gray .h2, .text-blue-gray .h3, .text-blue-gray .h4, .text-blue-gray .h5, .text-blue-gray .h6, .text-blue-gray h1, .text-blue-gray h2, .text-blue-gray h3, .text-blue-gray h4, .text-blue-gray h5, .text-blue-gray h6 {
	color: #e8ecf2;
}

.text-amaranth {
	color: #fc5f6f;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .text-amaranth .menu-item-advert__title, .text-amaranth #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .text-amaranth .h1, .text-amaranth .h2, .text-amaranth .h3, .text-amaranth .h4, .text-amaranth .h5, .text-amaranth .h6, .text-amaranth h1, .text-amaranth h2, .text-amaranth h3, .text-amaranth h4, .text-amaranth h5, .text-amaranth h6 {
	color: #fc5f6f;
}

.text-green {
	color: #3db3a2;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .text-green .menu-item-advert__title, .text-green #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .text-green .h1, .text-green .h2, .text-green .h3, .text-green .h4, .text-green .h5, .text-green .h6, .text-green h1, .text-green h2, .text-green h3, .text-green h4, .text-green h5, .text-green h6 {
	color: #3db3a2;
}

.text-green-dark {
	color: #008373;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .text-green-dark .menu-item-advert__title, .text-green-dark #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .text-green-dark .h1, .text-green-dark .h2, .text-green-dark .h3, .text-green-dark .h4, .text-green-dark .h5, .text-green-dark .h6, .text-green-dark h1, .text-green-dark h2, .text-green-dark h3, .text-green-dark h4, .text-green-dark h5, .text-green-dark h6 {
	color: #008373;
}

.text-green-light {
	color: #75e6d3;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .text-green-light .menu-item-advert__title, .text-green-light #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .text-green-light .h1, .text-green-light .h2, .text-green-light .h3, .text-green-light .h4, .text-green-light .h5, .text-green-light .h6, .text-green-light h1, .text-green-light h2, .text-green-light h3, .text-green-light h4, .text-green-light h5, .text-green-light h6 {
	color: #75e6d3;
}

.text-green-lightest {
	color: #ecf7f6;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .text-green-lightest .menu-item-advert__title, .text-green-lightest #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .text-green-lightest .h1, .text-green-lightest .h2, .text-green-lightest .h3, .text-green-lightest .h4, .text-green-lightest .h5, .text-green-lightest .h6, .text-green-lightest h1, .text-green-lightest h2, .text-green-lightest h3, .text-green-lightest h4, .text-green-lightest h5, .text-green-lightest h6 {
	color: #ecf7f6;
}

.text-white {
	color: #fff;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .text-white .menu-item-advert__title, .text-white #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
	color: #fff;
}

.text-gray-light {
	color: #f5f5f6;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .text-gray-light .menu-item-advert__title, .text-gray-light #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .text-gray-light .h1, .text-gray-light .h2, .text-gray-light .h3, .text-gray-light .h4, .text-gray-light .h5, .text-gray-light .h6, .text-gray-light h1, .text-gray-light h2, .text-gray-light h3, .text-gray-light h4, .text-gray-light h5, .text-gray-light h6 {
	color: #f5f5f6;
}

.text-gray {
	color: #adadad;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .text-gray .menu-item-advert__title, .text-gray #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .text-gray .h1, .text-gray .h2, .text-gray .h3, .text-gray .h4, .text-gray .h5, .text-gray .h6, .text-gray h1, .text-gray h2, .text-gray h3, .text-gray h4, .text-gray h5, .text-gray h6 {
	color: #adadad;
}

.text-gray-dark {
	color: #666;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .text-gray-dark .menu-item-advert__title, .text-gray-dark #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .text-gray-dark .h1, .text-gray-dark .h2, .text-gray-dark .h3, .text-gray-dark .h4, .text-gray-dark .h5, .text-gray-dark .h6, .text-gray-dark h1, .text-gray-dark h2, .text-gray-dark h3, .text-gray-dark h4, .text-gray-dark h5, .text-gray-dark h6 {
	color: #666;
}

.text-red {
	color: #dc3545;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .text-red .menu-item-advert__title, .text-red #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .text-red .h1, .text-red .h2, .text-red .h3, .text-red .h4, .text-red .h5, .text-red .h6, .text-red h1, .text-red h2, .text-red h3, .text-red h4, .text-red h5, .text-red h6 {
	color: #dc3545;
}

.text-orange {
	color: #fd7e14;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .text-orange .menu-item-advert__title, .text-orange #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .text-orange .h1, .text-orange .h2, .text-orange .h3, .text-orange .h4, .text-orange .h5, .text-orange .h6, .text-orange h1, .text-orange h2, .text-orange h3, .text-orange h4, .text-orange h5, .text-orange h6 {
	color: #fd7e14;
}

.text-yellow {
	color: #ffc107;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .text-yellow .menu-item-advert__title, .text-yellow #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .text-yellow .h1, .text-yellow .h2, .text-yellow .h3, .text-yellow .h4, .text-yellow .h5, .text-yellow .h6, .text-yellow h1, .text-yellow h2, .text-yellow h3, .text-yellow h4, .text-yellow h5, .text-yellow h6 {
	color: #ffc107;
}

.bg-blue {
	background-color: #17427f;
}

.bg-blue-dark {
	background-color: #001c52;
}

.bg-blue-light {
	background-color: #d3e2f7;
}

.bg-blue-gray {
	background-color: #e8ecf2;
}

.bg-amaranth {
	background-color: #fc5f6f;
}

.bg-green {
	background-color: #3db3a2;
}

.bg-green-dark {
	background-color: #008373;
}

.bg-green-light {
	background-color: #75e6d3;
}

.bg-green-lightest {
	background-color: #ecf7f6;
}

.bg-white {
	background-color: #fff;
}

.bg-gray-light {
	background-color: #f5f5f6;
}

.bg-gray {
	background-color: #adadad;
}

.bg-gray-dark {
	background-color: #666;
}

.bg-red {
	background-color: #dc3545;
}

.bg-orange {
	background-color: #fd7e14;
}

.bg-yellow {
	background-color: #ffc107;
}

body, html {
	min-height: 100%;
}

.body-wrap {
	overflow-x: hidden;
}

.acf-map {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

@media (min-width:576px) {
	.acf-map {
		padding-bottom: 75%;
	}
}

@media (min-width:992px) {
	.acf-map {
		padding-bottom: 50%;
	}
}

.acf-block-preview .acf-map {
	background: url("https://cdn-iledfof.nitrocdn.com/kxcaspNaTVYKaCZStkbWMHsjXpKdPRiv/assets/images/optimized/rev-8f28d43/hvm.catapult.org.uk/wp-content/themes/hvmc-wp/dist/images/sample-map.png") no-repeat center center scroll transparent;
	background-size: cover;
}

.acf-block-preview .acf-map.nitro-lazy {
	background: none !important;
}

.embed-container {
	width: 100%;
	height: 0;
	padding-bottom: 56.5%;
	position: relative;
	margin-bottom: 3rem;
}

.embed-container iframe {
	position: absolute;
	height: 100% !important;
	width: 100% !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

img[class*=wp-image], picture[class*=wp-image] {
	max-width: 100%;
	height: auto;
}

p a {
	font-weight: 700;
	display: inline-block;
}

p a:not(.stretched-link):after {
	content: "";
	display: inline-block;
	margin-left: .25rem;
	height: 1rem;
	width: 1rem;
	transform: translate(0, .15rem);
	background-size: 100% auto;
	background-position: center bottom;
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg transform='translate%28-177.000000, -1403.000000%29'%3e%3cg transform='translate%28177.000000, 1403.000000%29'%3e%3cpolygon points='0 0 24 0 24 24 0 24'%3e%3c/polygon%3e%3cpolygon fill='%233DB3A2' fill-rule='nonzero' points='12 4 10.59 5.41 16.17 11 4 11 4 13 16.17 13 10.59 18.59 12 20 20 12'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

p a:not(.stretched-link).link--no-icon:after {
	display: none;
}

p a:not(.stretched-link).link--plain {
	font-weight: 400;
	color: #666;
	text-decoration: underline;
}

p a:not(.stretched-link).link--plain:hover {
	color: #3db3a2;
}

.accordion-button::after {
	width: 5.125rem;
	background-position: right center;
}

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

.classification {
	display: inline-block;
	line-height: 1.5rem;
	width: 1.5rem;
	border-radius: 100%;
	margin-left: .5rem;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}

.classification--main {
	background: #fc5f6f;
	color: #fff;
}

.classification--lead {
	background: #17427f;
	color: #fff;
}

.classification--outreach {
	background: #fff;
	color: #17427f;
	border: 1px solid #17427f;
}

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

strong {
	color: #001c52;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .limit-text-width .menu-item-advert__title, .limit-text-width #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .limit-text-width .h1, .limit-text-width .h2, .limit-text-width .h3, .limit-text-width .h4, .limit-text-width .h5, .limit-text-width .h6, .limit-text-width blockquote, .limit-text-width h1, .limit-text-width h2, .limit-text-width h3, .limit-text-width h4, .limit-text-width h5, .limit-text-width h6, .limit-text-width ol, .limit-text-width p, .limit-text-width ul {
	max-width: 62.25rem;
	margin-left: auto;
	margin-right: auto;
}

p {
	font-size: 1rem;
	font-weight: 300;
}

p .strong {
	font-weight: 600;
}

.btn-blue {
	color: #fff;
	background-color: #17427f;
	border-color: #17427f;
}

.btn-blue:hover {
	color: #fff;
	background-color: #14386c;
	border-color: #123566;
}

.btn-blue:focus, .btn-check:focus + .btn-blue {
	color: #fff;
	background-color: #14386c;
	border-color: #123566;
	box-shadow: 0 0 0 .25rem rgba(58, 94, 146, .5);
}

.btn-blue.active, .btn-blue:active, .btn-check:active + .btn-blue, .btn-check:checked + .btn-blue, .show > .btn-blue.dropdown-toggle {
	color: #fff;
	background-color: #123566;
	border-color: #11325f;
}

.btn-blue.active:focus, .btn-blue:active:focus, .btn-check:active + .btn-blue:focus, .btn-check:checked + .btn-blue:focus, .show > .btn-blue.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(58, 94, 146, .5);
}

.btn-blue.disabled, .btn-blue:disabled {
	color: #fff;
	background-color: #17427f;
	border-color: #17427f;
}

.btn-green {
	color: #fff;
}

.btn-outline-blue {
	color: #17427f;
	border-color: #17427f;
}

.btn-outline-blue:hover {
	color: #fff;
	background-color: #17427f;
	border-color: #17427f;
}

.btn-check:focus + .btn-outline-blue, .btn-outline-blue:focus {
	box-shadow: 0 0 0 .25rem rgba(23, 66, 127, .5);
}

.btn-check:active + .btn-outline-blue, .btn-check:checked + .btn-outline-blue, .btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show, .btn-outline-blue:active {
	color: #fff;
	background-color: #17427f;
	border-color: #17427f;
}

.btn-check:active + .btn-outline-blue:focus, .btn-check:checked + .btn-outline-blue:focus, .btn-outline-blue.active:focus, .btn-outline-blue.dropdown-toggle.show:focus, .btn-outline-blue:active:focus {
	box-shadow: 0 0 0 .25rem rgba(23, 66, 127, .5);
}

.btn-outline-blue.disabled, .btn-outline-blue:disabled {
	color: #17427f;
	background-color: transparent;
}

.btn-blue-dark {
	color: #fff;
	background-color: #001c52;
	border-color: #001c52;
}

.btn-blue-dark:hover {
	color: #fff;
	background-color: #001846;
	border-color: #001642;
}

.btn-blue-dark:focus, .btn-check:focus + .btn-blue-dark {
	color: #fff;
	background-color: #001846;
	border-color: #001642;
	box-shadow: 0 0 0 .25rem rgba(38, 62, 108, .5);
}

.btn-blue-dark.active, .btn-blue-dark:active, .btn-check:active + .btn-blue-dark, .btn-check:checked + .btn-blue-dark, .show > .btn-blue-dark.dropdown-toggle {
	color: #fff;
	background-color: #001642;
	border-color: #00153e;
}

.btn-blue-dark.active:focus, .btn-blue-dark:active:focus, .btn-check:active + .btn-blue-dark:focus, .btn-check:checked + .btn-blue-dark:focus, .show > .btn-blue-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(38, 62, 108, .5);
}

.btn-blue-dark.disabled, .btn-blue-dark:disabled {
	color: #fff;
	background-color: #001c52;
	border-color: #001c52;
}

.btn-green {
	color: #fff;
}

.btn-outline-blue-dark {
	color: #001c52;
	border-color: #001c52;
}

.btn-outline-blue-dark:hover {
	color: #fff;
	background-color: #001c52;
	border-color: #001c52;
}

.btn-check:focus + .btn-outline-blue-dark, .btn-outline-blue-dark:focus {
	box-shadow: 0 0 0 .25rem rgba(0, 28, 82, .5);
}

.btn-check:active + .btn-outline-blue-dark, .btn-check:checked + .btn-outline-blue-dark, .btn-outline-blue-dark.active, .btn-outline-blue-dark.dropdown-toggle.show, .btn-outline-blue-dark:active {
	color: #fff;
	background-color: #001c52;
	border-color: #001c52;
}

.btn-check:active + .btn-outline-blue-dark:focus, .btn-check:checked + .btn-outline-blue-dark:focus, .btn-outline-blue-dark.active:focus, .btn-outline-blue-dark.dropdown-toggle.show:focus, .btn-outline-blue-dark:active:focus {
	box-shadow: 0 0 0 .25rem rgba(0, 28, 82, .5);
}

.btn-outline-blue-dark.disabled, .btn-outline-blue-dark:disabled {
	color: #001c52;
	background-color: transparent;
}

.btn-blue-light {
	color: #001c52;
	background-color: #d3e2f7;
	border-color: #d3e2f7;
}

.btn-blue-light:hover {
	color: #001c52;
	background-color: #dae6f8;
	border-color: #d7e5f8;
}

.btn-blue-light:focus, .btn-check:focus + .btn-blue-light {
	color: #001c52;
	background-color: #dae6f8;
	border-color: #d7e5f8;
	box-shadow: 0 0 0 .25rem rgba(179, 196, 222, .5);
}

.btn-blue-light.active, .btn-blue-light:active, .btn-check:active + .btn-blue-light, .btn-check:checked + .btn-blue-light, .show > .btn-blue-light.dropdown-toggle {
	color: #001c52;
	background-color: #dce8f9;
	border-color: #d7e5f8;
}

.btn-blue-light.active:focus, .btn-blue-light:active:focus, .btn-check:active + .btn-blue-light:focus, .btn-check:checked + .btn-blue-light:focus, .show > .btn-blue-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(179, 196, 222, .5);
}

.btn-blue-light.disabled, .btn-blue-light:disabled {
	color: #001c52;
	background-color: #d3e2f7;
	border-color: #d3e2f7;
}

.btn-green {
	color: #fff;
}

.btn-outline-blue-light {
	color: #d3e2f7;
	border-color: #d3e2f7;
}

.btn-outline-blue-light:hover {
	color: #001c52;
	background-color: #d3e2f7;
	border-color: #d3e2f7;
}

.btn-check:focus + .btn-outline-blue-light, .btn-outline-blue-light:focus {
	box-shadow: 0 0 0 .25rem rgba(211, 226, 247, .5);
}

.btn-check:active + .btn-outline-blue-light, .btn-check:checked + .btn-outline-blue-light, .btn-outline-blue-light.active, .btn-outline-blue-light.dropdown-toggle.show, .btn-outline-blue-light:active {
	color: #001c52;
	background-color: #d3e2f7;
	border-color: #d3e2f7;
}

.btn-check:active + .btn-outline-blue-light:focus, .btn-check:checked + .btn-outline-blue-light:focus, .btn-outline-blue-light.active:focus, .btn-outline-blue-light.dropdown-toggle.show:focus, .btn-outline-blue-light:active:focus {
	box-shadow: 0 0 0 .25rem rgba(211, 226, 247, .5);
}

.btn-outline-blue-light.disabled, .btn-outline-blue-light:disabled {
	color: #d3e2f7;
	background-color: transparent;
}

.btn-blue-gray {
	color: #001c52;
	background-color: #e8ecf2;
	border-color: #e8ecf2;
}

.btn-blue-gray:hover {
	color: #001c52;
	background-color: #ebeff4;
	border-color: #eaeef3;
}

.btn-blue-gray:focus, .btn-check:focus + .btn-blue-gray {
	color: #001c52;
	background-color: #ebeff4;
	border-color: #eaeef3;
	box-shadow: 0 0 0 .25rem rgba(197, 205, 218, .5);
}

.btn-blue-gray.active, .btn-blue-gray:active, .btn-check:active + .btn-blue-gray, .btn-check:checked + .btn-blue-gray, .show > .btn-blue-gray.dropdown-toggle {
	color: #001c52;
	background-color: #edf0f5;
	border-color: #eaeef3;
}

.btn-blue-gray.active:focus, .btn-blue-gray:active:focus, .btn-check:active + .btn-blue-gray:focus, .btn-check:checked + .btn-blue-gray:focus, .show > .btn-blue-gray.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(197, 205, 218, .5);
}

.btn-blue-gray.disabled, .btn-blue-gray:disabled {
	color: #001c52;
	background-color: #e8ecf2;
	border-color: #e8ecf2;
}

.btn-green {
	color: #fff;
}

.btn-outline-blue-gray {
	color: #e8ecf2;
	border-color: #e8ecf2;
}

.btn-outline-blue-gray:hover {
	color: #001c52;
	background-color: #e8ecf2;
	border-color: #e8ecf2;
}

.btn-check:focus + .btn-outline-blue-gray, .btn-outline-blue-gray:focus {
	box-shadow: 0 0 0 .25rem rgba(232, 236, 242, .5);
}

.btn-check:active + .btn-outline-blue-gray, .btn-check:checked + .btn-outline-blue-gray, .btn-outline-blue-gray.active, .btn-outline-blue-gray.dropdown-toggle.show, .btn-outline-blue-gray:active {
	color: #001c52;
	background-color: #e8ecf2;
	border-color: #e8ecf2;
}

.btn-check:active + .btn-outline-blue-gray:focus, .btn-check:checked + .btn-outline-blue-gray:focus, .btn-outline-blue-gray.active:focus, .btn-outline-blue-gray.dropdown-toggle.show:focus, .btn-outline-blue-gray:active:focus {
	box-shadow: 0 0 0 .25rem rgba(232, 236, 242, .5);
}

.btn-outline-blue-gray.disabled, .btn-outline-blue-gray:disabled {
	color: #e8ecf2;
	background-color: transparent;
}

.btn-amaranth {
	color: #001c52;
	background-color: #fc5f6f;
	border-color: #fc5f6f;
}

.btn-amaranth:hover {
	color: #001c52;
	background-color: #fc7785;
	border-color: #fc6f7d;
}

.btn-amaranth:focus, .btn-check:focus + .btn-amaranth {
	color: #001c52;
	background-color: #fc7785;
	border-color: #fc6f7d;
	box-shadow: 0 0 0 .25rem rgba(214, 85, 107, .5);
}

.btn-amaranth.active, .btn-amaranth:active, .btn-check:active + .btn-amaranth, .btn-check:checked + .btn-amaranth, .show > .btn-amaranth.dropdown-toggle {
	color: #001c52;
	background-color: #fd7f8c;
	border-color: #fc6f7d;
}

.btn-amaranth.active:focus, .btn-amaranth:active:focus, .btn-check:active + .btn-amaranth:focus, .btn-check:checked + .btn-amaranth:focus, .show > .btn-amaranth.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(214, 85, 107, .5);
}

.btn-amaranth.disabled, .btn-amaranth:disabled {
	color: #001c52;
	background-color: #fc5f6f;
	border-color: #fc5f6f;
}

.btn-green {
	color: #fff;
}

.btn-outline-amaranth {
	color: #fc5f6f;
	border-color: #fc5f6f;
}

.btn-outline-amaranth:hover {
	color: #001c52;
	background-color: #fc5f6f;
	border-color: #fc5f6f;
}

.btn-check:focus + .btn-outline-amaranth, .btn-outline-amaranth:focus {
	box-shadow: 0 0 0 .25rem rgba(252, 95, 111, .5);
}

.btn-check:active + .btn-outline-amaranth, .btn-check:checked + .btn-outline-amaranth, .btn-outline-amaranth.active, .btn-outline-amaranth.dropdown-toggle.show, .btn-outline-amaranth:active {
	color: #001c52;
	background-color: #fc5f6f;
	border-color: #fc5f6f;
}

.btn-check:active + .btn-outline-amaranth:focus, .btn-check:checked + .btn-outline-amaranth:focus, .btn-outline-amaranth.active:focus, .btn-outline-amaranth.dropdown-toggle.show:focus, .btn-outline-amaranth:active:focus {
	box-shadow: 0 0 0 .25rem rgba(252, 95, 111, .5);
}

.btn-outline-amaranth.disabled, .btn-outline-amaranth:disabled {
	color: #fc5f6f;
	background-color: transparent;
}

.btn-green {
	color: #001c52;
	background-color: #3db3a2;
	border-color: #3db3a2;
}

.btn-green:hover {
	color: #001c52;
	background-color: #5abeb0;
	border-color: #50bbab;
}

.btn-check:focus + .btn-green, .btn-green:focus {
	color: #001c52;
	background-color: #5abeb0;
	border-color: #50bbab;
	box-shadow: 0 0 0 .25rem rgba(52, 156, 150, .5);
}

.btn-check:active + .btn-green, .btn-check:checked + .btn-green, .btn-green.active, .btn-green:active, .show > .btn-green.dropdown-toggle {
	color: #001c52;
	background-color: #64c2b5;
	border-color: #50bbab;
}

.btn-check:active + .btn-green:focus, .btn-check:checked + .btn-green:focus, .btn-green.active:focus, .btn-green:active:focus, .show > .btn-green.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(52, 156, 150, .5);
}

.btn-green.disabled, .btn-green:disabled {
	color: #001c52;
	background-color: #3db3a2;
	border-color: #3db3a2;
}

.btn-green {
	color: #fff;
}

.btn-outline-green, .g-block .gform_wrapper.gravity-theme .gform_footer input[type=submit], .people-archive .team-member-filters button.category-active {
	color: #3db3a2;
	border-color: #3db3a2;
}

.btn-outline-green:hover, .g-block .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover, .people-archive .team-member-filters button.category-active:hover {
	color: #001c52;
	background-color: #3db3a2;
	border-color: #3db3a2;
}

.btn-check:focus + .btn-outline-green, .btn-outline-green:focus, .g-block .gform_wrapper.gravity-theme .gform_footer .btn-check:focus + input[type=submit], .g-block .gform_wrapper.gravity-theme .gform_footer input[type=submit]:focus, .people-archive .team-member-filters .btn-check:focus + button.category-active, .people-archive .team-member-filters button.category-active:focus {
	box-shadow: 0 0 0 .25rem rgba(61, 179, 162, .5);
}

.btn-check:active + .btn-outline-green, .btn-check:checked + .btn-outline-green, .btn-outline-green.active, .btn-outline-green.dropdown-toggle.show, .btn-outline-green:active, .g-block .gform_wrapper.gravity-theme .gform_footer .btn-check:active + input[type=submit], .g-block .gform_wrapper.gravity-theme .gform_footer .btn-check:checked + input[type=submit], .g-block .gform_wrapper.gravity-theme .gform_footer input.active[type=submit], .g-block .gform_wrapper.gravity-theme .gform_footer input.dropdown-toggle.show[type=submit], .g-block .gform_wrapper.gravity-theme .gform_footer input[type=submit]:active, .people-archive .team-member-filters .btn-check:active + button.category-active, .people-archive .team-member-filters .btn-check:checked + button.category-active, .people-archive .team-member-filters button.active.category-active, .people-archive .team-member-filters button.category-active:active, .people-archive .team-member-filters button.dropdown-toggle.show.category-active {
	color: #001c52;
	background-color: #3db3a2;
	border-color: #3db3a2;
}

.btn-check:active + .btn-outline-green:focus, .btn-check:checked + .btn-outline-green:focus, .btn-outline-green.active:focus, .btn-outline-green.dropdown-toggle.show:focus, .btn-outline-green:active:focus, .g-block .gform_wrapper.gravity-theme .gform_footer .btn-check:active + input[type=submit]:focus, .g-block .gform_wrapper.gravity-theme .gform_footer .btn-check:checked + input[type=submit]:focus, .g-block .gform_wrapper.gravity-theme .gform_footer input.active[type=submit]:focus, .g-block .gform_wrapper.gravity-theme .gform_footer input.dropdown-toggle.show[type=submit]:focus, .g-block .gform_wrapper.gravity-theme .gform_footer input[type=submit]:active:focus, .people-archive .team-member-filters .btn-check:active + button.category-active:focus, .people-archive .team-member-filters .btn-check:checked + button.category-active:focus, .people-archive .team-member-filters button.active.category-active:focus, .people-archive .team-member-filters button.category-active:active:focus, .people-archive .team-member-filters button.dropdown-toggle.show.category-active:focus {
	box-shadow: 0 0 0 .25rem rgba(61, 179, 162, .5);
}

.btn-outline-green.disabled, .btn-outline-green:disabled, .g-block .gform_wrapper.gravity-theme .gform_footer input.disabled[type=submit], .g-block .gform_wrapper.gravity-theme .gform_footer input[type=submit]:disabled, .people-archive .team-member-filters button.category-active:disabled, .people-archive .team-member-filters button.disabled.category-active {
	color: #3db3a2;
	background-color: transparent;
}

.btn-green-dark {
	color: #fff;
	background-color: #008373;
	border-color: #008373;
}

.btn-green-dark:hover {
	color: #fff;
	background-color: #006f62;
	border-color: #00695c;
}

.btn-check:focus + .btn-green-dark, .btn-green-dark:focus {
	color: #fff;
	background-color: #006f62;
	border-color: #00695c;
	box-shadow: 0 0 0 .25rem rgba(38, 150, 136, .5);
}

.btn-check:active + .btn-green-dark, .btn-check:checked + .btn-green-dark, .btn-green-dark.active, .btn-green-dark:active, .show > .btn-green-dark.dropdown-toggle {
	color: #fff;
	background-color: #00695c;
	border-color: #006256;
}

.btn-check:active + .btn-green-dark:focus, .btn-check:checked + .btn-green-dark:focus, .btn-green-dark.active:focus, .btn-green-dark:active:focus, .show > .btn-green-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(38, 150, 136, .5);
}

.btn-green-dark.disabled, .btn-green-dark:disabled {
	color: #fff;
	background-color: #008373;
	border-color: #008373;
}

.btn-green {
	color: #fff;
}

.btn-outline-green-dark {
	color: #008373;
	border-color: #008373;
}

.btn-outline-green-dark:hover {
	color: #fff;
	background-color: #008373;
	border-color: #008373;
}

.btn-check:focus + .btn-outline-green-dark, .btn-outline-green-dark:focus {
	box-shadow: 0 0 0 .25rem rgba(0, 131, 115, .5);
}

.btn-check:active + .btn-outline-green-dark, .btn-check:checked + .btn-outline-green-dark, .btn-outline-green-dark.active, .btn-outline-green-dark.dropdown-toggle.show, .btn-outline-green-dark:active {
	color: #fff;
	background-color: #008373;
	border-color: #008373;
}

.btn-check:active + .btn-outline-green-dark:focus, .btn-check:checked + .btn-outline-green-dark:focus, .btn-outline-green-dark.active:focus, .btn-outline-green-dark.dropdown-toggle.show:focus, .btn-outline-green-dark:active:focus {
	box-shadow: 0 0 0 .25rem rgba(0, 131, 115, .5);
}

.btn-outline-green-dark.disabled, .btn-outline-green-dark:disabled {
	color: #008373;
	background-color: transparent;
}

.btn-green-light {
	color: #001c52;
	background-color: #75e6d3;
	border-color: #75e6d3;
}

.btn-green-light:hover {
	color: #001c52;
	background-color: #8aeada;
	border-color: #83e9d7;
}

.btn-check:focus + .btn-green-light, .btn-green-light:focus {
	color: #001c52;
	background-color: #8aeada;
	border-color: #83e9d7;
	box-shadow: 0 0 0 .25rem rgba(99, 200, 192, .5);
}

.btn-check:active + .btn-green-light, .btn-check:checked + .btn-green-light, .btn-green-light.active, .btn-green-light:active, .show > .btn-green-light.dropdown-toggle {
	color: #001c52;
	background-color: #91ebdc;
	border-color: #83e9d7;
}

.btn-check:active + .btn-green-light:focus, .btn-check:checked + .btn-green-light:focus, .btn-green-light.active:focus, .btn-green-light:active:focus, .show > .btn-green-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(99, 200, 192, .5);
}

.btn-green-light.disabled, .btn-green-light:disabled {
	color: #001c52;
	background-color: #75e6d3;
	border-color: #75e6d3;
}

.btn-green {
	color: #fff;
}

.btn-outline-green-light {
	color: #75e6d3;
	border-color: #75e6d3;
}

.btn-outline-green-light:hover {
	color: #001c52;
	background-color: #75e6d3;
	border-color: #75e6d3;
}

.btn-check:focus + .btn-outline-green-light, .btn-outline-green-light:focus {
	box-shadow: 0 0 0 .25rem rgba(117, 230, 211, .5);
}

.btn-check:active + .btn-outline-green-light, .btn-check:checked + .btn-outline-green-light, .btn-outline-green-light.active, .btn-outline-green-light.dropdown-toggle.show, .btn-outline-green-light:active {
	color: #001c52;
	background-color: #75e6d3;
	border-color: #75e6d3;
}

.btn-check:active + .btn-outline-green-light:focus, .btn-check:checked + .btn-outline-green-light:focus, .btn-outline-green-light.active:focus, .btn-outline-green-light.dropdown-toggle.show:focus, .btn-outline-green-light:active:focus {
	box-shadow: 0 0 0 .25rem rgba(117, 230, 211, .5);
}

.btn-outline-green-light.disabled, .btn-outline-green-light:disabled {
	color: #75e6d3;
	background-color: transparent;
}

.btn-green-lightest {
	color: #001c52;
	background-color: #ecf7f6;
	border-color: #ecf7f6;
}

.btn-green-lightest:hover {
	color: #001c52;
	background-color: #eff8f7;
	border-color: #eef8f7;
}

.btn-check:focus + .btn-green-lightest, .btn-green-lightest:focus {
	color: #001c52;
	background-color: #eff8f7;
	border-color: #eef8f7;
	box-shadow: 0 0 0 .25rem rgba(201, 214, 221, .5);
}

.btn-check:active + .btn-green-lightest, .btn-check:checked + .btn-green-lightest, .btn-green-lightest.active, .btn-green-lightest:active, .show > .btn-green-lightest.dropdown-toggle {
	color: #001c52;
	background-color: #f0f9f8;
	border-color: #eef8f7;
}

.btn-check:active + .btn-green-lightest:focus, .btn-check:checked + .btn-green-lightest:focus, .btn-green-lightest.active:focus, .btn-green-lightest:active:focus, .show > .btn-green-lightest.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(201, 214, 221, .5);
}

.btn-green-lightest.disabled, .btn-green-lightest:disabled {
	color: #001c52;
	background-color: #ecf7f6;
	border-color: #ecf7f6;
}

.btn-green {
	color: #fff;
}

.btn-outline-green-lightest {
	color: #ecf7f6;
	border-color: #ecf7f6;
}

.btn-outline-green-lightest:hover {
	color: #001c52;
	background-color: #ecf7f6;
	border-color: #ecf7f6;
}

.btn-check:focus + .btn-outline-green-lightest, .btn-outline-green-lightest:focus {
	box-shadow: 0 0 0 .25rem rgba(236, 247, 246, .5);
}

.btn-check:active + .btn-outline-green-lightest, .btn-check:checked + .btn-outline-green-lightest, .btn-outline-green-lightest.active, .btn-outline-green-lightest.dropdown-toggle.show, .btn-outline-green-lightest:active {
	color: #001c52;
	background-color: #ecf7f6;
	border-color: #ecf7f6;
}

.btn-check:active + .btn-outline-green-lightest:focus, .btn-check:checked + .btn-outline-green-lightest:focus, .btn-outline-green-lightest.active:focus, .btn-outline-green-lightest.dropdown-toggle.show:focus, .btn-outline-green-lightest:active:focus {
	box-shadow: 0 0 0 .25rem rgba(236, 247, 246, .5);
}

.btn-outline-green-lightest.disabled, .btn-outline-green-lightest:disabled {
	color: #ecf7f6;
	background-color: transparent;
}

.btn-white {
	color: #001c52;
	background-color: #fff;
	border-color: #fff;
}

.btn-white:hover {
	color: #001c52;
	background-color: #fff;
	border-color: #fff;
}

.btn-check:focus + .btn-white, .btn-white:focus {
	color: #001c52;
	background-color: #fff;
	border-color: #fff;
	box-shadow: 0 0 0 .25rem rgba(217, 221, 229, .5);
}

.btn-check:active + .btn-white, .btn-check:checked + .btn-white, .btn-white.active, .btn-white:active, .show > .btn-white.dropdown-toggle {
	color: #001c52;
	background-color: #fff;
	border-color: #fff;
}

.btn-check:active + .btn-white:focus, .btn-check:checked + .btn-white:focus, .btn-white.active:focus, .btn-white:active:focus, .show > .btn-white.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(217, 221, 229, .5);
}

.btn-white.disabled, .btn-white:disabled {
	color: #001c52;
	background-color: #fff;
	border-color: #fff;
}

.btn-green {
	color: #fff;
}

.btn-outline-white {
	color: #fff;
	border-color: #fff;
}

.btn-outline-white:hover {
	color: #001c52;
	background-color: #fff;
	border-color: #fff;
}

.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .5);
}

.btn-check:active + .btn-outline-white, .btn-check:checked + .btn-outline-white, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show, .btn-outline-white:active {
	color: #001c52;
	background-color: #fff;
	border-color: #fff;
}

.btn-check:active + .btn-outline-white:focus, .btn-check:checked + .btn-outline-white:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus, .btn-outline-white:active:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
	color: #fff;
	background-color: transparent;
}

.btn-gray-light {
	color: #001c52;
	background-color: #f5f5f6;
	border-color: #f5f5f6;
}

.btn-gray-light:hover {
	color: #001c52;
	background-color: #f7f7f7;
	border-color: #f6f6f7;
}

.btn-check:focus + .btn-gray-light, .btn-gray-light:focus {
	color: #001c52;
	background-color: #f7f7f7;
	border-color: #f6f6f7;
	box-shadow: 0 0 0 .25rem rgba(208, 212, 221, .5);
}

.btn-check:active + .btn-gray-light, .btn-check:checked + .btn-gray-light, .btn-gray-light.active, .btn-gray-light:active, .show > .btn-gray-light.dropdown-toggle {
	color: #001c52;
	background-color: #f7f7f8;
	border-color: #f6f6f7;
}

.btn-check:active + .btn-gray-light:focus, .btn-check:checked + .btn-gray-light:focus, .btn-gray-light.active:focus, .btn-gray-light:active:focus, .show > .btn-gray-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(208, 212, 221, .5);
}

.btn-gray-light.disabled, .btn-gray-light:disabled {
	color: #001c52;
	background-color: #f5f5f6;
	border-color: #f5f5f6;
}

.btn-green {
	color: #fff;
}

.btn-outline-gray-light {
	color: #f5f5f6;
	border-color: #f5f5f6;
}

.btn-outline-gray-light:hover {
	color: #001c52;
	background-color: #f5f5f6;
	border-color: #f5f5f6;
}

.btn-check:focus + .btn-outline-gray-light, .btn-outline-gray-light:focus {
	box-shadow: 0 0 0 .25rem rgba(245, 245, 246, .5);
}

.btn-check:active + .btn-outline-gray-light, .btn-check:checked + .btn-outline-gray-light, .btn-outline-gray-light.active, .btn-outline-gray-light.dropdown-toggle.show, .btn-outline-gray-light:active {
	color: #001c52;
	background-color: #f5f5f6;
	border-color: #f5f5f6;
}

.btn-check:active + .btn-outline-gray-light:focus, .btn-check:checked + .btn-outline-gray-light:focus, .btn-outline-gray-light.active:focus, .btn-outline-gray-light.dropdown-toggle.show:focus, .btn-outline-gray-light:active:focus {
	box-shadow: 0 0 0 .25rem rgba(245, 245, 246, .5);
}

.btn-outline-gray-light.disabled, .btn-outline-gray-light:disabled {
	color: #f5f5f6;
	background-color: transparent;
}

.btn-gray {
	color: #001c52;
	background-color: #adadad;
	border-color: #adadad;
}

.btn-gray:hover {
	color: #001c52;
	background-color: #b9b9b9;
	border-color: #b5b5b5;
}

.btn-check:focus + .btn-gray, .btn-gray:focus {
	color: #001c52;
	background-color: #b9b9b9;
	border-color: #b5b5b5;
	box-shadow: 0 0 0 .25rem rgba(147, 151, 159, .5);
}

.btn-check:active + .btn-gray, .btn-check:checked + .btn-gray, .btn-gray.active, .btn-gray:active, .show > .btn-gray.dropdown-toggle {
	color: #001c52;
	background-color: #bdbdbd;
	border-color: #b5b5b5;
}

.btn-check:active + .btn-gray:focus, .btn-check:checked + .btn-gray:focus, .btn-gray.active:focus, .btn-gray:active:focus, .show > .btn-gray.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(147, 151, 159, .5);
}

.btn-gray.disabled, .btn-gray:disabled {
	color: #001c52;
	background-color: #adadad;
	border-color: #adadad;
}

.btn-green {
	color: #fff;
}

.btn-outline-gray {
	color: #adadad;
	border-color: #adadad;
}

.btn-outline-gray:hover {
	color: #001c52;
	background-color: #adadad;
	border-color: #adadad;
}

.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
	box-shadow: 0 0 0 .25rem rgba(173, 173, 173, .5);
}

.btn-check:active + .btn-outline-gray, .btn-check:checked + .btn-outline-gray, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show, .btn-outline-gray:active {
	color: #001c52;
	background-color: #adadad;
	border-color: #adadad;
}

.btn-check:active + .btn-outline-gray:focus, .btn-check:checked + .btn-outline-gray:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus, .btn-outline-gray:active:focus {
	box-shadow: 0 0 0 .25rem rgba(173, 173, 173, .5);
}

.btn-outline-gray.disabled, .btn-outline-gray:disabled {
	color: #adadad;
	background-color: transparent;
}

.btn-gray-dark {
	color: #fff;
	background-color: #666;
	border-color: #666;
}

.btn-gray-dark:hover {
	color: #fff;
	background-color: #575757;
	border-color: #525252;
}

.btn-check:focus + .btn-gray-dark, .btn-gray-dark:focus {
	color: #fff;
	background-color: #575757;
	border-color: #525252;
	box-shadow: 0 0 0 .25rem rgba(125, 125, 125, .5);
}

.btn-check:active + .btn-gray-dark, .btn-check:checked + .btn-gray-dark, .btn-gray-dark.active, .btn-gray-dark:active, .show > .btn-gray-dark.dropdown-toggle {
	color: #fff;
	background-color: #525252;
	border-color: #4d4d4d;
}

.btn-check:active + .btn-gray-dark:focus, .btn-check:checked + .btn-gray-dark:focus, .btn-gray-dark.active:focus, .btn-gray-dark:active:focus, .show > .btn-gray-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(125, 125, 125, .5);
}

.btn-gray-dark.disabled, .btn-gray-dark:disabled {
	color: #fff;
	background-color: #666;
	border-color: #666;
}

.btn-green {
	color: #fff;
}

.btn-outline-gray-dark {
	color: #666;
	border-color: #666;
}

.btn-outline-gray-dark:hover {
	color: #fff;
	background-color: #666;
	border-color: #666;
}

.btn-check:focus + .btn-outline-gray-dark, .btn-outline-gray-dark:focus {
	box-shadow: 0 0 0 .25rem rgba(102, 102, 102, .5);
}

.btn-check:active + .btn-outline-gray-dark, .btn-check:checked + .btn-outline-gray-dark, .btn-outline-gray-dark.active, .btn-outline-gray-dark.dropdown-toggle.show, .btn-outline-gray-dark:active {
	color: #fff;
	background-color: #666;
	border-color: #666;
}

.btn-check:active + .btn-outline-gray-dark:focus, .btn-check:checked + .btn-outline-gray-dark:focus, .btn-outline-gray-dark.active:focus, .btn-outline-gray-dark.dropdown-toggle.show:focus, .btn-outline-gray-dark:active:focus {
	box-shadow: 0 0 0 .25rem rgba(102, 102, 102, .5);
}

.btn-outline-gray-dark.disabled, .btn-outline-gray-dark:disabled {
	color: #666;
	background-color: transparent;
}

.btn-red {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-red:hover {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
}

.btn-check:focus + .btn-red, .btn-red:focus {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
}

.btn-check:active + .btn-red, .btn-check:checked + .btn-red, .btn-red.active, .btn-red:active, .show > .btn-red.dropdown-toggle {
	color: #fff;
	background-color: #b02a37;
	border-color: #a52834;
}

.btn-check:active + .btn-red:focus, .btn-check:checked + .btn-red:focus, .btn-red.active:focus, .btn-red:active:focus, .show > .btn-red.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
}

.btn-red.disabled, .btn-red:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-green {
	color: #fff;
}

.btn-outline-red {
	color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-red:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-check:focus + .btn-outline-red, .btn-outline-red:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
}

.btn-check:active + .btn-outline-red, .btn-check:checked + .btn-outline-red, .btn-outline-red.active, .btn-outline-red.dropdown-toggle.show, .btn-outline-red:active {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-check:active + .btn-outline-red:focus, .btn-check:checked + .btn-outline-red:focus, .btn-outline-red.active:focus, .btn-outline-red.dropdown-toggle.show:focus, .btn-outline-red:active:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
}

.btn-outline-red.disabled, .btn-outline-red:disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-orange {
	color: #001c52;
	background-color: #fd7e14;
	border-color: #fd7e14;
}

.btn-orange:hover {
	color: #001c52;
	background-color: #fd9137;
	border-color: #fd8b2c;
}

.btn-check:focus + .btn-orange, .btn-orange:focus {
	color: #001c52;
	background-color: #fd9137;
	border-color: #fd8b2c;
	box-shadow: 0 0 0 .25rem rgba(215, 111, 29, .5);
}

.btn-check:active + .btn-orange, .btn-check:checked + .btn-orange, .btn-orange.active, .btn-orange:active, .show > .btn-orange.dropdown-toggle {
	color: #001c52;
	background-color: #fd9843;
	border-color: #fd8b2c;
}

.btn-check:active + .btn-orange:focus, .btn-check:checked + .btn-orange:focus, .btn-orange.active:focus, .btn-orange:active:focus, .show > .btn-orange.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(215, 111, 29, .5);
}

.btn-orange.disabled, .btn-orange:disabled {
	color: #001c52;
	background-color: #fd7e14;
	border-color: #fd7e14;
}

.btn-green {
	color: #fff;
}

.btn-outline-orange {
	color: #fd7e14;
	border-color: #fd7e14;
}

.btn-outline-orange:hover {
	color: #001c52;
	background-color: #fd7e14;
	border-color: #fd7e14;
}

.btn-check:focus + .btn-outline-orange, .btn-outline-orange:focus {
	box-shadow: 0 0 0 .25rem rgba(253, 126, 20, .5);
}

.btn-check:active + .btn-outline-orange, .btn-check:checked + .btn-outline-orange, .btn-outline-orange.active, .btn-outline-orange.dropdown-toggle.show, .btn-outline-orange:active {
	color: #001c52;
	background-color: #fd7e14;
	border-color: #fd7e14;
}

.btn-check:active + .btn-outline-orange:focus, .btn-check:checked + .btn-outline-orange:focus, .btn-outline-orange.active:focus, .btn-outline-orange.dropdown-toggle.show:focus, .btn-outline-orange:active:focus {
	box-shadow: 0 0 0 .25rem rgba(253, 126, 20, .5);
}

.btn-outline-orange.disabled, .btn-outline-orange:disabled {
	color: #fd7e14;
	background-color: transparent;
}

.btn-yellow {
	color: #001c52;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-yellow:hover {
	color: #001c52;
	background-color: #ffca2c;
	border-color: #ffc720;
}

.btn-check:focus + .btn-yellow, .btn-yellow:focus {
	color: #001c52;
	background-color: #ffca2c;
	border-color: #ffc720;
	box-shadow: 0 0 0 .25rem rgba(217, 168, 18, .5);
}

.btn-check:active + .btn-yellow, .btn-check:checked + .btn-yellow, .btn-yellow.active, .btn-yellow:active, .show > .btn-yellow.dropdown-toggle {
	color: #001c52;
	background-color: #ffcd39;
	border-color: #ffc720;
}

.btn-check:active + .btn-yellow:focus, .btn-check:checked + .btn-yellow:focus, .btn-yellow.active:focus, .btn-yellow:active:focus, .show > .btn-yellow.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(217, 168, 18, .5);
}

.btn-yellow.disabled, .btn-yellow:disabled {
	color: #001c52;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-green {
	color: #fff;
}

.btn-outline-yellow {
	color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-yellow:hover {
	color: #001c52;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-check:focus + .btn-outline-yellow, .btn-outline-yellow:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
}

.btn-check:active + .btn-outline-yellow, .btn-check:checked + .btn-outline-yellow, .btn-outline-yellow.active, .btn-outline-yellow.dropdown-toggle.show, .btn-outline-yellow:active {
	color: #001c52;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-check:active + .btn-outline-yellow:focus, .btn-check:checked + .btn-outline-yellow:focus, .btn-outline-yellow.active:focus, .btn-outline-yellow.dropdown-toggle.show:focus, .btn-outline-yellow:active:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
}

.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-plain {
	border: none;
	background: 0 0;
}

.btn-plain:after {
	margin-left: .25rem;
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	content: "";
}

.btn-plain-blue {
	color: #17427f !important;
}

.btn-plain-blue-dark {
	color: #001c52 !important;
}

.btn-plain-blue-light {
	color: #d3e2f7 !important;
}

.btn-plain-blue-gray {
	color: #e8ecf2 !important;
}

.btn-plain-amaranth {
	color: #fc5f6f !important;
}

.btn-plain-green {
	color: #3db3a2 !important;
}

.btn-plain-green-dark {
	color: #008373 !important;
}

.btn-plain-green-light {
	color: #75e6d3 !important;
}

.btn-plain-green-lightest {
	color: #ecf7f6 !important;
}

.btn-plain-white {
	color: #fff !important;
}

.btn-plain-gray-light {
	color: #f5f5f6 !important;
}

.btn-plain-gray {
	color: #adadad !important;
}

.btn-plain-gray-dark {
	color: #666 !important;
}

.btn-plain-red {
	color: #dc3545 !important;
}

.btn-plain-orange {
	color: #fd7e14 !important;
}

.btn-plain-yellow {
	color: #ffc107 !important;
}

.navbar {
	position: relative;
	background: #fff;
	padding: 1rem;
	transition: all .3s linear;
}

@media (prefers-reduced-motion:reduce) {
	.navbar {
		transition: none;
	}
}

@media (min-width:992px) {
	.navbar {
		padding: 0;
		background: #001c52;
		color: #fff;
	}
}

.navbar + .g-block:not(.hero) {
	padding-top: 4rem !important;
}

.navbar .nav-container {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:992px) {
	.navbar .nav-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		padding-left: var(--hvmc-gutter-x, .75rem);
		padding-right: var(--hvmc-gutter-x, .75rem);
	}
}

.navbar .yoast-breadcrumbs {
	font-size: .75rem;
	position: absolute;
	left: 0;
	bottom: -2rem;
	z-index: 30;
	color: #001c52;
}

.navbar .navbar-brand {
	display: block;
	width: 10rem;
	height: 3.1788rem;
	margin: 1rem 0 1.5rem;
}

@media (min-width:992px) {
	.navbar .navbar-brand {
		margin: 1rem 1rem 1.5rem;
	}
	
	.navbar .navbar-brand svg * {
		fill: #fff;
	}
}

.navbar .toggle-main-nav {
	position: absolute;
	top: 1.75rem;
	right: 1rem;
	height: 3.125rem;
	width: 2.5rem;
	background: 0 0;
	border: none;
	color: #17427f;
	font-size: 2rem;
}

@media (min-width:992px) {
	.navbar .toggle-main-nav {
		display: none;
	}
}

.navbar .toggle-main-nav .fa-bars, .navbar .toggle-main-nav .fa-time {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.navbar .toggle-main-nav .fa-times {
	display: none;
}

.navbar .toggle-main-nav--nav-visible .fa-bars {
	display: none;
}

.navbar .toggle-main-nav--nav-visible .fa-times {
	display: block;
}

.navbar #main-nav-collapse {
	display: none;
	padding: 2rem;
	width: 100%;
	background: #001c52;
	text-align: center;
}

@media (min-width:992px) {
	.navbar #main-nav-collapse {
		display: block;
		padding: 0;
	}
}

.navbar .navbar-nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 2rem;
}

@media (min-width:992px) {
	.navbar .navbar-nav {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		max-width: 100%;
		padding-top: 2rem;
		margin-bottom: 0;
	}
}

.navbar .navbar-nav .menu-item {
	margin-bottom: 2rem;
}

@media (min-width:992px) {
	.navbar .navbar-nav .menu-item {
		margin: 0 2rem;
	}
}

.navbar .navbar-nav .menu-item a {
	color: #fff;
	font-weight: 500;
	transition: all .3s linear;
}

@media (prefers-reduced-motion:reduce) {
	.navbar .navbar-nav .menu-item a {
		transition: none;
	}
}

@media (min-width:992px) {
	.navbar .navbar-nav .menu-item a {
		display: inline-block;
		padding: 1rem 0;
	}
}

.navbar .navbar-nav .menu-item a:hover {
	color: #fc5f6f;
}

.navbar .navbar-nav .menu-item .menu-item-advert {
	display: none;
}

.navbar .navbar-nav .sub-menu {
	display: none;
}

@media (min-width:992px) {
	.navbar .nav-elements {
		position: absolute;
		right: 0;
		top: 1rem;
		width: 36%;
		display: flex;
		justify-content: flex-end;
	}
}

.navbar .nav-elements .hvmc-searchform {
	margin-bottom: 2rem;
}

@media (min-width:992px) {
	.navbar .nav-elements .hvmc-searchform {
		margin-bottom: 0;
	}
}

.navbar .nav-elements .nav-contact-us {
	margin-bottom: 2rem;
	white-space: nowrap;
}

@media (min-width:992px) {
	.navbar .nav-elements .nav-contact-us {
		margin-bottom: 0;
		margin-left: 1rem;
	}
	
	.navbar .nav-elements .nav-contact-us a {
		line-height: 2.1rem;
	}
}

.navbar .browse-catapults-btn {
	color: #fff;
	margin-bottom: 2rem;
	transition: all .3s linear;
	z-index: 999;
	width: 100%;
	display: flex;
	border-radius: 0;
}

@media (prefers-reduced-motion:reduce) {
	.navbar .browse-catapults-btn {
		transition: none;
	}
}

@media (min-width:992px) {
	.navbar .browse-catapults-btn {
		position: absolute;
		left: 50%;
		top: 0;
		display: flex;
		border: 1px solid #fff;
		border-top: none;
		padding: 1rem 2rem;
		transform: translate(-50%, 0);
	}
}

.navbar .browse-catapults-btn:hover {
	color: #fc5f6f;
	border-color: #fc5f6f;
}

.navbar .browse-catapults-btn:before {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	content: "";
	opacity: 1;
	margin-right: .5rem;
}

@media (min-width:992px) {
	.navbar .browse-catapults-btn:before {
		display: block;
	}
}

.navbar .browse-catapults-btn.catapult-network-visible:before {
	content: "";
}

@media (min-width:992px) {
	.navbar--light {
		background: #fff;
	}
	
	.navbar--light .navbar-brand svg * {
		fill: #001c52;
	}
	
	.navbar--light .hvmc-searchform .hvmc-searchform__input-group {
		border: 1px solid #adadad;
	}
	
	.navbar--light .browse-catapults-btn {
		border-color: #001c52;
		background-color: #001c52;
	}
	
	.navbar--light #main-nav-collapse {
		background: #fff;
	}
	
	.navbar--light #main-nav-collapse .menu-item a {
		color: #001c52;
	}
}

#dd {
	width: 100%;
	display: none;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate(0, 100%);
	z-index: 150;
	box-shadow: 0 1rem 1rem rgba(0, 0, 0, .1);
}

#dd a {
	color: #001c52;
}

#dd a:hover {
	color: #fc5f6f;
}

#dd .dd__large-container {
	position: relative;
	background: #e8ecf2;
}

#dd .dd__large-container:after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: #e8ecf2;
	width: 100%;
	transform: translate(30%, 0);
}

#dd #dd__menu {
	padding: 3rem 2rem;
	position: relative;
	z-index: 10;
}

#dd #dd__menu ul.sub-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#dd #dd__menu ul.sub-menu li {
	margin-bottom: 1.5rem;
}

#dd #dd__menu ul.sub-menu li a {
	display: block;
}

#dd #dd__menu ul.sub-menu .sub-menu {
	display: none;
}

#dd #dd__advert {
	position: relative;
	z-index: 10;
}

#dd #dd__advert .menu-item-advert {
	display: flex;
	align-items: center;
	padding: 2rem;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy {
	flex: 0 0 33%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-right: 2rem;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title {
	margin-bottom: 2rem;
	margin-left: 0;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__image {
	flex: 0 0 66%;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__btn {
	border: 1px solid #3db3a2;
	color: #3db3a2;
	min-width: 50%;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__btn:hover {
	background: #3db3a2;
	color: #fff;
}

#dd #dd__submenu {
	padding: 3rem;
	padding-bottom: 0;
	display: none;
	position: relative;
	z-index: 10;
}

#dd #dd__submenu .sub-menu {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	font-size: .875rem;
}

#dd #dd__submenu .sub-menu li {
	flex: 0 0 33%;
	margin-bottom: 3rem;
}

#dd #dd__submenu .sub-menu li a {
	position: relative;
	display: block;
	margin-right: 2rem;
	min-height: 2.5rem;
}

#dd #dd__submenu .sub-menu li a img {
	max-width: 2.5rem;
	margin-right: .65rem;
}

.catapult-network {
	position: relative;
	padding-top: 2rem;
	display: none;
	z-index: 35;
	width: 100%;
	background: #001c52;
}

@media (max-width:991.98px) {
	.catapult-network {
		padding-bottom: 2rem;
	}
}

@media (min-width:992px) {
	.catapult-network .catapult-network__list {
		display: flex;
		flex-wrap: wrap;
	}
	
	.catapult-network .catapult-network__list div {
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
	
	.catapult-network .catapult-network__list div a:hover {
		color: #fc5f6f;
	}
}

.catapult-network:before {
	display: block;
	content: "";
	height: 1px;
	position: absolute;
	left: -2rem;
	top: 0;
	right: -2rem;
	background: #fff;
	transition: all .3s linear;
}

@media (prefers-reduced-motion:reduce) {
	.catapult-network:before {
		transition: none;
	}
}

@media (min-width:992px) {
	.catapult-network:before {
		display: none;
	}
}

.catapult-network a {
	display: block;
	color: #fff;
	font-weight: 500;
	margin-bottom: 2rem;
}

.home .navbar, .page-template-temp-home .navbar, .post-type-archive-centre .navbar {
	z-index: 30;
	background: 0 0;
}

.home .navbar .navbar-brand svg *, .page-template-temp-home .navbar .navbar-brand svg *, .post-type-archive-centre .navbar .navbar-brand svg * {
	fill: #fff;
}

.home .navbar .toggle-main-nav, .page-template-temp-home .navbar .toggle-main-nav, .post-type-archive-centre .navbar .toggle-main-nav {
	color: #fff;
}

@media (min-width:992px) {
	.home .navbar #main-nav-collapse, .page-template-temp-home .navbar #main-nav-collapse, .post-type-archive-centre .navbar #main-nav-collapse {
		background: 0 0;
	}
	
	.home .navbar #main-nav-collapse .menu-item a, .page-template-temp-home .navbar #main-nav-collapse .menu-item a, .post-type-archive-centre .navbar #main-nav-collapse .menu-item a {
		color: #fff;
	}
	
	.home .navbar #main-nav-collapse .menu-item a:hover, .page-template-temp-home .navbar #main-nav-collapse .menu-item a:hover, .post-type-archive-centre .navbar #main-nav-collapse .menu-item a:hover {
		color: #fc5f6f;
	}
}

.home .yoast-breadcrumbs, .page-template-temp-home .yoast-breadcrumbs, .post-type-archive-centre .yoast-breadcrumbs {
	color: #fff;
}

.home .yoast-breadcrumbs a, .page-template-temp-home .yoast-breadcrumbs a, .post-type-archive-centre .yoast-breadcrumbs a {
	color: #fff;
}

body.xs-nav-visible .navbar {
	background: #001c52;
}

body.xs-nav-visible .navbar .navbar-brand svg * {
	fill: #fff;
}

body.xs-nav-visible .navbar .toggle-main-nav {
	color: #fff;
}

.footer-newsletter {
	position: relative;
	padding: 4rem 0;
	color: #fff;
	overflow: hidden;
}

.footer-newsletter .container {
	position: relative;
	z-index: 10;
}

.footer-newsletter__title {
	color: #fff;
}

.footer-newsletter__bg {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
}

.footer-newsletter__bg svg {
	height: 100%;
	width: auto;
}

.footer-newsletter .gform_wrapper {
	width: 100%;
	margin-bottom: 1rem;
}

.footer-newsletter .gform_wrapper .gform_heading {
	margin-bottom: 1rem;
}

.footer-newsletter .gform_wrapper form {
	display: flex;
}

.footer-newsletter .gform_wrapper form .gform_body {
	flex: 1 0 0;
}

.footer-newsletter .gform_wrapper form .gform_body input[type=email], .footer-newsletter .gform_wrapper form .gform_body input[type=text] {
	border: 1px solid #fff;
	background: #fff;
	border-right: none;
	border-radius: .25rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	outline: 0 !important;
	padding: 0 1rem;
	line-height: 2.7rem !important;
}

@media (min-width:992px) {
	.footer-newsletter .gform_wrapper form .gform_body input[type=email], .footer-newsletter .gform_wrapper form .gform_body input[type=text] {
		line-height: 2.4rem !important;
	}
}

.footer-newsletter .gform_wrapper form .gform_footer {
	padding: 0;
	margin: 0;
}

.footer-newsletter .gform_wrapper form .gform_footer .gform_button {
	border: 1px solid #fc5f6f;
	background: #fc5f6f;
	border-radius: .25rem;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	color: #001c52;
	padding: 0 1.5rem;
	line-height: 2.7rem !important;
	transition: all .3s linear;
}

@media (prefers-reduced-motion:reduce) {
	.footer-newsletter .gform_wrapper form .gform_footer .gform_button {
		transition: none;
	}
}

@media (min-width:992px) {
	.footer-newsletter .gform_wrapper form .gform_footer .gform_button {
		line-height: 2.4rem !important;
	}
}

.footer-newsletter .gform_wrapper form .gform_footer .gform_button:hover {
	background: #3db3a2;
	border-color: #3db3a2;
	color: #fff;
}

.site-footer {
	padding: 3rem 0;
	background: #f5f5f6;
	color: #17427f;
}

.site-footer a {
	color: #17427f;
}

.site-footer .menu {
	margin: 0;
	margin-bottom: 2rem;
	padding: 0;
	list-style-type: none;
}

.site-footer .menu > li > a {
	font-weight: 700;
}

.site-footer .menu li a {
	display: inline-block;
	margin-bottom: .5rem;
}

.site-footer .menu li a img {
	display: none;
}

.site-footer .menu li.font-normal a {
	font-weight: 400 !important;
}

.site-footer .menu li .sub-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 2rem;
}

.site-footer .social-media-icons {
	margin: 0;
	margin-bottom: 2rem;
	padding: 0;
	font-size: 1.5rem;
	list-style-type: none;
	max-width: 100%;
}

.site-footer .social-media-icons li {
	display: inline-block;
	margin-left: 1rem;
}

.hvmc-searchform {
	display: flex;
}

.hvmc-searchform .hvmc-searchform__input-group {
	border: .15rem solid #f5f5f6;
	border-right: none;
	border-radius: 2rem 0 0 2rem;
	overflow: hidden;
	background: #fff;
}

.hvmc-searchform .hvmc-searchform__input-group input[type=text] {
	border: none !important;
	border-radius: 0 !important;
}

.hvmc-searchform .hvmc-searchform__input-group input[type=text]:focus {
	box-shadow: none !important;
}

.hvmc-searchform .hvmc-searchform__floating {
	flex: 1 0 0;
}

.hvmc-searchform .form-floating > label {
	color: #adadad;
}

.g-block .gform_wrapper.gravity-theme .gform_footer .hvmc-searchform input[type=submit], .hvmc-searchform .btn, .hvmc-searchform .g-block .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
	border-radius: 0 2rem 2rem 0;
	padding-left: 1rem;
	padding-right: 1rem;
}

.lds-ripple {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ripple div {
	position: absolute;
	border: 4px solid #fc5f6f;
	opacity: 1;
	border-radius: 50%;
	-webkit-animation: lds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite;
	animation: lds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s;
}

@-webkit-keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	
	100% {
		top: 0;
		left: 0;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}

@keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	
	100% {
		top: 0;
		left: 0;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}

.raiser-pagination {
	padding: 4rem 0;
}

.raiser-pagination .posts__page-num {
	display: none;
}

.raiser-pagination .paging-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: .85rem;
}

.raiser-pagination .paging-nav .raiser-paginate-spinner {
	flex: 0 0 100%;
	text-align: center;
	margin-bottom: 1rem;
}

.raiser-pagination .paging-nav button {
	margin: 0 .25rem;
	border: none;
	display: block;
	background: 0 0;
	color: #001c52;
	width: 1.75rem;
	height: 1.75rem;
	text-align: center;
	border-radius: 100%;
	position: relative;
	transition: all .3s linear;
}

@media (prefers-reduced-motion:reduce) {
	.raiser-pagination .paging-nav button {
		transition: none;
	}
}

.raiser-pagination .paging-nav button.paging-nav__page:hover {
	background: #f5f5f6;
}

.raiser-pagination .paging-nav button.paging-nav__page--active {
	color: #fff;
	background: #3db3a2;
}

.raiser-pagination .paging-nav button.raiser-paginate-arrows {
	font-size: 1rem;
	white-space: nowrap;
	width: auto;
}

.share-bar {
	display: flex;
	justify-content: flex-start;
	padding-top: 1rem;
}

.share-bar .share-bar__title {
	margin: 0;
	margin-right: 1rem;
	font-size: .875rem;
	color: #001c52;
	font-weight: 500;
}

.share-bar .a2a_kit a {
	display: inline-block;
	height: 1.5rem;
	width: 1.5rem;
	border-radius: 100%;
	background: #001c52;
	color: #fff;
	margin-right: 1rem;
	position: relative;
}

.share-bar .a2a_kit a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hvmc-card {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
}

.hvmc-card img {
	border-radius: 20px 20px 0 0;
}

.hvmc-card .hvmc-card__body {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex: 1 0 0;
}

.hvmc-card .hvmc-card__body * {
	margin-left: 0;
}

.hvmc-card .hvmc-card__body p {
	font-size: 1rem;
}

.hvmc-card .hvmc-card__body p.hvmc-card__post-type {
	margin-bottom: .25rem;
	font-weight: 400;
	color: #3db3a2;
	letter-spacing: 1px;
	font-size: 1rem;
}

.hvmc-card .hvmc-card__body p.hvmc-card__name {
	font-size: 1rem;
}

.hvmc-card .hvmc-card__body p.hvmc-card__name a {
	color: #001c52;
	font-weight: 600;
}

.hvmc-card .hvmc-card__body p.hvmc__date {
	font-size: .875rem;
	margin-top: auto;
	margin-bottom: 0;
}

.hvmc-card .card-label {
	font-size: .7rem;
	display: inline-block;
	padding: .25rem .5rem;
	border-radius: .25rem;
	color: #fff;
	font-weight: 500;
	position: absolute;
	top: 1rem;
	left: 1rem;
}

.person-card {
	position: relative;
	max-width: 17rem;
	margin: 0 auto;
}

.person-card img {
	min-width: 100%;
}

.person-card .person-card__body {
	min-height: 10rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.person-card .person-card__body .person-card__name {
	margin-left: 0;
}

.person-card .person-card__body a {
	font-weight: 500;
}

.person-card .person-card__body a i {
	margin-left: .25rem;
}

#people-archive {
	overflow: hidden;
}

.people-carousel.slick-slider .slick-list {
	overflow: visible;
}

.acf-block-preview .people-carousel {
	display: flex;
}

.acf-block-preview .people-carousel .person-card-wrap {
	flex: 0 0 33.333%;
	display: none;
}

.acf-block-preview .people-carousel .person-card-wrap:nth-of-type(1), .acf-block-preview .people-carousel .person-card-wrap:nth-of-type(2), .acf-block-preview .people-carousel .person-card-wrap:nth-of-type(3) {
	display: block;
}

.post-types-filter {
	background: #17427f;
	padding: 1rem 2rem;
	border-radius: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 2rem;
}

@media (min-width:992px) {
	.post-types-filter {
		flex-wrap: nowrap;
	}
}

.post-types-filter input[type=radio] {
	display: none;
}

.post-types-filter input[type=radio]:checked + label {
	color: #fc5f6f;
}

.post-types-filter label {
	font-weight: 700;
	flex: 0 0 100%;
	cursor: pointer;
	color: #fff;
	text-align: center;
	margin-bottom: 1rem;
	padding: 0 1rem;
	white-space: nowrap;
}

@media (min-width:992px) {
	.post-types-filter label {
		flex: 0 0 0;
		margin-bottom: 0;
	}
}

.raiser-filter-div, .raiser-filter-form {
	position: relative;
}

.raiser-filter-div .raiser-filter-form__wrap, .raiser-filter-form .raiser-filter-form__wrap {
	border-radius: 20px;
	color: #001c52;
	background: #fff;
	padding: .75rem 1.5rem;
	position: relative;
	z-index: 15;
}

.raiser-filter-div .filter-key, .raiser-filter-form .filter-key {
	padding: .4rem 0 0;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 1rem;
}

@media (min-width:992px) {
	.raiser-filter-div .filter-key, .raiser-filter-form .filter-key {
		margin-bottom: 0;
	}
}

.raiser-filter-div .filter-key .classification__title, .raiser-filter-form .filter-key .classification__title {
	display: none;
}

@media (min-width:1200px) {
	.raiser-filter-div .filter-key .classification__title, .raiser-filter-form .filter-key .classification__title {
		display: inline;
		font-weight: 500;
	}
}

.raiser-filter-div .filter-col__sort, .raiser-filter-form .filter-col__sort {
	display: flex;
	align-items: center;
	font-size: .875rem;
	padding-top: 1rem;
	margin-bottom: 1rem;
}

@media (min-width:992px) {
	.raiser-filter-div .filter-col__sort, .raiser-filter-form .filter-col__sort {
		padding-top: 0;
		margin-bottom: 0;
	}
}

.raiser-filter-div .filter-col__sort .filter-col__sort-title, .raiser-filter-form .filter-col__sort .filter-col__sort-title {
	white-space: nowrap;
	padding-right: .75rem;
	font-weight: 500;
}

.raiser-filter-div .filter-col__sort select, .raiser-filter-form .filter-col__sort select {
	border-radius: .25rem;
	padding-left: .75rem;
	padding-right: 2.5rem;
	background-position: right .65rem center;
	font-size: .875rem;
}

.raiser-filter-div .filter-col__tax, .raiser-filter-form .filter-col__tax {
	position: relative;
	margin-bottom: 1rem;
}

@media (min-width:992px) {
	.raiser-filter-div .filter-col__tax, .raiser-filter-form .filter-col__tax {
		margin-left: 1rem;
		margin-bottom: 0;
	}
}

.raiser-filter-div .filter-col__tax .raiser-filter-tabs__title, .raiser-filter-form .filter-col__tax .raiser-filter-tabs__title {
	border: 1px solid #001c52;
	padding: .5rem 1rem;
	font-size: 1rem;
	margin-bottom: 0;
	border-radius: 2rem;
	font-weight: 500;
	cursor: pointer;
	min-width: 5rem;
	transition: all .3s linear;
}

@media (prefers-reduced-motion:reduce) {
	.raiser-filter-div .filter-col__tax .raiser-filter-tabs__title, .raiser-filter-form .filter-col__tax .raiser-filter-tabs__title {
		transition: none;
	}
}

.raiser-filter-div .filter-col__tax .raiser-filter-tabs__title:hover, .raiser-filter-form .filter-col__tax .raiser-filter-tabs__title:hover {
	border-color: #3db3a2;
	background: rgba(61, 179, 162, .2);
}

.raiser-filter-div .filter-col__tax .raiser-filter-tabs__title.dropdown-visible, .raiser-filter-form .filter-col__tax .raiser-filter-tabs__title.dropdown-visible {
	min-width: 15rem;
}

.raiser-filter-div .filter-col__tax .raiser-filter-tabs__title.dropdown-visible + .raiser-filter-tabs__values, .raiser-filter-form .filter-col__tax .raiser-filter-tabs__title.dropdown-visible + .raiser-filter-tabs__values {
	display: flex;
}

.raiser-filter-div .filter-col__tax .raiser-filter-tabs__values, .raiser-filter-form .filter-col__tax .raiser-filter-tabs__values {
	display: none;
	flex-direction: column;
	padding: 1rem;
	border-radius: 2rem;
	background: #f5f5f6;
}

@media (min-width:992px) {
	.raiser-filter-div .filter-col__tax .raiser-filter-tabs__values, .raiser-filter-form .filter-col__tax .raiser-filter-tabs__values {
		min-width: 15rem;
		max-width: 18rem;
		position: absolute;
		left: 0;
		top: 3.2rem;
		z-index: 60;
		border-radius: 0 0 2rem 2rem;
	}
}

.raiser-filter-div .raiser-search-group, .raiser-filter-form .raiser-search-group {
	border: 1px solid #ced4da;
	padding: 0;
	font-size: 1rem;
	margin-bottom: 0;
	border-radius: 2rem;
	font-weight: 500;
}

.raiser-filter-div .raiser-search-group .input-group-text, .raiser-filter-form .raiser-search-group .input-group-text {
	color: #ced4da;
	padding-left: 1rem;
	padding-right: 0;
}

.raiser-filter-div .raiser-search-group input, .raiser-filter-form .raiser-search-group input {
	border: none;
}

.raiser-filter-div .raiser-search-group input:focus, .raiser-filter-form .raiser-search-group input:focus {
	box-shadow: none;
}

.raiser-filter-div .raiser-filter-form__clear, .raiser-filter-form .raiser-filter-form__clear {
	margin-left: 1rem;
}

.raiser-filter-div .more-filters-btn:hover .more-filters-btn__svg svg path, .raiser-filter-form .more-filters-btn:hover .more-filters-btn__svg svg path {
	fill: #fff;
}

.raiser-filter-div .more-filters-btn .more-filters-btn__svg, .raiser-filter-form .more-filters-btn .more-filters-btn__svg {
	width: 1.5rem;
	display: inline-block;
	margin-right: .25rem;
}

.raiser-filter-div .more-filters, .raiser-filter-form .more-filters {
	margin-top: -2rem;
	background: #f5f5f6;
	padding: 4rem 2rem 2rem;
	border-radius: 0 0 3rem 3rem;
	display: none;
	position: relative;
	z-index: 14;
}

.raiser-filter-div .more-filters .more-filters__tax, .raiser-filter-form .more-filters .more-filters__tax {
	border-bottom: 2px solid #fff;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

@media (min-width:992px) {
	.raiser-filter-div .more-filters .more-filters__tax, .raiser-filter-form .more-filters .more-filters__tax {
		display: flex;
	}
}

.raiser-filter-div .more-filters .more-filters__tax:last-of-type, .raiser-filter-form .more-filters .more-filters__tax:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

@media (min-width:992px) {
	.raiser-filter-div .more-filters .more-filters__tax-title, .raiser-filter-form .more-filters .more-filters__tax-title {
		flex: 0 0 30%;
		padding-right: 2rem;
	}
}

@media (min-width:992px) {
	.raiser-filter-div .more-filters .raiser-filter-tabs__values, .raiser-filter-form .more-filters .raiser-filter-tabs__values {
		flex: 0 0 70%;
		display: flex;
		flex-wrap: wrap;
	}
}

.raiser-filter-div .more-filters .raiser-filter-tabs__option, .raiser-filter-form .more-filters .raiser-filter-tabs__option {
	font-size: 1rem;
	color: #001c52;
	display: none;
}

@media (min-width:992px) {
	.raiser-filter-div .more-filters .raiser-filter-tabs__option, .raiser-filter-form .more-filters .raiser-filter-tabs__option {
		flex: 0 0 48%;
		margin-bottom: 1rem;
	}
}

.raiser-filter-div .more-filters .raiser-filter-tabs__option:nth-of-type(1), .raiser-filter-div .more-filters .raiser-filter-tabs__option:nth-of-type(2), .raiser-filter-div .more-filters .raiser-filter-tabs__option:nth-of-type(3), .raiser-filter-div .more-filters .raiser-filter-tabs__option:nth-of-type(4), .raiser-filter-form .more-filters .raiser-filter-tabs__option:nth-of-type(1), .raiser-filter-form .more-filters .raiser-filter-tabs__option:nth-of-type(2), .raiser-filter-form .more-filters .raiser-filter-tabs__option:nth-of-type(3), .raiser-filter-form .more-filters .raiser-filter-tabs__option:nth-of-type(4) {
	display: block;
}

.raiser-filter-div .more-filters .see-more, .raiser-filter-form .more-filters .see-more {
	flex: 0 0 100%;
	color: #001c52;
	font-weight: 600;
	cursor: pointer;
}

.raiser-filter-div .more-filters .see-more:hover, .raiser-filter-form .more-filters .see-more:hover {
	color: #3db3a2;
}

.raiser-filter-div .more-filters .see-more i, .raiser-filter-form .more-filters .see-more i {
	margin-right: 1rem;
}

.raiser-filter-tabs__option {
	position: relative;
}

.raiser-filter-tabs__option input {
	display: none;
}

.raiser-filter-tabs__option input:checked + label:after {
	content: "";
	display: inline-block;
	height: .8rem;
	width: .8rem;
	border-radius: 100%;
	position: absolute;
	left: .2rem;
	top: .3rem;
	background: rgba(61, 179, 162, .8);
}

.raiser-filter-tabs__option label {
	padding: 0 0 1rem 1.75rem;
	margin-bottom: .5rem;
	cursor: pointer;
}

.raiser-filter-tabs__option label:before {
	content: "";
	display: inline-block;
	height: 1.2rem;
	width: 1.2rem;
	border-radius: 100%;
	border: 1px solid #ced4da;
	position: absolute;
	left: 0;
	top: .1rem;
}

.g-block {
	padding: 4rem 0;
}

.g-block.aligncenter {
	text-align: center;
}

.g-block.alignright {
	text-align: right;
}

.g-block.alignwide .container {
	max-width: 1140px;
}

.g-block.alignfull .container {
	max-width: 100%;
	padding: 0;
}

.g-block.section--bt-lg {
	padding-bottom: 8rem;
}

.g-block.section--bt-xl {
	padding-bottom: 12rem;
}

.g-block .container {
	position: relative;
	z-index: 20;
}

.g-block blockquote {
	border-left: .25rem solid #3db3a2;
	padding-left: 2rem;
	margin-top: 2rem;
	margin-bottom: 3rem;
}

.g-block blockquote p {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #001c52;
	margin-bottom: 2rem;
}

.g-block blockquote p:first-of-type:before {
	content: "“";
}

.g-block blockquote p:last-of-type {
	margin-bottom: 0;
}

.g-block blockquote p:last-of-type:after {
	content: "”";
}

.g-block .gform_wrapper.gravity-theme {
	padding: 1rem;
	margin-left: calc(var(--hvmc-gutter-x) * -.5);
	margin-right: calc(var(--hvmc-gutter-x) * -.5);
	background: #fff;
}

@media (min-width:992px) {
	.g-block .gform_wrapper.gravity-theme {
		padding: 2rem;
		margin-left: 0;
		margin-right: 0;
	}
}

.g-block .gform_wrapper.gravity-theme .gform_heading .gform_title {
	color: #666;
	font-weight: 300;
	font-size: 1.5rem;
}

.g-block .gform_wrapper.gravity-theme .gform_heading .gform_description {
	display: block;
	margin-bottom: 1rem;
	color: #001c52;
	font-size: .875rem;
}

.g-block .gform_wrapper.gravity-theme .gform_heading .gform_required_legend {
	font-style: italic;
	font-size: .7rem;
}

.g-block .gform_wrapper.gravity-theme .gform_body .gfield_label {
	font-weight: 400;
	color: #001c52;
	font-size: .875rem;
	margin-bottom: 1px;
}

.g-block .gform_wrapper.gravity-theme .gform_body input[type=color], .g-block .gform_wrapper.gravity-theme .gform_body input[type=date], .g-block .gform_wrapper.gravity-theme .gform_body input[type=datetime-local], .g-block .gform_wrapper.gravity-theme .gform_body input[type=datetime], .g-block .gform_wrapper.gravity-theme .gform_body input[type=email], .g-block .gform_wrapper.gravity-theme .gform_body input[type=month], .g-block .gform_wrapper.gravity-theme .gform_body input[type=number], .g-block .gform_wrapper.gravity-theme .gform_body input[type=password], .g-block .gform_wrapper.gravity-theme .gform_body input[type=search], .g-block .gform_wrapper.gravity-theme .gform_body input[type=tel], .g-block .gform_wrapper.gravity-theme .gform_body input[type=text], .g-block .gform_wrapper.gravity-theme .gform_body input[type=time], .g-block .gform_wrapper.gravity-theme .gform_body input[type=url], .g-block .gform_wrapper.gravity-theme .gform_body input[type=week], .g-block .gform_wrapper.gravity-theme .gform_body select, .g-block .gform_wrapper.gravity-theme .gform_body textarea {
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.g-block .gform_wrapper.gravity-theme .gform_body .ginput_container_consent {
	position: relative;
}

.g-block .gform_wrapper.gravity-theme .gform_body .ginput_container_consent input[type=checkbox] {
	visibility: hidden;
	height: 1px;
	width: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.g-block .gform_wrapper.gravity-theme .gform_body .ginput_container_consent input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.g-block .gform_wrapper.gravity-theme .gform_body .ginput_container_consent .gfield_consent_label {
	display: block;
	padding-left: 2.5rem;
	position: relative;
	font-size: .875rem;
	cursor: pointer;
	color: #001c52;
}

.g-block .gform_wrapper.gravity-theme .gform_body .ginput_container_consent .gfield_consent_label:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 1.25rem;
	width: 1.25rem;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.g-block .gform_wrapper.gravity-theme .gform_body .ginput_container_consent .gfield_consent_label:after {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	content: "";
	color: #3db3a2;
	font-size: 1.35rem;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.35rem;
	opacity: 0;
}

.g-block .gform_wrapper.gravity-theme .gform_body .ginput_container_consent .gfield_required {
	display: none;
}

.g-block .gform_wrapper.gravity-theme .gform_body .ginput_container_consent .gfield_required.gfield_required_asterisk {
	display: block;
	position: absolute;
	left: 1.5rem;
	top: 0;
}

.g-block .gform_wrapper.gravity-theme .gform_body .gfield_consent_description {
	margin-left: 2.5rem;
	width: auto !important;
	border: none;
	padding: 0;
}

.g-block .gform_wrapper.gravity-theme .gform_footer {
	padding-top: 2rem;
	margin-bottom: 0;
}

.g-block .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
	min-width: 8rem;
	margin-bottom: 0;
}

.g-block .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover {
	color: #fff;
}

.call-to-action {
	position: relative;
	overflow: hidden;
	min-height: 28rem;
	display: flex;
	align-items: center;
}

.call-to-action .container {
	position: relative;
}

.call-to-action .row {
	position: relative;
	z-index: 10;
}

.call-to-action .cta__action-buttons {
	padding-top: 1rem;
}

@media (min-width:992px) {
	.call-to-action .cta__image {
		text-align: right;
	}
}

.call-to-action .cta-disc {
	display: none;
	position: absolute;
	z-index: 1;
	border: 8rem solid #3db3a2;
	border-radius: 100%;
	height: 25rem;
	width: 25rem;
	right: 0;
	bottom: 0;
	transform: translate(50%, 50%);
}

@media (min-width:992px) {
	.call-to-action .cta-disc {
		border-width: 9rem;
		height: 36rem;
		width: 36rem;
		right: 0;
		bottom: auto;
		top: 0;
		transform: translate(75%, -1rem);
	}
}

.call-to-action .cta-disc--blue {
	border-color: #17427f;
}

.call-to-action .cta-disc--blue-dark {
	border-color: #001c52;
}

.call-to-action .cta-disc--blue-light {
	border-color: #d3e2f7;
}

.call-to-action .cta-disc--blue-gray {
	border-color: #e8ecf2;
}

.call-to-action .cta-disc--amaranth {
	border-color: #fc5f6f;
}

.call-to-action .cta-disc--green {
	border-color: #3db3a2;
}

.call-to-action .cta-disc--green-dark {
	border-color: #008373;
}

.call-to-action .cta-disc--green-light {
	border-color: #75e6d3;
}

.call-to-action .cta-disc--green-lightest {
	border-color: #ecf7f6;
}

.call-to-action .cta-disc--white {
	border-color: #fff;
}

.call-to-action .cta-disc--gray-light {
	border-color: #f5f5f6;
}

.call-to-action .cta-disc--gray {
	border-color: #adadad;
}

.call-to-action .cta-disc--gray-dark {
	border-color: #666;
}

.call-to-action .cta-disc--red {
	border-color: #dc3545;
}

.call-to-action .cta-disc--orange {
	border-color: #fd7e14;
}

.call-to-action .cta-disc--yellow {
	border-color: #ffc107;
}

.g-block.carousel, .g-block.timeline {
	position: relative;
	overflow: hidden;
}

.g-block.carousel .container, .g-block.timeline .container {
	position: static;
}

.g-block.carousel .carousel__nav-bg, .g-block.timeline .carousel__nav-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 50%;
	z-index: 1;
}

@media (min-width:992px) {
	.g-block.carousel .carousel__nav-bg, .g-block.timeline .carousel__nav-bg {
		right: auto;
		top: 0;
		bottom: 0;
		height: auto;
		width: 54%;
	}
}

.g-block.carousel .carousel__nav-bg + .row, .g-block.timeline .carousel__nav-bg + .row {
	position: relative;
	z-index: 10;
}

.g-block.carousel .carousel__nav, .g-block.timeline .carousel__nav {
	padding: 0;
	padding-left: 4rem;
	margin: 0;
	position: relative;
	overflow: hidden;
	font-weight: 500;
}

@media (min-width:992px) {
	.g-block.carousel .carousel__nav, .g-block.timeline .carousel__nav {
		display: block;
	}
}

.g-block.carousel .carousel__nav:before, .g-block.timeline .carousel__nav:before {
	content: "";
	display: block;
	width: 1.5rem;
	position: absolute;
	left: 1px;
	top: 1px;
	bottom: 1px;
	border-radius: 2rem;
	background: #fff;
}

.g-block.carousel .carousel__nav .carousel__nav-slide, .g-block.timeline .carousel__nav .carousel__nav-slide {
	position: relative;
	cursor: pointer;
	color: #001c52;
}

.g-block.carousel .carousel__nav .carousel__nav-slide:before, .g-block.timeline .carousel__nav .carousel__nav-slide:before {
	display: block;
	content: "";
	height: 1.5rem;
	width: 1.5rem;
	border-radius: 2rem;
	position: absolute;
	left: -4rem;
	top: 0;
	background: #3db3a2;
	opacity: 0;
	transition: all .3s linear;
}

@media (prefers-reduced-motion:reduce) {
	.g-block.carousel .carousel__nav .carousel__nav-slide:before, .g-block.timeline .carousel__nav .carousel__nav-slide:before {
		transition: none;
	}
}

.g-block.carousel .carousel__nav .slick-list, .g-block.timeline .carousel__nav .slick-list {
	overflow: visible !important;
}

.g-block.carousel .carousel__nav .slick-list .slick-slide, .g-block.timeline .carousel__nav .slick-list .slick-slide {
	padding: 1rem 0;
}

.g-block.carousel .carousel__nav .slick-list .slick-slide:first-of-type, .g-block.timeline .carousel__nav .slick-list .slick-slide:first-of-type {
	padding-top: 0;
}

.g-block.carousel .carousel__nav .slick-list .slick-slide:last-of-type, .g-block.timeline .carousel__nav .slick-list .slick-slide:last-of-type {
	padding-bottom: 0;
}

.g-block.carousel .carousel__nav .slick-current .carousel__nav-slide, .g-block.timeline .carousel__nav .slick-current .carousel__nav-slide {
	color: #3db3a2;
}

.g-block.carousel .carousel__nav .slick-current .carousel__nav-slide:before, .g-block.timeline .carousel__nav .slick-current .carousel__nav-slide:before {
	opacity: 1;
}

.g-block.carousel .carousel__nav--white .carousel__nav-slide, .g-block.timeline .carousel__nav--white .carousel__nav-slide {
	color: #fff;
}

.g-block.carousel .carousel__main, .g-block.timeline .carousel__main {
	position: relative;
}

@media (min-width:992px) {
	.g-block.carousel .carousel__main:after, .g-block.timeline .carousel__main:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100%;
		right: 0;
		transform: translate(100%, 0);
	}
}

.g-block.carousel .carousel__main--bg-blue:after, .g-block.timeline .carousel__main--bg-blue:after {
	background: #17427f !important;
}

.g-block.carousel .carousel__main--bg-blue .carousel__main-slide-image:after, .g-block.timeline .carousel__main--bg-blue .carousel__main-slide-image:after {
	background: #17427f !important;
}

.g-block.carousel .carousel__main--bg-blue .carousel__main-slide-content, .g-block.timeline .carousel__main--bg-blue .carousel__main-slide-content {
	background: #17427f !important;
}

.g-block.carousel .carousel__main--bg-blue-dark:after, .g-block.timeline .carousel__main--bg-blue-dark:after {
	background: #001c52 !important;
}

.g-block.carousel .carousel__main--bg-blue-dark .carousel__main-slide-image:after, .g-block.timeline .carousel__main--bg-blue-dark .carousel__main-slide-image:after {
	background: #001c52 !important;
}

.g-block.carousel .carousel__main--bg-blue-dark .carousel__main-slide-content, .g-block.timeline .carousel__main--bg-blue-dark .carousel__main-slide-content {
	background: #001c52 !important;
}

.g-block.carousel .carousel__main--bg-blue-light:after, .g-block.timeline .carousel__main--bg-blue-light:after {
	background: #d3e2f7 !important;
}

.g-block.carousel .carousel__main--bg-blue-light .carousel__main-slide-image:after, .g-block.timeline .carousel__main--bg-blue-light .carousel__main-slide-image:after {
	background: #d3e2f7 !important;
}

.g-block.carousel .carousel__main--bg-blue-light .carousel__main-slide-content, .g-block.timeline .carousel__main--bg-blue-light .carousel__main-slide-content {
	background: #d3e2f7 !important;
}

.g-block.carousel .carousel__main--bg-blue-gray:after, .g-block.timeline .carousel__main--bg-blue-gray:after {
	background: #e8ecf2 !important;
}

.g-block.carousel .carousel__main--bg-blue-gray .carousel__main-slide-image:after, .g-block.timeline .carousel__main--bg-blue-gray .carousel__main-slide-image:after {
	background: #e8ecf2 !important;
}

.g-block.carousel .carousel__main--bg-blue-gray .carousel__main-slide-content, .g-block.timeline .carousel__main--bg-blue-gray .carousel__main-slide-content {
	background: #e8ecf2 !important;
}

.g-block.carousel .carousel__main--bg-amaranth:after, .g-block.timeline .carousel__main--bg-amaranth:after {
	background: #fc5f6f !important;
}

.g-block.carousel .carousel__main--bg-amaranth .carousel__main-slide-image:after, .g-block.timeline .carousel__main--bg-amaranth .carousel__main-slide-image:after {
	background: #fc5f6f !important;
}

.g-block.carousel .carousel__main--bg-amaranth .carousel__main-slide-content, .g-block.timeline .carousel__main--bg-amaranth .carousel__main-slide-content {
	background: #fc5f6f !important;
}

.g-block.carousel .carousel__main--bg-green:after, .g-block.timeline .carousel__main--bg-green:after {
	background: #3db3a2 !important;
}

.g-block.carousel .carousel__main--bg-green .carousel__main-slide-image:after, .g-block.timeline .carousel__main--bg-green .carousel__main-slide-image:after {
	background: #3db3a2 !important;
}

.g-block.carousel .carousel__main--bg-green .carousel__main-slide-content, .g-block.timeline .carousel__main--bg-green .carousel__main-slide-content {
	background: #3db3a2 !important;
}

.g-block.carousel .carousel__main--bg-green-dark:after, .g-block.timeline .carousel__main--bg-green-dark:after {
	background: #008373 !important;
}

.g-block.carousel .carousel__main--bg-green-dark .carousel__main-slide-image:after, .g-block.timeline .carousel__main--bg-green-dark .carousel__main-slide-image:after {
	background: #008373 !important;
}

.g-block.carousel .carousel__main--bg-green-dark .carousel__main-slide-content, .g-block.timeline .carousel__main--bg-green-dark .carousel__main-slide-content {
	background: #008373 !important;
}

.g-block.carousel .carousel__main--bg-green-light:after, .g-block.timeline .carousel__main--bg-green-light:after {
	background: #75e6d3 !important;
}

.g-block.carousel .carousel__main--bg-green-light .carousel__main-slide-image:after, .g-block.timeline .carousel__main--bg-green-light .carousel__main-slide-image:after {
	background: #75e6d3 !important;
}

.g-block.carousel .carousel__main--bg-green-light .carousel__main-slide-content, .g-block.timeline .carousel__main--bg-green-light .carousel__main-slide-content {
	background: #75e6d3 !important;
}

.g-block.carousel .carousel__main--bg-green-lightest:after, .g-block.timeline .carousel__main--bg-green-lightest:after {
	background: #ecf7f6 !important;
}

.g-block.carousel .carousel__main--bg-green-lightest .carousel__main-slide-image:after, .g-block.timeline .carousel__main--bg-green-lightest .carousel__main-slide-image:after {
	background: #ecf7f6 !important;
}

.g-block.carousel .carousel__main--bg-green-lightest .carousel__main-slide-content, .g-block.timeline .carousel__main--bg-green-lightest .carousel__main-slide-content {
	background: #ecf7f6 !important;
}

.g-block.carousel .carousel__main--bg-white:after, .g-block.timeline .carousel__main--bg-white:after {
	background: #fff !important;
}

.g-block.carousel .carousel__main--bg-white .carousel__main-slide-image:after, .g-block.timeline .carousel__main--bg-white .carousel__main-slide-image:after {
	background: #fff !important;
}

.g-block.carousel .carousel__main--bg-white .carousel__main-slide-content, .g-block.timeline .carousel__main--bg-white .carousel__main-slide-content {
	background: #fff !important;
}

.g-block.carousel .carousel__main--bg-gray-light:after, .g-block.timeline .carousel__main--bg-gray-light:after {
	background: #f5f5f6 !important;
}

.g-block.carousel .carousel__main--bg-gray-light .carousel__main-slide-image:after, .g-block.timeline .carousel__main--bg-gray-light .carousel__main-slide-image:after {
	background: #f5f5f6 !important;
}

.g-block.carousel .carousel__main--bg-gray-light .carousel__main-slide-content, .g-block.timeline .carousel__main--bg-gray-light .carousel__main-slide-content {
	background: #f5f5f6 !important;
}

.g-block.carousel .carousel__main--bg-gray:after, .g-block.timeline .carousel__main--bg-gray:after {
	background: #adadad !important;
}

.g-block.carousel .carousel__main--bg-gray .carousel__main-slide-image:after, .g-block.timeline .carousel__main--bg-gray .carousel__main-slide-image:after {
	background: #adadad !important;
}

.g-block.carousel .carousel__main--bg-gray .carousel__main-slide-content, .g-block.timeline .carousel__main--bg-gray .carousel__main-slide-content {
	background: #adadad !important;
}

.g-block.carousel .carousel__main--bg-gray-dark:after, .g-block.timeline .carousel__main--bg-gray-dark:after {
	background: #666 !important;
}

.g-block.carousel .carousel__main--bg-gray-dark .carousel__main-slide-image:after, .g-block.timeline .carousel__main--bg-gray-dark .carousel__main-slide-image:after {
	background: #666 !important;
}

.g-block.carousel .carousel__main--bg-gray-dark .carousel__main-slide-content, .g-block.timeline .carousel__main--bg-gray-dark .carousel__main-slide-content {
	background: #666 !important;
}

.g-block.carousel .carousel__main--bg-red:after, .g-block.timeline .carousel__main--bg-red:after {
	background: #dc3545 !important;
}

.g-block.carousel .carousel__main--bg-red .carousel__main-slide-image:after, .g-block.timeline .carousel__main--bg-red .carousel__main-slide-image:after {
	background: #dc3545 !important;
}

.g-block.carousel .carousel__main--bg-red .carousel__main-slide-content, .g-block.timeline .carousel__main--bg-red .carousel__main-slide-content {
	background: #dc3545 !important;
}

.g-block.carousel .carousel__main--bg-orange:after, .g-block.timeline .carousel__main--bg-orange:after {
	background: #fd7e14 !important;
}

.g-block.carousel .carousel__main--bg-orange .carousel__main-slide-image:after, .g-block.timeline .carousel__main--bg-orange .carousel__main-slide-image:after {
	background: #fd7e14 !important;
}

.g-block.carousel .carousel__main--bg-orange .carousel__main-slide-content, .g-block.timeline .carousel__main--bg-orange .carousel__main-slide-content {
	background: #fd7e14 !important;
}

.g-block.carousel .carousel__main--bg-yellow:after, .g-block.timeline .carousel__main--bg-yellow:after {
	background: #ffc107 !important;
}

.g-block.carousel .carousel__main--bg-yellow .carousel__main-slide-image:after, .g-block.timeline .carousel__main--bg-yellow .carousel__main-slide-image:after {
	background: #ffc107 !important;
}

.g-block.carousel .carousel__main--bg-yellow .carousel__main-slide-content, .g-block.timeline .carousel__main--bg-yellow .carousel__main-slide-content {
	background: #ffc107 !important;
}

.g-block.carousel .carousel__main .slick-arrow, .g-block.timeline .carousel__main .slick-arrow {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	background: #e8ecf2;
	color: #3db3a2;
	border-radius: 100%;
	line-height: 2rem;
	height: 2rem;
	width: 2rem;
	text-align: center;
	border: none;
	font-size: 1rem;
	z-index: 15;
}

.g-block.carousel .carousel__main .slick-arrow:hover, .g-block.timeline .carousel__main .slick-arrow:hover {
	background: #3db3a2;
	color: #fff;
}

.g-block.carousel .carousel__main .slick-arrow.slick-next, .g-block.timeline .carousel__main .slick-arrow.slick-next {
	transform: translate(.5rem, 0);
}

.g-block.carousel .carousel__main .slick-arrow.slick-prev, .g-block.timeline .carousel__main .slick-arrow.slick-prev {
	transform: translate(-2.5rem, 0);
}

.g-block.carousel .carousel__main .slick-arrow.slick-disabled, .g-block.timeline .carousel__main .slick-arrow.slick-disabled {
	display: none !important;
	opacity: 0;
}

.g-block.carousel .carousel__main .slick-arrow i, .g-block.timeline .carousel__main .slick-arrow i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.g-block.carousel .carousel__main-wrapper, .g-block.timeline .carousel__main-wrapper {
	position: relative;
	z-index: 10;
	margin-left: calc(var(--hvmc-gutter-x) * -.5);
	margin-right: calc(var(--hvmc-gutter-x) * -.5);
}

@media (min-width:992px) {
	.g-block.carousel .carousel__main-wrapper, .g-block.timeline .carousel__main-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
}

.g-block.carousel .carousel__main-wrapper .slick-arrow, .g-block.timeline .carousel__main-wrapper .slick-arrow {
	position: absolute;
}

.g-block.carousel .carousel__main-slide, .g-block.timeline .carousel__main-slide {
	position: relative;
	z-index: 10;
}

@media (min-width:992px) {
	.g-block.carousel .carousel__main-slide, .g-block.timeline .carousel__main-slide {
		display: flex !important;
	}
}

.g-block.carousel .carousel__main-slide .carousel__main-slide-image, .g-block.timeline .carousel__main-slide .carousel__main-slide-image {
	position: relative;
	padding-bottom: 2rem;
}

@media (min-width:992px) {
	.g-block.carousel .carousel__main-slide .carousel__main-slide-image, .g-block.timeline .carousel__main-slide .carousel__main-slide-image {
		flex: 0 0 40%;
		padding-bottom: 0;
	}
}

.g-block.carousel .carousel__main-slide .carousel__main-slide-image:after, .g-block.timeline .carousel__main-slide .carousel__main-slide-image:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
}

@media (min-width:992px) {
	.g-block.carousel .carousel__main-slide .carousel__main-slide-image:after, .g-block.timeline .carousel__main-slide .carousel__main-slide-image:after {
		left: 50%;
		width: 50%;
		top: 0;
		bottom: 0;
		height: 100%;
	}
}

.g-block.carousel .carousel__main-slide .carousel__main-slide-image img, .g-block.timeline .carousel__main-slide .carousel__main-slide-image img {
	max-width: 18rem;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	border-radius: 20px;
}

@media (min-width:992px) {
	.g-block.carousel .carousel__main-slide .carousel__main-slide-image img, .g-block.timeline .carousel__main-slide .carousel__main-slide-image img {
		max-width: 100%;
	}
}

.g-block.carousel .carousel__main-slide .carousel__main-slide-content, .g-block.timeline .carousel__main-slide .carousel__main-slide-content {
	padding: 0 1rem 6rem 1rem;
}

@media (min-width:992px) {
	.g-block.carousel .carousel__main-slide .carousel__main-slide-content, .g-block.timeline .carousel__main-slide .carousel__main-slide-content {
		flex: 1 0 0;
		padding: 2rem;
		padding-bottom: 5rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	#dd #dd__advert .menu-item-advert .menu-item-advert__copy .g-block.carousel .carousel__main-slide .carousel__main-slide-content .menu-item-advert__title, #dd #dd__advert .menu-item-advert .menu-item-advert__copy .g-block.timeline .carousel__main-slide .carousel__main-slide-content .menu-item-advert__title, .g-block.carousel .carousel__main-slide .carousel__main-slide-content #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .g-block.carousel .carousel__main-slide .carousel__main-slide-content .h1, .g-block.carousel .carousel__main-slide .carousel__main-slide-content .h2, .g-block.carousel .carousel__main-slide .carousel__main-slide-content .h3, .g-block.carousel .carousel__main-slide .carousel__main-slide-content .h4, .g-block.carousel .carousel__main-slide .carousel__main-slide-content .h5, .g-block.carousel .carousel__main-slide .carousel__main-slide-content .h6, .g-block.carousel .carousel__main-slide .carousel__main-slide-content h1, .g-block.carousel .carousel__main-slide .carousel__main-slide-content h2, .g-block.carousel .carousel__main-slide .carousel__main-slide-content h3, .g-block.carousel .carousel__main-slide .carousel__main-slide-content h4, .g-block.carousel .carousel__main-slide .carousel__main-slide-content h5, .g-block.carousel .carousel__main-slide .carousel__main-slide-content h6, .g-block.carousel .carousel__main-slide .carousel__main-slide-content p, .g-block.timeline .carousel__main-slide .carousel__main-slide-content #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .g-block.timeline .carousel__main-slide .carousel__main-slide-content .h1, .g-block.timeline .carousel__main-slide .carousel__main-slide-content .h2, .g-block.timeline .carousel__main-slide .carousel__main-slide-content .h3, .g-block.timeline .carousel__main-slide .carousel__main-slide-content .h4, .g-block.timeline .carousel__main-slide .carousel__main-slide-content .h5, .g-block.timeline .carousel__main-slide .carousel__main-slide-content .h6, .g-block.timeline .carousel__main-slide .carousel__main-slide-content h1, .g-block.timeline .carousel__main-slide .carousel__main-slide-content h2, .g-block.timeline .carousel__main-slide .carousel__main-slide-content h3, .g-block.timeline .carousel__main-slide .carousel__main-slide-content h4, .g-block.timeline .carousel__main-slide .carousel__main-slide-content h5, .g-block.timeline .carousel__main-slide .carousel__main-slide-content h6, .g-block.timeline .carousel__main-slide .carousel__main-slide-content p {
		margin-left: 0;
	}
}

.acf-block-preview .g-block.carousel .carousel__main-wrapper .carousel__main > div, .acf-block-preview .g-block.timeline .carousel__main-wrapper .carousel__main > div {
	display: none !important;
}

.acf-block-preview .g-block.carousel .carousel__main-wrapper .carousel__main > div:first-of-type, .acf-block-preview .g-block.timeline .carousel__main-wrapper .carousel__main > div:first-of-type {
	display: flex !important;
}

.catapult-grid {
	position: relative;
	padding-top: 13rem;
}

.catapult-grid:before {
	content: "";
	display: block;
	width: 200vw;
	padding-bottom: 200vw;
	height: 0;
	background: #fff;
	border-radius: 100%;
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 3rem;
	transform: translate(-50%, 0);
}

@media (min-width:768px) {
	.catapult-grid:before {
		width: 120vw;
		padding-bottom: 120vw;
	}
}

@media (min-width:1200px) {
	.catapult-grid:before {
		width: 100vw;
		padding-bottom: 100vw;
	}
}

@media (min-width:1200px) {
	.catapult-grid:before {
		width: 100rem;
		padding-bottom: 100rem;
	}
}

.catapult-grid .container {
	position: relative;
	z-index: 2;
}

.catapult-grid + .g-block .container {
	position: relative;
	z-index: 10;
}

.acf-block-preview .catapult-grid {
	overflow: hidden;
}

@media (min-width:992px) {
	.centre-sites-contact__intro {
		width: 38rem;
	}
}

@media (min-width:992px) {
	.centre-sites-contact .acf-map {
		padding-bottom: 100%;
	}
}

.faqs {
	overflow: hidden;
}

.faqs .faq-group-select {
	margin-bottom: 2rem;
}

@media (min-width:992px) {
	.faqs .faq-group-select {
		display: none;
	}
}

.faqs .faq-group-list {
	display: none;
	list-style-type: none;
	padding: 0;
	padding-left: 4rem;
	margin: 0;
	position: relative;
	overflow: hidden;
}

@media (min-width:992px) {
	.faqs .faq-group-list {
		display: block;
	}
}

.faqs .faq-group-list:before {
	content: "";
	display: block;
	width: 1.5rem;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-radius: 2rem;
	background: #fff;
}

.faqs .faq-group-list li {
	margin-bottom: 2rem;
	position: relative;
}

.faqs .faq-group-list li:last-of-type {
	margin-bottom: 0;
}

.faqs .faq-group-list li button {
	background: 0 0;
	border: none;
	padding: 0;
	color: #001c52;
	font-weight: 500;
}

.faqs .faq-group-list li button:before {
	display: block;
	content: "";
	height: 1.5rem;
	width: 1.5rem;
	border-radius: 2rem;
	position: absolute;
	left: -4rem;
	top: 0;
	background: #3db3a2;
	opacity: 0;
	transition: all .3s linear;
}

@media (prefers-reduced-motion:reduce) {
	.faqs .faq-group-list li button:before {
		transition: none;
	}
}

.faqs .faq-group-list li button:hover {
	color: #3db3a2;
}

.faqs .faq-group-list li button.selected {
	color: #3db3a2;
}

.faqs .faq-group-list li button.selected:before {
	opacity: 1;
}

.faqs .accordion {
	margin: 3rem 0;
	background: #fff;
	position: relative;
	width: 100%;
}

.faqs .accordion:before {
	content: "";
	display: block;
	position: absolute;
	left: -3rem;
	top: -3rem;
	bottom: -3rem;
	width: 200%;
	background: #fff;
	z-index: 1;
}

.faqs .accordion .accordion-item {
	position: relative;
	z-index: 10;
}

@media (min-width:992px) {
	.form-columns .pull-up-form .gform_wrapper {
		margin-top: -10rem;
		position: relative;
		z-index: 45;
	}
}

.hero {
	position: relative;
}

.hero--standard {
	overflow: hidden;
}

.hero--has-image:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #fff;
}

@media (min-width:992px) {
	.hero--has-image:before {
		right: 30%;
	}
}

.hero .container {
	position: relative;
	z-index: 10;
}

@media (min-width:992px) {
	.hero .container .hero-row {
		min-height: 32rem;
	}
}

.hero .hero__content {
	position: relative;
	z-index: 25;
}

.hero .hero__title {
	font-size: 3rem;
}

.hero .hero__description p {
	font-size: 1.5rem;
	font-weight: 300;
}

.hero .hero__image {
	position: relative;
	z-index: 20;
	transform: translate(calc(var(--hvmc-gutter-x) * .5), 0);
}

@media (min-width:992px) {
	.hero .hero__image {
		transform: translate(4rem, 0);
	}
}

.hero .hero__button {
	margin-top: 2rem;
	min-width: 10rem;
}

.hero--home {
	color: #fff;
	padding-bottom: 10rem;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .hero--home .menu-item-advert__title, .hero--home #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .hero--home .h1, .hero--home .h2, .hero--home .h3, .hero--home .h4, .hero--home .h5, .hero--home .h6, .hero--home h1, .hero--home h2, .hero--home h3, .hero--home h4, .hero--home h5, .hero--home h6 {
	color: #fff;
}

.hero--home .hero__title {
	font-size: 3rem;
}

@media (min-width:992px) {
	.hero--home .hero__title {
		font-size: 3.75rem;
	}
}

.hero--home.hero--shallow .hero-row {
	min-height: 26rem;
}

.hero .hero__svg--home {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 140%;
	width: 100%;
	z-index: 0;
	overflow: hidden;
}

@media (min-width:992px) {
	.hero .hero__svg--home {
		top: auto;
		bottom: 0;
	}
}

.hero .hero__svg--home svg {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	min-width: 100%;
	transform: translate(-50%, -50%);
}

@media (min-width:992px) {
	.hero .hero__svg--home svg {
		height: auto;
		min-height: 100%;
		width: 100%;
	}
}

.hero .hero__home-video {
	background: #001c52;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

.hero .hero__home-video iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 9999rem;
	height: 100%;
	width: 400%;
}

@media (min-width:768px) {
	.hero .hero__home-video iframe {
		width: 175vw;
		height: 110vw;
	}
}

@media (min-width:1200px) {
	.hero .hero__home-video iframe {
		width: 125vw;
		height: 80vw;
	}
}

.hero .hero-shape--lines {
	position: absolute;
	z-index: 21;
	width: 25%;
	bottom: 20%;
	left: 0;
}

@media (min-width:992px) {
	.hero .hero-shape--lines {
		bottom: auto;
		top: 0;
		left: auto;
		right: 37%;
		width: 12rem;
	}
}

.hero .hero-shape--dots {
	position: absolute;
	right: 0;
	bottom: -3rem;
	z-index: 21;
	width: 7rem;
}

@media (min-width:992px) {
	.hero .hero-shape--dots {
		width: 14%;
		bottom: 7rem;
		right: 0;
	}
}

.hero .hero-shape--circle-full {
	position: absolute;
	z-index: 19;
	bottom: 0;
	right: 0;
	width: 75%;
	transform: translate(0, 22%);
}

@media (min-width:992px) {
	.hero .hero-shape--circle-full {
		bottom: 20%;
		right: -3rem;
		transform: translate(0, 32%);
		width: 38%;
	}
}

.hero .hero-shape--circle-half {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10rem;
	height: 20rem;
}

@media (min-width:992px) {
	.hero .hero-shape--circle-half {
		bottom: auto;
		top: 0;
		width: 18rem;
		height: 36rem;
	}
}

.hero .hero-shape--circle-half svg {
	width: 200%;
}

.hub-block {
	overflow: hidden;
	padding-bottom: 8rem;
}

@media (min-width:992px) {
	.hub-block {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}

.hubs {
	position: relative;
	z-index: 5;
	padding: 2rem;
}

@media (min-width:992px) {
	.hubs {
		padding: 3rem 5rem;
	}
}

.hubs.bg-blue .hub-block__contact-link, .hubs.bg-blue span {
	color: #fff;
}

.hubs.bg-blue:after {
	background: #17427f;
}

.hubs.bg-blue-dark .hub-block__contact-link, .hubs.bg-blue-dark span {
	color: #fff;
}

.hubs.bg-blue-dark:after {
	background: #001c52;
}

.hubs.bg-blue-light .hub-block__contact-link, .hubs.bg-blue-light span {
	color: #001c52;
}

.hubs.bg-blue-light:after {
	background: #d3e2f7;
}

.hubs.bg-blue-gray .hub-block__contact-link, .hubs.bg-blue-gray span {
	color: #001c52;
}

.hubs.bg-blue-gray:after {
	background: #e8ecf2;
}

.hubs.bg-amaranth .hub-block__contact-link, .hubs.bg-amaranth span {
	color: #001c52;
}

.hubs.bg-amaranth:after {
	background: #fc5f6f;
}

.hubs.bg-green .hub-block__contact-link, .hubs.bg-green span {
	color: #001c52;
}

.hubs.bg-green:after {
	background: #3db3a2;
}

.hubs.bg-green-dark .hub-block__contact-link, .hubs.bg-green-dark span {
	color: #fff;
}

.hubs.bg-green-dark:after {
	background: #008373;
}

.hubs.bg-green-light .hub-block__contact-link, .hubs.bg-green-light span {
	color: #001c52;
}

.hubs.bg-green-light:after {
	background: #75e6d3;
}

.hubs.bg-green-lightest .hub-block__contact-link, .hubs.bg-green-lightest span {
	color: #001c52;
}

.hubs.bg-green-lightest:after {
	background: #ecf7f6;
}

.hubs.bg-white .hub-block__contact-link, .hubs.bg-white span {
	color: #001c52;
}

.hubs.bg-white:after {
	background: #fff;
}

.hubs.bg-gray-light .hub-block__contact-link, .hubs.bg-gray-light span {
	color: #001c52;
}

.hubs.bg-gray-light:after {
	background: #f5f5f6;
}

.hubs.bg-gray .hub-block__contact-link, .hubs.bg-gray span {
	color: #001c52;
}

.hubs.bg-gray:after {
	background: #adadad;
}

.hubs.bg-gray-dark .hub-block__contact-link, .hubs.bg-gray-dark span {
	color: #fff;
}

.hubs.bg-gray-dark:after {
	background: #666;
}

.hubs.bg-red .hub-block__contact-link, .hubs.bg-red span {
	color: #fff;
}

.hubs.bg-red:after {
	background: #dc3545;
}

.hubs.bg-orange .hub-block__contact-link, .hubs.bg-orange span {
	color: #001c52;
}

.hubs.bg-orange:after {
	background: #fd7e14;
}

.hubs.bg-yellow .hub-block__contact-link, .hubs.bg-yellow span {
	color: #001c52;
}

.hubs.bg-yellow:after {
	background: #ffc107;
}

.hubs.bg-green span {
	color: #fff !important;
	font-weight: 700;
	transition: all .3s linear;
}

@media (prefers-reduced-motion:reduce) {
	.hubs.bg-green span {
		transition: none;
	}
}

.hubs.bg-green .hub-block__contact-link {
	color: #fff;
}

.hubs.bg-green .hubs__link:hover span {
	color: #001c52 !important;
}

.hubs.bg-green .hub-block__contact-link:hover {
	color: #001c52 !important;
}

.hubs:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 6;
	transform: translate(99%, 0);
}

@media (min-width:992px) {
	.hubs:after {
		display: block;
	}
}

.hubs .row {
	position: relative;
	z-index: 10;
}

.hubs .hubs__link {
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 1.125rem;
}

@media (min-width:992px) {
	.hubs .hubs__link {
		display: inline-block;
		margin-bottom: 1rem;
		text-align: center;
	}
	
	.hubs .hubs__link span {
		display: block;
	}
}

.hubs .hubs__link img {
	margin-right: 1rem;
}

@media (min-width:992px) {
	.hubs .hubs__link img {
		margin-right: 0;
	}
}

.hubs .hubs__link:hover span {
	color: #fc5f6f !important;
}

.hubs .hub-block__contact-link {
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1;
	margin-left: -1rem;
	margin-right: -1rem;
	display: block;
	transition: all .3s linear;
}

@media (prefers-reduced-motion:reduce) {
	.hubs .hub-block__contact-link {
		transition: none;
	}
}

@media (min-width:992px) {
	.hubs .hub-block__contact-link {
		margin-bottom: 1rem;
	}
}

.hubs .hub-block__contact-link:hover {
	color: #fc5f6f !important;
}

@media (min-width:992px) {
	.hero + .hub-block {
		padding-top: 0;
		overflow: visible;
	}
	
	.hero + .hub-block .hubs {
		position: relative;
		z-index: 40;
		margin-top: -7rem;
	}
}

.icon-page-links {
	text-align: center;
}

.icon-links {
	padding-top: 2rem;
}

.icon-links.slick-initialized {
	position: relative;
	padding-bottom: 3rem;
}

.icon-links.slick-initialized .slick-arrow {
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #e8ecf2;
	color: #3db3a2;
	border-radius: 100%;
	line-height: 2rem;
	height: 2rem;
	width: 2rem;
	border: none;
	font-size: 1rem;
}

.icon-links.slick-initialized .slick-arrow:hover {
	background: #3db3a2;
	color: #fff;
}

.icon-links.slick-initialized .slick-arrow.slick-next {
	transform: translate(.5rem, 0);
}

.icon-links.slick-initialized .slick-arrow.slick-prev {
	transform: translate(-2.5rem, 0);
}

.icon-links.slick-initialized .slick-arrow i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media (min-width:768px) {
	.icon-links:not(.slick-slider) {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	
	.icon-links:not(.slick-slider) .icon-link {
		flex: 0 0 30%;
		margin-bottom: 4rem;
	}
}

.icon-links--load-more .icon-link {
	display: none;
	margin-bottom: 3rem;
}

.icon-links--load-more .icon-link:nth-of-type(1), .icon-links--load-more .icon-link:nth-of-type(2), .icon-links--load-more .icon-link:nth-of-type(3) {
	display: block;
}

.icon-links .icon-link {
	position: relative;
	text-align: center;
}

.icon-links .icon-link img {
	margin: 0 auto 1.5rem;
	max-width: 4.5rem;
}

.icon-links .icon-link a {
	font-weight: 500;
	display: inline-block;
	max-width: 15rem;
	margin: 0 auto;
}

.icon-links .icon-link p {
	margin-bottom: 1rem;
}

.icon-links .icon-link p:last-of-type {
	margin-bottom: 0;
}

.icon-page-link__action-btn {
	padding-top: 3rem;
}

@media (min-width:992px) {
	.icon-page-link__action-btn {
		padding-top: 0;
	}
}

.counter-container {
	position: relative;
}

.counter-container:before {
	display: block;
	content: "";
	height: 36rem;
	width: 36rem;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	border: 8rem solid #3db3a2;
	border-radius: 100%;
	transform: translate(-70%, -50%);
}

.counter-container .the-counter {
	background: #e8ecf2;
	color: #001c52;
	padding: 1rem;
	margin-bottom: 2rem;
	position: relative;
	z-index: 10;
	border-radius: 20px;
}

@media (min-width:992px) {
	.counter-container .the-counter {
		display: inline-block;
		min-width: 55%;
	}
}

.counter-container .the-counter .count-up {
	font-size: 2.75rem;
	font-weight: 700;
	border-bottom: .25rem solid #3db3a2;
}

@media (min-width:1200px) {
	.counter-container .the-counter .count-up {
		font-size: 3.75rem;
	}
}

.counter-container .the-counter p {
	font-size: .9rem;
	font-weight: 500;
	margin-bottom: 0;
}

@media (min-width:992px) {
	.counter-container .the-counter:nth-of-type(2) {
		margin-left: 15%;
	}
	
	.counter-container .the-counter:nth-of-type(3) {
		margin-left: 30%;
	}
}

.counter-copy {
	position: relative;
	display: flex;
	z-index: 10;
	flex-direction: column;
	gap: 15px;
}

.counter-copy .btn, .counter-copy .g-block .gform_wrapper.gravity-theme .gform_footer input[type=submit], .g-block .gform_wrapper.gravity-theme .gform_footer .counter-copy input[type=submit] {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.impact-grid {
	position: relative;
	padding-top: 13rem;
}

.impact-grid:before {
	content: "";
	display: block;
	width: 200vw;
	padding-bottom: 200vw;
	height: 0;
	background: #fff;
	border-radius: 100%;
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 3rem;
	transform: translate(-50%, 0);
}

@media (min-width:768px) {
	.impact-grid:before {
		width: 120vw;
		padding-bottom: 120vw;
	}
}

@media (min-width:1200px) {
	.impact-grid:before {
		width: 100vw;
		padding-bottom: 100vw;
	}
}

@media (min-width:1200px) {
	.impact-grid:before {
		width: 90rem;
		padding-bottom: 90rem;
	}
}

.impact-grid .container {
	position: relative;
	z-index: 2;
}

.impact-grid + .g-block .container {
	position: relative;
	z-index: 10;
}

.impact-grid .counter-container:before {
	display: none;
}

.impact-grid .counter-container .the-counter {
	width: 100%;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}

.news-post {
	position: relative;
}

.news-post .svg-shape--circle-full {
	position: absolute;
	top: 25%;
	right: 0;
	transform: translate(50%, 0);
	height: 15rem;
	width: 15rem;
}

@media (min-width:992px) {
	.news-post .svg-shape--circle-full {
		height: 25rem;
		width: 25rem;
	}
}

.hvmc-page-card {
	height: 100%;
	min-height: 28rem;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 20px;
}

@media (min-width:1200px) {
	.hvmc-page-card {
		min-height: 30rem;
	}
}

.hvmc-page-card .hvmc-page-card__image {
	width: 100%;
	text-align: center;
	position: relative;
}

.hvmc-page-card .hvmc-page-card__image img {
	-o-object-fit: contain;
	object-fit: contain;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	width: 100%;
	height: 100%;
}

.hvmc-page-card .hvmc-page-card__title {
	font-size: 1.1rem;
	margin-left: 0;
	margin-bottom: 2rem;
}

.hvmc-page-card p {
	margin-bottom: 2rem;
}

.hvmc-page-card .hvmc-page-card__link:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
}

.hvmc-page-card .hvmc-page-card__link:after {
	content: "";
	display: inline-block;
	margin-left: .25rem;
	height: 1rem;
	width: 1rem;
	transform: translate(0, .15rem);
	background-size: 100% auto;
	background-position: center bottom;
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg transform='translate%28-177.000000, -1403.000000%29'%3e%3cg transform='translate%28177.000000, 1403.000000%29'%3e%3cpolygon points='0 0 24 0 24 24 0 24'%3e%3c/polygon%3e%3cpolygon fill='%233DB3A2' fill-rule='nonzero' points='12 4 10.59 5.41 16.17 11 4 11 4 13 16.17 13 10.59 18.59 12 20 20 12'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.hvmc-page-card--feature {
	justify-content: center;
	padding: 2rem;
}

.hvmc-page-card--feature .hvmc-page-card__title {
	font-size: 2.5rem;
	margin-bottom: 2.5rem;
}

.hvmc-page-card--feature p {
	font-size: 1.5rem;
	margin-bottom: 2.5rem;
}

.hvmc-page-card--default .hvmc-page-card__content {
	padding: 2rem;
}

.hvmc-page-card__content {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.hvmc-page-card__content .hvmc-page-card__link {
	margin-top: auto;
}

.taxonomy-row {
	margin-bottom: 1.5rem;
}

.taxonomy-row:last-of-type {
	margin-bottom: 0;
}

.taxonomy-row strong {
	margin-right: 1rem;
	font-weight: 500;
}

.taxonomy-row a, .taxonomy-row span {
	display: inline-block;
	padding: .45rem 1.2rem;
	border: 1px solid #ced4da;
	border-radius: 2rem;
	margin-right: .5rem;
	margin-bottom: .5rem;
	color: #001c52;
	font-size: .875rem;
}

@media (min-width:992px) {
	.resource-hub-links {
		padding-top: 0;
	}
}

@media (min-width:992px) {
	.resource-hub-links .hub-links {
		position: relative;
		z-index: 30;
		margin-top: -7rem;
	}
}

.resource-hub-links .hub-link {
	position: relative;
}

.resource-hub-links .hub-link a {
	font-weight: 500;
	color: #001c52;
}

.split-content {
	position: relative;
}

@media (min-width:992px) {
	.split-content {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}

.split-content.content-bg--blue {
	color: #fff;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .split-content.content-bg--blue .menu-item-advert__title, .split-content.content-bg--blue #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .split-content.content-bg--blue .h1, .split-content.content-bg--blue .h2, .split-content.content-bg--blue .h3, .split-content.content-bg--blue .h4, .split-content.content-bg--blue .h5, .split-content.content-bg--blue .h6, .split-content.content-bg--blue h1, .split-content.content-bg--blue h2, .split-content.content-bg--blue h3, .split-content.content-bg--blue h4, .split-content.content-bg--blue h5, .split-content.content-bg--blue h6 {
	color: #fff;
}

.split-content.content-bg--blue:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background: #17427f;
}

@media (min-width:992px) {
	.split-content.content-bg--blue:before {
		right: 50%;
		top: 0;
		bottom: 0;
		left: auto;
		transform: translate(20%, 0);
	}
}

.split-content.content-bg--blue-dark {
	color: #fff;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .split-content.content-bg--blue-dark .menu-item-advert__title, .split-content.content-bg--blue-dark #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .split-content.content-bg--blue-dark .h1, .split-content.content-bg--blue-dark .h2, .split-content.content-bg--blue-dark .h3, .split-content.content-bg--blue-dark .h4, .split-content.content-bg--blue-dark .h5, .split-content.content-bg--blue-dark .h6, .split-content.content-bg--blue-dark h1, .split-content.content-bg--blue-dark h2, .split-content.content-bg--blue-dark h3, .split-content.content-bg--blue-dark h4, .split-content.content-bg--blue-dark h5, .split-content.content-bg--blue-dark h6 {
	color: #fff;
}

.split-content.content-bg--blue-dark:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background: #001c52;
}

@media (min-width:992px) {
	.split-content.content-bg--blue-dark:before {
		right: 50%;
		top: 0;
		bottom: 0;
		left: auto;
		transform: translate(20%, 0);
	}
}

.split-content.content-bg--blue-light {
	color: #001c52;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .split-content.content-bg--blue-light .menu-item-advert__title, .split-content.content-bg--blue-light #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .split-content.content-bg--blue-light .h1, .split-content.content-bg--blue-light .h2, .split-content.content-bg--blue-light .h3, .split-content.content-bg--blue-light .h4, .split-content.content-bg--blue-light .h5, .split-content.content-bg--blue-light .h6, .split-content.content-bg--blue-light h1, .split-content.content-bg--blue-light h2, .split-content.content-bg--blue-light h3, .split-content.content-bg--blue-light h4, .split-content.content-bg--blue-light h5, .split-content.content-bg--blue-light h6 {
	color: #001c52;
}

.split-content.content-bg--blue-light:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background: #d3e2f7;
}

@media (min-width:992px) {
	.split-content.content-bg--blue-light:before {
		right: 50%;
		top: 0;
		bottom: 0;
		left: auto;
		transform: translate(20%, 0);
	}
}

.split-content.content-bg--blue-gray {
	color: #001c52;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .split-content.content-bg--blue-gray .menu-item-advert__title, .split-content.content-bg--blue-gray #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .split-content.content-bg--blue-gray .h1, .split-content.content-bg--blue-gray .h2, .split-content.content-bg--blue-gray .h3, .split-content.content-bg--blue-gray .h4, .split-content.content-bg--blue-gray .h5, .split-content.content-bg--blue-gray .h6, .split-content.content-bg--blue-gray h1, .split-content.content-bg--blue-gray h2, .split-content.content-bg--blue-gray h3, .split-content.content-bg--blue-gray h4, .split-content.content-bg--blue-gray h5, .split-content.content-bg--blue-gray h6 {
	color: #001c52;
}

.split-content.content-bg--blue-gray:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background: #e8ecf2;
}

@media (min-width:992px) {
	.split-content.content-bg--blue-gray:before {
		right: 50%;
		top: 0;
		bottom: 0;
		left: auto;
		transform: translate(20%, 0);
	}
}

.split-content.content-bg--amaranth {
	color: #001c52;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .split-content.content-bg--amaranth .menu-item-advert__title, .split-content.content-bg--amaranth #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .split-content.content-bg--amaranth .h1, .split-content.content-bg--amaranth .h2, .split-content.content-bg--amaranth .h3, .split-content.content-bg--amaranth .h4, .split-content.content-bg--amaranth .h5, .split-content.content-bg--amaranth .h6, .split-content.content-bg--amaranth h1, .split-content.content-bg--amaranth h2, .split-content.content-bg--amaranth h3, .split-content.content-bg--amaranth h4, .split-content.content-bg--amaranth h5, .split-content.content-bg--amaranth h6 {
	color: #001c52;
}

.split-content.content-bg--amaranth:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background: #fc5f6f;
}

@media (min-width:992px) {
	.split-content.content-bg--amaranth:before {
		right: 50%;
		top: 0;
		bottom: 0;
		left: auto;
		transform: translate(20%, 0);
	}
}

.split-content.content-bg--green {
	color: #001c52;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .split-content.content-bg--green .menu-item-advert__title, .split-content.content-bg--green #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .split-content.content-bg--green .h1, .split-content.content-bg--green .h2, .split-content.content-bg--green .h3, .split-content.content-bg--green .h4, .split-content.content-bg--green .h5, .split-content.content-bg--green .h6, .split-content.content-bg--green h1, .split-content.content-bg--green h2, .split-content.content-bg--green h3, .split-content.content-bg--green h4, .split-content.content-bg--green h5, .split-content.content-bg--green h6 {
	color: #001c52;
}

.split-content.content-bg--green:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background: #3db3a2;
}

@media (min-width:992px) {
	.split-content.content-bg--green:before {
		right: 50%;
		top: 0;
		bottom: 0;
		left: auto;
		transform: translate(20%, 0);
	}
}

.split-content.content-bg--green-dark {
	color: #fff;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .split-content.content-bg--green-dark .menu-item-advert__title, .split-content.content-bg--green-dark #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .split-content.content-bg--green-dark .h1, .split-content.content-bg--green-dark .h2, .split-content.content-bg--green-dark .h3, .split-content.content-bg--green-dark .h4, .split-content.content-bg--green-dark .h5, .split-content.content-bg--green-dark .h6, .split-content.content-bg--green-dark h1, .split-content.content-bg--green-dark h2, .split-content.content-bg--green-dark h3, .split-content.content-bg--green-dark h4, .split-content.content-bg--green-dark h5, .split-content.content-bg--green-dark h6 {
	color: #fff;
}

.split-content.content-bg--green-dark:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background: #008373;
}

@media (min-width:992px) {
	.split-content.content-bg--green-dark:before {
		right: 50%;
		top: 0;
		bottom: 0;
		left: auto;
		transform: translate(20%, 0);
	}
}

.split-content.content-bg--green-light {
	color: #001c52;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .split-content.content-bg--green-light .menu-item-advert__title, .split-content.content-bg--green-light #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .split-content.content-bg--green-light .h1, .split-content.content-bg--green-light .h2, .split-content.content-bg--green-light .h3, .split-content.content-bg--green-light .h4, .split-content.content-bg--green-light .h5, .split-content.content-bg--green-light .h6, .split-content.content-bg--green-light h1, .split-content.content-bg--green-light h2, .split-content.content-bg--green-light h3, .split-content.content-bg--green-light h4, .split-content.content-bg--green-light h5, .split-content.content-bg--green-light h6 {
	color: #001c52;
}

.split-content.content-bg--green-light:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background: #75e6d3;
}

@media (min-width:992px) {
	.split-content.content-bg--green-light:before {
		right: 50%;
		top: 0;
		bottom: 0;
		left: auto;
		transform: translate(20%, 0);
	}
}

.split-content.content-bg--green-lightest {
	color: #001c52;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .split-content.content-bg--green-lightest .menu-item-advert__title, .split-content.content-bg--green-lightest #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .split-content.content-bg--green-lightest .h1, .split-content.content-bg--green-lightest .h2, .split-content.content-bg--green-lightest .h3, .split-content.content-bg--green-lightest .h4, .split-content.content-bg--green-lightest .h5, .split-content.content-bg--green-lightest .h6, .split-content.content-bg--green-lightest h1, .split-content.content-bg--green-lightest h2, .split-content.content-bg--green-lightest h3, .split-content.content-bg--green-lightest h4, .split-content.content-bg--green-lightest h5, .split-content.content-bg--green-lightest h6 {
	color: #001c52;
}

.split-content.content-bg--green-lightest:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background: #ecf7f6;
}

@media (min-width:992px) {
	.split-content.content-bg--green-lightest:before {
		right: 50%;
		top: 0;
		bottom: 0;
		left: auto;
		transform: translate(20%, 0);
	}
}

.split-content.content-bg--white {
	color: #001c52;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .split-content.content-bg--white .menu-item-advert__title, .split-content.content-bg--white #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .split-content.content-bg--white .h1, .split-content.content-bg--white .h2, .split-content.content-bg--white .h3, .split-content.content-bg--white .h4, .split-content.content-bg--white .h5, .split-content.content-bg--white .h6, .split-content.content-bg--white h1, .split-content.content-bg--white h2, .split-content.content-bg--white h3, .split-content.content-bg--white h4, .split-content.content-bg--white h5, .split-content.content-bg--white h6 {
	color: #001c52;
}

.split-content.content-bg--white:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background: #fff;
}

@media (min-width:992px) {
	.split-content.content-bg--white:before {
		right: 50%;
		top: 0;
		bottom: 0;
		left: auto;
		transform: translate(20%, 0);
	}
}

.split-content.content-bg--gray-light {
	color: #001c52;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .split-content.content-bg--gray-light .menu-item-advert__title, .split-content.content-bg--gray-light #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .split-content.content-bg--gray-light .h1, .split-content.content-bg--gray-light .h2, .split-content.content-bg--gray-light .h3, .split-content.content-bg--gray-light .h4, .split-content.content-bg--gray-light .h5, .split-content.content-bg--gray-light .h6, .split-content.content-bg--gray-light h1, .split-content.content-bg--gray-light h2, .split-content.content-bg--gray-light h3, .split-content.content-bg--gray-light h4, .split-content.content-bg--gray-light h5, .split-content.content-bg--gray-light h6 {
	color: #001c52;
}

.split-content.content-bg--gray-light:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background: #f5f5f6;
}

@media (min-width:992px) {
	.split-content.content-bg--gray-light:before {
		right: 50%;
		top: 0;
		bottom: 0;
		left: auto;
		transform: translate(20%, 0);
	}
}

.split-content.content-bg--gray {
	color: #001c52;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .split-content.content-bg--gray .menu-item-advert__title, .split-content.content-bg--gray #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .split-content.content-bg--gray .h1, .split-content.content-bg--gray .h2, .split-content.content-bg--gray .h3, .split-content.content-bg--gray .h4, .split-content.content-bg--gray .h5, .split-content.content-bg--gray .h6, .split-content.content-bg--gray h1, .split-content.content-bg--gray h2, .split-content.content-bg--gray h3, .split-content.content-bg--gray h4, .split-content.content-bg--gray h5, .split-content.content-bg--gray h6 {
	color: #001c52;
}

.split-content.content-bg--gray:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background: #adadad;
}

@media (min-width:992px) {
	.split-content.content-bg--gray:before {
		right: 50%;
		top: 0;
		bottom: 0;
		left: auto;
		transform: translate(20%, 0);
	}
}

.split-content.content-bg--gray-dark {
	color: #fff;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .split-content.content-bg--gray-dark .menu-item-advert__title, .split-content.content-bg--gray-dark #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .split-content.content-bg--gray-dark .h1, .split-content.content-bg--gray-dark .h2, .split-content.content-bg--gray-dark .h3, .split-content.content-bg--gray-dark .h4, .split-content.content-bg--gray-dark .h5, .split-content.content-bg--gray-dark .h6, .split-content.content-bg--gray-dark h1, .split-content.content-bg--gray-dark h2, .split-content.content-bg--gray-dark h3, .split-content.content-bg--gray-dark h4, .split-content.content-bg--gray-dark h5, .split-content.content-bg--gray-dark h6 {
	color: #fff;
}

.split-content.content-bg--gray-dark:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background: #666;
}

@media (min-width:992px) {
	.split-content.content-bg--gray-dark:before {
		right: 50%;
		top: 0;
		bottom: 0;
		left: auto;
		transform: translate(20%, 0);
	}
}

.split-content.content-bg--red {
	color: #fff;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .split-content.content-bg--red .menu-item-advert__title, .split-content.content-bg--red #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .split-content.content-bg--red .h1, .split-content.content-bg--red .h2, .split-content.content-bg--red .h3, .split-content.content-bg--red .h4, .split-content.content-bg--red .h5, .split-content.content-bg--red .h6, .split-content.content-bg--red h1, .split-content.content-bg--red h2, .split-content.content-bg--red h3, .split-content.content-bg--red h4, .split-content.content-bg--red h5, .split-content.content-bg--red h6 {
	color: #fff;
}

.split-content.content-bg--red:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background: #dc3545;
}

@media (min-width:992px) {
	.split-content.content-bg--red:before {
		right: 50%;
		top: 0;
		bottom: 0;
		left: auto;
		transform: translate(20%, 0);
	}
}

.split-content.content-bg--orange {
	color: #001c52;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .split-content.content-bg--orange .menu-item-advert__title, .split-content.content-bg--orange #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .split-content.content-bg--orange .h1, .split-content.content-bg--orange .h2, .split-content.content-bg--orange .h3, .split-content.content-bg--orange .h4, .split-content.content-bg--orange .h5, .split-content.content-bg--orange .h6, .split-content.content-bg--orange h1, .split-content.content-bg--orange h2, .split-content.content-bg--orange h3, .split-content.content-bg--orange h4, .split-content.content-bg--orange h5, .split-content.content-bg--orange h6 {
	color: #001c52;
}

.split-content.content-bg--orange:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background: #fd7e14;
}

@media (min-width:992px) {
	.split-content.content-bg--orange:before {
		right: 50%;
		top: 0;
		bottom: 0;
		left: auto;
		transform: translate(20%, 0);
	}
}

.split-content.content-bg--yellow {
	color: #001c52;
}

#dd #dd__advert .menu-item-advert .menu-item-advert__copy .split-content.content-bg--yellow .menu-item-advert__title, .split-content.content-bg--yellow #dd #dd__advert .menu-item-advert .menu-item-advert__copy .menu-item-advert__title, .split-content.content-bg--yellow .h1, .split-content.content-bg--yellow .h2, .split-content.content-bg--yellow .h3, .split-content.content-bg--yellow .h4, .split-content.content-bg--yellow .h5, .split-content.content-bg--yellow .h6, .split-content.content-bg--yellow h1, .split-content.content-bg--yellow h2, .split-content.content-bg--yellow h3, .split-content.content-bg--yellow h4, .split-content.content-bg--yellow h5, .split-content.content-bg--yellow h6 {
	color: #001c52;
}

.split-content.content-bg--yellow:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background: #ffc107;
}

@media (min-width:992px) {
	.split-content.content-bg--yellow:before {
		right: 50%;
		top: 0;
		bottom: 0;
		left: auto;
		transform: translate(20%, 0);
	}
}

.split-content:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	display: block;
	width: 20rem;
	padding-bottom: 16rem;
	border: .125rem solid #3db3a2;
	border-radius: 100%;
	transform: translate(-50%, 23%);
}

@media (min-width:992px) {
	.split-content:after {
		width: 25%;
		padding-bottom: 25%;
		left: auto;
		right: 17.5%;
		top: -3rem;
		bottom: auto;
		transform: translate(0, 0);
	}
}

.split-content .container {
	position: relative;
	z-index: 10;
}

.split-content .container .split-content__action-buttons {
	padding-top: 1rem;
}

.split-content .container .split-content__image {
	margin-left: calc(var(--hvmc-gutter-x) * -.5);
	margin-right: calc(var(--hvmc-gutter-x) * -.5);
}

@media (min-width:992px) {
	.split-content .container .split-content__image {
		margin-left: 0;
		margin-right: 0;
	}
}

.split-content .container .split-content__svg-lines {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 9rem;
	transform: translate(25%, 100%);
	z-index: 15;
	display: none;
}

@media (min-width:768px) {
	.split-content .container .split-content__svg-lines {
		display: block;
	}
}

.split-content .container .split-content__svg-dots {
	position: absolute;
	left: 0;
	top: 0;
	width: 12rem;
	transform: translate(0, -100%);
	z-index: 15;
	display: none;
}

@media (min-width:768px) {
	.split-content .container .split-content__svg-dots {
		display: block;
	}
}

.split-content .split-content__bg {
	width: 30%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	max-height: 70%;
	overflow: hidden;
}

@media (min-width:992px) {
	.split-content .split-content__bg {
		bottom: 0;
	}
}

.sps__post {
	position: relative;
	min-height: 17rem;
	background: #000;
	margin-bottom: 1rem;
}

@media (min-width:992px) {
	.sps__post {
		margin-bottom: 0;
	}
}

.sps__post:hover a {
	color: #3db3a2 !important;
}

.sps__post .sps__body {
	position: relative;
	z-index: 10;
	width: 100%;
	padding: 2rem;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
}

.sps__post .sps__body .sps__title {
	color: #fff;
	margin-bottom: 2rem;
	font-weight: 400;
	font-size: 1.875rem;
}

.sps__post .sps__body a {
	color: #fff;
	width: 100%;
	display: block;
}

.sps__post .sps__image {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: .65;
}

.sps__post .sps__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (min-width:992px) {
	.stylised-post-selection {
		display: grid;
		-moz-column-gap: 1rem;
		column-gap: 1rem;
		row-gap: 1rem;
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: repeat(6, 1fr);
	}
	
	.stylised-post-selection .sps__post:nth-of-type(1) {
		grid-column: 1/span 2;
		grid-row: 1/span 4;
	}
	
	.stylised-post-selection .sps__post:nth-of-type(1) .sps__body {
		align-items: flex-start;
	}
	
	.stylised-post-selection .sps__post:nth-of-type(2) {
		grid-column: 3/span 2;
		grid-row: 1/span 2;
	}
	
	.stylised-post-selection .sps__post:nth-of-type(3) {
		grid-column: 5/span 2;
		grid-row: 1/span 2;
	}
	
	.stylised-post-selection .sps__post:nth-of-type(4) {
		grid-column: 1/span 2;
		grid-row: 5/span 2;
	}
	
	.stylised-post-selection .sps__post:nth-of-type(5) {
		grid-column: 3/span 4;
		grid-row: 3/span 4;
	}
	
	.stylised-post-selection .sps__post:nth-of-type(5) .sps__body .sps__title {
		font-size: 3.125rem;
	}
}

.sub-navigation {
	display: none;
}

@media (min-width:992px) {
	.sub-navigation {
		display: block;
		padding: 0;
	}
}

.sub-navigation .sub-nav {
	padding: 0 1rem;
	border-radius: 2rem;
	display: flex;
	justify-content: space-between;
	transition: all .3s linear;
}

@media (prefers-reduced-motion:reduce) {
	.sub-navigation .sub-nav {
		transition: none;
	}
}

.sub-navigation .sub-nav.dropdown-visible {
	border-bottom-right-radius: 0;
}

.sub-navigation .sub-nav.dropdown-visible .sub-nav__load-more .sub-nav__load-more-open {
	display: none;
}

.sub-navigation .sub-nav.dropdown-visible .sub-nav__load-more .sub-nav__load-more-close {
	display: block;
}

.sub-navigation .sub-nav .sub-nav__title {
	line-height: 3rem;
	background: 0 0;
	color: #fff;
	white-space: nowrap;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	border: none;
	padding: 0 1rem;
}

.sub-navigation .sub-nav .sub-nav__item, .sub-navigation .sub-nav .sub-nav__load-more {
	line-height: 3rem;
	background: 0 0;
	color: #fff;
	white-space: nowrap;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	border: none;
	padding: 0 1rem;
}

.sub-navigation .sub-nav .sub-nav__item .sub-nav__load-more-close, .sub-navigation .sub-nav .sub-nav__item .sub-nav__load-more-open, .sub-navigation .sub-nav .sub-nav__load-more .sub-nav__load-more-close, .sub-navigation .sub-nav .sub-nav__load-more .sub-nav__load-more-open {
	white-space: nowrap;
	display: flex;
	cursor: pointer;
}

.sub-navigation .sub-nav .sub-nav__item .sub-nav__load-more-close:hover, .sub-navigation .sub-nav .sub-nav__item .sub-nav__load-more-open:hover, .sub-navigation .sub-nav .sub-nav__load-more .sub-nav__load-more-close:hover, .sub-navigation .sub-nav .sub-nav__load-more .sub-nav__load-more-open:hover {
	color: #fc5f6f;
}

.sub-navigation .sub-nav .sub-nav__item:hover, .sub-navigation .sub-nav .sub-nav__load-more:hover {
	color: #fc5f6f;
}

.sub-navigation .sub-nav .sub-nav__item .sub-nav__load-more-close, .sub-navigation .sub-nav .sub-nav__load-more .sub-nav__load-more-close {
	display: none;
}

.sub-navigation .container {
	position: relative;
}

.sub-navigation .container .sub-nav__dropdown {
	position: absolute;
	right: .75rem;
	top: 0;
	z-index: 41;
	background: #001c52;
	padding: 2rem;
	padding-bottom: 1rem;
	border-radius: 0 0 2rem 2rem;
	width: 25rem;
	display: none;
}

.sub-navigation .container .sub-nav__dropdown .sub-nav__item {
	display: block;
	margin-bottom: 1rem;
	padding: 0;
	background: 0 0;
	color: #fff;
	text-align: left;
	font-weight: 500;
	border: none;
}

.sub-navigation .container .sub-nav__dropdown .sub-nav__item:hover {
	color: #fc5f6f;
}

.hero + .sub-navigation {
	padding-top: 0;
}

.hero + .sub-navigation .sub-nav {
	position: relative;
	z-index: 40;
	transform: translate(0, -100%);
}

@media (min-width:1400px) {
	.testimonials-carousel {
		display: flex !important;
	}
}

@media (min-width:1400px) {
	.testimonials-carousel .tc-controller {
		flex: 0 0 40%;
		max-width: 40%;
		padding-right: 2rem;
		margin-bottom: 0;
	}
}

.testimonials-carousel .tc-controller .slick-slide {
	opacity: 0;
	transition: all .3s linear;
}

@media (prefers-reduced-motion:reduce) {
	.testimonials-carousel .tc-controller .slick-slide {
		transition: none;
	}
}

.testimonials-carousel .tc-controller .slick-slide.slick-active {
	opacity: 1;
}

.testimonials-carousel .tc-controller .tc-controller__slide {
	min-height: 10rem;
	cursor: pointer;
}

@media (min-width:768px) {
	.testimonials-carousel .tc-controller .tc-controller__slide {
		display: flex !important;
		align-items: center;
	}
}

@media (min-width:1400px) {
	.testimonials-carousel .tc-controller .tc-controller__slide {
		min-height: 9rem;
	}
}

.testimonials-carousel .tc-controller .tc-controller__slide .tc-controller__slide-image {
	flex: 0 0 7.5rem;
	max-width: 7.5rem;
	position: relative;
}

@media (min-width:1200px) {
	.testimonials-carousel .tc-controller .tc-controller__slide .tc-controller__slide-image {
		flex: 0 0 5.5rem;
		max-width: 5.5rem;
	}
}

@media (min-width:1400px) {
	.testimonials-carousel .tc-controller .tc-controller__slide .tc-controller__slide-image {
		flex: 0 0 7.5rem;
		max-width: 7.5rem;
	}
}

.testimonials-carousel .tc-controller .tc-controller__slide .tc-controller__slide-image img {
	position: absolute;
	top: .25rem;
	left: .25rem;
	width: 7rem;
	border-radius: 100%;
}

@media (min-width:1200px) {
	.testimonials-carousel .tc-controller .tc-controller__slide .tc-controller__slide-image img {
		width: 5rem;
	}
}

@media (min-width:1200px) {
	.testimonials-carousel .tc-controller .tc-controller__slide .tc-controller__slide-image img {
		width: 7rem;
	}
}

.testimonials-carousel .tc-controller .tc-controller__slide .tc-controller__slide-details {
	padding-top: 1rem;
}

@media (min-width:768px) {
	.testimonials-carousel .tc-controller .tc-controller__slide .tc-controller__slide-details {
		padding-top: 0;
		padding-left: 2rem;
	}
}

.testimonials-carousel .tc-main {
	padding-bottom: 4rem;
	position: relative;
	font-weight: 700;
	color: #001c52;
	font-size: 1.25rem;
	line-height: 1.2;
}

@media (min-width:1400px) {
	.testimonials-carousel .tc-main {
		flex: 0 0 60%;
		max-width: 60%;
		font-size: 2rem;
	}
}

.testimonials-carousel .tc-main .slick-arrow {
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #e8ecf2;
	color: #3db3a2;
	border-radius: 100%;
	height: 2rem;
	width: 2rem;
	text-align: center;
	border: none;
	font-size: 1rem;
}

.testimonials-carousel .tc-main .slick-arrow:hover {
	background: #3db3a2;
	color: #fff;
}

.testimonials-carousel .tc-main .slick-arrow.slick-next {
	transform: translate(.5rem, 0);
}

.testimonials-carousel .tc-main .slick-arrow.slick-prev {
	transform: translate(-2.5rem, 0);
}

.testimonials-carousel .tc-main .slick-arrow i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.acf-block-preview .tc-main > div {
	display: none;
	font-size: 1.5rem;
}

.acf-block-preview .tc-main > div:first-of-type {
	display: block;
}

.g-block.timeline .carousel__nav {
	position: absolute;
	top: 0;
	bottom: 0;
}

.g-block.timeline .carousel__nav .slick-list {
	overflow: hidden !important;
	height: auto !important;
}

.post-type-archive-centre .hero {
	padding-bottom: 5rem;
}

.post-type-archive-centre .hero .hero-row {
	min-height: 22rem;
}

.archive-posts {
	padding: 4rem 0;
	background: #e8ecf2;
}

.archive-posts--centre {
	background: #e8ecf2;
	padding: 0;
	padding-top: 3rem;
}

.archive-posts--centre .raiser-filter-form {
	margin-bottom: 2rem;
}

.archive-posts--centre .accordion-button {
	padding: 1.5rem 2rem;
	font-weight: 300;
	font-size: 1.5rem;
	color: #666;
}

.archive-posts--centre .g-block .gform_wrapper.gravity-theme {
	margin-left: 0;
	margin-right: 0;
}

.archive-posts__content {
	padding-top: 2rem;
}

.people-carousel .slick-arrow {
	position: absolute;
	left: 50%;
	bottom: -2rem;
	border: none;
	background: #fff;
	border-radius: 100%;
	color: #3db3a2;
	height: 2rem;
	width: 2rem;
}

.people-carousel .slick-arrow.slick-prev {
	transform: translate(-1.5rem, 0);
}

.people-carousel .slick-arrow.slick-next {
	transform: translate(1.5rem, 0);
}

.hero .hero__image {
	border-radius: 20px;
}

@media (min-width:992px) {
	.hero .hero__image {
		margin-top: 2rem;
	}
}

.people-hero-social {
	list-style-type: none;
	padding: 0;
	padding-top: 1rem;
}

.people-hero-social li {
	display: inline;
	margin-right: .75rem;
}

.people-hero-social li a {
	display: inline-block;
	height: 1.75rem;
	width: 1.75rem;
	border-radius: 100%;
	position: relative;
	background: #001c52;
	color: #fff;
	transition: all .3s linear;
}

@media (prefers-reduced-motion:reduce) {
	.people-hero-social li a {
		transition: none;
	}
}

.people-hero-social li a:hover {
	background: #3db3a2;
}

.people-hero-social li a i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.post-links {
	display: flex;
	justify-content: space-between;
	padding-top: 2rem;
}

.post-links .post-links__link {
	font-weight: 500;
}

.post-links .post-links__link--prev {
	margin-right: auto;
	margin-left: 0;
}

.post-links .post-links__link--prev:before {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	content: "";
	color: #3db3a2;
	margin-right: .5rem;
}

.post-links .post-links__link--next {
	margin-right: 0;
	margin-left: auto;
}

.post-links .post-links__link--next:after {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	content: "";
	color: #3db3a2;
	margin-left: .5rem;
}
