@charset "UTF-8";

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.mark,
.small,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

table {
	border-spacing: 0
}

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 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: #212529;
	--bs-body-bg: #fff
}

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

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

body {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: var(--bs-body-bg);
	color: var(--bs-body-color);
	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);
	margin: 0;
	text-align: var(--bs-body-text-align)
}

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

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: .5rem;
	margin-top: 0
}

.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 + .9vw)
}

@media (min-width:1200px) {

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

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

@media (min-width:1200px) {

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

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

@media (min-width:1200px) {

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

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

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

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

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

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

ol,
ul {
	padding-left: 2rem
}

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

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

dt {
	font-weight: 700
}

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

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

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

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

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #0d6efd;
	text-decoration: underline
}

a:hover {
	color: #0a58ca
}

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

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

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

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

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

a>code {
	color: inherit
}

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

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

figure {
	margin: 0 0 1rem
}

img,
svg {
	vertical-align: middle
}

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

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

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

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

label {
	display: inline-block
}

button {
	border-radius: 0
}

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

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

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

select:disabled {
	opacity: 1
}

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

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

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

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

textarea {
	resize: vertical
}

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

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

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

legend+* {
	clear: left
}

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

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

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

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

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

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

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

output {
	display: inline-block
}

iframe {
	border: 0
}

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

progress {
	vertical-align: baseline
}

[hidden] {
	display: none !important
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

@media (min-width:576px) {

	.container,
	.container-sm {
		max-width: 550px
	}
}

@media (min-width:768px) {

	.container,
	.container-md,
	.container-sm {
		max-width: 700px
	}
}

@media (min-width:992px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 920px
	}
}

@media (min-width:1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1100px
	}
}

@media (min-width:1440px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1300px
	}
}

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

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

.col {
	flex: 1 0 0%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
	--bs-gutter-x: 0
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0
	}

	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0
	}

	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem
	}

	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem
	}

	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem
	}

	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem
	}

	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem
	}

	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem
	}

	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0
	}

	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0
	}

	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem
	}

	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem
	}

	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem
	}

	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex: 1 0 0%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.offset-xl-0 {
		margin-left: 0
	}

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

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

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

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

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

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

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

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

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

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

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

	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0
	}

	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0
	}

	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem
	}

	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem
	}

	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem
	}

	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:1440px) {
	.col-xxl {
		flex: 1 0 0%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.offset-xxl-0 {
		margin-left: 0
	}

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

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

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

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

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

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

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

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

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

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

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

	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0
	}

	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0
	}

	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem
	}

	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem
	}

	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem
	}

	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem
	}
}

.table {
	--bs-table-bg: transparent;
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: #212529;
	--bs-table-striped-bg: rgba(0, 0, 0, .05);
	--bs-table-active-color: #212529;
	--bs-table-active-bg: rgba(0, 0, 0, .1);
	--bs-table-hover-color: #212529;
	--bs-table-hover-bg: rgba(0, 0, 0, .075);
	border-color: #dee2e6;
	color: #212529;
	margin-bottom: 1rem;
	vertical-align: top;
	width: 100%
}

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

.table>tbody {
	vertical-align: inherit
}

.table>thead {
	vertical-align: bottom
}

.table>:not(:first-child) {
	border-top: 2px solid
}

.caption-top {
	caption-side: top
}

.table-sm>:not(caption)>*>* {
	padding: .25rem
}

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

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

.table-borderless>:not(caption)>*>* {
	border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
	border-top-width: 0
}

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

.table-active {
	--bs-table-accent-bg: var(--bs-table-active-bg);
	color: var(--bs-table-active-color)
}

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

.table-primary {
	--bs-table-bg: #cfe2ff;
	--bs-table-striped-bg: #c5d7f2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bacbe6;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfd1ec;
	--bs-table-hover-color: #000;
	border-color: #bacbe6;
	color: #000
}

.table-secondary {
	--bs-table-bg: #e2e3e5;
	--bs-table-striped-bg: #d7d8da;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #cbccce;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #d1d2d4;
	--bs-table-hover-color: #000;
	border-color: #cbccce;
	color: #000
}

.table-success {
	--bs-table-bg: #d1e7dd;
	--bs-table-striped-bg: #c7dbd2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bcd0c7;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c1d6cc;
	--bs-table-hover-color: #000;
	border-color: #bcd0c7;
	color: #000
}

.table-info {
	--bs-table-bg: #cff4fc;
	--bs-table-striped-bg: #c5e8ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #badce3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfe2e9;
	--bs-table-hover-color: #000;
	border-color: #badce3;
	color: #000
}

.table-warning {
	--bs-table-bg: #fff3cd;
	--bs-table-striped-bg: #f2e7c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6dbb9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ece1be;
	--bs-table-hover-color: #000;
	border-color: #e6dbb9;
	color: #000
}

.table-danger {
	--bs-table-bg: #f8d7da;
	--bs-table-striped-bg: #eccccf;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfc2c4;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5c7ca;
	--bs-table-hover-color: #000;
	border-color: #dfc2c4;
	color: #000
}

.table-light {
	--bs-table-bg: #f8f9fa;
	--bs-table-striped-bg: #ecedee;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfe0e1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5e6e7;
	--bs-table-hover-color: #000;
	border-color: #dfe0e1;
	color: #000
}

.table-dark {
	--bs-table-bg: #212529;
	--bs-table-striped-bg: #2c3034;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #373b3e;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #323539;
	--bs-table-hover-color: #fff;
	border-color: #373b3e;
	color: #fff
}

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

@media (max-width:575.98px) {
	.table-responsive-sm {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto
	}
}

@media (max-width:1439.98px) {
	.table-responsive-xxl {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto
	}
}

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

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

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

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

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

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

@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 {
	background-color: #fff;
	border-color: #86b7fe;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	color: #212529;
	outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-select:focus {
	border-color: #86b7fe;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

.form-check-input:focus {
	border-color: #86b7fe;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	outline: 0
}

.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
}

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

.form-check-input[type=checkbox]:indeterminate {
	background-color: #0d6efd;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
	border-color: #0d6efd
}

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

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

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

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

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

.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E")
}

.form-switch .form-check-input:checked {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
	background-position: 100%
}

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

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

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
	filter: none;
	opacity: .65;
	pointer-events: none
}

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

.form-range:focus {
	outline: 0
}

.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-floating {
	position: relative
}

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

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

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

.form-floating>.form-control {
	padding: 1rem .75rem
}

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

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

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

.form-floating>.form-select {
	padding-bottom: .625rem;
	padding-top: 1.625rem
}

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

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

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

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

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

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

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

.input-group-text {
	align-items: center;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	color: #212529;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: .375rem .75rem;
	text-align: center;
	white-space: nowrap
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
	border-radius: .3rem;
	font-size: 1.25rem;
	padding: .5rem 1rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
	border-radius: .2rem;
	font-size: .875rem;
	padding: .25rem .5rem
}

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

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

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

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

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

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

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

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

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

.form-select.is-valid,
.was-validated .form-select:valid {
	border-color: #198754
}

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

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

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

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

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
	height: auto;
	transition: width .35s ease;
	width: 0
}

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

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

.dropdown-toggle {
	white-space: nowrap
}

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

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

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

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

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

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

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

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

@media (min-width:576px) {
	.dropdown-menu-sm-start {
		--bs-position: start
	}

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

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

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

@media (min-width:768px) {
	.dropdown-menu-md-start {
		--bs-position: start
	}

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

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

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

@media (min-width:992px) {
	.dropdown-menu-lg-start {
		--bs-position: start
	}

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

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

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

@media (min-width:1200px) {
	.dropdown-menu-xl-start {
		--bs-position: start
	}

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

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

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

@media (min-width:1440px) {
	.dropdown-menu-xxl-start {
		--bs-position: start
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu.show {
	display: block
}

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

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

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

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

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
	background-color: hsla(0, 0%, 100%, .15);
	color: #fff
}

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

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

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

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

.dropdown-menu-dark .dropdown-header {
	color: #adb5bd
}

.nav {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0
}

.nav-link {
	color: #0d6efd;
	display: block;
	padding: .5rem 1rem;
	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:focus,
.nav-link:hover {
	color: #0a58ca
}

.nav-link.disabled {
	color: #6c757d;
	cursor: default;
	pointer-events: none
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
	background: none;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	margin-bottom: -1px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6;
	isolation: isolate
}

.nav-tabs .nav-link.disabled {
	background-color: transparent;
	border-color: transparent;
	color: #6c757d
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
	color: #495057
}

.nav-tabs .dropdown-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: -1px
}

.nav-pills .nav-link {
	background: none;
	border: 0;
	border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #0d6efd;
	color: #fff
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
	width: 100%
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: .5rem;
	padding-top: .5rem;
	position: relative
}

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

.navbar-brand {
	font-size: 1.25rem;
	margin-right: 1rem;
	padding-bottom: .3125rem;
	padding-top: .3125rem;
	text-decoration: none;
	white-space: nowrap
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0
}

.navbar-nav .nav-link {
	padding-left: 0;
	padding-right: 0
}

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

.navbar-text {
	padding-bottom: .5rem;
	padding-top: .5rem
}

.navbar-collapse {
	align-items: center;
	flex-basis: 100%;
	flex-grow: 1
}

.navbar-toggler {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	font-size: 1.25rem;
	line-height: 1;
	padding: .25rem .75rem;
	transition: box-shadow .15s ease-in-out
}

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

.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 .25rem;
	outline: 0;
	text-decoration: none
}

.navbar-toggler-icon {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	height: 1.5em;
	vertical-align: middle;
	width: 1.5em
}

.navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto
}

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

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

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

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-left: .5rem;
		padding-right: .5rem
	}

	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-sm .navbar-toggler,
	.navbar-expand-sm .offcanvas-header {
		display: none
	}

	.navbar-expand-sm .offcanvas {
		background-color: transparent;
		border-left: 0;
		border-right: 0;
		bottom: 0;
		flex-grow: 1;
		position: inherit;
		transform: none;
		transition: none;
		visibility: visible !important;
		z-index: 1000
	}

	.navbar-expand-sm .offcanvas-bottom,
	.navbar-expand-sm .offcanvas-top {
		border-bottom: 0;
		border-top: 0;
		height: auto
	}

	.navbar-expand-sm .offcanvas-body {
		display: flex;
		flex-grow: 0;
		overflow-y: visible;
		padding: 0
	}
}

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

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

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

	.navbar-expand-md .navbar-nav .nav-link {
		padding-left: .5rem;
		padding-right: .5rem
	}

	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-md .navbar-toggler,
	.navbar-expand-md .offcanvas-header {
		display: none
	}

	.navbar-expand-md .offcanvas {
		background-color: transparent;
		border-left: 0;
		border-right: 0;
		bottom: 0;
		flex-grow: 1;
		position: inherit;
		transform: none;
		transition: none;
		visibility: visible !important;
		z-index: 1000
	}

	.navbar-expand-md .offcanvas-bottom,
	.navbar-expand-md .offcanvas-top {
		border-bottom: 0;
		border-top: 0;
		height: auto
	}

	.navbar-expand-md .offcanvas-body {
		display: flex;
		flex-grow: 0;
		overflow-y: visible;
		padding: 0
	}
}

@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-left: .5rem;
		padding-right: .5rem
	}

	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler,
	.navbar-expand-lg .offcanvas-header {
		display: none
	}

	.navbar-expand-lg .offcanvas {
		background-color: transparent;
		border-left: 0;
		border-right: 0;
		bottom: 0;
		flex-grow: 1;
		position: inherit;
		transform: none;
		transition: none;
		visibility: visible !important;
		z-index: 1000
	}

	.navbar-expand-lg .offcanvas-bottom,
	.navbar-expand-lg .offcanvas-top {
		border-bottom: 0;
		border-top: 0;
		height: auto
	}

	.navbar-expand-lg .offcanvas-body {
		display: flex;
		flex-grow: 0;
		overflow-y: visible;
		padding: 0
	}
}

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

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

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

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-left: .5rem;
		padding-right: .5rem
	}

	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-xl .navbar-toggler,
	.navbar-expand-xl .offcanvas-header {
		display: none
	}

	.navbar-expand-xl .offcanvas {
		background-color: transparent;
		border-left: 0;
		border-right: 0;
		bottom: 0;
		flex-grow: 1;
		position: inherit;
		transform: none;
		transition: none;
		visibility: visible !important;
		z-index: 1000
	}

	.navbar-expand-xl .offcanvas-bottom,
	.navbar-expand-xl .offcanvas-top {
		border-bottom: 0;
		border-top: 0;
		height: auto
	}

	.navbar-expand-xl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		overflow-y: visible;
		padding: 0
	}
}

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

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

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

	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-left: .5rem;
		padding-right: .5rem
	}

	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-xxl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-xxl .navbar-toggler,
	.navbar-expand-xxl .offcanvas-header {
		display: none
	}

	.navbar-expand-xxl .offcanvas {
		background-color: transparent;
		border-left: 0;
		border-right: 0;
		bottom: 0;
		flex-grow: 1;
		position: inherit;
		transform: none;
		transition: none;
		visibility: visible !important;
		z-index: 1000
	}

	.navbar-expand-xxl .offcanvas-bottom,
	.navbar-expand-xxl .offcanvas-top {
		border-bottom: 0;
		border-top: 0;
		height: auto
	}

	.navbar-expand-xxl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		overflow-y: visible;
		padding: 0
	}
}

.navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start
}

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

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

.navbar-expand .navbar-nav .nav-link {
	padding-left: .5rem;
	padding-right: .5rem
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler,
.navbar-expand .offcanvas-header {
	display: none
}

.navbar-expand .offcanvas {
	background-color: transparent;
	border-left: 0;
	border-right: 0;
	bottom: 0;
	flex-grow: 1;
	position: inherit;
	transform: none;
	transition: none;
	visibility: visible !important;
	z-index: 1000
}

.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
	border-bottom: 0;
	border-top: 0;
	height: auto
}

.navbar-expand .offcanvas-body {
	display: flex;
	flex-grow: 0;
	overflow-y: visible;
	padding: 0
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
	border-color: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: hsla(0, 0%, 100%, .55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}

.navbar-dark .navbar-toggler {
	border-color: hsla(0, 0%, 100%, .1);
	color: hsla(0, 0%, 100%, .55)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
	color: hsla(0, 0%, 100%, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
	color: #fff
}

.card {
	word-wrap: break-word;
	background-clip: border-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
	display: flex;
	flex-direction: column;
	min-width: 0;
	position: relative
}

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

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

.card>.list-group:first-child {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
	border-top-width: 0
}

.card>.list-group:last-child {
	border-bottom-left-radius: calc(.25rem - 1px);
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-width: 0
}

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

.card-body {
	flex: 1 1 auto;
	padding: 1rem
}

.card-title {
	margin-bottom: .5rem
}

.card-subtitle {
	margin-top: -.25rem
}

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

.card-link+.card-link {
	margin-left: 1rem
}

.card-header {
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	margin-bottom: 0;
	padding: .5rem 1rem
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125);
	padding: .5rem 1rem
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
	border-bottom: 0;
	margin-bottom: -.5rem
}

.card-header-pills,
.card-header-tabs {
	margin-left: -.5rem;
	margin-right: -.5rem
}

.card-img-overlay {
	border-radius: calc(.25rem - 1px);
	bottom: 0;
	left: 0;
	padding: 1rem;
	position: absolute;
	right: 0;
	top: 0
}

.card-img,
.card-img-bottom,
.card-img-top {
	width: 100%
}

.card-img,
.card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
	border-bottom-left-radius: calc(.25rem - 1px);
	border-bottom-right-radius: calc(.25rem - 1px)
}

.card-group>.card {
	margin-bottom: .75rem
}

@media (min-width:576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap
	}

	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0
	}

	.card-group>.card+.card {
		border-left: 0;
		margin-left: 0
	}

	.card-group>.card:not(:last-child) {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-header,
	.card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-footer,
	.card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0
	}

	.card-group>.card:not(:first-child) {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0
	}

	.card-group>.card:not(:first-child) .card-header,
	.card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}

	.card-group>.card:not(:first-child) .card-footer,
	.card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}
}

.accordion-button {
	align-items: center;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	color: #212529;
	font-size: 1rem;
	overflow-anchor: none;
	padding: 1rem 1.25rem;
	position: relative;
	text-align: left;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
	width: 100%
}

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

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

.accordion-button:not(.collapsed):after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%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");
	transform: rotate(-180deg)
}

.accordion-button:after {
	background-repeat: no-repeat;
	background-size: 1.25rem;
	content: "";
	flex-shrink: 0;
	height: 1.25rem;
	margin-left: auto;
	transition: transform .2s ease-in-out;
	width: 1.25rem
}

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

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

.accordion-button:focus {
	border-color: #86b7fe;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	outline: 0;
	z-index: 3
}

.accordion-header {
	margin-bottom: 0
}

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

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

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

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

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

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-left-radius: calc(.25rem - 1px);
	border-bottom-right-radius: calc(.25rem - 1px)
}

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

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

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

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

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

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

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

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 1rem;
	padding: 0
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
	color: #6c757d;
	content: var(--bs-breadcrumb-divider, "/");
	float: left;
	padding-right: .5rem
}

.breadcrumb-item.active {
	color: #6c757d
}

.modal {
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1055
}

.modal-dialog {
	margin: .5rem;
	pointer-events: none;
	position: relative;
	width: auto
}

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

@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-dialog-scrollable {
	height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	align-items: center;
	display: flex;
	min-height: calc(100% - 1rem)
}

.modal-content {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	display: flex;
	flex-direction: column;
	outline: 0;
	pointer-events: auto;
	position: relative;
	width: 100%
}

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

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	align-items: center;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
	display: flex;
	flex-shrink: 0;
	justify-content: space-between;
	padding: 1rem
}

.modal-header .btn-close {
	margin: -.5rem -.5rem -.5rem auto;
	padding: .5rem
}

.modal-title {
	line-height: 1.5;
	margin-bottom: 0
}

.modal-body {
	flex: 1 1 auto;
	padding: 1rem;
	position: relative
}

.modal-footer {
	align-items: center;
	border-bottom-left-radius: calc(.3rem - 1px);
	border-bottom-right-radius: calc(.3rem - 1px);
	border-top: 1px solid #dee2e6;
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: .75rem
}

.modal-footer>* {
	margin: .25rem
}

@media (min-width:576px) {
	.modal-dialog {
		margin: 1.75rem auto;
		max-width: 500px
	}

	.modal-dialog-scrollable {
		height: calc(100% - 3.5rem)
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}

	.modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {

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

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

.modal-fullscreen {
	height: 100%;
	margin: 0;
	max-width: none;
	width: 100vw
}

.modal-fullscreen .modal-content {
	border: 0;
	border-radius: 0;
	height: 100%
}

.modal-fullscreen .modal-header {
	border-radius: 0
}

.modal-fullscreen .modal-body {
	overflow-y: auto
}

.modal-fullscreen .modal-footer {
	border-radius: 0
}

@media (max-width:575.98px) {
	.modal-fullscreen-sm-down {
		height: 100%;
		margin: 0;
		max-width: none;
		width: 100vw
	}

	.modal-fullscreen-sm-down .modal-content {
		border: 0;
		border-radius: 0;
		height: 100%
	}

	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto
	}

	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0
	}
}

@media (max-width:767.98px) {
	.modal-fullscreen-md-down {
		height: 100%;
		margin: 0;
		max-width: none;
		width: 100vw
	}

	.modal-fullscreen-md-down .modal-content {
		border: 0;
		border-radius: 0;
		height: 100%
	}

	.modal-fullscreen-md-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto
	}

	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0
	}
}

@media (max-width:991.98px) {
	.modal-fullscreen-lg-down {
		height: 100%;
		margin: 0;
		max-width: none;
		width: 100vw
	}

	.modal-fullscreen-lg-down .modal-content {
		border: 0;
		border-radius: 0;
		height: 100%
	}

	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto
	}

	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0
	}
}

@media (max-width:1199.98px) {
	.modal-fullscreen-xl-down {
		height: 100%;
		margin: 0;
		max-width: none;
		width: 100vw
	}

	.modal-fullscreen-xl-down .modal-content {
		border: 0;
		border-radius: 0;
		height: 100%
	}

	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto
	}

	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0
	}
}

@media (max-width:1439.98px) {
	.modal-fullscreen-xxl-down {
		height: 100%;
		margin: 0;
		max-width: none;
		width: 100vw
	}

	.modal-fullscreen-xxl-down .modal-content {
		border: 0;
		border-radius: 0;
		height: 100%
	}

	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0
	}

	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto
	}

	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0
	}
}

.carousel {
	position: relative
}

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

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

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

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

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

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

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

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

.carousel-fade .carousel-item {
	opacity: 0;
	transform: none;
	transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
	opacity: 1;
	z-index: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
	opacity: 0;
	transition: opacity 0s .6s;
	z-index: 0
}

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

	.carousel-fade .active.carousel-item-end,
	.carousel-fade .active.carousel-item-start {
		transition: none
	}
}

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

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

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

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

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	height: 2rem;
	width: 2rem
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")
}

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

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

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

.carousel-indicators .active {
	opacity: 1
}

.carousel-caption {
	bottom: 1.25rem;
	color: #fff;
	left: 15%;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	position: absolute;
	right: 15%;
	text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
	filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #000
}

.carousel-dark .carousel-caption {
	color: #000
}

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

.link-primary {
	color: #0d6efd
}

.link-primary:focus,
.link-primary:hover {
	color: #0a58ca
}

.link-secondary {
	color: #6c757d
}

.link-secondary:focus,
.link-secondary:hover {
	color: #565e64
}

.link-success {
	color: #198754
}

.link-success:focus,
.link-success:hover {
	color: #146c43
}

.link-info {
	color: #0dcaf0
}

.link-info:focus,
.link-info:hover {
	color: #3dd5f3
}

.link-warning {
	color: #ffc107
}

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

.link-danger {
	color: #dc3545
}

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

.link-light {
	color: #f8f9fa
}

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

.link-dark {
	color: #212529
}

.link-dark:focus,
.link-dark:hover {
	color: #1a1e21
}

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

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

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

.ratio-1x1 {
	--bs-aspect-ratio: 100%
}

.ratio-4x3 {
	--bs-aspect-ratio: 75%
}

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

.ratio-21x9 {
	--bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
	top: 0
}

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

.fixed-bottom {
	bottom: 0
}

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

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

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

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

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

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

.hstack {
	align-items: center;
	flex-direction: row
}

.hstack,
.vstack {
	align-self: stretch;
	display: flex
}

.vstack {
	flex: 1 1 auto;
	flex-direction: column
}

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

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

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

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

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

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

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

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

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

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

.float-start {
	float: left !important
}

.float-end {
	float: right !important
}

.float-none {
	float: none !important
}

.opacity-0 {
	opacity: 0 !important
}

.opacity-25 {
	opacity: .25 !important
}

.opacity-50 {
	opacity: .5 !important
}

.opacity-75 {
	opacity: .75 !important
}

.opacity-100 {
	opacity: 1 !important
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.overflow-visible {
	overflow: visible !important
}

.overflow-scroll {
	overflow: scroll !important
}

.d-inline {
	display: inline !important
}

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

.d-block {
	display: block !important
}

.d-grid {
	display: grid !important
}

.d-table {
	display: table !important
}

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

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

.d-flex {
	display: flex !important
}

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

.d-none {
	display: none !important
}

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

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

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

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

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: sticky !important
}

.top-0 {
	top: 0 !important
}

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

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

.bottom-0 {
	bottom: 0 !important
}

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

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

.start-0 {
	left: 0 !important
}

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

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

.end-0 {
	right: 0 !important
}

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

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

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

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

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

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

.border-0 {
	border: 0 !important
}

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

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

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

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

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

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

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

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

.border-primary {
	border-color: #0d6efd !important
}

.border-secondary {
	border-color: #6c757d !important
}

.border-success {
	border-color: #198754 !important
}

.border-info {
	border-color: #0dcaf0 !important
}

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

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

.border-light {
	border-color: #f8f9fa !important
}

.border-dark {
	border-color: #212529 !important
}

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

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

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

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

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

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

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

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

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

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

.w-auto {
	width: auto !important
}

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

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

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

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

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

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

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

.h-auto {
	height: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
	gap: 0 !important
}

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

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

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

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

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

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

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

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

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

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

.justify-content-evenly {
	justify-content: space-evenly !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-0 {
	order: 0 !important
}

.order-1 {
	order: 1 !important
}

.order-2 {
	order: 2 !important
}

.order-3 {
	order: 3 !important
}

.order-4 {
	order: 4 !important
}

.order-5 {
	order: 5 !important
}

.order-last {
	order: 6 !important
}

.m-0 {
	margin: 0 !important
}

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

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

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

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

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

.m-auto {
	margin: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
	padding: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
	padding-right: 0 !important
}

.pe-1 {
	padding-right: .25rem !important
}

.pe-2 {
	padding-right: .5rem !important
}

.pe-3 {
	padding-right: 1rem !important
}

.pe-4 {
	padding-right: 1.5rem !important
}

.pe-5 {
	padding-right: 3rem !important
}

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

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

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

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

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

.pb-5 {
	padding-bottom: 3rem !important
}

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

.ps-1 {
	padding-left: .25rem !important
}

.ps-2 {
	padding-left: .5rem !important
}

.ps-3 {
	padding-left: 1rem !important
}

.ps-4 {
	padding-left: 1.5rem !important
}

.ps-5 {
	padding-left: 3rem !important
}

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

.fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
	font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
	font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
	font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
	font-size: 1.25rem !important
}

.fs-6 {
	font-size: 1rem !important
}

.fst-italic {
	font-style: italic !important
}

.fst-normal {
	font-style: normal !important
}

.fw-light {
	font-weight: 300 !important
}

.fw-lighter {
	font-weight: lighter !important
}

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

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

.fw-bolder {
	font-weight: bolder !important
}

.lh-1 {
	line-height: 1 !important
}

.lh-sm {
	line-height: 1.25 !important
}

.lh-base {
	line-height: 1.5 !important
}

.lh-lg {
	line-height: 2 !important
}

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

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

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

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

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

.text-decoration-line-through {
	text-decoration: line-through !important
}

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

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

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

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

.text-nowrap {
	white-space: nowrap !important
}

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important
}

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

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

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

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

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

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

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

.text-dark {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-dark-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-body {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
	--bs-text-opacity: 1;
	color: #6c757d !important
}

.text-black-50 {
	--bs-text-opacity: 1;
	color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
	--bs-text-opacity: 1;
	color: hsla(0, 0%, 100%, .5) !important
}

.text-reset {
	--bs-text-opacity: 1;
	color: inherit !important
}

.text-opacity-25 {
	--bs-text-opacity: 0.25
}

.text-opacity-50 {
	--bs-text-opacity: 0.5
}

.text-opacity-75 {
	--bs-text-opacity: 0.75
}

.text-opacity-100 {
	--bs-text-opacity: 1
}

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

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

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

.bg-info {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-info-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-danger {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

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

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

.bg-black {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-black-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-body {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: transparent !important
}

.bg-opacity-10 {
	--bs-bg-opacity: 0.1
}

.bg-opacity-25 {
	--bs-bg-opacity: 0.25
}

.bg-opacity-50 {
	--bs-bg-opacity: 0.5
}

.bg-opacity-75 {
	--bs-bg-opacity: 0.75
}

.bg-opacity-100 {
	--bs-bg-opacity: 1
}

.bg-gradient {
	background-image: var(--bs-gradient) !important
}

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

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

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

.pe-none {
	pointer-events: none !important
}

.pe-auto {
	pointer-events: auto !important
}

.rounded {
	border-radius: .25rem !important
}

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

.rounded-1 {
	border-radius: .2rem !important
}

.rounded-2 {
	border-radius: .25rem !important
}

.rounded-3 {
	border-radius: .3rem !important
}

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

.rounded-pill {
	border-radius: 50rem !important
}

.rounded-top {
	border-top-left-radius: .25rem !important
}

.rounded-end,
.rounded-top {
	border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-end {
	border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-start {
	border-bottom-left-radius: .25rem !important
}

.rounded-start {
	border-top-left-radius: .25rem !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

@media (min-width:576px) {
	.float-sm-start {
		float: left !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.justify-content-sm-evenly {
		justify-content: space-evenly !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.mb-sm-2 {
		margin-bottom: .5rem !important
	}

	.mb-sm-3 {
		margin-bottom: 1rem !important
	}

	.mb-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-sm-5 {
		margin-bottom: 3rem !important
	}

	.mb-sm-auto {
		margin-bottom: auto !important
	}

	.ms-sm-0 {
		margin-left: 0 !important
	}

	.ms-sm-1 {
		margin-left: .25rem !important
	}

	.ms-sm-2 {
		margin-left: .5rem !important
	}

	.ms-sm-3 {
		margin-left: 1rem !important
	}

	.ms-sm-4 {
		margin-left: 1.5rem !important
	}

	.ms-sm-5 {
		margin-left: 3rem !important
	}

	.ms-sm-auto {
		margin-left: auto !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.p-sm-1 {
		padding: .25rem !important
	}

	.p-sm-2 {
		padding: .5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.px-sm-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.px-sm-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important
	}

	.px-sm-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important
	}

	.px-sm-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.px-sm-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}

	.px-sm-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.py-sm-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important
	}

	.py-sm-1 {
		padding-bottom: .25rem !important;
		padding-top: .25rem !important
	}

	.py-sm-2 {
		padding-bottom: .5rem !important;
		padding-top: .5rem !important
	}

	.py-sm-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important
	}

	.py-sm-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important
	}

	.py-sm-5 {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important
	}

	.pt-sm-0 {
		padding-top: 0 !important
	}

	.pt-sm-1 {
		padding-top: .25rem !important
	}

	.pt-sm-2 {
		padding-top: .5rem !important
	}

	.pt-sm-3 {
		padding-top: 1rem !important
	}

	.pt-sm-4 {
		padding-top: 1.5rem !important
	}

	.pt-sm-5 {
		padding-top: 3rem !important
	}

	.pe-sm-0 {
		padding-right: 0 !important
	}

	.pe-sm-1 {
		padding-right: .25rem !important
	}

	.pe-sm-2 {
		padding-right: .5rem !important
	}

	.pe-sm-3 {
		padding-right: 1rem !important
	}

	.pe-sm-4 {
		padding-right: 1.5rem !important
	}

	.pe-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-0 {
		padding-bottom: 0 !important
	}

	.pb-sm-1 {
		padding-bottom: .25rem !important
	}

	.pb-sm-2 {
		padding-bottom: .5rem !important
	}

	.pb-sm-3 {
		padding-bottom: 1rem !important
	}

	.pb-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-sm-5 {
		padding-bottom: 3rem !important
	}

	.ps-sm-0 {
		padding-left: 0 !important
	}

	.ps-sm-1 {
		padding-left: .25rem !important
	}

	.ps-sm-2 {
		padding-left: .5rem !important
	}

	.ps-sm-3 {
		padding-left: 1rem !important
	}

	.ps-sm-4 {
		padding-left: 1.5rem !important
	}

	.ps-sm-5 {
		padding-left: 3rem !important
	}

	.text-sm-start {
		text-align: left !important
	}

	.text-sm-end {
		text-align: right !important
	}

	.text-sm-center {
		text-align: center !important
	}
}

@media (min-width:768px) {
	.float-md-start {
		float: left !important
	}

	.float-md-end {
		float: right !important
	}

	.float-md-none {
		float: none !important
	}

	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-grid {
		display: grid !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: flex !important
	}

	.d-md-inline-flex {
		display: inline-flex !important
	}

	.d-md-none {
		display: none !important
	}

	.flex-md-fill {
		flex: 1 1 auto !important
	}

	.flex-md-row {
		flex-direction: row !important
	}

	.flex-md-column {
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-md-wrap {
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.gap-md-0 {
		gap: 0 !important
	}

	.gap-md-1 {
		gap: .25rem !important
	}

	.gap-md-2 {
		gap: .5rem !important
	}

	.gap-md-3 {
		gap: 1rem !important
	}

	.gap-md-4 {
		gap: 1.5rem !important
	}

	.gap-md-5 {
		gap: 3rem !important
	}

	.justify-content-md-start {
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		justify-content: center !important
	}

	.justify-content-md-between {
		justify-content: space-between !important
	}

	.justify-content-md-around {
		justify-content: space-around !important
	}

	.justify-content-md-evenly {
		justify-content: space-evenly !important
	}

	.align-items-md-start {
		align-items: flex-start !important
	}

	.align-items-md-end {
		align-items: flex-end !important
	}

	.align-items-md-center {
		align-items: center !important
	}

	.align-items-md-baseline {
		align-items: baseline !important
	}

	.align-items-md-stretch {
		align-items: stretch !important
	}

	.align-content-md-start {
		align-content: flex-start !important
	}

	.align-content-md-end {
		align-content: flex-end !important
	}

	.align-content-md-center {
		align-content: center !important
	}

	.align-content-md-between {
		align-content: space-between !important
	}

	.align-content-md-around {
		align-content: space-around !important
	}

	.align-content-md-stretch {
		align-content: stretch !important
	}

	.align-self-md-auto {
		align-self: auto !important
	}

	.align-self-md-start {
		align-self: flex-start !important
	}

	.align-self-md-end {
		align-self: flex-end !important
	}

	.align-self-md-center {
		align-self: center !important
	}

	.align-self-md-baseline {
		align-self: baseline !important
	}

	.align-self-md-stretch {
		align-self: stretch !important
	}

	.order-md-first {
		order: -1 !important
	}

	.order-md-0 {
		order: 0 !important
	}

	.order-md-1 {
		order: 1 !important
	}

	.order-md-2 {
		order: 2 !important
	}

	.order-md-3 {
		order: 3 !important
	}

	.order-md-4 {
		order: 4 !important
	}

	.order-md-5 {
		order: 5 !important
	}

	.order-md-last {
		order: 6 !important
	}

	.m-md-0 {
		margin: 0 !important
	}

	.m-md-1 {
		margin: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mx-md-0 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.mx-md-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.mx-md-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.mx-md-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.mx-md-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.mx-md-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.mx-md-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.my-md-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important
	}

	.my-md-1 {
		margin-bottom: .25rem !important;
		margin-top: .25rem !important
	}

	.my-md-2 {
		margin-bottom: .5rem !important;
		margin-top: .5rem !important
	}

	.my-md-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important
	}

	.my-md-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important
	}

	.my-md-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important
	}

	.my-md-auto {
		margin-bottom: auto !important;
		margin-top: auto !important
	}

	.mt-md-0 {
		margin-top: 0 !important
	}

	.mt-md-1 {
		margin-top: .25rem !important
	}

	.mt-md-2 {
		margin-top: .5rem !important
	}

	.mt-md-3 {
		margin-top: 1rem !important
	}

	.mt-md-4 {
		margin-top: 1.5rem !important
	}

	.mt-md-5 {
		margin-top: 3rem !important
	}

	.mt-md-auto {
		margin-top: auto !important
	}

	.me-md-0 {
		margin-right: 0 !important
	}

	.me-md-1 {
		margin-right: .25rem !important
	}

	.me-md-2 {
		margin-right: .5rem !important
	}

	.me-md-3 {
		margin-right: 1rem !important
	}

	.me-md-4 {
		margin-right: 1.5rem !important
	}

	.me-md-5 {
		margin-right: 3rem !important
	}

	.me-md-auto {
		margin-right: auto !important
	}

	.mb-md-0 {
		margin-bottom: 0 !important
	}

	.mb-md-1 {
		margin-bottom: .25rem !important
	}

	.mb-md-2 {
		margin-bottom: .5rem !important
	}

	.mb-md-3 {
		margin-bottom: 1rem !important
	}

	.mb-md-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-md-5 {
		margin-bottom: 3rem !important
	}

	.mb-md-auto {
		margin-bottom: auto !important
	}

	.ms-md-0 {
		margin-left: 0 !important
	}

	.ms-md-1 {
		margin-left: .25rem !important
	}

	.ms-md-2 {
		margin-left: .5rem !important
	}

	.ms-md-3 {
		margin-left: 1rem !important
	}

	.ms-md-4 {
		margin-left: 1.5rem !important
	}

	.ms-md-5 {
		margin-left: 3rem !important
	}

	.ms-md-auto {
		margin-left: auto !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.p-md-1 {
		padding: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.px-md-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.px-md-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important
	}

	.px-md-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important
	}

	.px-md-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.px-md-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}

	.px-md-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.py-md-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important
	}

	.py-md-1 {
		padding-bottom: .25rem !important;
		padding-top: .25rem !important
	}

	.py-md-2 {
		padding-bottom: .5rem !important;
		padding-top: .5rem !important
	}

	.py-md-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important
	}

	.py-md-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important
	}

	.py-md-5 {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important
	}

	.pt-md-0 {
		padding-top: 0 !important
	}

	.pt-md-1 {
		padding-top: .25rem !important
	}

	.pt-md-2 {
		padding-top: .5rem !important
	}

	.pt-md-3 {
		padding-top: 1rem !important
	}

	.pt-md-4 {
		padding-top: 1.5rem !important
	}

	.pt-md-5 {
		padding-top: 3rem !important
	}

	.pe-md-0 {
		padding-right: 0 !important
	}

	.pe-md-1 {
		padding-right: .25rem !important
	}

	.pe-md-2 {
		padding-right: .5rem !important
	}

	.pe-md-3 {
		padding-right: 1rem !important
	}

	.pe-md-4 {
		padding-right: 1.5rem !important
	}

	.pe-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-0 {
		padding-bottom: 0 !important
	}

	.pb-md-1 {
		padding-bottom: .25rem !important
	}

	.pb-md-2 {
		padding-bottom: .5rem !important
	}

	.pb-md-3 {
		padding-bottom: 1rem !important
	}

	.pb-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-md-5 {
		padding-bottom: 3rem !important
	}

	.ps-md-0 {
		padding-left: 0 !important
	}

	.ps-md-1 {
		padding-left: .25rem !important
	}

	.ps-md-2 {
		padding-left: .5rem !important
	}

	.ps-md-3 {
		padding-left: 1rem !important
	}

	.ps-md-4 {
		padding-left: 1.5rem !important
	}

	.ps-md-5 {
		padding-left: 3rem !important
	}

	.text-md-start {
		text-align: left !important
	}

	.text-md-end {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}
}

@media (min-width:992px) {
	.float-lg-start {
		float: left !important
	}

	.float-lg-end {
		float: right !important
	}

	.float-lg-none {
		float: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-grid {
		display: grid !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: flex !important
	}

	.d-lg-inline-flex {
		display: inline-flex !important
	}

	.d-lg-none {
		display: none !important
	}

	.flex-lg-fill {
		flex: 1 1 auto !important
	}

	.flex-lg-row {
		flex-direction: row !important
	}

	.flex-lg-column {
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.gap-lg-0 {
		gap: 0 !important
	}

	.gap-lg-1 {
		gap: .25rem !important
	}

	.gap-lg-2 {
		gap: .5rem !important
	}

	.gap-lg-3 {
		gap: 1rem !important
	}

	.gap-lg-4 {
		gap: 1.5rem !important
	}

	.gap-lg-5 {
		gap: 3rem !important
	}

	.justify-content-lg-start {
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		justify-content: center !important
	}

	.justify-content-lg-between {
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		justify-content: space-around !important
	}

	.justify-content-lg-evenly {
		justify-content: space-evenly !important
	}

	.align-items-lg-start {
		align-items: flex-start !important
	}

	.align-items-lg-end {
		align-items: flex-end !important
	}

	.align-items-lg-center {
		align-items: center !important
	}

	.align-items-lg-baseline {
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		align-items: stretch !important
	}

	.align-content-lg-start {
		align-content: flex-start !important
	}

	.align-content-lg-end {
		align-content: flex-end !important
	}

	.align-content-lg-center {
		align-content: center !important
	}

	.align-content-lg-between {
		align-content: space-between !important
	}

	.align-content-lg-around {
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		align-content: stretch !important
	}

	.align-self-lg-auto {
		align-self: auto !important
	}

	.align-self-lg-start {
		align-self: flex-start !important
	}

	.align-self-lg-end {
		align-self: flex-end !important
	}

	.align-self-lg-center {
		align-self: center !important
	}

	.align-self-lg-baseline {
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		align-self: stretch !important
	}

	.order-lg-first {
		order: -1 !important
	}

	.order-lg-0 {
		order: 0 !important
	}

	.order-lg-1 {
		order: 1 !important
	}

	.order-lg-2 {
		order: 2 !important
	}

	.order-lg-3 {
		order: 3 !important
	}

	.order-lg-4 {
		order: 4 !important
	}

	.order-lg-5 {
		order: 5 !important
	}

	.order-lg-last {
		order: 6 !important
	}

	.m-lg-0 {
		margin: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mx-lg-0 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.mx-lg-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.mx-lg-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.mx-lg-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.mx-lg-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.mx-lg-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.mx-lg-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.my-lg-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important
	}

	.my-lg-1 {
		margin-bottom: .25rem !important;
		margin-top: .25rem !important
	}

	.my-lg-2 {
		margin-bottom: .5rem !important;
		margin-top: .5rem !important
	}

	.my-lg-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important
	}

	.my-lg-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important
	}

	.my-lg-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important
	}

	.my-lg-auto {
		margin-bottom: auto !important;
		margin-top: auto !important
	}

	.mt-lg-0 {
		margin-top: 0 !important
	}

	.mt-lg-1 {
		margin-top: .25rem !important
	}

	.mt-lg-2 {
		margin-top: .5rem !important
	}

	.mt-lg-3 {
		margin-top: 1rem !important
	}

	.mt-lg-4 {
		margin-top: 1.5rem !important
	}

	.mt-lg-5 {
		margin-top: 3rem !important
	}

	.mt-lg-auto {
		margin-top: auto !important
	}

	.me-lg-0 {
		margin-right: 0 !important
	}

	.me-lg-1 {
		margin-right: .25rem !important
	}

	.me-lg-2 {
		margin-right: .5rem !important
	}

	.me-lg-3 {
		margin-right: 1rem !important
	}

	.me-lg-4 {
		margin-right: 1.5rem !important
	}

	.me-lg-5 {
		margin-right: 3rem !important
	}

	.me-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-0 {
		margin-bottom: 0 !important
	}

	.mb-lg-1 {
		margin-bottom: .25rem !important
	}

	.mb-lg-2 {
		margin-bottom: .5rem !important
	}

	.mb-lg-3 {
		margin-bottom: 1rem !important
	}

	.mb-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-lg-5 {
		margin-bottom: 3rem !important
	}

	.mb-lg-auto {
		margin-bottom: auto !important
	}

	.ms-lg-0 {
		margin-left: 0 !important
	}

	.ms-lg-1 {
		margin-left: .25rem !important
	}

	.ms-lg-2 {
		margin-left: .5rem !important
	}

	.ms-lg-3 {
		margin-left: 1rem !important
	}

	.ms-lg-4 {
		margin-left: 1.5rem !important
	}

	.ms-lg-5 {
		margin-left: 3rem !important
	}

	.ms-lg-auto {
		margin-left: auto !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.px-lg-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.px-lg-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important
	}

	.px-lg-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important
	}

	.px-lg-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.px-lg-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}

	.px-lg-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.py-lg-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important
	}

	.py-lg-1 {
		padding-bottom: .25rem !important;
		padding-top: .25rem !important
	}

	.py-lg-2 {
		padding-bottom: .5rem !important;
		padding-top: .5rem !important
	}

	.py-lg-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important
	}

	.py-lg-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important
	}

	.py-lg-5 {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important
	}

	.pt-lg-0 {
		padding-top: 0 !important
	}

	.pt-lg-1 {
		padding-top: .25rem !important
	}

	.pt-lg-2 {
		padding-top: .5rem !important
	}

	.pt-lg-3 {
		padding-top: 1rem !important
	}

	.pt-lg-4 {
		padding-top: 1.5rem !important
	}

	.pt-lg-5 {
		padding-top: 3rem !important
	}

	.pe-lg-0 {
		padding-right: 0 !important
	}

	.pe-lg-1 {
		padding-right: .25rem !important
	}

	.pe-lg-2 {
		padding-right: .5rem !important
	}

	.pe-lg-3 {
		padding-right: 1rem !important
	}

	.pe-lg-4 {
		padding-right: 1.5rem !important
	}

	.pe-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-0 {
		padding-bottom: 0 !important
	}

	.pb-lg-1 {
		padding-bottom: .25rem !important
	}

	.pb-lg-2 {
		padding-bottom: .5rem !important
	}

	.pb-lg-3 {
		padding-bottom: 1rem !important
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-lg-5 {
		padding-bottom: 3rem !important
	}

	.ps-lg-0 {
		padding-left: 0 !important
	}

	.ps-lg-1 {
		padding-left: .25rem !important
	}

	.ps-lg-2 {
		padding-left: .5rem !important
	}

	.ps-lg-3 {
		padding-left: 1rem !important
	}

	.ps-lg-4 {
		padding-left: 1.5rem !important
	}

	.ps-lg-5 {
		padding-left: 3rem !important
	}

	.text-lg-start {
		text-align: left !important
	}

	.text-lg-end {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
}

@media (min-width:1200px) {
	.float-xl-start {
		float: left !important
	}

	.float-xl-end {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-grid {
		display: grid !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: flex !important
	}

	.d-xl-inline-flex {
		display: inline-flex !important
	}

	.d-xl-none {
		display: none !important
	}

	.flex-xl-fill {
		flex: 1 1 auto !important
	}

	.flex-xl-row {
		flex-direction: row !important
	}

	.flex-xl-column {
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.gap-xl-0 {
		gap: 0 !important
	}

	.gap-xl-1 {
		gap: .25rem !important
	}

	.gap-xl-2 {
		gap: .5rem !important
	}

	.gap-xl-3 {
		gap: 1rem !important
	}

	.gap-xl-4 {
		gap: 1.5rem !important
	}

	.gap-xl-5 {
		gap: 3rem !important
	}

	.justify-content-xl-start {
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		justify-content: center !important
	}

	.justify-content-xl-between {
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		justify-content: space-around !important
	}

	.justify-content-xl-evenly {
		justify-content: space-evenly !important
	}

	.align-items-xl-start {
		align-items: flex-start !important
	}

	.align-items-xl-end {
		align-items: flex-end !important
	}

	.align-items-xl-center {
		align-items: center !important
	}

	.align-items-xl-baseline {
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		align-items: stretch !important
	}

	.align-content-xl-start {
		align-content: flex-start !important
	}

	.align-content-xl-end {
		align-content: flex-end !important
	}

	.align-content-xl-center {
		align-content: center !important
	}

	.align-content-xl-between {
		align-content: space-between !important
	}

	.align-content-xl-around {
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		align-content: stretch !important
	}

	.align-self-xl-auto {
		align-self: auto !important
	}

	.align-self-xl-start {
		align-self: flex-start !important
	}

	.align-self-xl-end {
		align-self: flex-end !important
	}

	.align-self-xl-center {
		align-self: center !important
	}

	.align-self-xl-baseline {
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		align-self: stretch !important
	}

	.order-xl-first {
		order: -1 !important
	}

	.order-xl-0 {
		order: 0 !important
	}

	.order-xl-1 {
		order: 1 !important
	}

	.order-xl-2 {
		order: 2 !important
	}

	.order-xl-3 {
		order: 3 !important
	}

	.order-xl-4 {
		order: 4 !important
	}

	.order-xl-5 {
		order: 5 !important
	}

	.order-xl-last {
		order: 6 !important
	}

	.m-xl-0 {
		margin: 0 !important
	}

	.m-xl-1 {
		margin: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mx-xl-0 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.mx-xl-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.mx-xl-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.mx-xl-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.mx-xl-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.mx-xl-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.mx-xl-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.my-xl-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important
	}

	.my-xl-1 {
		margin-bottom: .25rem !important;
		margin-top: .25rem !important
	}

	.my-xl-2 {
		margin-bottom: .5rem !important;
		margin-top: .5rem !important
	}

	.my-xl-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important
	}

	.my-xl-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important
	}

	.my-xl-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important
	}

	.my-xl-auto {
		margin-bottom: auto !important;
		margin-top: auto !important
	}

	.mt-xl-0 {
		margin-top: 0 !important
	}

	.mt-xl-1 {
		margin-top: .25rem !important
	}

	.mt-xl-2 {
		margin-top: .5rem !important
	}

	.mt-xl-3 {
		margin-top: 1rem !important
	}

	.mt-xl-4 {
		margin-top: 1.5rem !important
	}

	.mt-xl-5 {
		margin-top: 3rem !important
	}

	.mt-xl-auto {
		margin-top: auto !important
	}

	.me-xl-0 {
		margin-right: 0 !important
	}

	.me-xl-1 {
		margin-right: .25rem !important
	}

	.me-xl-2 {
		margin-right: .5rem !important
	}

	.me-xl-3 {
		margin-right: 1rem !important
	}

	.me-xl-4 {
		margin-right: 1.5rem !important
	}

	.me-xl-5 {
		margin-right: 3rem !important
	}

	.me-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-0 {
		margin-bottom: 0 !important
	}

	.mb-xl-1 {
		margin-bottom: .25rem !important
	}

	.mb-xl-2 {
		margin-bottom: .5rem !important
	}

	.mb-xl-3 {
		margin-bottom: 1rem !important
	}

	.mb-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-xl-5 {
		margin-bottom: 3rem !important
	}

	.mb-xl-auto {
		margin-bottom: auto !important
	}

	.ms-xl-0 {
		margin-left: 0 !important
	}

	.ms-xl-1 {
		margin-left: .25rem !important
	}

	.ms-xl-2 {
		margin-left: .5rem !important
	}

	.ms-xl-3 {
		margin-left: 1rem !important
	}

	.ms-xl-4 {
		margin-left: 1.5rem !important
	}

	.ms-xl-5 {
		margin-left: 3rem !important
	}

	.ms-xl-auto {
		margin-left: auto !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.p-xl-1 {
		padding: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.px-xl-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.px-xl-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important
	}

	.px-xl-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important
	}

	.px-xl-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.px-xl-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}

	.px-xl-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.py-xl-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important
	}

	.py-xl-1 {
		padding-bottom: .25rem !important;
		padding-top: .25rem !important
	}

	.py-xl-2 {
		padding-bottom: .5rem !important;
		padding-top: .5rem !important
	}

	.py-xl-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important
	}

	.py-xl-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important
	}

	.py-xl-5 {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important
	}

	.pt-xl-0 {
		padding-top: 0 !important
	}

	.pt-xl-1 {
		padding-top: .25rem !important
	}

	.pt-xl-2 {
		padding-top: .5rem !important
	}

	.pt-xl-3 {
		padding-top: 1rem !important
	}

	.pt-xl-4 {
		padding-top: 1.5rem !important
	}

	.pt-xl-5 {
		padding-top: 3rem !important
	}

	.pe-xl-0 {
		padding-right: 0 !important
	}

	.pe-xl-1 {
		padding-right: .25rem !important
	}

	.pe-xl-2 {
		padding-right: .5rem !important
	}

	.pe-xl-3 {
		padding-right: 1rem !important
	}

	.pe-xl-4 {
		padding-right: 1.5rem !important
	}

	.pe-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-0 {
		padding-bottom: 0 !important
	}

	.pb-xl-1 {
		padding-bottom: .25rem !important
	}

	.pb-xl-2 {
		padding-bottom: .5rem !important
	}

	.pb-xl-3 {
		padding-bottom: 1rem !important
	}

	.pb-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-xl-5 {
		padding-bottom: 3rem !important
	}

	.ps-xl-0 {
		padding-left: 0 !important
	}

	.ps-xl-1 {
		padding-left: .25rem !important
	}

	.ps-xl-2 {
		padding-left: .5rem !important
	}

	.ps-xl-3 {
		padding-left: 1rem !important
	}

	.ps-xl-4 {
		padding-left: 1.5rem !important
	}

	.ps-xl-5 {
		padding-left: 3rem !important
	}

	.text-xl-start {
		text-align: left !important
	}

	.text-xl-end {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}
}

@media (min-width:1440px) {
	.float-xxl-start {
		float: left !important
	}

	.float-xxl-end {
		float: right !important
	}

	.float-xxl-none {
		float: none !important
	}

	.d-xxl-inline {
		display: inline !important
	}

	.d-xxl-inline-block {
		display: inline-block !important
	}

	.d-xxl-block {
		display: block !important
	}

	.d-xxl-grid {
		display: grid !important
	}

	.d-xxl-table {
		display: table !important
	}

	.d-xxl-table-row {
		display: table-row !important
	}

	.d-xxl-table-cell {
		display: table-cell !important
	}

	.d-xxl-flex {
		display: flex !important
	}

	.d-xxl-inline-flex {
		display: inline-flex !important
	}

	.d-xxl-none {
		display: none !important
	}

	.flex-xxl-fill {
		flex: 1 1 auto !important
	}

	.flex-xxl-row {
		flex-direction: row !important
	}

	.flex-xxl-column {
		flex-direction: column !important
	}

	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xxl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xxl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-xxl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xxl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.gap-xxl-0 {
		gap: 0 !important
	}

	.gap-xxl-1 {
		gap: .25rem !important
	}

	.gap-xxl-2 {
		gap: .5rem !important
	}

	.gap-xxl-3 {
		gap: 1rem !important
	}

	.gap-xxl-4 {
		gap: 1.5rem !important
	}

	.gap-xxl-5 {
		gap: 3rem !important
	}

	.justify-content-xxl-start {
		justify-content: flex-start !important
	}

	.justify-content-xxl-end {
		justify-content: flex-end !important
	}

	.justify-content-xxl-center {
		justify-content: center !important
	}

	.justify-content-xxl-between {
		justify-content: space-between !important
	}

	.justify-content-xxl-around {
		justify-content: space-around !important
	}

	.justify-content-xxl-evenly {
		justify-content: space-evenly !important
	}

	.align-items-xxl-start {
		align-items: flex-start !important
	}

	.align-items-xxl-end {
		align-items: flex-end !important
	}

	.align-items-xxl-center {
		align-items: center !important
	}

	.align-items-xxl-baseline {
		align-items: baseline !important
	}

	.align-items-xxl-stretch {
		align-items: stretch !important
	}

	.align-content-xxl-start {
		align-content: flex-start !important
	}

	.align-content-xxl-end {
		align-content: flex-end !important
	}

	.align-content-xxl-center {
		align-content: center !important
	}

	.align-content-xxl-between {
		align-content: space-between !important
	}

	.align-content-xxl-around {
		align-content: space-around !important
	}

	.align-content-xxl-stretch {
		align-content: stretch !important
	}

	.align-self-xxl-auto {
		align-self: auto !important
	}

	.align-self-xxl-start {
		align-self: flex-start !important
	}

	.align-self-xxl-end {
		align-self: flex-end !important
	}

	.align-self-xxl-center {
		align-self: center !important
	}

	.align-self-xxl-baseline {
		align-self: baseline !important
	}

	.align-self-xxl-stretch {
		align-self: stretch !important
	}

	.order-xxl-first {
		order: -1 !important
	}

	.order-xxl-0 {
		order: 0 !important
	}

	.order-xxl-1 {
		order: 1 !important
	}

	.order-xxl-2 {
		order: 2 !important
	}

	.order-xxl-3 {
		order: 3 !important
	}

	.order-xxl-4 {
		order: 4 !important
	}

	.order-xxl-5 {
		order: 5 !important
	}

	.order-xxl-last {
		order: 6 !important
	}

	.m-xxl-0 {
		margin: 0 !important
	}

	.m-xxl-1 {
		margin: .25rem !important
	}

	.m-xxl-2 {
		margin: .5rem !important
	}

	.m-xxl-3 {
		margin: 1rem !important
	}

	.m-xxl-4 {
		margin: 1.5rem !important
	}

	.m-xxl-5 {
		margin: 3rem !important
	}

	.m-xxl-auto {
		margin: auto !important
	}

	.mx-xxl-0 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.mx-xxl-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.mx-xxl-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.mx-xxl-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.mx-xxl-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.mx-xxl-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.mx-xxl-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.my-xxl-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important
	}

	.my-xxl-1 {
		margin-bottom: .25rem !important;
		margin-top: .25rem !important
	}

	.my-xxl-2 {
		margin-bottom: .5rem !important;
		margin-top: .5rem !important
	}

	.my-xxl-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important
	}

	.my-xxl-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important
	}

	.my-xxl-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important
	}

	.my-xxl-auto {
		margin-bottom: auto !important;
		margin-top: auto !important
	}

	.mt-xxl-0 {
		margin-top: 0 !important
	}

	.mt-xxl-1 {
		margin-top: .25rem !important
	}

	.mt-xxl-2 {
		margin-top: .5rem !important
	}

	.mt-xxl-3 {
		margin-top: 1rem !important
	}

	.mt-xxl-4 {
		margin-top: 1.5rem !important
	}

	.mt-xxl-5 {
		margin-top: 3rem !important
	}

	.mt-xxl-auto {
		margin-top: auto !important
	}

	.me-xxl-0 {
		margin-right: 0 !important
	}

	.me-xxl-1 {
		margin-right: .25rem !important
	}

	.me-xxl-2 {
		margin-right: .5rem !important
	}

	.me-xxl-3 {
		margin-right: 1rem !important
	}

	.me-xxl-4 {
		margin-right: 1.5rem !important
	}

	.me-xxl-5 {
		margin-right: 3rem !important
	}

	.me-xxl-auto {
		margin-right: auto !important
	}

	.mb-xxl-0 {
		margin-bottom: 0 !important
	}

	.mb-xxl-1 {
		margin-bottom: .25rem !important
	}

	.mb-xxl-2 {
		margin-bottom: .5rem !important
	}

	.mb-xxl-3 {
		margin-bottom: 1rem !important
	}

	.mb-xxl-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-xxl-5 {
		margin-bottom: 3rem !important
	}

	.mb-xxl-auto {
		margin-bottom: auto !important
	}

	.ms-xxl-0 {
		margin-left: 0 !important
	}

	.ms-xxl-1 {
		margin-left: .25rem !important
	}

	.ms-xxl-2 {
		margin-left: .5rem !important
	}

	.ms-xxl-3 {
		margin-left: 1rem !important
	}

	.ms-xxl-4 {
		margin-left: 1.5rem !important
	}

	.ms-xxl-5 {
		margin-left: 3rem !important
	}

	.ms-xxl-auto {
		margin-left: auto !important
	}

	.p-xxl-0 {
		padding: 0 !important
	}

	.p-xxl-1 {
		padding: .25rem !important
	}

	.p-xxl-2 {
		padding: .5rem !important
	}

	.p-xxl-3 {
		padding: 1rem !important
	}

	.p-xxl-4 {
		padding: 1.5rem !important
	}

	.p-xxl-5 {
		padding: 3rem !important
	}

	.px-xxl-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.px-xxl-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important
	}

	.px-xxl-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important
	}

	.px-xxl-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.px-xxl-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}

	.px-xxl-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.py-xxl-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important
	}

	.py-xxl-1 {
		padding-bottom: .25rem !important;
		padding-top: .25rem !important
	}

	.py-xxl-2 {
		padding-bottom: .5rem !important;
		padding-top: .5rem !important
	}

	.py-xxl-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important
	}

	.py-xxl-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important
	}

	.py-xxl-5 {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important
	}

	.pt-xxl-0 {
		padding-top: 0 !important
	}

	.pt-xxl-1 {
		padding-top: .25rem !important
	}

	.pt-xxl-2 {
		padding-top: .5rem !important
	}

	.pt-xxl-3 {
		padding-top: 1rem !important
	}

	.pt-xxl-4 {
		padding-top: 1.5rem !important
	}

	.pt-xxl-5 {
		padding-top: 3rem !important
	}

	.pe-xxl-0 {
		padding-right: 0 !important
	}

	.pe-xxl-1 {
		padding-right: .25rem !important
	}

	.pe-xxl-2 {
		padding-right: .5rem !important
	}

	.pe-xxl-3 {
		padding-right: 1rem !important
	}

	.pe-xxl-4 {
		padding-right: 1.5rem !important
	}

	.pe-xxl-5 {
		padding-right: 3rem !important
	}

	.pb-xxl-0 {
		padding-bottom: 0 !important
	}

	.pb-xxl-1 {
		padding-bottom: .25rem !important
	}

	.pb-xxl-2 {
		padding-bottom: .5rem !important
	}

	.pb-xxl-3 {
		padding-bottom: 1rem !important
	}

	.pb-xxl-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-xxl-5 {
		padding-bottom: 3rem !important
	}

	.ps-xxl-0 {
		padding-left: 0 !important
	}

	.ps-xxl-1 {
		padding-left: .25rem !important
	}

	.ps-xxl-2 {
		padding-left: .5rem !important
	}

	.ps-xxl-3 {
		padding-left: 1rem !important
	}

	.ps-xxl-4 {
		padding-left: 1.5rem !important
	}

	.ps-xxl-5 {
		padding-left: 3rem !important
	}

	.text-xxl-start {
		text-align: left !important
	}

	.text-xxl-end {
		text-align: right !important
	}

	.text-xxl-center {
		text-align: center !important
	}
}

@media (min-width:1200px) {
	.fs-1 {
		font-size: 2.5rem !important
	}

	.fs-2 {
		font-size: 2rem !important
	}

	.fs-3 {
		font-size: 1.75rem !important
	}

	.fs-4 {
		font-size: 1.5rem !important
	}
}

@media print {
	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-grid {
		display: grid !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: flex !important
	}

	.d-print-inline-flex {
		display: inline-flex !important
	}

	.d-print-none {
		display: none !important
	}
}

@font-face {
	font-display: swap;
	font-family: Univers;
	font-style: normal;
	font-weight: 900;
	src: url(https://25890071.fs1.hubspotusercontent-eu1.net/hubfs/25890071/FLIR%20Fonts/Univers.otf) format("truetype");
}

@font-face {
	font-display: swap;
	font-family: Univers;
	font-style: normal;
	font-weight: 700;
	src: url(https://25890071.fs1.hubspotusercontent-eu1.net/hubfs/25890071/FLIR%20Fonts/Univers.otf) format("truetype");
}

@font-face {
	font-display: swap;
	font-family: Univers;
	font-style: normal;
	font-weight: 300;
	src:  url(https://25890071.fs1.hubspotusercontent-eu1.net/hubfs/25890071/FLIR%20Fonts/Univers.otf) format("truetype");
}

@font-face {
	font-display: swap;
	font-family: Univers;
	font-style: normal;
	font-weight: 100;
	src: url(https://25890071.fs1.hubspotusercontent-eu1.net/hubfs/25890071/FLIR%20Fonts/Univers.otf) format("truetype");
}

@font-face {
	font-display: swap;
	font-family: Univers;
	font-style: italic;
	font-weight: 300;
	src: url(https://25890071.fs1.hubspotusercontent-eu1.net/hubfs/25890071/FLIR%20Fonts/Univers.otf) format("truetype");
}

@font-face {
	font-display: swap;
	font-family: Univers;
	font-style: normal;
	font-weight: 400;
	src: url(https://25890071.fs1.hubspotusercontent-eu1.net/hubfs/25890071/FLIR%20Fonts/Univers.otf) format("truetype");
}

@font-face {
	font-display: swap;
	font-family: Univers;
	font-style: normal;
	font-weight: 600;
	src: url(https://25890071.fs1.hubspotusercontent-eu1.net/hubfs/25890071/FLIR%20Fonts/Univers.otf) format("truetype");
}

@font-face {
	font-display: swap;
	font-family: Univers;
	font-style: italic;
	font-weight: 600;
	src: url(https://25890071.fs1.hubspotusercontent-eu1.net/hubfs/25890071/FLIR%20Fonts/Univers.otf) format("truetype");
}

@font-face {
	font-display: swap;
	font-family: MuseoSans;
	font-style: normal;
	font-weight: 500;
	src: url(https://25890071.fs1.hubspotusercontent-eu1.net/hubfs/25890071/FLIR%20Fonts/MuseoSans_700.otf) format("truetype");
}

@font-face {
	font-display: swap;
	font-family: MuseoSans;
	font-style: normal;
	font-weight: 100;
	src: url(https://25890071.fs1.hubspotusercontent-eu1.net/hubfs/25890071/FLIR%20Fonts/MuseoSans_300.otf) format("truetype");
}

@font-face {
	font-display: swap;
	font-family: MuseoSans;
	font-style: normal;
	font-weight: 300;
	src: url(https://25890071.fs1.hubspotusercontent-eu1.net/hubfs/25890071/FLIR%20Fonts/MuseoSans_300.otf) format("truetype");
}

@font-face {
	font-display: swap;
	font-family: MuseoSans;
	font-style: normal;
	font-weight: 700;
	src: url(https://25890071.fs1.hubspotusercontent-eu1.net/hubfs/25890071/FLIR%20Fonts/MuseoSans_700.otf) format("truetype");
}

@font-face {
	font-display: swap;
	font-family: Material Icons;
	font-style: normal;
	font-weight: 400;
	src: url(https://25890071.fs1.hubspotusercontent-eu1.net/hubfs/25890071/Fonts/MaterialIcons.ttf) format("truetype");
}

@font-face {
	font-display: swap;
	font-family: Material Icons Sharp;
	font-style: normal;
	font-weight: 400;
	src: url(https://25890071.fs1.hubspotusercontent-eu1.net/hubfs/25890071/Fonts/MaterialIconsSharp-Regular.ttf) format("truetype");
}

@font-face {
	font-display: swap;
	font-family: Material Icons Outlined;
	font-style: normal;
	font-weight: 400;
	src: url(https://25890071.fs1.hubspotusercontent-eu1.net/hubfs/25890071/Fonts/MaterialIconsOutlined-Regular.ttf) format("truetype");
}

.icons,
.slick-arrow {
	word-wrap: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "liga";
	direction: ltr;
	display: inline-block;
	font-family: Material Icons;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1;
	text-transform: none;
	white-space: nowrap
}

.icons--sharp {
	font-family: Material Icons Sharp
}

.icons--outlined {
	font-family: Material Icons Outlined
}

.icons.white {
	background-color: unset !important
}

.icons.white:before {
	color: #fff
}

.boat .path-1:before {
	color: #002f87;
	content: "sailing"
}

.boat-front .path-1:before {
	color: #002f87;
	content: "directions_boat"
}

.boat-front .path-2:before {
	color: #fff;
	content: "directions_boat"
}

.chevron-down .path-1:before {
	color: #002f87;
	content: "expand_more"
}

.chevron-left .path-1:before {
	color: #002f87;
	content: "chevron_left"
}

.chevron-right .path-1:before {
	color: #002f87;
	content: "chevron_right"
}

.person .path-1:before {
	color: #002f87;
	content: "person"
}

.person .path-2:before {
	color: #fff;
	content: "person"
}

.premium .path-1:before {
	color: #fff;
	content: "verified_user"
}

.cart .path-1:before {
	color: #002f87;
	content: "shopping_cart"
}

.globe .path-1:before {
	color: #002f87;
	content: "language"
}

.globe .path-2:before {
	color: #fff;
	content: "language"
}

.search .path-1:before {
	color: #002f87;
	content: "search"
}

.search .path-2:before {
	color: #fff;
	content: "search"
}

.arrow .path-1:before {
	color: #002f87;
	content: "arrow_forward"
}

.pointer .path-1:before {
	color: #002f87;
	content: "place"
}

.pointer .path-2:before {
	color: #fff;
	content: "place"
}

.pointer .path-3:before {
	color: #3c404b;
	content: "place"
}

.phone .path-1:before {
	color: #002f87;
	content: "phone"
}

.phone .path-3:before {
	color: #3c404b;
	content: "phone"
}

.menu .path-1:before {
	color: #002f87;
	content: "menu"
}

.menu .path-2:before {
	color: #fff;
	content: "menu"
}

.close .path-1:before {
	color: #002f87;
	content: "close"
}

.close .path-2:before {
	color: #fff;
	content: "close"
}

.software .path-1:before {
	color: #838d95;
	content: "sync"
}

.knowledge .path-1:before {
	color: #838d95;
	content: "school"
}

.download .path-1:before {
	color: #838d95;
	content: "download"
}

.register .path-1:before {
	color: #838d95;
	content: "how_to_reg"
}

.manual .path-1:before {
	color: #838d95;
	content: "import_contacts"
}

.wrench .path-1:before {
	color: #838d95;
	content: "build"
}

.wrench .path-2:before {
	color: #002f87;
	content: "build"
}

.image .path-1:before {
	color: #838d95;
	content: "camera_enhance"
}

.video .path-1:before {
	color: #838d95;
	content: "videocam"
}

.star .path-1:before {
	color: #002f87;
	content: "grade"
}

.star .path-2:before {
	color: #000;
	content: "grade"
}

.star .path-3:before {
	color: #fff;
	content: "grade"
}

.play:before {
	content: "play_circle"
}

.closeIcon:before {
	content: "close"
}

.filter:before {
	content: "filter_list"
}

.refresh:before {
	content: "refresh"
}

.location:before {
	content: "my_location"
}

.arrowBack:before {
	content: "arrow_back"
}

.hasReadmore .readmore {
	display: block
}

.readmore {
	background-color: #fff;
	bottom: 0;
	cursor: pointer;
	display: none;
	height: 44px;
	left: 0;
	padding: 10px 0;
	position: absolute;
	text-transform: uppercase;
	width: 100%
}

.readmore:after {
	border: solid;
	border-width: 0 2px 2px 0;
	bottom: 22px;
	content: "";
	display: block;
	left: 100px;
	padding: 3px;
	position: absolute;
	transform: rotate(45deg)
}

body {
	font-family: Univers, sans-serif;
	overflow-x: hidden
}

body.modal-open {
	overflow: hidden
}

.modal-backdrop.show {
	opacity: .6
}

.page-body {
	min-height: calc(100vh - 360px)
}

.errorPage__wrapper {
	padding-top: 64px
}

@media (min-width:992px) {
	.errorPage__wrapper {
		padding-top: 200px
	}
}

.table th,
.wysiwyg table th {
	border: unset;
	color: #000;
	font-family: Univers, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: .01em;
	line-height: 24px;
	padding: 12px;
	text-transform: uppercase
}

.table td,
.wysiwyg table td {
	display: block;
	padding: 24px 12px
}

@media (min-width:992px) {

	.table td,
	.wysiwyg table td {
		display: table-cell
	}
}

.table td ol:last-child,
.table td p:last-child,
.table td ul:last-child,
.table th ol:last-child,
.table th p:last-child,
.table th ul:last-child,
.wysiwyg table td ol:last-child,
.wysiwyg table td p:last-child,
.wysiwyg table td ul:last-child,
.wysiwyg table th ol:last-child,
.wysiwyg table th p:last-child,
.wysiwyg table th ul:last-child {
	margin-bottom: 0
}

.wysiwyg img {
	height: auto;
	margin-bottom: 20px;
	max-width: 100%
}

.wysiwyg em strong,
.wysiwyg strong em {
	color: #002f87;
	font-style: normal;
	font-weight: 400
}

.wysiwyg .h1 em strong,
.wysiwyg .h1 strong em,
.wysiwyg h1 em strong,
.wysiwyg h1 strong em {
	font-weight: 300
}

.wysiwyg .h2 em strong,
.wysiwyg .h2 strong em,
.wysiwyg h2 em strong,
.wysiwyg h2 strong em {
	color: #3c404b;
	font-weight: 300
}

.wysiwyg .h3 em strong,
.wysiwyg .h3 strong em,
.wysiwyg h3 em strong,
.wysiwyg h3 strong em {
	color: #3c404b
}

.wysiwyg ul {
	padding-left: 20px
}

.wysiwyg ol {
	padding-left: 25px
}

.wysiwyg table {
	-ms-overflow-style: none;
	border: 1px solid #e0e3e6;
	border-radius: 5px;
	display: block;
	overflow-x: scroll;
	scrollbar-width: none;
	width: 100%
}

.wysiwyg table::-webkit-scrollbar {
	display: none
}

.wysiwyg table tbody,
.wysiwyg table thead {
	display: table;
	width: 100%
}

.wysiwyg table td,
.wysiwyg table th {
	display: table-cell;
	min-width: 110px;
	word-break: break-word
}

@media (min-width:992px) {

	.wysiwyg table td,
	.wysiwyg table th {
		min-width: 188px
	}
}

.wysiwyg table td ol:last-child,
.wysiwyg table td p:last-child,
.wysiwyg table td ul:last-child,
.wysiwyg table th ol:last-child,
.wysiwyg table th p:last-child,
.wysiwyg table th ul:last-child {
	margin-bottom: 0
}

.wysiwyg table .tableHeading,
.wysiwyg table thead {
	background: #edf0f3;
	color: #3c404b
}

.wysiwyg table .tableHeading td,
.wysiwyg table th {
	font-size: 16px;
	padding: 12px;
	text-transform: uppercase
}

.wysiwyg table .h5,
.wysiwyg table h5 {
	color: #3c404b
}

.tab-pane .wysiwyg table ul {
	list-style: none !important;
	padding-left: 10px
}

.tab-pane .wysiwyg table ul li {
	display: block;
	padding-left: 25px;
	position: relative
}

.tab-pane .wysiwyg table ul li:before {
	color: #002f87;
	content: "done";
	font-family: Material Icons;
	left: 0;
	margin-right: 10px;
	position: absolute;
	top: 0
}

img {
	width: 100%
}

.image {
	padding: 24px 0
}

@media (min-width:992px) {
	.image {
		padding: 55px 0
	}
}

.backgroundImage {
	position: relative
}

.backgroundImage>picture {
	bottom: 0;
	display: flex;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

@media (min-width:1920px) {
	.backgroundImage>picture {
		left: calc(50vw - 960px);
		max-width: 1920px
	}
}

.backgroundImage>picture img {
	height: auto;
	object-fit: cover;
	width: 100%
}

.backgroundImage>picture:before {
	display: none !important
}

@media (min-width:1920px) {
	.backgroundImage>picture:before {
		background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0) 5%, hsla(0, 0%, 100%, 0) 95%, #fff), transparent;
		bottom: 0;
		content: "";
		display: block !important;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 0
	}
}

.backgroundImage.light picture:before {
	background: linear-gradient(90deg, #f9fafb, hsla(0, 0%, 100%, 0) 5%, hsla(0, 0%, 100%, 0) 95%, #f9fafb), transparent
}

.backgroundImage.medium picture:before {
	background: linear-gradient(90deg, #edf0f3, hsla(0, 0%, 100%, 0) 5%, hsla(0, 0%, 100%, 0) 95%, #edf0f3), transparent
}

.backgroundImage.dark picture:before {
	background: linear-gradient(90deg, #232a31, hsla(0, 0%, 100%, 0) 5%, hsla(0, 0%, 100%, 0) 95%, #232a31), transparent
}

.backgroundImage>.container {
	position: relative;
	z-index: 1
}

.backgroundImage .wysiwyg .h1,
.backgroundImage .wysiwyg .h2,
.backgroundImage .wysiwyg .h3,
.backgroundImage .wysiwyg .h4,
.backgroundImage .wysiwyg .h5,
.backgroundImage .wysiwyg blockquote,
.backgroundImage .wysiwyg h1,
.backgroundImage .wysiwyg h2,
.backgroundImage .wysiwyg h3,
.backgroundImage .wysiwyg h4,
.backgroundImage .wysiwyg h5,
.backgroundImage .wysiwyg ol,
.backgroundImage .wysiwyg p,
.backgroundImage .wysiwyg ul {
	color: #fff
}

.backgroundImage .wysiwyg .h1 em strong,
.backgroundImage .wysiwyg .h1 strong em,
.backgroundImage .wysiwyg .h2 em strong,
.backgroundImage .wysiwyg .h2 strong em,
.backgroundImage .wysiwyg .h3 em strong,
.backgroundImage .wysiwyg .h3 strong em,
.backgroundImage .wysiwyg .h4 em strong,
.backgroundImage .wysiwyg .h4 strong em,
.backgroundImage .wysiwyg .h5 em strong,
.backgroundImage .wysiwyg .h5 strong em,
.backgroundImage .wysiwyg .mark,
.backgroundImage .wysiwyg a:not(.button),
.backgroundImage .wysiwyg h1 em strong,
.backgroundImage .wysiwyg h1 strong em,
.backgroundImage .wysiwyg h2 em strong,
.backgroundImage .wysiwyg h2 strong em,
.backgroundImage .wysiwyg h3 em strong,
.backgroundImage .wysiwyg h3 strong em,
.backgroundImage .wysiwyg h4 em strong,
.backgroundImage .wysiwyg h4 strong em,
.backgroundImage .wysiwyg h5 em strong,
.backgroundImage .wysiwyg h5 strong em,
.backgroundImage .wysiwyg mark {
	color: #ffa400
}

.backgroundImage .h1,
.backgroundImage .h2,
.backgroundImage .h3,
.backgroundImage .h4,
.backgroundImage .h5,
.backgroundImage blockquote,
.backgroundImage h1,
.backgroundImage h2,
.backgroundImage h3,
.backgroundImage h4,
.backgroundImage h5,
.backgroundImage ol,
.backgroundImage p,
.backgroundImage ul {
	color: #fff !important
}

.backgroundImage .mark,
.backgroundImage a:not(.button),
.backgroundImage mark {
	color: #ffa400
}

.backgroundImage:before {
	background-color: rgba(0, 0, 0, .5);
	bottom: 0;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1
}

.dark {
	background-color: #232a31 !important
}

.dark,
.dark .h1,
.dark .h2,
.dark .h3,
.dark h1,
.dark h2,
.dark h3,
.dark p,
.dark ul {
	color: #fff !important
}

.dark .h2 span,
.dark .mark,
.dark a:not(.button),
.dark h2 span,
.dark mark {
	color: #ffa400 !important
}

.dark .table td,
.dark .table th,
.dark .wysiwyg .h1,
.dark .wysiwyg .h2,
.dark .wysiwyg .h3,
.dark .wysiwyg .h4,
.dark .wysiwyg .h5,
.dark .wysiwyg a.button,
.dark .wysiwyg blockquote,
.dark .wysiwyg h1,
.dark .wysiwyg h2,
.dark .wysiwyg h3,
.dark .wysiwyg h4,
.dark .wysiwyg h5,
.dark .wysiwyg ol,
.dark .wysiwyg p,
.dark .wysiwyg ul {
	color: #fff
}

.dark .wysiwyg .mark,
.dark .wysiwyg a,
.dark .wysiwyg mark {
	color: #ffa400
}

.medium {
	background-color: #edf0f3 !important
}

.light {
	background-color: #f9fafb !important
}

.white {
	background-color: #fff !important
}

.grey {
	color: #3c404b !important
}

.richTextRow--oneColumn .accent {
	position: relative
}

@media (min-width:992px) {
	.richTextRow--oneColumn .accent:before {
		background-image: url(../fonts/wysiwyg.svg);
		background-repeat: no-repeat;
		content: " ";
		display: block;
		height: 252px;
		left: -85px;
		position: absolute;
		top: -64px;
		width: 12px
	}
}

.componentGap {
	padding: 60px 0
}

@media (min-width:992px) {
	.componentGap {
		padding: 117px 0
	}
}

.componentGap .componentGap--alt {
	padding-bottom: 0
}

.componentGap--alt {
	padding: 36px 0
}

@media (min-width:992px) {
	.componentGap--alt {
		padding: 64px 0
	}
}

.contentArea {
	padding: 64px 0 36px
}

.contentArea .social {
	margin: 0 auto;
	padding-top: 60px
}

@media (min-width:992px) {
	.contentArea .social {
		padding-top: 120px
	}
}

.text-right {
	text-align: right
}

@media (min-width:992px) {
	.text-lg-right {
		text-align: right
	}
}

.form-select {
	border-radius: 2px;
	height: 48px
}

.dealerLocator__filterFields .form-select {
	margin-bottom: 16px;
	width: 100%
}

@media (min-width:992px) {
	.dealerLocator__filterFields .form-select {
		width: 50%
	}
}

a[href=""].ctaCard {
	cursor: default;
	pointer-events: none
}

.h1,
.wysiwyg .h1,
.wysiwyg h1,
h1 {
	color: #002f87;
	font-family: MuseoSans, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: .022em;
	line-height: 44px;
	margin-bottom: 24px;
	text-transform: uppercase
}

@media (min-width:992px) {

	.h1,
	.wysiwyg .h1,
	.wysiwyg h1,
	h1 {
		font-size: 44px;
		line-height: 52px
	}
}


.h1--xxl {
	color: #002f87;
	font-family: MuseoSans, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: .022em;
	line-height: 44px;
	margin-bottom: 24px;
	text-transform: uppercase
}

@media (min-width:992px) {
	.h1--xxl {
		font-size: 60px;
		line-height: 69px
	}
}

.boatFinder .accordion-button,
.grid__wrapper .main .h3,
.grid__wrapper .main h3,
.grid__wrapper .wide .h3,
.grid__wrapper .wide h3,
.h2,
.wysiwyg .h2,
.wysiwyg h2,
h2 {
	color: #002f87;
	font-family: MuseoSans, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: .021em;
	line-height: 36px;
	margin-bottom: 20px;
	text-transform: uppercase
}

@media (min-width:992px) {

	.boatFinder .accordion-button,
	.grid__wrapper .main .h3,
	.grid__wrapper .main h3,
	.grid__wrapper .wide .h3,
	.grid__wrapper .wide h3,
	.h2,
	.wysiwyg .h2,
	.wysiwyg h2,
	h2 {
		font-size: 36px;
		line-height: 44px
	}
}

.h2 span,
h2 span {
	color: #002f87
}

.ctaCard--single .ctaCard__title p,
.h3,
.h3 p,
.wysiwyg .h3,
.wysiwyg h3,
h3,
h3 p {
	color: #002f87;
	font-family: Univers, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -.01em;
	line-height: 32px;
	margin-bottom: 16px
}


@media (max-width:767px) {
  h1 {
    	font-size: calc(1.375rem + 1.5vw)
  }
  
  h2 {
    font-size: calc(1rem + .9vw);
  }
}


@media (min-width:992px) {

	.ctaCard--single .ctaCard__title p,
	.h3,
	.h3 p,
	.wysiwyg .h3,
	.wysiwyg h3,
	h3,
	h3 p {
		font-size: 28px;
		font-weight: 500;
		letter-spacing: .01em;
		line-height: 36px
	}
}

.h4,
.header__dropdownList-title,
.wysiwyg .h4,
.wysiwyg h4,
h4 {
	color: #002f87;
	font-family: Univers, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -.01em;
	line-height: 28px;
	margin-bottom: 16px
}

@media (min-width:992px) {

	.h4,
	.header__dropdownList-title,
	.wysiwyg .h4,
	.wysiwyg h4,
	h4 {
		font-size: 24px;
		font-weight: 500;
		line-height: 32px
	}
}

.boatFinder .productGroupWrapper .accordion-button,
.h5,
.wysiwyg .h5,
.wysiwyg h5,
h5 {
	color: #002f87;
	font-family: Univers, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -.01em;
	line-height: 24px;
	margin-bottom: 8px
}

@media (min-width:992px) {

	.boatFinder .productGroupWrapper .accordion-button,
	.h5,
	.wysiwyg .h5,
	.wysiwyg h5,
	h5 {
		font-size: 18px;
		line-height: 28px
	}
}

.productFamily__filters .filter__results,
.productFamily__filters .sectionTitle,
.social--follow .social__tag,
.tagline {
	color: #002f87;
	font-family: Univers, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: .04em;
	line-height: 20px;
	margin-bottom: 16px;
	text-transform: uppercase
}

#CybotCookiebotDialog,
#CybotCookiebotDialogBodyContentText,
#CybotCookiebotDialogBodyContentText p,
.button,
.footer__links-list ul li,
.footer__list-title,
.newsList .grid__wrapper .main .button,
.newsList .grid__wrapper .wide .button,
.quoteCard__testimonial-name,
.quoteCard__testimonial-title,
.selectric .label,
.wysiwyg p,
form label,
p,
pre {
	color: #3c404b;
	font-family: Univers, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 28px;
	margin-bottom: 24px
}

.p--s-to-m {
	color: #3c404b;
	font-family: Univers, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 24px;
	margin-bottom: 24px
}

@media (min-width:992px) {
	.p--s-to-m {
		font-size: 16px;
		line-height: 28px
	}
}

.p--small {
	color: #3c404b;
	font-family: Univers, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 24px;
	margin-bottom: 12px
}

.downloadPanel__description,
.header__back,
.p--large-regular {
	font-weight: 400
}

.downloadPanel__description,
.header .dropdown-item,
.header .nav-link.dropdown-toggle,
.header__back,
.p--large-regular,
.p--large-semibold {
	color: #3c404b;
	font-family: Univers, sans-serif;
	font-size: 18px;
	font-style: normal;
	letter-spacing: .01em;
	line-height: 32px;
	margin-bottom: 12px
}

.header .dropdown-item,
.header .nav-link.dropdown-toggle,
.p--large-semibold {
	font-weight: 600
}

.wysiwyg blockquote,
blockquote {
	border-left: 1px solid #d0d4d9;
	color: #3c404b;
	font-family: Univers, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-style: italic;
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 28px;
	margin-bottom: 24px;
	padding: 12px 0 12px 24px
}

em,
i {
	font-style: italic
}

.mark,
.wysiwyg .mark,
.wysiwyg mark,
mark {
	background-color: transparent;
	color: #002f87
}

.wysiwyg a:hover:not(.button),
.wysiwyg a:not(.button),
a,
a:hover {
	color: #002f87;
	text-decoration: none
}

.wysiwyg a:active:not(.button),
a:active {
	color: #710032;
	text-decoration: none
}

.a--dark-mode,
.a--dark-mode:hover {
	color: #ffa400
}

.a--dark-mode:active {
	color: #cc8300
}

.wysiwyg ol,
ol {
	color: #3c404b;
	font-family: Univers, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 28px;
	list-style: auto;
	margin-bottom: 24px
}

.wysiwyg ol li,
ol li {
	margin-bottom: 4px
}

.wysiwyg ul,
ul {
	color: #3c404b;
	font-family: Univers, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 28px;
	list-style: disc;
	margin-bottom: 24px
}

.wysiwyg ul li,
ul li {
	margin-bottom: 4px
}

.ul--with-icon {
	list-style: none;
	padding: 0
}

.ul--with-icon li {
	display: flex;
	margin-bottom: 8px
}

.ul--with-icon li:before {
	color: #002f87;
	content: "done";
	font-family: Material Icons;
	margin-right: 10px
}

.text-grey {
	color: #3c404b
}

.text-maroon {
	color: #002f87
}

.wysiwyg .h1,
.wysiwyg h1 {
	color: #3c404b
}

.breadcrumb {
	margin-bottom: 24px
}

.breadcrumb li {
	margin-bottom: 0
}

.breadcrumb-item {
	color: #5e6875;
	font-weight: 600
}

.breadcrumb-item:before {
	color: #232a31 !important
}

.breadcrumb-item:hover {
	cursor: default
}

.breadcrumb-item a {
	color: #232a31
}

.breadcrumb-item a:hover {
	color: #002f87;
	cursor: pointer
}

.breadcrumb-item.active {
	color: #002f87
}

.dark .breadcrumb {
	background-color: transparent !important
}

.dark .breadcrumb .breadcrumb-item a,
.dark .breadcrumb .breadcrumb-item:before {
	color: #fff !important
}

.dark .breadcrumb .breadcrumb-item a:hover {
	color: #ffa400 !important
}

.dark .breadcrumb .breadcrumb-item.active {
	color: #ffa400
}

.button,
.newsList .grid__wrapper .main .button,
.newsList .grid__wrapper .wide .button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: linear-gradient(180deg, #002f87 38.49%, #710032 100%, #002f87);
	border: none;
	border-radius: 2px;
	color: #fff;
	display: inline-flex;
	font-weight: 600;
	margin-bottom: 0;
	padding: 10px 16px;
	text-decoration: none;
	transition: background .5s ease
}

.button:hover,
.newsList .grid__wrapper .main .button:hover,
.newsList .grid__wrapper .wide .button:hover {
	background: linear-gradient(180deg, #002f87, maroon 100%, #002f87);
	color: #fff
}

.button:active,
.newsList .grid__wrapper .main .button:active,
.newsList .grid__wrapper .wide .button:active {
	background: linear-gradient(180deg, #590c2e 38.49%, #710032 100%, #002f87);
	color: #fff
}

.button--white,
.learningList .grid__wrapper .main .button {
	background: #fff;
	color: #002f87;
	transition: background .5s ease, color .5s ease
}

.button--white:hover,
.learningList .grid__wrapper .main .button:hover {
	background: #edf0f3;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
	color: #000
}

.button--white:active,
.learningList .grid__wrapper .main .button:active {
	background: #edf0f3;
	box-shadow: none;
	color: #000
}

.button--outline-black {
	background: #fff;
	border: 1px solid #000;
	color: #000
}

.button--outline-black:hover {
	background: #edf0f3;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
	color: #000
}

.button--outline-black:active {
	background: #edf0f3;
	box-shadow: none;
	color: #000
}

.button--outline-grey {
	background: #fff;
	border: 1px solid #d0d4d9;
	color: #000
}

.button--outline-grey:hover {
	background: #edf0f3;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
	color: #000
}

.button--outline-grey:active {
	background: #edf0f3;
	box-shadow: none;
	color: #000
}

.button--link {
	padding: 0
}

.button--link,
.button--link:hover {
	background: none;
	color: #002f87
}

.button--link:active {
	background: none;
	color: #710032
}

.button--link-dark-mode {
	padding: 0
}

.button--link-dark-mode,
.button--link-dark-mode:hover {
	background: none;
	color: #ffa400
}

.button--link-dark-mode:active {
	background: none;
	color: #cc8300
}

.button--no-text {
	align-items: center;
	display: flex;
	height: 48px;
	justify-content: center;
	width: 48px !important
}

.button--no-text:after {
	font-size: 20px;
	margin: 0 !important
}

.wide {
	justify-content: center !important;
	width: 100% !important
}

.button--icon-before-arrow_forward {
	align-items: center;
	display: inline-flex;
	height: 48px;
	justify-content: space-between;
	width: fit-content
}

.button--icon-before-arrow_forward:before {
	content: "arrow_forward";
	font-family: Material Icons;
	height: 25px;
	margin-right: 7px;
	width: 16px
}

.button--icon-after-arrow_forward {
	align-items: center;
	display: inline-flex;
	height: 48px;
	justify-content: space-between;
	width: fit-content
}

.button--icon-after-arrow_forward:after {
	content: "arrow_forward";
	font-family: Material Icons Sharp;
	height: 25px;
	margin-left: 7px
}

.button--icon-before-arrow_backward {
	align-items: center;
	display: inline-flex;
	height: 48px;
	justify-content: space-between;
	width: fit-content
}

.button--icon-before-arrow_backward:before {
	content: "arrow_backward";
	font-family: Material Icons;
	height: 25px;
	margin-right: 7px;
	width: 16px
}

.button--icon-after-arrow_backward {
	align-items: center;
	display: inline-flex;
	height: 48px;
	justify-content: space-between;
	width: fit-content
}

.button--icon-after-arrow_backward:after {
	content: "arrow_backward";
	font-family: Material Icons Sharp;
	height: 25px;
	margin-left: 7px
}

.button--icon-before-download {
	align-items: center;
	display: inline-flex;
	height: 48px;
	justify-content: space-between;
	width: fit-content
}

.button--icon-before-download:before {
	content: "download";
	font-family: Material Icons;
	height: 25px;
	margin-right: 7px;
	width: 16px
}

.button--icon-after-download {
	align-items: center;
	display: inline-flex;
	height: 48px;
	justify-content: space-between;
	width: fit-content
}

.button--icon-after-download:after {
	content: "download";
	font-family: Material Icons Sharp;
	height: 25px;
	margin-left: 7px
}

.button--icon-before-phone {
	align-items: center;
	display: inline-flex;
	height: 48px;
	justify-content: space-between;
	width: fit-content
}

.button--icon-before-phone:before {
	content: "phone";
	font-family: Material Icons;
	height: 25px;
	margin-right: 7px;
	width: 16px
}

.button--icon-after-phone {
	align-items: center;
	display: inline-flex;
	height: 48px;
	justify-content: space-between;
	width: fit-content
}

.button--icon-after-phone:after {
	content: "phone";
	font-family: Material Icons Sharp;
	height: 25px;
	margin-left: 7px
}

.button--icon-before-search {
	align-items: center;
	display: inline-flex;
	height: 48px;
	justify-content: space-between;
	width: fit-content
}

.button--icon-before-search:before {
	content: "search";
	font-family: Material Icons;
	height: 25px;
	margin-right: 7px;
	width: 16px
}

.button--icon-after-search {
	align-items: center;
	display: inline-flex;
	height: 48px;
	justify-content: space-between;
	width: fit-content
}

.button--icon-after-search:after {
	content: "search";
	font-family: Material Icons Sharp;
	height: 25px;
	margin-left: 7px
}

.button--icon-before-play_circle_outline {
	align-items: center;
	display: inline-flex;
	height: 48px;
	justify-content: space-between;
	width: fit-content
}

.button--icon-before-play_circle_outline:before {
	content: "play_circle_outline";
	font-family: Material Icons;
	height: 25px;
	margin-right: 7px;
	width: 16px
}

.button--icon-after-play_circle_outline {
	align-items: center;
	display: inline-flex;
	height: 48px;
	justify-content: space-between;
	width: fit-content
}

.button--icon-after-play_circle_outline:after {
	content: "play_circle_outline";
	font-family: Material Icons Sharp;
	height: 25px;
	margin-left: 7px
}

.maroonCard {
	display: block
}

.maroonCard__body {
	background: linear-gradient(180deg, #002f87 38.49%, #710032 100%, #002f87);
	padding: 24px
}

.maroonCard__body .h3,
.maroonCard__body h3,
.maroonCard__body p {
	color: #fff
}

.maroonCard--offer {
	border-radius: 3px;
	margin-bottom: 24px
}

.maroonCard--offer p {
	margin-bottom: 9px
}

.maroonCard--download .h3,
.maroonCard--download h3 {
	margin-bottom: 8px
}

.maroonCard--download p {
	margin-bottom: 0
}

.infoCard {
	display: block
}

.infoCard__body {
	box-shadow: 0 4px 10px rgba(93, 99, 112, .1);
	padding: 24px
}

.infoCard__body .h3,
.infoCard__body h3 {
	color: #000;
	margin-bottom: 8px
}

.infoCard__body p {
	margin-bottom: 8px
}

.infoCard--image p {
	margin-bottom: 24px
}

.quoteCard {
	background: #f9fafb;
	border-radius: 6px;
	display: block;
	padding: 48px
}

@media (min-width:992px) {
	.quoteCard__testimonial {
		align-items: center;
		display: flex;
		justify-content: space-between
	}
}

.quoteCard__testimonial-info {
	align-items: flex-start;
	display: flex;
	margin-bottom: 10px
}

.quoteCard__testimonial-name {
	color: #000;
	font-weight: 600;
	margin-bottom: 0
}

.quoteCard__testimonial-title,
.quoteCard__testimonial-title p {
	margin-bottom: 0
}

.quoteCard__testimonial img {
	border: 2px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	height: 64px;
	margin-right: 16px;
	width: 64px
}

.ambassadorCard {
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(93, 99, 112, .1);
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative
}

.ambassadorCard picture img {
	height: 280px;
	object-fit: cover;
	object-position: center;
	width: 100%
}

.ambassadorCard__tag {
	align-items: center;
	background-color: #002f87;
	display: flex;
	left: 0;
	padding: 5px 15px;
	position: absolute;
	top: 0
}

.ambassadorCard__tag .icons {
	font-size: 20px;
	margin-right: 12px
}

.ambassadorCard__tag .tagline {
	color: #fff;
	margin-bottom: 0 !important
}

.ambassadorCard__body {
	padding: 24px
}

.ambassadorCard .tagline {
	margin-bottom: 9px
}

.ambassadorCard .h3,
.ambassadorCard h3 {
	color: #000;
	margin-bottom: 17px
}

.ambassadorCard p {
	margin-bottom: 0
}

.newsCard {
	display: flex;
	position: relative
}

.newsCard picture img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%
}

.newsCard__content .h2,
.newsCard__content h2 {
	color: #000
}

.newsCard--imgBg {
	align-items: center
}

@media (min-width:992px) {
	.newsCard--imgBg {
		min-height: 290px
	}
}

.newsCard--imgBg picture img {
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%
}

.newsCard--imgBg picture:after {
	background-color: rgba(0, 0, 0, .25);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.newsCard--imgBg .newsCard__content {
	padding: 24px;
	position: relative;
	z-index: 2
}

.newsCard--imgBg .newsCard__content * {
	color: #fff
}

.newsCard--text {
	display: block;
	margin-bottom: 24px;
	min-height: 0
}

.newsCard--text .tagline {
	margin-bottom: 4px
}

.newsCard--text .button--link {
	height: 28px
}

.newsCard--text .h3,
.newsCard--text h3 {
	color: #3c404b;
	margin-bottom: 8px
}

.newsCard--text .newsCard__content {
	box-shadow: 0 4px 10px rgba(93, 99, 112, .1);
	padding: 24px
}

.newsCard--inRow {
	flex-direction: column;
	margin-bottom: 24px
}

@media (min-width:768px) {
	.newsCard--inRow {
		flex-direction: row;
		margin-bottom: 37.5px
	}
}

.newsCard--inRow picture {
	display: block;
	min-height: 345px;
	width: 100%
}

@media (min-width:768px) {
	.newsCard--inRow picture {
		width: 50%
	}
}

.newsCard--inRow .newsCard__content {
	display: block;
	padding: 24px 0;
	width: 100%
}

@media (min-width:768px) {
	.newsCard--inRow .newsCard__content {
		padding: 0 24px;
		width: 50%
	}
}

.newsCard--inCol {
	flex-direction: column
}

.newsCard--inCol picture img {
	min-height: 320px
}

.newsCard--inCol .newsCard__content {
	padding: 24px 0
}

.newsCard--event .tagline {
	background-color: #ffa400;
	color: #000;
	display: inline-block;
	padding: 5px 15px
}

.newsCard--event .tagline.online {
	background-color: #fff;
	color: #000 !important
}

.newsCard--event .date {
	margin: 10px 0
}

.newsCard--learning .tagline {
	background-color: #fff;
	color: #000 !important;
	display: inline-block;
	padding: 5px 15px
}

.newsCard--learning .date {
	margin: 10px 0
}

.newsCard--featured {
	flex-direction: column
}

.newsCard--featured .newsCard__tag {
	align-self: start;
	background: #232a31;
	color: #fff;
	display: inline-block;
	margin-bottom: 0;
	padding: 5px 15px;
	position: relative;
	word-break: break-all
}

.newsCard--featured .newsCard__container {
	align-items: center;
	display: flex;
	position: relative
}

@media (min-width:992px) {
	.newsCard--featured .newsCard__container {
		min-height: 280px
	}
}

.newsCard--featured .newsCard__container picture img {
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%
}

.newsCard--featured .newsCard__container picture:after {
	background-color: rgba(0, 0, 0, .25);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.newsCard--featured .newsCard__container .newsCard__content {
	padding: 24px;
	position: relative;
	z-index: 2
}

.newsCard--featured .newsCard__container .newsCard__content * {
	color: #fff
}

.ctaCard .h3,
.ctaCard h3 {
	color: #000;
	margin-bottom: 8px
}

.ctaCard__body {
	padding: 24px 0 22px
}

.ctaCard__body p:last-child {
	margin-bottom: 0
}

.ctaCard--single {
	align-items: center;
	background: linear-gradient(0deg, rgba(35, 42, 49, .5), rgba(35, 42, 49, 0) 54.66%), #232a31;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 64px 15px;
	text-align: center
}

@media (min-width:992px) {
	.ctaCard--single {
		flex-direction: row;
		padding: 64px;
		text-align: left
	}
}

.ctaCard--single .h3,
.ctaCard--single h3 {
	color: #fff;
	margin-bottom: 39px
}

@media (min-width:992px) {

	.ctaCard--single .h3,
	.ctaCard--single h3 {
		margin-bottom: 0;
		max-width: 480px
	}
}

.ctaCard--single .ctaCard__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0;
	width: 100%
}

@media (min-width:992px) {
	.ctaCard--single .ctaCard__body {
		flex-direction: row
	}
}

.ctaCard--single .ctaCard__title p {
	color: #fff !important;
	margin-bottom: 0
}

.ctaCard--single.noCta .h3,
.ctaCard--single.noCta h3 {
	margin-bottom: 0;
	max-width: 800px
}

.dark .ctaCard__title p {
	color: #000 !important
}

.productCard {
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(93, 99, 112, .1);
	display: block;
	margin-bottom: 24px;
	position: relative
}

@media (min-width:992px) {
	.productCard {
		margin-bottom: 48px
	}
}

.productCard--featured {
	background: none;
	box-shadow: none
}

.productCard--featured .productCard__tag {
	background: #232a31;
	color: #fff;
	display: inline-block;
	position: relative;
	word-break: break-all
}

.productCard--featured .productCard__container {
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(93, 99, 112, .1)
}

.productCard--featured .inlineRating {
	margin-bottom: 12px
}

.productCard picture img {
	height: 280px;
	object-fit: cover;
	object-position: center
}

.productCard__tag {
	margin-bottom: 0;
	padding: 5px 15px;
	position: absolute;
	right: 0;
	top: 0
}

.productCard__tag--yellow {
	background-color: #ffa400;
	color: #000
}

.productCard__tag--orange {
	background-color: #f5222d;
	color: #fff
}

.productCard__tagline {
	margin-bottom: 21px
}

.productCard .h3,
.productCard h3 {
	color: #000;
	margin-bottom: 25px
}

.productCard__rating {
	align-items: center;
	display: flex
}

.productCard__rating .icons {
	font-size: 20px
}

.productCard__rating--score {
	color: #3c404b;
	margin-bottom: 0;
	margin-left: 5px
}

.productCard__body {
	padding: 24px
}

.productCard__text {
	padding-top: 25px
}

.productCard__text p:last-child {
	margin-bottom: 0
}

.productCard button {
	height: unset;
	padding: 0
}

.productCard--group .h3,
.productCard--group h3 {
	height: 64px;
	margin-bottom: 17px;
	overflow: hidden
}

@media (min-width:992px) {

	.productCard--group .h3,
	.productCard--group h3 {
		height: 72px
	}
}

.productCard--offer .productCard__tagline {
	margin-bottom: 9px
}

@media (min-width:992px) {
	.productCard--list .productCard__tagline {
		margin-bottom: 9px
	}
}

@media (min-width:1440px) {

	.productCard--list .h3,
	.productCard--list h3 {
		margin-bottom: 9px
	}
}

.productCard--list .productCard__list {
	border-top: 1px solid #d0d4d9;
	color: #838d95;
	font-weight: 600;
	list-style: none;
	margin-bottom: 0;
	padding: 12px 0 0
}

@media (min-width:1440px) {
	.productCard--list .productCard__list {
		column-count: 2
	}
}

.productCard--list .productCard__list a {
	align-items: flex-start;
	color: #838d95;
	display: flex;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 12px
}

@media (min-width:992px) {
	.productCard--list .productCard__list a {
		font-size: 16px
	}
}

.productCard--list .productCard__list a:last-child {
	margin-bottom: 0
}

.productCard--list .productCard__list a:before {
	color: #838d95;
	font-family: Material Icons;
	font-size: 20px;
	margin-right: 7px
}

.productCard--list .productCard__list a.productCard__listItem--software:before {
	content: "sync"
}

.productCard--list .productCard__list a.productCard__listItem--knowledge:before {
	content: "school";
	font-family: Material Icons Outlined
}

.productCard--list .productCard__list a.productCard__listItem--download:before {
	content: "download"
}

.productCard--list .productCard__list a.productCard__listItem--register:before {
	content: "how_to_reg"
}

.productCard--list .productCard__list a.productCard__listItem--manual:before {
	content: "import_contacts"
}

.productCard--list .productCard__list a.productCard__listItem--guide:before {
	content: "build"
}

.productCard--list .productCard__list a.productCard__listItem--image:before {
	content: "camera_enhance"
}

.productCard--list .productCard__list a.productCard__listItem--video:before {
	content: "videocam"
}

@media (min-width:1440px) {

	.productCard--media .h3,
	.productCard--media h3 {
		margin-bottom: 25px
	}
}

.productCard--media .productCard__list {
	margin-top: 43px
}

@media (min-width:1440px) {
	.productCard--media .productCard__list {
		margin-top: 25px
	}
}

.contactCard {
	margin-bottom: 20px;
	min-height: 150px
}

.contactCard__location,
.contactCard__phoneNumber {
	color: #3c404b;
	display: flex;
	margin-bottom: 10px
}

.contactCard__location .icons,
.contactCard__phoneNumber .icons {
	font-size: 22px;
	margin-right: 8px
}

.officeLocationCard {
	margin-bottom: 20px;
	min-height: 150px
}

.officeLocationCard .h5,
.officeLocationCard h5 {
	color: #000;
	margin-bottom: 18px
}

.dark .officeLocationCard .h5,
.dark .officeLocationCard a:not(.button),
.dark .officeLocationCard h5,
.dark .officeLocationCard p,
.dark .officeLocationCard span:before {
	color: #fff !important
}

.dealerCard {
	border-bottom: 1px solid #d0d4d9;
	margin-bottom: 0 !important;
	padding: 50px 10px
}

@media (min-width:768px) {
	.dealerCard {
		padding-left: 0;
		padding-right: 0
	}
}

.dealerCard.active .dealerCard__highlight {
	border: 2px solid #002f87;
	padding: 10px
}

.dealerCard__tag {
	align-items: center;
	background-color: #002f87;
	display: flex;
	margin-bottom: 10px;
	padding: 6px 18px;
	width: fit-content
}

.dealerCard__tag .tagline.dealerCard__tagline {
	color: #fff;
	margin: 0
}

.dealerCard__tag .icons {
	margin-right: 13px
}

.dealerCard .h3,
.dealerCard h3 {
	color: #000;
	margin-bottom: 26px
}

.dealerCard .tagline {
	color: #3c404b;
	margin-bottom: 11px;
	margin-top: 20px
}

.dealerCard__services {
	align-items: center;
	display: flex;
	list-style: none;
	margin-bottom: 15px;
	padding: 0
}

.dealerCard__services img {
	height: 24px;
	margin-right: 16px;
	width: 24px
}

.dealerCard p {
	margin-bottom: 0
}

.dealerCard__buttons {
	align-items: center;
	display: flex;
	margin-top: 42px
}

.dealerCard__buttons .button:first-child {
	margin-right: 8px
}

.eventCard__body {
	display: block;
	padding: 24px 24px 0
}

.eventCard__body .date {
	color: #002f87;
	font-weight: 600
}

.dark .infoCard__body,
.dark .productCard__body {
	background-color: #fff
}

.dark .infoCard__body .h3,
.dark .infoCard__body h3,
.dark .productCard__body .h3,
.dark .productCard__body h3 {
	color: #000 !important
}

.dark .infoCard__body p,
.dark .productCard__body p {
	color: #232a31 !important
}

.dark .infoCard__body .tagline,
.dark .productCard__body .tagline {
	color: #002f87 !important
}

.dark .newsCard--inCol .tagline,
.dark .newsCard--inRow .tagline {
	color: #ffa400 !important
}

.dark .newsCard--text {
	background-color: #fff
}

.dark .newsCard--text .tagline {
	color: #002f87 !important
}

.dark .newsCard--text .h3,
.dark .newsCard--text h3 {
	color: #3c404b !important
}

.productCard__tag+.productCard__body {
	padding: 40px 24px 24px
}

.social {
	background-color: transparent
}

.social,
.social__links {
	align-items: center;
	display: flex
}

.social__links a {
	margin-left: 19px
}

.social__links img {
	margin: 0;
	width: 30px
}

.social--share {
	margin: 60px 0 36px
}

.social--share .social__tag {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0
}

.social--follow {
	margin-bottom: 40px
}

.social--follow .social__tag {
	color: #000;
	margin-bottom: 0
}

.col-12>.social--share {
	margin-top: 0 !important
}

.videoRow {
	background-color: #fff
}

.videoRow__placeholder,
.videoRow__placeholder--canto {
	background-color: #000;
	height: 0;
	margin-bottom: 24px;
	padding-top: 56.25%;
	position: relative;
	width: 100%
}

.videoRow__placeholder .videoRow__iframe,
.videoRow__placeholder picture,
.videoRow__placeholder--canto .videoRow__iframe,
.videoRow__placeholder--canto picture {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.videoRow__placeholder picture,
.videoRow__placeholder--canto picture {
	overflow: hidden;
	z-index: 3
}

.videoRow__placeholder picture img,
.videoRow__placeholder--canto picture img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%
}

.videoRow__placeholder .playBtn,
.videoRow__placeholder--canto .playBtn {
	background-color: #002f87;
	border-radius: 50%;
	height: 40px;
	width: 40px
}

.videoRow__placeholder .playBtn .icons,
.videoRow__placeholder--canto .playBtn .icons {
	color: #fff;
	cursor: pointer;
	font-size: 60px;
	margin-left: -10px;
	margin-top: -10px
}

@media (min-width:992px) {

	.videoRow__placeholder .playBtn .icons,
	.videoRow__placeholder--canto .playBtn .icons {
		font-size: 80px;
		margin-left: -20px;
		margin-top: -20px
	}
}

.videoRow__placeholderWrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 0;
	padding: 0 20px 20px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 5
}

.videoRow__placeholderWrapper .h3,
.videoRow__placeholderWrapper h3,
.videoRow__placeholderWrapper p {
	color: #fff;
	max-width: 800px
}

.videoRow__content .h2,
.videoRow__content .h3,
.videoRow__content h2,
.videoRow__content h3 {
	color: #000;
	margin-bottom: 16px;
	width: 100%
}

.videoRow__placeholder--canto video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

form label {
	display: block;
	font-weight: 700;
	margin-bottom: 2px
}

form .form-item {
	margin-bottom: 24px
}

form .form-check {
	display: inline-block;
	margin: 10px 12px 12px 0;
	padding-left: 20px;
	position: relative
}

form .form-check label {
	display: inline-block;
	font-weight: 500;
	padding-left: 8px
}

form .form-check input {
	margin-left: -20px !important
}

form .form-check.radio {
	display: flex
}

form .form-check.radio label {
	margin-right: 10px;
	padding: 0 30px 12px 10px
}

.form-control {
	background: #fff;
	border: 1px solid #d0d4d9;
	border-radius: 2px !important;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .15)
}

textarea.form-control {
	height: auto
}

.selectric-wrapper {
	cursor: pointer;
	position: relative
}

.selectric {
	background: #fff;
	border: 1px solid #d0d4d9;
	border-radius: 2px;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .15);
	padding: 8px 32px 10px 12px;
	position: relative
}

.selectric .label {
	color: #3c404b !important;
	display: block;
	margin: 0 38px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	user-select: none;
	white-space: nowrap
}

.selectric .button {
	background: none;
	color: transparent;
	display: block;
	padding: 11px 10px 7px 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0
}

.selectric .button:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%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");
	background-repeat: no-repeat;
	border: none;
	content: " ";
	display: inline-block;
	height: 16px;
	width: 16px
}

.selectric-open {
	border-radius: 2px 2px 0 0
}

.selectric-open,
.selectric:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	z-index: 9999
}

.selectric-open .selectric .button:after {
	transform: rotate(180deg)
}

.selectric-open .selectric-items {
	display: block
}

.selectric-disabled {
	cursor: default;
	filter: alpha(opacity=50);
	opacity: .5;
	user-select: none
}

.selectric-hide-select {
	height: 0;
	overflow: hidden;
	position: relative;
	width: 0
}

.selectric-hide-select.selectric-is-native {
	height: 100%;
	position: absolute;
	z-index: 10
}

.selectric-hide-select.selectric-is-native select {
	border: none;
	box-sizing: border-box;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.selectric-input {
	clip: rect(0, 0, 0, 0) !important;
	background: none !important;
	border: none !important;
	height: 1px !important;
	left: 0 !important;
	margin: 0 !important;
	outline: none !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	top: 0 !important;
	width: 1px !important
}

.selectric-temp-show {
	display: block !important;
	position: absolute !important;
	visibility: hidden !important
}

.selectric-items {
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
	display: none;
	left: 0;
	margin-top: 0;
	position: absolute;
	z-index: -1
}

.selectric-items .selectric-scroll {
	border-radius: 0 0 2px 2px;
	height: 100%
}

.selectric-above .selectric-items {
	bottom: 100%;
	top: auto
}

.selectric-items li,
.selectric-items ul {
	font-size: 16px;
	line-height: 20px;
	list-style: none;
	margin: 0;
	min-height: 20px;
	padding: 0
}

.selectric-items li {
	border-bottom: 1px solid #e0e3e6;
	color: #3c404b;
	cursor: pointer;
	list-style-position: inside;
	padding: 10px 16px;
	text-transform: none
}

.selectric-items li:hover {
	background-color: #edf0f3
}

.selectric-items li:last-of-type {
	border-bottom: none
}

.selectric-items li.highlighted,
.selectric-items li.selected,
.selectric-items li:focus {
	background-color: #edf0f3
}

.selectric-items .disabled {
	background: none !important;
	cursor: default !important;
	opacity: .5;
	user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
	background: none;
	color: #3c404b;
	cursor: default;
	font-weight: 700;
	font-weight: 500;
	padding-left: 10px;
	user-select: none
}

.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1
}

.selectric-items .selectric-group li {
	padding-left: 25px
}

.selectric-multiple .selectric-items li:last-of-type {
	border-bottom: 1px solid #e0e3e6
}

.selectric-multiple .selectric-items ul {
	font-size: 16px;
	line-height: 20px;
	list-style: disc;
	margin: 0;
	min-height: 20px;
	padding: 0
}

.selectric-multiple .selectric-items li:not(.selectric-group-label) {
	list-style: disc;
	list-style-position: inside
}

.faqsComponent {
	background-color: #fff
}

.faqsComponent__wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 860px
}

.faqsComponent .accordion {
	max-width: 640px;
	width: 100%
}

.accordion {
	background-color: #fff
}

@media (min-width:992px) {
	.accordion {
		padding: 24px
	}
}

.accordion-item {
	border: unset !important
}

.accordion-button {
	border: unset;
	color: #000;
	display: flex;
	font-family: Univers, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	justify-content: space-between;
	letter-spacing: .01em;
	line-height: 24px;
	padding: 1rem .5rem
}

@media (min-width:992px) {
	.accordion-button {
		padding: 1rem 1.25rem
	}
}

.accordion-button:not(.collapsed) {
	background-color: transparent;
	border: unset;
	box-shadow: unset;
	color: #000
}

.accordion-button:not(.collapsed):after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23838d95'%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")
}

.accordion-button.disabled {
	pointer-events: none
}

.accordion-button:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23838d95'%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");
	background-size: 1rem;
	height: 1rem;
	margin-left: unset;
	width: 1rem
}

.accordion-button:focus,
.accordion-button:hover {
	border: unset
}

.accordion-button p {
	color: #000;
	font-family: Univers, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: .01em;
	line-height: 24px;
	margin-bottom: 0;
	margin-right: 12px
}

.accordion-body {
	padding: .25rem .5rem
}

@media (min-width:992px) {
	.accordion-body {
		padding: .25rem 1.25rem
	}
}

.dark .accordion {
	background-color: #232a31
}

.dark .accordion-body,
.dark .accordion-button {
	background-color: #232a31;
	color: #fff
}

.dark .accordion-button:after,
.dark .accordion-button:not(.collapsed):after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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")
}

.tab-pane .faqsComponent {
	padding: 20px
}

@media (min-width:992px) {
	.tab-pane .faqsComponent {
		padding: 50px
	}
}

.ambassadorListRow {
	background-color: #fff
}

.ambassadorListRow .h2,
.ambassadorListRow h2 {
	color: #3c404b;
	margin-bottom: 42px
}

.ambassadorListRow>.container {
	padding-bottom: 64px;
	padding-top: 64px
}

@media (min-width:992px) {
	.ambassadorListRow>.container {
		padding-bottom: 117px;
		padding-top: 117px
	}
}

.ambassadorListRow .col-12:not(:last-child) .ambassadorCard {
	margin-bottom: 24px
}

@media (min-width:992px) {
	.ambassadorListRow .col-12:not(:last-child) .ambassadorCard {
		margin-bottom: 0
	}
}

.ambassadorListRow__cta {
	margin-top: 52px;
	text-align: center
}

.ambassadorListRow.backgroundImage .ambassadorCard .h3,
.ambassadorListRow.backgroundImage .ambassadorCard h3,
.ambassadorListRow.dark .ambassadorCard .h3,
.ambassadorListRow.dark .ambassadorCard h3 {
	color: #000 !important
}

.ambassadorListRow.backgroundImage .ambassadorCard p,
.ambassadorListRow.dark .ambassadorCard p {
	color: #3c404b !important
}

.ambassadorListRow.backgroundImage a.button,
.ambassadorListRow.dark a.button {
	color: #fff !important
}

.ctaPanelRow {
	background-color: #fff
}

.ctaPanelRow>.container {
	padding-bottom: 30px;
	padding-top: 50px
}

.ctaPanelRow .h2,
.ctaPanelRow h2 {
	color: #3c404b;
	margin-bottom: 68px
}

.ctaPanelRow.dark {
	background: #232a31
}

.ctaPanelRow.dark .ctaCard__body .h3,
.ctaPanelRow.dark .ctaCard__body h3,
.ctaPanelRow.dark .ctaCard__body p,
.ctaPanelRow.dark .h2,
.ctaPanelRow.dark h2 {
	color: #fff
}

.ctaPanelRow--singleTile.dark .ctaCard {
	background: #f9fafb
}

.ctaPanelRow--singleTile.dark .ctaCard .h3,
.ctaPanelRow--singleTile.dark .ctaCard h3 {
	color: #000 !important
}

.ctaPanelRow.backgroundImage>.container {
	position: relative
}

.downloadPanel {
	background-color: #fff;
	padding-bottom: 36px;
	padding-top: 36px
}

@media (min-width:992px) {
	.downloadPanel {
		padding-bottom: 64px;
		padding-top: 64px
	}
}

.downloadPanel__title {
	color: #000
}

.downloadPanel .maroonCard--download {
	margin-bottom: 15px
}

.eventsListRow {
	background-color: #fff
}

.eventsListRow>.container {
	padding-bottom: 64px;
	padding-top: 64px
}

@media (min-width:992px) {
	.eventsListRow>.container {
		padding-bottom: 117px;
		padding-top: 117px
	}
}

.eventsListRow__title {
	color: #3c404b;
	margin-bottom: 42px
}

.eventsListRow__cta {
	margin-top: 33px;
	text-align: center
}

.eventsListRow .newsCard {
	align-items: flex-start;
	background-color: #232a31;
	height: calc(100% - 20px);
	margin-bottom: 20px
}

.eventsListRow.backgroundImage .eventsListRow__cta a {
	color: #fff
}

.featurePromoPanelRow {
	background-color: #fff
}

.featurePromoPanelRow__hero {
	margin-top: 50px
}

@media (min-width:992px) {
	.featurePromoPanelRow__hero {
		margin-top: 70px
	}
}

@media (min-width:1200px) {
	.featurePromoPanelRow__hero {
		margin-top: 117px
	}
}

.featurePromoPanelRow__body {
	display: flex;
	flex-direction: column;
	padding-bottom: 50px;
	padding-top: 50px;
	place-items: center
}

@media (min-width:992px) {
	.featurePromoPanelRow__body {
		padding-bottom: 70px;
		padding-top: 70px
	}
}

@media (min-width:1200px) {
	.featurePromoPanelRow__body {
		padding-bottom: 117px;
		padding-top: 117px
	}
}

.featurePromoPanelRow__title {
	margin-bottom: 20px
}

.featurePromoPanelRow.dark .featurePromoPanelRow__copy {
	color: #838d95 !important
}

.featuredArticleRow {
	background-color: #fff;
	position: relative;
	z-index: 1
}

.featuredArticleRow>.container {
	padding-bottom: 64px;
	padding-top: 64px
}

.featuredArticleRow__body {
	padding-top: 64px
}

@media (min-width:992px) {
	.featuredArticleRow__body {
		padding: 0 0 0 32px
	}
}

.featuredArticleRow .newsCard:first-child,
.featuredArticleRow .productCard:first-child {
	margin-top: -132px
}

.featuredArticleRow.dark .featuredArticleRow__body .h2 em strong,
.featuredArticleRow.dark .featuredArticleRow__body h2 em strong {
	color: #ffa400 !important;
	font-style: normal !important;
	font-weight: 300 !important
}

.featuredArticleRow.dark .featuredArticleRow__body ol em strong,
.featuredArticleRow.dark .featuredArticleRow__body p em strong,
.featuredArticleRow.dark .featuredArticleRow__body ul em strong {
	color: #ffa400 !important;
	font-style: normal !important;
	font-weight: 400 !important
}

.featuredArticleRow .featuredArticleRow__body .h2 em strong,
.featuredArticleRow .featuredArticleRow__body h2 em strong,
.featuredArticleRow.light .featuredArticleRow__body h2 em strong,
.featuredArticleRow.medium .featuredArticleRow__body h2 em strong,
.featuredArticleRow.white .featuredArticleRow__body h2 em strong {
	color: #3c404b !important;
	font-style: normal !important;
	font-weight: 300 !important
}

.featuredArticleRow .featuredArticleRow__body ol em strong,
.featuredArticleRow .featuredArticleRow__body p em strong,
.featuredArticleRow .featuredArticleRow__body ul em strong,
.featuredArticleRow.light .featuredArticleRow__body ol em strong,
.featuredArticleRow.light .featuredArticleRow__body p em strong,
.featuredArticleRow.light .featuredArticleRow__body ul em strong,
.featuredArticleRow.medium .featuredArticleRow__body ol em strong,
.featuredArticleRow.medium .featuredArticleRow__body p em strong,
.featuredArticleRow.medium .featuredArticleRow__body ul em strong,
.featuredArticleRow.white .featuredArticleRow__body ol em strong,
.featuredArticleRow.white .featuredArticleRow__body p em strong,
.featuredArticleRow.white .featuredArticleRow__body ul em strong {
	color: #002f87 !important;
	font-style: normal !important;
	font-weight: 400 !important
}

.footer {
	background-color: #000;
	padding: 66px 20px 24px
}

@media (min-width:992px) {
	.footer {
		padding: 66px 0 24px
	}
}

.footer__logo {
	display: block;
	height: 41px;
	margin-bottom: 50px;
	width: 234px
}

.footer__logo img {
	width: 100%
}

.footer__list-title {
	color: #fff;
	font-weight: 600;
	margin-bottom: 16px
}

.footer__links-list {
	margin-bottom: 32px
}

@media (min-width:992px) {
	.footer__links-list {
		padding-left: 25px
	}
}

.footer__links-list ul {
	list-style: none;
	padding: 0
}

.footer__links-list ul li {
	margin-bottom: 8px
}

.footer__links-list ul li a {
	color: #838d95
}

.footer__contacts {
	margin-bottom: 60px
}

.footer__company-details {
	margin-bottom: 20px
}

.footer__company-details p {
	color: #838d95;
	margin-bottom: 8px
}

.footer__socials a {
	display: inline-block;
	margin-right: 17px
}

@media (min-width:992px) {
	.footer__socials a {
		margin-right: 12px
	}
}

.footer__socials a img {
	height: 18.75px;
	width: 18.75px
}

@media (min-width:992px) {
	.footer__bottom .container {
		display: flex;
		justify-content: space-between
	}
}

.footer__copyright p {
	color: #838d95;
	margin-bottom: 30px
}

@media (min-width:992px) {
	.footer__copyright p {
		margin-bottom: 0
	}
}

.footer__bottom-links a {
	color: #838d95;
	display: inline-block;
	line-height: 28px;
	margin-right: 17px
}

.footer .wysiwyg a:not(.button) {
	color: #ffa400
}

.slick-slider {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-khtml-user-select: none
}

.slick-list,
.slick-slider {
	display: block;
	position: relative
}

.slick-list {
	margin: 0;
	overflow: hidden;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0)
}

.slick-track {
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto
}

.slick-arrow.slick-hidden {
	display: none
}

.galleryRow {
	background-color: #fff
}

.galleryRow__grid {
	display: flex;
	flex-wrap: wrap
}

@media (min-width:1920px) {
	.galleryRow__grid {
		margin-left: calc(50vw - 960px);
		max-width: 1920px
	}
}

.galleryRow__item {
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 50%
}

@media (min-width:992px) {
	.galleryRow__item {
		flex: 0 0 25%
	}
}

.galleryRow__item:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.galleryRow picture img {
	height: 100%;
	object-fit: cover;
	width: 100%
}

.galleryRow.dark {
	background-color: #232a31
}

.modal-dialog {
	margin-left: 20px;
	margin-right: 20px;
	max-width: 1300px;
	width: calc(100% - 40px)
}

@media (min-width:992px) {
	.modal-dialog {
		margin-left: 70px;
		margin-right: 70px;
		width: calc(100% - 140px)
	}
}

@media (min-width:1440px) {
	.modal-dialog {
		margin-left: auto;
		margin-right: auto;
		width: calc(100% - 140px)
	}
}

.modal-content {
	background-color: transparent;
	border: unset;
	border-radius: 0;
	box-shadow: unset
}

.modal-body {
	padding: 0
}

.modal .closeBtn {
	cursor: pointer;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5
}

@media (min-width:992px) {
	.modal .closeBtn {
		padding: 20px
	}
}

.slick-arrow {
	background-color: transparent;
	border: unset;
	font-size: 0;
	position: absolute;
	top: calc(50% - 24px);
	z-index: 5
}

.slick-arrow:before {
	color: #fff;
	font-size: 36px
}

.slick-arrow.slick-prev {
	left: 0
}

@media (min-width:992px) {
	.slick-arrow.slick-prev {
		left: 20px
	}
}

.slick-arrow.slick-prev:before {
	content: "chevron_left"
}

.slick-arrow.slick-next {
	right: 0
}

@media (min-width:992px) {
	.slick-arrow.slick-next {
		right: 20px
	}
}

.slick-arrow.slick-next:before {
	content: "chevron_right"
}

.slick-dots {
	bottom: 20px;
	color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%
}

@media (min-width:992px) {
	.slick-dots {
		bottom: 40px
	}
}

.slick-dots li {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 40px;
	margin: 0
}

.slick-dots li button {
	background-color: hsla(0, 0%, 100%, .5);
	border: none;
	font-size: 0;
	height: 3px;
	margin: 0 6px;
	width: 25px
}

@media (min-width:992px) {
	.slick-dots li button {
		width: 30px
	}
}

.getInTouchRow,
.slick-dots li.slick-active button {
	background-color: #fff
}

.getInTouchRow .container {
	padding-bottom: 38px;
	padding-top: 50px
}

@media (min-width:768px) {
	.getInTouchRow .container {
		padding-bottom: 70px
	}
}

@media (min-width:992px) {
	.getInTouchRow .container {
		padding-bottom: 38px
	}
}

@media (min-width:1440px) {
	.getInTouchRow .container {
		padding-bottom: 117px;
		padding-top: 117px
	}
}

.getInTouchRow .row {
	padding-top: 38px
}

@media (min-width:1200px) {
	.getInTouchRow .row {
		padding-top: 50px
	}
}

@media (min-width:1440px) {
	.getInTouchRow .row {
		padding-top: 64px
	}
}

.getInTouchRow .wysiwyg .h3,
.getInTouchRow .wysiwyg h3 {
	color: #3c404b
}

.getInTouchRow__findDealerColumn {
	margin-bottom: 48px
}

@media (min-width:992px) {
	.getInTouchRow__findDealerColumn {
		margin-bottom: 0
	}
}

.getInTouchRow__findDealerColumn label {
	font-size: 0
}

.getInTouchRow__centerColumn {
	margin-bottom: 64px
}

@media (min-width:992px) {
	.getInTouchRow__centerColumn {
		margin-bottom: 0
	}
}

.getInTouchRow form {
	align-items: center;
	display: flex
}

@media (min-width:992px) {
	.getInTouchRow form {
		padding-right: 2rem
	}
}

.getInTouchRow input {
	border: 1px solid #d0d4d9;
	border-radius: 2px;
	display: block;
	height: 48px;
	margin-right: 9px;
	padding: 10px 12px;
	width: calc(100% - 58px)
}

.getInTouchRow input::-webkit-input-placeholder {
	color: #838d95
}

.getInTouchRow button {
	display: block
}

.getInTouchRow.dark a.button--outline-black {
	background-color: #232a31 !important;
	border-color: #fff !important;
	color: #fff !important
}

.header {
	background-color: #fff
}

.header__geolocation {
	background-color: #002f87;
	display: none;
	padding: 18px 0;
	position: relative;
	z-index: 100
}

.header__geolocation .container {
	align-items: center;
	display: flex;
	justify-content: space-between
}

.header__geolocation .wysiwyg {
	margin-bottom: 0
}

.header__geolocation .wysiwyg p {
	color: #fff;
	display: inline;
	margin-bottom: 0
}

.header__geolocation .wysiwyg .icons {
	vertical-align: middle
}

.header__geolocation-message {
	display: flex;
	flex-direction: column;
	padding-right: 20px
}

@media (min-width:1200px) {
	.header__geolocation-message {
		align-items: center;
		flex-direction: row;
		padding-right: 0
	}
}

.header__geolocation .icons.globe {
	font-size: 20px
}

@media (min-width:1200px) {
	.header__geolocation .icons.globe {
		margin-bottom: 4px;
		margin-left: 14px
	}
}

.header__geolocation .icons.close {
	font-size: 16px
}

.header__geolocation-close {
	align-items: flex-start;
	align-self: baseline;
	cursor: pointer;
	display: flex;
	padding: 5px
}

@media (min-width:1200px) {
	.header__geolocation-close {
		align-self: center;
		margin-top: 0
	}
}

.header__navigation {
	background-color: #232a31;
	position: relative;
	z-index: 10
}

.header__navigation ul {
	list-style: none;
	padding-left: 0
}

@media (max-width:1199.98px) {
	.header .header__navigation.header--fixed {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10
	}
}

.header--not-sticky {
	position: relative !important;
	z-index: 1 !important
}

@media (min-width:1200px) {
	.header--minimised .header__dropdown.dropdown-menu.show {
		top: 90px !important
	}
}

.header--minimised.header__navigation {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10
}

@media (min-width:1200px) {
	.header--minimised .header__topLevel-wrapper {
		margin-top: -40px
	}

	.header--minimised .header__search-input {
		top: 110px
	}

	.header--minimised .header__navbar-logo .header__logo {
		height: 34.65px;
		width: 198px
	}
}

.header--minimised .header__navbar>.container {
	padding-bottom: 16px;
	padding-top: 16px
}

@media (min-width:1200px) {
	.header--sticky-open .header__topLevel-wrapper {
		height: 40px;
		overflow: initial
	}

	.header--sticky-open .header__navbar-logo .header__logo {
		height: 40px;
		width: 232px
	}
}

.header--sticky-open .header__navbar>.container {
	padding-bottom: 32px;
	padding-top: 18px
}

.header__topLevel {
	align-items: center;
	display: flex;
	height: 48px;
	justify-content: space-between;
	padding: 0
}

@media (min-width:1200px) {
	.header__topLevel {
		height: 40px
	}
}

.header__topLevel-wrapper {
	background-color: #232a31;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	height: 48px;
	position: relative;
	transition: height .5s ease;
	z-index: 100
}

@media (min-width:1200px) {
	.header__topLevel-wrapper {
		border-bottom: 1px solid hsla(0, 0%, 100%, .5);
		box-shadow: none;
		height: 40px
	}
}

@media (max-width:1199.98px) {
	.header__topLevel-wrapper .container {
		max-width: unset;
		padding: 0
	}
}

.header__topLevel-left {
	align-items: center;
	display: flex;
	padding: 9px 0 9px 15px
}

.header__topLevel-right {
	align-items: center;
	background-color: #002f87;
	display: flex;
	height: 48px;
	justify-content: flex-end;
	padding: 9px 15px 1px 0;
	position: relative;
	width: 168px
}

@media (min-width:1200px) {
	.header__topLevel-right {
		background-color: transparent;
		height: 40px;
		justify-self: flex-end;
		padding: 3px 0 0;
		width: 100%
	}
}

.header__topLevel-right:before {
	background-color: #002f87;
	content: "";
	height: 48px;
	left: -19px;
	position: absolute;
	top: 0;
	transform: skew(352deg);
	transform-origin: 0 100%;
	width: 20px
}

@media (min-width:1200px) {
	.header__topLevel-right:before {
		display: none
	}
}

.header__topLevel-right button {
	margin-right: 20px;
	padding: 0
}

.header__topLevel-logo {
	display: block;
	height: 22.29px;
	width: 65px
}

.header__topLevel-logo img {
	width: 100%
}

.header__search-input {
	background-color: rgba(52, 52, 52, .7);
	height: 0;
	overflow: hidden;
	padding: 0 15px;
	position: absolute;
	top: 48px;
	transition: height .5s ease, padding-top .5s ease, padding-bottom .5s ease;
	width: 100%
}

@media (min-width:1200px) {
	.header__search-input {
		left: 0;
		top: 130px
	}
}

.header__search-input--show {
	height: 69px;
	padding-bottom: 10px;
	padding-top: 10px
}

@media (min-width:768px) {
	.header__search-input form {
		text-align: right
	}
}

.header__search-input form label {
	font-size: 0;
	height: 0
}

.header__search-input input[type=text] {
	background: #f9fafb;
	border: 1px solid #d0d4d9;
	border-radius: 2px;
	margin-right: 8px;
	padding: 10px 12px;
	width: calc(100% - 66px)
}

@media (min-width:768px) {
	.header__search-input input[type=text] {
		width: 664px
	}
}

.header__login,
.header__search {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none
}

.header__login .icons,
.header__search .icons {
	font-size: 30px
}

@media (min-width:1200px) {
	.header__login .icons {
		font-size: 24px
	}
}

.header__logo {
	display: block;
	width: 183px
}

@media (min-width:1200px) {
	.header__logo {
		width: 250px
	}
}

.header__logo img {
	width: 100%
}

.header__navbar {
	background: linear-gradient(0deg, rgba(35, 42, 49, .5), rgba(35, 42, 49, 0) 54.66%), linear-gradient(0deg, #232a31, #232a31), #000;
	transition: height .5s ease;
	z-index: 10
}

.header__navbar sup {
	flex: auto
}

@media (min-width:1200px) {
	.header__navbar .header__search {
		margin-left: 30px;
		padding: 0
	}

	.header__navbar .header__search .icons {
		font-size: 32px
	}
}

@media (max-width:1199.98px) {
	.header__navbar>.container {
		max-width: unset;
		padding: 0 15px
	}
}

@media (min-width:1200px) {
	.header__navbar>.container {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding-bottom: 32px;
		padding-top: 18px
	}
}

.header__navbar-logo .header__logo {
	height: 40px;
	transition: all .5s ease;
	width: 232px
}

.header__navbar-logo img {
	width: 100%
}

@media (min-width:1200px) {

	.header__active-item,
	.header__active-item>a,
	.header__active-item>a:after {
		color: #ffa400 !important
	}
}

.header__dropdownList--cards {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4px
}

@media (min-width:768px) {
	.header__dropdownList--cards {
		justify-content: normal
	}
}

@media (min-width:1200px) {
	.header__dropdownList--cards {
		justify-content: normal;
		min-height: unset !important;
		width: 100% !important
	}
}

.header__dropdownList--cards li:first-of-type {
	width: 100%
}

.header__dropdownList--cards li:first-of-type .header__dropdownList-title {
	margin-bottom: 11px
}

@media (min-width:1200px) {
	.header__dropdownList--cards li:first-of-type .header__dropdownList-title {
		justify-content: normal;
		margin-bottom: 46px
	}

	.header__dropdownList--cards li:first-of-type .header__dropdownList-title:after {
		margin-left: 13px
	}

	.header__dropdownList--cards-title-hidden li:first-of-type {
		visibility: hidden
	}
}

.header__link--card-wrapper {
	margin-right: 10px;
	text-align: center;
	white-space: normal;
	width: 102px
}

@media (min-width:768px) {
	.header__link--card-wrapper {
		margin-right: 49px
	}
}

.header__link--card-wrapper img {
	border-radius: 4px;
	width: 100px
}

.header__link--card-wrapper p {
	color: #fff;
	font-weight: 600;
	margin-bottom: 21px;
	margin-top: 10px
}

@media (min-width:1200px) {
	.header__level2 .header__dropdownList--cards {
		display: block;
		padding-bottom: 20px !important
	}

	.header__level2 .header__dropdownList--cards li:first-of-type .header__dropdownList-title {
		margin-bottom: 10px
	}

	.header__level2 .header__link--card-wrapper {
		margin-bottom: 20px;
		margin-right: 0;
		text-align: left;
		width: 50%
	}

	.header__level2 .header__link--card {
		align-items: center;
		display: flex
	}

	.header__level2 .header__link--card img {
		margin-right: 10px
	}
}

.header__level1 {
	overflow-x: hidden
}

@media (min-width:1200px) {
	.header__level1 {
		-ms-overflow-style: none;
		background-color: #232a31;
		max-height: calc(100vh - 140px);
		min-height: unset;
		overflow-y: scroll;
		padding-bottom: 48px;
		padding-top: 24px;
		scrollbar-width: none;
		width: 30%
	}

	.header__level1::-webkit-scrollbar {
		display: none
	}
}

@media (min-width:1200px) {

	.header__level1>.dropdown-item.dropdown-submenu:focus,
	.header__level1>.dropdown-item.dropdown-submenu:hover {
		color: #ffa400 !important
	}
}

.header__level1 .dropdown-item a.dropdown-toggle:not(.header__link--card) {
	white-space: break-spaces
}

@media (min-width:1200px) {
	.header__level2.dropdown-menu {
		height: 0 !important;
		left: 50% !important;
		max-height: 0 !important;
		overflow: hidden;
		top: 0 !important;
		transition: width .5s ease, max-height .5s ease !important;
		width: 0 !important
	}
}

.header__level2.dropdown-menu .header__dropdownList-title {
	margin-left: 0
}

@media (min-width:1200px) {
	.header__level2.dropdown-menu>.container>ul {
		padding-top: 24px
	}

	.header__level2.dropdown-menu ul,
	.header__level2.dropdown-menu>li.container {
		align-items: flex-start;
		height: 100%;
		min-height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		transition: width .5s ease, height .5s ease, min-height .5s ease;
		width: 0 !important
	}
}

.header__level2.dropdown-menu .container {
	margin: 0
}

@media (min-width:1200px) {
	.header__level2.dropdown-menu .container {
		padding-left: 0;
		width: 100%
	}

	.header__level2.dropdown-menu>.container>ul>li {
		padding-left: 20px
	}

	.header__level2.dropdown-menu.show {
		-ms-overflow-style: none;
		display: inline-table;
		max-height: calc(100vh - 140px);
		min-height: 100%;
		overflow-y: scroll;
		padding-top: 25px !important;
		scrollbar-width: none;
		width: 100% !important
	}
}

@media (min-width:1200px) {
	.header__level2.dropdown-menu.show::-webkit-scrollbar {
		display: none
	}
}

@media (min-width:1200px) {

	.header__level2.dropdown-menu.show ul,
	.header__level2.dropdown-menu.show>li.container {
		display: flex;
		flex-wrap: wrap;
		height: 100%;
		padding: 0;
		width: 100% !important
	}

	.header__level2-wrapper {
		-ms-overflow-style: none;
		display: flex;
		justify-content: space-between;
		max-height: calc(100vh - 140px) !important;
		min-height: unset;
		overflow-x: hidden;
		overflow-y: scroll;
		scrollbar-width: none;
		width: 50%
	}
}

@media (min-width:1200px) {
	.header__level2-wrapper::-webkit-scrollbar {
		display: none
	}
}

.header__back {
	align-items: center;
	color: #ffa400 !important;
	display: flex;
	padding-bottom: 0;
	padding-top: 0;
	text-decoration: none
}

.header__back:hover {
	color: #000
}

.header__back:before {
	color: #ffa400;
	content: "chevron_left";
	display: inline-block;
	font-family: Material Icons;
	font-size: 18px;
	margin-right: 10px
}

.header__dropdownList-title {
	align-items: center;
	color: #fff !important;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
	padding: 0
}

.header__dropdownList-title:after {
	border: none;
	color: #fff;
	content: "arrow_forward";
	font-family: Material Icons;
	font-size: 18px;
	font-weight: 600
}

@media (min-width:1200px) {
	.header__dropdown.dropdown-menu {
		height: unset !important;
		left: 0 !important;
		top: -245vh !important;
		transition: top .5s ease !important;
		z-index: -1
	}

	.header__dropdown.dropdown-menu>.container+.container {
		display: block;
		height: auto;
		position: relative
	}

	.header__dropdown.dropdown-menu.show {
		top: 130px !important
	}
}

.header__promoPanel {
	color: #fff;
	padding-bottom: 24px;
	padding-top: 24px
}

.header__country {
	position: relative
}

.header__country .icons {
	font-size: 30px
}

@media (min-width:1200px) {
	.header__country .icons {
		font-size: 24px
	}
}

.header__country-menu {
	background: #fff;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
	box-sizing: border-box;
	position: absolute;
	right: -15px;
	top: 39px;
	width: 100vw;
	z-index: 110
}

@media (min-width:1200px) {
	.header__country-menu {
		right: 0;
		top: 34px;
		width: 221px
	}
}

.header__country-item {
	align-items: center;
	display: flex;
	height: 100%;
	padding: 6px 17px;
	text-decoration: none;
	width: 100%
}

.header__country-item img {
	margin-right: 8px;
	max-width: 20px
}

.header__country-item p {
	color: #3c404b;
	margin-bottom: 0
}

.header__country-menu>li {
	border-bottom: 1px solid #e0e3e6
}

.header .dropdown-menu {
	-ms-overflow-style: none;
	border: none;
	border-radius: 0;
	display: block;
	height: calc(100vh - 139px);
	left: -100%;
	margin-top: 0 !important;
	overflow-x: auto;
	overflow-y: scroll;
	padding-top: 25px;
	position: fixed !important;
	scrollbar-width: none;
	top: 48px;
	transition: left .5s ease;
	width: 100%
}

.header .dropdown-menu::-webkit-scrollbar {
	display: none
}

@media (min-width:1200px) {
	.header .dropdown-menu {
		overflow: hidden;
		padding-bottom: 0;
		padding-top: 0 !important;
		position: absolute !important
	}
}

.header .dropdown-menu a {
	text-decoration: none
}

.header .dropdown-menu a:hover {
	color: inherit
}

.header .dropdown-menu.show {
	left: 0
}

@media (min-width:1200px) {
	.header .dropdown-menu.show {
		height: unset;
		max-height: calc(100vh - 140px)
	}
}

.header .navbar-toggler {
	height: 30px;
	margin-right: 15.77px;
	padding: 0;
	width: 30px
}

.header .navbar-toggler:focus {
	box-shadow: none
}

.header .navbar-toggler-icon {
	font-size: 30px;
	height: unset;
	width: unset
}

.header .navbar-toggler[aria-expanded=false] .navbar-toggler-icon.close {
	display: none
}

.header .navbar-toggler[aria-expanded=false] .navbar-toggler-icon.menu {
	display: block
}

.header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon.menu {
	display: none
}

.header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon.close {
	display: block
}

.header .navbar {
	padding: 0;
	position: unset
}

.header .navbar-nav {
	height: calc(100vh - 48px);
	padding-top: 68px
}

@media (min-width:1200px) {
	.header .navbar-nav {
		height: unset;
		padding: 0
	}
}

.header .nav-item.dropdown {
	margin-bottom: 0;
	position: unset
}

@media (max-width:1199.98px) {
	.header .nav-item.dropdown .container {
		max-width: unset;
		padding: 0 15px
	}
}

@media (min-width:1200px) {
	.header .nav-item.dropdown:not(:last-child) {
		margin-right: 37px
	}
}

.header .nav-link.dropdown-toggle {
	align-items: center;
	color: #aaafb6;
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
	padding: 0;
	transition: all .5s ease
}

@media (min-width:1200px) {
	.header .nav-link.dropdown-toggle {
		color: #fff;
		margin-bottom: 0;
		padding-bottom: 0
	}

	.header .nav-link.dropdown-toggle:after {
		color: #fff;
		content: "expand_more";
		margin-left: 7px;
		transform: none;
		transition: transform .5s ease
	}

	.header .nav-link.dropdown-toggle.show,
	.header .nav-link.dropdown-toggle:hover,
	.header .nav-link.dropdown-toggle:hover:after {
		color: #ffa400
	}

	.header .nav-link.dropdown-toggle.show:after {
		color: #ffa400;
		transform: rotate(180deg)
	}
}

.header .dropdown-item {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	position: unset
}

.header .dropdown-item a {
	color: #aaafb6
}

.header .dropdown-item:active,
.header .dropdown-item:focus,
.header .dropdown-item:hover {
	background-color: unset
}

.header .dropdown-toggle {
	align-items: center;
	display: flex;
	justify-content: space-between
}

.header .dropdown-toggle:after {
	border: none;
	color: #aaafb6;
	content: "chevron_right";
	font-family: Material Icons;
	font-size: 18px;
	margin-left: 0
}

.header .dropdown-toggle.header__link {
	align-items: center;
	color: #fff !important;
	display: flex;
	justify-content: space-between;
	padding: 0;
	white-space: break-spaces
}

.header .dropdown-toggle.header__link:after {
	border: none;
	color: #fff;
	content: "arrow_forward";
	font-family: Material Icons;
	font-size: 18px
}

.header .dropdown-toggle.header__link.header__active-item,
.header .dropdown-toggle.header__link.header__active-item:after {
	color: #ffa400 !important
}

.header .dropdown-menu,
.header .dropdown-submenu {
	background: linear-gradient(0deg, rgba(35, 42, 49, .5), rgba(35, 42, 49, 0) 54.66%, #232a31);
	background: #232a31
}

@media (min-width:1200px) {

	.header .dropdown-menu,
	.header .dropdown-submenu {
		z-index: 5
	}
}

.header__helperbar {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 10
}

@media (min-width:1200px) {
	.header__helperbar {
		background: none;
		bottom: unset;
		display: flex;
		height: fit-content;
		left: unset;
		position: fixed;
		right: calc(-100vw + 80px);
		top: 130px;
		transition: right .5s ease;
		width: fit-content;
		z-index: 1100
	}
}

@media (min-width:1440px) {
	.header__helperbar {
		right: -1370px
	}
}

@media (min-width:1200px) {
	.header__helperbar--active-bar {
		right: 0;
		top: 130px
	}
}

.header__helperbar .nav-tabs {
	background: linear-gradient(270deg, rgba(0, 0, 0, .2), transparent 48.53%), #fff;
	border-bottom: none;
	border-top: 3px solid #fff;
	padding: 15px 15px 0;
	position: relative;
	z-index: 100
}

@media (min-width:1200px) {
	.header__helperbar .nav-tabs {
		background: none;
		border-top: none;
		flex-direction: column;
		margin-top: 170px;
		padding: 0
	}
}

.header__helperbar .nav-tabs li {
	margin-bottom: 0
}

.header__helperbar .nav-tabs .nav-link:focus,
.header__helperbar .nav-tabs .nav-link:hover {
	border: none;
	isolation: unset
}

.header__helperbar-mobileMenuTab {
	cursor: pointer
}

.header__helperbar-tab,
.header__helperbar-tab.nav-link {
	align-items: center;
	background: linear-gradient(180deg, #002f87 38.49%, #710032 100%, #002f87);
	border: none;
	border-radius: 3px 3px 0 0;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 6px 0;
	text-align: center;
	width: 55px
}

@media (min-width:1200px) {

	.header__helperbar-tab,
	.header__helperbar-tab.nav-link {
		border-radius: 2px 0 0 2px
	}

	.header__helperbar-tab.nav-link:hover,
	.header__helperbar-tab:hover {
		box-shadow: -3px 3px 5px rgba(0, 0, 0, .3);
		transition: all .3s ease
	}
}

.header__helperbar-tab.nav-link {
	margin-bottom: 0;
	margin-left: 11px
}

@media (min-width:1200px) {
	.header__helperbar-tab.nav-link {
		margin-bottom: 5px;
		margin-left: 0
	}
}

.header__helperbar-icon .icons {
	font-size: 34px
}

.header__helperbar-label {
	font-family: Univers, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: .01em;
	line-height: 12px;
	text-transform: uppercase
}

.header__helperbar-tab.active,
.header__helperbar-tab.nav-link.active {
	background: #fff;
	box-shadow: 0 -4px 3px rgba(0, 0, 0, .12);
	color: #002f87
}

.header__helperbar-tab.active .header__helperbar-icon .icons .path-2:before,
.header__helperbar-tab.nav-link.active .header__helperbar-icon .icons .path-2:before {
	color: #002f87
}

@media (min-width:1200px) {

	.header__helperbar-tab.active,
	.header__helperbar-tab.nav-link.active {
		box-shadow: -3px 3px 5px rgba(0, 0, 0, .3)
	}
}

.header__helperbar .tab-content {
	background-color: #f9fafb;
	bottom: -100vh;
	display: none;
	height: calc(100vh - 138px);
	left: 0;
	position: absolute;
	transition: bottom .5s ease;
	width: 100%;
	z-index: 20
}

@media (min-width:1200px) {
	.header__helperbar .tab-content {
		border-radius: 8px 0 0 8px;
		display: block;
		height: auto;
		max-height: calc(100vh - 130px);
		overflow: auto;
		position: unset;
		width: calc(100vw - 80px)
	}
}

@media (min-width:1440px) {
	.header__helperbar .tab-content {
		width: 1370px
	}
}

.header__helperbar .tab-content.header__helperbar--active {
	bottom: 85px
}

.header__helperbar .tab-pane {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	width: 100%
}

@media (min-width:1200px) {
	.header__helperbar .tab-pane {
		box-shadow: -2px 4px 4px rgba(0, 0, 0, .25)
	}
}

.heroPanel {
	background-color: #fff;
	min-height: 506px;
	padding-top: 50px;
	position: relative;
	z-index: 1
}
.dnd_area-row-0-background-image{
	min-height: 506px;
	padding-top: 150px;
	position: relative;
	z-index: 1;
  background: linear-gradient(0deg, rgba(35, 42, 49, .5), rgba(35, 42, 49, 0) 54.66%), #232a31;
}
.dnd_area-row-0-padding{
  padding-top:150px !important;
}

@media (min-width:992px) {
	.heroPanel {
		align-items: center;
		display: flex;
		min-height: 565px;
		padding-top: 0
	}
}

.heroPanel .date {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase
}

.heroPanel .heroPanel__videoWrap:before,
.heroPanel picture:before {
	background: linear-gradient(180deg, hsla(0, 0%, 100%, .9) 66.64%, hsla(0, 0%, 100%, 0)), transparent;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0
}

@media (min-width:992px) {

	.heroPanel .heroPanel__videoWrap:before,
	.heroPanel picture:before {
		background: linear-gradient(90deg, hsla(0, 0%, 100%, .9) 42.29%, hsla(0, 0%, 100%, 0) 70.14%), transparent
	}
}

@media (min-width:1920px) {

	.heroPanel .heroPanel__videoWrap:before,
	.heroPanel picture:before {
		background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, .9) 42.29%, hsla(0, 0%, 100%, 0) 70.14%, hsla(0, 0%, 100%, 0) 95%, #fff), transparent
	}
}

.heroPanel__buttonWrap {
	display: flex;
	flex-direction: column
}

.heroPanel__buttonWrap .button+.button {
	margin-top: 12px
}

@media (min-width:992px) {
	.heroPanel__buttonWrap {
		flex-direction: row
	}

	.heroPanel__buttonWrap .button+.button {
		margin-left: 8px;
		margin-top: 0
	}
}

.heroPanel .heroPanel__content .h1,
.heroPanel .heroPanel__content h1 {
	color: #3c404b
}

.heroPanel .heroPanel__content span {
	color: #002f87
}

.heroPanel__content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center
}

@media (min-width:992px) {
	.heroPanel__content p :first-of-type {
		font-size: 18px;
		line-height: 32px
	}
}

.heroPanel__videoWrap {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -2
}

@media (min-width:1920px) {
	.heroPanel__videoWrap {
		left: calc(50vw - 960px);
		max-width: 1920px
	}
}

.heroPanel__video,
.heroPanel__videoWrap img {
	height: 100%;
	object-fit: cover;
	width: 100%
}

.heroPanel__video {
	pointer-events: none
}

.heroPanel.dark {
	background: linear-gradient(0deg, rgba(35, 42, 49, .5), rgba(35, 42, 49, 0) 54.66%), #232a31
}

.heroPanel.dark:before {
	content: none
}

.heroPanel.dark .heroPanel__content span {
	color: #ffa400
}

.heroPanel.dark .date,
.heroPanel.dark .location {
	color: #fff
}

.heroPanel.dark .heroPanel__videoWrap:before,
.heroPanel.dark picture:before {
	background: linear-gradient(180deg, rgba(0, 0, 0, .7) 66.64%, transparent), transparent;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0
}

@media (min-width:992px) {

	.heroPanel.dark .heroPanel__videoWrap:before,
	.heroPanel.dark picture:before {
		background: linear-gradient(90deg, rgba(0, 0, 0, .7) 42.29%, transparent 70.14%), transparent
	}
}

@media (min-width:1920px) {

	.heroPanel.dark .heroPanel__videoWrap:before,
	.heroPanel.dark picture:before {
		background: linear-gradient(90deg, #232a31, rgba(0, 0, 0, .7) 42.29%, rgba(42, 233, 8, 0) 70.14%, rgba(42, 233, 8, 0) 95%, #232a31), transparent
	}
}

.heroPanel.light {
	background: linear-gradient(0deg, rgba(249, 250, 251, .5), rgba(249, 250, 251, 0) 54.66%), #f9fafb
}

.heroPanel.light:before {
	content: none
}

.heroPanel.light .heroPanel__videoWrap:before,
.heroPanel.light picture:before {
	background: linear-gradient(180deg, rgba(249, 250, 251, .7) 66.64%, transparent), transparent;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0
}

@media (min-width:992px) {

	.heroPanel.light .heroPanel__videoWrap:before,
	.heroPanel.light picture:before {
		background: linear-gradient(90deg, rgba(249, 250, 251, .7) 42.29%, transparent 70.14%), transparent
	}
}

@media (min-width:1920px) {

	.heroPanel.light .heroPanel__videoWrap:before,
	.heroPanel.light picture:before {
		background: linear-gradient(90deg, #f9fafb, rgba(249, 250, 251, .7) 42.29%, transparent 70.14%, transparent 95%, #f9fafb), transparent
	}
}

.heroPanel.medium {
	background: linear-gradient(0deg, rgba(237, 240, 243, .5), rgba(237, 240, 243, 0) 54.66%), #edf0f3
}

.heroPanel.medium:before {
	content: none
}

.heroPanel.medium .heroPanel__videoWrap:before,
.heroPanel.medium picture:before {
	background: linear-gradient(180deg, rgba(237, 240, 243, .7) 66.64%, transparent), transparent;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0
}

@media (min-width:992px) {

	.heroPanel.medium .heroPanel__videoWrap:before,
	.heroPanel.medium picture:before {
		background: linear-gradient(90deg, rgba(237, 240, 243, .7) 42.29%, transparent 70.14%), transparent
	}
}

@media (min-width:1920px) {

	.heroPanel.medium .heroPanel__videoWrap:before,
	.heroPanel.medium picture:before {
		background: linear-gradient(90deg, #edf0f3, rgba(237, 240, 243, .7) 42.29%, transparent 70.14%, transparent 95%, #edf0f3), transparent
	}
}

.heroPanel--product .h1,
.heroPanel--product h1 {
	color: #002f87
}

.heroPanel--product .heroPanel__content {
	margin-bottom: 30px
}

@media (min-width:992px) {
	.heroPanel--product .heroPanel__content {
		margin-bottom: 0
	}
}

.heroPanel--feature {
	min-height: 100vh
}

.heroPanel--feature:before {
	content: none
}

.heroPanel--feature .heroPanel__videoWrap:before,
.heroPanel--feature picture:before {
	background: linear-gradient(0deg, hsla(0, 0%, 100%, .65), hsla(0, 0%, 100%, .65)) !important;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0
}

.heroPanel--feature .heroPanel__content {
	align-items: center;
	text-align: center
}

@media (min-width:1200px) {

	.heroPanel--feature .heroPanel__content .h1,
	.heroPanel--feature .heroPanel__content h1 {
		padding: 0 200px
	}

	.heroPanel--feature .heroPanel__content p {
		padding: 0 30px
	}
}

.heroPanel--feature.light .heroPanel__videoWrap:before,
.heroPanel--feature.light picture:before {
	background: linear-gradient(0deg, rgba(249, 250, 251, .65), rgba(249, 250, 251, .65)) !important;
	content: ""
}

.heroPanel--feature.medium .heroPanel__videoWrap:before,
.heroPanel--feature.medium picture:before {
	background: linear-gradient(0deg, rgba(237, 240, 243, .65), rgba(237, 240, 243, .65)) !important;
	content: ""
}

.heroPanel--feature.dark .heroPanel__videoWrap:before,
.heroPanel--feature.dark picture:before {
	background: linear-gradient(0deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)) !important;
	content: ""
}

.heroPanel--feature.dark .h1,
.heroPanel--feature.dark h1,
.heroPanel--feature.dark p {
	color: #fff
}

.heroPanel--feature.dark span {
	color: #ffa400
}

.heroPanel picture {
	bottom: 0;
	display: flex;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -2
}

@media (min-width:1920px) {
	.heroPanel picture {
		left: calc(50vw - 960px);
		max-width: 1920px
	}
}

.heroPanel picture img {
	height: auto;
	object-fit: cover;
	width: 100%
}

.heroPanel--news {
	align-items: flex-end;
	display: flex
}

@media (min-width:992px) {
	.heroPanel--news {
		min-height: 441px
	}
}

.heroPanel--news .heroPanel__content {
	padding-top: 35px;
	position: relative
}

.heroPanel--news picture:before {
	content: none
}

.heroPanel--news span {
	color: #ffa400
}

.heroPanel .tagline {
	color: #002f87
}

.heroPanel .tagline:after {
	background-color: #002f87;
	bottom: 0;
	content: " ";
	display: block;
	height: 8px;
	position: absolute;
	width: 40%
}

.heroPanel--news.heroPanel--backgroundImage {
	min-height: 620px
}

@media (min-width:992px) {
	.heroPanel--news.heroPanel--backgroundImage {
		min-height: 565px
	}
}

.heroPanel--news.heroPanel--backgroundImage .heroPanel__content {
	padding-top: 35px;
	position: relative
}

.heroPanel--news.heroPanel--backgroundImage .heroPanel__content.noImg:before {
	display: none
}

.heroPanel--news.heroPanel--backgroundImage .heroPanel__content:before {
	background: linear-gradient(180deg, hsla(120, 0%, 48%, .3), #232a31 50%);
	content: "";
	height: 100%;
	left: -69px;
	position: absolute;
	top: 0;
	width: calc(100% + 138px);
	z-index: -1
}

.heroPanel--withTitle {
	align-items: flex-end;
	display: flex;
	min-height: 265px
}

@media (min-width:992px) {
	.heroPanel--withTitle {
		align-items: center;
		min-height: 365px
	}
}

.heroPanel--withTitle .h1,
.heroPanel--withTitle h1 {
	margin-bottom: 0
}

.heroCarousel {
	padding: 0 30px;
	position: relative;
	z-index: 1
}

@media (min-width:992px) {
	.heroCarousel {
		padding: 0
	}
}

.heroCarousel .slick-arrow:before {
	color: #232a31
}

.heroCarousel .slick-arrow.slick-prev {
	left: 0;
	padding-left: 0
}

@media (min-width:992px) {
	.heroCarousel .slick-arrow.slick-prev {
		left: -50px
	}
}

.heroCarousel .slick-arrow.slick-next {
	padding-right: 0;
	right: 0
}

@media (min-width:992px) {
	.heroCarousel .slick-arrow.slick-next {
		right: -50px
	}
}

.heroCarousel .newsCard {
	align-items: flex-end;
	background-color: #232a31;
	cursor: pointer;
	display: flex !important;
	height: 300px
}

.heroCarousel .newsCard .h5 {
	font-size: 18px;
	font-weight: 600
}

.heroCarousel .newsCard .hoverContent {
	height: 0;
	overflow: hidden;
	transition: all .2s ease
}

.heroCarousel .newsCard .hoverContent p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0
}

.heroCarousel .newsCard:hover .hoverContent {
	height: auto
}

.heroCarousel .newsCard:hover picture:after {
	background-color: rgba(0, 0, 0, .5)
}

.dark .newsCard .hoverContent .button {
	color: #ffa400
}

.dark .heroCarousel .slick-arrow:before {
	color: #fff
}

.dark.heroPanel .tagline {
	color: #ffa400 !important
}

.heroPanelCarousel {
	padding-bottom: 36px;
	padding-top: 36px
}

@media (min-width:992px) {
	.heroPanelCarousel {
		padding-bottom: 60px;
		padding-top: 60px
	}
}

.heroPanel+.heroPanelCarousel {
	padding-bottom: 40px;
	padding-top: 0
}

@media (min-width:992px) {
	.heroPanel+.heroPanelCarousel {
		padding-bottom: 55px
	}
}

.heroPanel+.heroPanelCarousel .heroCarousel {
	margin-top: -40px
}

@media (min-width:992px) {
	.heroPanel+.heroPanelCarousel .heroCarousel {
		margin-top: -55px
	}
}

.heroPanel--news,
.heroPanel--search {
	position: relative
}

.heroPanel--news>picture,
.heroPanel--search>picture {
	bottom: 0;
	display: flex;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

@media (min-width:1920px) {

	.heroPanel--news>picture,
	.heroPanel--search>picture {
		left: calc(50vw - 960px);
		max-width: 1920px
	}
}

.heroPanel--news>picture img,
.heroPanel--search>picture img {
	height: auto;
	object-fit: cover;
	width: 100%
}

.heroPanel--news>picture:before,
.heroPanel--search>picture:before {
	display: none !important
}

@media (min-width:1920px) {

	.heroPanel--news>picture:before,
	.heroPanel--search>picture:before {
		background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0) 5%, hsla(0, 0%, 100%, 0) 95%, #fff), transparent;
		bottom: 0;
		content: "";
		display: block !important;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 0
	}
}

.heroPanel--news.light picture:before,
.heroPanel--search.light picture:before {
	background: linear-gradient(90deg, #f9fafb, hsla(0, 0%, 100%, 0) 5%, hsla(0, 0%, 100%, 0) 95%, #f9fafb), transparent
}

.heroPanel--news.medium picture:before,
.heroPanel--search.medium picture:before {
	background: linear-gradient(90deg, #edf0f3, hsla(0, 0%, 100%, 0) 5%, hsla(0, 0%, 100%, 0) 95%, #edf0f3), transparent
}

.heroPanel--news.dark picture:before,
.heroPanel--search.dark picture:before {
	background: linear-gradient(90deg, #232a31, hsla(0, 0%, 100%, 0) 5%, hsla(0, 0%, 100%, 0) 95%, #232a31), transparent
}

.heroPanel.square {
	display: flex;
	flex-direction: column
}

@media (min-width:992px) {
	.heroPanel.square {
		flex-direction: row
	}
}

.heroPanel.square picture {
	position: relative
}

@media (min-width:992px) {
	.heroPanel.square picture {
		left: auto;
		max-width: 50vw;
		position: absolute;
		right: 0
	}
}

@media (min-width:1920px) {
	.heroPanel.square picture {
		margin-right: calc(50vw - 960px);
		max-width: 960px;
		right: 0
	}
}

.heroPanel.square picture:before {
	content: none
}

@media (min-width:1920px) {
	.heroPanel.square picture:before {
		background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 95%, #fff), transparent;
		content: ""
	}
}

.heroPanel.square picture img {
	object-fit: contain
}

.heroPanel--feature .heroPanel__videoWrap:before,
.heroPanel--feature picture:before {
	z-index: 2
}

@media (min-width:1920px) {

	.heroPanel--feature .heroPanel__videoWrap:before,
	.heroPanel--feature picture:before {
		background: linear-gradient(90deg, #fff, rgba(249, 250, 251, .65) 5%, hsla(0, 0%, 100%, .65) 95%, #fff), transparent !important
	}

	.heroPanel--feature.light .heroPanel__videoWrap:before,
	.heroPanel--feature.light picture:before {
		background: linear-gradient(90deg, #f9fafb, rgba(249, 250, 251, .65) 5%, hsla(0, 0%, 100%, .65) 95%, #f9fafb), transparent !important
	}

	.heroPanel--feature.medium .heroPanel__videoWrap:before,
	.heroPanel--feature.medium picture:before {
		background: linear-gradient(90deg, #edf0f3, rgba(237, 240, 243, .65) 5%, rgba(237, 240, 243, .65) 95%, #edf0f3), transparent !important
	}

	.heroPanel--feature.dark .heroPanel__videoWrap:before,
	.heroPanel--feature.dark picture:before {
		background: linear-gradient(90deg, #232a31, rgba(0, 0, 0, .65) 5%, rgba(0, 0, 0, .65) 95%, #232a31), transparent !important
	}

	.heroPanel.square .promoPanel.order-lg-1 picture:before,
	.heroPanel.square picture:before,
	.promoPanelWrapper:not(.backgroundImage) .promoPanel.order-lg-1 picture:before,
	.promoPanelWrapper:not(.backgroundImage) picture:before {
		background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 90%, #fff), transparent
	}

	.heroPanel.square.light .promoPanel.order-lg-1 picture:before,
	.heroPanel.square.light picture:before,
	.promoPanelWrapper:not(.backgroundImage).light .promoPanel.order-lg-1 picture:before,
	.promoPanelWrapper:not(.backgroundImage).light picture:before {
		background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 90%, #f9fafb), transparent
	}

	.heroPanel.square.medium .promoPanel.order-lg-1 picture:before,
	.heroPanel.square.medium picture:before,
	.promoPanelWrapper:not(.backgroundImage).medium .promoPanel.order-lg-1 picture:before,
	.promoPanelWrapper:not(.backgroundImage).medium picture:before {
		background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 90%, #edf0f3), transparent
	}

	.heroPanel.square.dark .promoPanel.order-lg-1 picture:before,
	.heroPanel.square.dark picture:before,
	.promoPanelWrapper:not(.backgroundImage).dark .promoPanel.order-lg-1 picture:before,
	.promoPanelWrapper:not(.backgroundImage).dark picture:before {
		background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 90%, #232a31), transparent
	}

	.promoPanelWrapper:not(.backgroundImage) .promoPanel picture:before {
		background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0) 10%), transparent
	}

	.promoPanelWrapper:not(.backgroundImage).light .promoPanel picture:before {
		background: linear-gradient(90deg, #f9fafb, hsla(0, 0%, 100%, 0) 10%), transparent
	}

	.promoPanelWrapper:not(.backgroundImage).medium .promoPanel picture:before {
		background: linear-gradient(90deg, #edf0f3, hsla(0, 0%, 100%, 0) 10%), transparent
	}

	.promoPanelWrapper:not(.backgroundImage).dark .promoPanel picture:before {
		background: linear-gradient(90deg, #232a31, hsla(0, 0%, 100%, 0) 10%), transparent
	}
}

.heroPanel .hbspt-form {
	margin: 60px auto
}

.homeNewsList {
	background-color: #f9fafb;
	padding-bottom: 120px;
	position: relative
}

@media (min-width:992px) {
	.homeNewsList {
		padding-bottom: auto
	}
}

.homeNewsList .newsCard .h2,
.homeNewsList .newsCard .h3,
.homeNewsList .newsCard h2,
.homeNewsList .newsCard h3,
.homeNewsList .newsCard p {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis
}

.homeNewsList .newsCard p {
	-webkit-line-clamp: 3
}

.homeNewsList .homeNewsList--coltwo .newsCard .h2,
.homeNewsList .homeNewsList--coltwo .newsCard h2 {
	-webkit-line-clamp: 8
}

.homeNewsList__title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px
}

@media (min-width:992px) {
	.homeNewsList__title {
		margin-bottom: 50px
	}
}

.homeNewsList__title .h2,
.homeNewsList__title h2 {
	color: #3c404b
}

@media (max-width:991.98px) {
	.homeNewsList__title .button {
		bottom: 40px;
		left: calc(50% - 80px);
		min-width: 160px;
		position: absolute
	}
}

.homeNewsList--colone {
	order: 2
}

@media (min-width:992px) {
	.homeNewsList--colone {
		order: 1
	}
}

.homeNewsList--colone .newsCard {
	background-color: #232a31;
	height: 33.3%
}

.homeNewsList--coltwo {
	order: 1
}

@media (min-width:992px) {
	.homeNewsList--coltwo {
		order: 2
	}
}

.homeNewsList--coltwo .newsCard {
	background-color: #232a31;
	height: 100%
}

@media (min-width:992px) {
	.homeNewsList--coltwo .newsCard__content {
		padding: 48px
	}
}

.homeNewsList--colthree {
	order: 3
}

@media (min-width:992px) {
	.homeNewsList--colthree {
		order: 3
	}
}

.homeNewsList--colthree .newsCard {
	background-color: #232a31;
	height: 50%
}

.homeNewsList.dark {
	background-color: #232a31
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {

	.CTAPanel__contentarea,
	.featureTextPanel__contentarea,
	.heroPanel__content,
	.outlinedPromo__content,
	.signpostPanel__content,
	.statsPanel__column {
		display: block !important
	}

	.heroPanel__text {
		padding-top: 150px !important
	}

	.carouselAwards__content,
	.carouselEvents__content>div {
		width: 100%
	}

	.carouselSignpost__img,
	.carouselSignpost__img img {
		font-family: "object-fit: cover; object-position: center";
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center
	}
}

.eventsList,
.learningList,
.newsList {
	background-color: #fff;
	position: relative
}

.grid__wrapper {
	grid-gap: 0;
	display: grid;
	grid-auto-flow: dense;
	grid-auto-rows: 290px;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	padding: 40px 0
}

.grid__wrapper .wide {
	grid-column: span 1
}

@media (min-width:768px) {
	.grid__wrapper .wide {
		grid-column: span 2
	}
}

.grid__wrapper .wide .h3,
.grid__wrapper .wide h3 {
	-webkit-line-clamp: 2 !important;
	color: #fff;
	margin-bottom: 24px !important;
	max-height: 8rem !important
}

.grid__wrapper .wide .button {
	height: 48px
}

.grid__wrapper .tall {
	grid-row: span 1
}

@media (min-width:768px) {
	.grid__wrapper .tall {
		grid-row: span 2
	}
}

.grid__wrapper .main {
	grid-column: span 1;
	grid-row: span 1
}

@media (min-width:768px) {
	.grid__wrapper .main {
		grid-column: span 2;
		grid-row: span 1
	}
}

@media (min-width:992px) {
	.grid__wrapper .main {
		grid-column: span 2;
		grid-row: span 3
	}
}

.grid__wrapper .main .h3,
.grid__wrapper .main h3 {
	color: #fff;
	margin-bottom: 24px !important
}

.grid__wrapper .main .button {
	height: 48px
}

.grid__wrapper .newsCard {
	background-color: #232a31;
	height: 100%;
	margin: 0;
	width: 100%
}

.grid__wrapper .newsCard__content .tagline {
	margin-bottom: 8px
}

.grid__wrapper .newsCard__content .h3,
.grid__wrapper .newsCard__content h3 {
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin-bottom: 0;
	max-height: 15rem;
	overflow: hidden;
	text-overflow: ellipsis
}

.learningList .grid__wrapper {
	grid-gap: 2px
}

.learningList .grid__wrapper .main {
	background-color: #002f87
}

.learningList .grid__wrapper .main .button {
	color: #002f87 !important;
	padding: 10px 16px
}

.ambList .ambassadorCard {
	height: calc(100% - 48px);
	margin-bottom: 48px
}

.ambList .tabs--wrapper {
	padding-bottom: 40px
}

.learningList.dark .newsCard {
	background-color: rgba(0, 0, 0, .5)
}

.learningList.dark .newsCard.main {
	background-color: #002f87
}

.header__promoPanel .newsCard {
	border: 1px solid #fff
}

.header__promoPanel .newsCard__content .h3,
.header__promoPanel .newsCard__content h3 {
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin-bottom: 0;
	max-height: 15rem;
	overflow: hidden;
	text-overflow: ellipsis
}

.offerPromotionRow {
	background-color: #fff
}

.offerPromotionRow>.container {
	padding-bottom: 64px;
	padding-top: 64px
}

@media (min-width:992px) {
	.offerPromotionRow>.container {
		padding-bottom: 17px;
		padding-top: 117px
	}
}

.offerPromotionRow__intro {
	text-align: center
}

.offerPromotionRow__title {
	margin-bottom: 64px
}

.productDetails {
	background-color: #fff;
	padding: 40px 15px
}

@media (min-width:992px) {
	.productDetails {
		padding: 80px 0
	}
}

.productDetails__wrapper {
	background: #f9fafb;
	padding: 20px 18px
}

@media (min-width:992px) {
	.productDetails__wrapper {
		display: flex;
		padding: 64px 38px
	}
}

.productDetails.dark .productDetails__wrapper ul {
	color: #232a31 !important
}

.productDetails img {
	margin-bottom: 24px
}

.productDetails .h1,
.productDetails h1 {
	color: #000;
	padding-bottom: 44px;
	text-align: center
}

@media (min-width:992px) {
	.productDetails .col-lg-5+.col-lg-5 {
		padding-left: 50px
	}
}

.productDetailsPricingTable {
	padding: 64px 24px 31px
}

@media (min-width:992px) {
	.productDetailsPricingTable {
		padding: 64px 0
	}
}

.productDetailsPricingTable__card {
	background: #f9fafb;
	border-radius: 8px;
	display: flex !important;
	flex-direction: column;
	margin-bottom: 33px;
	padding: 0;
	position: relative;
	width: 100%
}

.productDetailsPricingTable__card:first-of-type {
	margin-top: 24px
}

@media (min-width:992px) {
	.productDetailsPricingTable__card:first-of-type {
		margin-top: 0
	}
}

.productDetailsPricingTable__card .h2,
.productDetailsPricingTable__card h2 {
	background: #fff;
	margin: 0;
	padding: 8px 0
}

@media (min-width:992px) {

	.productDetailsPricingTable__card .h2,
	.productDetailsPricingTable__card h2 {
		height: 100%;
		max-height: 70px;
		overflow: hidden;
		padding: 20px 0 28px
	}
}

.productDetailsPricingTable__card p:not(.text-maroon) {
	background: #fff;
	border-bottom: 24px solid #fff;
	font-size: 14px;
	line-height: 1.4;
	margin: 0
}

@media (min-width:992px) {
	.productDetailsPricingTable__card p:not(.text-maroon) {
		height: 100%;
		max-height: 64px;
		overflow: hidden
	}
}

@media (min-width:1200px) {
	.productDetailsPricingTable__card p:not(.text-maroon) {
		max-height: 44px
	}
}

.productDetailsPricingTable__card .text-maroon {
	background: #fff;
	border-bottom: 8px solid #fff;
	font-weight: 600;
	margin: 0;
	padding: 30px 12px 0;
	text-transform: uppercase
}

@media (min-width:992px) {
	.productDetailsPricingTable__card .text-maroon {
		border-bottom: 24px solid #fff;
		height: 132px;
		min-height: 132px;
		overflow: hidden;
		padding: 24px 12px 0
	}
}

.productDetailsPricingTable__card img {
	height: 169px;
	object-fit: cover;
	object-position: center;
	width: 100%
}

.productDetailsPricingTable__card:before {
	background-color: #002f87;
	border-radius: 8px 8px 0 0;
	content: " ";
	display: block;
	height: 20px;
	margin-top: -7px;
	position: absolute;
	width: 100%;
	z-index: -1
}

.productDetailsPricingTable__card:after {
	background: #fff;
	border-radius: 8px;
	bottom: 0;
	content: " ";
	filter: 0 4px 10px rgba(93, 99, 112, .1);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1
}

@media (min-width:992px) {
	.productDetailsPricingTable__card {
		border-radius: 0;
		margin-bottom: 0
	}

	.productDetailsPricingTable__card:first-of-type {
		border-radius: 8px 0 0 0
	}

	.productDetailsPricingTable__card:last-of-type {
		border-radius: 0 8px 0 0
	}

	.productDetailsPricingTable__card:after,
	.productDetailsPricingTable__card:before {
		content: none
	}
}

.productDetailsPricingTable .col-lg-5.productDetailsPricingTable__card {
	border-radius: 8px 8px 0 0 !important
}

.productDetailsPricingTable__button {
	background-color: #f9fafb;
	border-radius: 0;
	margin: auto;
	max-width: 300px;
	min-width: 200px;
	padding: 24px 0 32px;
	text-align: center
}

@media (min-width:992px) {
	.productDetailsPricingTable__button {
		max-width: unset;
		padding: 12px;
		width: 100%
	}
}

.productDetailsPricingTable ul {
	background-color: #f9fafb;
	border-top: 1px solid #edf0f3;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 32px 0 0
}

.productDetailsPricingTable ul li {
	align-items: center;
	display: flex;
	margin-bottom: 0;
	padding: 4px 12px
}

.productDetailsPricingTable ul li:before {
	color: #002f87;
	content: "done";
	font-family: Material Icons;
	margin-left: 35px;
	margin-right: 10px
}

.productDetailsPricingTable ul li p {
	background: #f9fafb !important;
	border: none !important;
	font-size: 16px !important;
	margin-bottom: 0;
	padding: 0 !important
}

@media (min-width:992px) {
	.productDetailsPricingTable ul {
		border-top: none;
		padding: 0
	}

	.productDetailsPricingTable ul li {
		border-top: 1px solid #edf0f3;
		padding: 24px 12px
	}

	.productDetailsPricingTable ul li:last-of-type {
		border-bottom: 1px solid #edf0f3
	}

	.productDetailsPricingTable ul li:before {
		color: #002f87;
		font-size: 20px;
		margin-left: 15px
	}

	.productDetailsPricingTable__tabs {
		margin-top: 24px
	}
}

.productFamily {
	background-color: #fff;
	padding: 60px 0;
	position: relative
}

@media (min-width:992px) {
	.productFamily {
		padding: 100px 0
	}
}

.productFamily__wrapper {
	display: flex;
	flex-wrap: wrap;
	padding: 0
}

@media (min-width:992px) {
	.productFamily__wrapper {
		width: calc(100% - 300px)
	}
}

.productFamily__wrapper .productCard {
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	width: 100%
}

@media (min-width:768px) {
	.productFamily__wrapper .productCard {
		width: calc(50% - 20px)
	}
}

@media (min-width:1440px) {
	.productFamily__wrapper .productCard {
		width: calc(33.33% - 20px)
	}
}

.productFamily__filters {
	margin-bottom: 24px
}

@media (min-width:992px) {
	.productFamily__filters {
		width: 290px
	}
}

.productFamily__filtersWrapper {
	background-color: #f9fafb;
	padding: 15px 24px
}

.productFamily__filters .sectionTitle {
	color: #000;
	margin-bottom: 20px
}

.productFamily__filters hr {
	margin-top: 30px
}

.productFamily__filters .filters__header {
	display: flex;
	flex-direction: row
}

.productFamily__filters .filters__body {
	padding: 15px 0
}

.productFamily__filters .filter__results {
	color: #000;
	margin-bottom: 30px
}

.productFamily__filters .filterButton,
.productFamily__filters .resetButton {
	cursor: pointer;
	display: inline-flex;
	flex-direction: row;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	padding: 15px 0;
	width: 50%
}

.productFamily__filters .filterButton .icons,
.productFamily__filters .resetButton .icons {
	margin-right: 6px
}

.productFamily__filters .filterButton {
	color: #002f87
}

.productFamily__filters .resetButton {
	color: #000
}

@media (min-width:992px) {
	.productFamily .loadmore__wrapper {
		padding-left: 300px
	}
}

.productFamily .no-filters .productFamily__filters {
	display: none
}

.productFamily .no-filters .productFamily__wrapper {
	width: 100%
}

.productFamily .no-filters .loadmore__wrapper {
	padding-left: 0
}

.productFamily.dark .productFamily__filtersWrapper {
	background-color: transparent
}

.productFamily.dark .filterButton,
.productFamily.dark .filter__results,
.productFamily.dark .resetButton {
	color: #fff
}

.loadmore__wrapper {
	display: flex;
	justify-content: center
}

.promoPanelGrid {
	background-color: #fff
}

.promoPanelGrid>.container {
	padding-bottom: 36px;
	padding-top: 36px
}

@media (min-width:992px) {
	.promoPanelGrid>.container {
		padding-bottom: 117px;
		padding-top: 117px
	}
}

.promoPanelGrid .h2,
.promoPanelGrid h2 {
	color: #3c404b;
	margin-bottom: 56px;
	text-align: center
}

@media (min-width:992px) {

	.promoPanelGrid .h2,
	.promoPanelGrid h2 {
		margin-bottom: 84px
	}
}

.productTabbedDetails {
	background-color: #fff
}

.productTabbedDetails__title {
	padding-bottom: 20px;
	text-align: center
}

@media (min-width:992px) {
	.productTabbedDetails__title {
		padding-bottom: 50px
	}
}

.productTabbedDetails .h2,
.productTabbedDetails h2 {
	color: #000
}

@media (min-width:992px) {
	.productTabbedDetails table tr td:not(.tab-content .tab-content table tr td, .whatsInTheBox table tr td):first-of-type {
		width: 233px
	}
}

.tabs {
	flex: none
}

@media (min-width:992px) {
	.tabs {
		display: inline-flex
	}
}

.tabs .nav-item.show .nav-link,
.tabs .nav-link.active {
	background-color: transparent;
	border: unset;
	border-bottom: 4px solid #002f87;
	color: #000;
	font-weight: 600
}

.tabs .nav-item {
	margin-bottom: 0
}

.tabs .nav-link {
	border: unset;
	color: #5e6875
}

.tabs .nav-link:focus,
.tabs .nav-link:hover {
	border: unset;
	border-bottom: 4px solid #002f87
}

.tabs .nav-link.single {
	cursor: default
}

.tabs--wrapper {
	-ms-overflow-style: none;
	display: flex;
	overflow: scroll;
	scrollbar-width: none
}

.tabs--wrapper::-webkit-scrollbar {
	display: none
}

@media (min-width:992px) {
	.tabs--wrapper {
		justify-content: center
	}
}

.tabs .searchField {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 200px
}

.tabs .searchField .form-control {
	background-color: transparent;
	border: unset;
	border-radius: 0;
	color: #3c404b;
	margin-right: 10px;
	padding: 2px 10px
}

.tabs .searchField .search .path-2:before {
	color: #3c404b
}

.subTabs {
	border: unset;
	flex: none;
	padding: 24px 0 10px
}

@media (min-width:992px) {
	.subTabs {
		display: inline-flex
	}
}

.subTabs .nav-item.show .nav-link,
.subTabs .nav-link.active {
	background-color: transparent;
	background-color: #002f87;
	border: 1px solid #002f87;
	border-radius: 6px;
	color: #fff
}

.subTabs .nav-item {
	margin-bottom: 0
}

.subTabs .nav-link {
	background-color: #f9fafb;
	border: 1px solid #e0e3e6;
	border-radius: 6px;
	color: #3c404b;
	margin: 0 3px;
	padding: 3px 10px
}

.subTabs .nav-link:focus,
.subTabs .nav-link:hover {
	background-color: #002f87;
	border: 1px solid #002f87;
	color: #fff
}

.subTabs--wrapper {
	-ms-overflow-style: none;
	display: flex;
	margin-bottom: 30px;
	overflow: scroll;
	scrollbar-width: none
}

.subTabs--wrapper::-webkit-scrollbar {
	display: none
}

@media (min-width:992px) {
	.subTabs--wrapper {
		justify-content: center
	}
}

.dark .tabs .nav-link {
	color: #fff
}

.dark .tabs .nav-link:focus,
.dark .tabs .nav-link:hover {
	border-bottom: 4px solid #ffa400
}

.dark .tabs .nav-item.show .nav-link,
.dark .tabs .nav-link.active {
	border-bottom: 4px solid #ffa400;
	color: #ffa400
}

.dark .tabs .searchField .form-control,
.dark .tabs .searchField .search .path-2:before {
	color: #fff
}

.dark .subTabs .nav-item.show .nav-link,
.dark .subTabs .nav-link.active,
.dark .subTabs .nav-link:focus,
.dark .subTabs .nav-link:hover {
	background-color: #ffa400;
	border: 1px solid #ffa400;
	color: #000
}

.productDetailsReview {
	padding: 30px 0
}

@media (min-width:992px) {
	.productDetailsReview {
		padding: 50px 0
	}
}

.tab-pane .tabbedSection {
	padding: 36px 0
}

@media (min-width:992px) {
	.tab-pane .tabbedSection {
		padding: 50px 0
	}
}

.whatsInTheBox .h5,
.whatsInTheBox h5 {
	color: #000;
	margin: 56px 0 24px;
	text-transform: uppercase
}

.whatsInTheBox .table td:first-of-type {
	font-weight: 600
}

@media (min-width:992px) {
	.whatsInTheBox .table td:first-of-type {
		width: 40px
	}
}

.whatsInTheBox .table td p {
	margin-bottom: 0
}

.relatedPagesList {
	background-color: #fff
}

.relatedPagesList__title {
	color: #3c404b;
	margin-bottom: 20px
}

.relatedPagesList__intro {
	margin-bottom: 48px
}

.relatedPagesList picture img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%
}

.relatedPagesList>.container .row .infoCard__body {
	margin-bottom: 24px
}

@media (min-width:768px) {
	.relatedPagesList>.container .row .infoCard__body {
		margin-bottom: 20px
	}
}

.relatedPagesList>.container .row>div:last-child .infoCard__body {
	margin-bottom: 0
}

@media (min-width:992px) {

	.relatedPagesList.backgroundImage .row>div:nth-child(3n-1) .infoCard__body,
	.relatedPagesList.dark .row>div:nth-child(3n-1) .infoCard__body {
		padding: 24px
	}
}

.relatedPagesList.backgroundImage p.relatedPagesList__intro,
.relatedPagesList.dark p.relatedPagesList__intro {
	margin-bottom: 24px
}

.relatedPagesList.backgroundImage .infoCard__body,
.relatedPagesList.dark .infoCard__body {
	background-color: transparent;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0
}

.relatedPagesList.backgroundImage .infoCard__body .button--link,
.relatedPagesList.backgroundImage .infoCard__body .h3,
.relatedPagesList.backgroundImage .infoCard__body h3,
.relatedPagesList.backgroundImage .infoCard__body p,
.relatedPagesList.dark .infoCard__body .button--link,
.relatedPagesList.dark .infoCard__body .h3,
.relatedPagesList.dark .infoCard__body h3,
.relatedPagesList.dark .infoCard__body p {
	color: #fff !important
}

.relatedProductList {
	background-color: #fff
}

.relatedProductList__title {
	margin-bottom: 40px;
	text-align: center
}

@media (min-width:992px) {
	.relatedProductList__title {
		margin-bottom: 60px
	}
}

.relatedProductList__title .h2,
.relatedProductList__title h2 {
	color: #000
}

.relatedProductList.dark .productCard .h3,
.relatedProductList.dark .productCard h3 {
	color: #000 !important
}

.relatedProductList.dark .productCard p {
	color: #3c404b !important
}

.productDetailsPricingTable .slick-slide,
.relatedProductList .slick-slide {
	padding: 0 20px 20px
}

.productDetailsPricingTable .slick-arrow,
.relatedProductList .slick-arrow {
	z-index: 5
}

.productDetailsPricingTable .slick-arrow.slick-prev,
.relatedProductList .slick-arrow.slick-prev {
	left: -10px
}

.productDetailsPricingTable .slick-arrow.slick-next,
.relatedProductList .slick-arrow.slick-next {
	right: -10px
}

.productDetailsPricingTable .slick-arrow:before,
.relatedProductList .slick-arrow:before {
	color: #838d95
}

@media (min-width:768px) {

	.productDetailsPricingTable .slick-arrow.slick-prev,
	.relatedProductList .slick-arrow.slick-prev {
		left: -50px
	}

	.productDetailsPricingTable .slick-arrow.slick-next,
	.relatedProductList .slick-arrow.slick-next {
		right: -50px
	}
}

.productDetailsPricingTable .slick-dots,
.relatedProductList .slick-dots {
	bottom: -60px
}

@media (min-width:992px) {

	.productDetailsPricingTable .slick-dots,
	.relatedProductList .slick-dots {
		bottom: -80px
	}
}

.productDetailsPricingTable .slick-dots li button,
.relatedProductList .slick-dots li button {
	background-color: #e0e3e6;
	border-radius: 50%;
	height: 12px;
	margin: 0 4px;
	width: 12px
}

.productDetailsPricingTable .slick-dots li.slick-active button,
.relatedProductList .slick-dots li.slick-active button {
	background-color: #838d95
}

.productDetailsPricingTable.dark .slick-arrow:before,
.relatedProductList.dark .slick-arrow:before {
	color: #fff
}

.productDetailsPricingTable.dark .slick-dots li button,
.relatedProductList.dark .slick-dots li button {
	background-color: #838d95
}

.productDetailsPricingTable.dark .slick-dots li.slick-active button,
.relatedProductList.dark .slick-dots li.slick-active button {
	background-color: #fff
}

.productDetailsPricingTable .slick-disabled {
	display: none !important
}

.productDetailsPricingTable .slick-track {
	display: flex !important
}

.productDetailsPricingTable .slick-slide {
	height: inherit !important;
	padding: 0 !important;
	width: 100%
}

.productDetailsPricingTable .slick-slide>div,
.productDetailsPricingTable__card {
	height: 100%
}

.heroCarousel,
.relatedProductList__carousel {
	display: flex;
	opacity: 0
}

.heroCarousel.slick-initialized,
.relatedProductList__carousel.slick-initialized {
	display: unset;
	opacity: 1
}

@media (min-width:992px) {
	.productDetailsPricingTable__content {
		display: flex;
		opacity: 0
	}

	.productDetailsPricingTable__content.slick-initialized {
		display: unset;
		opacity: 1
	}
}

.reviewRow {
	background-color: #fff
}

.reviewRow__text {
	margin-bottom: 64px;
	text-align: center
}

.reviewRow__text .h2,
.reviewRow__text h2 {
	color: #3c404b;
	margin-bottom: 0
}

.reviewRow__text p {
	margin-bottom: 0;
	margin-top: 20px
}

.reviewRow>.container {
	padding-bottom: 64px;
	padding-top: 64px
}

.reviewRow [class*=col]:not(:last-child) .quoteCard {
	margin-bottom: 24px
}

@media (min-width:992px) {
	.reviewRow [class*=col]:not(:last-child) .quoteCard {
		margin-bottom: 0
	}
}

.reviewRow__threeItems .quoteCard__testimonial {
	align-items: flex-start;
	display: flex;
	flex-direction: column
}

.reviewRow__threeItems .quoteCard__testimonial-info {
	align-self: normal
}

.reviewRow.backgroundImage .quoteCard p,
.reviewRow.dark .quoteCard p {
	color: #3c404b !important
}

.richTextRow {
	background-color: #fff
}

.richTextRow--oneColumn {
	padding: 30px 0
}

@media (min-width:992px) {
	.richTextRow--oneColumn {
		padding: 45px 0
	}
}

.richTextRow--twoColumns {
	padding: 30px 0
}

@media (min-width:992px) {
	.richTextRow--twoColumns {
		padding: 40px 0
	}
}

.richTextRow--twoColumns .wysiwyg img {
	margin-bottom: 0
}

.richTextRow--twoColumns .col-12:first-child .wysiwyg {
	margin-bottom: 40px
}

@media (min-width:992px) {
	.richTextRow--twoColumns .col-12:first-child .wysiwyg {
		margin-bottom: 0
	}
}

.richTextRow--threeColumns {
	padding: 36px 0
}

@media (min-width:768px) {
	.richTextRow--threeColumns {
		padding: 70px 0
	}
}

@media (min-width:992px) {
	.richTextRow--threeColumns {
		padding: 64px 0
	}
}

.richTextRow--threeColumns .wysiwyg img {
	margin-bottom: 0
}

.richTextRow--threeColumns .col-12:not(:last-child) .wysiwyg {
	margin-bottom: 46px
}

@media (min-width:992px) {
	.richTextRow--threeColumns .col-12:not(:last-child) .wysiwyg {
		margin-bottom: 0
	}
}

.richTextRow.backgroundImage {
	padding: 0
}

.richTextRow.backgroundImage.richTextRow--oneColumn>.container {
	padding-bottom: 64px;
	padding-top: 64px
}

.richTextRow.backgroundImage.richTextRow--twoColumns>.container {
	padding-bottom: 30px;
	padding-top: 30px
}

@media (min-width:992px) {
	.richTextRow.backgroundImage.richTextRow--twoColumns>.container {
		padding-bottom: 69px;
		padding-top: 69px
	}
}

.richTextRow.backgroundImage.richTextRow--threeColumns>.container {
	padding-bottom: 36px;
	padding-top: 36px
}

@media (min-width:768px) {
	.richTextRow.backgroundImage.richTextRow--threeColumns>.container {
		padding-bottom: 70px;
		padding-top: 70px
	}
}

@media (min-width:992px) {
	.richTextRow.backgroundImage.richTextRow--threeColumns>.container {
		padding-bottom: 64px;
		padding-top: 64px
	}
}

.richTextRow--black-h .wysiwyg .h2,
.richTextRow--black-h .wysiwyg .h3,
.richTextRow--black-h .wysiwyg .h4,
.richTextRow--black-h .wysiwyg .h5,
.richTextRow--black-h .wysiwyg h2,
.richTextRow--black-h .wysiwyg h3,
.richTextRow--black-h .wysiwyg h4,
.richTextRow--black-h .wysiwyg h5 {
	color: #000
}

.richTextRow--black-h .wysiwyg a.button {
	color: #fff
}

@media (min-width:992px) {
	.richTextRow--reverse-desktop .row {
		flex-direction: row-reverse
	}
}

.richTextRow--centeredText {
	text-align: center
}

.form-check {
	margin-bottom: 12px;
	padding-left: 30px
}

.form-check .form-check-input {
	cursor: pointer;
	height: 20px;
	margin-left: -30px;
	margin-top: 2px;
	width: 20px
}

.form-check .form-check-input:checked {
	background-color: #002f87;
	border-color: #002f87
}

.form-check .form-check-label {
	cursor: pointer
}

.form-check-input[type=checkbox] {
	border-radius: 0
}

hr {
	background-color: #5e6875
}

p.error {
	color: #f5222d !important;
	margin: 5px 0
}

.dark .hbspt-form,
.dark .hbspt-form li,
.dark .hbspt-form p {
	color: #3c404b !important
}

.dark .hbspt-form .h1,
.dark .hbspt-form .h2,
.dark .hbspt-form .h3,
.dark .hbspt-form .h4,
.dark .hbspt-form .h5,
.dark .hbspt-form a,
.dark .hbspt-form h1,
.dark .hbspt-form h2,
.dark .hbspt-form h3,
.dark .hbspt-form h4,
.dark .hbspt-form h5 {
	color: #002f87 !important
}

.hbspt-form {
	background-color: #f9fafb;
	margin: 0 auto;
	max-width: 860px;
	padding: 20px
}

@media (min-width:992px) {
	.hbspt-form {
		padding: 40px
	}
}

.hbspt-form input.hs-input,
.hbspt-form select,
.hbspt-form textarea {
	border: 1px solid #d0d4d9;
	border-radius: 2px;
	height: 48px;
	padding: 10px 12px;
	width: 100%
}

.hbspt-form input.hs-input:focus-visible,
.hbspt-form select:focus-visible,
.hbspt-form textarea:focus-visible {
	outline: none
}

.hbspt-form select {
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%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");
	background-position: 98%;
	background-repeat: no-repeat;
	background-size: 18px
}

.hbspt-form textarea {
	max-width: 559px;
	min-height: 96px
}

.hbspt-form .hs-form-checkbox,
.hbspt-form .hs-form-radio,
.hbspt-form label,
.hbspt-form legend {
	margin-bottom: 12px
}

.hbspt-form .hs-form-field,
.hbspt-form .inputs-list {
	margin-bottom: 20px
}

.hbspt-form ul {
	list-style: none;
	margin-bottom: 12px;
	padding-left: 0
}

.hbspt-form label.hs-error-msg {
	font-weight: 400
}

.hbspt-form legend.hs-field-desc {
	font-size: 16px
}

.hbspt-form input[type=checkbox],
.hbspt-form input[type=radio] {
	appearance: none;
	cursor: pointer;
	float: left;
	height: 20px;
	margin: 2px 12px 0 0;
	padding: 10px;
	width: 20px
}

.hbspt-form input[type=checkbox]:checked,
.hbspt-form input[type=radio]:checked {
	background-color: #002f87 !important;
	border-color: #002f87 !important
}

.hbspt-form input[type=checkbox]+span,
.hbspt-form input[type=radio]+span {
	cursor: pointer
}

.hbspt-form input[type=checkbox]:checked {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
}

/* Raymarine checkbox alignment fix */
ul.inputs-list.multi-container li.hs-form-checkbox input{
  width: auto!important;
}

.legal-consent-container .hs-form-booleancheckbox-display input{
  width: auto!important;
  position: relative !important;
  bottom: -7px !important;
}

.hbspt-form input[type=radio]:checked {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
}

.hbspt-form input[type=radio] {
	border-radius: 100%
}

.hbspt-form input[type=submit] {
	background: linear-gradient(180deg, #002f87 38.49%, #710032 100%, #002f87);
	border: none;
	color: #fff !important;
	height: 48px;
	margin-top: 12px;
	width: 100%
}

.hbspt-form .error {
	border: 1px solid #f5222d !important
}

.hbspt-form .hs-error-msg {
	color: #f5222d;
	font-size: 14px
}

.hbspt-form .hs-error-msgs {
	margin-top: 20px
}

.hbspt-form .hs-error-msgs label {
	color: #f5222d;
	font-size: 14px;
	font-weight: 400
}

.hbspt-form .hs-datepicker {
	margin-top: -10px
}

.hbspt-form .fn-date-picker .pika-table th {
	color: #3c404b;
	font-size: 14px;
	padding-bottom: 5px
}

.hbspt-form .fn-date-picker .pika-table abbr[data-bs-original-title],
.hbspt-form .fn-date-picker .pika-table abbr[title] {
	text-decoration: none
}

.hbspt-form .fn-date-picker .pika-button {
	font-size: 14px;
	padding: 10px
}

.hbspt-form .fn-date-picker .pika-button:hover {
	background-color: #002f87 !important
}

.hbspt-form .fn-date-picker .is-selected .pika-button,
.hbspt-form .fn-date-picker .is-selected .pika-button:hover {
	background: #002f87;
	border-radius: 2px;
	box-shadow: none
}

.hbspt-form .fn-date-picker .is-today .pika-button {
	color: #002f87
}

.hbspt-form .fn-date-picker .pika-lendar {
	width: 280px
}

.hbspt-form .rc-anchor-invisible-text {
	background: transparent !important
}

.mapRow__wrapper {
	height: 296px;
	overflow: hidden;
	width: 100%
}

@media (min-width:992px) {
	.mapRow__wrapper {
		height: 411px
	}
}

@media (min-width:1920px) {
	.mapRow__wrapper {
		margin: 0 auto;
		max-width: 1920px
	}
}

.mapRow__iframe {
	border: none;
	height: 596px;
	margin-top: -150px;
	width: 100%
}

@media (min-width:992px) {
	.mapRow__iframe {
		height: 711px
	}
}

.mapRowContent .eventCard__body {
	padding-left: 0;
	padding-right: 0
}

.ratingSummary[data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,
.ratingSummary[data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist:hover,
.ratingSummary[data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text {
	font-family: Univers, sans-serif !important;
	font-size: 14px !important
}

.inlineRating[data-bv-show=inline_rating] .bv_main_container .bv_stars_svg_no_wrap svg:not(:last-child),
.ratingSummary[data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg:not(:last-child) {
	padding-right: 4px !important
}

.inlineRating[data-bv-show=inline_rating] .bv_main_container .bv_text {
	font-family: Univers, sans-serif !important;
	font-size: 14px !important
}

.inlineRating+.button {
	margin-top: 30px
}

.dealerLocator {
	position: relative
}

.dealerLocator__currentLocation {
	cursor: pointer;
	display: flex;
	flex-direction: row
}

.dealerLocator__currentLocation .icons {
	margin-right: 6px
}

@media (min-width:992px) {
	.dealerLocator__dealerWrapper {
		padding-top: 20px
	}

	.dealerLocator__mapWrapper {
		background-color: #f9fafb;
		box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
		margin-top: -120px;
		padding: 30px;
		position: absolute;
		width: calc(50vw - 12px);
		z-index: 2
	}
}

@media (min-width:992px) and (min-width:1920px) {
	.dealerLocator__mapWrapper {
		max-width: 948px
	}
}

@media (min-width:992px) {
	.dealerLocator__mapWrapper.position--fixed {
		left: calc(50% + 12px);
		margin-top: 0;
		position: fixed;
		top: 71px
	}

	.dealerLocator__mapWrapper.position--absolute {
		bottom: 50px;
		margin-top: 0
	}
}

.dealerLocator__map {
	height: 260px;
	margin-left: -12px;
	margin-right: -12px;
	position: relative
}

@media (min-width:576px) {
	.dealerLocator__map {
		margin-left: calc(263px - 50vw);
		margin-right: calc(263px - 50vw)
	}
}

@media (min-width:768px) {
	.dealerLocator__map {
		margin-left: calc(338px - 50vw);
		margin-right: calc(338px - 50vw)
	}
}

@media (min-width:992px) {
	.dealerLocator__map {
		height: 500px;
		margin-left: 0;
		margin-right: 0
	}
}

.dealerLocator__map .reSearchButton {
	background-color: rgba(128, 0, 0, .75);
	border-radius: 5px;
	bottom: 20px;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	left: calc(50% - 90px);
	margin: 0;
	padding: 6px 10px;
	position: absolute;
	text-align: center;
	width: 180px;
	z-index: 10
}

.dealerLocator__legend {
	padding-top: 30px
}

.dealerLocator__legendTitle {
	font-size: 14px;
	font-weight: 600;
	padding-left: 0 !important;
	text-transform: uppercase
}

.dealerLocator__legend p {
	margin-bottom: 16px;
	padding-left: 30px
}

.dealerLocator__iconLegend {
	color: #002f87;
	display: flex;
	flex-direction: row;
	font-weight: 600;
	margin-bottom: 8px
}

.dealerLocator__iconLegend img {
	height: 24px;
	margin-right: 5px;
	width: 24px
}

.dealerLocator .loadmore__wrapper {
	padding: 50px 0
}

.dealerLocator .loadmore__wrapper .loadmore {
	background: transparent;
	border: 1px solid #d0d4d9;
	color: #000;
	display: flex;
	justify-content: center;
	transition: all .3s ease;
	width: 100%
}

.dealerLocator .loadmore__wrapper .loadmore:hover {
	background: #002f87;
	border: 1px solid #002f87;
	color: #fff
}

.dealerLocator__filterFields .input-group,
.dealerLocator__filterFields .selectric-wrapper {
	margin-bottom: 16px
}

@media (min-width:992px) {

	.dealerLocator__filterFields .input-group,
	.dealerLocator__filterFields .selectric-wrapper {
		width: 50% !important
	}
}

.dealerLocator__filterFields .searchField {
	display: flex;
	flex-direction: column
}

.dealerLocator__filterFields .searchField input {
	width: 100%
}

.heroPanel .searchField input::placeholder {
	color: #3c404b;
	opacity: 1
}

.heroPanel .searchField input:-ms-input-placeholder {
	color: #3c404b
}

.heroPanel .searchField input::-ms-input-placeholder {
	color: #3c404b
}

.ambList__filterFields,
.dealerLocator__filterFields {
	display: flex;
	flex-direction: column;
	width: 100%
}

@media (min-width:768px) {

	.ambList__filterFields,
	.dealerLocator__filterFields {
		flex-direction: row
	}
}

.ambList__filterFields .input-group,
.dealerLocator__filterFields .input-group {
	border-radius: 2px;
	margin-bottom: 16px
}

@media (min-width:768px) {

	.ambList__filterFields .input-group,
	.dealerLocator__filterFields .input-group {
		margin-right: 16px
	}
}

.ambList__filterFields .input-group input,
.dealerLocator__filterFields .input-group input {
	background-color: #fff;
	height: 48px
}

.ambList__filterFields .input-group input:focus,
.dealerLocator__filterFields .input-group input:focus {
	outline: unset
}

.ambList__filterFields .input-group input.error,
.dealerLocator__filterFields .input-group input.error {
	border: 2px solid #f5222d
}

.ambList__filterFields .input-group .icons,
.dealerLocator__filterFields .input-group .icons {
	cursor: pointer;
	padding: 12px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10
}

.ambList__filterFields .input-group .icons .path-1:before,
.dealerLocator__filterFields .input-group .icons .path-1:before {
	color: #000
}

.ambList__filterFields .selectric-wrapper,
.dealerLocator__filterFields .selectric-wrapper {
	height: 48px;
	width: 100%
}

.ambList__filterFields {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 50px 0
}

@media (min-width:992px) {
	.ambList__filterFields {
		flex-direction: row
	}
}

.ambList__filterFields .input-group {
	align-items: center;
	display: flex;
	margin-right: 0;
	width: 100%
}

@media (min-width:992px) {
	.ambList__filterFields .input-group {
		width: 50%
	}

	.ambList__filterFields .input-group.filterField {
		margin-right: 16px
	}
}

.ambList__filterFields .input-group label {
	margin: 0 16px 0 0
}

.ambList__filterFields .form-select {
	margin-bottom: 0
}

.ambList__filterFields p.error {
	bottom: -37px;
	left: 70px;
	position: absolute
}

.promoPanelWrapper {
	background-color: #fff;
	overflow: hidden
}

@media (min-width:992px) {
	.promoPanelWrapper {
		display: flex;
		min-height: 333px
	}

	.promoPanelWrapper.medium_height {
		min-height: 512px
	}

	.promoPanelWrapper.tall {
		min-height: 666px
	}
}

.promoPanelWrapper.medium .promoPanel__content {
	background-color: #edf0f3 !important
}

.promoPanelWrapper.light .promoPanel__content {
	background-color: #f9fafb !important
}

.promoPanelWrapper.dark span {
	color: #ffa400
}

.promoPanelWrapper.dark .promoPanel__content {
	background-color: #232a31 !important
}

.promoPanelWrapper.backgroundImage a {
	color: #fff;
	margin-left: -12px
}

@media (min-width:992px) {
	.promoPanelWrapper.backgroundImage a {
		margin-left: 0
	}
}

.promoPanelWrapper.backgroundImage .promoPanel__content {
	background-color: transparent !important;
	margin-top: 0;
	margin-top: 0 !important;
	padding-bottom: 0 !important
}

.promoPanelWrapper.noImage .promoPanel__content {
	margin-top: 0 !important;
	padding-bottom: 0 !important
}

.promoPanelWrapper.video {
	padding: 0 18px
}

@media (min-width:992px) {
	.promoPanelWrapper.video {
		padding-top: 0
	}
}

.promoPanelWrapper.video .promoPanel__content {
	margin-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important
}

.promoPanelWrapper.video .col-12.col-lg-12 {
	padding-left: 0;
	padding-right: 0
}

.promoPanel {
	position: relative;
	z-index: 1
}

@media (min-width:992px) {
	.promoPanel {
		align-items: center;
		display: flex;
		width: 50%
	}

	.promoPanel .promoPanel__grid {
		margin: 0 0 0 auto
	}
}

.promoPanel__grid {
	padding: 0 6px;
	width: 100%
}

@media (min-width:992px) {
	.promoPanel__grid {
		margin: 0 auto 0 0;
		max-width: 430px;
		padding: 0
	}
}

@media (min-width:1200px) {
	.promoPanel__grid {
		max-width: 520px
	}
}

@media (min-width:1440px) {
	.promoPanel__grid {
		max-width: 620px
	}
}

.promoPanel__content {
	background-color: #fff;
	margin-top: -76px;
	padding: 35px 15px;
	z-index: 1
}

@media (min-width:992px) {
	.promoPanel__content {
		margin-top: 0;
		padding: 20px 0
	}
}

.promoPanel>a {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: -77px;
	z-index: 2
}

@media (min-width:992px) {
	.promoPanel>a {
		top: 0
	}
}

.promoPanel span {
	color: #002f87
}

.promoPanel picture {
	display: flex;
	height: 100%;
	width: 100%
}

.promoPanel picture img {
	object-fit: cover
}

@media (min-width:992px) {
	.promoPanel.order-lg-0 .promoPanel__grid {
		margin: 0 0 0 auto !important
	}
}

.promoPanel .videoRow__placeholder {
	margin-bottom: 0
}

.promoPanel+.promoPanel {
	padding: 0 18px 30px
}

@media (min-width:992px) {

	.order-lg-1 .promoPanel__grid,
	.promoPanel+.promoPanel .promoPanel__grid {
		margin: 0 auto 0 0
	}
}

@media (min-width:1920px) {
	.promoPanel {
		padding-left: calc(50vw - 960px);
		padding-right: 0
	}

	.promoPanel>picture {
		position: relative
	}

	.promoPanel>picture:before {
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 2
	}

	.promoPanel.order-lg-1 {
		padding-left: 0;
		padding-right: calc(50vw - 960px)
	}

	.promoPanel+.promoPanel,
	.promoPanel.order-lg-0 {
		padding-left: 0;
		padding-right: 0
	}
}

.boatFinder__promo .backgroundImage>picture {
	left: 0
}

.boatFinder__promo .backgroundImage>picture:before {
	display: none !important
}

@media (min-width:1920px) {
	.boatFinder__promo .promoPanel {
		padding-left: 0;
		padding-right: 0
	}
}

.heroPanel--productListSearch,
.heroPanel--search {
	align-items: flex-end;
	display: flex;
	justify-content: center
}

.heroPanel--productListSearch:before,
.heroPanel--search:before {
	display: none
}

.heroPanel--productListSearch .searchForm,
.heroPanel--search .searchForm {
	background: linear-gradient(180deg, rgba(35, 42, 49, .3), #232a31);
	max-width: 1000px
}

@media (min-width:992px) {

	.heroPanel--productListSearch .searchForm,
	.heroPanel--search .searchForm {
		padding: 35px 70px 0
	}
}

.heroPanel--productListSearch .searchWrapper,
.heroPanel--search .searchWrapper {
	display: flex;
	flex-direction: column;
	margin: 40px 0 20px;
	width: 100%
}

.heroPanel--productListSearch .searchWrapper .input-group,
.heroPanel--search .searchWrapper .input-group {
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
	width: 100%
}

.heroPanel--productListSearch .searchWrapper .input-group input,
.heroPanel--search .searchWrapper .input-group input {
	height: 48px;
	padding-right: 40px;
	width: 100%
}

.heroPanel--productListSearch .searchWrapper .input-group input:focus,
.heroPanel--search .searchWrapper .input-group input:focus {
	outline: unset
}

.heroPanel--productListSearch .searchWrapper .input-group input.error,
.heroPanel--search .searchWrapper .input-group input.error {
	border: 2px solid #f5222d
}

.heroPanel--productListSearch .searchWrapper .input-group .icons,
.heroPanel--search .searchWrapper .input-group .icons {
	cursor: pointer;
	padding: 12px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10
}

.heroPanel--productListSearch .searchWrapper .input-group .icons .path-1:before,
.heroPanel--search .searchWrapper .input-group .icons .path-1:before {
	color: #000
}

.heroPanel--productListSearch .searchWrapper .input-group p.error,
.heroPanel--search .searchWrapper .input-group p.error {
	bottom: -40px;
	left: 0;
	position: absolute
}

.searchResults__wrapper {
	margin: 0 auto;
	max-width: 860px
}

.searchCard {
	border-bottom: 1px solid #d0d4d9;
	display: flex;
	flex-direction: column;
	margin-bottom: 25px
}

.searchCard__content {
	position: relative
}

@media (min-width:576px) {
	.searchCard__content {
		min-height: 200px;
		padding-left: 200px
	}
}

.searchCard .h3,
.searchCard h3 {
	color: #3c404b
}

.searchCard img {
	margin-bottom: 20px;
	width: 180px
}

@media (min-width:576px) {
	.searchCard img {
		left: 0;
		position: absolute;
		top: 0
	}
}

.pagination {
	display: flex;
	flex-direction: row;
	justify-content: center
}

.pagination .pageItems {
	align-items: center;
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: 0;
	padding: 0 10px
}

@media (min-width:576px) {
	.pagination .pageItems {
		padding: 0 20px
	}
}

.pagination .pageItem {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 30px;
	justify-content: center;
	margin: 0;
	width: 30px
}

@media (min-width:576px) {
	.pagination .pageItem {
		margin: 0 10px
	}
}

.pagination .pageItem.active {
	background-color: #838d95;
	border-radius: 50%;
	color: #fff
}

.pagination .next,
.pagination .prev {
	background-color: #002f87;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: none;
	padding: 10px
}

@media (min-width:576px) {

	.pagination .next,
	.pagination .prev {
		padding: 10px 16px
	}
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-bottom-right-radius: 2px !important;
	border-top-right-radius: 2px !important
}

.form-control {
	border-radius: 2px
}

@media (min-width:992px) {
	.heroPanel--productListSearch .searchForm {
		padding: 35px 70px
	}
}

.heroPanel--productListSearch .searchForm label {
	font-size: 24px
}

.timelineRow {
	padding: 20px 0
}

@media (min-width:768px) {
	.timelineRow {
		padding: 30px 0
	}
}

.timelineRow a {
	font-weight: 600
}

.timelineRow img {
	margin-bottom: 30px
}

@media (min-width:768px) {
	.timelineRow img {
		margin-bottom: 0;
		padding-right: 30px
	}
}

.timelineRow .h2,
.timelineRow h2 {
	border-bottom: 1px dashed #d0d4d9;
	position: relative
}

.timelineRow .h2:after,
.timelineRow h2:after {
	background-color: #d0d4d9;
	bottom: -3px;
	content: "";
	display: block;
	height: 5px;
	position: absolute;
	right: 0;
	transform: rotate(45deg);
	width: 5px
}

.productCarousel {
	border-bottom: 1px solid #d0d4d9;
	min-height: 280px;
	padding: 60px 0 0
}

.productCarouselCard {
	cursor: pointer;
	padding: 0 10px 20px
}

.productCarouselCard__content {
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	height: 80px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis
}

.productCarouselCard__content p {
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 20px
}

.productCarouselCard img {
	height: 180px;
	object-fit: cover;
	width: 100%
}

@media (min-width:576px) {
	.productCarouselCard img {
		height: 120px
	}
}

.productCarouselCard.selected {
	border-bottom: 2px solid #002f87
}

.productCarousel__wrapper {
	position: relative
}

.productCarousel__wrapper.subLevel .productCarousel {
	min-height: 280px;
	padding-left: 110px
}

@media (min-width:992px) {
	.productCarousel__wrapper.subLevel .productCarousel {
		padding-left: 160px
	}
}

.productCarousel__wrapper.subLevel .productCarousel__backbtn {
	display: block
}

.productCarousel__wrapper .productCarousel__backbtn {
	cursor: pointer;
	display: none;
	left: 60px;
	position: absolute;
	text-align: center;
	top: 60px;
	width: 50px
}

@media (min-width:992px) {
	.productCarousel__wrapper .productCarousel__backbtn {
		width: 100px
	}
}

.productCarousel__wrapper .productCarousel__backbtn .backBtn {
	align-items: center;
	background-color: #fff;
	border: 1px solid #d0d4d9;
	border-radius: 5px;
	display: flex;
	height: 100px;
	justify-content: center;
	margin: 40px 0 60px;
	width: 50px
}

@media (min-width:992px) {
	.productCarousel__wrapper .productCarousel__backbtn .backBtn {
		margin: 0 0 40px;
		width: 100px
	}
}

.productCarousel__wrapper .productCarousel__backbtn .backBtn img {
	width: 31px
}

.productCarousel__wrapper .productCarousel__backbtn p {
	color: #002f87
}

.productCarousel .slick-track {
	float: left
}

.productCarousel .slick-arrow.slick-prev {
	left: -20px
}

@media (min-width:992px) {
	.productCarousel .slick-arrow.slick-prev {
		left: -50px
	}
}

.productCarousel .slick-arrow.slick-next {
	right: -20px
}

@media (min-width:992px) {
	.productCarousel .slick-arrow.slick-next {
		right: -50px
	}
}

.productCarousel .slick-arrow:before {
	color: #838d95
}

.productSupportList .productCard {
	height: calc(100% - 48px)
}

.note {
	border: 1px solid #d0d4d9;
	border-radius: 5px;
	color: #838d95;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .04em;
	padding: 30px 20px;
	text-align: center;
	text-transform: uppercase;
	width: 100%
}

@media (min-width:992px) {
	.note {
		padding: 40px 20px
	}
}

.eventDetail .h3,
.eventDetail .h4,
.eventDetail h3,
.eventDetail h4 {
	color: #3c404b
}

.eventDetail.dark .h3,
.eventDetail.dark .h4,
.eventDetail.dark h3,
.eventDetail.dark h4 {
	color: #fff
}

.eventDetail__description {
	background-color: #edf0f3;
	color: #000 !important;
	margin-bottom: 20px;
	position: relative;
	width: 100%
}

@media (min-width:992px) {
	.eventDetail__description {
		background-color: transparent
	}
}

.eventDetail__descriptionTrigger {
	cursor: pointer;
	display: block;
	font-weight: 600;
	padding: 20px 40px 20px 20px
}

@media (min-width:992px) {
	.eventDetail__descriptionTrigger {
		display: none
	}
}

.eventDetail__descriptionTrigger.collapsed .chevron-down .path-1 {
	transform: rotate(0)
}

.eventDetail__descriptionTrigger .chevron-down .path-1 {
	position: absolute;
	right: 20px;
	top: 20px;
	transform: rotate(180deg)
}

.eventDetail__descriptionTrigger .chevron-down .path-1:before {
	color: #838d95
}

.eventDetail__descriptionContent {
	margin-bottom: 20px;
	padding: 0 20px 1px
}

@media (min-width:992px) {
	.eventDetail__descriptionContent {
		display: block !important;
		padding: 0
	}
}

.dark .eventDetail__descriptionContent,
.dark .eventDetail__descriptionContent p {
	color: #3c404b !important
}

@media (min-width:992px) {

	.dark .eventDetail__descriptionContent,
	.dark .eventDetail__descriptionContent p {
		color: #fff !important
	}
}

.eventDetail.componentGap+.mapRow {
	margin-bottom: 40px;
	margin-top: -30px
}

@media (min-width:992px) {
	.eventDetail.componentGap+.mapRow {
		margin-bottom: 80px;
		margin-top: -60px
	}
}

.boatFinder .accordion {
	padding: 0
}

.boatFinder .accordion .description {
	margin: 0 auto;
	max-width: 940px
}

@media (min-width:1200px) {
	.boatFinder .accordion .description p {
		text-align: center
	}
}

.boatFinder .accordion-button {
	color: #3c404b;
	margin: 0;
	padding: 12px 16px
}

@media (min-width:1200px) {
	.boatFinder .accordion-button {
		display: flex;
		justify-content: center;
		padding: 30px
	}
}

.boatFinder .accordion-button.collapsed {
	background-color: #e0e3e6
}

.boatFinder .accordion-button:after {
	display: block
}

@media (min-width:1200px) {
	.boatFinder .accordion-button:after {
		display: none
	}
}

.boatFinder .accordion-item {
	background: linear-gradient(180deg, #f9fafb, #d0d4d9), #f9fafb
}

.boatFinder .accordion-body {
	padding: 16px
}

@media (min-width:1200px) {
	.boatFinder .accordion-body {
		padding: 0 150px
	}
}

.boatFinder .productGroupWrapper .accordion-button {
	font-size: 16px;
	margin: 0
}

@media (min-width:1200px) {
	.boatFinder .boatOptions {
		overflow-x: auto;
		padding: 50px 0
	}
}

.boatFinder .boatOptions__levelOne,
.boatFinder .boatOptions__levelTwo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 24px
}

@media (min-width:1200px) {

	.boatFinder .boatOptions__levelOne,
	.boatFinder .boatOptions__levelTwo {
		flex-wrap: nowrap;
		overflow-x: auto
	}
}

.boatFinder .boatOptions__levelTwo {
	display: none
}

@media (min-width:1200px) {
	.boatFinder .boatOptions__levelOneWrapper {
		display: flex;
		justify-content: center
	}
}

.boatFinder .boatOptions__levelTwoWrapper {
	display: flex;
	flex-direction: column
}

@media (min-width:1200px) {
	.boatFinder .boatOptions__levelTwoWrapper {
		flex-direction: row;
		justify-content: center
	}
}

.boatFinder .boatOptions__levelTwoWrapper .backBtn {
	color: #002f87;
	cursor: pointer;
	display: none;
	flex-direction: row;
	padding-bottom: 16px;
	padding-right: 24px
}

@media (min-width:1200px) {
	.boatFinder .boatOptions__levelTwoWrapper .backBtn {
		color: #3c404b;
		font-size: 0;
		padding-bottom: 0;
		padding-top: 65px
	}
}

.boatFinder .boatOptions__levelTwoWrapper .backBtn .icons:before {
	content: "chevron_left"
}

@media (min-width:1200px) {
	.boatFinder .boatOptions__levelTwoWrapper .backBtn .icons:before {
		font-size: 30px
	}
}

.boatFinder .boatItem {
	cursor: pointer;
	width: 93px
}

@media (min-width:1200px) {
	.boatFinder .boatItem {
		width: 155px
	}
}

.boatFinder .boatItem.active picture img {
	border: 2px solid #002f87
}

.boatFinder .boatItem picture img {
	border-radius: 3px;
	box-shadow: 4px 4px 5px rgba(0, 0, 0, .1);
	height: 99px;
	object-fit: cover;
	width: 93px
}

@media (min-width:1200px) {
	.boatFinder .boatItem picture img {
		height: 155px;
		width: 155px
	}
}

.boatFinder .boatItem p {
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0;
	text-align: center
}

@media (min-width:1200px) {
	.boatFinder .boatItem p {
		font-size: 18px
	}
}

.boatFinder .panelTitle {
	margin-top: 16px
}

.boatFinder .boatHotSpots {
	position: relative;
	width: 100%
}

.boatFinder .hotspot {
	background-image: url(../fonts/hotspot--red.svg);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	display: block;
	height: 28px;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	width: 28px
}

@media (min-width:1200px) {
	.boatFinder .hotspot {
		height: 34px;
		margin-left: -31px;
		margin-top: -31px;
		width: 34px
	}
}

.boatFinder .hotspot.selected {
	background-image: url(../fonts/hotspot--dark.svg)
}

.boatFinder__promo {
	padding: 30px 0
}

@media (min-width:1200px) {
	.boatFinder__promo .promoPanelWrapper {
		height: 288px;
		padding-left: 64px;
		padding-right: 64px
	}
}

.boatFinder__promo .promoPanel__content {
	text-align: center
}

@media (min-width:1200px) {
	.boatFinder__promo .promoPanel__content {
		text-align: unset
	}
}

.boatFinder__promo .alignment {
	text-align: center
}

@media (min-width:1200px) {
	.boatFinder__promo .alignment {
		text-align: right
	}
}

.boatSystem .boatSystemWrapper {
	margin-left: -20px;
	margin-right: -20px;
	padding: 0 8px;
	width: calc(100% + 36px)
}

@media (min-width:1200px) {
	.boatSystem .boatSystemWrapper {
		display: block;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		width: 100%
	}
}

.boatSystem .boatSystemWrapper>table {
	display: none
}

@media (min-width:1200px) {
	.boatSystem .boatSystemWrapper>table {
		display: block
	}
}

.boatSystem table,
.boatSystem table tbody {
	display: table;
	width: 100%
}

.boatSystem table .col1 {
	width: 0
}

@media (min-width:1200px) {
	.boatSystem table .col1 {
		width: 130px
	}
}

.boatSystem table .col2 {
	width: 25%
}

@media (min-width:1200px) {
	.boatSystem table .col2 {
		width: 180px
	}
}

.boatSystem table .col3 {
	width: 40%
}

@media (min-width:1200px) {
	.boatSystem table .col3 {
		width: calc(100% - 560px)
	}
}

.boatSystem table .col4 {
	width: 15%
}

@media (min-width:1200px) {
	.boatSystem table .col4 {
		width: 80px
	}
}

.boatSystem table .col5 {
	width: 20%
}

@media (min-width:1200px) {
	.boatSystem table .col5 {
		width: 170px
	}
}

.boatSystem table th {
	font-size: 14px;
	font-weight: 600;
	padding: 24px 12px;
	text-transform: uppercase
}

@media (min-width:1200px) {
	.boatSystem table th {
		font-size: 16px
	}
}

.boatSystem table td {
	font-size: 14px;
	margin: 0 !important;
	padding: 12px
}

@media (min-width:1200px) {
	.boatSystem table td {
		font-size: 16px
	}
}

.boatSystem table tr {
	border-bottom: 1px solid #edf0f3;
	width: 100%
}

.boatSystem table picture img {
	height: 71px;
	object-fit: cover;
	width: 106px
}

.boatSystemWrapper {
	background-color: #fff;
	border: 1px solid #edf0f3;
	border-radius: 3px
}

.boatSystem .accordion-body {
	padding: 0
}

@media (min-width:1200px) {
	.boatSystem .accordion-body tr:first-child {
		display: none
	}

	.boatSystem .accordion-body td {
		max-width: 465px
	}
}

.boatSystem .accordion-body tr td:first-child,
.boatSystem .accordion-body tr th:first-child {
	display: none
}

@media (min-width:1200px) {

	.boatSystem .accordion-body tr td:first-child,
	.boatSystem .accordion-body tr th:first-child {
		display: block
	}
}

.boatSystem .accordion-body tr[data-href] {
	cursor: pointer
}

.boatSystem .accordion-body tr[data-href]:hover {
	background-color: #f9fafb
}

.boatSystem .accordion-button {
	background: transparent;
	border-bottom: 1px solid #edf0f3;
	display: flex;
	justify-content: space-between;
	padding: 12px
}

.boatSystem .accordion-button:after {
	display: block
}

.boatSystem .accordion-button.collapsed {
	background-color: transparent
}

.boatSystem .accordion-button .h5,
.boatSystem .accordion-button h5 {
	margin: 0
}

.boatSystem .accordion-item {
	background: transparent
}

#CookiebotWidget *,
#CybotCookiebotDialog *,
#CybotCookiebotDialogBodyUnderlay * {
	font-family: Univers, sans-serif !important
}

#CybotCookiebotDialog {
	color: #fff !important
}

#CybotCookiebotDialog:focus-visible {
	outline: none
}

#CybotCookiebotDialogBodyContentText,
#CybotCookiebotDialogBodyContentText p {
	color: #fff !important
}

#CybotCookiebotDialogBodyEdgeMoreDetailsLink,
#CybotCookiebotDialogBodyEdgeMoreDetailsLink:after {
	color: #ffa400 !important
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
	border: 2px solid #fff !important
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	background-color: #002f87 !important;
	border-color: #002f87 !important
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	color: #fff !important
}

#CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
	background-color: #002f87 !important
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
	color: #ffa400 !important
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
	border-bottom: 2px solid #ffa400 !important;
	color: #ffa400 !important
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieLink {
	display: block !important
}

#CybotCookiebotDialog .CybotExternalLinkArrow {
	width: 20px !important
}

#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
	color: #ffa400 !important
}

#CybotCookiebotDialogBodyButtonDecline {
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
	background-color: #002f87 !important
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
	fill: #ffa400 !important
}

#CookiebotWidget .CookiebotWidget-consent-details button {
	color: #ffa400 !important
}/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/