:root {
	--bootstrap-italia-version: "2.6.1"
}

:root {
	--bs-indigo: hsl(243deg, 100%, 65%);
	--bs-purple: hsl(243deg, 100%, 80%);
	--bs-pink: hsl(350deg, 100%, 85%);
	--bs-red: hsl(220, 100%, 30%);
	--bs-orange: hsl(36deg, 100%, 30%);
	--bs-yellow: hsl(44deg, 100%, 72.5%);
	--bs-green: hsl(160deg, 100%, 25%);
	--bs-teal: hsl(178deg, 90%, 32%);
	--bs-cyan: hsl(178deg, 100%, 50%);
	--bs-white: hsl(0deg, 0%, 100%);
	--bs-gray: hsl(0deg, 0%, 32%);
	--bs-gray-dark: hsl(0deg, 0%, 15%);
	--bs-blue: hsl(210deg, 100%, 45%);
	--bs-gray-secondary: hsl(210deg, 17%, 44%);
	--bs-gray-tertiary: hsl(205deg, 21.2121212121%, 44.55%);
	--bs-gray-quaternary: hsl(238deg, 100%, 99.5%);
	--bs-gray-100: hsl(0deg, 0%, 96%);
	--bs-gray-200: hsl(0deg, 0%, 90%);
	--bs-gray-300: hsl(0deg, 0%, 83%);
	--bs-gray-400: hsl(0deg, 0%, 64%);
	--bs-gray-500: hsl(0deg, 0%, 45%);
	--bs-gray-600: hsl(0deg, 0%, 32%);
	--bs-gray-700: hsl(0deg, 0%, 25%);
	--bs-gray-800: hsl(0deg, 0%, 15%);
	--bs-gray-900: hsl(0deg, 0%, 10%);
	--bs-primary: hsl(220, 100%, 30%);
	--bs-secondary: hsl(210deg, 17%, 44%);
	--bs-success: hsl(160deg, 100%, 25%);
	--bs-info: hsl(210deg, 17%, 44%);
	--bs-warning: hsl(36deg, 100%, 30%);
	--bs-danger: hsl(220, 100%, 30%);
	--bs-light: hsl(255deg, 32.2033898305%, 92.625%);
	--bs-dark: hsl(210deg, 54%, 20%);
	--bs-black: hsl(0deg, 0%, 0%);
	--bs-white: hsl(0deg, 0%, 100%);
	--bs-100: hsl(0deg, 0%, 96%);
	--bs-200: hsl(0deg, 0%, 90%);
	--bs-300: hsl(0deg, 0%, 83%);
	--bs-400: hsl(0deg, 0%, 64%);
	--bs-500: hsl(0deg, 0%, 45%);
	--bs-600: hsl(0deg, 0%, 32%);
	--bs-700: hsl(0deg, 0%, 25%);
	--bs-800: hsl(0deg, 0%, 15%);
	--bs-900: hsl(0deg, 0%, 10%);
	--bs-primary-rgb: 4, 41, 115;
	--bs-secondary-rgb: 93, 112, 131;
	--bs-success-rgb: 0, 128, 85;
	--bs-info-rgb: 93, 112, 131;
	--bs-warning-rgb: 153, 92, 0;
	--bs-danger-rgb: 204, 51, 77;
	--bs-light-rgb: 233, 230, 242;
	--bs-dark-rgb: 23, 51, 79;
	--bs-black-rgb: 0, 0, 0;
	--bs-white-rgb: 255, 255, 255;
	--bs-100-rgb: 245, 245, 245;
	--bs-200-rgb: 230, 230, 230;
	--bs-300-rgb: 212, 212, 212;
	--bs-400-rgb: 163, 163, 163;
	--bs-500-rgb: 115, 115, 115;
	--bs-600-rgb: 82, 82, 82;
	--bs-700-rgb: 64, 64, 64;
	--bs-800-rgb: 38, 38, 38;
	--bs-900-rgb: 26, 26, 26;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 26, 26, 26;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: "Titillium Web", Geneva, Tahoma, sans-serif;
	--bs-font-monospace: "Roboto Mono", monospace;
	--bs-gradient: linear-gradient(180deg,
			rgba(255, 255, 255, 0.15),
			rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: hsl(0deg, 0%, 10%);
	--bs-body-bg: hsl(0deg, 0%, 100%);
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: hsl(210deg, 4%, 78%);
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 4px;
	--bs-border-radius-sm: 2px;
	--bs-border-radius-lg: 8px;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-2xl: 2rem;
	--bs-border-radius-pill: 50rem;
	--bs-link-color: hsl(220, 100%, 30%);
	--bs-link-hover-color: hsl(220, 93%, 23%);
	--bs-code-color: hsl(210deg, 54%, 20%);
	--bs-highlight-bg: hsl(178deg, 100%, 90%);
}


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

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

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
	margin: 16px 0;
	color: inherit;
	border: 0;
	border-top: 1px solid;
	opacity: .25
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: 700;
	line-height: 1.2
}

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

@media(min-width: 1200px) {

	h1,
	.h1 {
		font-size: 2.5rem
	}
}

h2,
.h2 {
	font-size: calc(1.325rem + 0.9vw)
}

@media(min-width: 1200px) {

	h2,
	.h2 {
		font-size: 2rem
	}
}

h3,
.h3 {
	font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {

	h3,
	.h3 {
		font-size: 1.75rem
	}
}

h4,
.h4 {
	font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {

	h4,
	.h4 {
		font-size: 1.5rem
	}
}

h5,
.h5 {
	font-size: 1.25rem
}

h6,
.h6 {
	font-size: 1rem
}

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

abbr[title] {
	text-decoration: underline dotted;
	cursor: help;
	text-decoration-skip-ink: none
}

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

ol,
ul {
	padding-left: 2rem
}

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

ol ol,
ul ul,
ol ul,
ul ol {
	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: 0.777rem
}

mark,
.mark {
	padding: .1875em;
	background-color: var(--bs-highlight-bg)
}

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

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

a {
	color: var(--bs-link-color);
	text-decoration: underline
}

a:hover {
	color: var(--bs-link-hover-color)
}

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

pre,
code,
kbd,
samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em
}

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

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

code {
	font-size: 0.777rem;
	color: var(--bs-code-color);
	word-wrap: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .1875rem .375rem;
	font-size: 0.777rem;
	color: var(--bs-body-bg);
	background-color: var(--bs-body-color);
	border-radius: 2px
}

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

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: #5d7083;
	text-align: left
}

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

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

label {
	display: inline-block
}

button {
	border-radius: 0
}

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

input,
button,
select,
optgroup,
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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
	display: none !important
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]: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 + 0.3vw);
	line-height: inherit
}

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

legend+* {
	clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-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-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: 1.25rem;
	font-weight: 300
}

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

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

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

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

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

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

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: 8px;
	line-height: 1
}

.figure-caption {
	font-size: 0.777rem;
	color: #525252
}

.container,
.container-fluid {
	--bs-gutter-x: 24px;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x)*.5);
	padding-left: calc(var(--bs-gutter-x)*.5);
	margin-right: auto;
	margin-left: auto
}

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

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

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

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

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

.row {
	--bs-gutter-x: 24px;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1*var(--bs-gutter-y));
	margin-right: calc(-0.5*var(--bs-gutter-x));
	margin-left: calc(-0.5*var(--bs-gutter-x))
}

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

.col {
	flex: 1 0 0%
}

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

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

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

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

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

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

.g-1 {
	--bs-gutter-x: 4px
}

.g-1 {
	--bs-gutter-y: 4px
}

.g-2 {
	--bs-gutter-x: 8px
}

.g-2 {
	--bs-gutter-y: 8px
}

.g-3 {
	--bs-gutter-x: 16px
}

.g-3 {
	--bs-gutter-y: 16px
}

.g-4 {
	--bs-gutter-x: 24px
}

.g-4,
.gy-4 {
	--bs-gutter-y: 24px
}

.g-5 {
	--bs-gutter-x: 48px
}

.g-5 {
	--bs-gutter-y: 48px
}

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

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

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

	.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-12 {
		flex: 0 0 auto;
		width: 100%
	}

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

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

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

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

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

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

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

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

	.g-md-0 {
		--bs-gutter-x: 0
	}

	.g-md-0 {
		--bs-gutter-y: 0
	}
}

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

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

	.col-lg-4 {
		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-12 {
		flex: 0 0 auto;
		width: 100%
	}

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

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

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

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

	.gx-lg-5 {
		--bs-gutter-x: 48px
	}

	.gy-lg-5 {
		--bs-gutter-y: 48px
	}
}

@media(min-width: 1200px) {
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%
	}

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

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

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

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

.table {
	--bs-table-color: var(--bs-body-color);
	--bs-table-bg: transparent;
	--bs-table-border-color: var(--bs-border-color);
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: var(--bs-body-color);
	--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
	--bs-table-active-color: var(--bs-body-color);
	--bs-table-active-bg: rgba(0, 0, 0, 0.1);
	--bs-table-hover-color: var(--bs-body-color);
	--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
	width: 100%;
	margin-bottom: 16px;
	color: var(--bs-table-color);
	vertical-align: top;
	border-color: var(--bs-table-border-color)
}

.table>:not(caption)>*>* {
	padding: .5rem .5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
	vertical-align: inherit
}

.table>thead {
	vertical-align: bottom
}

.table-bordered>:not(caption)>* {
	border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
	border-width: 0 1px
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color)
}

.table-hover>tbody>tr:hover>* {
	--bs-table-accent-bg: var(--bs-table-hover-bg);
	color: var(--bs-table-hover-color)
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.form-text {
	margin-top: .25rem;
	font-size: 0.777rem;
	color: #5d7083
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	color: #1a1a1a;
	background-color: #fff;
	background-clip: padding-box;
	border: 0 solid #a3a3a3;
	appearance: none;
	border-radius: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
	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: #1a1a1a;
	background-color: #fff;
	border-color: #5d7083;
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 0 .25rem rgba(191, 4, 10, .25)
}

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

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

.form-control:disabled {
	background-color: #d8d9da;
	opacity: 1
}

.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -0.375rem -0.75rem;
	margin-inline-end: .75rem;
	color: #1a1a1a;
	background-color: #fff;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 0;
	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
}

textarea.form-control {
	min-height: 2.5rem
}

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

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

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

.input-group>.form-control:focus {
	z-index: 5
}

.input-group .btn {
	position: relative;
	z-index: 2
}

.input-group .btn:focus {
	z-index: 5
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	color: #1a1a1a;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	border: 0 solid #a3a3a3;
	border-radius: 0
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
	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: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.form-control.is-invalid {
	border-color: hsl(220, 100%, 30%);;
	padding-right: calc(1.5em + 0.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='hsl%28220, 100%, 30%%29'%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='hsl%28220, 100%, 30%%29' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.form-control.is-invalid:focus {
	border-color: hsl(220, 100%, 30%);;
	box-shadow: 0 0 0 .25rem rgba(204, 51, 77, .25)
}

textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.input-group>.form-control:not(:focus).is-invalid {
	z-index: 4
}

.btn {
	--bs-btn-padding-x: 0.75rem;
	--bs-btn-padding-y: 0.375rem;
	--bs-btn-font-family: ;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 600;
	--bs-btn-line-height: 1.5;
	--bs-btn-color: hsl(0deg, 0%, 10%);
	--bs-btn-bg: transparent;
	--bs-btn-border-width: 0;
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: 4px;
	--bs-btn-hover-border-color: transparent;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	background-color: var(--bs-btn-bg);
	box-shadow: var(--bs-btn-box-shadow);
	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 {
		transition: none
	}
}

.btn:hover {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color)
}

.btn:focus-visible {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
	outline: 0;
	box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow)
}

:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
	color: var(--bs-btn-active-color);
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color);
	box-shadow: var(--bs-btn-active-shadow)
}

:not(.btn-check)+.btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
	box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow)
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
	color: var(--bs-btn-disabled-color);
	pointer-events: none;
	background-color: var(--bs-btn-disabled-bg);
	border-color: var(--bs-btn-disabled-border-color);
	opacity: var(--bs-btn-disabled-opacity);
	box-shadow: none
}

.btn-primary {
	color: #fff;
	background-color: #003399;
	border-color: #003399;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .25rem rgba(4, 41, 115)
}

.btn-primary:hover {
	background-color: #9b0308;
	color: #fff;
	border-color: #042973
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #003399;
	border-color: #003399;
	pointer-events: none
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #042973;
	border-color: #042973
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(4, 41, 115)
}

.btn-white {
	color: #000;
	background-color: #fff;
	border-color: #fff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-white:focus,
.btn-white.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .25rem rgba(255, 255, 255, .5)
}

.btn-white:hover {
	background-color: #cfcfcf;
	color: #000;
	border-color: #bfbfbf
}

.btn-white.disabled,
.btn-white:disabled {
	color: #000;
	background-color: #fff;
	border-color: #fff;
	pointer-events: none
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show>.btn-white.dropdown-toggle {
	color: #000;
	background-color: #bfbfbf;
	border-color: #b0b0b0
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-white.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(255, 255, 255, .5)
}

.btn-outline-primary {
	color: #003399;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: inset 0 0 0 2px #003399
}

.btn-outline-primary:hover {
	color: #042973;
	box-shadow: inset 0 0 0 2px #042973
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: inset 0 0 0 1px #003399, 0 0 0 .25rem rgba(4, 41, 115)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #003399;
	background-color: rgba(0, 0, 0, 0)
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #003399;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: inset 0 0 0 2px #003399
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(4, 41, 115)
}

.btn-outline-black {
	color: #000;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: inset 0 0 0 2px #000
}

.btn-outline-black:hover {
	color: #000;
	box-shadow: inset 0 0 0 2px #000
}

.btn-outline-black:focus,
.btn-outline-black.focus {
	box-shadow: inset 0 0 0 1px #000, 0 0 0 .25rem rgba(0, 0, 0, .5)
}

.btn-outline-black.disabled,
.btn-outline-black:disabled {
	color: #000;
	background-color: rgba(0, 0, 0, 0)
}

.btn-outline-black:not(:disabled):not(.disabled):active,
.btn-outline-black:not(:disabled):not(.disabled).active,
.show>.btn-outline-black.dropdown-toggle {
	color: #000;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: inset 0 0 0 2px #000
}

.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.btn-outline-black:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-black.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(0, 0, 0, .5)
}

.btn-outline-white {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: inset 0 0 0 2px #fff
}

.btn-outline-white:hover {
	color: #e6e6e6;
	box-shadow: inset 0 0 0 2px #e6e6e6
}

.btn-outline-white:focus,
.btn-outline-white.focus {
	box-shadow: inset 0 0 0 1px #fff, 0 0 0 .25rem rgba(255, 255, 255, .5)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
	color: #fff;
	background-color: rgba(0, 0, 0, 0)
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show>.btn-outline-white.dropdown-toggle {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: inset 0 0 0 2px #fff
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(255, 255, 255, .5)
}

.btn-sm {
	--bs-btn-padding-y: 0.25rem;
	--bs-btn-padding-x: 0.5rem;
	--bs-btn-font-size: 0.875rem;
	--bs-btn-border-radius: 2px
}

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

.collapsing.collapse-horizontal {
	width: 0;
	height: auto;
	transition: width .35s ease
}

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

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
	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 rgba(0, 0, 0, 0);
	border-bottom: 0;
	border-left: .3em solid rgba(0, 0, 0, 0)
}

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

.dropdown-menu {
	--bs-dropdown-zindex: 1000;
	--bs-dropdown-min-width: 10rem;
	--bs-dropdown-padding-x: 0;
	--bs-dropdown-padding-y: 0.5rem;
	--bs-dropdown-spacer: 0.125rem;
	--bs-dropdown-font-size: 1rem;
	--bs-dropdown-color: hsl(0deg, 0%, 10%);
	--bs-dropdown-bg: hsl(0deg, 0%, 100%);
	--bs-dropdown-border-color: transparent;
	--bs-dropdown-border-radius: 4px;
	--bs-dropdown-border-width: 0;
	--bs-dropdown-inner-border-radius: 4px;
	--bs-dropdown-divider-bg: transparent;
	--bs-dropdown-divider-margin-y: 8px;
	--bs-dropdown-box-shadow: 0 20px 30px 5px rgba(0, 0, 0, 0.05);
	--bs-dropdown-link-color: hsl(210deg, 54%, 20%);
	--bs-dropdown-link-hover-color: hsl(220deg, 93%, 23%);
	--bs-dropdown-link-hover-bg: #e6ecf2;
	--bs-dropdown-link-active-color: hsl(0deg, 0%, 100%);
	--bs-dropdown-link-active-bg: hsl(358deg, 96.0784313725%, 38.25%);
	--bs-dropdown-link-disabled-color: hsl(0deg, 0%, 45%);
	--bs-dropdown-item-padding-x: 24px;
	--bs-dropdown-item-padding-y: 12px;
	--bs-dropdown-header-color: hsl(210deg, 54%, 20%);
	--bs-dropdown-header-padding-x: 24px;
	--bs-dropdown-header-padding-y: 0.5rem;
	position: absolute;
	z-index: var(--bs-dropdown-zindex);
	display: none;
	min-width: var(--bs-dropdown-min-width);
	padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
	margin: 0;
	font-size: var(--bs-dropdown-font-size);
	color: var(--bs-dropdown-color);
	text-align: left;
	list-style: none;
	background-color: var(--bs-dropdown-bg);
	background-clip: padding-box;
	border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
	border-radius: var(--bs-dropdown-border-radius);
	box-shadow: var(--bs-dropdown-box-shadow)
}

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

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

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

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

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

.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 rgba(0, 0, 0, 0);
	border-right: .3em solid;
	border-bottom: .3em solid rgba(0, 0, 0, 0)
}

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

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

.dropdown-item {
	display: block;
	width: 100%;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	clear: both;
	font-weight: 400;
	color: var(--bs-dropdown-link-color);
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0);
	border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: var(--bs-dropdown-link-hover-color);
	background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
	color: var(--bs-dropdown-link-active-color);
	text-decoration: none;
	background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: var(--bs-dropdown-link-disabled-color);
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0)
}

.dropdown-menu.show {
	display: block
}

.nav,
.it-header-slim-wrapper {
	--bs-nav-link-padding-x: 1rem;
	--bs-nav-link-padding-y: 0.5rem;
	--bs-nav-link-font-weight: ;
	--bs-nav-link-color: var(--bs-link-color);
	--bs-nav-link-hover-color: var(--bs-link-hover-color);
	--bs-nav-link-disabled-color: hsl(0deg, 0%, 32%);
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	font-size: var(--bs-nav-link-font-size);
	font-weight: var(--bs-nav-link-font-weight);
	color: var(--bs-nav-link-color);
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.nav-link {
		transition: none
	}
}

.nav-link:hover,
.nav-link:focus {
	color: var(--bs-nav-link-hover-color)
}

.nav-link.disabled {
	color: var(--bs-nav-link-disabled-color);
	pointer-events: none;
	cursor: default
}

.navbar {
	--bs-navbar-padding-x: 0;
	--bs-navbar-padding-y: 8px;
	--bs-navbar-color: rgba(0, 0, 0, 0.55);
	--bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
	--bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
	--bs-navbar-active-color: rgba(0, 0, 0, 0.9);
	--bs-navbar-brand-padding-y: 0.5rem;
	--bs-navbar-brand-margin-end: 1rem;
	--bs-navbar-brand-font-size: 1rem;
	--bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
	--bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
	--bs-navbar-nav-link-padding-x: 0.5rem;
	--bs-navbar-toggler-padding-y: 0.25rem;
	--bs-navbar-toggler-padding-x: 0.75rem;
	--bs-navbar-toggler-font-size: 1.25rem;
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
	--bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
	--bs-navbar-toggler-border-radius: 0;
	--bs-navbar-toggler-focus-width: 0.25rem;
	--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,
.navbar>.container-fluid {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	padding-top: var(--bs-navbar-brand-padding-y);
	padding-bottom: var(--bs-navbar-brand-padding-y);
	margin-right: var(--bs-navbar-brand-margin-end);
	font-size: var(--bs-navbar-brand-font-size);
	color: var(--bs-navbar-brand-color);
	text-decoration: none;
	white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
	color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
	--bs-nav-link-padding-x: 0;
	--bs-nav-link-padding-y: 0.5rem;
	--bs-nav-link-font-weight: ;
	--bs-nav-link-color: var(--bs-navbar-color);
	--bs-nav-link-hover-color: var(--bs-navbar-hover-color);
	--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .show>.nav-link,
.navbar-nav .nav-link.active {
	color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
	position: static
}

@media(min-width: 992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x)
	}

	.navbar-expand-lg .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: rgba(0, 0, 0, 0) !important;
		border: 0 !important;
		transform: none !important;
		box-shadow: none;
		transition: none
	}
}

.card {
	--bs-card-spacer-y: 1rem;
	--bs-card-spacer-x: 2rem;
	--bs-card-title-spacer-y: 8px;
	--bs-card-border-width: 1px;
	--bs-card-border-color: hsl(210deg, 4%, 78%);
	--bs-card-border-radius: 0;
	--bs-card-box-shadow: ;
	--bs-card-inner-border-radius: -1px;
	--bs-card-cap-padding-y: 0.5rem;
	--bs-card-cap-padding-x: 2rem;
	--bs-card-cap-bg: transparent;
	--bs-card-cap-color: ;
	--bs-card-height: ;
	--bs-card-color: ;
	--bs-card-bg: hsl(0deg, 0%, 100%);
	--bs-card-img-overlay-padding: 16px;
	--bs-card-group-margin: 12px;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: var(--bs-card-height);
	word-wrap: break-word;
	background-color: var(--bs-card-bg);
	background-clip: border-box;
	border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	border-radius: var(--bs-card-border-radius);
	box-shadow: var(--bs-card-box-shadow)
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group {
	border-top: inherit;
	border-bottom: inherit
}

.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
	border-top: 0
}

.card-body {
	flex: 1 1 auto;
	padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
	color: var(--bs-card-color)
}

.card-title {
	margin-bottom: var(--bs-card-title-spacer-y)
}

.card-text:last-child {
	margin-bottom: 0
}

.card-header {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	margin-bottom: 0;
	color: var(--bs-card-cap-color);
	background-color: var(--bs-card-cap-bg);
	border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-header:first-child {
	border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	color: var(--bs-card-cap-color);
	background-color: var(--bs-card-cap-bg);
	border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
	border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-img {
	width: 100%
}

.card-img {
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img {
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.accordion {
	--bs-accordion-color: hsl(0deg, 0%, 10%);
	--bs-accordion-bg: hsl(0deg, 0%, 100%);
	--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
	--bs-accordion-border-color: var(--bs-border-color);
	--bs-accordion-border-width: 1px;
	--bs-accordion-border-radius: 4px;
	--bs-accordion-inner-border-radius: 3px;
	--bs-accordion-btn-padding-x: 1.25rem;
	--bs-accordion-btn-padding-y: 1rem;
	--bs-accordion-btn-color: hsl(0deg, 0%, 10%);
	--bs-accordion-btn-bg: var(--bs-accordion-bg);
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='hsl%280deg, 0%, 10%%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-btn-icon-width: 1.25rem;
	--bs-accordion-btn-icon-transform: rotate(-180deg);
	--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23ac0409%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
	--bs-accordion-btn-focus-border-color: hsl(210deg, 17%, 44%);
	--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(191, 4, 10, 0.25);
	--bs-accordion-body-padding-x: 1.25rem;
	--bs-accordion-body-padding-y: 1rem;
	--bs-accordion-active-color: #ac0409;
	--bs-accordion-active-bg: #f9e6e7
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
	font-size: 1rem;
	color: var(--bs-accordion-btn-color);
	text-align: left;
	background-color: var(--bs-accordion-btn-bg);
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: var(--bs-accordion-transition)
}

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

.accordion-button:not(.collapsed) {
	color: var(--bs-accordion-active-color);
	background-color: var(--bs-accordion-active-bg);
	box-shadow: inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-active-icon);
	transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
	flex-shrink: 0;
	width: var(--bs-accordion-btn-icon-width);
	height: var(--bs-accordion-btn-icon-width);
	margin-left: auto;
	content: "";
	background-image: var(--bs-accordion-btn-icon);
	background-repeat: no-repeat;
	background-size: var(--bs-accordion-btn-icon-width);
	transition: var(--bs-accordion-btn-icon-transition)
}

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

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

.accordion-button:focus {
	z-index: 3;
	border-color: var(--bs-accordion-btn-focus-border-color);
	outline: 0;
	box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
	margin-bottom: 0
}

.accordion-item {
	color: var(--bs-accordion-color);
	background-color: var(--bs-accordion-bg);
	border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
	border-top-left-radius: var(--bs-accordion-border-radius);
	border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: var(--bs-accordion-inner-border-radius);
	border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

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

.accordion-item:last-of-type {
	border-bottom-right-radius: var(--bs-accordion-border-radius);
	border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
	border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
	border-bottom-right-radius: var(--bs-accordion-border-radius);
	border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
	padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.breadcrumb {
	--bs-breadcrumb-padding-x: 0;
	--bs-breadcrumb-padding-y: 0;
	--bs-breadcrumb-margin-bottom: 1rem;
	--bs-breadcrumb-bg: transparent;
	--bs-breadcrumb-border-radius: 0;
	--bs-breadcrumb-divider-color: hsl(0deg, 0%, 32%);
	--bs-breadcrumb-item-padding-x: 0.5rem;
	--bs-breadcrumb-item-active-color: hsl(0deg, 0%, 32%);
	display: flex;
	flex-wrap: wrap;
	padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
	margin-bottom: var(--bs-breadcrumb-margin-bottom);
	font-size: var(--bs-breadcrumb-font-size);
	list-style: none;
	background-color: var(--bs-breadcrumb-bg);
	border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: var(--bs-breadcrumb-item-padding-x);
	color: var(--bs-breadcrumb-divider-color);
	content: var(--bs-breadcrumb-divider, "/")
		/* rtl: var(--bs-breadcrumb-divider, "/") */
}

.breadcrumb-item.active {
	color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
	--bs-pagination-padding-x: 0.75rem;
	--bs-pagination-padding-y: 0.375rem;
	--bs-pagination-font-size: 1rem;
	--bs-pagination-color: var(--bs-link-color);
	--bs-pagination-bg: hsl(0deg, 0%, 100%);
	--bs-pagination-border-width: 1px;
	--bs-pagination-border-color: hsl(0deg, 0%, 83%);
	--bs-pagination-border-radius: 4px;
	--bs-pagination-hover-color: var(--bs-link-hover-color);
	--bs-pagination-hover-bg: hsl(0deg, 0%, 90%);
	--bs-pagination-hover-border-color: hsl(0deg, 0%, 83%);
	--bs-pagination-focus-color: var(--bs-link-hover-color);
	--bs-pagination-focus-bg: hsl(0deg, 0%, 90%);
	--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(191, 4, 10, 0.25);
	--bs-pagination-active-color: hsl(0deg, 0%, 100%);
	--bs-pagination-active-bg: hsl(358deg, 96.0784313725%, 38.25%);
	--bs-pagination-active-border-color: hsl(358deg, 96.0784313725%, 38.25%);
	--bs-pagination-disabled-color: hsl(0deg, 0%, 32%);
	--bs-pagination-disabled-bg: hsl(0deg, 0%, 100%);
	--bs-pagination-disabled-border-color: hsl(0deg, 0%, 83%);
	display: flex;
	padding-left: 0;
	list-style: none
}

.page-link {
	position: relative;
	display: block;
	padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
	font-size: var(--bs-pagination-font-size);
	color: var(--bs-pagination-color);
	text-decoration: none;
	background-color: var(--bs-pagination-bg);
	border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
	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) {
	.page-link {
		transition: none
	}
}

.page-link:hover {
	z-index: 2;
	color: var(--bs-pagination-hover-color);
	background-color: var(--bs-pagination-hover-bg);
	border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
	z-index: 3;
	color: var(--bs-pagination-focus-color);
	background-color: var(--bs-pagination-focus-bg);
	outline: 0;
	box-shadow: var(--bs-pagination-focus-box-shadow)
}

.page-link.active,
.active>.page-link {
	z-index: 3;
	color: var(--bs-pagination-active-color);
	background-color: var(--bs-pagination-active-bg);
	border-color: var(--bs-pagination-active-border-color)
}

.page-link.disabled,
.disabled>.page-link {
	color: var(--bs-pagination-disabled-color);
	pointer-events: none;
	background-color: var(--bs-pagination-disabled-bg);
	border-color: var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
	margin-left: -1px
}

.page-item:first-child .page-link {
	border-top-left-radius: var(--bs-pagination-border-radius);
	border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
	border-top-right-radius: var(--bs-pagination-border-radius);
	border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.badge {
	--bs-badge-padding-x: 0.4em;
	--bs-badge-padding-y: 0.25em;
	--bs-badge-font-size: 0.75em;
	--bs-badge-font-weight: 700;
	--bs-badge-color: hsl(0deg, 0%, 100%);
	--bs-badge-border-radius: 4px;
	display: inline-block;
	padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
	font-size: var(--bs-badge-font-size);
	font-weight: var(--bs-badge-font-weight);
	line-height: 1;
	color: var(--bs-badge-color);
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: var(--bs-badge-border-radius)
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.alert {
	--bs-alert-bg: transparent;
	--bs-alert-padding-x: 1rem;
	--bs-alert-padding-y: 1rem;
	--bs-alert-margin-bottom: 1rem;
	--bs-alert-color: inherit;
	--bs-alert-border-color: transparent;
	--bs-alert-border: 1px solid var(--bs-alert-border-color);
	--bs-alert-border-radius: 4px;
	position: relative;
	padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
	margin-bottom: var(--bs-alert-margin-bottom);
	color: var(--bs-alert-color);
	background-color: var(--bs-alert-bg);
	border: var(--bs-alert-border);
	border-radius: var(--bs-alert-border-radius)
}

.alert-success {
	--bs-alert-color: #004d33;
	--bs-alert-bg: #cce6dd;
	--bs-alert-border-color: #b3d9cc
}

.alert-warning {
	--bs-alert-color: #5c3700;
	--bs-alert-bg: #ebdecc;
	--bs-alert-border-color: #e0ceb3
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 16px
	}
}

.progress {
	--bs-progress-height: 16px;
	--bs-progress-font-size: 0.75rem;
	--bs-progress-bg: hsl(0deg, 0%, 90%);
	--bs-progress-border-radius: 0;
	--bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	--bs-progress-bar-color: hsl(0deg, 0%, 100%);
	--bs-progress-bar-bg: hsl(358deg, 96.0784313725%, 38.25%);
	--bs-progress-bar-transition: width 0.6s ease;
	display: flex;
	height: var(--bs-progress-height);
	overflow: hidden;
	font-size: var(--bs-progress-font-size);
	background-color: var(--bs-progress-bg);
	border-radius: var(--bs-progress-border-radius);
	box-shadow: var(--bs-progress-box-shadow)
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: var(--bs-progress-bar-color);
	text-align: center;
	white-space: nowrap;
	background-color: var(--bs-progress-bar-bg);
	transition: var(--bs-progress-bar-transition)
}

@media(prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none
	}
}

.list-group {
	--bs-list-group-color: hsl(0deg, 0%, 10%);
	--bs-list-group-bg: hsl(0deg, 0%, 100%);
	--bs-list-group-border-color: rgba(0, 0, 0, 0.125);
	--bs-list-group-border-width: 1px;
	--bs-list-group-border-radius: 4px;
	--bs-list-group-item-padding-x: 16px;
	--bs-list-group-item-padding-y: 1rem;
	--bs-list-group-action-color: hsl(358deg, 96.0784313725%, 38.25%);
	--bs-list-group-action-hover-color: hsl(358deg, 96.0784313725%, 38.25%);
	--bs-list-group-action-hover-bg: hsl(0deg, 0%, 96%);
	--bs-list-group-action-active-color: hsl(0deg, 0%, 10%);
	--bs-list-group-action-active-bg: hsl(0deg, 0%, 90%);
	--bs-list-group-disabled-color: hsl(0deg, 0%, 32%);
	--bs-list-group-disabled-bg: hsl(0deg, 0%, 100%);
	--bs-list-group-active-color: hsl(0deg, 0%, 100%);
	--bs-list-group-active-bg: hsl(358deg, 96.0784313725%, 38.25%);
	--bs-list-group-active-border-color: hsl(358deg, 96.0784313725%, 38.25%);
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: var(--bs-list-group-border-radius)
}

.list-group-item {
	position: relative;
	display: block;
	padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
	color: var(--bs-list-group-color);
	text-decoration: none;
	background-color: var(--bs-list-group-bg);
	border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: var(--bs-list-group-disabled-color);
	pointer-events: none;
	background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
	z-index: 2;
	color: var(--bs-list-group-active-color);
	background-color: var(--bs-list-group-active-bg);
	border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
	border-top-width: 0
}

.list-group-item+.list-group-item.active {
	margin-top: calc(-1*var(--bs-list-group-border-width));
	border-top-width: var(--bs-list-group-border-width)
}

.toast {
	--bs-toast-zindex: 1090;
	--bs-toast-padding-x: 0.75rem;
	--bs-toast-padding-y: 0.5rem;
	--bs-toast-spacing: 24px;
	--bs-toast-max-width: 350px;
	--bs-toast-font-size: 0.875rem;
	--bs-toast-color: ;
	--bs-toast-bg: rgba(255, 255, 255, 0.85);
	--bs-toast-border-width: 1px;
	--bs-toast-border-color: var(--bs-border-color-translucent);
	--bs-toast-border-radius: 4px;
	--bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-toast-header-color: hsl(0deg, 0%, 32%);
	--bs-toast-header-bg: rgba(255, 255, 255, 0.85);
	--bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
	width: var(--bs-toast-max-width);
	max-width: 100%;
	font-size: var(--bs-toast-font-size);
	color: var(--bs-toast-color);
	pointer-events: auto;
	background-color: var(--bs-toast-bg);
	background-clip: padding-box;
	border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
	box-shadow: var(--bs-toast-box-shadow);
	border-radius: var(--bs-toast-border-radius)
}

.toast.showing {
	opacity: 0
}

.toast:not(.show) {
	display: none
}

.modal {
	--bs-modal-zindex: 1055;
	--bs-modal-width: 500px;
	--bs-modal-padding: 1.5rem;
	--bs-modal-margin: 0.5rem;
	--bs-modal-color: ;
	--bs-modal-bg: hsl(0deg, 0%, 100%);
	--bs-modal-border-color: var(--bs-border-color-translucent);
	--bs-modal-border-width: 1px;
	--bs-modal-border-radius: 8px;
	--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-modal-inner-border-radius: 7px;
	--bs-modal-header-padding-x: 1.5rem;
	--bs-modal-header-padding-y: 1.5rem;
	--bs-modal-header-padding: 1.5rem;
	--bs-modal-header-border-color: var(--bs-border-color);
	--bs-modal-header-border-width: 0;
	--bs-modal-title-line-height: 1.5;
	--bs-modal-footer-gap: 0.5rem;
	--bs-modal-footer-bg: ;
	--bs-modal-footer-border-color: var(--bs-border-color);
	--bs-modal-footer-border-width: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-modal-zindex);
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: var(--bs-modal-margin);
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px)
}

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

.modal.show .modal-dialog {
	transform: none
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02)
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	color: var(--bs-modal-color);
	pointer-events: auto;
	background-color: var(--bs-modal-bg);
	background-clip: padding-box;
	border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
	border-radius: var(--bs-modal-border-radius);
	box-shadow: var(--bs-modal-box-shadow);
	outline: 0
}

.modal-backdrop {
	--bs-backdrop-zindex: 1050;
	--bs-backdrop-bg: hsl(0deg, 0%, 0%);
	--bs-backdrop-opacity: 0.8;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-backdrop-zindex);
	width: 100vw;
	height: 100vh;
	background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: var(--bs-backdrop-opacity)
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: var(--bs-modal-header-padding);
	border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
	border-top-left-radius: var(--bs-modal-inner-border-radius);
	border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-title {
	margin-bottom: 0;
	line-height: var(--bs-modal-title-line-height)
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: var(--bs-modal-padding)
}

.modal-footer {
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);
	background-color: var(--bs-modal-footer-bg);
	border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
	border-bottom-right-radius: var(--bs-modal-inner-border-radius);
	border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
	margin: calc(var(--bs-modal-footer-gap)*.5)
}

@media(min-width: 576px) {
	.modal {
		--bs-modal-margin: 1.5rem;
		--bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
	}

	.modal-dialog {
		max-width: var(--bs-modal-width);
		margin-right: auto;
		margin-left: auto
	}
}

@media(min-width: 992px) {

	.modal-lg,
	.modal-xl {
		--bs-modal-width: 800px
	}
}

@media(min-width: 1200px) {
	.modal-xl {
		--bs-modal-width: 1140px
	}
}

.tooltip {
	--bs-tooltip-zindex: 1080;
	--bs-tooltip-max-width: 32em;
	--bs-tooltip-padding-x: 1rem;
	--bs-tooltip-padding-y: 1rem;
	--bs-tooltip-margin: ;
	--bs-tooltip-font-size: 0.875rem;
	--bs-tooltip-color: hsl(0deg, 0%, 100%);
	--bs-tooltip-bg: hsl(0deg, 0%, 0%);
	--bs-tooltip-border-radius: 4px;
	--bs-tooltip-opacity: 1;
	--bs-tooltip-arrow-width: 0.8rem;
	--bs-tooltip-arrow-height: 0.4rem;
	z-index: var(--bs-tooltip-zindex);
	display: block;
	padding: var(--bs-tooltip-arrow-height);
	margin: var(--bs-tooltip-margin);
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: var(--bs-tooltip-font-size);
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
	display: block;
	width: var(--bs-tooltip-arrow-width);
	height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow::before {
	position: absolute;
	content: "";
	border-color: rgba(0, 0, 0, 0);
	border-style: solid
}

.tooltip-inner {
	max-width: var(--bs-tooltip-max-width);
	padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
	color: var(--bs-tooltip-color);
	text-align: center;
	background-color: var(--bs-tooltip-bg);
	border-radius: var(--bs-tooltip-border-radius)
}

.popover {
	--bs-popover-zindex: 1070;
	--bs-popover-max-width: 276px;
	--bs-popover-font-size: 0.875rem;
	--bs-popover-bg: hsl(0deg, 0%, 100%);
	--bs-popover-border-width: 1px;
	--bs-popover-border-color: var(--bs-border-color-translucent);
	--bs-popover-border-radius: 8px;
	--bs-popover-inner-border-radius: 7px;
	--bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-popover-header-padding-x: 16px;
	--bs-popover-header-padding-y: 0.5rem;
	--bs-popover-header-font-size: 1rem;
	--bs-popover-header-color: ;
	--bs-popover-header-bg: #f0f0f0;
	--bs-popover-body-padding-x: 16px;
	--bs-popover-body-padding-y: 16px;
	--bs-popover-body-color: hsl(0deg, 0%, 10%);
	--bs-popover-arrow-width: 1rem;
	--bs-popover-arrow-height: 0.5rem;
	--bs-popover-arrow-border: var(--bs-popover-border-color);
	z-index: var(--bs-popover-zindex);
	display: block;
	max-width: var(--bs-popover-max-width);
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: var(--bs-popover-font-size);
	word-wrap: break-word;
	background-color: var(--bs-popover-bg);
	background-clip: padding-box;
	border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-radius: var(--bs-popover-border-radius);
	box-shadow: var(--bs-popover-box-shadow)
}

.popover .popover-arrow {
	display: block;
	width: var(--bs-popover-arrow-width);
	height: var(--bs-popover-arrow-height)
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 0
}

.popover-header {
	padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
	margin-bottom: 0;
	font-size: var(--bs-popover-header-font-size);
	color: var(--bs-popover-header-color);
	background-color: var(--bs-popover-header-bg);
	border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-top-left-radius: var(--bs-popover-inner-border-radius);
	border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
	color: var(--bs-popover-body-color)
}

.carousel {
	position: relative
}

.carousel.pointer-event {
	touch-action: pan-y
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: ""
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none
	}
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
	transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
	transform: translateX(-100%)
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	padding: 0;
	color: #5d7083;
	text-align: center;
	background: none;
	border: 0;
	opacity: 1;
	transition: opacity .15s ease
}

@media(prefers-reduced-motion: reduce) {

	.carousel-control-prev,
	.carousel-control-next {
		transition: none
	}
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #5d7083;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: auto;
	margin-bottom: 1rem;
	margin-left: auto;
	list-style: none
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	opacity: .5;
	transition: opacity .6s ease
}

@media(prefers-reduced-motion: reduce) {
	.carousel-indicators [data-bs-target] {
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg)
			/* rtl:ignore */
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

.offcanvas {
	--bs-offcanvas-zindex: 1045;
	--bs-offcanvas-width: 400px;
	--bs-offcanvas-height: 30vh;
	--bs-offcanvas-padding-x: 1.5rem;
	--bs-offcanvas-padding-y: 1.5rem;
	--bs-offcanvas-color: ;
	--bs-offcanvas-bg: hsl(0deg, 0%, 100%);
	--bs-offcanvas-border-width: 1px;
	--bs-offcanvas-border-color: var(--bs-border-color-translucent);
	--bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: var(--bs-offcanvas-zindex);
	display: flex;
	flex-direction: column;
	max-width: 100%;
	color: var(--bs-offcanvas-color);
	visibility: hidden;
	background-color: var(--bs-offcanvas-bg);
	background-clip: padding-box;
	outline: 0;
	box-shadow: var(--bs-offcanvas-box-shadow);
	transition: transform .3s ease-in-out
}

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

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
	transform: none
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
	visibility: visible
}

.offcanvas-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.offcanvas-backdrop.fade {
	opacity: 0
}

.offcanvas-backdrop.show {
	opacity: .8
}

.placeholder {
	display: inline-block;
	min-height: 1em;
	vertical-align: middle;
	cursor: wait;
	background-color: currentcolor;
	opacity: .5
}

.placeholder.btn::before {
	display: inline-block;
	content: ""
}

@keyframes placeholder-glow {
	50% {
		opacity: .2
	}
}

@keyframes placeholder-wave {
	100% {
		mask-position: -200% 0%
	}
}

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

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

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

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

.ratio-16x9 {
	--bs-aspect-ratio: 56.25%
}

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

.vr {
	display: inline-block;
	align-self: stretch;
	width: 1px;
	min-height: 1em;
	background-color: currentcolor;
	opacity: .25
}

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

.float-none {
	float: none !important
}

.d-inline {
	display: inline !important
}

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

.d-block {
	display: block !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
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

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

.border {
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
	border: 0 !important
}

.border-top {
	border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end {
	border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom {
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start {
	border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-light {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-white {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

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

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

.h-auto {
	height: auto !important
}

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

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

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

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

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

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

.justify-content-between {
	justify-content: space-between !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-stretch {
	align-items: stretch !important
}

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

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

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

.order-1 {
	order: 1 !important
}

.order-2 {
	order: 2 !important
}

.m-0 {
	margin: 0 !important
}

.m-1 {
	margin: 4px !important
}

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

.mx-3 {
	margin-right: 16px !important;
	margin-left: 16px !important
}

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

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

.my-2 {
	margin-top: 8px !important;
	margin-bottom: 8px !important
}

.my-3 {
	margin-top: 16px !important;
	margin-bottom: 16px !important
}

.my-4 {
	margin-top: 24px !important;
	margin-bottom: 24px !important
}

.my-5 {
	margin-top: 48px !important;
	margin-bottom: 48px !important
}

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

.mt-1 {
	margin-top: 4px !important
}

.mt-2 {
	margin-top: 8px !important
}

.mt-3 {
	margin-top: 16px !important
}

.mt-4 {
	margin-top: 24px !important
}

.mt-5 {
	margin-top: 48px !important
}

.me-1 {
	margin-right: 4px !important
}

.me-3 {
	margin-right: 16px !important
}

.me-4 {
	margin-right: 24px !important
}

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

.mb-1 {
	margin-bottom: 4px !important
}

.mb-2 {
	margin-bottom: 8px !important
}

.mb-3 {
	margin-bottom: 16px !important
}

.mb-4 {
	margin-bottom: 24px !important
}

.mb-5 {
	margin-bottom: 48px !important
}

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

.ms-1 {
	margin-left: 4px !important
}

.ms-3 {
	margin-left: 16px !important
}

.p-0 {
	padding: 0 !important
}

.p-1 {
	padding: 4px !important
}

.p-2 {
	padding: 8px !important
}

.p-3 {
	padding: 16px !important
}

.p-4 {
	padding: 24px !important
}

.p-5 {
	padding: 48px !important
}

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

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

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

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

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

.py-2 {
	padding-top: 8px !important;
	padding-bottom: 8px !important
}

.py-3 {
	padding-top: 16px !important;
	padding-bottom: 16px !important
}

.py-4 {
	padding-top: 24px !important;
	padding-bottom: 24px !important
}

.py-5 {
	padding-top: 48px !important;
	padding-bottom: 48px !important
}

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

.pt-1 {
	padding-top: 4px !important
}

.pt-3 {
	padding-top: 16px !important
}

.pt-4 {
	padding-top: 24px !important
}

.pt-5 {
	padding-top: 48px !important
}

.pe-2 {
	padding-right: 8px !important
}

.pe-3 {
	padding-right: 16px !important
}

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

.pb-2 {
	padding-bottom: 8px !important
}

.pb-3 {
	padding-bottom: 16px !important
}

.pb-4 {
	padding-bottom: 24px !important
}

.pb-5 {
	padding-bottom: 48px !important
}

.ps-0 {
	padding-left: 0 !important
}

.ps-3 {
	padding-left: 16px !important
}

.ps-4 {
	padding-left: 24px !important
}

.gap-1 {
	gap: 4px !important
}

.gap-2 {
	gap: 8px !important
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important
}

.fw-normal {
	font-weight: 400 !important
}

.fw-bold {
	font-weight: 700 !important
}

.fw-semibold {
	font-weight: 600 !important
}

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

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

.text-decoration-none {
	text-decoration: none !important
}

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

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

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

.text-wrap {
	white-space: normal !important
}

.text-success {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-black {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
	--bs-text-opacity: 1;
	color: #5d7083 !important
}

.bg-primary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: rgba(0, 0, 0, 0) !important
}

.user-select-none {
	user-select: none !important
}

.rounded {
	border-radius: var(--bs-border-radius) !important
}

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

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

.rounded-top {
	border-top-left-radius: var(--bs-border-radius) !important;
	border-top-right-radius: var(--bs-border-radius) !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

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

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

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

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

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

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

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

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

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

	.my-md-4 {
		margin-top: 24px !important;
		margin-bottom: 24px !important
	}

	.mt-md-4 {
		margin-top: 24px !important
	}

	.mb-md-5 {
		margin-bottom: 48px !important
	}
}

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

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

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

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

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

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

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

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

	.my-lg-4 {
		margin-top: 24px !important;
		margin-bottom: 24px !important
	}

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

	.mt-lg-2 {
		margin-top: 8px !important
	}

	.mt-lg-3 {
		margin-top: 16px !important
	}

	.mt-lg-4 {
		margin-top: 24px !important
	}

	.me-lg-5 {
		margin-right: 48px !important
	}

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

	.mb-lg-4 {
		margin-bottom: 24px !important
	}

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

	.p-lg-4 {
		padding: 24px !important
	}

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

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

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

	.py-lg-2 {
		padding-top: 8px !important;
		padding-bottom: 8px !important
	}

	.py-lg-3 {
		padding-top: 16px !important;
		padding-bottom: 16px !important
	}

	.pt-lg-5 {
		padding-top: 48px !important
	}

	.pb-lg-3 {
		padding-bottom: 16px !important
	}

	.pb-lg-4 {
		padding-bottom: 24px !important
	}

	.ps-lg-5 {
		padding-left: 48px !important
	}
}

@media(min-width: 1200px) {
	.py-xl-4 {
		padding-top: 24px !important;
		padding-bottom: 24px !important
	}

	.py-xl-5 {
		padding-top: 48px !important;
		padding-bottom: 48px !important
	}

	.pb-xl-5 {
		padding-bottom: 48px !important
	}
}

.text-success {
	color: #008055
}

.text-warning {
	color: #995c00
}

.text-black {
	color: #000
}

html,
body {
	font-size: 16px;
	line-height: 1.5
}

@media(min-width: 576px) {

	html,
	body {
		font-size: 18px;
		line-height: 1.555
	}
}

h1,
.h1 {
	font-size: 2.5rem;
	letter-spacing: -1px
}

@media(min-width: 576px) {

	h1,
	.h1 {
		font-size: 2.666rem;
		letter-spacing: -1.2px;
		line-height: 1.25
	}
}

h2,
.h2 {
	font-size: 2rem;
	line-height: 1.25;
	letter-spacing: normal
}

@media(min-width: 576px) {

	h2,
	.h2 {
		font-size: 2.222rem;
		line-height: 1.2
	}
}

h3,
.h3 {
	font-size: 1.75rem;
	line-height: 1.1428;
	letter-spacing: normal
}

@media(min-width: 576px) {

	h3,
	.h3 {
		font-size: 1.777rem;
		line-height: 1.25
	}
}

h4,
.h4 {
	font-size: 1.5rem;
	line-height: 1.1666;
	letter-spacing: normal
}

@media(min-width: 576px) {

	h4,
	.h4 {
		font-size: 1.555rem;
		line-height: 1.428;
		font-weight: 600
	}
}

h5,
.h5 {
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: normal
}

@media(min-width: 576px) {

	h5,
	.h5 {
		font-size: 1.333rem
	}
}

h6,
.h6 {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: normal
}

blockquote,
.blockquote {
	font-size: inherit;
	margin: 1.5rem 0;
	margin-left: 8px;
	border-left: 4px solid #0bd9d2;
	padding: 4px 16px
}

blockquote.text-center,
.blockquote.text-center {
	margin-left: 0;
	border-left: none;
	border-right: none
}

blockquote.text-center,
.blockquote.text-center {
	padding: 0
}

caption {
	font-size: .777rem;
	line-height: 1.4285;
	color: #5d7083
}

b,
strong {
	font-weight: 600
}

small,
.small {
	font-size: .9375rem;
	font-weight: 400
}

@media(min-width: 576px) {

	small,
	.small {
		font-size: .8888rem
	}
}

.x-small {
	font-size: .875rem;
	font-weight: 400
}

@media(min-width: 576px) {
	.x-small {
		font-size: .7777rem
	}
}

.font-serif {
	font-family: "Lora", Georgia, serif !important
}

.font-monospace {
	font-family: "Roboto Mono", monospace !important
}

a.text-decoration-none:hover {
	text-decoration: underline !important
}

.row.variable-gutters {
	margin-right: -12px;
	margin-left: -12px;
	margin-right: -6px;
	margin-left: -6px
}

.row.variable-gutters>.col,
.row.variable-gutters>[class*=col-] {
	padding-right: 12px;
	padding-left: 12px
}

.row.variable-gutters>.col,
.row.variable-gutters>[class*=col-] {
	padding-right: 6px;
	padding-left: 6px
}

@media(min-width: 576px) {
	.row.variable-gutters {
		margin-right: -6px;
		margin-left: -6px
	}

	.row.variable-gutters>.col,
	.row.variable-gutters>[class*=col-] {
		padding-right: 6px;
		padding-left: 6px
	}
}

@media(min-width: 768px) {
	.row.variable-gutters {
		margin-right: -10px;
		margin-left: -10px
	}

	.row.variable-gutters>.col,
	.row.variable-gutters>[class*=col-] {
		padding-right: 10px;
		padding-left: 10px
	}
}

@media(min-width: 992px) {
	.row.variable-gutters {
		margin-right: -12px;
		margin-left: -12px
	}

	.row.variable-gutters>.col,
	.row.variable-gutters>[class*=col-] {
		padding-right: 12px;
		padding-left: 12px
	}
}

@media(min-width: 1200px) {
	.row.variable-gutters {
		margin-right: -12px;
		margin-left: -12px
	}

	.row.variable-gutters>.col,
	.row.variable-gutters>[class*=col-] {
		padding-right: 12px;
		padding-left: 12px
	}
}

@media(min-width: 1400px) {
	.row.variable-gutters {
		margin-right: -14px;
		margin-left: -14px
	}

	.row.variable-gutters>.col,
	.row.variable-gutters>[class*=col-] {
		padding-right: 14px;
		padding-left: 14px
	}
}

.row.row-column-border>[class^=col-] {
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-top: 1px solid #c5c7c9
}

.row.row-column-border>[class^=col-]:first-child {
	border: none
}

.row.row-column-border>[class^=col-] .navbar {
	padding: 0
}

.row.row-column-border>[class^=col-] .navbar .menu-wrapper .nav-link {
	padding-right: 0
}

.row.row-column-menu-left>[class^=col-]:first-child {
	padding: 1rem 0
}

@media(min-width: 992px) {
	.row.row-column-border {
		margin-top: 1rem;
		border-top: 1px solid #c5c7c9
	}

	.row.row-column-border>[class^=col-] {
		padding: 3rem 3rem;
		border-top: none;
		border-left: 1px solid #c5c7c9
	}

	.row.row-column-border>[class^=col-]:first-child {
		border: none;
		padding-left: 0
	}

	.row.row-column-border>[class^=col-] .navbar {
		padding: 8px 0
	}

	.row.row-column-border>[class^=col-] .navbar .menu-wrapper {
		padding: 0
	}

	.row.row-column-menu-left>[class^=col-]:first-child {
		padding: 0
	}
}

.row.row-title {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

@media(min-width: 576px) {
	.row.row-title {
		flex-direction: row;
		align-items: flex-start
	}
}

.row.row-calendar {
	display: block
}

.sticky-wrapper.is-sticky {
	position: fixed
}

.sticky-wrapper.is-sticky.navbar-wrapper {
	z-index: 1;
	left: 0;
	right: 0;
	width: auto
}

.sticky-wrapper.is-sticky.navbar-wrapper .navbar {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: 1px solid #c5c7c9
}

@media(min-width: 992px) {
	.sticky-wrapper.is-sticky.navbar-wrapper {
		z-index: auto;
		left: auto;
		right: auto;
		width: unset
	}

	.sticky-wrapper.is-sticky.navbar-wrapper .navbar {
		border: none;
		background-color: rgba(0, 0, 0, 0);
		padding: 0
	}

	.sticky-wrapper.is-sticky.navbar-wrapper .navbar .menu-wrapper {
		padding: 0
	}

	.sticky-wrapper.is-sticky.navbar-wrapper .navbar .menu-wrapper .nav-link {
		padding-right: 0
	}
}

.sticky-wrapper.navbar-wrapper .navbar.it-top-navscroll {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto
}

.breadcrumb-container .breadcrumb {
	padding: .5em 0;
	border-radius: 0
}

.breadcrumb-container .breadcrumb .breadcrumb-item {
	padding-left: 0
}

.breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
	display: none
}

.breadcrumb-container .breadcrumb .breadcrumb-item i {
	padding-right: .5em
}

.breadcrumb-container .breadcrumb .breadcrumb-item a {
	color: #30475f;
	font-weight: 600
}

.breadcrumb-container .breadcrumb .breadcrumb-item.active {
	color: #1a1a1a
}

.breadcrumb-container .breadcrumb .breadcrumb-item.active a {
	font-weight: normal;
	pointer-events: none
}

.breadcrumb-container .breadcrumb .breadcrumb-item span.separator {
	color: #5d7083;
	display: inline-block;
	font-weight: 600;
	padding: 0 .5em
}

.breadcrumb-container .breadcrumb.dark {
	background: #435a70;
	color: #fff
}

.breadcrumb-container .breadcrumb.dark .breadcrumb-item a {
	color: #fff
}

.breadcrumb-container .breadcrumb.dark .breadcrumb-item span.separator {
	color: #fff
}

.breadcrumb-container .breadcrumb.dark .breadcrumb-item i {
	color: #0bd9d2
}

.breadcrumb-container .breadcrumb.dark .breadcrumb-item.active {
	color: #fff
}

.modal-content,
.modal-header {
	border-radius: 0
}

.modal-body {
	color: #1a1a1a
}

.modal-footer {
	position: relative;
	background-color: #fff
}

.accordion {
	border-bottom: 1px solid #c5c7c9
}

.accordion .accordion {
	border: 1px solid #c5c7c9;
	border-top: 0
}

.accordion-item {
	border: none
}

.accordion-item:first-of-type,
.accordion-item:last-of-type {
	border-radius: 0
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button {
	border-radius: 0
}

.accordion-header {
	position: relative
}

.accordion-header .accordion-button {
	width: 100%;
	text-align: left;
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	border-top: 1px solid #c5c7c9;
	box-shadow: none;
	padding: 14px 24px;
	cursor: pointer;
	color: #003399;
	font-weight: 600
}

.accordion-header .accordion-button:not(.collapsed) {
	color: #5d7083
}

.accordion-header .accordion-button:not(.collapsed):after {
	transform: scaleY(1)
}

.accordion-header .accordion-button:not(.collapsed):hover:before,
.accordion-header .accordion-button[aria-expanded=true]:hover:before {
	text-decoration: none
}

.accordion-header .accordion-button:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24' %3E%3Cg%3E%3Cpath fill='hsl(358deg, 96.0784313725%, 38.25%)' d='M12,10.3l4.8,4.8c0.3,0.3,0.8,0.3,1.1,0c0.3-0.3,0.3-0.8,0-1c0,0,0,0,0,0l-4.8-4.8c-0.6-0.6-1.5-0.6-2.1,0L6.2,14c-0.3,0.3-0.3,0.8,0,1c0,0,0,0,0,0c0.3,0.3,0.8,0.3,1.1,0L12,10.3z'/%3E%3C/g%3E%3C/svg%3E");
	float: right;
	width: 1.5rem;
	height: auto;
	line-height: .1rem;
	color: #003399;
	transition: transform .3s;
	background-image: none;
	transform: scaleY(-1)
}

.accordion-header .accordion-button:hover {
	background: none;
	text-decoration: underline
}

.accordion-header .accordion-button:hover:after {
	text-decoration: none
}

.accordion-header .accordion-button:active,
.accordion-header .accordion-button:hover,
.accordion-header .accordion-button:focus {
	border-top-color: #c5c7c9
}

.accordion-body {
	padding: 12px 24px 42px
}

.accordion-body .accordion-header button[aria-expanded=true]:before {
	height: 0;
	width: 0
}

@keyframes splide-loading {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

.splide__list {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	transform-style: preserve-3d
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block
}

.splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto
}

.splide__progress__bar {
	width: 0
}

.splide {
	outline: none;
	position: relative;
	visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible
}

.splide__slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	outline: none;
	position: relative
}

.splide__slide img {
	vertical-align: bottom
}

.splide__slider {
	position: relative
}

.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0
}

.it-carousel-wrapper {
	margin: 0 auto
}

.it-carousel-wrapper .splide__pagination {
	margin-top: 8px;
	margin-left: 0;
	padding-left: 0
}

.it-carousel-wrapper .splide__pagination button {
	width: 8px;
	height: 8px;
	background: #94c4f5;
	display: inline-block;
	transition: all .3s;
	border-radius: 50px;
	margin: 0 8px;
	padding: 0;
	box-shadow: none;
	border: none
}

.it-carousel-wrapper .splide__pagination button.is-active {
	background: #003399
}

.it-carousel-wrapper .it-header-block h2,
.it-carousel-wrapper .it-header-block .h2 {
	font-size: 1.75rem;
	border-bottom: 1px solid #c5c7c9;
	padding-bottom: 8px;
	margin-bottom: 0;
	letter-spacing: unset
}

.it-carousel-wrapper .splide__track {
	padding-top: 24px;
	padding-bottom: 0
}

.it-carousel-wrapper .card-wrapper {
	padding-bottom: 16px
}

.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper {
	background-color: #fff
}

.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper>a {
	position: relative;
	display: block
}

.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card {
	border-right: none;
	margin-right: 0
}

.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card:after {
	display: none
}

.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a.read-more {
	float: right;
	position: inherit;
	bottom: inherit;
	margin-bottom: 0;
	width: 35%;
	justify-content: flex-end;
	line-height: 21px
}

.it-carousel-wrapper.it-carousel-landscape-abstract-three-cols-arrow-visible .splide__arrows {
	position: absolute;
	top: 50%;
	left: -24px;
	right: -24px;
	display: flex;
	z-index: 1;
	justify-content: space-between;
	pointer-events: none
}

.it-carousel-wrapper.it-carousel-landscape-abstract-three-cols-arrow-visible .splide__arrows .splide__arrow {
	width: 40px;
	height: 40px;
	background: #003399;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: all
}

.it-carousel-wrapper.it-carousel-landscape-abstract-three-cols-arrow-visible .splide__arrows .splide__arrow svg {
	fill: #fff;
	width: 16px;
	height: 16px
}

.it-carousel-wrapper.it-carousel-landscape-abstract-three-cols-arrow-visible .splide__arrows .splide__arrow.splide__arrow--prev {
	transform: rotate(180deg)
}

.it-carousel-wrapper.it-carousel-landscape-abstract-three-cols-arrow-visible .splide__arrows .splide__arrow[disabled] {
	background: #d8d9da
}

.it-carousel-wrapper.it-calendar-wrapper .splide__track {
	padding-top: 0
}

.it-carousel-wrapper.it-calendar-wrapper .splide__track .card.card-bg {
	margin-left: 0;
	margin-right: 0
}

@media(min-width: 992px) {
	.it-carousel-wrapper.it-carousel-landscape-abstract {
		max-width: 960px
	}

	.it-carousel-wrapper.it-carousel-landscape-abstract .splide__list {
		display: flex
	}

	.it-carousel-wrapper.it-carousel-landscape-abstract .splide__list .splide__slide {
		display: flex
	}

	.it-carousel-wrapper.it-carousel-landscape-abstract .splide__list .splide__slide .it-single-slide-wrapper {
		height: 100%
	}

	.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper {
		display: flex;
		flex-basis: 100%;
		width: 100%
	}

	.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper>a {
		flex-basis: 50%
	}

	.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper>a .img-responsive-wrapper .img-responsive {
		padding-bottom: inherit;
		position: absolute;
		width: 100%;
		height: 100%
	}

	.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside {
		flex-basis: 50%
	}

	.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card {
		border-right: none;
		margin-right: 0
	}

	.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card:after {
		display: none
	}

	.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body {
		padding-left: 48px;
		padding-bottom: 48px
	}

	.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a.read-more {
		float: right;
		position: inherit;
		bottom: inherit;
		margin-bottom: 0;
		width: 35%;
		justify-content: flex-end;
		line-height: 26px
	}

	.it-carousel-wrapper.it-carousel-landscape-abstract .splide__pagination {
		position: absolute;
		left: 50%;
		margin-left: 40px;
		right: 0;
		bottom: 5px;
		text-align: left;
		justify-content: left
	}

	.it-carousel-wrapper.it-carousel-landscape-abstract-three-cols-arrow-visible .splide__arrows {
		left: -48px;
		right: -48px
	}
}

@media(min-width: 1200px) {
	.it-carousel-wrapper.it-carousel-landscape-abstract {
		max-width: 1184px
	}
}

.it-calendar-wrapper .it-header-block-title {
	background-color: hsl(220, 100%, 30%);;
	color: #fff;
	padding: .5em 0;
	border-radius: 4px 4px 0 0
}

.it-calendar-wrapper .card-wrapper {
	padding: 0
}

.it-calendar-wrapper .card .card-title,
.it-calendar-wrapper .card .card-text {
	border-bottom: 1px solid #c5c7c9;
	padding-bottom: 16px
}

.it-calendar-wrapper .card .card-body .card-title {
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	font-size: 3em;
	font-weight: 300;
	padding-top: 16px
}

.it-calendar-wrapper .card .card-body .card-title span {
	font-size: .3em;
	display: block;
	padding-top: 1em;
	padding-left: 1em;
	font-family: "Roboto Mono", monospace
}

.it-calendar-wrapper .card .card-text a {
	text-decoration: none;
	color: #1a1a1a;
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	font-size: 1em
}

.it-calendar-wrapper .card .card-text a:hover {
	text-decoration: underline;
	color: #003399
}

.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid #5d7083;
	padding-left: 4em;
	background-color: #fff;
	border-radius: 0;
	color: #1a1a1a
}

.alert-success {
	background-position: 20px 16px;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	border-left: 8px solid hsl(160deg, 100%, 25%)
}

.alert-warning {
	background-position: 20px 16px;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	border-left: 8px solid hsl(36deg, 100%, 30%)
}

.alert-warning {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='hsl(36deg, 100%, 30%)' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 19a9 9 0 1 1 9-9 9 9 0 0 1-9 9zm-.5-6.8V5.7h1.2v8.5zm-.1 2.3h1.2v1.8h-1.2z'%3E%3C/path%3E%3C/svg%3E")
}

.alert-success {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='hsl(160deg, 100%, 25%)' d='M17.1 7.9l.7.7-7.8 7.6-4.7-4.6.7-.7 4 3.9zM22 12A10 10 0 1 1 12 2a10 10 0 0 1 10 10zm-1 0a9 9 0 1 0-9 9 9 9 0 0 0 9-9z'%3E%3C/path%3E%3C/svg%3E")
}

.btn {
	padding: 12px 24px;
	font-size: 16px;
	white-space: initial;
	text-decoration: none;
	box-shadow: none
}

.btn-sm {
	border-radius: 4px;
	line-height: 1.5
}

.btn-sm {
	padding: 12px 24px;
	font-size: 14px;
	line-height: 24px
}

.btn-icon {
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center
}

.btn-icon .rounded-icon {
	width: 1.5em;
	height: 1.5em;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff
}

.btn-icon .rounded-icon .icon {
	margin-right: 0
}

.btn-icon .rounded-icon+* {
	margin-left: .5em
}

.btn-icon .icon {
	border: none;
	width: 1.2em;
	height: 1.2em
}

.btn-icon .icon+* {
	margin-left: .25em
}

.btn-full {
	border: none;
	box-shadow: none;
	line-height: 1.555;
	border-radius: 0;
	align-self: stretch;
	width: inherit;
	margin-top: -7.5px;
	margin-bottom: -7.5px;
	margin-right: -7.5px;
	padding-left: 8px;
	padding-right: 8px
}

.btn-full:hover {
	text-decoration: none !important
}

@media(min-width: 576px) {
	.btn-full {
		padding: 16px
	}
}

@media(min-width: 992px) {
	.btn-full {
		padding: 12px 24px !important;
		margin: 0;
		flex: 1;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center
	}
}

.btn:disabled:hover,
.btn.disabled:hover {
	cursor: not-allowed
}

.btn-outline-primary {
	box-shadow: inset 0 0 0 2px #003399
}

.btn-outline-primary.disabled {
	box-shadow: inset 0 0 0 2px #9a161a
}

.fw-semibold {
	font-weight: 600 !important
}

label {
	color: #1a1a1a
}

fieldset legend {
	background-color: rgba(0, 0, 0, 0);
	font-weight: 700;
	line-height: calc(2.5rem - 1px);
	transition: .2s ease-out;
	cursor: text;
	display: block;
	max-width: 100%;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 .5rem;
	z-index: 1;
	font-size: .777rem;
	color: #1a1a1a;
	margin-bottom: 0;
	float: none
}

.form-text {
	color: #30475f
}

.form-group {
	position: relative;
	margin-bottom: 3rem;
	margin-top: 0
}

.form-group input,
.form-group optgroup,
.form-group textarea {
	color: #5d7083
}

.form-group label {
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	font-weight: 600;
	line-height: calc(2.5rem - 1px);
	transition: .2s ease-out;
	top: 0;
	font-size: 1rem;
	cursor: text;
	color: #5d7083;
	display: block;
	max-width: 100%;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 .5rem;
	z-index: 1
}

.form-group label.active {
	transform: translateY(-75%);
	font-size: .777rem;
	color: #1a1a1a
}

.form-group small.form-text,
.form-group .form-text.small {
	margin: 0;
	padding: .25rem .5rem;
	font-size: .777rem
}

.form-group input[type=time]~label {
	transform: translateY(-75%);
	font-size: .777rem
}

::placeholder {
	font-weight: 600;
	color: #5d7083
}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea {
	border: none;
	border-bottom: 1px solid #5d7083;
	border-radius: 0;
	padding: .375rem .5rem;
	outline: 0;
	height: 2.5rem;
	width: 100%;
	box-shadow: none;
	transition: none;
	font-weight: 700;
	-webkit-appearance: none;
	-webkit-border-radius: 0
}

input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
	color: #5d7083;
	font-weight: 600
}

textarea {
	border: 1px solid #5d7083;
	height: auto
}

.form-control {
	background-position: center right !important;
	background-repeat: no-repeat !important;
	background-size: 45px 45% !important
}

.form-control:disabled,
.form-control[readonly] {
	cursor: not-allowed
}

.form-control:disabled+label,
.form-control[readonly]+label {
	background-color: rgba(0, 0, 0, 0);
	cursor: not-allowed
}

.form-control:focus,
.form-control:active {
	box-shadow: none !important
}

.form-control.is-invalid {
	background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23f73e5a%27 viewBox=%270 0 384 512%27%3E%3Cpath d=%27M231.6 256l130.1-130.1c4.7-4.7 4.7-12.3 0-17l-22.6-22.6c-4.7-4.7-12.3-4.7-17 0L192 216.4 61.9 86.3c-4.7-4.7-12.3-4.7-17 0l-22.6 22.6c-4.7 4.7-4.7 12.3 0 17L152.4 256 22.3 386.1c-4.7 4.7-4.7 12.3 0 17l22.6 22.6c4.7 4.7 12.3 4.7 17 0L192 295.6l130.1 130.1c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17L231.6 256z%27/%3E%3C/svg%3E")
}

.form-control.warning {
	background-size: 25px 45% !important;
	border-color: #995c00;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23ff9900%27 viewBox=%270 0 192 512%27%3E%3Cpath d=%27M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z%27/%3E%3C/svg%3E")
}

.form-group.active .form-file-name {
	padding-bottom: 1.95rem
}

.input-group .input-group-text {
	padding: .375rem .5rem;
	border-bottom: 1px solid #5d7083;
	height: 100%
}

.input-group .input-group-prepend {
	margin-right: 0
}

.input-group .input-group-prepend .icon {
	fill: #5d7083
}

.input-group .input-group-prepend~label {
	left: 2.25rem;
	max-width: calc(100% - 2.25rem)
}

.input-group .input-group-prepend .btn {
	border-radius: 4px 0 0 4px
}

.input-group .input-group-append {
	margin-left: 0
}

.input-group .input-group-append .btn {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #5d7083;
	border-radius: 0 4px 4px 0;
	box-shadow: none;
	height: 100%
}

.input-group .input-group-append .btn:focus:not(.focus--mouse) {
	box-shadow: inset 0 0 0 2px #995c00
}

.form-check {
	padding-left: 0;
	margin-top: .5rem;
	position: relative
}

.form-check [type=checkbox],
.form-check [type=radio] {
	position: absolute;
	opacity: 0;
	left: 9px;
	top: 9px;
	margin-left: 0;
	margin-top: 0
}

.form-check [type=checkbox]+label,
.form-check [type=radio]+label {
	position: relative;
	padding-left: 36px;
	cursor: pointer;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	font-size: 1rem;
	user-select: none;
	margin-bottom: .5rem
}

.form-check [type=checkbox]+label::after,
.form-check [type=checkbox]+label::before {
	content: "";
	left: 0;
	position: absolute;
	transition: .2s ease-out;
	z-index: 1;
	border-style: solid;
	border-width: 2px
}

.form-check [type=checkbox]+label::before {
	top: 0;
	width: 17px;
	height: 17px;
	border: 1px solid #e6e9f2;
	border-radius: 1px;
	margin: 2px 5px;
	transform: rotateZ(37deg);
	transform-origin: 100% 100%
}

.form-check [type=checkbox]+label::after {
	border-radius: 4px;
	height: 20px;
	width: 20px;
	margin: 6px 5px;
	top: 0
}

.form-check [type=checkbox]:checked+label::before {
	top: 6px;
	left: 1px;
	width: 8px;
	height: 13px;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(0, 0, 0, 0) #fff #fff rgba(0, 0, 0, 0);
	transform: rotate(40deg);
	backface-visibility: hidden;
	transform-origin: 100% 100%;
	opacity: .8
}

.form-check [type=checkbox]:checked+label::after {
	border-color: #003399;
	background-color: #003399;
	z-index: 0
}

.form-check [type=checkbox]:not(:checked)+label::after {
	background-color: rgba(0, 0, 0, 0);
	border-color: #5b6f82;
	z-index: 0
}

.form-check [type=checkbox]:not(:checked)+label::before {
	width: 0;
	height: 0;
	border-color: rgba(0, 0, 0, 0);
	left: 6px;
	top: 10px
}

.form-check [type=checkbox]:disabled+label {
	cursor: not-allowed;
	opacity: 1
}

.form-check [type=checkbox]:disabled:not(:checked)+label::after {
	border-color: #e6e9f2;
	background-color: #fff
}

.form-check [type=checkbox]:disabled:checked+label::after {
	background-color: #e6e9f2;
	border-color: #e6e9f2
}

.form-check [type=radio]+label {
	transition: .2s ease-out
}

.form-check [type=radio]+label::after,
.form-check [type=radio]+label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	margin: 5px;
	width: 22px;
	height: 22px;
	z-index: 0;
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	transition: .2s ease-out
}

.form-check [type=radio]:not(:checked)+label::after,
.form-check [type=radio]:not(:checked)+label::before {
	border-color: #5d7083
}

.form-check [type=radio]:not(:checked)+label:after {
	z-index: -1;
	transform: scale(0)
}

.form-check [type=radio]:checked+label::after {
	border-color: #003399;
	background-color: #003399;
	z-index: 0;
	transform: scale(0.64)
}

.form-check [type=radio]:checked+label::before {
	border-color: #003399
}

.form-check [type=radio]:disabled+label {
	cursor: not-allowed
}

.form-check [type=radio]:disabled:not(:checked)+label::after,
.form-check [type=radio]:disabled:not(:checked)+label::before {
	border-color: #d8d9da
}

.form-check [type=radio]:disabled:checked+label::after {
	border-color: #d8d9da;
	background-color: #d8d9da
}

.form-check [type=radio]:disabled:checked+label::before {
	border-color: #d8d9da
}

.form-check input.semi-checked:not(:checked)+label::before {
	top: 13px;
	left: 4px;
	width: 12px;
	height: 2px;
	border-style: none;
	border-width: 0;
	border-color: rgba(0, 0, 0, 0);
	transform: none;
	backface-visibility: hidden;
	opacity: 1;
	background: #fff
}

.form-check input.semi-checked:not(:checked)+label::after {
	border-color: #d6242a;
	background-color: #d6242a;
	z-index: 0
}

.input-number {
	position: relative;
	width: 100%
}

.input-number.input-number-adaptive {
	width: auto;
	display: inline
}

.input-number.input-number-adaptive input[type=number] {
	width: auto;
	transition: all .3s
}

.input-number input[type=number] {
	appearance: textfield;
	padding-right: 32px;
	padding-left: 12px;
	min-width: 86px !important;
	width: 100%
}

.input-number input[type=number]::-webkit-inner-spin-button,
.input-number input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none
}

.input-number input[type=number]::-ms-clear {
	display: none
}

.input-number input[type=number]:focus {
	color: #1a1a1a
}

.input-number.input-number-currency:before,
.input-number.input-number-percentage:before {
	position: absolute;
	left: 14px;
	top: 0;
	font-weight: bold;
	font-size: 1rem
}

.input-number.input-number-currency input[type=number],
.input-number.input-number-percentage input[type=number] {
	padding-left: 40px
}

.input-number.input-number-currency:before {
	content: "€"
}

.input-number.input-number-percentage:before {
	content: "%"
}

.input-number.disabled input[type=number] {
	background-color: rgba(0, 0, 0, 0);
	color: #63707e;
	border-bottom-color: #d8d9da
}

.input-number.disabled input[type=number]:hover {
	cursor: not-allowed;
	color: #63707e
}

.input-number.disabled button {
	pointer-events: none
}

.input-number.disabled button:hover {
	cursor: not-allowed
}

.input-number.disabled button.input-number-add:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #d8d9da rgba(0, 0, 0, 0)
}

.input-number.disabled button.input-number-sub:after {
	border-color: #d8d9da rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.input-number button {
	position: absolute;
	right: 2px;
	transition: opacity .1s;
	padding: 0;
	border: none;
	height: 20px;
	width: 24px;
	background: rgba(0, 0, 0, 0)
}

.input-number button:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	content: "";
	width: 0;
	height: 0;
	border-style: solid
}

.input-number button:focus.input-number-add:after,
.input-number button:hover.input-number-add:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #17334f rgba(0, 0, 0, 0)
}

.input-number button:focus.input-number-sub:after,
.input-number button:hover.input-number-sub:after {
	border-color: #17334f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.input-number button:focus:not(.focus--mouse) {
	opacity: 1
}

.input-number button.input-number-add {
	top: -6px
}

.input-number button.input-number-add:after {
	border-width: 0 5px 6px 5px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #5b6f82 rgba(0, 0, 0, 0)
}

.input-number button.input-number-sub {
	bottom: -6px
}

.input-number button.input-number-sub:after {
	border-width: 6px 5px 0 5px;
	border-color: #5b6f82 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.input-number button:hover {
	cursor: pointer
}

@media(min-width: 1200px) {
	.input-number button {
		opacity: 0
	}

	.input-number:hover button {
		opacity: 1
	}
}

.upload {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1
}

.upload[type=file]+label {
	max-width: 80%;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 7px 24px;
	border-radius: 4px;
	color: #fff;
	background-color: #003399;
	transition: background-color .15s
}

.upload[type=file]+label:hover {
	background-color: #ac0409
}

.upload[type=file]+label svg {
	fill: #fff;
	margin-right: 10px
}

.upload:focus+label {
	background-color: #ac0409;
	outline: auto 5px -webkit-focus-ring-color
}

.upload-dragdrop {
	display: inline-flex;
	align-items: center
}

.upload-dragdrop.loading p:not(.upload-dragdrop-weight) {
	font-style: italic
}

@media(min-width: 576px) {
	.upload[type=file]+label {
		font-size: .889rem
	}
}

.toggles,
.toggles * {
	appearance: none;
	user-select: none
}

.toggles label {
	cursor: pointer;
	width: 100%;
	margin-bottom: 8px;
	height: 32px;
	line-height: 32px;
	font-weight: 600
}

.toggles label.active {
	transform: none;
	font-size: 1rem
}

.toggles label input[type=checkbox] {
	opacity: 0;
	width: 0;
	height: 0
}

@keyframes selectDropdownFadeIn {
	0% {
		opacity: 0;
		margin-top: 0
	}

	100% {
		opacity: 1;
		margin-top: 0
	}
}

@keyframes selectDropdownFadeInTop {
	0% {
		opacity: 0;
		margin-top: 0
	}

	100% {
		opacity: 1;
		margin-top: 0
	}
}

.select-wrapper {
	position: relative
}

.select-wrapper label {
	position: absolute;
	color: #1a1a1a;
	font-size: .7777777778rem;
	display: block;
	font-weight: 600;
	padding: 0 .5rem;
	line-height: calc(2.5rem - 1px);
	top: 0;
	transform: translateY(-75%)
}

.select-wrapper select {
	border: none;
	border-bottom: 1px solid #5b6f82;
	border-radius: 0;
	padding: .375rem .5rem;
	outline: 0;
	height: 2.5rem;
	width: 100%;
	box-shadow: none;
	transition: .2s ease-out;
	font-weight: 700;
	color: #1a1a1a;
	background-color: #fff
}

.select-wrapper select option {
	font-weight: normal
}

.select-wrapper select:disabled {
	background-color: #d8d9da;
	opacity: 1
}

.select-wrapper select:disabled:hover {
	cursor: not-allowed
}

@keyframes dropdownFadeIn {
	0% {
		opacity: 0;
		margin-top: 0
	}

	100% {
		opacity: 1;
		margin-top: 16px
	}
}

@keyframes dropdownFadeInTop {
	0% {
		opacity: 0;
		margin-top: 0
	}

	100% {
		opacity: 1;
		margin-top: -16px
	}
}

.dropdown.dropup .dropdown-toggle:after {
	display: none
}

.dropdown.dropend .dropdown-toggle:after {
	display: none
}

.dropdown.dropstart .dropdown-toggle:before {
	display: none
}

.btn-dropdown {
	color: #003399;
	padding: 0 4px;
	background-color: rgba(0, 0, 0, 0);
	font-size: 1rem;
	border-radius: 0;
	box-shadow: none
}

.btn-dropdown:hover {
	color: #003399;
}

.btn-dropdown:not(:disabled):not(.disabled):active {
	box-shadow: none
}

.btn-dropdown:after,
.dropdown-toggle:after {
	content: "";
	speak: none;
	border: none;
	display: inline;
	margin: 0;
	vertical-align: bottom;
	width: auto;
	height: auto
}

.btn-dropdown .icon.icon-xs,
.dropdown-toggle .icon.icon-xs {
	transition: transform .3s;
	width: 18px;
	height: 18px;
	transform: translateY(-1px)
}

.dropdown-menu {
	border-radius: 0 0 4px 4px;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, .1);
	z-index: 8
}

.dropdown-menu.full-width {
	width: 100%
}

.dropdown-menu.full-width .link-list li {
	display: inline-block;
	width: auto
}

.dropdown-menu.full-width .link-list li:hover,
.dropdown-menu.full-width .link-list li:focus {
	background: none;
	text-decoration: underline
}

.dropdown-menu .link-list-wrapper .link-list-heading {
	line-height: 2.3em;
	margin-bottom: 0
}

.dropdown-menu .link-list {
	margin-bottom: 0
}

.dropdown-menu:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 24px;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	background-color: #fff;
	transform: rotate(45deg)
}

.dropdown-menu[data-popper-placement=top-start] {
	border-radius: 4px 4px 0 0
}

.dropdown-menu[data-popper-placement=top-start]:before {
	bottom: -6px;
	top: auto
}

.dropdown-menu[data-popper-placement=bottom-end]:before {
	left: auto;
	right: 12px
}

.dropdown-menu.dark {
	background-color: #435a70
}

.dropdown-menu.dark .link-list-wrapper .link-list-heading {
	color: #fff
}

.dropdown-menu.dark .link-list-wrapper ul span.divider {
	background: #2e465e
}

.dropdown-menu.dark .link-list-wrapper ul li a span,
.dropdown-menu.dark .link-list-wrapper ul li a:hover span,
.dropdown-menu.dark .link-list-wrapper ul li h3,
.dropdown-menu.dark .link-list-wrapper ul li .h3,
.dropdown-menu.dark .link-list-wrapper ul li i {
	color: #fff
}

.dropdown-menu.dark .link-list-wrapper ul li a:not(.active):not(.disabled):hover i {
	color: #4fe0dc
}

.dropdown-menu.dark .link-list-wrapper ul li a.disabled span {
	color: #adb2b8
}

.dropdown-menu.dark .link-list-wrapper ul li a.active span {
	color: #00fff7
}

.dropdown-menu.dark:before {
	background-color: #435a70
}

.dropdown-menu.show[data-popper-placement=bottom-start] {
	animation: dropdownFadeIn forwards .3s
}

.dropdown-menu.show[data-popper-placement=top-start] {
	animation: dropdownFadeInTop forwards .3s
}

.dropdown-menu.show[data-popper-placement=left-start] {
	animation: dropdownFadeInTop forwards .3s
}

.dropdown-menu.show[data-popper-placement=left-start]:before {
	top: 20px;
	right: -6px;
	left: auto
}

.dropdown-menu.show[data-popper-placement=right-start] {
	animation: dropdownFadeInTop forwards .3s
}

.dropdown-menu.show[data-popper-placement=right-start]:before {
	top: 20px;
	left: -6px
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active,
.dropdown-item.active {
	background-color: rgba(0, 0, 0, 0)
}

nav.pagination-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

nav.pagination-wrapper a {
	text-decoration: none
}

nav.pagination-wrapper .form-group {
	margin-left: 2.5rem;
	width: 4.5rem;
	margin-top: 0
}

nav.pagination-wrapper .form-group label {
	font-size: .8888888889rem;
	color: #5d7083
}

nav.pagination-wrapper .form-group.active label {
	font-size: .8rem
}

nav.pagination-wrapper .btn.dropdown-toggle {
	font-size: .8888888889rem;
	color: #5d7083;
	font-weight: 700;
	padding: 12px;
	border-bottom: 1px solid #5d7083;
	height: 2.5rem;
	border: none;
	width: 100%
}

nav.pagination-wrapper .btn.dropdown-toggle:after {
	color: #003399;
	margin-left: .5rem
}

.pagination {
	flex-wrap: wrap
}

.pagination .page-item {
	margin-right: 5px
}

.pagination .page-item.disabled a.page-link {
	color: #63707e
}

.pagination .page-item.disabled a.page-link .icon {
	fill: #63707e !important
}

.pagination .page-item span.page-link {
	pointer-events: none
}

.pagination .page-item .page-link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.5rem;
	min-width: 2.5rem;
	border-radius: 4px;
	border: none;
	font-size: .8888888889rem;
	font-weight: 700;
	color: #5d7083;
	background-color: rgba(0, 0, 0, 0)
}

.pagination .page-item .page-link[aria-current] {
	border: 1px solid #003399;
	color: #003399;
	pointer-events: none
}

.pagination .page-item .page-link.text {
	color: #003399
}

.pagination .page-item .page-link span.d-inline-block {
	margin-right: .5rem
}

.pagination .page-item .page-link:hover {
	color: #003399;
	background-color: rgba(0, 0, 0, 0)
}

.pagination .page-item .page-link:hover .icon {
	fill: #003399
}

@media(min-width: 576px) {
	.pagination .page-item .page-link {
		height: 2.6666666667rem;
		min-width: 2.6666666667rem
	}

	nav.pagination-wrapper .btn.dropdown-toggle {
		height: 2.6666666667rem
	}
}

@media(min-width: 768px) {
	nav.pagination-wrapper {
		justify-content: flex-start
	}

	nav.pagination-wrapper .dropdown {
		margin-left: 2.6666666667rem
	}
}

.it-hero-wrapper {
	min-height: 380px;
	position: relative;
	background-color: #003399;
	display: flex;
	align-items: flex-end
}

.it-hero-wrapper .img-responsive-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0
}

.it-hero-wrapper .img-responsive-wrapper .img-responsive {
	padding-bottom: inherit;
	height: 100%;
	position: initial
}

.it-hero-wrapper.it-hero-small-size {
	min-height: 230px
}

.it-hero-wrapper .it-hero-text-wrapper {
	padding: 48px 34px;
	background: rgba(0, 0, 0, 0) !important;
	position: relative
}

.it-hero-wrapper .it-hero-text-wrapper :last-child {
	margin-bottom: 0
}

.it-hero-wrapper .it-hero-text-wrapper span,
.it-hero-wrapper .it-hero-text-wrapper h1,
.it-hero-wrapper .it-hero-text-wrapper .h1,
.it-hero-wrapper .it-hero-text-wrapper h2,
.it-hero-wrapper .it-hero-text-wrapper .h2,
.it-hero-wrapper .it-hero-text-wrapper h3,
.it-hero-wrapper .it-hero-text-wrapper .h3,
.it-hero-wrapper .it-hero-text-wrapper h4,
.it-hero-wrapper .it-hero-text-wrapper .h4,
.it-hero-wrapper .it-hero-text-wrapper h5,
.it-hero-wrapper .it-hero-text-wrapper .h5,
.it-hero-wrapper .it-hero-text-wrapper h6,
.it-hero-wrapper .it-hero-text-wrapper .h6,
.it-hero-wrapper .it-hero-text-wrapper p {
	color: #fff;
	margin-bottom: 24px
}

.it-hero-wrapper .it-hero-text-wrapper h1,
.it-hero-wrapper .it-hero-text-wrapper .h1 {
	font-size: 2rem;
	letter-spacing: unset
}

.it-hero-wrapper .it-hero-text-wrapper p {
	font-size: 1rem;
	font-family: "Lora", Georgia, serif
}

.it-hero-wrapper.it-wrapped-container {
	min-height: 0 !important;
	align-items: flex-end
}

.it-hero-wrapper .it-hero-card {
	background-color: #fff
}

.it-hero-wrapper .it-hero-card.it-hero-bottom-overlapping {
	position: relative;
	margin-top: 80px;
	margin-bottom: -80px
}

@media(max-width: 575px) {
	.it-hero-wrapper.it-wrapped-container {
		display: flex;
		flex-direction: column
	}

	.it-hero-wrapper.it-wrapped-container .container {
		background-color: #fff
	}

	.it-hero-wrapper.it-wrapped-container .img-responsive-wrapper {
		position: relative
	}

	.it-hero-wrapper.it-wrapped-container .img-responsive-wrapper .img-wrapper {
		position: relative
	}

	.it-hero-wrapper.it-wrapped-container .img-responsive-wrapper:after {
		content: none
	}

	.it-hero-wrapper.it-wrapped-container .it-hero-card {
		background-color: #fff;
		border-radius: 0 !important;
		box-shadow: none !important
	}

	.it-hero-wrapper .it-hero-card.it-hero-bottom-overlapping {
		margin: 0
	}
}

@media(min-width: 576px) {
	.it-hero-wrapper.it-wrapped-container {
		min-height: 0 !important;
		align-items: flex-end
	}

	.it-hero-wrapper .it-hero-card {
		background-color: #fff
	}

	.it-hero-wrapper .it-hero-card.it-hero-bottom-overlapping {
		margin-top: 80px;
		margin-bottom: -80px
	}
}

@media(min-width: 768px) {
	.it-hero-wrapper.it-hero-small-size {
		min-height: 300px
	}

	.it-hero-wrapper .it-hero-text-wrapper {
		padding: 48px 40% 48px 34px
	}
}

@media(min-width: 992px) {
	.it-hero-wrapper {
		position: relative;
		min-height: 620px;
		align-items: center
	}

	.it-hero-wrapper.it-hero-small-size {
		min-height: 400px
	}

	.it-hero-wrapper .it-hero-text-wrapper {
		padding: 120px 40% 168px 26px
	}

	.it-hero-wrapper .it-hero-text-wrapper h1,
	.it-hero-wrapper .it-hero-text-wrapper .h1 {
		font-size: 2.6666666667rem
	}

	.it-hero-wrapper .it-hero-text-wrapper p {
		margin-bottom: 0
	}
}

.autocomplete {
	padding: .375rem 48px .375rem 24px
}

.autocomplete::placeholder {
	color: #5d7083
}

.autocomplete:disabled {
	background-color: #cacacc
}

.autocomplete:disabled::placeholder {
	color: #5d7083
}

.autocomplete-icon {
	position: absolute;
	right: 0;
	top: .5rem;
	padding: 0 8px;
	background-color: #fff
}

.autocomplete-icon .icon {
	fill: #5d7083
}

.autocomplete-list {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #fff;
	padding: 8px 0;
	box-shadow: 0 20px 30px 5px rgba(0, 0, 0, .05);
	border-top: 1px solid #5d7083;
	transition: opacity .3s;
	display: none
}

.autocomplete-list.autocomplete-list-show {
	display: block;
	z-index: 10
}

.autocomplete-list li {
	list-style-type: none;
	padding: 0
}

.autocomplete-list a {
	padding: 12px 24px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	color: #455b71;
	line-height: 1.2;
	font-size: 1rem;
	text-decoration: none
}

.autocomplete-list a:hover {
	color: #003399;
	text-decoration: none
}

.autocomplete-list a:hover .icon {
	fill: #003399
}

.autocomplete-list a:hover .autocomplete-list-text span {
	text-decoration: underline
}

.autocomplete-list a:hover .autocomplete-list-text em {
	color: #003399
}

.autocomplete-list a:hover mark,
.autocomplete-list a:hover .mark {
	color: #003399
}

.autocomplete-list a .icon,
.autocomplete-list a .avatar {
	margin-right: 16px;
	flex-shrink: 0
}

.autocomplete-list a .icon {
	fill: #455b71
}

.autocomplete-list a .autocomplete-list-text {
	margin-top: 2px
}

.autocomplete-list a .autocomplete-list-text em {
	font-style: normal;
	text-transform: uppercase;
	font-size: .75rem;
	color: #30475f;
	font-weight: 600;
	letter-spacing: .1em;
	display: block;
	margin-top: 4px
}

.autocomplete-list mark,
.autocomplete-list .mark {
	padding: 0;
	background: rgba(0, 0, 0, 0);
	font-weight: bold
}

@media(min-width: 576px) {
	.autocomplete-list a {
		font-size: .889rem;
		align-items: flex-start
	}

	.autocomplete-list a .autocomplete-list-text span {
		margin-right: 8px
	}

	.autocomplete-list a .autocomplete-list-text em {
		display: inline-block;
		font-size: .667rem;
		margin-top: 0
	}
}

.link-list-wrapper .link-list-heading {
	font-size: 1em;
	color: #1a1a1a;
	padding: 0 24px;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 1.25
}

.link-list-wrapper .link-list-heading a {
	padding: 0;
	font-size: .889em;
	line-height: 2.3em;
	display: block;
	position: relative;
	text-decoration: none
}

.link-list-wrapper h3,
.link-list-wrapper .h3 {
	font-size: 1em;
	color: #1a1a1a;
	padding: 0 24px;
	font-weight: 600
}

.link-list-wrapper h3 a,
.link-list-wrapper .h3 a {
	line-height: inherit;
	font-size: 1em;
	padding: 0
}

.link-list-wrapper ul {
	padding: 0;
	list-style-type: none
}

.link-list-wrapper ul li a {
	font-size: .889em;
	line-height: 2.3em;
	display: block;
	padding: 0 24px;
	text-decoration: none;
	position: relative
}

.link-list-wrapper ul li a.icon-left {
	padding-left: 0;
	padding-right: 0;
	padding-top: .25em;
	padding-bottom: .25em
}

.link-list-wrapper ul li a.icon-left+ul {
	padding-left: 0
}

.link-list-wrapper ul li a[data-bs-toggle] .icon {
	transition: transform .3s
}

.link-list-wrapper ul li a[aria-expanded=true] .icon {
	transform: scale(-1)
}

.link-list-wrapper ul li a:hover:not(.disabled) {
	text-decoration: none
}

.link-list-wrapper ul li a:hover:not(.disabled) span {
	color: #003399;
	text-decoration: underline
}

.link-list-wrapper ul li a:hover:not(.disabled) p {
	color: #30475f;
	text-decoration: none
}

.link-list-wrapper ul li a:hover:not(.disabled) .icon {
	fill: #003399
}

.link-list-wrapper ul li a.disabled:hover {
	text-decoration: none
}

.link-list-wrapper ul li a.medium {
	font-weight: 600
}

.link-list-wrapper ul li a span {
	color: #003399;
	display: inline-block;
	margin-right: 24px;
	line-height: normal
}

.link-list-wrapper ul li a .icon {
	display: inline-block;
	flex-shrink: 0
}

.link-list-wrapper ul li a .list-item-title-icon-wrapper {
	display: flex;
	align-items: center
}

.link-list-wrapper ul li a .list-item-title-icon-wrapper .list-item-title {
	margin-right: 24px
}

.link-list-wrapper ul li a.active span {
	color: #004730;
	text-decoration: underline
}

.link-list-wrapper ul li a.active .icon {
	color: #004730
}

.link-list-wrapper ul li a.disabled {
	cursor: not-allowed
}

.link-list-wrapper ul li a.disabled span {
	color: #63707e
}

.link-list-wrapper ul li a.disabled svg {
	fill: #d8d9da
}

.link-list-wrapper ul li a.disabled svg.secondary {
	fill: #d8d9da
}

.link-list-wrapper ul li a.large {
	font-size: 1em
}

.link-list-wrapper ul li a p {
	font-size: .778em;
	line-height: initial;
	color: #30475f
}

.link-list-wrapper ul li a.avatar {
	display: flex;
	margin-bottom: 8px
}

.link-list-wrapper ul li a.avatar .avatar {
	display: block;
	border-radius: 50px;
	margin-right: 8px
}

.link-list-wrapper ul li a.list-item.icon-left .icon {
	margin-right: 8px
}

.link-list-wrapper ul li a.list-item.icon-left p,
.link-list-wrapper ul li a.list-item.left-icon p {
	width: 100%
}

.link-list-wrapper ul li a.list-item.icon-left .icon,
.link-list-wrapper ul li a.list-item.left-icon .icon {
	left: 0;
	margin-left: 0;
	flex-shrink: 0
}

.link-list-wrapper ul .divider {
	display: block;
	height: 1px;
	background: #c5c7c9;
	margin: 8px 0
}

.link-list-wrapper ul .toggles label {
	padding: 0 24px;
	font-size: .889em;
	line-height: 2.3em;
	justify-content: space-between;
	height: auto;
	font-weight: inherit;
	margin: 0
}

.link-list-wrapper.multiline .list-item-title-icon-wrapper {
	justify-content: space-between;
	margin-bottom: 4px;
	padding: 0
}

@media(min-width: 576px) {
	.link-list-wrapper ul li a.large {
		font-size: 1em;
		line-height: 2.7em
	}
}

@media(min-width: 768px) {
	.link-list-wrapper ul li a.large {
		line-height: 2.7em
	}

	.link-list-wrapper ul li a.large.icon-left {
		padding-top: .45em;
		padding-bottom: .45em
	}
}

@media(min-width: 992px) {
	.link-list-wrapper.menu-link-list {
		position: relative
	}

	.link-list-wrapper.menu-link-list h3,
	.link-list-wrapper.menu-link-list .h3,
	.link-list-wrapper.menu-link-list h4,
	.link-list-wrapper.menu-link-list .h4 {
		position: relative;
		padding: 1rem;
		margin-top: 0;
		border-bottom: 4px solid #c5c7c9
	}

	.link-list-wrapper.menu-link-list h3:after,
	.link-list-wrapper.menu-link-list .h3:after,
	.link-list-wrapper.menu-link-list h4:after,
	.link-list-wrapper.menu-link-list .h4:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -4px;
		width: 40px;
		height: 4px;
		background-color: #995c00
	}
}

@keyframes megamenuFadeIn {
	0% {
		opacity: 0;
		margin-top: 16px
	}

	100% {
		opacity: 1;
		margin-top: 16px
	}
}

.row.row-column-border>[class^=col-] .navbar {
	padding: 8px 0
}

.navbar {
	background: hsl(220, 100%, 30%);;
}

.navbar .overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	display: none
}

.navbar .navbar-collapsable {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 100;
	display: none;
	width: 100%
}

.navbar .navbar-collapsable .menu-wrapper {
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 48px;
	left: 0;
	pointer-events: all;
	overflow-y: auto;
	transform: translateX(-100%);
	transition: all .2s cubic-bezier(0.29, 0.85, 0.5, 0.99);
	z-index: 5
}

.navbar .navbar-collapsable .menu-wrapper .navbar-nav {
	padding: 24px 0 0;
	overflow: hidden
}

.navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu {
	padding-bottom: 0
}

.navbar .navbar-collapsable .navbar-nav {
	padding: 24px 0
}

.navbar .navbar-collapsable .navbar-nav li a.nav-link {
	color: #003399;
	font-weight: 600;
	padding: 13px 24px;
	position: relative
}

.navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg {
	fill: #003399;
	transition: all .3s
}

.navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle[aria-expanded=true] .icon {
	transform: scaleY(-1)
}

.navbar .navbar-collapsable .navbar-nav li a.nav-link.active {
	border-left: 3px solid #003399
}

.navbar .navbar-collapsable .navbar-nav li a.nav-link.disabled span,
.navbar .navbar-collapsable .navbar-nav li a.nav-link.disabled .icon {
	opacity: .6
}

.navbar .navbar-collapsable .navbar-nav li a.nav-link:hover:not(.active) {
	text-decoration: underline
}

.navbar .navbar-collapsable.expanded .menu-wrapper {
	transform: translateX(0);
	transition: all .3s cubic-bezier(0.29, 0.85, 0.5, 0.99)
}

.navbar .navbar-collapsable.expanded .close-div {
	opacity: 1
}

.navbar .close-div {
	opacity: 0;
	position: fixed;
	left: auto;
	right: 2px;
	top: 24px;
	background: rgba(0, 0, 0, 0);
	z-index: 10;
	pointer-events: none;
	transition: all .3s cubic-bezier(0.1, 0.57, 0.4, 0.97)
}

.navbar .close-div .close-menu {
	background: rgba(0, 0, 0, 0);
	pointer-events: all;
	color: #003399;
	font-size: .75em;
	padding: 0;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center
}

.navbar .close-div .close-menu .icon {
	fill: #fff
}

.navbar .dropdown-menu {
	background: rgba(0, 0, 0, 0);
	box-shadow: none;
	padding-top: 0
}

.navbar .dropdown-menu:before {
	display: none
}

.navbar .dropdown-menu .link-list-wrapper {
	padding-left: 24px;
	padding-right: 24px;
	margin-bottom: 24px
}

.navbar .dropdown-menu .link-list-wrapper h3,
.navbar .dropdown-menu .link-list-wrapper .h3,
.navbar .dropdown-menu .link-list-wrapper .link-list-heading {
	text-transform: uppercase;
	font-size: .833em;
	font-weight: 600;
	letter-spacing: 1px
}

.navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active {
	color: #8c1f23;
	text-decoration: underline
}

.navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active span {
	color: #8c1f23
}

.navbar .dropdown-menu .link-list-wrapper ul li a span {
	color: #003399
}

.navbar .dropdown-menu .link-list-wrapper ul li a i {
	color: #003399
}

.navbar .dropdown-menu .link-list-wrapper ul li .divider {
	width: 65px;
	background: #e6ecf2;
	margin-left: 24px
}

.custom-navbar-toggler {
	background: none;
	border: none;
	cursor: pointer
}

.custom-navbar-toggler span {
	color: #fff;
	font-size: 1.625em
}

.custom-navbar-toggler svg {
	fill: #fff;
	width: 24px;
	height: 24px;
	display: block
}

@media(min-width: 992px) {
	.row.row-column-border>[class^=col-] .navbar {
		padding: 0
	}

	.navbar {
		background: hsl(220, 100%, 30%);;
		padding: 0
	}

	.navbar .navbar-collapsable {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		z-index: auto;
		background: none;
		display: block !important;
		transition: none
	}

	.navbar .navbar-collapsable .overlay {
		display: none !important
	}

	.navbar .navbar-collapsable .menu-wrapper {
		position: inherit;
		top: auto;
		bottom: auto;
		right: auto;
		left: auto;
		overflow-y: visible;
		transform: none;
		transition: none;
		background: #003399
	}

	.navbar .navbar-collapsable .menu-wrapper .navbar-nav {
		margin-top: 0;
		padding: 0 24px;
		overflow: inherit
	}

	.navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu {
		padding-bottom: .5rem
	}

	.navbar .navbar-collapsable .navbar-nav {
		margin-top: 0;
		padding: 0 24px
	}
}

@media(min-width: 992px)and (min-width: 992px) {
	.navbar .navbar-collapsable .navbar-nav li.nav-item {
		display: flex
	}

	.navbar .navbar-collapsable .navbar-nav li.nav-item .nav-link {
		display: flex;
		align-self: flex-end;
		align-items: center
	}
}

@media(min-width: 992px) {
	.navbar .navbar-collapsable .navbar-nav li a.nav-link {
		font-weight: 400;
		padding: 13px 24px;
		color: #fff;
		border-bottom: 3px solid rgba(0, 0, 0, 0)
	}

	.navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg {
		fill: #fff;
		margin-top: 3px
	}

	.navbar .navbar-collapsable .navbar-nav li a.nav-link.focus--mouse {
		border-color: rgba(0, 0, 0, 0) !important
	}

	.navbar .navbar-collapsable .navbar-nav li a.nav-link.active {
		border-left: 0;
		border-color: #fff;
		background: rgba(0, 0, 0, 0)
	}

	.navbar .navbar-collapsable .navbar-nav li a.nav-link.disabled span,
	.navbar .navbar-collapsable .navbar-nav li a.nav-link.disabled .icon {
		opacity: .7
	}
}

@media(min-width: 992px) {
	.navbar .close-div {
		display: none
	}
}

@media(min-width: 992px) {
	.navbar .dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		float: left;
		min-width: 10rem;
		padding: .5rem 0 0;
		margin: .125rem 0 0;
		font-size: 1rem;
		color: #1a1a1a;
		text-align: left;
		list-style: none;
		background-color: #fff;
		background-clip: padding-box;
		border: 0 solid rgba(0, 0, 0, 0);
		border-radius: 4px;
		box-shadow: 0 20px 30px 5px rgba(0, 0, 0, .05);
		border-top-left-radius: 0;
		border-top-right-radius: 0
	}

	.navbar .dropdown-menu.show {
		animation: dropdownFadeIn forwards .3s;
		top: calc(100% - 16px)
	}

	.navbar .dropdown-menu:before {
		display: block
	}

	.navbar .dropdown-menu .link-list-wrapper {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0
	}

	.navbar .dropdown-menu .link-list-wrapper h3,
	.navbar .dropdown-menu .link-list-wrapper .h3,
	.navbar .dropdown-menu .link-list-wrapper .link-list-heading {
		color: #17324d
	}

	.navbar .dropdown-menu .link-list-wrapper a h3,
	.navbar .dropdown-menu .link-list-wrapper a .h3,
	.navbar .dropdown-menu .link-list-wrapper a .link-list-heading {
		color: #003399
	}

	.navbar .dropdown-menu .link-list-wrapper ul li a span,
	.navbar .dropdown-menu .link-list-wrapper ul li a i {
		color: #003399
	}
}

@media(min-width: 992px) {
	.navbar .dropdown-toggle {
		display: block;
		justify-content: inherit
	}
}

@media(min-width: 992px) {
	.custom-navbar-toggler {
		display: none
	}
}

@media(min-width: 992px) {
	.has-megamenu .navbar-collapsable {
		width: 100%
	}
}

@media(min-width: 992px) {
	.navbar .dropdown-menu {
		box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, .1)
	}
}

.navbar.it-navscroll-wrapper {
	background: #fff
}

.navbar.it-navscroll-wrapper .it-back-button {
	padding: 16px 24px;
	font-weight: 600;
	box-shadow: 0 0px 30px 5px rgba(0, 0, 0, .05);
	text-decoration: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s 0s, visibility 0s .3s
}

.navbar.it-navscroll-wrapper .it-back-button i {
	transform: scale(0.8);
	transform-origin: center;
	display: inline-block;
	margin-right: 8px
}

.navbar.it-navscroll-wrapper .it-back-button.show {
	transition: opacity .3s 0s, visibility 0s 0s;
	visibility: visible;
	opacity: 1
}

.navbar.it-navscroll-wrapper .link-list-wrapper ul li a {
	font-size: 1em;
	font-weight: 600;
	line-height: 1em;
	padding-top: .55em;
	padding-bottom: .55em
}

.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active {
	border-left: 2px solid #003399
}

.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active span {
	color: #003399;
	text-decoration: none
}

.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li {
	padding-top: 0;
	padding-bottom: 0
}

.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a {
	font-weight: 400
}

.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active {
	font-weight: normal;
	border-left: none
}

.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active span {
	text-decoration: underline;
	color: #004730
}

.navbar.it-navscroll-wrapper h3,
.navbar.it-navscroll-wrapper .h3 {
	font-weight: 600;
	margin-bottom: .8rem;
	font-size: .833em;
	margin-top: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 24px;
	padding-right: 24px
}

.navbar.it-navscroll-wrapper .custom-navbar-toggler {
	display: flex;
	color: #003399;
	align-items: center;
	font-weight: 600;
	cursor: pointer
}

.navbar.it-navscroll-wrapper .custom-navbar-toggler span.it-list {
	color: #003399;
	margin-right: 8px
}

.navbar.it-navscroll-wrapper .menu-wrapper {
	padding: 80px 0 24px;
	right: 0
}

.navbar.it-top-navscroll {
	box-shadow: 0 0px 30px 5px rgba(0, 0, 0, .05);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	z-index: 8
}

@media(min-width: 992px) {
	.navbar.it-navscroll-wrapper {
		background: #fff
	}

	.navbar.it-navscroll-wrapper .it-back-button {
		display: none !important
	}

	.navbar.it-navscroll-wrapper .link-list-wrapper ul li a {
		font-size: 1em;
		font-weight: 600;
		line-height: 1em;
		padding-top: .55em;
		padding-bottom: .55em
	}

	.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active {
		border-left: 2px solid #003399
	}

	.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active span {
		color: #003399;
		text-decoration: none
	}

	.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li {
		padding-top: 0;
		padding-bottom: 0
	}

	.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a {
		font-weight: 400
	}

	.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active {
		font-weight: normal;
		border-left: none
	}

	.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active span {
		text-decoration: underline;
		color: #004730
	}

	.navbar.it-navscroll-wrapper h3,
	.navbar.it-navscroll-wrapper .h3 {
		font-weight: 600;
		margin-bottom: .8rem;
		font-size: .833em;
		margin-top: 5px;
		letter-spacing: 1px;
		text-transform: uppercase;
		padding-left: 24px;
		padding-right: 24px
	}

	.navbar.it-navscroll-wrapper .custom-navbar-toggler {
		display: none
	}

	.navbar.it-navscroll-wrapper .menu-wrapper {
		padding: 16px 0 24px;
		background: #fff
	}

	.navbar.it-top-navscroll {
		box-shadow: none;
		position: inherit
	}
}

.callout {
	position: relative;
	max-width: 60ch;
	overflow: hidden
}

.callout.success {
	border-color: #008055
}

.callout.success .callout-title {
	color: #008055
}

.callout.success .callout-title .icon {
	fill: #008055
}

.callout.success .callout-title span {
	border-color: #008055
}

.callout.success .callout-title .text:after {
	border-color: #008055
}

.callout.success .callout-title:before {
	border-color: #008055
}

.callout.warning {
	border-color: #995c00
}

.callout.warning .callout-title {
	color: #995c00
}

.callout.warning .callout-title .icon {
	fill: #995c00
}

.callout.warning .callout-title span {
	border-color: #995c00
}

.callout.danger {
	border-color: hsl(220, 100%, 30%);
}

.callout.danger .callout-title {
	color: hsl(220, 100%, 30%);
}

.callout.danger .callout-title .icon {
	fill: hsl(220, 100%, 30%);
}

.callout.danger .callout-title span {
	border-color: hsl(220, 100%, 30%);
}

.callout.important {
	border-color: #008055
}

.callout.important .callout-title {
	color: #008055
}

.callout.important .callout-title .icon {
	fill: #008055
}

.callout.important .callout-title span {
	border-color: #008055
}

.callout.note {
	border-color: #003399
}

.callout.note .callout-title {
	color: #003399
}

.callout.note .callout-title .icon {
	fill: #003399
}

.callout.note .callout-title span {
	border-color: #003399
}

.callout.note a {
	color: #003399
}

.callout.note .icon {
	fill: #003399
}

.callout .callout-title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1rem;
	margin-right: 2.222rem;
	letter-spacing: .06rem;
	color: #30475f
}

.callout .callout-title .icon {
	fill: #30475f;
	margin-right: .444rem
}

.callout:not(.callout-highlight):not(.callout-more) .callout-title {
	position: relative;
	font-size: 1rem;
	padding: 0 1.389rem;
	top: -2em
}

.callout:not(.callout-highlight):not(.callout-more) .callout-title .text:after {
	content: "";
	top: .78em;
	border-top: 2px solid;
	position: absolute;
	width: 200%;
	margin-left: calc(10px + .7rem)
}

.callout:not(.callout-highlight):not(.callout-more) .callout-title:before {
	content: "";
	top: .78em;
	border-top: 2px solid;
	position: absolute;
	width: 3.222rem;
	left: calc(-40px - .7rem)
}

.callout p {
	font-family: "Lora", Georgia, serif;
	font-size: .889rem;
	color: #30475f
}

_:-ms-fullscreen,
.callout {
	max-width: 32rem
}

.toolbar {
	width: 100%;
	height: 96px;
	position: relative
}

.toolbar a {
	text-decoration: none
}

.toolbar:before {
	content: "";
	position: absolute;
	height: 360px;
	width: 100%;
	top: auto;
	bottom: 32px;
	z-index: 6;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 60%);
	border-radius: 50%;
	transform: translateY(50%) scalex(1.4) scaleY(0.12);
	opacity: .18
}

.toolbar>ul {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 7;
	background-color: #fff;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0;
	margin: 0;
	height: 64px
}

.toolbar>ul>li {
	list-style-type: none;
	margin: 0 8px;
	text-align: center;
	flex: 1 100%
}

.toolbar a,
.toolbar .btn-dropdown {
	display: block;
	color: #30475f
}

.toolbar a .icon,
.toolbar .btn-dropdown .icon {
	fill: #5d7083
}

.toolbar a.active,
.toolbar .btn-dropdown.active {
	color: #003399
}

.toolbar a.active .icon,
.toolbar .btn-dropdown.active .icon {
	fill: #003399
}

.toolbar a.disabled,
.toolbar .btn-dropdown.disabled {
	cursor: not-allowed;
	color: #d8d9da
}

.toolbar a.disabled .icon,
.toolbar .btn-dropdown.disabled .icon {
	fill: #d8d9da
}

.toolbar a.disabled:hover,
.toolbar .btn-dropdown.disabled:hover {
	text-decoration: none;
	color: #d8d9da
}

.toolbar a.disabled:hover .icon,
.toolbar .btn-dropdown.disabled:hover .icon {
	fill: #d8d9da
}

.toolbar a.disabled:after,
.toolbar .btn-dropdown.disabled:after {
	color: #d8d9da
}

.toolbar a.disabled:after .icon,
.toolbar .btn-dropdown.disabled:after .icon {
	fill: #d8d9da
}

.toolbar a:not(.disabled):hover,
.toolbar .btn-dropdown:not(.disabled):hover {
	text-decoration: underline;
	color: #006141
}

.toolbar a:not(.disabled):hover .icon,
.toolbar .btn-dropdown:not(.disabled):hover .icon {
	fill: #006141
}

.toolbar a _:-ms-fullscreen,
.toolbar a:not(.disabled):hover,
.toolbar .btn-dropdown _:-ms-fullscreen,
.toolbar .btn-dropdown:not(.disabled):hover {
	text-decoration: none
}

.toolbar .btn-dropdown {
	padding: 0;
	width: 100%;
	position: relative
}

.toolbar .btn-dropdown:not(.disabled).active {
	box-shadow: none
}

.toolbar .btn-dropdown:not(.disabled).active:focus {
	box-shadow: 0 0 0 .25rem rgba(191, 4, 10, .25)
}

.toolbar .btn-dropdown:focus {
	box-shadow: 0 0 0 .25rem rgba(191, 4, 10, .25)
}

.toolbar .btn-dropdown:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	border-color: #5d7083 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	position: absolute;
	top: 16px;
	right: 2px;
	margin-left: 0
}

.section {
	padding: 48px 24px
}

.section .section-content {
	margin: 0 auto;
	position: relative
}

.section.section-muted {
	background: #f5f5f5
}

.section.section-inset-shadow {
	box-shadow: inset 0 1rem 1rem -1rem rgba(0, 0, 0, .3)
}

@media(min-width: 768px) {
	.section {
		padding: 80px 40px
	}
}

@media(min-width: 992px) {
	.section {
		padding: 96px
	}
}

@media(min-width: 1200px) {
	.section {
		padding: 96px
	}
}

.modal {
	padding-right: 0 !important
}

.modal .modal-dialog {
	margin: 48px
}

.modal .modal-dialog .modal-content {
	border: none;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1)
}

.modal .modal-dialog .modal-content .modal-header {
	padding: 24px;
	padding-bottom: 0
}

.modal .modal-dialog .modal-content .modal-header .close {
	padding: 16px
}

.modal .modal-dialog .modal-content .modal-header h5,
.modal .modal-dialog .modal-content .modal-header .h5 {
	font-size: .8333333333rem;
	font-weight: 600;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #1a1a1a
}

.modal .modal-dialog .modal-content .modal-body {
	padding: 24px;
	padding-bottom: 0
}

.modal .modal-dialog .modal-content .modal-body p {
	font-size: .8888888889rem;
	margin-bottom: 0;
	line-height: 1.3333333333rem
}

.modal .modal-dialog .modal-content .modal-footer {
	padding: 12px 24px
}

.modal.it-dialog-scrollable .modal-dialog {
	margin: 104px 48px
}

.modal.it-dialog-scrollable .modal-dialog .modal-content {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 208px)
}

.modal.it-dialog-scrollable .modal-dialog .modal-content .modal-header {
	padding-bottom: 24px;
	background: #fff;
	flex-shrink: 0
}

.modal.it-dialog-scrollable .modal-dialog .modal-content .modal-body {
	padding-top: 0;
	padding-bottom: 24px;
	overflow-y: auto
}

.modal.it-dialog-scrollable .modal-dialog .modal-content .modal-footer {
	flex-shrink: 0;
	background: #fff
}

.modal.it-dialog-scrollable .modal-dialog.modal-dialog-right {
	height: 100vh;
	margin: 0 0 0 24px;
	float: right
}

.modal.it-dialog-scrollable .modal-dialog.modal-dialog-right .modal-content {
	height: 100vh
}

.modal.fade .modal-dialog.modal-dialog-right {
	transform: translateX(100%);
	transition: transform .3s ease-in-out
}

.modal.fade.show .modal-dialog.modal-dialog-right {
	transform: translateX(0)
}

@media(min-width: 768px) {
	.modal .modal-dialog {
		margin-left: auto;
		margin-right: auto
	}

	.modal .modal-dialog.modal-dialog-right {
		margin: 0;
		float: right
	}

	.modal .modal-dialog.modal-dialog-right .modal-content {
		height: 100vh
	}

	.modal.it-dialog-scrollable .modal-dialog {
		margin: 64px auto
	}

	.modal.it-dialog-scrollable .modal-dialog .modal-content {
		height: calc(100vh - 128px)
	}
}

.notification {
	width: 100%;
	padding: 1.5rem;
	padding-right: 4rem;
	box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, .15);
	background: #fff;
	position: fixed;
	bottom: 0;
	right: 0;
	display: none;
	border-top: 4px solid #5d7083
}

.notification h5,
.notification .h5 {
	font-size: .938rem;
	text-transform: uppercase;
	color: #1a1a1a;
	letter-spacing: 0;
	margin: 0;
	position: relative;
	line-height: 1em;
	font-weight: 700
}

.notification p {
	font-size: .875rem;
	margin: 1.5rem 0 0 0;
	color: #30475f
}

@media(min-width: 576px) {
	.notification {
		padding: 1.333rem;
		padding-right: 3.556rem
	}

	.notification h5,
	.notification .h5 {
		font-size: .833rem
	}

	.notification p {
		font-size: .778rem;
		margin: 1.333rem 0 0 0
	}
}

@media(min-width: 768px) {
	.notification {
		width: 376px;
		bottom: 16px;
		right: 16px;
		border-radius: 4px;
		border-top: none;
		box-shadow: 0 0 1rem rgba(0, 0, 0, .15)
	}
}

.avatar {
	display: inline-flex;
	overflow: hidden;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	background: #d8d9da;
	color: #30475f;
	box-sizing: content-box;
	transition: background-color .2s
}

.avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: filter .2s;
	border-radius: 50%
}

.avatar p {
	font-size: 16px;
	margin: 0;
	text-align: center;
	line-height: 1em;
	position: absolute
}

.avatar .icon {
	height: 16px;
	width: 16px
}

.avatar.size-lg {
	width: 40px;
	height: 40px
}

.avatar.size-lg p {
	font-size: 18px
}

.avatar.size-lg .icon {
	height: 20px;
	width: 20px
}

.avatar.size-xl {
	width: 80px;
	height: 80px
}

.avatar.size-xl p {
	font-size: 36px
}

.avatar.size-xl .icon {
	height: 40px;
	width: 40px
}

a.avatar {
	filter: brightness(100%)
}

a.avatar:hover {
	background: #cdcecf
}

a.avatar:hover img {
	filter: brightness(90%)
}

.card-wrapper {
	padding-bottom: 24px;
	display: flex
}

.card-wrapper.card-column {
	flex-direction: column
}

.card-wrapper.card-column .card {
	height: auto !important
}

.card-wrapper.card-column .card+.card {
	margin-top: 1rem
}

.card-wrapper.card-teaser-wrapper {
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap
}

.card-wrapper.card-teaser-wrapper.card-teaser-wrapper-equal {
	align-items: stretch
}

.card-wrapper.card-teaser-wrapper>.card-teaser {
	flex: 0 0 100%;
	margin: 16px 0;
	display: flex;
	flex-wrap: wrap
}

.card-wrapper.card-teaser-wrapper>.card-teaser.border {
	border-color: #c5c7c9
}

.card-wrapper.card-teaser-wrapper>.card-teaser.card-teaser-image {
	padding: 0 !important
}

.card-wrapper.card-teaser-wrapper>.card-teaser.card-teaser-image>.card-image-wrapper {
	flex: 1;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start
}

.card-wrapper.card-teaser-wrapper>.card-teaser.card-teaser-image>.card-image-wrapper.with-read-more .card-image-rounded img {
	border-bottom-right-radius: 0 !important
}

.card-wrapper.card-teaser-wrapper .card-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	position: relative
}

.card-wrapper.card-teaser-wrapper .card-flex .card-image {
	position: relative;
	background-color: rgba(0, 0, 0, 0);
	display: flex;
	justify-content: center;
	align-items: center
}

.card-wrapper.card-teaser-wrapper .card-flex .card-image.card-image-rounded {
	border-radius: 0 4px 4px 0
}

.card-wrapper.card-teaser-wrapper .card-flex .card-image.card-image-rounded img {
	border-radius: 0 4px 4px 0
}

.card-wrapper.card-teaser-wrapper .card-flex .card-image .card-date {
	background-color: #fff;
	padding: .5em 1em;
	z-index: 1
}

.card-wrapper.card-teaser-wrapper .card-flex .card-image .card-date>*:first-child {
	font-size: 120%
}

.card-wrapper.card-teaser-wrapper .card-flex .card-image .card-date>*:last-child {
	font-size: 80%
}

.card-wrapper.card-teaser-wrapper .card-flex .card-image img {
	z-index: auto;
	object-fit: cover
}

@media(min-width: 768px) {
	.card-wrapper.card-teaser-wrapper .card-teaser {
		flex: 0 0 49%
	}

	.card-wrapper.card-teaser-wrapper.card-teaser-block-2 {
		width: 100%;
		justify-content: space-between
	}

	.card-wrapper.card-teaser-wrapper.card-teaser-block-2>.card-teaser {
		flex: 0 0 49%
	}

	.card-wrapper.card-teaser-wrapper.card-teaser-block-3 {
		width: 100%;
		justify-content: space-between
	}

	.card-wrapper.card-teaser-wrapper.card-teaser-block-3>.card-teaser {
		flex: 0 0 32%
	}
}

@media(min-width: 1200px) {
	.card-wrapper.card-teaser-block-4 {
		width: 100%;
		justify-content: space-between
	}

	.card-wrapper.card-teaser-block-4>.card-teaser {
		flex: 0 0 24%
	}

	.card-wrapper.card-overlapping {
		margin-top: -32px
	}
}

.card {
	border: none;
	padding: 0;
	position: relative;
	width: 100%
}

.card.card-bg-warning {
	background-color: #995c00
}

.card.card-bg-warning .card-body .card-title,
.card.card-bg-warning .card-body .card-text {
	color: #fff
}

.card.card-bg-dark {
	background-color: #17334f
}

.card.card-bg-dark .card-body .card-title,
.card.card-bg-dark .card-body .card-text {
	color: #fff
}

.card .card-body {
	padding: 24px
}

.card .card-body h4.card-title+.card-text,
.card .card-body .card-title.h4+.card-text {
	padding-top: 16px
}

.card .card-body h5.card-title,
.card .card-body .card-title.h5 {
	font-size: 1.125rem;
	line-height: 1.4444444444rem;
	font-weight: 700;
	color: #30475f;
	margin-bottom: 16px;
	transition: all .3s
}

.card .card-body h5.card-title.big-heading,
.card .card-body .card-title.big-heading.h5 {
	font-size: 1.5555555556rem;
	line-height: 1.7777777778rem
}

.card .card-body a h5.card-title,
.card .card-body a .card-title.h5 {
	color: #003399
}

.card .card-body .card-text {
	font-family: "Lora", Georgia, serif;
	font-size: .875rem;
	line-height: 1.2rem;
	color: #1a1a1a
}

.card .card-body .category-top {
	font-size: .7777777778rem;
	text-transform: uppercase;
	color: #1a1a1a;
	margin-bottom: 16px
}

.card .card-body .category-top a.category {
	color: #003399
}

.card .card-body .category-top a.category:hover {
	text-decoration: underline
}

.card .card-body .category-top .category {
	font-weight: bold;
	letter-spacing: .9px
}

.card .card-body .category-top .data:before {
	content: "—";
	display: inline-block;
	margin: 0 8px
}

.card:after {
	content: "";
	display: block;
	margin-top: 48px;
	margin-left: 24px
}

.card a.read-more {
	position: absolute;
	bottom: 24px
}

.card .categoryicon-top {
	margin-bottom: 16px;
	display: flex;
	align-items: center
}

.card .categoryicon-top .text {
	font-size: .7777777778rem;
	text-transform: uppercase;
	letter-spacing: .9px;
	color: #1a1a1a;
	line-height: 1rem
}

.card .categoryicon-top .icon {
	width: 40px;
	height: 40px;
	fill: #003399;
	margin-right: 8px;
	flex-shrink: 0
}

.card.card-bg {
	margin-left: 8px;
	margin-right: 8px;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
	background: #fff;
	border-right: none
}

.card.card-bg:after {
	background: rgba(0, 0, 0, 0)
}

.card.card-img {
	border-right: none
}

.card.card-img.shadow .card-body,
.card.card-img.border .card-body,
.card.card-img.border-start .card-body,
.card.card-img.border-end .card-body {
	padding-left: 24px;
	padding-right: 24px
}

.card.card-img h5.card-title,
.card.card-img .card-title.h5 {
	font-size: 1.1111111111rem;
	line-height: 1.5555555556rem;
	margin-bottom: 40px
}

.card.card-img .img-responsive-wrapper .img-responsive {
	padding-bottom: 61.29%
}

.card.card-img .img-responsive-wrapper .img-responsive.img-responsive-panoramic {
	padding-bottom: 30.645%
}

.card.card-img.rounded .img-responsive-wrapper {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.card .card-calendar {
	height: 80%;
	max-height: 80px;
	width: 80px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1), 0 4px 8px 0 rgba(0, 0, 0, .1);
	position: absolute;
	right: 32px;
	top: 10%;
	color: #455a64;
	text-align: center;
	font-size: .889em;
	font-weight: 600;
	line-height: 1.3;
	text-transform: capitalize
}

.card .card-calendar .card-date {
	font-size: 1.667em;
	font-weight: 700;
	display: block
}

.card.no-after {
	content: none;
	position: relative
}

.card.no-after:after {
	display: none
}

.card.no-after>.read-more {
	padding-top: 16px
}

.card.no-after>.read-more::before {
	content: "";
	height: 24px;
	display: block
}

.card.card-big .card-body {
	padding: 48px
}

.card.card-big .card-body h5.card-title,
.card.card-big .card-body .card-title.h5 {
	font-size: 1.3333333333rem;
	line-height: 1.5555555556rem
}

.card.card-big .card-body .card-text {
	font-size: .8888888889rem;
	line-height: 1.3333333333rem
}

.card.card-big .flag-icon {
	margin-left: 48px
}

.card.card-big .etichetta {
	position: absolute;
	right: 48px;
	top: 32px;
	justify-content: flex-end
}

.card.card-teaser {
	display: inline-flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 24px
}

.card.card-teaser:after {
	content: none
}

.card.card-teaser.card-column {
	flex-direction: column
}

.card.card-teaser .card-header {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 1em;
	width: 100%
}

.card.card-teaser .card-header .icon {
	margin-right: .5rem
}

.card.card-teaser .card-header h1,
.card.card-teaser .card-header .h1 {
	line-height: 1.5;
	margin-bottom: 0
}

.card.card-teaser .card-header h2,
.card.card-teaser .card-header .h2 {
	line-height: 1.5;
	margin-bottom: 0
}

.card.card-teaser .card-header h3,
.card.card-teaser .card-header .h3 {
	line-height: 1.5;
	margin-bottom: 0
}

.card.card-teaser .card-header h4,
.card.card-teaser .card-header .h4 {
	line-height: 1.5;
	margin-bottom: 0
}

.card.card-teaser .card-header h5,
.card.card-teaser .card-header .h5 {
	line-height: 1.5;
	margin-bottom: 0
}

.card.card-teaser .card-header h6,
.card.card-teaser .card-header .h6 {
	line-height: 1.5;
	margin-bottom: 0
}

.card.card-teaser .card-body {
	padding: 0;
	flex: auto
}

.card.card-teaser .card-body .card-text,
.card.card-teaser .card-body .card-text>p {
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	font-size: .8888888889rem;
	margin: 0
}

.card.card-teaser .card-body .card-text+.card-text,
.card.card-teaser .card-body .card-text>p+.card-text {
	margin-top: 16px
}

.card.card-teaser .icon {
	min-width: 32px
}

.card.card-teaser .icon+.card-body {
	margin-left: 1em
}

.card.card-teaser .avatar.size-lg {
	min-width: 40px
}

.card.card-teaser .avatar.size-xl {
	min-width: 80px
}

.card.card-teaser .avatar+.card-body {
	flex: 1
}

.card.card-teaser-info {
	border-left: 8px solid #5d7083
}

.flag-icon {
	width: 32px;
	height: 48px;
	box-sizing: content-box;
	position: relative;
	background: #003399;
	color: #fff;
	text-align: center;
	text-transform: uppercase
}

.flag-icon:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 13px solid #fff;
	border-left: 16px solid rgba(0, 0, 0, 0);
	border-right: 16px solid rgba(0, 0, 0, 0)
}

a.read-more {
	display: flex;
	align-items: center;
	color: #003399;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .9px;
	font-size: .7777777778rem;
	text-decoration: none
}

a.read-more .icon {
	margin-left: 8px;
	fill: #003399;
	width: 16px;
	height: 16px;
	flex-shrink: 0
}

a.read-more:hover {
	text-decoration: underline
}

.etichetta {
	display: flex;
	align-items: center;
	font-size: .7777777778rem;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .9px;
	color: #1a1a1a
}

.etichetta .icon {
	fill: #1a1a1a;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	flex-shrink: 0
}

.row [class*=col-]>.card-wrapper {
	height: 100%
}

.row [class*=col-]>.card-wrapper>.card {
	height: 100%
}

@media(min-width: 992px) {
	.card-wrapper {
		padding-bottom: 0
	}

	.card-wrapper.card-space {
		padding-bottom: 12px
	}

	.card {
		border: none
	}

	.card.card-bg,
	.card.card-img {
		margin: 0
	}

	.card .card-body .card-text {
		font-size: .7777777778rem
	}

	.card .card-body h5.card-title,
	.card .card-body .card-title.h5 {
		font-size: 1rem
	}
}

.img-responsive-wrapper {
	overflow: hidden
}

.img-responsive-wrapper .img-responsive {
	position: relative;
	padding-bottom: 56.25%;
	height: 0
}

.img-responsive-wrapper .img-responsive .img-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.img-responsive-wrapper .img-responsive .img-wrapper img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover
}

@keyframes progressBarIndeterminate {
	0% {
		left: -5%
	}

	50% {
		width: 66%
	}

	100% {
		left: 100%;
		width: 33%
	}
}

.progress {
	height: 4px;
	box-shadow: none
}

.progress.progress-color {
	background-color: #d8d9da
}

.progress-bar {
	background-color: #5d7083
}

@keyframes spinnerAnim {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes spinnerAnimInner1 {
	0% {
		transform: rotate(60deg)
	}

	100% {
		transform: rotate(205deg)
	}
}

@keyframes spinnerAnimInner2 {
	0% {
		transform: rotate(30deg)
	}

	100% {
		transform: rotate(-105deg)
	}
}

.progress-spinner {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 4px solid #d8d9da
}

.progress-spinner.progress-spinner-active {
	animation: spinnerAnim .75s linear infinite
}

.progress-spinner.progress-spinner-active:not(.progress-spinner-double) {
	border-color: #5d7083;
	border-bottom-color: #d8d9da
}

.it-grid-item-wrapper {
	position: relative
}

.it-grid-item-wrapper .img-responsive-wrapper {
	border-radius: 4px
}

.it-grid-item-wrapper .img-responsive-wrapper .img-responsive {
	padding-bottom: 66.8122270742%
}

.it-grid-item-wrapper .it-griditem-text-wrapper {
	display: flex;
	justify-content: space-between;
	padding: 8px;
	align-items: center
}

.it-grid-item-wrapper .it-griditem-text-wrapper .icon {
	flex-shrink: 0;
	position: relative;
	right: -8px;
	fill: #003399;
	width: 24px;
	height: 24px
}

.it-grid-item-wrapper.it-grid-item-overlay {
	position: relative
}

.it-grid-item-wrapper.it-grid-item-overlay .img-responsive-wrapper:after {
	content: "";
	display: block;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0);
	padding: 8px 16px;
	color: #fff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, .5)
}

.it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper .icon {
	fill: #fff
}

.it-grid-item-wrapper a {
	display: block;
	text-decoration: none;
	color: #17324d
}

.it-grid-list-wrapper {
	padding-left: 4px;
	padding-right: 4px
}

.it-grid-list-wrapper div[class^=col-] {
	padding: 0 2px 4px 2px
}

.it-grid-list-wrapper .grid-row {
	display: flex;
	margin-left: -2px;
	margin-right: -2px;
	flex-wrap: wrap
}

@media(min-width: 992px) {
	.it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper {
		padding: 16px 24px
	}

	.it-grid-item-wrapper .it-griditem-text-wrapper .icon {
		width: 32px;
		height: 32px
	}
}

.popover {
	border: none;
	border-radius: 4px;
	box-shadow: 0 0 30px 5px rgba(0, 0, 0, .1)
}

.popover .popover-arrow:before {
	display: none
}

.popover .popover-header {
	background: none;
	border: none;
	text-transform: uppercase;
	color: #1a1a1a;
	font-size: .938rem;
	padding: 16px 24px 0;
	letter-spacing: .05em;
	font-weight: 600
}

.popover .popover-header .icon {
	fill: #003399;
	margin-right: 8px;
	height: 24px;
	width: 24px
}

.popover .popover-body {
	font-size: .875rem;
	line-height: 1.5em;
	color: #30475f;
	padding: 16px 24px
}

@media(min-width: 576px) {
	.popover .popover-header {
		font-size: .833rem
	}

	.popover .popover-body {
		font-size: .778rem
	}
}

.tooltip {
	border-radius: 4px;
	font-size: .75rem
}

.tooltip .tooltip-arrow {
	display: none
}

.tooltip .tooltip-inner {
	padding: 7px 16px;
	background-color: #17334f
}

.tooltip .tooltip-inner a {
	color: #fff;
	text-decoration: underline
}

@media(min-width: 576px) {
	.tooltip {
		font-size: .75rem
	}
}

@media(min-width: 768px) {
	.tooltip {
		font-size: .75rem
	}

	.tooltip .tooltip-inner {
		padding: 4.5px 8px
	}
}

.chip {
	display: inline-flex;
	justify-content: space-evenly;
	align-items: center;
	background: #f5f5f5;
	border: 1px solid #c5c7c9;
	border-radius: 12px;
	height: 24px;
	min-width: 100px;
	padding: 0 16px 2px 8px;
	transition: all .05s;
	margin-right: 4px;
	margin-bottom: 0
}

.chip .chip-label {
	font-size: .875rem;
	height: 16px;
	font-weight: 600;
	color: #30475f;
	margin-bottom: 0;
	transform: translateY(-2px);
	transition: color .05s;
	text-decoration: none
}

.chip .chip-label:hover {
	text-decoration: none
}

.chip button {
	padding: 0;
	background: rgba(0, 0, 0, 0);
	border: none;
	margin-left: auto;
	width: 8px;
	height: 8px;
	position: relative
}

.chip button:hover:not([disabled]) {
	cursor: pointer
}

.chip button:hover[disabled] {
	cursor: not-allowed
}

.chip button .icon {
	width: 22px;
	height: 22px;
	fill: #5d7083;
	position: absolute;
	top: -6px;
	left: 0;
	transition: fill .05s
}

.chip>.icon {
	fill: #30475f;
	transform: translateX(-5px) translateY(1px);
	transition: fill .05s
}

.chip .avatar {
	transform: translateX(-5px) translateY(1px)
}

.chip.chip-simple {
	padding-right: 8px
}

.chip:hover:not(.chip-disabled) {
	background: #30475f;
	border-color: #30475f;
	transition: background-color .1s
}

.chip:hover:not(.chip-disabled) .chip-label {
	color: #fff;
	transition: color .1s
}

.chip:hover:not(.chip-disabled) button .icon {
	fill: #fff;
	transition: fill .1s
}

.chip:hover:not(.chip-disabled)>.icon {
	fill: #fff;
	transition: fill .1s
}

@media(min-width: 576px) {
	.chip .chip-label {
		font-size: .778rem
	}
}

.rating {
	border: none;
	float: left
}

.rating>input {
	position: absolute;
	left: -9999px
}

.rating>label {
	float: right;
	margin: 0;
	padding-right: 2px
}

.rating>label:first-of-type {
	margin-right: 0
}

.rating>label svg {
	fill: #c3cfdb;
	position: relative;
	transform-origin: center center;
	transition: transform .1s
}

.rating>label:hover {
	cursor: pointer
}

.rating>label:hover svg {
	transform: scale(1.1)
}

.rating>legend {
	color: #17334f;
	font-size: .875rem;
	float: right;
	width: auto;
	margin: 6px 0 0 16px;
	font-weight: 500;
	line-height: 1.3
}

.rating.rating-read-only>input,
.rating.rating-read-only>label {
	pointer-events: none
}

.rating>input:checked~label svg,
.rating:not(:checked)>label:hover svg,
.rating:not(:checked)>label:hover~label svg {
	fill: #003399
}

.rating>input:checked+label:hover+svg,
.rating>input:checked~label:hover+svg,
.rating>label:hover~input:checked~label+svg,
.rating>input:checked~label:hover~label+svg {
	fill: #003399
}

@media(min-width: 576px) {
	.rating>legend {
		font-size: .778rem
	}
}

.anchor-offset:before {
	content: "";
	display: block;
	height: 96px;
	margin-top: -96px
}

@media(min-width: 992px) {
	.anchor-offset:before {
		height: 72px;
		margin-top: -72px
	}
}

.map-wrapper {
	min-height: 280px
}

.map-wrapper.map-column {
	margin: 0 -24px
}

@media(min-width: 992px) {
	.map-wrapper.map-column {
		margin-left: -3rem;
		margin-right: 0
	}
}

.point-list-wrapper .point-list {
	display: flex;
	flex-direction: row;
	justify-content: center
}

.point-list-wrapper .point-list .point-list-aside {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: .5rem 1rem;
	color: #003399;
	border-right-width: 1px;
	border-right-style: solid;
	border-color: #003399
}

.point-list-wrapper .point-list .point-list-aside:after {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	top: 50%;
	right: -5px;
	transform: translateY(-5px);
	border-radius: 50%;
	background-color: #003399
}

.point-list-wrapper .point-list .point-list-aside .point-date {
	flex: 1;
	font-size: 2.75rem;
	line-height: 1.1
}

.point-list-wrapper .point-list .point-list-aside .point-month {
	flex: 1;
	font-size: 1rem;
	text-transform: uppercase
}

.point-list-wrapper .point-list .point-list-aside.point-list-primary {
	color: #003399;
	border-color: #003399
}

.point-list-wrapper .point-list .point-list-aside.point-list-primary:after {
	background-color: #003399
}

.point-list-wrapper .point-list .point-list-content {
	flex: 1;
	margin-left: 2em;
	align-self: center
}

.point-list-wrapper .point-list .point-list-content>* {
	width: 100%
}

.rating-list-wrapper .rating-list {
	display: flex;
	flex-direction: row;
	justify-content: center
}

.rating-list-wrapper .rating-list .rating-list-aside {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding: .5rem 1rem;
	color: #003399;
	border-right: 1px solid #003399
}

.rating-list-wrapper .rating-list .rating-list-aside .rating-value {
	display: flex;
	flex: 1.2;
	font-size: 2.75rem;
	line-height: 1;
	align-items: flex-end
}

.rating-list-wrapper .rating-list .rating-list-aside .rating-total {
	display: flex;
	flex: .8;
	font-size: 1rem;
	line-height: 1;
	text-transform: lowercase;
	align-items: flex-start
}

.rating-list-wrapper .rating-list .rating-list-aside.rating-list-warning {
	color: #995c00;
	border-right: 1px solid #995c00
}

.rating-list-wrapper .rating-list .rating-list-content {
	flex: 1;
	align-self: center
}

.rating-list-wrapper .rating-list .rating-list-content .rating-list-row {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between
}

.rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars {
	flex: .3
}

.rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars>.rating {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	float: none !important;
	height: .7em
}

.rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars>.rating .icon {
	width: .7em;
	height: .7em
}

.rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-progress {
	flex: .65;
	display: flex;
	height: 3.5em;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start
}

.rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-progress>.progress {
	width: 100%
}

@media(min-width: 576px) {
	.rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars {
		flex: .2
	}

	.rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars>.rating {
		height: 1em
	}

	.rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars>.rating .icon {
		width: 1em;
		height: 1em
	}

	.rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-progress {
		flex: .75;
		height: 5em
	}
}

@media(min-width: 992px) {
	.rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-stars {
		flex: .25
	}

	.rating-list-wrapper .rating-list .rating-list-content .rating-list-row .rating-list-progress {
		flex: .7
	}
}

.badge {
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

a.badge:hover {
	text-decoration: none;
	color: #fff
}

a.badge:hover.bg-primary {
	background-color: #990308 !important
}

a.badge:hover.bg-warning {
	background-color: #7a4a00 !important
}

a.badge:hover.bg-white {
	background-color: #ccc !important
}

.figure-caption {
	font-size: 90%
}

@media print {
	[type=checkbox]:checked+label::before {
		border-color: rgba(0, 0, 0, 0) #003399 #003399 rgba(0, 0, 0, 0) !important;
		opacity: 1 !important
	}

	[type=checkbox]:disabled:checked+label::before {
		border-color: rgba(0, 0, 0, 0) #e6e9f2 #e6e9f2 rgba(0, 0, 0, 0) !important
	}
}

code,
pre,
kbd {
	font-size: .875em
}

pre code {
	font-size: 1em
}

.figure.img-full img {
	width: 100%;
	height: 100%;
	max-height: 600px;
	object-fit: cover
}

.form-feedback {
	margin-left: .5rem;
	width: 100%;
	margin-top: .25rem;
	font-size: .777rem
}

.form-feedback.just-validate-error-label {
	color: #d9364f
}

.sr-only-justvalidate-bi {
	display: none
}

.just-validate-success-field {
	border-color: #008758 !important;
	padding-right: calc(1.5em + .75rem) !important;
	background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%2300cc85%27 viewBox=%270 0 192 512%27%3E%3Cpath d=%27M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z%27/%3E%3C/svg%3E")
}

textarea.just-validate-success-field {
	background-position: right .2rem !important;
	background-repeat: no-repeat !important;
	background-size: 28px 16px !important
}

input[type=date].just-validate-success-field,
input[type=file].just-validate-success-field,
input[type=text].just-validate-success-field {
	background-repeat: no-repeat;
	background-size: 37px 21px;
	background-position: right center
}

input[type=date].is-invalid {
	border-bottom: 1px solid #d9364f;
	padding-right: calc(1.5em + .75rem) !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23f73e5a%27 viewBox=%270 0 384 512%27%3E%3Cpath d=%27M231.6 256l130.1-130.1c4.7-4.7 4.7-12.3 0-17l-22.6-22.6c-4.7-4.7-12.3-4.7-17 0L192 216.4 61.9 86.3c-4.7-4.7-12.3-4.7-17 0l-22.6 22.6c-4.7 4.7-4.7 12.3 0 17L152.4 256 22.3 386.1c-4.7 4.7-4.7 12.3 0 17l22.6 22.6c4.7 4.7 12.3 4.7 17 0L192 295.6l130.1 130.1c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17L231.6 256z%27/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 37px 21px;
	background-position: right center
}

input[type=checkbox].just-validate-success-field+label,
input[type=radio].just-validate-success-field+label {
	color: #008758
}

select.is-invalid {
	border-bottom: 1px solid #d9364f
}

select.just-validate-success-field {
	background-repeat: no-repeat;
	background-size: 77px 21px;
	background-position: right center;
	border-bottom: 1px solid #008758
}

.autocomplete__wrapper {
	position: relative
}

.autocomplete__hint,
.autocomplete__input {
	-webkit-appearance: none;
	border: 2px solid #0b0c0c;
	border-radius: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 0;
	width: 100%
}

.autocomplete__input {
	background-color: transparent;
	position: relative
}

.autocomplete__hint {
	color: #b1b4b6;
	position: absolute
}

.autocomplete__menu {
	background-color: #fff;
	border: 2px solid #0b0c0c;
	border-top: 0;
	color: #0b0c0c;
	margin: 0;
	max-height: 342px;
	overflow-x: hidden;
	padding: 0;
	width: 100%;
	width: calc(100% - 4px)
}

.autocomplete__option {
	border-bottom: solid #b1b4b6;
	border-width: 1px 0;
	cursor: pointer;
	display: block;
	position: relative
}

.autocomplete__option>* {
	pointer-events: none
}

.autocomplete__option:first-of-type {
	border-top-width: 0
}

.autocomplete__option:last-of-type {
	border-bottom-width: 0
}

.autocomplete__option:hover {
	background-color: #1d70b8;
	border-color: #1d70b8;
	color: #fff;
	outline: 0
}

@media(-ms-high-contrast: active), (forced-colors: active) {
	.autocomplete__menu {
		border-color: FieldText
	}

	.autocomplete__option {
		background-color: Field;
		color: FieldText
	}

	.autocomplete__option:hover {
		forced-color-adjust: none;
		background-color: SelectedItem;
		border-color: SelectedItem;
		color: SelectedItemText;
		outline-color: SelectedItemText
	}
}

.autocomplete__hint,
.autocomplete__input,
.autocomplete__option {
	font-size: 16px;
	line-height: 1.25
}

.autocomplete__hint,
.autocomplete__option {
	padding: 5px
}

@media(min-width: 641px) {

	.autocomplete__hint,
	.autocomplete__input,
	.autocomplete__option {
		font-size: 19px;
		line-height: 1.31579
	}
}

.autocomplete__wrapper .autocomplete__menu {
	border: 1px solid #a3a3a3;
	border-top: none;
	width: 100%;
	position: absolute;
	top: 100%;
	z-index: 10;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05)
}

.autocomplete__wrapper .autocomplete__menu .autocomplete__hint,
.autocomplete__wrapper .autocomplete__menu .autocomplete__option {
	padding: 12px 24px;
	background-color: #fff;
	border: none;
	font-size: .889rem;
	font-weight: 600
}

.autocomplete__wrapper .autocomplete__menu .autocomplete__hint:hover,
.autocomplete__wrapper .autocomplete__menu .autocomplete__hint:focus,
.autocomplete__wrapper .autocomplete__menu .autocomplete__option:hover,
.autocomplete__wrapper .autocomplete__menu .autocomplete__option:focus {
	color: #003399
}

.autocomplete__wrapper .autocomplete__menu .autocomplete__hint:focus,
.autocomplete__wrapper .autocomplete__menu .autocomplete__option:focus {
	border: 2px solid #995c00
}

.pagescroll-scroll-disabled {
	scroll-behavior: auto !important
}

.it-header-slim-wrapper {
	background: #b32d43;
	padding: 6.5px 18px
}

.it-header-slim-wrapper .it-header-slim-wrapper-content {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu {
	top: -9px !important
}

@media(max-width: 767.98px) {
	.it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu {
		top: 0 !important
	}
}

.it-header-slim-wrapper .it-header-slim-wrapper-content a {
	color: #fff;
	text-decoration: none
}

.it-header-slim-wrapper .it-header-slim-wrapper-content a:hover:not(.active) {
	text-decoration: underline
}

.it-header-slim-wrapper .it-header-slim-wrapper-content a .icon {
	width: 18px;
	height: 18px;
	transition: all .3s;
	transform-origin: center;
	fill: #fff
}

.it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle {
	text-transform: uppercase;
	font-size: .778em;
	text-decoration: underline;
	display: flex;
	align-items: center
}

.it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle[aria-expanded=true]>.icon:last-of-type {
	transform: scaleY(-1)
}

.it-header-slim-wrapper .it-header-slim-wrapper-content .navbar-brand {
	color: #fff;
	font-size: .778em;
	padding: 0
}

.it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone {
	display: flex;
	align-items: center;
	align-self: flex-start
}

.it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone button {
	background: #800307;
	padding-top: 7.5px;
	padding-bottom: 7.5px
}

.it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone button:hover {
	background: #990308
}

@media(min-width: 992px) {
	.it-header-slim-wrapper {
		height: 48px;
		padding: 0
	}

	.it-header-slim-wrapper .it-header-slim-wrapper-content {
		padding: 0 18px;
		height: 48px;
		align-items: center
	}

	.it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu {
		top: -14px !important
	}

	.it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle {
		padding-top: 12px;
		padding-bottom: 12px;
		text-decoration: none
	}

	.it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle .icon {
		margin-left: 4px
	}

	.it-header-slim-wrapper .it-header-slim-wrapper-content a.navbar-brand {
		padding-top: 12px;
		padding-bottom: 12px
	}

	.it-header-slim-wrapper .it-header-slim-wrapper-content .it-header-slim-right-zone {
		height: 48px
	}

	.it-header-slim-wrapper .collapse:not(.show) {
		display: flex;
		justify-content: flex-end
	}

	.is-sticky .it-user-wrapper .dropdown-menu.show {
		transform: translate3d(0, 6px, 0) !important;
		padding-bottom: .5rem
	}

	.is-sticky .link-list-wrapper ul li a .icon {
		width: 18px;
		height: 18px
	}
}

.it-user-wrapper .dropdown-menu.show {
	transform: translate3d(10px, 42px, 0) !important
}

.it-user-wrapper .dropdown-menu.show::before {
	right: 12px;
	left: auto !important
}

.it-user-wrapper.cloned {
	margin-left: 1em;
	align-self: center
}

.it-user-wrapper .link-list-wrapper>ul>li>a {
	line-height: 3em
}

@media(min-width: 576px) {
	.it-user-wrapper .dropdown-menu.show {
		transform: translate3d(0, 50px, 0) !important
	}

	.it-user-wrapper .dropdown-menu.show::before {
		right: 12px;
		left: auto !important
	}
}

@media(min-width: 992px) {
	.it-user-wrapper .dropdown-menu.show {
		transform: translate3d(0, 56px, 0) !important
	}

	.it-user-wrapper .dropdown-menu.show::before {
		right: auto;
		left: 27px !important
	}

	.it-user-wrapper.dropdown .icon {
		margin-left: 4px
	}

	.it-user-wrapper.dropdown.cloned .btn-full {
		height: 56px
	}
}

.it-header-center-wrapper {
	background: hsl(220, 100%, 30%);;
	height: 80px;
	display: flex;
	align-items: center;
	padding-left: 18px;
	padding-right: 18px
}

.it-header-center-wrapper .it-header-center-content-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-basis: 100%
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text {
	padding-right: 24px
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a {
	display: flex;
	color: #fff;
	align-items: center;
	text-decoration: none
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h2,
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .h2,
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .it-brand-title {
	font-size: 1.25em;
	margin-bottom: 0;
	font-weight: 600;
	letter-spacing: unset;
	line-height: 1.1
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h3,
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .h3,
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .it-brand-tagline {
	font-size: .889em;
	font-weight: normal;
	margin-bottom: 0
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a:hover {
	text-decoration: none
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon {
	fill: #fff;
	width: 48px;
	height: 48px;
	margin-right: 8px;
	flex-shrink: 0
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone {
	color: #fff;
	display: flex;
	align-items: center
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials {
	align-items: center;
	font-size: .889em
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul .icon {
	fill: #fff;
	width: 24px;
	height: 24px;
	margin-left: 16px
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper {
	display: flex;
	align-items: center;
	font-size: .889em
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon {
	width: 24px;
	height: 24px;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center
}

.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg {
	fill: #fff;
	width: 24px;
	height: 24px
}

@media(min-width: 768px) {
	.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper {
		margin-left: 40px
	}

	.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon {
		margin-left: 8px
	}
}

@media(min-width: 992px) {
	.it-header-center-wrapper {
		height: 120px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 6px
	}

	.it-header-center-wrapper .it-header-center-content-wrapper {
		padding-left: 18px;
		padding-right: 18px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-basis: 100%
	}

	.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper {
		margin-left: 0
	}

	.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a {
		display: flex;
		align-items: center
	}

	.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h2,
	.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .h2,
	.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .it-brand-title {
		font-size: 1.778em;
		margin-bottom: 0;
		font-weight: 600
	}

	.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h3,
	.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .h3,
	.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .it-brand-tagline {
		font-size: .889em;
		font-weight: normal;
		margin-bottom: 0
	}

	.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a:hover {
		text-decoration: none
	}

	.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon {
		width: 82px;
		height: 82px;
		margin-right: 16px
	}

	.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone {
		display: flex;
		align-items: center
	}

	.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials {
		align-items: center;
		font-size: .889em
	}

	.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex
	}

	.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul .icon {
		width: 24px;
		height: 24px;
		margin-left: 16px
	}

	.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul a:hover svg {
		fill: #f2f2f2
	}

	.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper {
		display: flex;
		align-items: center;
		margin-left: 80px;
		font-size: .889em
	}

	.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon {
		width: 48px;
		height: 48px;
		border-radius: 24px;
		background: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 16px;
		transition: all .3s
	}

	.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon:hover {
		background: #f2f2f2
	}

	.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg {
		fill: #003399;
		width: 24px;
		height: 24px
	}
}

.it-header-navbar-wrapper nav {
	background: rgba(0, 0, 0, 0)
}

@media(min-width: 992px) {
	.it-header-navbar-wrapper {
		background: hsl(220, 100%, 30%);;
	}

	.it-header-navbar-wrapper nav a {
		text-decoration: none
	}

	.it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper {
		background: rgba(0, 0, 0, 0);
		display: flex;
		justify-content: space-between;
		align-items: flex-end
	}

	.it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper .navbar-nav {
		padding: 0
	}

	.it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper .navbar-nav.navbar-secondary {
		display: flex;
		justify-content: flex-end
	}

	.it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper .navbar-nav.navbar-secondary a {
		font-size: .85em;
		line-height: 1.6
	}
}

.it-header-wrapper {
	position: relative;
	z-index: 5
}

.it-header-wrapper .it-nav-wrapper {
	position: relative;
	z-index: auto
}

.it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
	padding-left: 32px
}

.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
	transition: padding-top .3s ease;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 50%;
	margin-top: -22px
}

.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
	padding-left: 18px;
	padding-right: 18px
}

.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav .custom-navbar-toggler {
	padding: 0;
	transform: translateX(-2px);
	cursor: pointer
}

.it-header-wrapper.it-header-sticky.is-sticky {
	width: 100%
}

.it-header-wrapper.it-header-sticky.is-sticky .it-nav-wrapper {
	top: 0;
	width: 100%;
	z-index: 10
}

.it-header-wrapper.it-header-sticky.is-sticky .it-header-slim-wrapper {
	display: none
}

@media(min-width: 992px) {

	.it-header-wrapper.it-header-sticky.is-sticky .it-header-slim-wrapper,
	.it-header-wrapper.it-header-sticky.is-sticky .it-header-center-wrapper {
		display: none
	}

	.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper {
		width: 100%;
		top: 0
	}

	.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center
	}

	.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper {
		align-self: center
	}

	.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned-element .it-brand-text {
		display: none
	}

	.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned-element a {
		color: #fff
	}

	.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned-element a:hover {
		text-decoration: none
	}

	.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-brand-wrapper.cloned-element a .icon {
		fill: #fff;
		width: 41px;
		height: 41px;
		margin-right: 16px;
		flex-shrink: 0
	}

	.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper {
		display: flex;
		align-items: center;
		align-self: center;
		margin-left: 26.6666666667px;
		font-size: .889em;
		color: #fff
	}

	.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper a.rounded-icon {
		width: 48px;
		height: 48px;
		border-radius: 24px;
		background: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 16px;
		transition: all .3s
	}

	.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper a.rounded-icon:hover {
		background: #f2f2f2
	}

	.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper a.rounded-icon svg {
		fill: #003399;
		width: 24px;
		height: 24px
	}

	.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.cloned-element a {
		width: 35px;
		height: 35px
	}

	.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .it-search-wrapper.cloned-element a svg {
		width: 20px;
		height: 20px
	}

	.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .navbar-nav {
		flex: 1
	}

	.it-header-wrapper.it-header-sticky.is-sticky .it-header-navbar-wrapper .menu-wrapper .navbar-nav.navbar-secondary {
		display: none
	}
}

@media(min-width: 992px) {
	.it-header-wrapper .it-nav-wrapper {
		position: relative
	}

	.it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
		padding-left: 0
	}

	.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
		position: inherit;
		left: auto;
		top: inherit;
		margin-top: 0
	}

	.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
		padding-left: 18px;
		padding-right: 18px
	}
}

.it-footer-main {
	background-color: #1f292d;
	color: #fff;
	font-size: 16px
}

.it-footer-main h4 a,
.it-footer-main .h4 a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px
}

.it-footer-main .link-list-wrapper ul li a {
	padding: 0;
	font-size: 1em;
	line-height: 2em;
	color: #fff
}

.it-footer-main .link-list-wrapper ul li a:hover:not(.disabled) {
	text-decoration: underline
}

.it-footer-main .it-brand-wrapper {
	padding: 32px 0
}

.it-footer-main .it-brand-wrapper .it-brand-text {
	padding-right: 24px
}

.it-footer-main .it-brand-wrapper a {
	display: flex;
	color: #fff;
	align-items: center;
	text-decoration: none
}

.it-footer-main .it-brand-wrapper a h2,
.it-footer-main .it-brand-wrapper a .h2 {
	font-size: 1.25em;
	margin-bottom: 0;
	font-weight: 600;
	letter-spacing: unset;
	line-height: 1.1
}

.it-footer-main .it-brand-wrapper a h3,
.it-footer-main .it-brand-wrapper a .h3 {
	font-size: .889em;
	font-weight: normal;
	margin-bottom: 0
}

.it-footer-main .it-brand-wrapper a:hover {
	text-decoration: none
}

.it-footer-main .it-brand-wrapper a .icon {
	fill: #fff;
	width: 48px;
	height: 48px;
	margin-right: 8px;
	flex-shrink: 0
}

.it-footer-main section {
	padding: 0 16px
}

.it-footer-main label {
	font-weight: 600
}

.form-check [type=checkbox]:focus+label,
.form-check [type=radio]:focus+label {
	border-color: #995c00 !important;
	box-shadow: 0 0 0 2px #995c00 !important;
	outline: none !important
}

[tabindex="-1"]:focus:not(:focus-visible) {
	box-shadow: none
}

.focus--mouse:not(.btn),
.form-check [type=checkbox]:focus.focus--mouse+label,
.form-check [type=radio]:focus.focus--mouse+label {
	border-color: inherit !important;
	box-shadow: none !important;
	outline: none !important
}

.icon {
	width: 32px;
	height: 32px;
	vertical-align: middle
}

.icon.icon-xs {
	width: 16px;
	height: 16px
}

.icon.icon-sm {
	width: 24px;
	height: 24px
}

.icon-primary {
	fill: #003399 !important
}

.icon-success {
	fill: #008055 !important
}

.icon-warning {
	fill: #995c00 !important
}

.icon-white {
	fill: #fff !important
}

@keyframes splide-loading {
	0% {
		transform: rotateZ(0)
	}

	100% {
		transform: rotateZ(360deg)
	}
}

.splide__list {
	backface-visibility: hidden;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	transform-style: preserve-3d
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block
}

.splide__pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	pointer-events: none
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto
}

.splide__progress__bar {
	width: 0
}

.splide {
	outline: none;
	position: relative;
	visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible
}

.splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	outline: none;
	position: relative
}

.splide__slide img {
	vertical-align: bottom
}

.splide__slider {
	position: relative
}

.splide__spinner {
	animation: splide-loading 1s infinite linear;
	border: 2px solid #999;
	border-left-color: rgba(0, 0, 0, 0);
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0
}

body {
	color: #30475f
}

.btn-primary,
.btn-primary:hover {
	color: #fff
}

.it-footer-main {
	background-color: #3F4348
}

.card.card-bg-dark {
	background-color: #2c2c2c
}

.card-teaser .link-list-wrapper ul li a .icon-primary {
	fill: #455a64 !important
}

.card-teaser .link-list-wrapper ul li a,
.card-teaser .link-list-wrapper ul li a span {
	color: #455a64
}

.link-list-wrapper.menu-link-list h3:after,
.link-list-wrapper.menu-link-list .h3:after,
.link-list-wrapper.menu-link-list h4:after,
.link-list-wrapper.menu-link-list .h4:after {
	background-color: #003399
}

.card .card-body h5.card-title,
.card .card-body .card-title.h5 {
	color: #30475f
}