@charset "UTF-8";
/*!
 * 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, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.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;
}

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

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

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

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

a > code {
	color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 0.875em;
	color: #fff;
	background-color: #212529;
	border-radius: 0.25rem;
}

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

figure {
	margin: 0 0 1rem;
}

img,
svg {
	vertical-align: middle;
}

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

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

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

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

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

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

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

button,
select {
	text-transform: none;
}

[role=button] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

select:disabled {
	opacity: 1;
}

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

legend + * {
	clear: left;
}

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

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

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

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

output {
	display: inline-block;
}

iframe {
	border: 0;
}

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

progress {
	vertical-align: baseline;
}

[hidden] {
	display: none !important;
}

.lead {
	font-size: 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-unstyled {
	padding-left: 0;
	list-style: none;
}

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

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

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

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

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

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

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

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

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

.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.3125rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

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

.figure-caption {
	font-size: 0.875em;
	color: #6c757d;
}

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

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

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

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

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

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

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

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

.col {
	flex: 1 0 0%;
}

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

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

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

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

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

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

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

.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: 1024px) {
	.col-xlg {
		flex: 1 0 0%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.offset-xlg-0 {
		margin-left: 0;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.g-xlg-5,
	.gy-xlg-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: 1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}

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

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

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

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

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

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

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

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

@media (min-width: 1550px) {
	.col-xxlg {
		flex: 1 0 0%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.offset-xxlg-0 {
		margin-left: 0;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.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 {
	padding: 0.375rem 0.75rem;
	margin: -0.375rem -0.75rem;
	margin-inline-end: 0.75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@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 {
	padding: 0.375rem 0.75rem;
	margin: -0.375rem -0.75rem;
	margin-inline-end: 0.75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@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 {
	display: block;
	width: 100%;
	padding: 0.375rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-select-sm {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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 {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

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

@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 {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

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

.form-range:disabled::-webkit-slider-thumb {
	background-color: #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 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem 0.75rem;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

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

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

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

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

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

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

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

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

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

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

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

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

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

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
	border-radius: 0.3125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0.3125rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:hover {
	color: #212529;
}

.btn-check:focus + .btn, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
	pointer-events: none;
	opacity: 0.65;
}

.btn-primary {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca;
	box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0a58ca;
	border-color: #0a53be;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
	box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #565e64;
	border-color: #51585e;
}

.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-success {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.btn-success:hover {
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
}

.btn-check:focus + .btn-success, .btn-success:focus {
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
	box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #146c43;
	border-color: #13653f;
}

.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.btn-info {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-info:hover {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
}

.btn-check:focus + .btn-info, .btn-info:focus {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
	box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
	color: #000;
	background-color: #3dd5f3;
	border-color: #25cff2;
}

.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

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

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

.btn-check:focus + .btn-warning, .btn-warning:focus {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
	box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

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

.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

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

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

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

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

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

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

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

.btn-light {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
}

.btn-check:focus + .btn-light, .btn-light:focus {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
	box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
}

.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light:disabled, .btn-light.disabled {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

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

.btn-dark:hover {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21;
	box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1a1e21;
	border-color: #191c1f;
}

.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

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

.btn-outline-primary {
	color: #0d6efd;
	border-color: #0d6efd;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

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

.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
	color: #0d6efd;
	background-color: transparent;
}

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

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
	box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

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

.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

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

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

.btn-outline-success:hover {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

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

.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

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

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

.btn-outline-info:hover {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
	box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-light:hover {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
	box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

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

.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

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

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

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

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
	box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

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

.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

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

.btn-link {
	font-weight: 400;
	color: #0d6efd;
	text-decoration: underline;
}

.btn-link:hover {
	color: #0a58ca;
}

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

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

.btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
	.dropdown-menu-xlg-start {
		--bs-position: start;
	}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1550px) {
	.dropdown-menu-xxlg-start {
		--bs-position: start;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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, 0.15);
}

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

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

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

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

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

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

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

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

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

.card-title {
	margin-bottom: 0.5rem;
}

.card-subtitle {
	margin-top: -0.25rem;
	margin-bottom: 0;
}

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

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

.card-header {
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

.card-footer {
	padding: 0.5rem 1rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

.card-header-tabs {
	margin-right: -0.5rem;
	margin-bottom: -0.5rem;
	margin-left: -0.5rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -0.5rem;
	margin-left: -0.5rem;
}

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

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

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

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

.card-group > .card {
	margin-bottom: 0.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 {
		margin-left: 0;
		border-left: 0;
	}

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

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

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

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

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

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

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
}

.page-link {
	position: relative;
	display: block;
	color: #0d6efd;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.page-link:hover {
	z-index: 2;
	color: #0a58ca;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 3;
	color: #0a58ca;
	background-color: #e9ecef;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
	border-color: #dee2e6;
}

.page-link {
	padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
	border-top-left-radius: 0.3125rem;
	border-bottom-left-radius: 0.3125rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0.3125rem;
	border-bottom-right-radius: 0.3125rem;
}

.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.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: 0.25 !important;
}

.opacity-50 {
	opacity: 0.5 !important;
}

.opacity-75 {
	opacity: 0.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 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 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: 0.25rem !important;
}

.gap-2 {
	gap: 0.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: 0.25rem !important;
}

.m-2 {
	margin: 0.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-right: 0 !important;
	margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-2 {
	margin-top: 0.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: 0.25rem !important;
}

.me-2 {
	margin-right: 0.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: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.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: 0.25rem !important;
}

.ms-2 {
	margin-left: 0.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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-2 {
	padding-top: 0.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: 0.25rem !important;
}

.pe-2 {
	padding-right: 0.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: 0.25rem !important;
}

.pb-2 {
	padding-bottom: 0.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: 0.25rem !important;
}

.ps-2 {
	padding-left: 0.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 + 0.9vw) !important;
}

.fs-3 {
	font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
	font-size: calc(1.275rem + 0.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;
}

/* rtl:begin:remove */
.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

/* rtl:end:remove */
.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, 0.5) !important;
}

.text-white-50 {
	--bs-text-opacity: 1;
	color: rgba(255, 255, 255, 0.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: 0.3125rem !important;
}

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

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

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

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

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

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

.rounded-top {
	border-top-left-radius: 0.3125rem !important;
	border-top-right-radius: 0.3125rem !important;
}

.rounded-end {
	border-top-right-radius: 0.3125rem !important;
	border-bottom-right-radius: 0.3125rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0.3125rem !important;
	border-bottom-left-radius: 0.3125rem !important;
}

.rounded-start {
	border-bottom-left-radius: 0.3125rem !important;
	border-top-left-radius: 0.3125rem !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: 0.25rem !important;
	}

	.gap-sm-2 {
		gap: 0.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: 0.25rem !important;
	}

	.m-sm-2 {
		margin: 0.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-right: 0 !important;
		margin-left: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.mt-sm-2 {
		margin-top: 0.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: 0.25rem !important;
	}

	.me-sm-2 {
		margin-right: 0.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: 0.25rem !important;
	}

	.mb-sm-2 {
		margin-bottom: 0.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: 0.25rem !important;
	}

	.ms-sm-2 {
		margin-left: 0.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: 0.25rem !important;
	}

	.p-sm-2 {
		padding: 0.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-right: 0 !important;
		padding-left: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pt-sm-2 {
		padding-top: 0.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: 0.25rem !important;
	}

	.pe-sm-2 {
		padding-right: 0.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: 0.25rem !important;
	}

	.pb-sm-2 {
		padding-bottom: 0.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: 0.25rem !important;
	}

	.ps-sm-2 {
		padding-left: 0.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: 0.25rem !important;
	}

	.gap-md-2 {
		gap: 0.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: 0.25rem !important;
	}

	.m-md-2 {
		margin: 0.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-right: 0 !important;
		margin-left: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.mt-md-2 {
		margin-top: 0.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: 0.25rem !important;
	}

	.me-md-2 {
		margin-right: 0.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: 0.25rem !important;
	}

	.mb-md-2 {
		margin-bottom: 0.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: 0.25rem !important;
	}

	.ms-md-2 {
		margin-left: 0.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: 0.25rem !important;
	}

	.p-md-2 {
		padding: 0.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-right: 0 !important;
		padding-left: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pt-md-2 {
		padding-top: 0.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: 0.25rem !important;
	}

	.pe-md-2 {
		padding-right: 0.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: 0.25rem !important;
	}

	.pb-md-2 {
		padding-bottom: 0.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: 0.25rem !important;
	}

	.ps-md-2 {
		padding-left: 0.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: 0.25rem !important;
	}

	.gap-lg-2 {
		gap: 0.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: 0.25rem !important;
	}

	.m-lg-2 {
		margin: 0.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-right: 0 !important;
		margin-left: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.mt-lg-2 {
		margin-top: 0.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: 0.25rem !important;
	}

	.me-lg-2 {
		margin-right: 0.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: 0.25rem !important;
	}

	.mb-lg-2 {
		margin-bottom: 0.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: 0.25rem !important;
	}

	.ms-lg-2 {
		margin-left: 0.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: 0.25rem !important;
	}

	.p-lg-2 {
		padding: 0.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-right: 0 !important;
		padding-left: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pt-lg-2 {
		padding-top: 0.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: 0.25rem !important;
	}

	.pe-lg-2 {
		padding-right: 0.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: 0.25rem !important;
	}

	.pb-lg-2 {
		padding-bottom: 0.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: 0.25rem !important;
	}

	.ps-lg-2 {
		padding-left: 0.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: 1024px) {
	.float-xlg-start {
		float: left !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.gap-xlg-1 {
		gap: 0.25rem !important;
	}

	.gap-xlg-2 {
		gap: 0.5rem !important;
	}

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

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

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

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

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

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

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

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

	.justify-content-xlg-evenly {
		justify-content: space-evenly !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pe-xlg-0 {
		padding-right: 0 !important;
	}

	.pe-xlg-1 {
		padding-right: 0.25rem !important;
	}

	.pe-xlg-2 {
		padding-right: 0.5rem !important;
	}

	.pe-xlg-3 {
		padding-right: 1rem !important;
	}

	.pe-xlg-4 {
		padding-right: 1.5rem !important;
	}

	.pe-xlg-5 {
		padding-right: 3rem !important;
	}

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

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

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

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

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

	.pb-xlg-5 {
		padding-bottom: 3rem !important;
	}

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

	.ps-xlg-1 {
		padding-left: 0.25rem !important;
	}

	.ps-xlg-2 {
		padding-left: 0.5rem !important;
	}

	.ps-xlg-3 {
		padding-left: 1rem !important;
	}

	.ps-xlg-4 {
		padding-left: 1.5rem !important;
	}

	.ps-xlg-5 {
		padding-left: 3rem !important;
	}

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

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

	.text-xlg-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: 0.25rem !important;
	}

	.gap-xl-2 {
		gap: 0.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: 0.25rem !important;
	}

	.m-xl-2 {
		margin: 0.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-right: 0 !important;
		margin-left: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.mt-xl-2 {
		margin-top: 0.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: 0.25rem !important;
	}

	.me-xl-2 {
		margin-right: 0.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: 0.25rem !important;
	}

	.mb-xl-2 {
		margin-bottom: 0.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: 0.25rem !important;
	}

	.ms-xl-2 {
		margin-left: 0.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: 0.25rem !important;
	}

	.p-xl-2 {
		padding: 0.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-right: 0 !important;
		padding-left: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pt-xl-2 {
		padding-top: 0.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: 0.25rem !important;
	}

	.pe-xl-2 {
		padding-right: 0.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: 0.25rem !important;
	}

	.pb-xl-2 {
		padding-bottom: 0.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: 0.25rem !important;
	}

	.ps-xl-2 {
		padding-left: 0.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: 1400px) {
	.float-xxl-start {
		float: left !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.gap-xxl-1 {
		gap: 0.25rem !important;
	}

	.gap-xxl-2 {
		gap: 0.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: 0.25rem !important;
	}

	.m-xxl-2 {
		margin: 0.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-right: 0 !important;
		margin-left: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.mt-xxl-2 {
		margin-top: 0.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: 0.25rem !important;
	}

	.me-xxl-2 {
		margin-right: 0.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: 0.25rem !important;
	}

	.mb-xxl-2 {
		margin-bottom: 0.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: 0.25rem !important;
	}

	.ms-xxl-2 {
		margin-left: 0.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: 0.25rem !important;
	}

	.p-xxl-2 {
		padding: 0.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-right: 0 !important;
		padding-left: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pt-xxl-2 {
		padding-top: 0.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: 0.25rem !important;
	}

	.pe-xxl-2 {
		padding-right: 0.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: 0.25rem !important;
	}

	.pb-xxl-2 {
		padding-bottom: 0.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: 0.25rem !important;
	}

	.ps-xxl-2 {
		padding-left: 0.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: 1550px) {
	.float-xxlg-start {
		float: left !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.gap-xxlg-1 {
		gap: 0.25rem !important;
	}

	.gap-xxlg-2 {
		gap: 0.5rem !important;
	}

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

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

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

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

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

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

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

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

	.justify-content-xxlg-evenly {
		justify-content: space-evenly !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-xxlg-2 {
		order: 2 !important;
	}

	.order-xxlg-3 {
		order: 3 !important;
	}

	.order-xxlg-4 {
		order: 4 !important;
	}

	.order-xxlg-5 {
		order: 5 !important;
	}

	.order-xxlg-last {
		order: 6 !important;
	}

	.m-xxlg-0 {
		margin: 0 !important;
	}

	.m-xxlg-1 {
		margin: 0.25rem !important;
	}

	.m-xxlg-2 {
		margin: 0.5rem !important;
	}

	.m-xxlg-3 {
		margin: 1rem !important;
	}

	.m-xxlg-4 {
		margin: 1.5rem !important;
	}

	.m-xxlg-5 {
		margin: 3rem !important;
	}

	.m-xxlg-auto {
		margin: auto !important;
	}

	.mx-xxlg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.mx-xxlg-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}

	.mx-xxlg-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}

	.mx-xxlg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}

	.mx-xxlg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}

	.mx-xxlg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}

	.mx-xxlg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-xxlg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.my-xxlg-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.my-xxlg-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.my-xxlg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.my-xxlg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.my-xxlg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.my-xxlg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-xxlg-0 {
		margin-top: 0 !important;
	}

	.mt-xxlg-1 {
		margin-top: 0.25rem !important;
	}

	.mt-xxlg-2 {
		margin-top: 0.5rem !important;
	}

	.mt-xxlg-3 {
		margin-top: 1rem !important;
	}

	.mt-xxlg-4 {
		margin-top: 1.5rem !important;
	}

	.mt-xxlg-5 {
		margin-top: 3rem !important;
	}

	.mt-xxlg-auto {
		margin-top: auto !important;
	}

	.me-xxlg-0 {
		margin-right: 0 !important;
	}

	.me-xxlg-1 {
		margin-right: 0.25rem !important;
	}

	.me-xxlg-2 {
		margin-right: 0.5rem !important;
	}

	.me-xxlg-3 {
		margin-right: 1rem !important;
	}

	.me-xxlg-4 {
		margin-right: 1.5rem !important;
	}

	.me-xxlg-5 {
		margin-right: 3rem !important;
	}

	.me-xxlg-auto {
		margin-right: auto !important;
	}

	.mb-xxlg-0 {
		margin-bottom: 0 !important;
	}

	.mb-xxlg-1 {
		margin-bottom: 0.25rem !important;
	}

	.mb-xxlg-2 {
		margin-bottom: 0.5rem !important;
	}

	.mb-xxlg-3 {
		margin-bottom: 1rem !important;
	}

	.mb-xxlg-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-xxlg-5 {
		margin-bottom: 3rem !important;
	}

	.mb-xxlg-auto {
		margin-bottom: auto !important;
	}

	.ms-xxlg-0 {
		margin-left: 0 !important;
	}

	.ms-xxlg-1 {
		margin-left: 0.25rem !important;
	}

	.ms-xxlg-2 {
		margin-left: 0.5rem !important;
	}

	.ms-xxlg-3 {
		margin-left: 1rem !important;
	}

	.ms-xxlg-4 {
		margin-left: 1.5rem !important;
	}

	.ms-xxlg-5 {
		margin-left: 3rem !important;
	}

	.ms-xxlg-auto {
		margin-left: auto !important;
	}

	.p-xxlg-0 {
		padding: 0 !important;
	}

	.p-xxlg-1 {
		padding: 0.25rem !important;
	}

	.p-xxlg-2 {
		padding: 0.5rem !important;
	}

	.p-xxlg-3 {
		padding: 1rem !important;
	}

	.p-xxlg-4 {
		padding: 1.5rem !important;
	}

	.p-xxlg-5 {
		padding: 3rem !important;
	}

	.px-xxlg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.px-xxlg-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.px-xxlg-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.px-xxlg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.px-xxlg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.px-xxlg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.py-xxlg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-xxlg-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.py-xxlg-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.py-xxlg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.py-xxlg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.py-xxlg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.pt-xxlg-0 {
		padding-top: 0 !important;
	}

	.pt-xxlg-1 {
		padding-top: 0.25rem !important;
	}

	.pt-xxlg-2 {
		padding-top: 0.5rem !important;
	}

	.pt-xxlg-3 {
		padding-top: 1rem !important;
	}

	.pt-xxlg-4 {
		padding-top: 1.5rem !important;
	}

	.pt-xxlg-5 {
		padding-top: 3rem !important;
	}

	.pe-xxlg-0 {
		padding-right: 0 !important;
	}

	.pe-xxlg-1 {
		padding-right: 0.25rem !important;
	}

	.pe-xxlg-2 {
		padding-right: 0.5rem !important;
	}

	.pe-xxlg-3 {
		padding-right: 1rem !important;
	}

	.pe-xxlg-4 {
		padding-right: 1.5rem !important;
	}

	.pe-xxlg-5 {
		padding-right: 3rem !important;
	}

	.pb-xxlg-0 {
		padding-bottom: 0 !important;
	}

	.pb-xxlg-1 {
		padding-bottom: 0.25rem !important;
	}

	.pb-xxlg-2 {
		padding-bottom: 0.5rem !important;
	}

	.pb-xxlg-3 {
		padding-bottom: 1rem !important;
	}

	.pb-xxlg-4 {
		padding-bottom: 1.5rem !important;
	}

	.pb-xxlg-5 {
		padding-bottom: 3rem !important;
	}

	.ps-xxlg-0 {
		padding-left: 0 !important;
	}

	.ps-xxlg-1 {
		padding-left: 0.25rem !important;
	}

	.ps-xxlg-2 {
		padding-left: 0.5rem !important;
	}

	.ps-xxlg-3 {
		padding-left: 1rem !important;
	}

	.ps-xxlg-4 {
		padding-left: 1.5rem !important;
	}

	.ps-xxlg-5 {
		padding-left: 3rem !important;
	}

	.text-xxlg-start {
		text-align: left !important;
	}

	.text-xxlg-end {
		text-align: right !important;
	}

	.text-xxlg-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;
	}
}

.bg-primary {
	background-color: #005eb8;
}

.bg-secondary-black {
	background-color: #000;
}

.bg-torea-bay {
	background-color: #182e98;
}

.bg-ebony-clay {
	background-color: #1d252d;
}

.bg-shuttle-gray {
	background-color: #5b6770;
}

.bg-gray-chateau {
	background-color: #a2aaad;
}

.bg-gallery {
	background-color: #efefef;
}

.bg-white {
	background-color: #fff;
}

.bg-whisper {
	background-color: #ededed;
}

.primary {
	background-color: #005eb8;
}

.endeavour {
	background-color: #005eb8;
}

.secondary-black {
	background-color: #000;
}

.black {
	background-color: #000;
}

.torea-bay {
	background-color: #182e98;
}

.ebony-clay {
	background-color: #1d252d;
}

.shuttle-gray {
	background-color: #5b6770;
}

.gray-chateau {
	background-color: #a2aaad;
}

.gallery {
	background-color: #efefef;
}

.white {
	background-color: #fff;
}

.whisper {
	background-color: #ededed;
}

.color-white {
	color: #fff;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#wpadminbar {
	position: fixed !important;
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
	margin-top: 2rem;
}

body.admin-bar.offcanvas .off-canvas.is-open {
	top: 2.875rem;
}

body {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	padding-top: 7.5rem;
}

@media (max-width: 1024px) {
	body {
		padding-top: 5.1875rem;
	}
}

@media (max-width: 991px) {
	body {
		font-size: 1.125rem;
	}
}

@media (max-width: 575px) {
	body {
		font-size: 1rem;
	}
}

.open_txt ul {
	list-style: none;
	margin: 0;
	text-align: left;
}

.open_txt ul > li {
	position: relative;
	padding: 0 0 0.25rem 0.9375rem;
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
}

.open_txt ul > li:before {
	content: "";
	position: absolute;
	top: 0.25rem;
	left: -3px;
	background: url(../images/icons/orangelist_tick.png;) center no-repeat;
	width: 0.9375rem;
	height: 0.9375rem;
	background-size: 100%;
}

.bgimage {
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.innerspacing {
	padding: 5.9375rem 0;
}

@media (max-width: 1199px) {
	.innerspacing {
		padding: 4.25rem 0;
	}
}

@media (max-width: 991px) {
	.innerspacing {
		padding: 3.625rem 0;
	}
}

@media (max-width: 768px) {
	.innerspacing {
		padding: 2.5rem 0;
	}
}

@media (max-width: 479px) {
	.innerspacing {
		padding: 1.875rem 0;
	}
}

.outerspacing {
	margin: 5.9375rem 0;
}

@media (max-width: 1199px) {
	.outerspacing {
		margin: 4.0625rem 0;
	}
}

@media (max-width: 991px) {
	.outerspacing {
		margin: 3.4375rem 0;
	}
}

@media (max-width: 768px) {
	.outerspacing {
		margin: 2.8125rem 0;
	}
}

@media (max-width: 479px) {
	.outerspacing {
		margin: 2.1875rem 0;
	}
}

.edit-link {
	display: none;
}

.typo-txt {
	max-width: 77.6875rem;
	margin: 0 auto;
}

*:focus {
	outline: none !important;
	box-shadow: none !important;
}

.scrollshow,
.scrolltwoshow,
.iconcolscroll {
	opacity: 0;
	transform: translateY(70px);
	transition: 0.5s all;
}

.scrollshow.imVisible,
.scrolltwoshow.imVisible,
.iconcolscroll.imVisible {
	opacity: 1;
	transform: translateY(0);
}

.iconcolscroll {
	transition: 0.5s all 0.5s;
}

@media (max-width: 768px) {
	.parallax {
		transform: translate3d(0, 0, 0) !important;
	}
}

.opentext .grid-container {
	max-width: 75rem;
}

.opentext .top_icon img {
	width: 210px;
	margin: 0 auto 12px;
	display: block;
}

@media (min-width: 1201px) {
	.opentext h2, .opentext .h2 {
		margin: 0 0 1.75rem;
	}
}

.opentext p {
	line-height: 1.48;
}

.opentext ul,
.opentext ol {
	text-align: left;
	display: inline-block;
}

.opentext a:not(.btn) {
	color: #ffc107;
}

.opentext a:not(.btn):hover {
	color: #000;
	opacity: 1;
}

.opentext .secbgimg.pattern {
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

@media (max-width: 479px) {
	.mobfull.cell {
		width: 100%;
	}
}

.page-wrap {
	position: relative;
	z-index: 3;
}

.mobshow {
	display: none !important;
}

@media (max-width: 767px) {
	.mobshow {
		display: block !important;
	}
}

.wp-video {
	margin-bottom: 0 !important;
}

iframe {
	margin-bottom: 0 !important;
}

figure {
	margin: 0;
}

.block-bg-image {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.block-bg-image.cover-size {
	background-size: cover !important;
}

.block-bg-image.contained-size {
	background-size: contain !important;
}

.block-bg-image.bgp_center {
	background-position: center;
}

.block-bg-image.parallax {
	background-attachment: fixed;
	background-position: center center !important;
}

@media (max-width: 767.98px) {
	.inner-banner .block-bg-image {
		background-image: initial !important;
		background-color: #1d252d;
	}

	.centered-content .block-bg-image {
		background-image: initial !important;
		background-color: #1d252d;
	}

	.cta-form .block-bg-image {
		background-image: initial !important;
		background-color: #1d252d;
	}
}

.video-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-bottom: 65%;
}

.video-wrap video {
	object-fit: cover;
}

.video-wrap video,
.video-wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

video {
	object-fit: contain;
	-webkit-tap-highlight-color: red;
	width: 100%;
	height: 100%;
}

.overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 0.85;
}

.bg-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 0.85;
}

.block-bg-color {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.bgimage {
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

@media (min-width: 1550px) {
	.container {
		max-width: 120.375rem;
		padding: 0 8.3125rem;
	}
}

section .container {
	position: relative;
	z-index: 3;
}

@media (max-width: 575.98px) {
	section .container {
		padding: 0 2.375rem;
	}
}

.drop-shadow img {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.heading {
	max-width: 62.5rem;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	margin-bottom: 2.1875rem;
}

@media (min-width: 992px) {
	.heading {
		margin-bottom: 2.5rem;
	}
}

@media (min-width: 1400px) {
	.heading {
		margin-bottom: 4.0625rem;
	}
}

.heading h2, .heading .h2 {
	text-transform: uppercase;
	color: #000;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-family: "Archivo", sans-serif;
}

@media (min-width: 768px) {
	.heading h2, .heading .h2 {
		font-size: 1.375rem;
		line-height: 1.875rem;
	}
}

@media (min-width: 992px) {
	.heading h2, .heading .h2 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media (min-width: 1400px) {
	.heading h2, .heading .h2 {
		font-size: 1.75rem;
		line-height: 2.375rem;
	}
}

.heading p {
	font-size: 1.125rem;
	line-height: 1.625rem;
}

@media (min-width: 576px) {
	.heading p {
		font-size: 1.125rem;
		line-height: 1.625rem;
	}
}

@media (min-width: 1400px) {
	.heading p {
		font-size: 1.375rem;
		line-height: 2rem;
	}
}

.heading label {
	position: relative;
	margin-bottom: 2.125rem;
	text-transform: uppercase;
	color: #000;
	font-size: 0.9375rem;
	line-height: 1.375rem;
	font-family: "Archivo", sans-serif;
	font-weight: 900;
	letter-spacing: 0.5px;
}

@media (min-width: 576px) {
	.heading label {
		margin-bottom: 1.25rem;
	}
}

@media (min-width: 1400px) {
	.heading label {
		margin-bottom: 1.6875rem;
		letter-spacing: 0;
	}
}

.heading label:before {
	position: absolute;
	content: "";
	left: -4.1875rem;
	top: 0.5625rem;
	background: #005eb8;
	width: 2.8125rem;
	height: 0.3125rem;
}

@media (max-width: 575.98px) {
	.heading label:before {
		display: none;
	}
}

.heading label:after {
	position: absolute;
	content: "";
	right: -4.1875rem;
	top: 0.5625rem;
	background: #005eb8;
	width: 2.8125rem;
	height: 0.3125rem;
}

@media (max-width: 575.98px) {
	.heading label:after {
		top: auto;
		bottom: -1.125rem;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

.heading label p {
	position: relative;
	text-transform: uppercase;
	color: #000;
	font-size: 0.9375rem;
	line-height: 1.375rem;
	font-family: "Archivo", sans-serif;
	font-weight: 900;
	letter-spacing: 0.5px;
	margin-bottom: 0;
}

.pattern_true {
	position: relative;
}

.pattern {
	background-image: url(../images/svgs/pattern-vertical-white.svg) !important;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 3.3125rem;
	height: 16.0625rem;
	left: 0;
	z-index: 2;
}

@media (max-width: 575.98px) {
	.pattern {
		display: none;
	}
}

.pattern.pattern_left {
	background-position: left top;
	left: 0;
}

.pattern.pattern_right {
	background-position: right top;
	right: 0;
}

.pattern-true .pattern {
	background-image: url(../images/svgs/pattern-vertical-gray.svg) !important;
}

.pagination {
	z-index: 1;
	position: relative;
	align-items: center;
	justify-content: center;
	margin-top: 1.25rem;
}

@media (min-width: 1200px) {
	.pagination {
		margin-top: 2.5rem;
	}
}

.pagination .wp-pagenavi .extend {
	border: none;
	display: none;
}

.pagination .wp-pagenavi .current {
	border: 0.0625rem solid #a2aaad;
	padding: 0.625rem 0.875rem 0.75rem;
	font-size: 1rem;
	font-weight: 700;
	font-family: "Archivo", sans-serif;
}

.pagination .wp-pagenavi a {
	border: none;
	font-size: 1rem;
	font-weight: 700;
	font-family: "Archivo", sans-serif;
	display: inline-block;
	padding: 0.625rem 0.875rem 0.75rem;
	margin: 0;
}

@media (min-width: 1200px) {
	.pagination .wp-pagenavi a {
		margin: 0 0.6875rem;
	}
}

.pagination {
	z-index: 1;
	position: relative;
	align-items: center;
	justify-content: center;
	margin-top: 1.25rem;
}

@media (min-width: 1200px) {
	.pagination {
		margin-top: 2.5rem;
	}
}

.pagination .nav-links .extend {
	border: none;
	display: none;
}

.pagination .nav-links .current {
	border: 0.0625rem solid #a2aaad;
	padding: 0.625rem 0.875rem 0.75rem;
	font-size: 1rem;
	font-weight: 700;
	font-family: "Archivo", sans-serif;
	line-height: inherit;
	margin-bottom: 0;
}

@media (max-width: 575.98px) {
	.pagination .nav-links .current {
		font-size: 0.875rem;
	}
}

.pagination .nav-links a {
	border: none;
	font-size: 1rem;
	font-weight: 700;
	font-family: "Archivo", sans-serif;
	display: inline-block;
	padding: 0.625rem 0.875rem 0.75rem;
	margin: 0;
}

@media (min-width: 1200px) {
	.pagination .nav-links a {
		margin: 0 0.3125rem;
	}
}

@media (max-width: 575.98px) {
	.pagination .nav-links a {
		padding: 0.625rem 0.4375rem 0.75rem;
		font-size: 0.875rem;
	}
}

.get-image-with-content .wp-block-media-text__content {
	padding: 0 0 0 3.75rem !important;
}

@media (max-width: 575.98px) {
	.get-image-with-content .wp-block-media-text__content h2, .get-image-with-content .wp-block-media-text__content .h2 {
		font-size: 1.25rem !important;
		line-height: 1.625rem !important;
	}
}

@media (max-width: 991.98px) {
	.get-image-with-content .wp-block-media-text__content {
		padding: 2.5rem 1.5625rem 0 1.25rem !important;
	}
}

@media (max-width: 575.98px) {
	.get-image-with-content .wp-block-media-text__content {
		padding: 2.5rem 1.5625rem 0 2.8125rem !important;
	}
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

a:hover, a:focus {
	text-decoration: none;
}

a:hover, a:focus {
	color: inherit;
}

a.btn:hover, a.btn:focus {
	opacity: 1;
}

.black-heading {
	color: #000 !important;
}

.white-heading {
	color: #fff !important;
}

.white-text *,
.white-text {
	color: #fff !important;
}

.white-text * p,
.white-text * p a,
.white-text * h1,
.white-text * h2,
.white-text * h3,
.white-text * h4,
.white-text * h5,
.white-text * h6,
.white-text p,
.white-text p a,
.white-text h1,
.white-text .h1,
.white-text h2,
.white-text .h2,
.white-text h3,
.white-text .h3,
.white-text h4,
.white-text .h4,
.white-text h5,
.white-text .h5,
.white-text h6,
.white-text .h6 {
	color: #fff;
}
.white-text * p a::after,
.white-text p a::after{
	background: #fff;
}
.white-text * p a:hover::after,
.white-text p a:hover::after{
	box-shadow: 0 1px 0 #fff;
}


.white-text * ul li,
.white-text ul li {
	color: #fff !important;
}

.white-text * ul li:before,
.white-text ul li:before {
	background: #fff;
}

.white-text * ul li span,
.white-text ul li span {
	color: #fff !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	line-height: normal;
	margin: 0;
	margin-bottom: 1.125rem;
}

@media (max-width: 991px) {
	h1 > br,
	.h1 > br,
	h2 > br,
	.h2 > br,
	h3 > br,
	.h3 > br,
	h4 > br,
	.h4 > br,
	h5 > br,
	.h5 > br {
		display: none;
	}
}

h1,
.h1 {
	color: #000;
	font-size: 2.375rem;
	line-height: 3rem;
	font-family: "Archivo", sans-serif;
	font-weight: 900;
	margin-bottom: 0.6875rem;
}

@media (max-width: 1199.98px) {
	h1,
	.h1 {
		font-size: 2.125rem;
		line-height: 2.75rem;
	}
}

@media (max-width: 767.98px) {
	h1,
	.h1 {
		font-size: 1.875rem;
		line-height: 2.5rem;
	}
}

h2,
.h2 {
	color: #000;
	font-family: "Archivo", sans-serif;
	font-weight: 900;
	font-size: 1.75rem;
	line-height: 2.25rem;
	margin-bottom: 0.9375rem;
}

@media (min-width: 1200px) {
	h2,
	.h2 {
		font-size: 2rem;
		line-height: 2.625rem;
	}
}

@media (min-width: 1400px) {
	h2,
	.h2 {
		font-size: 2.375rem;
		line-height: 3rem;
	}
}

.h2big {
	font-size: 3.125rem;
}

@media (max-width: 1199px) {
	.h2big {
		font-size: 2.8125rem;
	}
}

@media (max-width: 991px) {
	.h2big {
		font-size: 2.5rem;
		line-height: normal;
	}

	.h2big > br {
		display: none;
	}
}

@media (max-width: 768px) {
	.h2big {
		font-size: 2.1875rem;
	}
}

@media (max-width: 479px) {
	.h2big {
		font-size: 1.875rem;
	}
}

h3,
.h3 {
	font-family: "Archivo", sans-serif;
	font-weight: 900;
	color: #000;
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-bottom: 0.9375rem;
}

@media (min-width: 992px) {
	h3,
	.h3 {
		font-size: 1.375rem;
		line-height: 1.875rem;
	}
}

@media (min-width: 1400px) {
	h3,
	.h3 {
		font-size: 1.75rem;
		line-height: 2.375rem;
	}
}

h4,
.h4 {
	color: #000;
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-weight: 700;
	margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
	h4,
	.h4 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media (min-width: 992px) {
	h4,
	.h4 {
		font-size: 1.75rem;
		line-height: 2.375rem;
	}
}

h5,
.h5 {
	font-weight: 900;
	font-size: 1rem;
	line-height: 1.375rem;
	color: #000;
	margin-bottom: 0.875rem;
}

@media (min-width: 576px) {
	h5,
	.h5 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

h6, .h6 {
	font-family: "Archivo", sans-serif;
	font-weight: 900;
	font-size: 0.9375rem;
	line-height: 1.375rem;
	letter-spacing: 0.15px;
}

p {
	font-family: "Roboto", sans-serif;
	font-size: 1.375rem;
	line-height: 2rem;
	font-weight: 400;
	margin-bottom: 0.9375rem;
	color: #5b6770;
}

@media (max-width: 1399.98px) {
	p {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

@media (max-width: 991.98px) {
	p {
		font-size: 1.125rem;
		line-height: 1.625rem;
	}
}

p a {
	color: #5b6770;
	position: relative;
	text-decoration: none;
}

p a::after {
	background: #5b6770;
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.5s all ease-in-out;
}

p a:hover {
	color: #000;
	text-decoration: none;
}

p a:hover::after {
	box-shadow: 0 1px 0 #000;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
	position: relative;
	margin-bottom: 0.625rem;
	padding-left: 0.75rem;
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	line-height: 1.625rem;
	font-weight: 400;
	color: #5b6770;
}

ul li:after {
	content: "";
	position: absolute;
	background: #5b6770;
	width: 0.3125rem;
	height: 0.3125rem;
	top: 0.625rem;
	left: 0;
	border-radius: 3.125rem;
}

@media (min-width: 768px) {
	ul li {
		font-size: 1.125rem;
		line-height: 1.625rem;
	}

	ul li:after {
		top: 0.625rem;
	}
}

ol {
	margin: 1.25rem 0;
	padding: 0;
}

ol li {
	position: relative;
	margin-bottom: 0.625rem;
	padding-left: 0;
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	line-height: 1.625rem;
	font-weight: 400;
	margin-left: 1.5625rem;
	color: #5b6770;
}

@media (min-width: 768px) {
	ol li {
		font-size: 1.125rem;
		line-height: 1.625rem;
	}
}

.bullet-list {
	list-style: none;
	margin-left: 0;
}

@media (max-width: 575px) {
	.bullet-list {
		max-width: 20rem;
		text-align: left;
		margin: 0 0 1.25rem 0.625rem;
	}
}

.bullet-list li {
	position: relative;
	padding: 0 0 0 1.1875rem;
	line-height: 1.4;
}

.bullet-list li:before {
	content: "";
	display: inline-block;
	height: 0.375rem;
	width: 0.375rem;
	border-radius: 50%;
	background: #d56c2d;
	position: absolute;
	left: 0.0625rem;
	top: 0.75rem;
}

.button {
	font-size: 0.9375rem;
	font-weight: 800;
	font-family: "Archivo", sans-serif;
	color: #fff;
	background: #000;
	border: 1px solid transparent;
	display: inline-block;
	padding: 0.625rem 1.4375rem;
	text-align: center;
	line-height: normal;
	cursor: pointer;
	transition: 0.5s all;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	.button {
		padding: 0.625rem 1.25rem;
		font-size: 1.25rem;
	}
}

@media (max-width: 768px) {
	.button {
		padding: 0.5625rem 1rem;
		font-size: 0.9375rem;
	}
}

@media (max-width: 479px) {
	.button {
		padding: 0.5rem 0.875rem;
		font-size: 0.875rem;
	}
}

.button-secondary-black {
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	background: #000;
	display: inline-block;
	padding: 0.75rem 1.875rem;
	text-align: center;
	line-height: normal;
	cursor: pointer;
	transition: 0.5s all;
	border-radius: 0;
}

.button-secondary-black:hover {
	background: transparent;
	border: 1px solid #000;
	color: #000;
}

.button-secondary-black:focus {
	background: transparent;
	border: 1px solid #000;
	color: #000;
}

.button-primary-border {
	font-size: 0.9375rem;
	font-weight: 800;
	color: #fff;
	background: #005eb8;
	border: 1px solid transparent;
	display: inline-block;
	padding: 0.875rem 1.25rem 0.8125rem 1.25rem;
	text-align: center;
	line-height: normal;
	cursor: pointer;
	transition: 0.5s all;
	border-radius: 0;
}

.button-primary-border:hover {
	background: #182e98;
	border: 1px solid #182e98;
	color: #fff;
}

.button-primary-border:focus {
	background: #182e98;
	border: 1px solid #182e98;
	color: #fff;
}

.button-primary-endeavour {
	font-size: 0.9375rem;
	font-weight: 800;
	color: #fff;
	background: #005eb8;
	width: auto !important;
	border: 1px solid transparent;
	display: inline-block;
	padding: 0.875rem 1.25rem 0.8125rem 1.25rem;
	text-align: center;
	line-height: normal;
	cursor: pointer;
	transition: 0.5s all;
	border-radius: 0;
}

.button-primary-endeavour:hover {
	background: #182e98;
	border: 1px solid #182e98;
	color: #fff;
}

.button-primary-endeavour:focus {
	background: #182e98;
	border: 1px solid #182e98;
	color: #fff;
}

.button-astral {
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	background: #000;
	border: 1px solid transparent;
	display: inline-block;
	padding: 0.75rem 1.875rem;
	text-align: center;
	line-height: normal;
	cursor: pointer;
	transition: 0.5s all;
	border-radius: 0;
}

.button-astral:hover {
	background: transparent;
	border: 1px solid #000;
	color: #000;
}

.button-astral:focus {
	background: transparent;
	border: 1px solid #005eb8;
	color: #005eb8;
}

.button-black {
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	background: #000;
	border: 1px solid transparent;
	display: inline-block;
	padding: 0.75rem 1.875rem;
	text-align: center;
	line-height: normal;
	cursor: pointer;
	transition: 0.5s all;
	border-radius: 0;
}

.button-black:hover {
	background: transparent;
	border: 1px solid #000;
	color: #000;
}

.button-black:focus {
	background: transparent;
	border: 1px solid #005eb8;
	color: #005eb8;
}

.button-white-transparent {
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	display: inline-block;
	padding: 0.75rem 2.625rem;
	text-align: center;
	line-height: normal;
	cursor: pointer;
	transition: 0.5s all;
	border-radius: 0;
	letter-spacing: 1px;
}

.button-white-transparent:hover {
	background: #fff;
	color: #000;
}

.button-white-transparent:focus {
	background: #fff;
	color: #000;
}

.button-white-link {
	color: #fff;
}

.button-link {
	font-size: 20px;
	position: relative;
}

.button-link em {
	color: #fff;
	display: inline-block;
	margin-bottom: 1.5625rem;
	font-size: 0.9375rem;
	position: relative;
	font-weight: 800;
	font-family: "Archivo", sans-serif;
	text-transform: uppercase;
	padding-right: 1.875rem;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	font-style: normal;
}

.button-link:before {
	content: "";
	position: absolute;
	background-image: url(../images/svgs/plus-sign-blue.svg);
	width: 1.125rem;
	height: 1.125rem;
	right: 0;
	top: 0.25rem;
	transition: all 0.5s ease-in-out;
	opacity: 1;
}

select {
	display: inline-block;
	width: 14.6875rem;
	max-width: 100%;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 0.9375rem 3.25rem 0.9375rem 1.1875rem;
	margin-bottom: 0;
	border: 1px solid #000 !important;
	color: #fff;
	cursor: pointer;
	height: auto;
	background-size: 15px;
	background-position: top 23px right 32px;
	line-height: 1.3;
	background-color: #000;
	background-repeat: no-repeat;
	text-transform: uppercase;
	letter-spacing: 2.3px;
	appearance: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	select {
		background-position: top 30px right 32px;
	}
}

@media (max-width: 767px) {
	select {
		height: auto;
		font-size: 0.9375rem;
		background-position: top 23px right 20px;
		padding: 0.625rem 2.875rem 0.625rem 0.9375rem;
	}
}

select::-ms-expand {
	display: none;
}

.svg-defs {
	display: none;
}

.svg-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.slick-dots {
	display: block;
	list-style: none;
	text-align: center;
	line-height: 0;
	margin: 0.75rem 0 0;
}

@media (min-width: 768px) {
	.slick-dots {
		margin: 1.4375rem 0;
	}
}

.slick-dots li {
	margin: 0 0.625rem;
	display: inline-block;
	padding-left: 0;
	line-height: inherit;
}

.slick-dots li:after {
	display: none;
}

.slick-dots li button {
	background: #dadada;
	border-radius: 0;
	border: none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	padding: 0;
	width: 2.8125rem;
	height: 0.3125rem;
	outline: none;
}

@media (max-width: 767.98px) {
	.slick-dots li button {
		width: 1.875rem;
	}
}

.slick-dots li.slick-active button {
	background: #005eb8;
}

@media (max-width: 767.98px) {
	.slick-dots li {
		margin: 0 0.3125rem 0.3125rem;
	}
}

.slick-prev {
	padding: 0;
	background: transparent;
	font-size: 0;
	height: 45px;
	width: 45px;
	border: 1px solid #a2aaad;
	position: absolute;
	left: -72px;
	top: 45%;
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
}

.slick-prev:before {
	content: "";
	position: absolute;
	right: 18px;
	top: 18px;
	background: transparent;
	font-size: 0;
	transform: rotate(45deg);
	border: solid #005eb8;
	border-width: 0 0 2px 2px;
	display: inline-block;
	padding: 2px;
	vertical-align: middle;
	transition: 0.5s all ease;
	cursor: pointer;
}

.slick-prev:hover {
	background: #a2aaad;
}

.slick-prev:hover:before {
	border: solid #fff;
	border-width: 0 0 2px 2px;
}

.slick-next {
	padding: 0;
	background: transparent;
	font-size: 0;
	height: 45px;
	width: 45px;
	border: 1px solid #a2aaad;
	position: absolute;
	right: -72px;
	top: 45%;
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
}

.slick-next:before {
	content: "";
	position: absolute;
	right: 18px;
	top: 18px;
	background: transparent;
	font-size: 0;
	transform: rotate(45deg);
	border: solid #005eb8;
	border-width: 2px 2px 0 0;
	display: inline-block;
	padding: 2px;
	vertical-align: middle;
	transition: 0.5s all ease;
	cursor: pointer;
}

.slick-next:hover {
	background: #a2aaad;
}

.slick-next:hover:before {
	border: solid #fff;
	border-width: 2px 2px 0 0;
}

#masthead {
	background: #fff;
	border-bottom: 0.0625rem solid #dadada;
	padding: 0 0;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s ease-in-out;
	width: 100%;
	z-index: 9999;
}

@media (max-width: 1024px) {
	#masthead .container {
		position: relative;
	}
}

@media (max-width: 575px) {
	#masthead .container {
		padding: 0 2.375rem;
	}
}

#masthead .header-logo {
	max-width: 9.375rem;
	width: 100%;
}

@media (max-width: 1024px) {
	#masthead .header-logo {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		max-width: 6.875rem;
	}

	#masthead .header-logo img {
		width: 6.875rem;
	}
}

#masthead .header-menu .icon-lock {
	padding: 0 3.25rem 0 3.1875rem;
	top: 0.625rem;
	position: relative;
}

#masthead .header-menu .icon-lock:after {
	content: "";
	position: absolute;
	width: 0.0625rem;
	height: 2.5rem;
	right: 1.5rem;
	top: 50%;
	background: #a2aaad;
	transform: translateY(-50%);
}

@media (max-width: 1024px) {
	#masthead .header-menu .icon-lock {
		position: absolute;
		right: 0.75rem;
		padding: 0;
	}

	#masthead .header-menu .icon-lock:after {
		display: none;
	}
}

.search-container form input[type=search]::-webkit-search-cancel-button {
	appearance: none;
	-webkit-appearance: none;
}

.search-container form input::-webkit-input-placeholder {
	color: #000 !important;
	opacity: 1 !important;
}

.search-container form input::-moz-placeholder {
	color: #000 !important;
	opacity: 1 !important;
}

.search-container form input:-ms-input-placeholder {
	color: #000 !important;
	opacity: 1 !important;
}

.search-container form input:-moz-placeholder {
	color: #000 !important;
	opacity: 1 !important;
}

.search-container form input[type=search]::-webkit-search-decoration,
.search-container form input[type=search]::-webkit-search-cancel-button,
.search-container form input[type=search]::-webkit-search-results-button,
.search-container form input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

header .search-toggle form button {
	background: transparent;
	padding: 5px 40px 0 0;
	font-size: 16px;
	border: none;
	height: auto !important;
	font-weight: 700;
}

.search-icon {
	font-size: 20px;
	border: 0;
	outline: none;
}

@media (max-width: 1024px) {
	.search-icon {
		display: none;
	}
}

.search-toggle {
	margin-top: 1.25rem;
}

.search-toggle .search-icon.icon-close {
	display: none;
}

.search-toggle.opened .search-icon.icon-search {
	display: block;
}

.search-toggle.opened .search-icon.icon-close {
	display: block;
	top: 9.875rem;
	position: absolute;
	z-index: 99;
}

.search-container {
	position: relative;
	max-height: 0;
	overflow: hidden;
	background-color: #fff;
	width: 100%;
}

.search-container form label {
	display: none;
}

.search-container form input[type=search] {
	border: none;
	border: none;
	width: 100%;
	outline-offset: 0;
	color: #000;
	height: 6.25rem;
	font-size: 1.75rem;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

.search-container.opened {
	max-height: 6.25rem;
	width: 100%;
	height: 6.25rem;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}

.search-container input[type=text] {
	outline: none;
	font-size: 1.75rem;
	margin: 0;
	width: 100%;
	background-color: inherit;
	border: 0;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	padding: 2.0625rem 0 2.0625rem;
	color: #000;
}

.search-container .search-icon {
	vertical-align: middle;
}

.search-container {
	position: absolute;
	left: 0px;
	top: 101%;
	height: 0;
	transition: all 0.5s ease-in-out;
}

footer {
	padding: 2.5rem 0;
}

@media (max-width: 575.98px) {
	footer {
		padding: 0 0 2.5rem;
	}

	footer .container {
		padding: 0;
	}
}

footer .footer-form-sec {
	background: #ededed;
	padding: 2.5rem 1.875rem;
}

@media (max-width: 767.98px) {
	footer .footer-form-sec {
		flex-wrap: wrap;
	}
}

@media (min-width: 992px) {
	footer .footer-form-sec {
		padding: 2.5rem 1.25rem;
	}
}

@media (min-width: 1400px) {
	footer .footer-form-sec {
		padding: 4.625rem 3.3125rem 5.25rem 5rem;
	}
}

footer .footer-form-sec .footer-heading {
	max-width: 13.75rem;
	width: 100%;
	z-index: 9;
}

footer .footer-form-sec .footer-heading h5, footer .footer-form-sec .footer-heading .h5 {
	font-weight: 900;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #000;
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	footer .footer-form-sec .footer-heading {
		margin-bottom: 1.375rem;
	}
}

footer .footer-form-sec .footer-form {
	z-index: 9;
	width: 68.4%;
}

@media (max-width: 991.98px) {
	footer .footer-form-sec .footer-form {
		width: 100%;
		margin-left: 1.875rem;
	}
}

@media (max-width: 767.98px) {
	footer .footer-form-sec .footer-form {
		margin-left: 0;
	}
}

footer .footer-form-sec .footer-form .gform_wrapper form {
	display: flex;
}

@media (max-width: 991.98px) {
	footer .footer-form-sec .footer-form .gform_wrapper form {
		flex-wrap: wrap;
	}
}

footer .footer-form-sec .footer-form .gform_wrapper form .gform_body {
	width: 100%;
}

footer .footer-form-sec .footer-form .gform_wrapper form .gform_fields {
	display: flex;
}

@media (max-width: 991.98px) {
	footer .footer-form-sec .footer-form .gform_wrapper form .gform_fields {
		flex-wrap: wrap;
	}
}

footer .footer-form-sec .footer-form .gform_wrapper form .gform_fields .gfield {
	width: 31%;
	padding-right: 0.9375rem;
}

@media (max-width: 991.98px) {
	footer .footer-form-sec .footer-form .gform_wrapper form .gform_fields .gfield {
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	footer .footer-form-sec .footer-form .gform_wrapper form .gform_fields .gfield {
		padding-right: 0;
	}
}

footer .footer-form-sec .footer-form .gform_wrapper form .gform_fields .gfield input[type=text] {
	font-size: 1rem;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	border: none;
	background: transparent;
	border-bottom: 0.0625rem solid #a2aaad;
	padding: 0.5625rem 0.625rem 0.625rem 0;
	border-radius: 0;
}

@media (max-width: 767.98px) {
	footer .footer-form-sec .footer-form .gform_wrapper form .gform_fields .gfield input[type=text] {
		min-height: inherit !important;
		line-height: inherit !important;
	}
}

@media (min-width: 992px) {
	footer .footer-form-sec .footer-form .gform_wrapper form .gform_fields .gfield input[type=text] {
		font-size: 0.875rem;
	}
}

@media (min-width: 1400px) {
	footer .footer-form-sec .footer-form .gform_wrapper form .gform_fields .gfield input[type=text] {
		font-size: 1rem;
	}
}

footer .footer-form-sec .footer-form .gform_wrapper form .gform_fields .gfield input[type=email] {
	font-size: 1rem;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	border: none;
	background: transparent;
	border-bottom: 0.0625rem solid #a2aaad;
	padding: 0.5625rem 0.625rem 0.625rem 0;
	border-radius: 0;
}

@media (min-width: 992px) {
	footer .footer-form-sec .footer-form .gform_wrapper form .gform_fields .gfield input[type=email] {
		font-size: 0.875rem;
	}
}

@media (min-width: 1400px) {
	footer .footer-form-sec .footer-form .gform_wrapper form .gform_fields .gfield input[type=email] {
		font-size: 1rem;
	}
}

@media (max-width: 767.98px) {
	footer .footer-form-sec .footer-form .gform_wrapper form .gform_fields .gfield input[type=email] {
		min-height: inherit !important;
		line-height: inherit !important;
	}
}

footer .footer-form-sec .footer-form .gform_wrapper form .gform_footer {
	padding: 0;
	margin: 2.25rem 0 0;
}

@media (min-width: 992px) {
	footer .footer-form-sec .footer-form .gform_wrapper form .gform_footer {
		margin: 0;
	}
}

footer .footer-form-sec .footer-form .gform_wrapper form .gform_footer input[type=submit] {
	font-size: 1rem;
	font-weight: 800;
	color: #fff;
	background: #005eb8;
	border: 1px solid transparent;
	display: inline-block;
	padding: 0.625rem 1.25rem;
	text-align: center;
	cursor: pointer;
	transition: 0.5s all;
	border-radius: 0;
	margin-bottom: 0;
	min-height: inherit !important;
	line-height: inherit !important;
}

footer .footer-form-sec .footer-form .gform_wrapper form .gform_footer input[type=submit]:hover {
	background: #182e98;
	border: 1px solid #182e98;
	color: #fff;
}

footer .footer-form-sec .footer-form .gform_wrapper form .gform_footer input[type=submit]:focus {
	background: transparent;
	border: 1px solid #005eb8;
	color: #005eb8;
}

@media (min-width: 992px) {
	footer .footer-form-sec .footer-form .gform_wrapper form .gform_footer input[type=submit] {
		font-size: 0.875rem;
	}
}

@media (min-width: 1400px) {
	footer .footer-form-sec .footer-form .gform_wrapper form .gform_footer input[type=submit] {
		font-size: 1rem;
	}
}

footer .footer-form-sec .footer-form .gform_validation_errors {
	display: none;
}

footer .footer-form-sec .footer-form .validation_message {
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	color: red;
}

@media (max-width: 575.98px) {
	footer .footer-form-sec {
		padding: 3.9375rem 2.125rem;
	}
}

footer .footer-container {
	padding: 2.5rem 0;
}

@media (min-width: 992px) {
	footer .footer-container {
		padding: 3.75rem 0 2.5rem;
	}
}

@media (min-width: 1400px) {
	footer .footer-container {
		padding: 5.3125rem 0 7.5rem;
	}
}

@media (max-width: 575.98px) {
	footer .footer-container {
		padding: 4.3125rem 2.375rem 3.125rem;
	}
}

footer .footer-container li {
	margin-bottom: 1.5625rem;
	padding-left: 0;
	line-height: initial;
	width: 100%;
}

@media (min-width: 576px) {
	footer .footer-container li {
		width: 50%;
	}
}

@media (min-width: 768px) {
	footer .footer-container li {
		width: 33.33%;
	}
}

@media (min-width: 992px) {
	footer .footer-container li {
		width: 25%;
	}
}

@media (min-width: 1400px) {
	footer .footer-container li {
		width: 16.66%;
		margin-bottom: 0;
	}
}

@media (max-width: 575.98px) {
	footer .footer-container li {
		margin-bottom: 1.5625rem;
	}

	footer .footer-container li:last-child {
		margin-bottom: 0;
	}

	footer .footer-container li .footer-add:last-child p {
		margin-bottom: 0;
	}
}

footer .footer-container li:after {
	display: none;
}

footer .footer-container li:last-child .footer-add {
	margin-right: 0;
}

@media (min-width: 576px) {
	footer .footer-container li:last-child {
		width: 50%;
	}
}

@media (min-width: 768px) {
	footer .footer-container li:last-child {
		width: 33.33%;
	}
}

@media (min-width: 992px) {
	footer .footer-container li:last-child {
		width: 20%;
	}
}

@media (min-width: 1400px) {
	footer .footer-container li:last-child {
		width: auto;
	}
}

@media (min-width: 576px) {
	footer .footer-container li:nth-child(1) {
		width: 50%;
	}
}

@media (min-width: 768px) {
	footer .footer-container li:nth-child(1) {
		width: 33.33%;
	}
}

@media (min-width: 992px) {
	footer .footer-container li:nth-child(1) {
		width: 20%;
	}
}

@media (min-width: 1400px) {
	footer .footer-container li:nth-child(1) {
		width: 12.7%;
	}
}

footer .footer-container .footer-add {
	max-width: 11.25rem;
	width: 100%;
}

footer .footer-container .footer-add img {
	width: 100%;
}

footer .footer-container .footer-add a {
	display: inline-block;
	color: #005eb8;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 800;
	font-family: "Archivo", sans-serif;
	width: 100%;
	margin-bottom: 0.4375rem;
}

@media (max-width: 575.98px) {
	footer .footer-container .footer-add a {
		margin-bottom: 0.625rem;
	}
}

footer .footer-container .footer-add a:hover {
	color: #182e98;
}

footer .footer-container .footer-add strong {
	display: inline-block;
	color: #000;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

@media (max-width: 575.98px) {
	footer .footer-container .footer-add strong {
		margin-bottom: 0.625rem;
	}
}

footer .footer-container .footer-add p {
	color: #000;
	font-size: 1rem;
	line-height: 1.375rem;
}

footer .footer-container:last-child .footer-add {
	margin-right: 0;
}

@media (min-width: 576px) {
	footer .footer-container:last-child {
		width: 50%;
	}
}

@media (min-width: 768px) {
	footer .footer-container:last-child {
		width: 33.33%;
	}
}

@media (min-width: 992px) {
	footer .footer-container:last-child {
		width: 20%;
	}
}

@media (min-width: 1400px) {
	footer .footer-container:last-child {
		width: auto;
	}
}

@media (min-width: 576px) {
	footer .footer-container:nth-child(1) {
		width: 50%;
	}
}

@media (min-width: 768px) {
	footer .footer-container:nth-child(1) {
		width: 33.33%;
	}
}

@media (min-width: 992px) {
	footer .footer-container:nth-child(1) {
		width: 20%;
	}
}

@media (min-width: 1400px) {
	footer .footer-container:nth-child(1) {
		width: 12.7%;
	}
}

footer .logo-wrapper.climate-neutral-certification .footer-add {
	max-width: 9rem;
}

footer .logo-wrapper.climate-neutral-certification .footer-add a img {
	width: 100%;
}

.copyright {
	font-size: 1rem;
	line-height: 1.375rem;
	margin-bottom: 0.9375rem;
	color: #5b6770;
}

@media (min-width: 992px) {
	.copyright {
		margin-bottom: 0;
	}
}

.copyright a {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #5b6770;
}

.copyright a:hover {
	color: #000;
}

@media (max-width: 575.98px) {
	.copyright {
		padding: 0 2.375rem;
	}
}

@media (max-width: 991.98px) {
	.copyright {
		order: 2;
	}
}

.social-icons h5, .social-icons .h5 {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.25rem;
	letter-spacing: 0.02rem;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 1.8125rem 0 0;
}

.social-icons ul li {
	display: inline-block;
	padding-left: 0;
	margin: 0;
	line-height: initial;
}

.social-icons ul li:after {
	display: none;
}

.social-icons ul li a {
	color: #182e98;
}

.social-icons ul li a .svg-icon {
	fill: #182e98;
	border: 0.0625rem solid #182e98;
	padding: 0.8125rem;
	width: 2.75rem;
	height: 2.75rem;
	transition: all 0.5s ease-in-out;
}

.social-icons ul li a .svg-icon:hover {
	fill: #fff;
	background: #182e98;
}

.social-icons ul li:last-child {
	margin-right: 0;
}

@media (max-width: 575.98px) {
	.social-icons {
		padding: 0 2.375rem;
		order: 1;
	}
}

@media (max-width: 991.98px) {
	.social-icons {
		order: 1;
		margin-bottom: 2.5rem;
	}
}

.footer-form form input::-webkit-input-placeholder {
	color: #3e3e3e !important;
	opacity: 1 !important;
	text-transform: uppercase;
}

.footer-form form input::-moz-placeholder {
	color: #3e3e3e !important;
	opacity: 1 !important;
	text-transform: uppercase;
}

.footer-form form input:-ms-input-placeholder {
	color: #3e3e3e !important;
	opacity: 1 !important;
	text-transform: uppercase;
}

.footer-form form input:-moz-placeholder {
	color: #3e3e3e !important;
	opacity: 1 !important;
	text-transform: uppercase;
}

.hero-banner {
	padding: 3.5625rem 0 2.5rem;
}

@media (min-width: 576px) {
	.hero-banner {
		padding: 3.75rem 0 10rem;
	}
}

@media (min-width: 1400px) {
	.hero-banner {
		padding: 6rem 0 12rem;
	}
}

.hero-banner .mob-title {
	display: none;
	font-family: "Archivo", sans-serif;
	font-weight: 900;
	color: #000;
}

@media (max-width: 991.98px) {
	.hero-banner .mob-title {
		font-size: 2rem;
		line-height: 2.5rem;
		margin-left: 0.625rem;
		margin-bottom: 1.4375rem;
		display: block;
	}
}

@media (max-width: 767.98px) {
	.hero-banner .mob-title {
		margin-left: 2.5rem;
		margin-right: 0.9375rem;
	}
}

@media (max-width: 575.98px) {
	.hero-banner .mob-title {
		margin-left: 2.4375rem;
		margin-right: 2.4375rem;
	}
}

.hero-banner .side_image_col {
	width: 50%;
	position: absolute;
	right: 0;
	z-index: 1;
}

@media (max-width: 991.98px) {
	.hero-banner .side_image_col {
		margin-bottom: 1.3125rem !important;
	}
}

.hero-banner .side_image_col .banner-side-image {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding-right: 0;
	right: 3.4375rem;
}

.hero-banner .side_image_col .banner-side-image img {
	max-width: 38.75rem;
	width: 100%;
}

@media (max-width: 1366px) {
	.hero-banner .side_image_col .banner-side-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@media (max-width: 991px) {
	.hero-banner .side_image_col .banner-side-image img {
		max-width: 25rem;
	}
}

@media (max-width: 991px) {
	.hero-banner .side_image_col .banner-side-image {
		margin-bottom: 1.875rem;
	}
}

@media (max-width: 991px) {
	.hero-banner .side_image_col {
		width: 100%;
		position: relative;
		top: 0;
		transform: translateY(0%);
	}

	.hero-banner .side_image_col .banner-side-image {
		padding-right: 2.375rem;
		padding-left: 2.375rem;
		right: 0;
	}
}

.hero-banner .banner_content span.tagline {
	font-family: "Archivo", sans-serif;
	font-size: 3.75rem;
	font-weight: 900;
	color: #000;
	line-height: 4.375rem;
	margin-bottom: 0.6875rem;
}

@media (max-width: 991.98px) {
	.hero-banner .banner_content span.tagline {
		font-size: 3.125rem;
		line-height: 3.75rem;
	}
}

@media (max-width: 1199.98px) {
	.hero-banner .banner_content span.tagline {
		font-size: 2.5rem;
		line-height: 3.125rem;
	}
}

.hero-banner .banner_content p {
	margin-bottom: 1.5625rem;
}

.hero-banner .banner_content h5, .hero-banner .banner_content .h5 {
	display: inline-block;
}

@media (max-width: 575.98px) {
	.hero-banner .banner_content h5, .hero-banner .banner_content .h5 {
		font-size: 1rem;
		line-height: 1.375rem;
	}
}

.hero-banner .banner_content h1, .hero-banner .banner_content .h1 {
	font-size: 1rem;
	line-height: 1.375rem;
	margin-bottom: 0.875rem;
	font-family: "Roboto", sans-serif;
	font-weight: 900;
}

@media (min-width: 576px) {
	.hero-banner .banner_content h1, .hero-banner .banner_content .h1 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

.menu-trigger {
	display: none;
	cursor: pointer;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height: 33px;
	font-size: 22px;
	padding: 10px 0;
}

.menu-trigger .menu-box {
	width: 27px;
	height: 27px;
	padding: 3px 0 0;
	top: 0;
}

.menu-trigger .menu-box span {
	width: 100%;
	height: 2px;
	margin-bottom: 5px;
	background: #000;
	display: block;
	border-radius: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu-trigger.active span:nth-child(1) {
	transform: rotate(45deg) translateY(6px) translateX(3px);
}

.menu-trigger.active span:nth-child(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-child(3) {
	transform: rotate(-45deg) translateY(-7px) translateX(4px);
}

.menu-toggle .caret {
	color: #fff;
	margin-left: 7px;
}

.menu-toggle {
	padding: 0;
	list-style: none;
}

.menu-toggle > li.services-menu ul {
	min-width: 565px;
	left: -220px;
}

.menu-toggle > li.software-solution-menu ul {
	min-width: 450px;
	left: -100px;
}

.menu-toggle > li.insights-menu ul {
	min-width: 400px;
	left: -130px;
}

.menu-toggle > li.about-menu ul {
	min-width: 393px;
	left: -140px;
}

.menu-toggle > li.header-contact-button {
	margin-left: 14px;
}

.menu-toggle > li.header-contact-button ul {
	min-width: 455px;
	left: -158px;
}

.menu-toggle > li.header-contact-button > a {
	padding: 12px 35px 12px 20px;
	background: #005eb8;
	color: #fff;
	font-family: "Archivo", sans-serif;
	font-weight: 800;
	font-size: 0.9375rem;
}

.menu-toggle > li.menu-item-has-children.header-contact-button:after {
	border-bottom: solid #fff;
	border-right: solid #fff;
	border-width: 0 2px 2px 0;
}

.menu-toggle > li {
	float: left;
	vertical-align: top;
	margin-right: 1.125rem;
	position: relative;
	transition: all 0.5s ease-in-out;
	color: #fff;
	padding: 3.5625rem 0 2.4375rem;
	margin-bottom: 0;
	line-height: initial;
}

.menu-toggle > li:after {
	display: none;
}

.menu-toggle li.active a {
	color: #378899;
}

.menu-toggle > li.current-menu-item a {
	color: #fff;
	background: #005eb8;
}

.menu-toggle > li.current-menu-ancestor ul li.current-menu-item a {
	background: transparent;
	color: #005eb8;
}

.menu-toggle > li.current-menu-ancestor ul li.current-menu-item a:before {
	background-image: url(../images/svgs/plus-sign-blue.svg);
}

.menu-toggle > li.menu-item-has-children.current-menu-item:after {
	border-color: #fff;
}

.menu-toggle > li.menu-item-has-children.current-menu-ancestor:after {
	border-color: #fff;
}

.menu-toggle > li.current-menu-ancestor a {
	color: #fff;
	background: #005eb8;
}

.menu-toggle > li.menu-item-has-children.current-menu-ancestor > a:after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
}

.menu-toggle > li.current-menu-ancestor ul li.current_page_item a {
	color: #005eb8;
	font-weight: 700;
}

.menu-toggle > li.menu-item-has-children {
	position: relative;
	padding-right: 0;
}

.menu-toggle > li.menu-item-has-children > a {
	position: relative;
	padding-right: 35px;
}

.menu-toggle > li.header-contact-button ul li:first-child a {
	font-weight: 900;
}

.menu-toggle > li.header-contact-button ul li:nth-child(2) a {
	font-weight: 900;
}

.menu-toggle > li.header-contact-button ul li:first-child a:hover {
	color: #005eb8;
}

.menu-toggle > li.header-contact-button ul li:first-child a:hover:before {
	background-image: url(../images/svgs/plus-sign-blue.svg);
}

.menu-toggle > li.header-contact-button ul li:nth-child(2) a:hover {
	color: #005eb8;
}

.menu-toggle > li.header-contact-button ul li:nth-child(2) a:hover:before {
	background-image: url(../images/svgs/plus-sign-blue.svg);
}

.menu-toggle > li.menu-item-has-children:after {
	position: absolute;
	content: "";
	right: 21px !important;
	left: auto;
	top: auto;
	background: transparent;
	font-size: 0;
	transform: rotate(45deg);
	border: solid #005eb8;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	vertical-align: middle;
	transition: 0.5s all ease;
	cursor: pointer;
	bottom: 49px;
	border-radius: 0;
}

.menu-toggle > li.current-menu-item.menu-item-has-children:after {
	border: solid #fff !important;
	border-width: 0 2px 2px 0 !important;
}

.menu-toggle > li.menu-item-has-children:hover:after {
	border-color: #fff;
}

.menu-toggle > li:last-child {
	margin-right: 0;
}

.menu-toggle > li.header-contact-button ul li a:hover {
	color: #000;
	font-weight: 800;
}

.menu-toggle > li.header-contact-button ul li a:hover:before {
	background-image: url(../images/svgs/plus-sign-gray.svg);
}

.menu-toggle > li.request-demo {
	margin-left: -5px;
}

.menu-toggle > li.menu-item-has-children > a:hover:after {
	border-bottom: solid #fff;
	border-right: solid #fff;
	border-width: 0 2px 2px 0;
}

.menu-toggle > li.menu-item-has-children:hover > a:after {
	border-bottom: solid #fff;
	border-right: solid #fff;
	border-width: 0 2px 2px 0;
}

.menu-toggle > li a {
	font-size: 16px;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 20px;
	letter-spacing: 0.2px;
}

.menu-toggle > li > a:hover {
	color: #fff;
	background: #005eb8;
}

.menu-toggle > li:hover > a {
	background: #005eb8;
	color: #fff;
}

.mob-search {
	display: none !important;
}

li.content {
	border: none !important;
	padding: 40px 0 11px !important;
}

.mob.menu-open .mob-search {
	display: block !important;
}

.mob-search form label {
	display: none;
}

.mob-search form input[type=search] {
	padding: 0.75rem 1.25rem 0.75rem 1.5rem;
	border: 0.0625rem solid #a2aaad;
	width: 100%;
	background-image: url(../images/svgs/icon-search.svg);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #1d252d;
}

@media (max-width: 991.98px) {
	.mob-search form input[type=search] {
		padding: 0.75rem;
	}
}

@media (max-width: 767.98px) {
	.mob-search form input[type=search] {
		background-position: 96% 50%;
	}
}

.mob-search form input[type=submit] {
	display: none;
}

.mob-search form input::-webkit-input-placeholder {
	color: #1d252d !important;
	opacity: 1 !important;
	text-transform: uppercase;
}

.mob-search form input::-moz-placeholder {
	color: #1d252d !important;
	opacity: 1 !important;
	text-transform: uppercase;
}

.mob-search form input:-ms-input-placeholder {
	color: #1d252d !important;
	opacity: 1 !important;
	text-transform: uppercase;
}

.mob-search form input:-moz-placeholder {
	color: #1d252d !important;
	opacity: 1 !important;
	text-transform: uppercase;
}

@media (min-width: 1025px) {
	.menu-toggle > li ul {
		display: none;
	}
}

.menu-toggle ul li {
	width: 100%;
	margin: 0;
	list-style: none;
	position: relative;
	padding-left: 0;
	line-height: initial;
}

.menu-toggle ul li:after {
	display: none;
}

.menu-toggle.desk ul {
	top: 100%;
	z-index: 999;
	list-style: none;
	left: -30px;
	background: #fff;
	position: absolute;
	min-width: 300px;
	margin-left: 0;
	padding: 3.0625rem 3.75rem 3.125rem 5.5rem;
	border-top: 0.1875rem solid #005eb8 !important;
	border: 2px solid #ededed;
}

.menu.submenu-ul-level1 li a {
	background: rgba(31, 26, 107, 0.8);
	color: #fff;
	padding-left: 90px;
}

.menu-toggle.desk li:hover > ul {
	display: block;
	opacity: 1;
}

.menu-toggle.desk .sb-menu .sb-menu {
	left: 100%;
	top: 0;
}

.menu-toggle.desk ul li a {
	padding: 10px 10px 15px 30px;
	color: #000;
	font-size: 18px;
	text-align: left;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	position: relative;
	display: inline-block;
	letter-spacing: 0.3px;
	background: transparent;
}

.menu-toggle.desk ul li a:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	left: -10px;
	top: 10px;
	transition: all 0.5s ease-in-out;
	background-image: url(../images/svgs/plus-sign-gray.svg);
	background-repeat: no-repeat;
}

.menu-toggle.desk ul li a:hover:before {
	background-image: url(../images/svgs/plus-sign-blue.svg);
}

.menu-toggle.desk ul li > a:hover {
	color: #005eb8;
	font-weight: 700;
}

.menu-toggle .arrow {
	width: 10px;
	height: 10px;
	cursor: pointer;
	z-index: 999;
	position: absolute;
	content: "";
	right: 4px;
	top: 34px;
	background: transparent;
	font-size: 0;
	transform: rotate(45deg);
	border: solid #005eb8;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	vertical-align: middle;
	transition: all 0.5s ease-in-out;
}

.menu-toggle .arrow.up {
	transform: rotate(-135deg);
	top: 40px;
	transition: all 0.5s ease-in-out;
}

@media (max-width: 1699px) {
	.menu-toggle > li.header-contact-button ul {
		min-width: 430px;
		left: -160px;
	}
}

@media (max-width: 1550px) {
	.menu-toggle > li.menu-item-has-children:after {
		right: 17px !important;
	}

	.menu-toggle > li {
		margin-right: 5px;
	}

	.menu-toggle > li a {
		padding: 10px 15px;
	}

	.menu-toggle > li a {
		font-size: 15px;
	}

	.menu-toggle > li.menu-item-has-children > a:after {
		right: 15px;
	}

	.menu-toggle > li.menu-item-has-children > a {
		padding-right: 30px;
	}
}

@media (max-width: 1399px) {
	.menu-toggle > li.header-contact-button > a {
		padding: 12px 35px 12px 15px;
	}

	.menu-toggle > li.menu-item-has-children:after {
		right: 12px !important;
	}

	.menu-toggle > li {
		margin-right: 10px;
	}

	.menu-toggle > li a {
		padding: 10px 10px;
	}

	.menu-toggle > li.menu-item-has-children > a {
		padding-right: 25px;
	}

	.menu-toggle > li.menu-item-has-children > a:after {
		right: 13px;
	}

	.menu-toggle > li.header-contact-button ul {
		min-width: 400px;
	}

	.menu-toggle > li.services-menu ul {
		min-width: 500px;
		left: -175px;
	}

	.menu-toggle.desk ul {
		padding: 30px 40px;
	}

	#masthead .header-menu .icon-lock {
		padding: 0 30px 0 30px;
	}

	#masthead .header-menu .icon-lock:after {
		right: 12px;
	}

	.menu-toggle > li.header-contact-button {
		margin-left: 10px;
	}

	#masthead .header-menu .icon-lock {
		padding: 0 45px 0 25px;
	}
}

@media (max-width: 1366px) {
	.menu-toggle > li.menu-item-has-children:after {
		right: 3px;
	}
}

@media (max-width: 1199px) {
	.menu-toggle > li.header-contact-button ul {
		min-width: 370px;
	}

	.menu-toggle > li a {
		padding: 10px 10px;
	}

	.menu-toggle > li a {
		font-size: 14px;
	}

	.menu-toggle > li.header-contact-button > a {
		font-size: 14px;
		padding: 10px 14px 10px 15px;
	}

	.menu-toggle > li.menu-item-has-children > a {
		padding-right: 25px;
	}

	.menu-toggle > li.menu-item-has-children > a:after {
		right: 12px;
		top: 14px;
	}

	.menu-toggle > li.header-contact-button {
		margin-left: 5px;
	}

	.menu-toggle > li {
		margin-right: 3px;
	}

	#masthead .header-menu .icon-lock {
		padding: 0 20px 0 20px;
		position: relative;
		top: 11px;
	}

	#masthead .header-menu .icon-lock:after {
		height: 36px;
		right: 9px;
	}
}

@media (max-width: 1024px) {
	.menu-toggle > li ul li a {
		font-weight: 400;
	}

	.menu-toggle > li.current-menu-item a {
		color: #005eb8;
		background: transparent;
	}

	.menu-toggle > li.current-menu-ancestor a {
		color: #005eb8;
		background: transparent;
	}

	.mob-search {
		display: block;
	}

	.home .menu-toggle > li.services-menu > a {
		font-family: "Roboto", sans-serif;
		font-weight: 700;
	}

	.home .menu-toggle > li.software-solutions-menu > a {
		font-family: "Roboto", sans-serif;
		font-weight: 700;
	}

	#masthead .header-menu .icon-lock {
		position: absolute;
		right: 0.75rem;
		padding: 0;
		top: 0;
	}

	.menu-toggle > li.services-menu ul {
		min-width: auto;
		left: 0;
	}

	.menu-toggle > li.about-menu ul {
		min-width: auto;
		left: 0;
	}

	.menu-toggle > li.header-contact-button ul {
		min-width: auto;
		left: 0;
	}

	.menu-toggle > li.header-contact-button > a {
		font-size: 16px;
		padding: 0;
		color: #000;
		background: transparent;
		margin: 0;
		font-family: "Roboto", sans-serif;
		font-weight: 600;
	}

	.menu-toggle > li > a {
		padding: 0;
	}

	.menu-toggle > li.header-contact-button {
		margin-left: 0px;
	}

	#masthead {
		padding: 30px 0 25px;
	}

	.menu-toggle > li.menu-item-has-children:after {
		display: none;
	}

	.menu-toggle > li.current-menu-item ul li a {
		color: #000;
	}

	.menu-toggle > li.current-menu-ancestor ul li a {
		color: #000;
	}

	.menu-toggle > li.current-menu-item .arrow {
		border-color: #005eb8;
	}

	.menu-toggle > li.current-menu-ancestor .arrow {
		border-color: #005eb8;
	}

	.menu-toggle > li.request-demo {
		margin-left: 0;
	}

	.menu-toggle > li.menu-item-has-children > a:after {
		display: none;
	}

	.menu-toggle > li.menu-item-has-children {
		margin-right: 0;
		padding-right: 0;
		margin-top: 0;
	}

	.menu-open .menu-toggle {
		max-height: 100% !important;
		padding: 10px 38px 150px;
	}

	header {
		padding: 10px 0;
	}

	header.site-header.fixed {
		padding: 10px 0;
	}

	.menu-toggle {
		max-height: 0;
		transition: all 0.5s ease-out;
		position: fixed;
		top: 83px;
		left: 0;
		right: 0;
		height: 100%;
		overflow: auto;
		background: #fff;
	}

	.menu-toggle > li ul {
		max-height: 0;
		overflow: hidden;
		transition: all 0.5s ease-out;
		margin-top: 0;
	}

	.menu-toggle > li ul.sb-menu.active {
		margin-top: 18px;
	}

	.menu-toggle > li ul li:last-child {
		margin-bottom: 0;
	}

	.menu-block {
		height: auto;
	}

	.menu-trigger {
		display: block;
		padding: 0;
	}

	.services-detail a.pba-detail {
		border-bottom: 2px solid #d3d9da;
	}

	.menu-toggle > li {
		width: 100%;
		margin: 0;
		padding: 29px 0 25px;
		text-align: left;
		border-bottom: 1px solid #dadada;
	}

	.menu-toggle > li > a {
		display: inline-block;
		text-align: center;
		padding: 0;
		font-size: 16px;
		font-weight: 600;
	}

	.menu-toggle > li:hover > a {
		background: transparent;
		color: #000;
	}

	.menu-toggle {
		width: 100%;
	}

	.menu-toggle > li ul {
		background: transparent;
		margin-left: 0;
	}

	.menu-toggle > li ul a {
		color: #000;
		display: block;
		text-align: left;
		padding: 0;
		text-transform: capitalize;
		font-size: 16px;
	}

	.menu-toggle > li ul li {
		margin-bottom: 20px;
	}

	/* Push Menu */
	body.menuslide_push {
		position: relative;
	}

	body.menuslide_push.slidemenuLeft {
		left: 0;
		transition: left 0.5s;
	}

	body.menuslide_push.slidemenuRight {
		right: 0;
		transition: right 0.5s;
	}

	body.slidemenuRight .menu-toggle {
		right: -290px;
	}

	body.slidemenuRight.menu-open .menu-toggle {
		right: 0;
	}

	body.slidemenuLeft.menu-open .menu-toggle {
		left: 0;
	}

	body.menuslide_push.slidemenuLeft.menu-open {
		left: 290px;
		overflow: hidden;
	}

	body.menuslide_push.slidemenuRight.menu-open {
		right: 290px;
	}

	body.menuslide_push .menu-toggle,
	body.menuOverlap .menu-toggle {
		background: #000 none repeat scroll 0 0;
		display: block;
		height: 100%;
		max-height: 100%;
		width: 100%;
		overflow: auto;
		position: fixed;
		transition: all 0.5s ease 0s;
		max-width: 290px;
		top: 0;
	}
}

@media (max-width: 575px) {
	#masthead .header-menu .icon-lock {
		right: 2.5rem;
		top: 0;
	}
}

.carousel-promotions {
	padding: 1.25rem 0 3.125rem;
}

@media (min-width: 1400px) {
	.carousel-promotions {
		padding: 3.4375rem 0 7.5625rem;
	}
}

@media (max-width: 1800px) {
	.carousel-promotions .carousel-promotions-slider {
		margin: 0 5rem;
	}
}

@media (max-width: 991.98px) {
	.carousel-promotions .carousel-promotions-slider {
		margin: 0;
	}
}

.carousel-promotions .carousel-promotions-slider .slick-slide {
	padding: 0 0.3125rem;
}

.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap {
	display: inline-block;
}

.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 24.1875rem;
}

@media (max-width: 991.98px) {
	.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-image {
		width: 100%;
		height: 14.375rem;
	}
}

@media (max-width: 575.98px) {
	.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-image {
		height: 9.375rem;
	}
}

.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-content {
	width: calc(100% - 387px);
	background: #1d252d;
	padding: 1.875rem 3.125rem 0 1.875rem;
	text-align: right;
}

@media (max-width: 991.98px) {
	.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-content {
		width: 100%;
		padding: 1.9375rem 1.875rem 1.875rem 2.1875rem;
	}
}

@media (min-width: 1400px) {
	.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-content {
		padding: 3.125rem 3.125rem 0 3.625rem;
	}
}

.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-content h2, .carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-content .h2 {
	text-align: left;
	font-size: 1.25rem;
	line-height: 1.625rem;
	margin-bottom: 0.3125rem;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

@media (min-width: 992px) {
	.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-content h2, .carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-content .h2 {
		font-size: 1.625rem;
		line-height: 2.25rem;
	}
}

@media (min-width: 1400px) {
	.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-content h2, .carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-content .h2 {
		font-size: 1.75rem;
		line-height: 2.375rem;
	}
}

.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-content p {
	text-align: left;
}

@media (min-width: 1400px) {
	.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-content p {
		padding-right: 9.375rem;
	}
}

.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-content span.button-link {
	position: relative;
}

.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-content span.button-link em {
	color: #fff;
	display: inline-block;
	margin-bottom: 1.5625rem;
	font-size: 0.9375rem;
	position: relative;
	font-weight: 800;
	font-family: "Archivo", sans-serif;
	text-transform: uppercase;
	padding-right: 0.9375rem;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	font-style: normal;
}

@media (max-width: 991.98px) {
	.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-content span.button-link em {
		margin-bottom: 0;
		top: 0.1875rem;
		right: 0.625rem;
	}
}

@media (max-width: 991.98px) {
	.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-content span.button-link em {
		top: 0.3125rem;
	}
}

.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-content span.button-link:before {
	content: "";
	position: absolute;
	background: #fff;
	width: 0.25rem;
	height: 1.0625rem;
	right: -0.75rem;
	top: 0.275rem;
	transition: all 0.5s ease-in-out;
	opacity: 1;
}

@media (max-width: 991.98px) {
	.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-content span.button-link:before {
		right: -0.0625rem;
		top: 0.4375rem;
	}
}

.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-content span.button-link:after {
	content: "";
	position: absolute;
	background: #fff;
	width: 1.0625rem;
	height: 0.25rem;
	right: -1.1875rem;
	top: 0.6875rem;
	transition: all 0.5s ease-in-out;
	opacity: 1;
}

@media (max-width: 991.98px) {
	.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-content span.button-link:after {
		right: -0.5rem;
		top: 0.8125rem;
	}
}

.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-content span.button-link.no-link:before {
	display: none;
}

.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap .carousel-promotion-content span.button-link.no-link:after {
	display: none;
}

.carousel-promotions .carousel-promotions-slider .d-flex.flex-wrap:hover span.button-link em {
	opacity: 1;
}

.carousel-promotions .carousel-promotions-slider .slick-slide .carousel-promotion-content:last-child p {
	margin-bottom: 0;
}

@media (max-width: 991.98px) {
	.carousel-promotions .carousel-promotions-slider .slick-slide .carousel-promotion-content:last-child p {
		margin-bottom: 0.9375rem;
	}
}

.media-object {
	padding: 0 0 1.25rem;
}

@media (min-width: 576px) {
	.media-object {
		padding: 3.125rem 0 4.375rem;
	}
}

@media (min-width: 992px) {
	.media-object {
		padding: 4.375rem 0 3.25rem;
	}
}

@media (min-width: 1400px) {
	.media-object {
		padding: 6.8125rem 0 3.25rem;
	}
}

.media-object .media-object-content {
	position: relative;
	max-width: 58.125rem;
	padding-left: 9.375rem;
}

@media (min-width: 1400px) {
	.media-object .media-object-content {
		margin-left: 0;
	}
}

@media (max-width: 991.98px) {
	.media-object .media-object-content {
		margin-top: 2.5rem;
	}
}

@media (max-width: 767.98px) {
	.media-object .media-object-content {
		padding-left: 6.25rem;
	}
}

@media (max-width: 575.98px) {
	.media-object .media-object-content {
		padding-left: 0.75rem;
		margin-top: 0;
	}
}

.media-object .media-object-content h2, .media-object .media-object-content .h2 {
	max-width: 38.125rem;
	width: 100%;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

@media (min-width: 992px) {
	.media-object .media-object-content h2, .media-object .media-object-content .h2 {
		font-size: 1.375rem;
		line-height: 1.875rem;
	}
}

@media (min-width: 1400px) {
	.media-object .media-object-content h2, .media-object .media-object-content .h2 {
		font-size: 1.75rem;
		line-height: 2.375rem;
	}
}

.media-object .media-object-content p:last-child {
	margin-bottom: 0;
}

.media-object .media-object-content .pattern {
	top: 50%;
	transform: translateY(-50%);
	left: 3.4375rem;
}

@media (max-width: 767.98px) {
	.media-object .media-object-content .pattern {
		left: 0.9375rem;
	}
}

.media-object .media-object-image img {
	width: 100%;
	min-height: 18.75rem;
	object-fit: cover;
}

.media-object.right .media-object-content {
	margin-left: auto;
	order: 2 !important;
}

.media-object.right .media-object-image {
	order: 1 !important;
}

@media (max-width: 575.98px) {
	.media-object .container {
		padding: 0;
	}

	.media-object .container .media-object-content {
		padding: 0 3.125rem;
	}
}

.wp-block-button.button.button-primary-border a {
	color: #fff;
}

.media-text-wrap {
	padding: 5rem 0;
}

@media (min-width: 992px) {
	.media-text-wrap {
		padding: 6.25rem 0;
	}
}

@media (min-width: 1200px) {
	.media-text-wrap {
		padding: 8.75rem 0;
	}
}

.media-text-wrap .wp-block-media-text {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.media-text-wrap .wp-block-media-text__media {
	width: 100%;
	margin-bottom: 2.5rem;
	padding: 0 1.6875rem;
}

@media (min-width: 576px) {
	.media-text-wrap .wp-block-media-text__media {
		padding: 0;
	}
}

@media (min-width: 992px) {
	.media-text-wrap .wp-block-media-text__media {
		width: 50%;
		margin-bottom: 0;
	}
}

@media (max-width: 991.98px) {
	.media-text-wrap .wp-block-media-text__media {
		margin-bottom: 40px !important;
	}
}

.media-text-wrap .wp-block-media-text__media img {
	width: 100%;
	height: auto !important;
}

.media-text-wrap .wp-block-media-text__content {
	width: 100%;
	padding-left: 2.8125rem;
}

@media (min-width: 576px) {
	.media-text-wrap .wp-block-media-text__content {
		padding-left: 1.25rem;
	}
}

@media (min-width: 992px) {
	.media-text-wrap .wp-block-media-text__content {
		padding-left: 6.25rem;
		width: 50%;
	}
}

@media (min-width: 1400px) {
	.media-text-wrap .wp-block-media-text__content {
		max-width: 33.125rem;
		margin: 0 auto;
		padding-left: 0;
	}
}

.media-text-wrap .wp-block-media-text__content h2, .media-text-wrap .wp-block-media-text__content .h2 {
	font-size: 1.5rem;
	line-height: 2.125rem;
	margin-bottom: 1.4375rem;
	text-transform: uppercase;
	position: relative;
}

@media (min-width: 1200px) {
	.media-text-wrap .wp-block-media-text__content h2, .media-text-wrap .wp-block-media-text__content .h2 {
		font-size: 1.75rem;
		line-height: 2.375rem;
	}
}

.media-text-wrap .wp-block-media-text__content h2:before, .media-text-wrap .wp-block-media-text__content .h2:before {
	content: "";
	position: absolute;
	left: -1.25rem;
	top: 0;
	width: 0.3125rem;
	height: 100%;
	background: #005eb8;
}

@media (min-width: 992px) {
	.media-text-wrap .wp-block-media-text__content h2:before, .media-text-wrap .wp-block-media-text__content .h2:before {
		left: -2.25rem;
	}
}

.rows-subpages {
	padding: 3.75rem 0 3.75rem;
}

@media (min-width: 992px) {
	.rows-subpages {
		padding: 3.125rem 0 3.125rem;
	}
}

@media (min-width: 1400px) {
	.rows-subpages {
		padding: 8.75rem 0 6.125rem;
	}
}

.rows-subpages .rows-subpages-wrap {
	width: 100%;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.rows-subpages .rows-subpages-wrap {
		max-width: 42.1875rem;
	}
}

@media (min-width: 992px) {
	.rows-subpages .rows-subpages-wrap {
		max-width: 50.9375rem;
		padding-left: 5rem;
	}
}

@media (min-width: 1200px) {
	.rows-subpages .rows-subpages-wrap {
		max-width: 50.9375rem;
		padding-left: 0;
	}
}

@media (min-width: 1400px) {
	.rows-subpages .rows-subpages-wrap {
		max-width: 100%;
		padding-left: 8.75rem;
	}
}

.rows-subpages .rows-subpages-wrap .row-listing {
	margin-bottom: 2.25rem;
	padding-left: 1.875rem;
	width: 100%;
}

@media (min-width: 576px) {
	.rows-subpages .rows-subpages-wrap .row-listing {
		margin-bottom: 2.5rem;
	}
}

@media (min-width: 992px) {
	.rows-subpages .rows-subpages-wrap .row-listing {
		max-width: 31.25rem;
	}
}

@media (min-width: 1400px) {
	.rows-subpages .rows-subpages-wrap .row-listing {
		margin-bottom: 4rem;
	}
}

.rows-subpages .rows-subpages-wrap .row-listing a {
	display: inline-block;
	color: #000;
	font-weight: 900;
	margin-bottom: 0.375rem;
	position: relative;
	font-size: 1rem;
	line-height: 1.375rem;
}

@media (min-width: 768px) {
	.rows-subpages .rows-subpages-wrap .row-listing a {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

.rows-subpages .rows-subpages-wrap .row-listing a:after {
	content: "";
	position: absolute;
	background: #005eb8;
	width: 1.0625rem;
	height: 0.3125rem;
	left: -2.1875rem;
	top: 0.6875rem;
	transition: all 0.5s ease-in-out;
	opacity: 1;
	opacity: 0;
}

@media (max-width: 991.98px) {
	.rows-subpages .rows-subpages-wrap .row-listing a:after {
		top: 0.6875rem;
	}
}

@media (max-width: 767.98px) {
	.rows-subpages .rows-subpages-wrap .row-listing a:after {
		top: 0.5rem;
	}
}

@media (max-width: 575.98px) {
	.rows-subpages .rows-subpages-wrap .row-listing a:after {
		opacity: 1;
		top: 0.4375rem;
	}
}

.rows-subpages .rows-subpages-wrap .row-listing a:before {
	content: "";
	position: absolute;
	background: #005eb8;
	width: 0.3125rem;
	height: 1.0625rem;
	left: -1.8125rem;
	top: 0.3125rem;
	transition: all 0.5s ease-in-out;
	opacity: 1;
}

@media (max-width: 991.98px) {
	.rows-subpages .rows-subpages-wrap .row-listing a:before {
		top: 0.3125rem;
	}
}

@media (max-width: 767.98px) {
	.rows-subpages .rows-subpages-wrap .row-listing a:before {
		top: 0.125rem;
	}
}

@media (max-width: 575.98px) {
	.rows-subpages .rows-subpages-wrap .row-listing a:before {
		top: 0.0625rem;
	}
}

.rows-subpages .rows-subpages-wrap .row-listing a:hover {
	color: #005eb8;
}

.rows-subpages .rows-subpages-wrap .row-listing a:hover:after {
	opacity: 1;
}

.rows-subpages .rows-subpages-wrap .row-listing p {
	font-size: 1rem;
	line-height: 1.5rem;
}

@media (min-width: 576px) {
	.rows-subpages .rows-subpages-wrap .row-listing p {
		font-size: 1.125rem;
		line-height: 1.625rem;
	}
}

.rows-subpages .rows-subpages-wrap .col-12:last-child .row-listing {
	margin-bottom: 0;
}

#rows-subpages-block_620e3f0988025\  {
	padding-top: 1.25rem;
}

@media (min-width: 992px) {
	#rows-subpages-block_620e3f0988025\  {
		padding-top: 3.125rem;
	}
}

@media (max-width: 575.98px) {
	#rows-subpages-block_620e3f0988025\  {
		margin-bottom: 5rem;
	}
}

.simple-cards {
	padding: 2.5rem 0 4.0625rem;
}

@media (min-width: 1400px) {
	.simple-cards {
		padding: 2.5rem 0 5.9375rem;
	}
}

.simple-cards .heading {
	max-width: 100%;
}

@media (min-width: 1200px) {
	.simple-cards .sec-button {
		margin-bottom: 3.125rem;
	}
}

.simple-cards .simple-card-block {
	display: inline-block;
	width: 100%;
	padding: 1.875rem 1.875rem 2.5rem 1.875rem;
	background: #ededed;
	position: relative;
	margin-bottom: 1.5625rem;
}

@media (max-width: 767.98px) {
	.simple-cards .simple-card-block {
		border: 0.0625rem solid #a2aaad;
	}
}

@media (min-width: 768px) {
	.simple-cards .simple-card-block {
		padding: 1.875rem 1.875rem 3.75rem 1.875rem;
	}
}

@media (min-width: 992px) {
	.simple-cards .simple-card-block {
		padding: 1.875rem 1.875rem 3.75rem 1.875rem;
		margin-bottom: 2.5rem;
	}
}

@media (min-width: 1400px) {
	.simple-cards .simple-card-block {
		padding: 2.25rem 5.625rem 5.625rem 3.875rem;
	}
}

.simple-cards .simple-card-block h2, .simple-cards .simple-card-block .h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

.simple-cards .simple-card-block .simple-card-inner {
	margin-bottom: 0;
}

.simple-cards .simple-card-block .simple-card-inner h3, .simple-cards .simple-card-block .simple-card-inner .h3 {
	font-weight: 700;
	font-family: "Roboto", sans-serif;
}

@media (max-width: 767.98px) {
	.simple-cards .simple-card-block .simple-card-inner h3, .simple-cards .simple-card-block .simple-card-inner .h3 {
		margin-bottom: 0.625rem;
	}
}

.simple-cards .simple-card-block .simple-card-inner figure {
	height: 14.75rem;
	margin-bottom: 1.875rem;
}

@media (max-width: 1199.98px) {
	.simple-cards .simple-card-block .simple-card-inner figure {
		margin-bottom: 1.25rem;
		height: auto;
	}
}

.simple-cards .simple-card-block .simple-card-inner img {
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1199.98px) {
	.simple-cards .simple-card-block .simple-card-inner img {
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	.simple-cards .simple-card-block .simple-card-inner img {
		width: auto;
	}
}

@media (max-width: 575.98px) {
	.simple-cards .simple-card-block .simple-card-inner img {
		width: 100%;
	}
}

.simple-cards .simple-card-block .simple-card-inner p {
	font-size: 1.125rem;
	line-height: 1.625rem;
}

@media (max-width: 767.98px) {
	.simple-cards .simple-card-block .simple-card-inner p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media (max-width: 767.98px) {
	.simple-cards .simple-card-block .simple-card-inner {
		height: auto !important;
	}
}

.simple-cards .simple-card-block .button-link {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-right: 1.875rem;
}

.simple-cards .simple-card-block .button-link em {
	color: #005eb8;
	margin-bottom: 1.375rem;
}

@media (max-width: 767.98px) {
	.simple-cards .simple-card-block .button-link em {
		top: -0.0625rem;
	}
}

.simple-cards .simple-card-block .button-link:before {
	right: 1.9375rem;
}

@media (max-width: 767.98px) {
	.simple-cards .simple-card-block .button-link:before {
		right: 1.5625rem;
	}
}

.simple-cards .simple-card-block .button-link:after {
	background: #005eb8;
	right: 1.5625rem;
	top: 0.75rem;
	height: 0.3125rem;
}

@media (max-width: 991.98px) {
	.simple-cards .simple-card-block .button-link:after {
		top: 0.625rem;
	}
}

@media (max-width: 767.98px) {
	.simple-cards .simple-card-block .button-link:after {
		right: 1.1875rem;
		top: 0.5625rem;
	}
}

@media (max-width: 575.98px) {
	.simple-cards .simple-card-block .button-link:after {
		top: 0.5rem;
	}
}

.simple-cards .simple-card-block:hover em {
	opacity: 1;
}

.sec-button {
	text-align: center;
}

.latest-blog-posts-block {
	padding: 5.1875rem 0 4.375rem;
}

@media (min-width: 992px) {
	.latest-blog-posts-block {
		padding: 5rem 0 5rem;
	}
}

@media (min-width: 1400px) {
	.latest-blog-posts-block {
		padding: 10.875rem 0 8.125rem;
	}
}

.latest-blog-posts-block a {
	display: inline-block;
	width: 100%;
}

.latest-blog-posts-block a:hover .latest-blog-post-img-wrap .latest-blog-posts-block-image {
	transform: scale(1.1);
}

.latest-blog-posts-block .latest-blog-posts-block-row {
	box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 1.5625rem;
	position: relative;
	z-index: 1;
}

@media (min-width: 992px) {
	.latest-blog-posts-block .latest-blog-posts-block-row {
		margin-bottom: 2.3125rem;
	}
}

.latest-blog-posts-block .latest-blog-posts-block-image {
	height: 11.25rem;
	width: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.5s ease-in-out;
}

@media (min-width: 992px) {
	.latest-blog-posts-block .latest-blog-posts-block-image {
		height: 12.5rem;
	}
}

@media (min-width: 1400px) {
	.latest-blog-posts-block .latest-blog-posts-block-image {
		height: 15.625rem;
	}
}

.latest-blog-posts-block .latest-blog-posts-block-content {
	background: #fff;
	padding: 2.25rem 2.3125rem 1.5rem 1.5625rem;
}

@media (min-width: 992px) {
	.latest-blog-posts-block .latest-blog-posts-block-content {
		padding: 2.25rem 2.3125rem 1.5rem 2.3125rem;
	}
}

.latest-blog-posts-block .latest-blog-posts-block-content .latest-blog-post-inner .name-button {
	margin-top: 3.3125rem;
}

@media (min-width: 1400px) {
	.latest-blog-posts-block .latest-blog-posts-block-content .latest-blog-post-inner .name-button {
		margin-top: 4.8125rem;
	}
}

.latest-blog-posts-block .latest-blog-posts-block-content .latest-blog-post-inner h5:after,
.latest-blog-posts-block .latest-blog-posts-block-content .latest-blog-post-inner .h5:after {
	position: absolute;
	content: "";
	left: -2.3125rem;
	top: 0.5rem;
	background: #005eb8;
	width: 0.25rem;
	height: 2.8125rem;
}

@media (max-width: 991.98px) {
	.latest-blog-posts-block .latest-blog-posts-block-content .latest-blog-post-inner h5:after,
	.latest-blog-posts-block .latest-blog-posts-block-content .latest-blog-post-inner .h5:after {
		left: -1.5625rem;
	}
}

@media (max-width: 767.98px) {
	.latest-blog-posts-block .latest-blog-posts-block-content .latest-blog-post-inner .equalize-card-two {
		height: auto !important;
	}
}

@media (max-width: 767.98px) {
	.latest-blog-posts-block .accordion-mbl .col-12 {
		display: none;
	}

	.latest-blog-posts-block .accordion-mbl .col-12:first-child {
		display: block;
	}
}

.text-link {
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 1.5rem;
	color: #005eb8;
	font-family: "Archivo", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

.text-link:hover {
	color: #000;
}

.name-button {
	margin-top: 3.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.name-button .name span {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #5b6770;
}

.name-button .text-link a {
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 1.5rem;
	color: #005eb8;
	font-family: "Archivo", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

.name-button .text-link a:hover {
	color: #000;
}

.cta-form {
	padding: 4.5rem 0 5.25rem;
}

@media (min-width: 992px) {
	.cta-form {
		padding: 5rem 0 5rem;
	}
}

@media (min-width: 1400px) {
	.cta-form {
		padding: 8rem 0 8.75rem;
	}
}

.cta-form .cta-form-content {
	padding-left: 0;
	max-width: 48.75rem;
}

@media (min-width: 992px) {
	.cta-form .cta-form-content {
		padding-left: 3.75rem;
	}
}

@media (min-width: 1400px) {
	.cta-form .cta-form-content {
		padding-left: 8.4375rem;
	}
}

.cta-form .cta-form-content h2, .cta-form .cta-form-content .h2 {
	position: relative;
	margin-bottom: 3rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

@media (min-width: 576px) {
	.cta-form .cta-form-content h2, .cta-form .cta-form-content .h2 {
		font-size: 1.375rem;
		line-height: 1.875rem;
	}
}

@media (min-width: 1400px) {
	.cta-form .cta-form-content h2, .cta-form .cta-form-content .h2 {
		font-size: 1.75rem;
		line-height: 2.375rem;
	}
}

.cta-form .cta-form-content h2:after, .cta-form .cta-form-content .h2:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1.4375rem;
	background: #005eb8;
	width: 2.8125rem;
	height: 0.25rem;
}

@media (max-width: 991.98px) {
	.cta-form .cta-form-content h2:after, .cta-form .cta-form-content .h2:after {
		bottom: -3.125rem;
		margin-bottom: 1.9375rem;
	}
}

@media (max-width: 991.98px) {
	.cta-form .cta-form-content {
		margin-bottom: 2.3125rem;
	}
}

.cta-form .cta-form-wrap {
	max-width: 100%;
	width: 100%;
	margin-left: 0;
	padding: 2.1875rem 1.8125rem;
	background: #fff;
}

@media (min-width: 992px) {
	.cta-form .cta-form-wrap {
		padding: 2.8125rem 1.5625rem;
		margin-left: auto;
		max-width: 41.6875rem;
	}
}

.cta-form .cta-form-wrap .gform_confirmation_message {
	text-align: center;
	color: green !important;
	font-weight: 700;
}

.cta-form .cta-form-wrap .gform_wrapper form .gform_fields {
	display: flex;
	flex-wrap: wrap;
	grid-template-columns: initial;
	grid-column-gap: 0;
	grid-row-gap: initial;
}

.cta-form .cta-form-wrap .gform_wrapper form .gform_fields .gfield {
	width: 50%;
	padding: 0 0.4375rem;
	margin-bottom: 0.875rem;
	grid-column: initial !important;
}

.cta-form .cta-form-wrap .gform_wrapper form .gform_fields .gfield.full-row {
	width: 100%;
	text-align: center;
	margin-bottom: 0.625rem;
}

.cta-form .cta-form-wrap .gform_wrapper form .gform_fields .gfield.full-row textarea {
	height: 4.375rem;
	border-radius: 0;
	font-size: 1rem;
	font-weight: 400;
	padding: 0.6875rem 0.625rem 0.5rem 0.9375rem;
	border: 0.0625rem solid #b1b8c6 !important;
	background: #fff;
	color: #5b6770 !important;
	font-family: "Roboto", sans-serif;
	resize: none;
	letter-spacing: 0.025rem;
}

.cta-form .cta-form-wrap .gform_wrapper form .gform_fields .gfield.full-row textarea:focus {
	border: 0.0625rem solid #b1b8c6 !important;
}

@media (max-width: 575.98px) {
	.cta-form .cta-form-wrap .gform_wrapper form .gform_fields .gfield.full-row textarea {
		margin-bottom: 1.0625rem;
	}
}

@media (max-width: 575.98px) {
	.cta-form .cta-form-wrap .gform_wrapper form .gform_fields .gfield {
		width: 100%;
		padding: 0;
		margin-bottom: 0.8125rem;
	}
}

.cta-form .cta-form-wrap .gform_wrapper form .gform_fields .gfield input[type=text] {
	border-radius: 0;
	font-size: 1rem;
	font-weight: 400;
	padding: 0.6875rem 0.625rem 0.5rem 0.9375rem;
	border: 0.0625rem solid #b1b8c6;
	background: #fff;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.025rem;
	color: #5b6770 !important;
}

@media (max-width: 991.98px) {
	.cta-form .cta-form-wrap .gform_wrapper form .gform_fields .gfield input[type=text] {
		min-height: auto !important;
		line-height: initial !important;
	}
}

.cta-form .cta-form-wrap .gform_wrapper form .gform_fields .gfield input[type=text]:focus {
	border: 0.0625rem solid #b1b8c6 !important;
}

.cta-form .cta-form-wrap .gform_wrapper form .gform_fields .gfield input {
	font-size: 1rem;
	font-weight: 400;
	padding: 0.6875rem 0.625rem 0.5rem 0.9375rem;
	border: 0.0625rem solid #b1b8c6 !important;
	background-color: #fff;
	font-family: "Roboto", sans-serif;
	border-radius: 0;
	letter-spacing: 0.025rem;
	color: #5b6770 !important;
}

@media (max-width: 991.98px) {
	.cta-form .cta-form-wrap .gform_wrapper form .gform_fields .gfield input {
		min-height: auto !important;
		line-height: initial !important;
	}
}

.cta-form .cta-form-wrap .gform_wrapper form .gform_fields .gfield input:focus {
	border: 0.0625rem solid #b1b8c6 !important;
}

.cta-form .cta-form-wrap .gform_wrapper form .gform_fields .gfield select {
	width: 100%;
	background-color: #fff;
	border: 0.0625rem solid #b1b8c6 !important;
	font-size: 1rem !important;
	padding: 0.625rem 0.625rem 0.4375rem 0.9375rem;
	position: relative;
	background-image: url(../images/svgs/form-down-arrow.svg);
	background-repeat: no-repeat;
	background-position: 96% 50%;
	background-size: 3%;
	min-width: auto !important;
	border-radius: 0;
	font-weight: 400;
	text-transform: capitalize;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.025rem;
	color: #5b6770 !important;
	-webkit-appearance: none;
}

@media (max-width: 575.98px) {
	.cta-form .cta-form-wrap .gform_wrapper form .gform_fields .gfield select {
		background-position: 97% 50%;
	}
}

.cta-form .cta-form-wrap .gform_wrapper form .gform_fields .gfield select:focus {
	border: 0.0625rem solid #b1b8c6 !important;
}

.cta-form .cta-form-wrap .gform_wrapper form .gform_fields .gfield select option {
	color: #5b6770 !important;
}

.cta-form .cta-form-wrap .gform_wrapper form .gform_footer.top_label {
	position: relative;
	text-align: center;
	padding: 0;
	max-width: 18.125rem;
	margin: 0 auto;
}

.cta-form .cta-form-wrap .gform_wrapper form .gform_footer.top_label input[type=submit] {
	font-size: 1rem;
	font-weight: 800;
	color: #fff;
	background: #005eb8;
	border: 1px solid transparent;
	display: inline-block;
	padding: 0.8125rem 1.5625rem 0.75rem 1.5625rem;
	text-align: center;
	cursor: pointer;
	transition: 0.5s all;
	border-radius: 0;
	margin-bottom: 0;
	min-height: inherit !important;
	line-height: inherit !important;
	position: relative;
}

.cta-form .cta-form-wrap .gform_wrapper form .gform_footer.top_label input[type=submit]:hover {
	background: #182e98;
	border: 1px solid #182e98;
	color: #fff;
}

.cta-form .cta-form-wrap .gform_wrapper form .gform_footer.top_label input[type=submit]:focus {
	background: #005eb8;
	border: 1px solid #005eb8;
	color: #005eb8;
}

@media (max-width: 575.98px) {
	.cta-form .cta-form-wrap .gform_wrapper form .gform_footer.top_label input[type=submit] {
		padding: 0.8125rem 0.625rem;
		font-size: 0.875rem;
	}
}

.cta-form .cta-form-wrap .gform_wrapper form .gform_footer.top_label .gform_ajax_spinner {
	position: absolute;
	width: 1.25rem;
	height: 1.25rem;
	right: -1.25rem;
	top: 0.5rem;
}

.cta-form .cta-form-wrap .gform_wrapper form iframe {
	transform: scale(0.8);
}

@media (max-width: 575.98px) {
	.cta-form .cta-form-wrap .gform_wrapper form iframe {
		transform: scale(0.6);
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

.cta-form .cta-form-wrap .gform_wrapper .ginput_container_checkbox {
	text-align: left;
	margin: 0 0 0 0;
}

.cta-form .cta-form-wrap .gform_wrapper .ginput_container_checkbox .gfield_checkbox {
	display: block;
	margin-bottom: 0.9375rem;
	max-width: 100%;
}

.cta-form .cta-form-wrap .gform_wrapper .ginput_container_checkbox .gfield_checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none !important;
	cursor: pointer;
}

.cta-form .cta-form-wrap .gform_wrapper .ginput_container_checkbox .gfield_checkbox label {
	position: relative;
	cursor: pointer;
	color: #5b6770 !important;
	font-size: 1rem;
	padding-left: 2.1875rem;
	letter-spacing: 0.03125rem;
	max-width: 100%;
}

@media (max-width: 575.98px) {
	.cta-form .cta-form-wrap .gform_wrapper .ginput_container_checkbox .gfield_checkbox label {
		text-align: left;
	}
}

.cta-form .cta-form-wrap .gform_wrapper .ginput_container_checkbox .gfield_checkbox label a {
	color: #182e98 !important;
	display: inline-block;
	text-decoration: underline;
}

.cta-form .cta-form-wrap .gform_wrapper .ginput_container_checkbox .gfield_checkbox label a:hover {
	color: #fff;
}

.cta-form .cta-form-wrap .gform_wrapper .ginput_container_checkbox .gfield_checkbox label a:focus {
	color: #489fdf;
}

.cta-form .cta-form-wrap .gform_wrapper .gform_validation_errors {
	display: none;
}

.cta-form .cta-form-wrap .gform_wrapper .validation_message {
	background: transparent;
	border: none;
	padding: 0.3125rem 0 0 0;
	margin: 0;
	color: red !important;
}

.cta-form-wrap .gform_wrapper form .gform_fields .gfield.full-row .ginput_recaptcha > div {
	margin: 0 auto;
}

.cta-form-wrap .gfield_checkbox label:before {
	content: "";
	appearance: none;
	background-color: #fff;
	border: 0.0625rem solid #b1b8c6;
	padding: 0.5625rem;
	display: inline-block;
	position: absolute;
	left: 0;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 1rem;
}

.cta-form-wrap .gfield_checkbox input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 0.0625rem;
	left: 0.4375rem;
	width: 0.375rem;
	height: 0.875rem;
	border: solid #5b6770;
	border-width: 0 0.125rem 0.125rem 0;
	transform: rotate(45deg);
}

.cta-form-wrap form input::-webkit-input-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.cta-form-wrap form input::-moz-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.cta-form-wrap form input:-ms-input-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.cta-form-wrap form input:-moz-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.cta-form-wrap form textarea::-webkit-input-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.cta-form-wrap form textarea::-moz-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.cta-form-wrap form textarea:-ms-input-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.cta-form-wrap form textarea:-moz-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.inner-banner {
	padding: 2.5rem 0;
	margin: 0;
}

@media (min-width: 992px) {
	.inner-banner {
		padding: 5rem 0;
	}
}

@media (min-width: 1550px) {
	.inner-banner {
		padding: 9.1875rem 0 9.375rem;
	}
}

.inner-banner .breadcrumbs-breadcrumbs {
	width: 100%;
	margin-bottom: 1.5625rem;
}

@media (min-width: 768px) {
	.inner-banner .breadcrumbs-breadcrumbs {
		padding-left: 0.75rem;
	}
}

@media (min-width: 992px) {
	.inner-banner .breadcrumbs-breadcrumbs {
		margin-bottom: 2.9375rem;
		padding-left: 0.75rem;
	}
}

.inner-banner .breadcrumbs-breadcrumbs a {
	font-size: 1rem;
	font-weight: 400;
	color: #5b6770;
	font-family: "Roboto", sans-serif;
	display: inline-block;
}

.inner-banner .breadcrumbs-breadcrumbs a:hover span {
	color: #000;
}

.inner-banner .breadcrumbs-breadcrumbs > span {
	font-size: 1rem;
	font-weight: 400;
	color: #5b6770;
	font-family: "Roboto", sans-serif;
	display: inline-block;
	margin-right: 1.5625rem;
	position: relative;
}

@media (min-width: 768px) {
	.inner-banner .breadcrumbs-breadcrumbs > span {
		margin-right: 2.875rem;
	}
}

.inner-banner .breadcrumbs-breadcrumbs > span:after {
	position: absolute;
	content: "";
	right: -0.9375rem;
	top: 0.375rem;
	background: transparent;
	font-size: 0;
	transform: rotate(45deg);
	border: solid #005eb8;
	border-width: 0.125rem 0.125rem 0 0;
	display: inline-block;
	padding: 0.15625rem;
	vertical-align: middle;
	transition: 0.5s all ease;
	cursor: pointer;
}

@media (min-width: 768px) {
	.inner-banner .breadcrumbs-breadcrumbs > span:after {
		right: -1.5625rem;
	}
}

.inner-banner .breadcrumbs-breadcrumbs > span a {
	color: #a2aaad !important;
}

.inner-banner .breadcrumbs-breadcrumbs > span a span {
	color: #5b6770 !important;
}

.inner-banner .breadcrumbs-breadcrumbs > span .current-item {
	color: #000;
}

.inner-banner .breadcrumbs-breadcrumbs > span:last-child {
	margin-right: 0;
}

.inner-banner .breadcrumbs-breadcrumbs > span:last-child:after {
	display: none;
}

.inner-banner.white-text .breadcrumbs-breadcrumbs span a {
	color: #a2aaad !important;
}

.inner-banner.white-text .breadcrumbs-breadcrumbs span a span {
	color: #a2aaad !important;
}

.inner-banner .inner-banner-img {
	width: 100%;
}

.inner-banner .inner-banner-img img {
	width: 100%;
}

@media (min-width: 992px) {
	.inner-banner .inner-banner-img {
		width: 42%;
	}
}

.inner-banner .inner-banner-content {
	width: 100%;
	padding-left: 0;
}

.inner-banner .inner-banner-content .banner-pattern-img img {
	box-shadow: none;
}

@media (max-width: 767.98px) {
	.inner-banner .inner-banner-content {
		flex-wrap: wrap;
	}
}

.inner-banner .inner-banner-inner {
	max-width: 50.3125rem;
	width: 100%;
	margin-left: 5.0625rem;
}

@media (max-width: 991.98px) {
	.inner-banner .inner-banner-inner {
		margin-left: 3.125rem;
	}
}

@media (max-width: 767.98px) {
	.inner-banner .inner-banner-inner {
		max-width: 100%;
		margin-left: 0;
	}
}

.inner-banner .inner-banner-inner h1, .inner-banner .inner-banner-inner .h1 {
	text-transform: uppercase;
	margin-bottom: 1.5625rem;
}

@media (max-width: 767.98px) {
	.inner-banner .inner-banner-inner h1, .inner-banner .inner-banner-inner .h1 {
		margin-bottom: 0.625rem;
	}
}

.inner-banner .inner-banner-inner p {
	margin-bottom: 1.875rem;
}

.inner-banner .inner-banner-inner .button-primary-endeavour {
	padding: 0.75rem 1.4375rem 0.625rem 1.625rem;
}

@media (max-width: 575.98px) {
	.inner-banner .inner-banner-inner .button-primary-endeavour {
		padding: 0.75rem 0.625rem 0.625rem;
		font-size: 0.875rem;
	}
}

.inner-banner .banner-pattern-img {
	position: relative;
	top: 0;
	left: 0;
}

@media (max-width: 767.98px) {
	.inner-banner .banner-pattern-img {
		margin-bottom: 1.25rem;
	}
}

.inner-banner.image-with-pattern .inner-banner-img {
	padding-right: 0;
	margin-bottom: 3.75rem;
}

@media (min-width: 992px) {
	.inner-banner.image-with-pattern .inner-banner-img {
		padding-right: 1.875rem;
		margin-bottom: 0;
	}
}

.inner-banner.image-with-pattern .inner-banner-img img {
	height: 100%;
	width: 100%;
}

@media (min-width: 992px) {
	.inner-banner.image-with-pattern .inner-banner-img img {
		object-fit: cover;
	}
}

@media (min-width: 1400px) {
	.inner-banner.image-with-pattern .inner-banner-img img {
		object-fit: cover;
	}
}

@media (max-width: 991.98px) {
	.inner-banner.image-with-pattern .breadcrumbs-breadcrumbs {
		padding-left: 0.9375rem;
	}
}

.inner-banner.image-with-pattern .inner-banner-content {
	width: 100%;
	display: inline-block !important;
}

@media (min-width: 992px) {
	.inner-banner.image-with-pattern .inner-banner-content {
		width: 58%;
	}
}

.inner-banner.image-with-pattern .inner-banner-content.gallery-box .inner-banner-inner {
	background: #ededed;
}

.inner-banner.image-with-pattern .inner-banner-content.gallery-box .inner-banner-inner.inner-banner-inner {
	padding-bottom: 1.875rem;
}

@media (min-width: 992px) {
	.inner-banner.image-with-pattern .inner-banner-content.gallery-box .inner-banner-inner.inner-banner-inner {
		padding-bottom: 2.5rem;
	}
}

@media (min-width: 1400px) {
	.inner-banner.image-with-pattern .inner-banner-content.gallery-box .inner-banner-inner.inner-banner-inner {
		padding-bottom: 3.75rem;
	}
}

@media (min-width: 1550px) {
	.inner-banner.image-with-pattern .inner-banner-content.gallery-box .inner-banner-inner.inner-banner-inner {
		padding-bottom: 4.3125rem;
	}
}

.inner-banner.image-with-pattern .inner-banner-wrap {
	align-items: flex-end;
}

.inner-banner.image-with-pattern .inner-banner-wrap .inner-banner-content .banner-pattern-img {
	position: absolute;
	top: -1.625rem;
	left: 1.25rem;
	z-index: 1;
}

@media (min-width: 992px) {
	.inner-banner.image-with-pattern .inner-banner-wrap .inner-banner-content .banner-pattern-img {
		left: 2.5rem;
	}
}

@media (min-width: 1400px) {
	.inner-banner.image-with-pattern .inner-banner-wrap .inner-banner-content .banner-pattern-img {
		left: 1.625rem;
	}
}

.inner-banner.image-with-pattern .inner-banner-wrap .inner-banner-content .inner-banner-inner {
	max-width: initial;
	width: 100%;
	margin-left: 0;
	position: relative;
	bottom: 0;
	padding: 3.75rem 1.25rem 0;
}

@media (min-width: 992px) {
	.inner-banner.image-with-pattern .inner-banner-wrap .inner-banner-content .inner-banner-inner {
		padding: 3.75rem 2.5rem 0;
	}
}

@media (min-width: 1400px) {
	.inner-banner.image-with-pattern .inner-banner-wrap .inner-banner-content .inner-banner-inner {
		padding: 5.5rem 3.75rem 0;
	}
}

@media (min-width: 1550px) {
	.inner-banner.image-with-pattern .inner-banner-wrap .inner-banner-content .inner-banner-inner {
		padding: 5.5rem 8.6875rem 0;
	}
}

.page-id-2815 .inner-banner {
	padding-bottom: 1.875rem;
}

@media (max-width: 991.98px) {
	.page-id-2815 .inner-banner {
		padding-bottom: 1.875rem;
	}
}

#inner-banner-block_6217a74a2d3ec\ .image-with-pattern .inner-banner-img img {
	height: auto;
	object-fit: initial;
}

.general-content-block {
	padding: 5rem 0;
}

@media (min-width: 992px) {
	.general-content-block {
		padding: 6.25rem 0;
	}
}

@media (min-width: 1550px) {
	.general-content-block {
		padding: 7.5rem 0;
	}
}

@media (min-width: 992px) {
	.general-content-block .general-content-main {
		padding: 0 3.125rem 0 15.9375rem;
	}
}

@media (min-width: 1550px) {
	.general-content-block .general-content-main {
		padding: 0 6.25rem 0 23.4375rem;
	}
}

.general-content-block .general-content-block-wrap {
	padding-left: 1.25rem;
	width: 100%;
	margin: 0 auto;
}

.general-content-block .general-content-block-wrap .sec-button {
	margin-top: 1.875rem;
}

@media (min-width: 992px) {
	.general-content-block .general-content-block-wrap {
		padding-left: 2.1875rem;
	}
}

.general-content-block .general-content-block-wrap h2, .general-content-block .general-content-block-wrap .h2 {
	position: relative;
	display: inline-block;
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-bottom: 1.6875rem;
}

@media (min-width: 768px) {
	.general-content-block .general-content-block-wrap h2, .general-content-block .general-content-block-wrap .h2 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media (min-width: 1400px) {
	.general-content-block .general-content-block-wrap h2, .general-content-block .general-content-block-wrap .h2 {
		font-size: 1.75rem;
		line-height: 2.375rem;
	}
}

.general-content-block .general-content-block-wrap h2:after, .general-content-block .general-content-block-wrap .h2:after {
	position: absolute;
	content: "";
	left: -1.25rem;
	top: 0;
	background: #005eb8;
	width: 0.25rem;
	height: 100%;
}

@media (min-width: 992px) {
	.general-content-block .general-content-block-wrap h2:after, .general-content-block .general-content-block-wrap .h2:after {
		left: -2.1875rem;
	}
}

@media (min-width: 1400px) {
	.general-content-block .general-content-block-wrap h2:after, .general-content-block .general-content-block-wrap .h2:after {
		top: -0.4375rem;
		height: 140%;
	}
}

@media (min-width: 1400px) {
	.general-content-block .general-content-block-wrap p {
		margin-bottom: 1.875rem;
	}
}

.general-content-block .general-content-block-wrap p:last-child {
	margin-bottom: 0;
}

@media (max-width: 575.98px) {
	.general-content-block .general-content-block-wrap ul li {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}

.general-content-block .iubenda_fluid_policy ul li:after {
	display: none !important;
}

#general-content-block_6210f1b557027\  {
	padding: 2.5rem 0 1.25rem;
}

@media (min-width: 992px) {
	#general-content-block_6210f1b557027\  {
		padding: 5rem 0 1.25rem;
	}
}

@media (min-width: 1550px) {
	#general-content-block_6210f1b557027\  {
		padding: 10.625rem 0 0;
	}
}

.iubenda_fluid_policy ul li:after {
	display: none !important;
}

.columns {
	padding: 2.5rem 0.9375rem 2.5rem 0.9375rem;
}

@media (min-width: 992px) {
	.columns {
		padding: 3.75rem 3.125rem 0 3.125rem;
	}
}

@media (min-width: 1550px) {
	.columns {
		padding: 6.875rem 0.9375rem 4.5625rem 0.9375rem;
	}
}

.columns .columns-heading {
	width: 100%;
	margin-bottom: 1.875rem;
}

.columns .columns-heading h2, .columns .columns-heading .h2 {
	font-weight: 300;
	text-transform: uppercase;
	max-width: 35rem;
	width: 100%;
}

@media (min-width: 1550px) {
	.columns .columns-heading {
		padding-left: 0;
		max-width: 46.875rem;
		margin-bottom: 5.9375rem;
	}
}

.columns .columns-wrap {
	width: 100%;
}

@media (min-width: 1550px) {
	.columns .columns-wrap {
		padding-left: 0;
		max-width: 93.875rem;
	}
}

@media (max-width: 991.98px) {
	.columns .columns-wrap .col-12:last-child .columns-row {
		margin-bottom: 0;
	}
}

.columns .columns-row {
	max-width: 32.5rem;
	margin-bottom: 4.0625rem;
	width: 100%;
}

.columns .columns-row p {
	font-size: 1.125rem;
	line-height: 1.625rem;
}

@media (max-width: 575.98px) {
	.columns .columns-row p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

.columns .columns-row h3, .columns .columns-row .h3 {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

@media (max-width: 991.98px) {
	.columns .columns-row {
		max-width: 100%;
		margin-bottom: 1.875rem;
	}

	.columns .columns-row h3, .columns .columns-row .h3 {
		margin-bottom: 0.625rem;
	}
}

@media (max-width: 575.98px) {
	.columns .columns-row ul li {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}

@media (max-width: 575.98px) {
	.columns .container {
		padding: 0;
	}
}

@media (max-width: 575.98px) {
	.columns .block-bg-image {
		background-image: none !important;
	}
}

.columns .bg-overlay {
	opacity: 0.85;
}

@media (max-width: 575.98px) {
	.columns .bg-overlay {
		opacity: 1;
	}
}

.team-members {
	padding: 2.5rem 0 2.5rem;
}

@media (min-width: 992px) {
	.team-members {
		padding: 3.75rem 0;
	}
}

@media (min-width: 1550px) {
	.team-members {
		padding: 4.6875rem 0 9.375rem;
	}
}

.team-members .sec-button {
	margin-top: 2.125rem;
}

.team-members .team-member-slider {
	max-width: 92.5rem;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.team-members .team-member-slider {
		padding: 0 2.1875rem;
	}
}

@media (max-width: 1399.98px) {
	.team-members .team-member-slider {
		margin: 0 3.125rem;
	}
}

@media (max-width: 767.98px) {
	.team-members .team-member-slider {
		max-width: 100%;
		margin: 0;
	}
}

.team-members .team-member-slider .item img {
	width: 100%;
	margin-bottom: 1.5625rem;
}

.team-members .team-member-slider .slick-slide {
	padding: 0;
	margin: 0 0.1875rem;
}

@media (min-width: 768px) {
	.team-members .team-member-slider .slick-slide {
		padding: 0 0.9375rem;
		margin: 0;
	}
}

@media (min-width: 1550px) {
	.team-members .team-member-slider .slick-slide {
		padding: 0 3.3125rem;
	}
}

.team-members .team-member-slider .slick-prev {
	z-index: 9;
	top: 27%;
	left: -2.8125rem;
	transform: translateY(0);
}

@media (min-width: 768px) {
	.team-members .team-member-slider .slick-prev {
		top: 22%;
	}
}

@media (min-width: 1400px) {
	.team-members .team-member-slider .slick-prev {
		left: -1.875rem;
		top: 25%;
	}
}

@media (min-width: 1550px) {
	.team-members .team-member-slider .slick-prev {
		left: -1rem;
	}
}

.team-members .team-member-slider .slick-next {
	z-index: 9;
	top: 27%;
	right: -2.8125rem;
	transform: translateY(0);
}

@media (min-width: 768px) {
	.team-members .team-member-slider .slick-next {
		top: 22%;
	}
}

@media (min-width: 1400px) {
	.team-members .team-member-slider .slick-next {
		right: -1.875rem;
		top: 25%;
	}
}

@media (min-width: 1550px) {
	.team-members .team-member-slider .slick-next {
		right: -1rem;
	}
}

.team-members .team-members-text span {
	display: inline-block;
	font-size: 1.125rem;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-bottom: 0.4375rem;
}

.team-members .team-members-text p {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.375rem;
	color: #5b6770;
	font-weight: 400;
}

.general-content-block .team-members-wrap .item {
	padding: 0 0;
}

.general-content-block .team-members-wrap .item img {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.general-content-block .team-members-wrap .item figure {
	width: 100%;
	height: 18.75rem;
	padding: 0 2.1875rem;
}

@media (max-width: 1549.98px) {
	.general-content-block .team-members-wrap .item figure {
		padding: 0 0.9375rem;
	}
}

.general-content-block .team-members-wrap .team-members-text {
	margin-top: 1.25rem;
	padding: 0 2.1875rem;
	text-align: center;
}

@media (max-width: 1549.98px) {
	.general-content-block .team-members-wrap .team-members-text {
		padding: 0 0.9375rem;
	}
}

.general-content-block .team-members-wrap .sec-button {
	margin-top: 2.5rem;
}

@media (max-width: 1199.98px) {
	.general-content-block .team-members-wrap .slick-next {
		right: -1.5625rem;
		width: 2.1875rem;
		height: 2.1875rem;
	}
}

@media (max-width: 1199.98px) {
	.general-content-block .team-members-wrap .slick-next:before {
		right: 0.875rem;
		top: 0.875rem;
	}
}

@media (max-width: 1199.98px) {
	.general-content-block .team-members-wrap .slick-prev {
		left: -1.5625rem;
		width: 2.1875rem;
		height: 2.1875rem;
	}
}

@media (max-width: 1199.98px) {
	.general-content-block .team-members-wrap .slick-prev:before {
		right: 0.875rem;
		top: 0.875rem;
	}
}

.featured-resource {
	padding: 5rem 0;
}

@media (min-width: 1550px) {
	.featured-resource {
		padding: 7.8125rem 0;
	}
}

.featured-resource .featured-resource-img {
	width: 100%;
	margin-bottom: 1.875rem;
}

.featured-resource .featured-resource-img img {
	width: 100%;
	height: auto;
}

@media (min-width: 992px) {
	.featured-resource .featured-resource-img {
		width: 24%;
		margin-bottom: 0;
	}
}

@media (max-width: 991.98px) {
	.featured-resource .featured-resource-img {
		width: auto;
	}
}

@media (max-width: 991.98px) {
	.featured-resource .featured-resource-wrap {
		flex-wrap: wrap;
	}
}

.featured-resource .featured-resource-text {
	width: 100%;
	max-width: 58.125rem;
	margin-left: 0;
}

@media (min-width: 992px) {
	.featured-resource .featured-resource-text {
		margin-left: 3.75rem;
		width: 75%;
	}
}

@media (min-width: 1200px) {
	.featured-resource .featured-resource-text {
		margin-left: 10.25rem;
	}
}

.featured-resource .featured-resource-text h2, .featured-resource .featured-resource-text .h2 {
	margin-bottom: 3.125rem;
	font-family: "Archivo", sans-serif;
	font-weight: 300;
	position: relative;
}

.featured-resource .featured-resource-text h2:after, .featured-resource .featured-resource-text .h2:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1.625rem;
	background: #005eb8;
	width: 2.8125rem;
	height: 0.25rem;
}

.featured-resource .featured-resource-text a {
	margin-top: 0.625rem;
}

.latest-brochures {
	padding: 2.5rem 0;
}

@media (min-width: 992px) {
	.latest-brochures {
		padding: 5rem 0;
	}
}

@media (min-width: 1400px) {
	.latest-brochures {
		padding: 7.8125rem 0;
	}
}

.latest-brochures .heading {
	margin-bottom: 1.5625rem;
}

@media (min-width: 1400px) {
	.latest-brochures .heading {
		margin-bottom: 2.875rem;
	}
}

.latest-brochures .latest-brochure-slider {
	margin: 0;
}

@media (min-width: 768px) {
	.latest-brochures .latest-brochure-slider {
		margin: 0 3.125rem;
	}
}

.latest-brochures .latest-brochure-slider .slick-slide {
	padding: 0 0;
}

@media (min-width: 768px) {
	.latest-brochures .latest-brochure-slider .slick-slide {
		padding: 0 0.9375rem;
	}
}

.latest-brochures .latest-brochure-slider .slick-prev {
	left: -3.125rem;
	top: 55%;
	transform: translateY(-50%);
}

@media (min-width: 1550px) {
	.latest-brochures .latest-brochure-slider .slick-prev {
		left: -8.125rem;
		top: 16.25rem;
	}
}

.latest-brochures .latest-brochure-slider .slick-next {
	right: -3.125rem;
	top: 55%;
	transform: translateY(-50%);
}

@media (min-width: 1550px) {
	.latest-brochures .latest-brochure-slider .slick-next {
		right: -8.125rem;
		top: 16.25rem;
	}
}

.latest-brochures .latest-brochure-warp {
	max-width: 84.625rem;
	width: 100%;
}

.latest-brochures a {
	display: inline-block;
	width: 100%;
}

.latest-brochures a .item {
	padding-top: 2.1875rem;
}

@media (max-width: 575.98px) {
	.latest-brochures a .item {
		padding-left: 0.125rem;
		padding-right: 0.125rem;
	}
}

.latest-brochures a .item .inner-item {
	padding: 0 0 3.625rem;
	position: relative;
}

@media (max-width: 767.98px) {
	.latest-brochures a .item .inner-item {
		max-width: 100%;
		margin: 0 auto;
		margin-left: 0.1875rem;
		margin-right: 0.1875rem;
	}

	.latest-brochures a .item .inner-item .equalize-brochurer-slider {
		height: auto !important;
	}
}

.latest-brochures a .item .inner-item img {
	margin-bottom: 1.6875rem;
	width: 100%;
	height: auto;
	margin-top: -2.1875rem;
	padding-bottom: 0;
	border: 0.0625rem solid #a2aaad;
}

.latest-brochures a .item .inner-item .button-link {
	position: relative;
	bottom: -0.3125rem;
	left: 0;
}

.latest-brochures a .item .inner-item .button-link:before {
	right: auto;
	left: 0;
}

.latest-brochures a .item .inner-item .button-link em {
	color: #005eb8;
	padding-right: 0;
	padding-left: 30px;
}

@media (max-width: 767.98px) {
	.latest-brochures a .item .inner-item .button-link em {
		top: 0.1875rem;
	}
}

.latest-brochures a .item .inner-item .button-link:after {
	background: #005eb8;
}

@media (min-width: 576px) {
	.latest-brochures a .item .inner-item {
		padding: 0 0 3.625rem;
	}
}

@media (min-width: 1400px) {
	.latest-brochures a .item .inner-item {
		padding: 0 1.875rem 3.625rem 1.875rem;
	}
}

.latest-brochures a:hover .button-link em {
	opacity: 1;
}

.latest-brochures .sec-button {
	margin-top: 0.9375rem;
}

@media (min-width: 768px) {
	.latest-brochures .sec-button {
		margin-top: 3.75rem;
	}
}

.latest-white-papers {
	padding: 2.5rem 0;
}

@media (min-width: 992px) {
	.latest-white-papers {
		padding: 5rem 0;
	}
}

@media (min-width: 1400px) {
	.latest-white-papers {
		padding: 7.8125rem 0;
	}
}

.latest-white-papers .heading {
	margin-bottom: 1.5625rem;
}

@media (min-width: 1400px) {
	.latest-white-papers .heading {
		margin-bottom: 2.875rem;
	}
}

.latest-white-papers .latest-white-papers-slider {
	margin: 0;
}

@media (min-width: 768px) {
	.latest-white-papers .latest-white-papers-slider {
		margin: 0 3.125rem;
	}
}

.latest-white-papers .latest-white-papers-slider .slick-slide {
	padding: 0 0;
}

@media (min-width: 768px) {
	.latest-white-papers .latest-white-papers-slider .slick-slide {
		padding: 0 0.9375rem;
	}
}

.latest-white-papers .latest-white-papers-slider .slick-prev {
	left: -3.125rem;
	top: 55%;
	transform: translateY(-50%);
}

@media (min-width: 1550px) {
	.latest-white-papers .latest-white-papers-slider .slick-prev {
		left: -8.125rem;
		top: 16.25rem;
	}
}

.latest-white-papers .latest-white-papers-slider .slick-next {
	right: -3.125rem;
	top: 55%;
	transform: translateY(-50%);
}

@media (min-width: 1550px) {
	.latest-white-papers .latest-white-papers-slider .slick-next {
		right: -8.125rem;
		top: 16.25rem;
	}
}

.latest-white-papers .latest-brochure-warp {
	max-width: 84.625rem;
	width: 100%;
}

.latest-white-papers a {
	display: inline-block;
	width: 100%;
}

.latest-white-papers a .item {
	padding-top: 2.1875rem;
}

@media (max-width: 575.98px) {
	.latest-white-papers a .item {
		padding-left: 0.125rem;
		padding-right: 0.125rem;
	}
}

.latest-white-papers a .item .inner-item {
	padding: 0 0 3.625rem;
	position: relative;
}

@media (max-width: 767.98px) {
	.latest-white-papers a .item .inner-item {
		max-width: 100%;
		margin: 0 auto;
		margin-left: 0.1875rem;
		margin-right: 0.1875rem;
	}

	.latest-white-papers a .item .inner-item .equalize-brochurer-slider {
		height: auto !important;
	}
}

.latest-white-papers a .item .inner-item img {
	width: 100%;
	height: auto;
	margin-bottom: 1.6875rem;
	margin-top: -2.1875rem;
	padding-bottom: 0;
	border: 0.0625rem solid #a2aaad;
}

.latest-white-papers a .item .inner-item .button-link {
	position: relative;
	bottom: -0.3125rem;
	left: 0;
}

.latest-white-papers a .item .inner-item .button-link:before {
	right: auto;
	left: 0;
}

.latest-white-papers a .item .inner-item .button-link em {
	color: #005eb8;
	padding-right: 0;
	padding-left: 30px;
}

@media (max-width: 767.98px) {
	.latest-white-papers a .item .inner-item .button-link em {
		top: 0.1875rem;
	}
}

.latest-white-papers a .item .inner-item .button-link:after {
	background: #005eb8;
}

@media (min-width: 576px) {
	.latest-white-papers a .item .inner-item {
		padding: 0 0 3.625rem;
	}
}

@media (min-width: 1400px) {
	.latest-white-papers a .item .inner-item {
		padding: 0 1.875rem 3.625rem 1.875rem;
	}
}

.latest-white-papers a:hover .button-link em {
	opacity: 1;
}

.latest-white-papers .sec-button {
	margin-top: 0.9375rem;
}

@media (min-width: 768px) {
	.latest-white-papers .sec-button {
		margin-top: 3.75rem;
	}
}

@media (max-width: 767.98px) {
	.equalize-brochure-slider h5, .equalize-brochure-slider .h5 {
		height: auto !important;
	}
}

.featured-video {
	padding: 2.5rem 0;
}

@media (min-width: 992px) {
	.featured-video {
		padding: 5rem 0;
	}
}

@media (min-width: 1400px) {
	.featured-video {
		padding: 6.5625rem 0;
	}
}

.featured-video .featured-video-image {
	width: 50%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media (max-width: 767.98px) {
	.featured-video .featured-video-image {
		width: 100%;
		height: 15.625rem;
	}
}

.featured-video .featured-video-content {
	width: 50%;
	background: #1d252d;
	padding: 2.5rem 1.25rem;
}

@media (min-width: 576px) {
	.featured-video .featured-video-content {
		padding: 2.5rem 2.5rem;
	}
}

@media (min-width: 1400px) {
	.featured-video .featured-video-content {
		padding: 3.75rem 5rem 3.75rem 5rem;
	}
}

@media (min-width: 1550px) {
	.featured-video .featured-video-content {
		padding: 6.0625rem 6.25rem 5.8125rem 10.625rem;
	}
}

@media (max-width: 767.98px) {
	.featured-video .featured-video-content {
		width: 100%;
	}
}

.featured-video .featured-video-content label p {
	font-family: "Archivo", sans-serif;
	font-weight: 900;
	font-size: 0.9375rem;
	line-height: 1.375rem;
	letter-spacing: 0;
	margin-bottom: 1.1875rem;
	text-transform: uppercase;
}

.featured-video .featured-video-content h3, .featured-video .featured-video-content .h3 {
	text-transform: uppercase;
	margin-bottom: 0.8125rem;
}

.featured-video .featured-video-content a {
	margin-top: 0.625rem;
	display: inline-block;
}

.featured-video .featured-video-content p:first-child {
	font-weight: 900;
	font-size: 15px;
	line-height: 22px;
}

.latest-videos {
	padding: 2.5rem 0;
}

@media (min-width: 992px) {
	.latest-videos {
		padding: 5rem 0 5rem;
	}
}

@media (min-width: 1550px) {
	.latest-videos {
		padding: 9.625rem 0;
	}
}

.latest-videos .heading {
	margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
	.latest-videos .heading {
		margin-bottom: 2.1875rem;
	}
}

.latest-videos .latest-videos-row {
	background: #fff;
	margin-bottom: 0.9375rem;
	padding: 2.5rem 1.875rem 1.25rem 2.3125rem;
}

@media (min-width: 768px) {
	.latest-videos .latest-videos-row {
		margin-bottom: 1.9375rem;
	}
}

.latest-videos .latest-videos-row .equalize-blog-card h6, .latest-videos .latest-videos-row .equalize-blog-card .h6 {
	text-transform: uppercase;
	color: #5b6770;
	margin-bottom: 1.375rem;
}

.latest-videos .latest-videos-row .equalize-blog-card h5, .latest-videos .latest-videos-row .equalize-blog-card .h5 {
	position: relative;
}

.latest-videos .latest-videos-row .equalize-blog-card h5:after, .latest-videos .latest-videos-row .equalize-blog-card .h5:after {
	position: absolute;
	content: "";
	left: -2.3125rem;
	top: 0.4375rem;
	background: #005eb8;
	width: 0.25rem;
	height: 2.8125rem;
}

@media (max-width: 991.98px) {
	.latest-videos .latest-videos-row .name-button {
		margin-top: 1.25rem;
	}
}

@media (max-width: 767.98px) {
	.latest-videos .col-12 {
		display: none;
	}

	.latest-videos .col-12:first-child {
		display: block;
	}
}

.latest-newsletters {
	padding: 2.5rem 0;
}

@media (min-width: 992px) {
	.latest-newsletters {
		padding: 5rem 0 5rem;
	}
}

@media (min-width: 1550px) {
	.latest-newsletters {
		padding: 9.5625rem 0 10.9375rem;
	}
}

.latest-newsletters .heading {
	margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
	.latest-newsletters .heading {
		margin-bottom: 2.1875rem;
	}
}

.latest-newsletters .latest-news-row {
	background: #fff;
	margin-bottom: 0.9375rem;
	padding: 2.375rem 2.0625rem 1.25rem 2.125rem;
	border: 0.0625rem solid #a2aaad;
}

@media (min-width: 768px) {
	.latest-newsletters .latest-news-row {
		margin-bottom: 1.9375rem;
	}
}

.latest-newsletters .latest-news-row .name-button {
	margin-top: 5.125rem;
}

@media (max-width: 991.98px) {
	.latest-newsletters .latest-news-row .name-button {
		margin-top: 1.25rem;
	}
}

.latest-newsletters .latest-news-row .equalize-news-card h6, .latest-newsletters .latest-news-row .equalize-news-card .h6 {
	text-transform: uppercase;
	color: #5b6770;
	margin-bottom: 1.375rem;
}

.latest-newsletters .latest-news-row .equalize-news-card h5, .latest-newsletters .latest-news-row .equalize-news-card .h5 {
	position: relative;
}

.latest-newsletters .latest-news-row .equalize-news-card h5:after, .latest-newsletters .latest-news-row .equalize-news-card .h5:after {
	position: absolute;
	content: "";
	left: -2.125rem;
	top: 0.4375rem;
	background: #005eb8;
	width: 0.25rem;
	height: 2.8125rem;
}

@media (max-width: 767.98px) {
	.latest-newsletters .latest-news-row .equalize-news-card {
		height: auto !important;
	}
}

@media (max-width: 767.98px) {
	.latest-newsletters .col-12 {
		display: none;
	}

	.latest-newsletters .col-12:first-child {
		display: block;
	}
}

.upcoming-events {
	padding: 1.25rem 0;
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.upcoming-events {
		padding: 3.125rem 0;
	}
}

@media (min-width: 1550px) {
	.upcoming-events {
		padding: 3.125rem 0 6.6875rem;
	}
}

.upcoming-events .upcoming-events-wrap {
	max-width: 69.375rem;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

@media (max-width: 991.98px) {
	.upcoming-events .upcoming-events-wrap {
		margin: 0;
	}
}

.upcoming-events .item {
	background: #fff;
	width: calc(50% - 30px);
	margin: 0 0.9375rem 1.875rem;
}

@media (max-width: 991.98px) {
	.upcoming-events .item {
		width: 100%;
		margin: 0 0 1.875rem;
	}
}

@media (max-width: 767.98px) {
	.upcoming-events .item {
		height: auto !important;
	}
}

.upcoming-events .item .upcoming-events-logo ul {
	display: flex;
	border-bottom: 0.0625rem solid #a2aaad;
}

.upcoming-events .item .upcoming-events-logo ul li {
	width: 50%;
	padding: 0;
	height: 5.8125rem;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	line-height: inherit;
	margin-bottom: 0;
	overflow: hidden;
}

@media (max-width: 575.98px) {
	.upcoming-events .item .upcoming-events-logo ul li {
		padding: 0 0.625rem;
	}
}

.upcoming-events .item .upcoming-events-logo ul li:after {
	display: none;
}

.upcoming-events .item .upcoming-events-logo ul li figure {
	width: 100%;
	height: 100%;
}

.upcoming-events .item .upcoming-events-logo ul li figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
	max-width: 100%;
}

@media (max-width: 575.98px) {
	.upcoming-events .item .upcoming-events-logo ul li figure img {
		object-fit: contain;
	}
}

.upcoming-events .item .upcoming-events-logo ul li:first-child {
	text-transform: uppercase;
	background: #182e98;
	padding: 1.5625rem 2.625rem;
	color: #fff;
	font-family: "Archivo", sans-serif;
	font-weight: 800;
	font-size: 0.9375rem;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-align: left;
}

@media (max-width: 767.98px) {
	.upcoming-events .item .upcoming-events-logo ul li:first-child {
		font-size: 1.125rem;
		padding: 1.5625rem 1.25rem;
	}
}

.upcoming-events .item .upcoming-events-logo ul li span.date {
	display: block;
	text-align: left;
	width: 100%;
}

.upcoming-events .item .upcoming-event-text {
	padding: 1.875rem 1.25rem 1.375rem;
}

@media (min-width: 1400px) {
	.upcoming-events .item .upcoming-event-text {
		padding: 2.5625rem 1.8125rem 0 2.8125rem;
	}
}

@media (max-width: 767.98px) {
	.upcoming-events .item .upcoming-event-text .equalize-event-card {
		height: auto !important;
	}
}

.upcoming-events .item .upcoming-event-text h3, .upcoming-events .item .upcoming-event-text .h3 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-bottom: 0.625rem;
	font-family: "Roboto", sans-serif;
	font-weight: 900;
}

@media (max-width: 767.98px) {
	.upcoming-events .item .upcoming-event-text h3, .upcoming-events .item .upcoming-event-text .h3 {
		line-height: 1.3;
	}
}

.upcoming-events .item .upcoming-event-text p {
	font-size: 1.125rem;
	margin-bottom: 0;
	line-height: 1.55;
}

@media (max-width: 575.98px) {
	.upcoming-events .item .upcoming-event-text p {
		font-size: 1rem;
	}
}

.upcoming-events .item .upcoming-event-text date {
	font-size: 1.125rem;
	line-height: 1.625rem;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #5b6770;
}

.upcoming-events .item a, .upcoming-events .item .equalize-event-link {
	display: inline-block;
	font-family: "Archivo", sans-serif;
	font-weight: 800;
	font-size: 0.9375rem;
	text-transform: uppercase;
	color: #005eb8;
	text-align: right;
	width: 100%;
	margin-top: 1.25rem;
}

@media (min-width: 1400px) {
	.upcoming-events .item a, .upcoming-events .item .equalize-event-link {
		margin-top: 1.5625rem;
	}
}

.upcoming-events .item a:hover, .upcoming-events .item .equalize-event-link:hover {
	color: #000;
}

.page-id-2815 .search-filter-wrap form ul li ul li input[type=text] {
	background-image: url(../images/svgs/down-arrow-black.svg);
}

.search-filter-wrap {
	padding: 1.5625rem 0.9375rem;
}

@media (min-width: 1400px) {
	.search-filter-wrap {
		padding: 2.3125rem 0.9375rem;
	}
}

.search-filter-wrap form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 103.75rem;
	margin: 0 auto;
}

@media (max-width: 991.98px) {
	.search-filter-wrap form ul {
		max-width: 45rem;
	}
}

.search-filter-wrap form ul li {
	width: 33.33%;
	padding: 0 0.9375rem;
	margin-bottom: 0;
	line-height: inherit;
}

.search-filter-wrap form ul li:after {
	display: none;
}

@media (max-width: 991.98px) {
	.search-filter-wrap form ul li {
		width: 100%;
		margin-bottom: 0.9375rem;
	}

	.search-filter-wrap form ul li:last-child {
		margin-bottom: 0;
	}
}

.search-filter-wrap form ul li input {
	width: 100%;
	padding: 0.75rem 0.75rem;
	font-size: 1.125rem;
	font-weight: 700;
	color: #1d252d;
	border: 0.0625rem solid #a2aaad !important;
	letter-spacing: 0.2px;
	border-radius: 0;
}

@media (min-width: 1400px) {
	.search-filter-wrap form ul li input {
		padding: 0.75rem 1.625rem;
	}
}

.search-filter-wrap form ul li input[type=text] {
	position: relative;
	background-image: url(../images/svgs/icon-search.svg);
	background-repeat: no-repeat;
	background-position: 96.6% 50%;
	letter-spacing: 0.2px;
	border-radius: 0;
}

@media (max-width: 575.98px) {
	.search-filter-wrap form ul li input[type=text] {
		background-position: 96.6% 50%;
	}
}

.search-filter-wrap form ul li select {
	position: relative;
	background-image: url(../images/svgs/down-arrow-black.svg);
	background-repeat: no-repeat;
	background-position: 96% 50%;
	width: 100%;
	padding: 0.75rem;
	font-size: 1.125rem;
	font-weight: 700;
	background-color: #fff;
	color: #1d252d;
	border: 0.0625rem solid #a2aaad !important;
	letter-spacing: 0.2px;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
}

@media (min-width: 1400px) {
	.search-filter-wrap form ul li select {
		padding: 0.75rem 1.625rem;
	}
}

@media (max-width: 575.98px) {
	.search-filter-wrap form ul li select {
		background-position: 96.6% 50%;
	}
}

.search-filter-wrap form ul li label {
	width: 100%;
}

.search-filter-wrap form ul li ul li {
	padding: 0;
	width: 100%;
	margin-bottom: 0;
	line-height: inherit;
}

.search-filter-wrap form ul li ul li:after {
	display: none;
}

.search-filter-wrap form ul li ul li label {
	width: 100%;
}

.search-filter-wrap form.searchandfilter.search-filter-disabled ul li input {
	outline: none !important;
	box-shadow: none !important;
	background-color: #fff !important;
}

#upcoming-events-block_621213048a5c3\  {
	padding-top: 0;
}

.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header {
	border-bottom: none !important;
	padding: 0 !important;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-title {
	color: #5b6770 !important;
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-title select {
	border-radius: 0 !important;
	-webkit-appearance: none;
	background-image: url(../images/svgs/down-arrow-white.svg);
	background-repeat: no-repeat;
	background-position: 93% 50%;
	padding: 10px 10px;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next, .ll-skin-melon .ui-datepicker .ui-datepicker-next-hover, .ll-skin-melon .ui-datepicker .ui-datepicker-prev, .ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
	top: 1.1875rem !important;
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next, .searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev {
	width: auto !important;
	height: auto !important;
}

.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next {
	right: 15px !important;
}

@media (max-width: 767.98px) {
	.ll-skin-melon .ui-datepicker .ui-datepicker-next, .ll-skin-melon .ui-datepicker .ui-datepicker-next-hover, .ll-skin-melon .ui-datepicker .ui-datepicker-prev, .ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
		top: 1.125rem !important;
	}

	.searchandfilter-date-picker .ui-datepicker select.ui-datepicker-month, .searchandfilter-date-picker .ui-datepicker select.ui-datepicker-year {
		width: 53% !important;
	}
}

.search-filter-results h4, .search-filter-results .h4 {
	margin-top: 2.5rem;
}

.search-filter-wrap input::-webkit-input-placeholder {
	color: #1d252d !important;
	opacity: 1 !important;
	text-transform: uppercase !important;
}

.search-filter-wrap input::-moz-placeholder {
	color: #1d252d !important;
	opacity: 1 !important;
	text-transform: uppercase !important;
}

.search-filter-wrap input:-ms-input-placeholder {
	color: #1d252d !important;
	opacity: 1 !important;
	text-transform: uppercase !important;
}

.search-filter-wrap input:-moz-placeholder {
	color: #1d252d !important;
	opacity: 1 !important;
	text-transform: uppercase !important;
}

.news-events-block {
	padding: 2.5rem 1.5625rem;
}

@media (min-width: 992px) {
	.news-events-block {
		padding: 5rem 0;
	}
}

@media (min-width: 1550px) {
	.news-events-block {
		padding: 7.5rem 0;
	}
}

.news-events-block .heading {
	margin-bottom: 2.1875rem;
}

.news-events-block .news-events-block-row a {
	display: inline-block;
	width: 100%;
	background: #fff;
	margin-bottom: 1.25rem;
	padding: 1.875rem 1.875rem 1.5625rem 1.875rem;
	position: relative;
}

@media (min-width: 992px) {
	.news-events-block .news-events-block-row a {
		margin-bottom: 2.4375rem;
	}
}

.news-events-block .news-events-block-row a .name-button {
	margin-top: 1.875rem;
}

@media (min-width: 1400px) {
	.news-events-block .news-events-block-row a .name-button {
		margin-top: 3.8125rem;
	}
}

@media (min-width: 1400px) {
	.news-events-block .news-events-block-row a {
		padding: 4.3125rem 1.875rem 1.3125rem 2.3125rem;
	}
}

@media (max-width: 767.98px) {
	.news-events-block .news-events-block-row a .equalize-news-events-card {
		height: auto !important;
	}
}

.news-events-block .news-events-block-row a .equalize-news-events-card h6, .news-events-block .news-events-block-row a .equalize-news-events-card .h6 {
	text-transform: uppercase;
	color: #5b6770;
	margin-bottom: 1.375rem;
}

.news-events-block .news-events-block-row a .equalize-news-events-card h5, .news-events-block .news-events-block-row a .equalize-news-events-card .h5 {
	position: relative;
}

@media (max-width: 575.98px) {
	.news-events-block .news-events-block-row a .equalize-news-events-card h5, .news-events-block .news-events-block-row a .equalize-news-events-card .h5 {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

.news-events-block .news-events-block-row a .equalize-news-events-card h5:after, .news-events-block .news-events-block-row a .equalize-news-events-card .h5:after {
	position: absolute;
	content: "";
	left: -1.875rem;
	top: 0.4375rem;
	background: #005eb8;
	width: 0.25rem;
	height: 2.8125rem;
}

@media (min-width: 1400px) {
	.news-events-block .news-events-block-row a .equalize-news-events-card h5:after, .news-events-block .news-events-block-row a .equalize-news-events-card .h5:after {
		left: -2.1875rem;
	}
}

.news-events-block .news-events-block-row a:hover .name-button .text-link {
	color: #000;
}

.newsletter-block {
	padding: 3.75rem 1.5625rem;
}

@media (min-width: 992px) {
	.newsletter-block {
		padding: 5rem 0;
	}
}

@media (min-width: 1550px) {
	.newsletter-block {
		padding: 8.75rem 0 6.25rem;
	}
}

.newsletter-block .heading {
	margin-bottom: 2.1875rem;
}

.newsletter-block .newsletter-block-row a {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	background: #fff;
	margin-bottom: 1.25rem;
	padding: 1.875rem 1.875rem 1.25rem 1.875rem;
	box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
}

.newsletter-block .newsletter-block-row a:hover {
	box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
	.newsletter-block .newsletter-block-row a {
		margin-bottom: 1.875rem;
	}
}

.newsletter-block .newsletter-block-row a .name-button {
	margin-top: 1.875rem;
}

@media (min-width: 992px) {
	.newsletter-block .newsletter-block-row a .name-button {
		margin-top: 3.1875rem;
	}
}

@media (min-width: 1400px) {
	.newsletter-block .newsletter-block-row a {
		padding: 4.3125rem 1.875rem 1.3125rem 2.3125rem;
	}
}

@media (max-width: 767.98px) {
	.newsletter-block .newsletter-block-row a .equalize-newsletter-card {
		height: auto !important;
	}
}

.newsletter-block .newsletter-block-row a .equalize-newsletter-card h6, .newsletter-block .newsletter-block-row a .equalize-newsletter-card .h6 {
	text-transform: uppercase;
	color: #5b6770;
	margin-bottom: 1.375rem;
}

.newsletter-block .newsletter-block-row a .equalize-newsletter-card h5, .newsletter-block .newsletter-block-row a .equalize-newsletter-card .h5 {
	position: relative;
}

@media (max-width: 575.98px) {
	.newsletter-block .newsletter-block-row a .equalize-newsletter-card h5, .newsletter-block .newsletter-block-row a .equalize-newsletter-card .h5 {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

.newsletter-block .newsletter-block-row a .equalize-newsletter-card h5:after, .newsletter-block .newsletter-block-row a .equalize-newsletter-card .h5:after {
	position: absolute;
	content: "";
	left: -1.875rem;
	top: 0.1875rem;
	background: #005eb8;
	width: 0.25rem;
	height: 2.8125rem;
}

@media (min-width: 1400px) {
	.newsletter-block .newsletter-block-row a .equalize-newsletter-card h5:after, .newsletter-block .newsletter-block-row a .equalize-newsletter-card .h5:after {
		left: -2.1875rem;
	}
}

.brochures-block {
	padding: 3.75rem 1.5625rem;
}

@media (min-width: 992px) {
	.brochures-block {
		padding: 5rem 0 5rem;
	}
}

@media (min-width: 1400px) {
	.brochures-block {
		padding: 7.8125rem 0;
	}
}

.brochures-block .brochures-block-item {
	padding-top: 2.1875rem;
	position: relative;
}

.brochures-block .brochures-block-item .inner-item {
	padding: 0 1.875rem 2.5rem 1.875rem;
	margin-bottom: 1.875rem;
}

@media (min-width: 992px) {
	.brochures-block .brochures-block-item .inner-item {
		margin-bottom: 2.5rem;
	}
}

@media (min-width: 1200px) {
	.brochures-block .brochures-block-item .inner-item {
		margin-bottom: 5.625rem;
	}
}

.brochures-block .brochures-block-item .inner-item figure {
	height: 20.3125rem;
	margin-bottom: 1.875rem;
}

@media (max-width: 1399.98px) {
	.brochures-block .brochures-block-item .inner-item figure {
		height: 16.3125rem;
	}
}

@media (max-width: 1199.98px) {
	.brochures-block .brochures-block-item .inner-item figure {
		height: 19.375rem;
	}
}

@media (max-width: 991.98px) {
	.brochures-block .brochures-block-item .inner-item figure {
		height: auto;
	}
}

.brochures-block .brochures-block-item .inner-item img {
	width: 100%;
	max-width: 15.625rem;
	margin: 0 auto;
	box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
	.brochures-block .brochures-block-item .inner-item img {
		max-width: 100%;
	}
}

@media (min-width: 1550px) {
	.brochures-block .brochures-block-item .inner-item {
		padding: 0 2.5rem 3.5625rem 2.5rem;
	}
}

@media (min-width: 1550px) {
	.brochures-block .brochures-block-item .inner-item {
		padding: 0 4.375rem 3.5625rem 4.375rem;
	}
}

.brochures-block .brochures-block-item .inner-item .equalize-brochures-card {
	text-align: center;
}

@media (max-width: 767.98px) {
	.brochures-block .brochures-block-item .inner-item .equalize-brochures-card {
		height: auto !important;
	}
}

.brochures-block .brochures-block-item .inner-item .equalize-brochures-card h5, .brochures-block .brochures-block-item .inner-item .equalize-brochures-card .h5 {
	text-align: left;
}

@media (max-width: 767.98px) {
	.brochures-block .brochures-block-item .inner-item .equalize-brochures-card h5, .brochures-block .brochures-block-item .inner-item .equalize-brochures-card .h5 {
		height: auto !important;
	}
}

.brochures-block .brochures-block-item .button-link {
	position: relative;
	bottom: -0.3125rem;
	left: 0;
}

.brochures-block .brochures-block-item .button-link:before {
	right: auto;
	left: 0;
}

.brochures-block .brochures-block-item .button-link em {
	padding-right: 0;
	padding-left: 30px;
}

@media (max-width: 575.98px) {
	.brochures-block .brochures-block-item .button-link em {
		top: 0.1875rem;
	}
}

.brochures-block .brochures-block-item a:hover .button-link em {
	opacity: 1;
	color: #005eb8;
}

.brochures-block .pagination {
	margin-top: 0;
}

.blog-template {
	padding: 3.75rem 1.5625rem;
}

@media (min-width: 992px) {
	.blog-template {
		padding: 3.75rem 0;
	}
}

@media (min-width: 1550px) {
	.blog-template {
		padding: 5.1875rem 0 4.375rem;
	}
}

@media (min-width: 992px) {
	.blog-template {
		padding: 5rem 0 5rem;
	}
}

@media (min-width: 1400px) {
	.blog-template {
		padding: 8.0625rem 0 6.0625rem;
	}
}

.blog-template .blog-link {
	border: 0.0625rem solid #a2aaad;
	margin-bottom: 1.5625rem;
	z-index: 1;
}

@media (min-width: 992px) {
	.blog-template .blog-link {
		margin-bottom: 1.8125rem;
	}
}

.blog-template .blog-link:hover .latest-blog-posts-block-image {
	transform: scale(1.1);
}

.blog-template .blog-link .latest-blog-posts-block-image {
	height: 11.25rem;
	width: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.5s ease-in-out;
}

@media (min-width: 992px) {
	.blog-template .blog-link .latest-blog-posts-block-image {
		height: 12.5rem;
	}
}

@media (min-width: 1400px) {
	.blog-template .blog-link .latest-blog-posts-block-image {
		height: 15.625rem;
	}
}

.blog-template .blog-link .latest-blog-posts-block-content {
	padding: 1.875rem;
	background: #fff;
}

@media (min-width: 992px) {
	.blog-template .blog-link .latest-blog-posts-block-content {
		padding: 2.25rem 2.3125rem 1.5rem 2.3125rem;
	}
}

.blog-template .blog-link .latest-blog-post-inner .name-button {
	margin-top: 1.25rem;
}

@media (min-width: 768px) {
	.blog-template .blog-link .latest-blog-post-inner .name-button {
		margin-top: 3.0625rem;
	}
}

.blog-template .blog-link .latest-blog-post-inner h5:after, .blog-template .blog-link .latest-blog-post-inner .h5:after {
	position: absolute;
	content: "";
	left: -2.3125rem;
	top: 0.5rem;
	background: #005eb8;
	width: 0.25rem;
	height: 2.8125rem;
}

@media (max-width: 991.98px) {
	.blog-template .blog-link .latest-blog-post-inner h5:after, .blog-template .blog-link .latest-blog-post-inner .h5:after {
		left: -1.875rem;
	}
}

@media (max-width: 767.98px) {
	.blog-template .blog-link .latest-blog-post-inner .equalize-blog-template-card {
		height: auto !important;
	}
}

@media (max-width: 767.98px) {
	.blog-template .blog-link .latest-blog-post-inner .equalize-card-two {
		height: auto !important;
	}
}

.name-button {
	margin-top: 3.75rem;
	display: flex;
	justify-content: space-between;
}

.name-button .name span {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #5b6770;
}

.name-button .text-link a {
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 1.5rem;
	color: #005eb8;
	font-family: "Archivo", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

.name-button .text-link a:hover {
	color: #000;
}

.blog-single {
	padding: 3.75rem 0 3.75rem;
}

@media (min-width: 1200px) {
	.blog-single {
		padding: 6.25rem 0 5rem;
	}
}

@media (min-width: 1400px) {
	.blog-single {
		padding: 9.125rem 0 5rem;
	}
}

.blog-single .blog-single-wrap {
	max-width: 67.625rem;
	width: 100%;
	margin: 0 auto;
}

.blog-single .blog-single-wrap img {
	margin-bottom: 2.125rem;
	border-top-left-radius: 0.4375rem;
	border-top-right-radius: 0.4375rem;
	width: auto;
}

.blog-single .blog-single-wrap .btm-padding p {
	margin-bottom: 0;
}

.blog-single .blog-single-wrap .breadcrumbs-breadcrumbs {
	margin-bottom: 1.25rem;
}

@media (min-width: 1200px) {
	.blog-single .blog-single-wrap .breadcrumbs-breadcrumbs {
		margin-bottom: 3rem;
	}
}

.blog-single .blog-single-wrap .breadcrumbs-breadcrumbs a {
	margin-right: 2.875rem;
	position: relative;
}

.blog-single .blog-single-wrap .breadcrumbs-breadcrumbs a:after {
	position: absolute;
	content: "";
	right: -1.875rem;
	top: 0.375rem;
	background: transparent;
	font-size: 0;
	transform: rotate(45deg);
	border: solid #005eb8;
	border-width: 0.125rem 0.125rem 0 0;
	display: inline-block;
	padding: 0.15625rem;
	vertical-align: middle;
	transition: 0.5s all ease;
	cursor: pointer;
}

@media (min-width: 576px) {
	.blog-single .blog-single-wrap .breadcrumbs-breadcrumbs a:after {
		top: 0.5rem;
	}
}

@media (min-width: 992px) {
	.blog-single .blog-single-wrap .breadcrumbs-breadcrumbs a:after {
		top: 0.625rem;
	}
}

.blog-single .blog-single-wrap .breadcrumbs-breadcrumbs a span {
	color: #5b6770;
}

.blog-single .blog-single-wrap .breadcrumbs-breadcrumbs a span:after {
	display: none;
}

.blog-single .blog-single-wrap .breadcrumbs-breadcrumbs span {
	font-size: 1rem;
	font-weight: 400;
	color: #1d252d;
	font-family: "Roboto", sans-serif;
	display: inline-block;
	position: relative;
}

.blog-single .blog-single-wrap h2, .blog-single .blog-single-wrap .h2 {
	font-weight: 300;
	text-transform: uppercase;
}

.blog-single .blog-single-wrap p {
	font-size: 1.125rem;
	line-height: 1.625rem;
	margin-bottom: 1.875rem;
}

@media (min-width: 992px) {
	.blog-single .blog-single-wrap p {
		font-size: 1.25rem;
		line-height: 1.75rem;
		margin-bottom: 2.1875rem;
	}
}

@media (min-width: 1400px) {
	.blog-single .blog-single-wrap p {
		font-size: 1.375rem;
		line-height: 2rem;
		margin-bottom: 4.0625rem;
	}
}

.blog-single .blog-single-wrap p a {
	color: #5b6770;
	position: relative;
}

@media (max-width: 991.98px) {
	.blog-single .blog-single-wrap p a {
		text-decoration: underline;
		text-decoration-color: #005eb8;
		text-decoration-thickness: 1px;
	}
}

.blog-single .blog-single-wrap p a:hover {
	text-decoration-thickness: 2px;
}

.blog-single .blog-single-wrap p a:after {
	content: "";
	position: absolute;
	bottom: 0.25rem;
	left: 0;
	width: 100%;
	height: 0.0625rem;
	background: #005eb8;
	transition: all 0.5s ease-in-out;
}

@media (max-width: 991.98px) {
	.blog-single .blog-single-wrap p a:after {
		display: none;
	}
}

.blog-single .blog-single-wrap p a:hover:after {
	height: 0.125rem;
}

@media (max-width: 991.98px) {
	.blog-single .blog-single-wrap p a:hover:after {
		height: 0.0625rem;
	}
}

.blog-single .blog-single-wrap .iframe-div {
	width: 100%;
	margin-bottom: 2.8125rem;
}

@media (min-width: 768px) {
	.blog-single .blog-single-wrap .iframe-div figure {
		margin-bottom: 2.1875rem;
	}
}

.blog-single .blog-single-wrap .iframe-div iframe {
	width: 100%;
	height: 18.75rem;
}

@media (min-width: 576px) {
	.blog-single .blog-single-wrap .iframe-div iframe {
		height: 25rem;
	}
}

@media (min-width: 1200px) {
	.blog-single .blog-single-wrap .iframe-div iframe {
		height: 31.25rem;
	}
}

@media (min-width: 1400px) {
	.blog-single .blog-single-wrap .iframe-div iframe {
		height: 38rem;
	}
}

.blog-single .blog-single-wrap .blog-post-sec {
	background: #1d252d;
	padding: 1.625rem 1.625rem 1.625rem 1.625rem;
	margin-bottom: 0.3125rem;
}

@media (max-width: 767.98px) {
	.blog-single .blog-single-wrap .blog-post-sec {
		flex-wrap: wrap;
	}
}

.blog-single .blog-single-wrap .blog-post-sec .blog-post-sec-wrap {
	z-index: 1;
}

@media (min-width: 768px) {
	.blog-single .blog-single-wrap .blog-post-sec .blog-post-sec-wrap {
		display: flex;
	}
}

.blog-single .blog-single-wrap .blog-post-sec .blog-post-sec-img {
	width: 55%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media (max-width: 767.98px) {
	.blog-single .blog-single-wrap .blog-post-sec .blog-post-sec-img {
		height: 13.75rem;
		width: 100%;
	}
}

.blog-single .blog-single-wrap .blog-post-sec .blog-post-sec-text {
	padding: 1.6875rem 0 1.125rem 0;
	width: 100%;
}

@media (min-width: 768px) {
	.blog-single .blog-single-wrap .blog-post-sec .blog-post-sec-text {
		padding: 1.6875rem 0 1.125rem 1.8125rem;
	}
}

@media (max-width: 767.98px) {
	.blog-single .blog-single-wrap .blog-post-sec .blog-post-sec-text {
		padding-bottom: 0;
	}
}

.blog-single .blog-single-wrap .blog-post-sec .blog-post-sec-text p {
	margin-bottom: 1.1875rem;
}

.blog-single .blog-single-wrap .blog-post-sec .blog-post-sec-text h2, .blog-single .blog-single-wrap .blog-post-sec .blog-post-sec-text .h2 {
	font-family: "Roboto", sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 0.625rem;
	font-weight: 700;
}

@media (min-width: 1200px) {
	.blog-single .blog-single-wrap .blog-post-sec .blog-post-sec-text h2, .blog-single .blog-single-wrap .blog-post-sec .blog-post-sec-text .h2 {
		font-size: 1.75rem;
		line-height: 2.375rem;
	}
}

.blog-single .blog-single-wrap blockquote {
	color: #5b6770;
	display: inline-block;
	font-family: "Archivo", sans-serif;
	font-size: 1.375rem;
	font-style: italic;
	line-height: 2rem;
	padding-left: 2.0625rem;
	position: relative;
	margin: 1.25rem 0.625rem 1.5625rem 0;
}

@media (min-width: 1400px) {
	.blog-single .blog-single-wrap blockquote {
		margin: 1.25rem 0.625rem 3.5625rem 0;
	}
}

.blog-single .blog-single-wrap blockquote:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #005eb8;
	width: 0.25rem;
	height: 100%;
}

.blog-single .blog-single-wrap blockquote p {
	margin-bottom: 0;
}

.blog-single .blog-single-wrap .single-quote-block {
	margin-bottom: 2.8125rem;
}

.blog-single .blog-single-wrap .single-quote-wrap {
	position: relative;
	z-index: 9;
	align-items: center;
	justify-content: space-between;
	padding: 1.5625rem 1.5625rem 1.5625rem 1.5625rem;
	text-align: center;
}

@media (min-width: 992px) {
	.blog-single .blog-single-wrap .single-quote-wrap {
		display: flex;
	}
}

@media (min-width: 1400px) {
	.blog-single .blog-single-wrap .single-quote-wrap {
		padding: 1.875rem 1.6875rem 1.5625rem 2.8125rem;
	}
}

.blog-single .blog-single-wrap .single-quote-wrap h2, .blog-single .blog-single-wrap .single-quote-wrap .h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 1.375rem;
	line-height: 1.875rem;
	margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
	.blog-single .blog-single-wrap .single-quote-wrap h2, .blog-single .blog-single-wrap .single-quote-wrap .h2 {
		margin-bottom: 0;
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media (min-width: 1200px) {
	.blog-single .blog-single-wrap .single-quote-wrap h2, .blog-single .blog-single-wrap .single-quote-wrap .h2 {
		font-size: 1.75rem;
		line-height: 2.375rem;
	}
}

.blog-single .blog-single-wrap h3, .blog-single .blog-single-wrap .h3 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-bottom: 0.9375rem;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.blog-single .blog-single-wrap h3, .blog-single .blog-single-wrap .h3 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media (min-width: 1400px) {
	.blog-single .blog-single-wrap h3, .blog-single .blog-single-wrap .h3 {
		font-size: 1.75rem;
		line-height: 2.375rem;
		margin-bottom: 1.6875rem;
	}
}

.blog-single .blog-single-wrap h4, .blog-single .blog-single-wrap .h4 {
	font-size: 1.375rem;
	line-height: 1.875rem;
	margin-bottom: 0.6875rem;
}

@media (min-width: 1200px) {
	.blog-single .blog-single-wrap h4, .blog-single .blog-single-wrap .h4 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media (min-width: 1400px) {
	.blog-single .blog-single-wrap h4, .blog-single .blog-single-wrap .h4 {
		font-size: 1.75rem;
		line-height: 2.375rem;
	}
}

.blog-single .blog-single-wrap h5, .blog-single .blog-single-wrap .h5 {
	margin-bottom: 0.625rem;
}

@media (min-width: 1400px) {
	.blog-single .blog-single-wrap h5, .blog-single .blog-single-wrap .h5 {
		margin-bottom: 1.5625rem;
	}
}

.blog-single .blog-single-wrap h6, .blog-single .blog-single-wrap .h6 {
	text-transform: uppercase;
	letter-spacing: -0.01875rem;
	margin-bottom: 1.25rem;
}

.blog-single .blog-single-wrap ol {
	padding: 0 0 0 0;
	margin: 0 0 1.25rem 0;
}

@media (min-width: 1400px) {
	.blog-single .blog-single-wrap ol {
		margin: 0 0 3.3125rem 0;
	}
}

.blog-single .blog-single-wrap ol li {
	position: relative;
	font-size: 1.125rem;
	line-height: 1.625rem;
	margin-bottom: 0.6875rem;
	padding-left: 0.5rem;
	color: #5b6770;
	counter-increment: step-counter;
	list-style: none;
}

@media (min-width: 992px) {
	.blog-single .blog-single-wrap ol li {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

@media (min-width: 1400px) {
	.blog-single .blog-single-wrap ol li {
		font-size: 1.375rem;
		line-height: 2rem;
	}
}

.blog-single .blog-single-wrap ol li:before {
	content: "";
	content: counter(step-counter) ".";
	color: #1d252d;
	font-family: "Archivo", sans-serif;
	font-weight: 700;
	list-style-type: decimal;
	position: absolute;
	left: -1.5625rem;
	top: 0;
}

.blog-single .blog-single-wrap ul li {
	position: relative;
	font-size: 1.125rem;
	line-height: 1.625rem;
	margin-bottom: 0.625rem;
	padding-left: 1.25rem;
	color: #5b6770;
}

@media (min-width: 992px) {
	.blog-single .blog-single-wrap ul li {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

@media (min-width: 1400px) {
	.blog-single .blog-single-wrap ul li {
		font-size: 1.375rem;
		line-height: 2rem;
		margin-bottom: 1rem;
	}
}

.blog-single .blog-single-wrap ul li:after {
	display: none;
}

.blog-single .blog-single-wrap ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6875rem;
	height: 0.3125rem;
	width: 0.3125rem;
	background: #5b6770;
	border-radius: 50%;
}

@media (min-width: 1400px) {
	.blog-single .blog-single-wrap ul li:before {
		top: 0.75rem;
	}
}

.blog-single .blog-single-wrap ul ul {
	margin: 1.1875rem 0 1.25rem 0.875rem;
}

@media (min-width: 1400px) {
	.blog-single .blog-single-wrap ul ul {
		margin: 1.1875rem 0 2.9375rem 0.875rem;
	}
}

.blog-single .blog-single-wrap ul ul li {
	position: relative;
	font-size: 1.125rem;
	line-height: 1.625rem;
	margin-bottom: 0.625rem;
	padding-left: 1.25rem;
	color: #5b6770;
}

.blog-single .blog-single-wrap ul ul li:after {
	display: none;
}

@media (min-width: 992px) {
	.blog-single .blog-single-wrap ul ul li {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

@media (min-width: 1400px) {
	.blog-single .blog-single-wrap ul ul li {
		font-size: 1.375rem;
		line-height: 2rem;
		margin-bottom: 1.3125rem;
	}
}

.blog-single .blog-single-wrap ul ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6875rem;
	height: 0.3125rem;
	width: 0.3125rem;
	background: #5b6770;
	border-radius: 50%;
}

@media (min-width: 1400px) {
	.blog-single .blog-single-wrap ul ul li:before {
		top: 0.75rem;
	}
}

.blog-single .blog-single-wrap .single-quote {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #1d252d;
	padding: 1.6875rem 2.8125rem;
	margin-bottom: 3.1875rem;
}

.blog-single .blog-single-wrap .single-quote h2, .blog-single .blog-single-wrap .single-quote .h2 {
	color: #fff;
	font-size: 1.375rem;
	line-height: 1.75rem;
	margin-bottom: 0;
	font-weight: 700;
}

.blog-single .blog-single-wrap .single-quote p {
	margin-bottom: 0;
}

.blog-single .blog-single-wrap .single-quote .btn.btn-white {
	background: #fff;
	color: #5b6770;
	border-radius: 0;
	font-size: 1rem;
	text-transform: uppercase;
	padding: 0.75rem 1.9375rem;
	border: 0.0625rem solid transparent;
}

.blog-single .blog-single-wrap .single-quote .btn.btn-white:hover {
	border: 0.0625rem solid #fff;
	color: #fff;
	background: transparent;
}

.blog-single .blog-single-wrap h1, .blog-single .blog-single-wrap .h1 {
	font-size: 1.75rem;
	line-height: 2.25rem;
	margin-bottom: 1.25rem;
	max-width: 66.25rem;
	text-transform: uppercase;
	width: 100%;
}

@media (min-width: 1200px) {
	.blog-single .blog-single-wrap h1, .blog-single .blog-single-wrap .h1 {
		font-size: 2.125rem;
		line-height: 2.625rem;
	}
}

@media (min-width: 1400px) {
	.blog-single .blog-single-wrap h1, .blog-single .blog-single-wrap .h1 {
		font-size: 2.375rem;
		line-height: 3rem;
		margin-bottom: 1.875rem;
	}
}

@media (min-width: 768px) {
	.blog-single .blog-single-wrap .date-name {
		display: flex;
		justify-content: space-between;
	}
}

@media (min-width: 1200px) {
	.blog-single .blog-single-wrap .date-name {
		margin-bottom: 1.25rem;
	}
}

.blog-single .blog-single-wrap .date-name ul {
	display: flex;
}

.blog-single .blog-single-wrap .date-name ul li {
	font-weight: 400;
	font-size: 1rem;
	color: #5b6770;
	position: relative;
	padding-right: 2rem;
	padding-left: 0;
}

@media (max-width: 575.98px) {
	.blog-single .blog-single-wrap .date-name ul li {
		font-size: 0.9375rem;
	}
}

.blog-single .blog-single-wrap .date-name ul li:before {
	display: none;
}

.blog-single .blog-single-wrap .date-name ul li:after {
	display: block;
	content: "";
	position: absolute;
	right: 1rem;
	top: 0.3125rem;
	left: auto;
	background: #5b6770;
	width: 0.125rem;
	height: 0.9375rem;
}

@media (min-width: 1200px) {
	.blog-single .blog-single-wrap .date-name ul li:after {
		top: 0.5rem;
	}
}

.blog-single .blog-single-wrap .date-name ul li:last-child {
	padding-right: 0;
}

.blog-single .blog-single-wrap .date-name ul li:last-child:after {
	display: none;
}

.blog-single .blog-single-wrap .date-name ul li span {
	display: inline-block;
	color: #005eb8;
	margin-bottom: 0;
}

.blog-single .blog-single-wrap .date-name ul li span a {
	display: inline-block;
	color: #005eb8;
	margin-bottom: 0;
}

.blog-single .blog-single-wrap .date-name ul li span a:hover {
	color: #000;
}

.blog-single .blog-single-wrap .date-name span {
	display: inline-block;
	font-weight: 400;
	text-transform: inherit;
	margin-bottom: 0;
	color: #5b6770;
	font-size: 1rem;
}

@media (max-width: 767.98px) {
	.blog-single .blog-single-wrap .date-name span {
		margin-bottom: 0.9375rem;
	}
}

.blog-single .blog-single-wrap .date-name span:after {
	display: none;
}

.blog-single .blog-single-wrap .date-name span span {
	margin-bottom: 0;
}

.blog-single .blog-single-wrap .navigation {
	margin: 2.5rem 0 2.8125rem 0;
}

@media (max-width: 767.98px) {
	.blog-single .blog-single-wrap .navigation {
		margin: 1.875rem 0 0 0;
	}
}

.blog-single .blog-single-wrap .navigation .nav-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.8125rem 5rem 0.8125rem 4.5rem;
}

.blog-single .blog-single-wrap .navigation .nav-links .nav-previous a {
	color: #000;
	position: relative;
}

.blog-single .blog-single-wrap .navigation .nav-links .nav-previous a span {
	margin-bottom: 0;
	font-size: 1rem;
	color: #5b6770;
}

.blog-single .blog-single-wrap .navigation .nav-links .nav-previous a span:after {
	display: none;
}

.blog-single .blog-single-wrap .navigation .nav-links .nav-previous a:after {
	content: "";
	padding: 0;
	background: transparent;
	font-size: 0;
	height: 2.8125rem;
	width: 2.8125rem;
	border: 1px solid #a2aaad;
	position: absolute;
	left: -4.5rem;
	top: 45%;
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
}

.blog-single .blog-single-wrap .navigation .nav-links .nav-previous a:before {
	position: absolute;
	content: "";
	left: -3.25rem;
	top: 0.375rem;
	background: transparent;
	font-size: 0;
	transform: rotate(45deg);
	border: solid #005eb8;
	border-width: 0 0 0.125rem 0.125rem;
	display: inline-block;
	padding: 0.125rem;
	vertical-align: middle;
	transition: 0.5s all ease;
	cursor: pointer;
}

@media (min-width: 576px) {
	.blog-single .blog-single-wrap .navigation .nav-links .nav-previous a:before {
		top: 0.5625rem;
	}
}

.blog-single .blog-single-wrap .navigation .nav-links .nav-previous a:hover:after {
	background: #a2aaad;
}

.blog-single .blog-single-wrap .navigation .nav-links .nav-previous a:hover:before {
	border: solid #fff;
	border-width: 0 0 0.125rem 0.125rem;
	z-index: 1;
}

.blog-single .blog-single-wrap .navigation .nav-links .nav-next a {
	color: #000;
	position: relative;
}

.blog-single .blog-single-wrap .navigation .nav-links .nav-next a span {
	margin-bottom: 0;
	font-size: 1rem;
	color: #5b6770;
}

.blog-single .blog-single-wrap .navigation .nav-links .nav-next a span:after {
	display: none;
}

.blog-single .blog-single-wrap .navigation .nav-links .nav-next a:after {
	content: "";
	padding: 0;
	background: transparent;
	font-size: 0;
	height: 2.8125rem;
	width: 2.8125rem;
	border: 0.0625rem solid #a2aaad;
	position: absolute;
	right: -4.5rem;
	top: 45%;
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
}

.blog-single .blog-single-wrap .navigation .nav-links .nav-next a:before {
	position: absolute;
	content: "";
	right: -3.1875rem;
	top: 0.375rem;
	background: transparent;
	font-size: 0;
	transform: rotate(45deg);
	border: solid #005eb8;
	border-width: 0.125rem 0.125rem 0 0;
	display: inline-block;
	padding: 2px;
	vertical-align: middle;
	transition: 0.5s all ease;
	cursor: pointer;
}

@media (min-width: 576px) {
	.blog-single .blog-single-wrap .navigation .nav-links .nav-next a:before {
		top: 0.5625rem;
	}
}

.blog-single .blog-single-wrap .navigation .nav-links .nav-next a:hover:after {
	background: #a2aaad;
}

.blog-single .blog-single-wrap .navigation .nav-links .nav-next a:hover:before {
	border: solid #fff;
	border-width: 0.125rem 0.125rem 0 0;
	z-index: 1;
}

.pk-locations {
	padding: 3.75rem 0 0.9375rem;
}

@media (min-width: 992px) {
	.pk-locations {
		padding: 5rem 0 0.9375rem;
	}
}

@media (min-width: 1200px) {
	.pk-locations {
		padding: 7.5rem 0 0.9375rem;
	}
}

.pk-locations .heading {
	max-width: 65.625rem;
	margin-bottom: 2.5rem;
}

@media (min-width: 1200px) {
	.pk-locations .heading {
		margin-bottom: 4.0625rem;
	}
}

.pk-locations .heading p {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
	color: #1d252d;
}

.pk-locations .heading h2, .pk-locations .heading .h2 {
	text-transform: initial;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	color: #1d252d;
}

.pk-locations .pk-locations-img img {
	width: 100%;
}

@media (min-width: 1400px) {
	.pk-locations .locations {
		margin-top: 4.125rem;
	}
}

.pk-locations .locations ul {
	display: flex;
	flex-wrap: wrap;
}

.pk-locations .locations ul li {
	width: 100%;
	margin-bottom: 1.5625rem;
	padding-right: 0.9375rem;
	padding-left: 0;
	line-height: inherit;
}

@media (min-width: 576px) {
	.pk-locations .locations ul li {
		width: 50%;
		margin-bottom: 1.875rem;
	}
}

@media (min-width: 1200px) {
	.pk-locations .locations ul li {
		width: 33.33%;
		margin-bottom: 3.75rem;
	}
}

.pk-locations .locations ul li h3, .pk-locations .locations ul li .h3 {
	font-size: 1.125rem;
	line-height: 1.5rem;
	margin-bottom: 0.3125rem;
	color: #1d252d;
	text-transform: uppercase;
}

.pk-locations .locations ul li p {
	font-size: 1.125rem;
	line-height: 1.375rem;
	margin-bottom: 0.4375rem;
}

@media (max-width: 575.98px) {
	.pk-locations .locations ul li p {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}

.pk-locations .locations ul li a {
	text-transform: uppercase;
	font-size: 1.125rem;
	font-family: "Archivo", sans-serif;
	font-weight: 800;
	color: #005eb8;
}

.pk-locations .locations ul li a:hover {
	color: #000;
}

.pk-locations .locations ul li:after {
	display: none;
}

.location-add {
	padding: 0 0 1.25rem 0;
}

@media (min-width: 768px) {
	.location-add {
		padding: 0 0 2.5rem 0;
	}
}

@media (min-width: 1400px) {
	.location-add {
		padding: 0 0 7.3125rem 0;
	}
}

.location-add .location-add-listing {
	max-width: 79.6875rem;
	width: 100%;
	margin: 0 auto;
}

@media (min-width: 992px) {
	.location-add .location-add-listing {
		padding-left: 15.9375rem;
		max-width: 100%;
	}
}

.location-add .location-add-listing ul {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 767.98px) {
	.location-add .location-add-listing ul {
		flex-wrap: wrap;
	}
}

.location-add .location-add-listing ul li {
	list-style: none;
	width: 25%;
}

@media (max-width: 1399.98px) {
	.location-add .location-add-listing ul li {
		padding-left: 2.1875rem;
	}
}

@media (max-width: 1199.98px) {
	.location-add .location-add-listing ul li {
		width: 33.33%;
	}
}

@media (max-width: 991.98px) {
	.location-add .location-add-listing ul li {
		padding-left: 0.75rem;
	}
}

@media (max-width: 767.98px) {
	.location-add .location-add-listing ul li {
		width: 50%;
		margin-bottom: 1.875rem;
	}
}

@media (max-width: 575.98px) {
	.location-add .location-add-listing ul li {
		width: 100%;
		font-size: 0.875rem;
	}
}

.location-add .location-add-listing ul li:after {
	display: none;
}

.location-add .location-add-listing ul li .location-add-wrap {
	width: 100%;
}

@media (max-width: 575.98px) {
	.location-add .location-add-listing ul li .location-add-wrap {
		max-width: 15.625rem;
	}
}

.location-add .location-add-listing ul li h5, .location-add .location-add-listing ul li .h5 {
	font-family: "Archivo", sans-serif;
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #000;
	text-transform: uppercase;
	margin-bottom: -0.0625rem;
}

@media (max-width: 575.98px) {
	.location-add .location-add-listing ul li h5, .location-add .location-add-listing ul li .h5 {
		font-size: 0.875rem;
		line-height: 1.375rem;
	}
}

.location-add .location-add-listing ul li p {
	font-size: 1.125rem;
	line-height: 1.375rem;
	margin-bottom: 0;
	color: #000;
	font-weight: 400;
	letter-spacing: 0.025rem;
}

@media (max-width: 575.98px) {
	.location-add .location-add-listing ul li p {
		font-size: 0.875rem;
		line-height: 1.375rem;
	}
}

.location-add .location-add-listing ul li a {
	display: inline-block;
	font-size: 1.125rem;
	line-height: 1.375rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #005eb8;
	letter-spacing: 0.025rem;
	margin-bottom: 0.375rem;
}

@media (max-width: 575.98px) {
	.location-add .location-add-listing ul li a {
		font-size: 0.875rem;
		line-height: 1.375rem;
	}
}

.location-add .location-add-listing ul li span a {
	text-transform: inherit;
	text-decoration: underline;
}

.location-add .location-add-listing ul li span a:hover {
	color: #182e98;
}

.stats-block {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 2.5rem 0 2.5rem;
}

@media (min-width: 992px) {
	.stats-block {
		padding: 5rem 0 5rem;
	}
}

@media (min-width: 1200px) {
	.stats-block {
		padding: 9.25rem 0 9.25rem;
	}
}

.stats-block .number-sections {
	display: flex;
	position: relative;
	z-index: 1;
}

@media (max-width: 991.98px) {
	.stats-block .number-sections {
		flex-wrap: wrap;
	}
}

.stats-block .number-sections .odometer-wrap {
	width: 100%;
	padding-left: 1.8125rem;
	margin-bottom: 0.9375rem;
}

@media (max-width: 991.98px) {
	.stats-block .number-sections .odometer-wrap {
		padding-left: 0.9375rem;
	}
}

@media (min-width: 576px) {
	.stats-block .number-sections .odometer-wrap {
		width: 50%;
		padding-right: 0.9375rem;
	}
}

@media (min-width: 992px) {
	.stats-block .number-sections .odometer-wrap {
		width: 25%;
		padding-right: 0;
		margin-bottom: 0;
	}
}

.stats-block .number-sections .odometer-wrap em {
	color: #000;
	display: inline-block;
	font-family: "Archivo", sans-serif;
	font-size: 1.875rem;
	line-height: 1.625rem;
	font-weight: 900;
	font-style: normal;
	position: relative;
	top: 0.375rem;
}

@media (min-width: 992px) {
	.stats-block .number-sections .odometer-wrap em {
		font-size: 2.5rem;
	}
}

@media (min-width: 1200px) {
	.stats-block .number-sections .odometer-wrap em {
		font-size: 3.125rem;
		line-height: 1.625rem;
		top: 0.5rem;
	}
}

@media (min-width: 1400px) {
	.stats-block .number-sections .odometer-wrap em {
		font-size: 4rem;
		line-height: 2.25rem;
		top: 0.8125rem;
	}
}

.stats-block .number-sections .odometer-wrap span {
	color: #000;
	display: inline-block;
	font-family: "Archivo", sans-serif;
	font-size: 1.875rem;
	line-height: 2.5rem;
	font-weight: 900;
}

@media (min-width: 992px) {
	.stats-block .number-sections .odometer-wrap span {
		font-size: 2.5rem;
		line-height: 3.125rem;
	}
}

@media (min-width: 1200px) {
	.stats-block .number-sections .odometer-wrap span {
		font-size: 3.125rem;
		line-height: 3.75rem;
	}
}

@media (min-width: 1400px) {
	.stats-block .number-sections .odometer-wrap span {
		font-size: 3.75rem;
		line-height: 4.375rem;
	}
}

.stats-block .number-sections .odometer-wrap p {
	color: #000;
	font-family: "Archivo", sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 400;
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: left;
	max-width: 20.3125rem;
}

@media (min-width: 1200px) {
	.stats-block .number-sections .odometer-wrap p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

.stats-block .number-sections .odometer-wrap .odometer-inside {
	position: relative;
}

.stats-block .number-sections .odometer-wrap .odometer-inside:after {
	content: "";
	position: absolute;
	left: -1.8125rem;
	top: 0;
	width: 0.25rem;
	height: 2.1875rem;
	background: #005eb8;
}

@media (max-width: 991.98px) {
	.stats-block .number-sections .odometer-wrap .odometer-inside:after {
		left: -0.9375rem;
	}
}

@media (min-width: 992px) {
	.stats-block .number-sections .odometer-wrap .odometer-inside:after {
		top: 0.5rem;
		height: 1.875rem;
	}
}

@media (min-width: 1200px) {
	.stats-block .number-sections .odometer-wrap .odometer-inside:after {
		top: 0.25rem;
		height: 2.8125rem;
	}
}

@media (min-width: 1400px) {
	.stats-block .number-sections .odometer-wrap .odometer-inside:after {
		top: 0.8125rem;
		height: 2.8125rem;
	}
}

.iphone_ .stats-block .number-sections .odometer-wrap em {
	top: 0.1875rem;
}

.odometer-formatting-mark {
	line-height: 0 !important;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	display: inline-block;
	vertical-align: middle;
	visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
	display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
	position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.simple-icons {
	padding: 3.75rem 0 1.875rem;
}

@media (min-width: 1200px) {
	.simple-icons {
		padding: 6.25rem 0 1.875rem;
	}
}

@media (min-width: 1400px) {
	.simple-icons {
		padding: 10.3125rem 0 1.875rem;
	}
}

.simple-icons .heading {
	max-width: 67.5rem;
	margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
	.simple-icons .heading {
		margin-bottom: 3.75rem;
	}
}

@media (min-width: 1400px) {
	.simple-icons .heading {
		margin-bottom: 6.3125rem;
	}
}

.simple-icons .sec-button {
	margin-bottom: 1.875rem;
}

@media (min-width: 1200px) {
	.simple-icons .sec-button {
		margin-bottom: 3.125rem;
	}
}

@media (min-width: 1400px) {
	.simple-icons .sec-button {
		margin-bottom: 7.8125rem;
	}
}

.simple-icons .simple-icons-row {
	margin-bottom: 1.875rem;
}

@media (min-width: 992px) {
	.simple-icons .simple-icons-row {
		margin-bottom: 3.75rem;
	}
}

@media (min-width: 1400px) {
	.simple-icons .simple-icons-row {
		margin-bottom: 7.4375rem;
	}
}

.simple-icons .simple-icons-row img {
	height: 2.125rem;
	width: 2.125rem;
	margin-bottom: 0.625rem;
}

@media (min-width: 768px) {
	.simple-icons .simple-icons-row img {
		margin-bottom: 1.0625rem;
		height: 3.125rem;
		width: 3.125rem;
	}
}

.simple-icons .simple-icons-row h3, .simple-icons .simple-icons-row .h3 {
	font-size: 1.125rem;
	line-height: 1.625rem;
	color: #5b6770;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

@media (max-width: 575.98px) {
	.simple-icons .simple-icons-row h3, .simple-icons .simple-icons-row .h3 {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

.centered-content {
	padding: 3.75rem 0 3.75rem;
}

@media (min-width: 1200px) {
	.centered-content {
		padding: 6.25rem 0 6.25rem;
	}
}

@media (min-width: 1400px) {
	.centered-content {
		padding: 9.875rem 0 11.375rem;
	}
}

.centered-content .centered-content-wrap {
	max-width: 75rem;
	width: 100%;
}

.centered-content .centered-content-wrap img {
	max-width: 80%;
	margin-bottom: 2.25rem;
}

@media (max-width: 767.98px) {
	.centered-content .centered-content-wrap img {
		width: 100%;
		max-width: 100%;
	}
}

.centered-content .centered-content-wrap h2, .centered-content .centered-content-wrap .h2 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 1.0625rem;
}

@media (min-width: 1200px) {
	.centered-content .centered-content-wrap h2, .centered-content .centered-content-wrap .h2 {
		font-size: 1.75rem;
	}
}

.centered-content .centered-content-wrap p {
	margin-bottom: 1.25rem;
}

@media (min-width: 1200px) {
	.centered-content .centered-content-wrap p {
		margin-bottom: 2.1875rem;
	}
}

.half-background {
	margin: 0 auto;
	margin-left: 2.375rem;
	margin-right: 2.375rem;
	margin-bottom: 2.5rem !important;
}

@media (min-width: 576px) {
	.half-background {
		max-width: 31.875rem;
		margin: 0 auto;
	}
}

@media (min-width: 768px) {
	.half-background {
		max-width: 43.125rem;
		margin: 0 auto;
	}
}

@media (min-width: 992px) {
	.half-background {
		max-width: 58.125rem;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {
	.half-background {
		max-width: 69.375rem;
	}
}

@media (min-width: 1400px) {
	.half-background {
		max-width: 102.5rem;
		margin-left: 0.75rem;
		margin-right: 0.75rem;
		margin-bottom: 3.75rem !important;
	}
}

@media (min-width: 1550px) {
	.half-background {
		margin-left: 8.3125rem;
		margin-right: 8.3125rem;
		margin-bottom: 6.25rem !important;
	}
}

.postcards {
	padding: 3.75rem 0 3.75rem;
}

@media (min-width: 992px) {
	.postcards {
		padding: 5rem 0 5rem;
	}
}

@media (min-width: 1400px) {
	.postcards {
		padding: 9.8125rem 0 8.5rem;
	}
}

.postcards .heading {
	max-width: 67.5rem;
	margin-bottom: 1.875rem;
}

@media (min-width: 1200px) {
	.postcards .heading {
		margin-bottom: 3.125rem;
	}
}

.postcards a {
	display: inline-block;
	width: 100%;
}

.postcards a .postcards-block-row {
	margin-bottom: 1.5625rem;
	z-index: 1;
	position: relative;
}

@media (min-width: 992px) {
	.postcards a .postcards-block-row {
		margin-bottom: 2.3125rem;
	}
}

.postcards a .postcards-block-image {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 11.25rem;
	transition: all 0.5s ease-in-out;
}

@media (min-width: 992px) {
	.postcards a .postcards-block-image {
		height: 12.5rem;
	}
}

@media (min-width: 1400px) {
	.postcards a .postcards-block-image {
		height: 13.625rem;
	}
}

.postcards a .postcards-block-content {
	padding: 2.25rem 2.3125rem 1.5rem 1.5625rem;
	background: #fff;
}

@media (min-width: 992px) {
	.postcards a .postcards-block-content {
		padding: 2.25rem 2.3125rem 1.5rem 2.3125rem;
	}
}

.postcards a .postcards-block-content .postcards-inner .name-button {
	text-align: right;
	margin-top: 1.125rem;
}

.postcards a .postcards-block-content .postcards-inner .name-button .text-link {
	width: 100%;
}

.postcards a .postcards-block-content .postcards-inner p {
	font-size: 1.125rem;
	line-height: 1.625rem;
}

@media (max-width: 575.98px) {
	.postcards a .postcards-block-content .postcards-inner p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

.postcards a .postcards-block-content .postcards-inner h3, .postcards a .postcards-block-content .postcards-inner .h3 {
	position: relative;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

@media (max-width: 575.98px) {
	.postcards a .postcards-block-content .postcards-inner h3, .postcards a .postcards-block-content .postcards-inner .h3 {
		font-size: 1.125rem;
		line-height: 1.625rem;
	}
}

.postcards a .postcards-block-content .postcards-inner h3:after, .postcards a .postcards-block-content .postcards-inner .h3:after {
	position: absolute;
	content: "";
	left: -2.1875rem;
	top: 0.5rem;
	background: #005eb8;
	width: 0.25rem;
	height: 2.8125rem;
}

@media (max-width: 991.98px) {
	.postcards a .postcards-block-content .postcards-inner h3:after, .postcards a .postcards-block-content .postcards-inner .h3:after {
		left: -1.5625rem;
	}
}

@media (max-width: 767.98px) {
	.postcards a .postcards-block-content .postcards-inner .equalize-blog-postcards-card {
		height: auto !important;
	}
}

.postcards a:hover .postcards-block-image-wrap .postcards-block-image {
	transform: scale(1.1);
}

.list-columns {
	padding: 2.5rem 0 2.5rem;
}

@media (min-width: 1200px) {
	.list-columns {
		padding: 5rem 0 1.25rem;
	}
}

@media (min-width: 1400px) {
	.list-columns {
		padding: 10.4375rem 0 4.5625rem;
	}
}

.list-columns .list-columns-head {
	margin: 1.5625rem 0 1.875rem;
	max-width: 68.125rem;
}

@media (min-width: 1200px) {
	.list-columns .list-columns-head {
		margin: 2rem 0 2.75rem;
	}
}

.list-columns .list-columns-head h2, .list-columns .list-columns-head .h2 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	text-transform: uppercase;
}

@media (min-width: 576px) {
	.list-columns .list-columns-head h2, .list-columns .list-columns-head .h2 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media (min-width: 1200px) {
	.list-columns .list-columns-head h2, .list-columns .list-columns-head .h2 {
		font-size: 1.75rem;
		line-height: 2.375rem;
	}
}

.list-columns .list-columns-img {
	position: relative;
}

@media (max-width: 991.98px) {
	.list-columns .list-columns-img {
		margin-bottom: 1.25rem;
	}
}

.list-columns .list-columns-img:after {
	content: "";
	position: absolute;
	background: #ededed;
	width: 84%;
	height: 100%;
	top: 1.75rem;
	right: 2.1875rem;
	z-index: -1;
}

@media (max-width: 1399.98px) {
	.list-columns .list-columns-img:after {
		right: 0;
		top: 1.3125rem;
		width: 91%;
	}
}

@media (max-width: 991.98px) {
	.list-columns .list-columns-img:after {
		right: auto;
		left: 1.25rem;
		width: 47%;
	}
}

@media (max-width: 767.98px) {
	.list-columns .list-columns-img:after {
		width: 64%;
	}
}

.list-columns .list-columns-img img {
	height: 100%;
	padding-right: 0.9375rem;
}

@media (max-width: 575.98px) {
	.list-columns .list-columns-img img {
		width: 92%;
	}
}

@media (min-width: 992px) {
	.list-columns .list-columns-img img {
		padding-right: 0;
		width: 92%;
	}
}

@media (min-width: 1400px) {
	.list-columns .list-columns-img img {
		padding-right: 2.1875rem;
	}
}

.list-columns .bullet-listing h6, .list-columns .bullet-listing .h6 {
	margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
	.list-columns .bullet-listing h6, .list-columns .bullet-listing .h6 {
		margin-bottom: 0.9375rem;
	}
}

.list-columns .bullet-listing ul {
	margin-bottom: 1.875rem;
}

@media (min-width: 1200px) {
	.list-columns .bullet-listing ul {
		padding-right: 2.75rem;
	}
}

.list-columns .bullet-listing ul li {
	position: relative;
	color: #5b6770;
	padding-left: 0.75rem;
	margin-bottom: 0.5rem;
	font-size: 1.125rem;
	line-height: 1.25rem;
	padding-bottom: 0;
}

@media (min-width: 576px) {
	.list-columns .bullet-listing ul li {
		font-size: 1.125rem;
		line-height: 1.375rem;
		max-width: 20rem;
		margin-bottom: 0.75rem;
	}
}

.list-columns .bullet-listing ul li:after {
	display: none;
}

.list-columns .bullet-listing ul li:before {
	content: "";
	position: absolute;
	top: 0.5rem;
	left: 0;
	width: 0.3125rem;
	height: 0.3125rem;
	background: #5b6770;
	border-radius: 3.125rem;
}

@media (max-width: 575.98px) {
	.list-columns .bullet-listing ul li:before {
		top: 0.4375rem;
	}
}

.contact {
	padding: 3.75rem 0;
}

@media (min-width: 1200px) {
	.contact {
		padding: 6.25rem 0 6.25rem;
	}
}

@media (min-width: 1400px) {
	.contact {
		padding: 13.5625rem 0 12.25rem;
	}
}

.contact .inner-banner {
	padding: 0;
}

.contact .contact-form {
	width: 100%;
	background: #fff;
	padding: 1.875rem 1.25rem;
	margin-bottom: 1.875rem;
}

@media (min-width: 992px) {
	.contact .contact-form {
		width: 59%;
		margin-bottom: 0;
	}
}

@media (min-width: 1400px) {
	.contact .contact-form {
		padding: 4.3125rem 3.75rem 2.8125rem 3.625rem;
		margin-bottom: 0;
	}
}

.contact .contact-form h2, .contact .contact-form .h2 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #000 !important;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

@media (min-width: 576px) {
	.contact .contact-form h2, .contact .contact-form .h2 {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
}

@media (min-width: 1200px) {
	.contact .contact-form h2, .contact .contact-form .h2 {
		font-size: 1.75rem;
		line-height: 2.375rem;
	}
}

.contact .contact-form p {
	color: #5b6770 !important;
	font-size: 1rem;
	line-height: 1.5rem;
}

@media (min-width: 576px) {
	.contact .contact-form p {
		font-size: 1.125rem;
		line-height: 1.625rem;
	}
}

.contact .contact-form p a {
	display: inline-block;
	color: #5b6770 !important;
}

.contact .contact-form p a:hover {
	color: #005eb8 !important;
}

.contact .contact-form .contact-head {
	padding: 0 0.625rem;
}

.contact .contact-form .gform_confirmation_message {
	color: green !important;
}

.contact .contact-form .gform_wrapper form {
	margin-top: 2.0625rem;
}

.contact .contact-form .gform_wrapper form .gform_body .gfield {
	width: 100%;
	padding: 0;
	margin-bottom: 0.9375rem;
	grid-column: initial !important;
}

@media (min-width: 1200px) {
	.contact .contact-form .gform_wrapper form .gform_body .gfield {
		width: 50%;
		padding: 0 0.625rem;
	}
}

.contact .contact-form .gform_wrapper form .gform_body .gfield input {
	border: 0.0625rem solid #b1b8c6;
	border-radius: 0;
	padding: 0.6875rem 0.625rem 0.5625rem 0.8125rem;
	color: #5b6770 !important;
	font-size: 1rem;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	letter-spacing: 0.03125rem;
	min-height: initial !important;
	line-height: initial !important;
}

.contact .contact-form .gform_wrapper form .gform_body .gfield select {
	border: 0.0625rem solid #b1b8c6 !important;
	border-radius: 0;
	padding: 0.5rem 1.25rem 0.5rem 0.8125rem;
	color: #5b6770 !important;
	font-size: 1rem;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	background-color: #fff;
	text-transform: capitalize;
	background-image: url(../images/svgs/form-down-arrow.svg);
	background-position: 98.1% 50%;
	background-size: 0.625rem;
	letter-spacing: 0.00625rem;
	-webkit-appearance: none;
}

.contact .contact-form .gform_wrapper form .gform_body .gfield option {
	color: #5b6770 !important;
}

.contact .contact-form .gform_wrapper form .gform_body .gfield textarea {
	border: 0.0625rem solid #b1b8c6 !important;
	border-radius: 0;
	padding: 0.625rem 0.625rem 0.625rem 0.625rem;
	color: #5b6770 !important;
	font-size: 1rem;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	background-color: #fff;
	resize: none;
	height: 4.3125rem;
	letter-spacing: 0.03125rem;
}

.contact .contact-form .gform_wrapper form .gform_body .gfield.full-row {
	width: 100%;
}

.contact .contact-form .gform_wrapper form .gform_body .ginput_recaptcha > div {
	transform: scale(0.8);
	margin-left: -1.625rem !important;
}

@media (min-width: 1200px) {
	.contact .contact-form .gform_wrapper form .gform_body .ginput_recaptcha {
		margin-top: 0.5625rem;
	}
}

.contact .contact-form .gform_wrapper form .gform_fields {
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: initial;
	grid-row-gap: 0;
}

.contact .contact-form .gform_wrapper form input::-webkit-input-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.contact .contact-form .gform_wrapper form input::-moz-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.contact .contact-form .gform_wrapper form input:-ms-input-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.contact .contact-form .gform_wrapper form input:-moz-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.contact .contact-form .gform_wrapper form textarea::-webkit-input-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.contact .contact-form .gform_wrapper form textarea::-moz-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.contact .contact-form .gform_wrapper form textarea:-ms-input-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.contact .contact-form .gform_wrapper form textarea:-moz-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.contact .contact-form .gform_wrapper form .gform_footer {
	margin: 0 0 0 0;
	position: relative;
	padding: 0;
}

@media (min-width: 1200px) {
	.contact .contact-form .gform_wrapper form .gform_footer {
		margin: 0 0 0 0.625rem;
	}
}

.contact .contact-form .gform_wrapper form .gform_footer input[type=submit] {
	margin-top: 0;
	font-size: 0.9375rem;
	font-weight: 800;
	color: #fff;
	background: #005eb8;
	width: auto !important;
	border: 1px solid transparent;
	display: inline-block;
	padding: 0.875rem 1.5625rem 0.8125rem 1.4375rem;
	text-align: center;
	cursor: pointer;
	transition: 0.5s all;
	border-radius: 0;
	min-height: initial !important;
	line-height: initial !important;
}

.contact .contact-form .gform_wrapper form .gform_footer input[type=submit]:hover {
	background: #182e98;
	border: 1px solid #182e98;
	color: #fff;
}

.contact .contact-form .gform_wrapper form .gform_footer input[type=submit]:focus {
	border: 1px solid #182e98;
	color: #fff;
}

.contact .contact-form .gform_wrapper form .gform_footer .gform_ajax_spinner {
	position: relative;
	left: 0.625rem;
}

.contact .contact-form .gform_wrapper .ginput_container_checkbox {
	text-align: left;
	margin: 0 0 0 0;
}

.contact .contact-form .gform_wrapper .ginput_container_checkbox .gfield_checkbox {
	display: block;
	max-width: 100%;
}

.contact .contact-form .gform_wrapper .ginput_container_checkbox .gfield_checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none !important;
	cursor: pointer;
}

.contact .contact-form .gform_wrapper .ginput_container_checkbox .gfield_checkbox label {
	position: relative;
	cursor: pointer;
	color: #5b6770 !important;
	font-size: 1rem;
	padding-left: 2.125rem;
	max-width: 100%;
	margin-bottom: 0;
	line-height: normal;
	text-transform: initial;
	font-weight: 400;
	letter-spacing: 0.03125rem;
}

.contact .contact-form .gform_wrapper .ginput_container_checkbox .gfield_checkbox label a {
	color: #005eb8 !important;
	display: inline-block;
}

.contact .contact-form .gform_wrapper .ginput_container_checkbox .gfield_checkbox label a:hover {
	color: #fff;
}

.contact .contact-form .gform_wrapper .ginput_container_checkbox .gfield_checkbox label a:focus {
	color: #fff;
}

.contact .contact-form .gform_wrapper .gform_validation_errors {
	display: none;
}

.contact .contact-form .gform_wrapper .validation_message {
	background: transparent;
	border: none;
	padding: 0.3125rem 0 0 0;
	margin: 0;
	color: red !important;
}

.contact .contact-wrap {
	max-width: 84.875rem;
	margin-top: 0.625rem;
}

@media (max-width: 767.98px) {
	.contact .contact-wrap {
		flex-wrap: wrap;
	}
}

@media (min-width: 992px) {
	.contact .contact-wrap {
		margin-left: 17.5rem;
		margin-top: 2.8125rem;
	}
}

.contact .contact-block {
	width: 100%;
	padding-left: 0;
}

@media (min-width: 768px) {
	.contact .contact-block {
		padding-left: 0.9375rem;
	}
}

@media (min-width: 992px) {
	.contact .contact-block {
		padding-left: 1.875rem;
		max-width: 23.75rem;
	}
}

@media (min-width: 1400px) {
	.contact .contact-block {
		padding-left: 0;
	}
}

.contact .contact-block ul li {
	line-height: inherit;
	margin-bottom: 0;
	padding-left: 0;
}

.contact .contact-block ul li:after {
	display: none;
}

.contact .contact-block a {
	display: inline-block;
	width: 100%;
	margin-bottom: 1.25rem;
}

.contact .contact-block a .contact-side-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 7.5rem;
}

.contact .contact-block a .contact-side-link {
	background: #000;
	padding: 0.5625rem 0.9375rem 0.75rem 0.9375rem;
}

.contact .contact-block a .contact-side-link span {
	display: inline-block;
	position: relative;
	width: 100%;
	font-family: "Archivo", sans-serif;
	font-weight: 800;
	font-size: 0.9375rem;
	text-transform: uppercase;
}

@media (max-width: 575.98px) {
	.contact .contact-block a .contact-side-link span {
		font-size: 0.875rem;
	}
}

.contact .contact-block a .contact-side-link span:before {
	content: "";
	position: absolute;
	background: #182e98;
	width: 0.25rem;
	height: 1.1875rem;
	right: 0.4375rem;
	top: -0.125rem;
	transition: all 0.5s ease-in-out;
}

.contact .contact-block a .contact-side-link span:after {
	content: "";
	position: absolute;
	background: #182e98;
	width: 1.125rem;
	height: 0.25rem;
	right: 0;
	top: 0.375rem;
	transition: all 0.5s ease-in-out;
}

.contact .contact-block a:hover .contact-side-link span:before {
	background: #fff;
}

.contact .contact-block a:hover .contact-side-link span:after {
	background: #fff;
}

.contact-form .gfield_checkbox label:before {
	content: "";
	appearance: none;
	background-color: transparent;
	border: 0.0625rem solid #b1b8c6;
	padding: 0.5625rem;
	display: inline-block;
	position: absolute;
	left: 0;
	top: -0.0625rem;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 1rem;
	border-radius: 0;
}

.contact-form .gfield_checkbox input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0.4375rem;
	width: 0.375rem;
	height: 0.875rem;
	border: solid #b1b8c6;
	border-width: 0 0.125rem 0.125rem 0;
	transform: rotate(45deg);
}

.checkmark-columns {
	padding: 3.75rem 0;
}

@media (min-width: 1200px) {
	.checkmark-columns {
		padding: 5rem 0 5rem;
	}
}

@media (min-width: 1400px) {
	.checkmark-columns {
		padding: 8.75rem 0;
	}
}

.checkmark-columns .heading {
	max-width: 67.625rem;
	margin-bottom: 1.875rem;
}

.checkmark-columns .heading h2, .checkmark-columns .heading .h2 {
	margin-bottom: 0.9375rem;
}

@media (min-width: 992px) {
	.checkmark-columns .heading h2, .checkmark-columns .heading .h2 {
		margin-bottom: 1.5625rem;
	}
}

@media (min-width: 1200px) {
	.checkmark-columns .heading {
		margin-bottom: 3.75rem;
	}
}

@media (min-width: 1400px) {
	.checkmark-columns .heading {
		margin-bottom: 5.75rem;
	}
}

.checkmark-columns .centered-content-wrap img {
	margin-bottom: 2.1875rem;
	height: auto;
}

.checkmark-columns .columns-wrap .col-xl-4 .checkmark-columns-row {
	max-width: 100%;
}

@media (min-width: 768px) {
	.checkmark-columns .columns-wrap .col-xl-4 .checkmark-columns-row {
		max-width: 28.75rem;
	}
}

@media (max-width: 767.98px) {
	.checkmark-columns .columns-wrap .col-12:last-child .checkmark-columns-row {
		margin-bottom: 0;
	}
}

.checkmark-columns .columns-wrap.three-column {
	max-width: 78.125rem;
	width: 100%;
	margin: 0 auto;
}

.checkmark-columns.side-checkmark .checkmark-columns-row {
	display: flex;
	padding-left: 3.125rem;
	max-width: 19.375rem;
	margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.checkmark-columns.side-checkmark .checkmark-columns-row {
		padding-left: 4.0625rem;
	}
}

@media (min-width: 1200px) {
	.checkmark-columns.side-checkmark .checkmark-columns-row {
		margin-bottom: 3.6875rem;
	}
}

.checkmark-columns.side-checkmark .checkmark {
	position: relative;
}

.checkmark-columns.side-checkmark .checkmark:before {
	content: "";
	position: absolute;
	left: -3.1875rem;
	top: 0;
	width: 2.1875rem;
	height: 2.1875rem;
	border: 0.125rem solid #a2aaad;
}

@media (min-width: 768px) {
	.checkmark-columns.side-checkmark .checkmark:before {
		left: -4.0625rem;
	}
}

.checkmark-columns.side-checkmark .checkmark:after {
	content: "";
	display: block;
	position: absolute;
	top: 0.4375rem;
	left: -2.3125rem;
	width: 0.4375rem;
	height: 1.0625rem;
	border: solid #005eb8;
	border-width: 0 0.125rem 0.125rem 0;
	transform: rotate(45deg);
}

@media (min-width: 768px) {
	.checkmark-columns.side-checkmark .checkmark:after {
		left: -3.1875rem;
	}
}

.checkmark-columns.side-checkmark .checkmark-content {
	margin-top: 0.4375rem;
}

.checkmark-columns.side-checkmark .checkmark-content h6, .checkmark-columns.side-checkmark .checkmark-content .h6 {
	text-transform: uppercase;
	margin-bottom: 0.8125rem;
}

@media (max-width: 575.98px) {
	.checkmark-columns.side-checkmark .checkmark-content h6, .checkmark-columns.side-checkmark .checkmark-content .h6 {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

.checkmark-columns.side-checkmark .checkmark-content p {
	font-size: 1rem;
	line-height: 1.375rem;
}

@media (max-width: 575.98px) {
	.checkmark-columns.side-checkmark .checkmark-content p {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}

.checkmark-columns.side-checkmark .three-column {
	max-width: 93.75rem;
	width: 100%;
}

.checkmark-columns.top-checkmark {
	padding-top: 6.25rem;
}

@media (min-width: 1200px) {
	.checkmark-columns.top-checkmark {
		padding-top: 13.125rem;
	}
}

@media (min-width: 1400px) {
	.checkmark-columns.top-checkmark {
		padding-top: 16.875rem;
	}
}

.checkmark-columns.top-checkmark .checkmark-columns-wrap {
	max-width: 78.75rem;
	margin: 0 auto;
}

.checkmark-columns.top-checkmark .checkmark-columns-row {
	display: inline-block;
	margin-bottom: 1.875rem;
	width: 100%;
	text-align: center;
}

@media (min-width: 1200px) {
	.checkmark-columns.top-checkmark .checkmark-columns-row {
		margin-bottom: 6.6875rem;
	}
}

.checkmark-columns.top-checkmark .checkmark {
	position: relative;
	margin-bottom: 0.75rem;
}

.checkmark-columns.top-checkmark .checkmark:before {
	content: "";
	display: inline-block;
	left: 0;
	top: 0;
	width: 2.1875rem;
	height: 2.1875rem;
	border: 0.125rem solid #5b6770;
}

.checkmark-columns.top-checkmark .checkmark:after {
	content: "";
	display: block;
	position: absolute;
	top: 0.4375rem;
	left: 0;
	right: 0;
	width: 0.4375rem;
	height: 1.0625rem;
	border: solid #5b6770;
	border-width: 0 0.125rem 0.125rem 0;
	transform: rotate(45deg);
	margin: 0 auto;
}

.checkmark-columns.top-checkmark .checkmark-content {
	margin-top: 0.4375rem;
}

.checkmark-columns.top-checkmark .checkmark-content h6, .checkmark-columns.top-checkmark .checkmark-content .h6 {
	margin-bottom: 0.8125rem;
	font-size: 1.125rem;
	line-height: 1.625rem;
	font-weight: 400;
}

@media (max-width: 575.98px) {
	.checkmark-columns.top-checkmark .checkmark-content h6, .checkmark-columns.top-checkmark .checkmark-content .h6 {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

.checkmark-columns.top-checkmark .checkmark-content p {
	font-size: 1rem;
	line-height: 1.375rem;
}

.fifty-fifty-table {
	padding: 3.75rem 0;
}

@media (min-width: 1200px) {
	.fifty-fifty-table {
		padding: 6.25rem 0 3.75rem;
	}
}

@media (min-width: 1400px) {
	.fifty-fifty-table {
		padding: 9.0625rem 0 6.875rem;
	}
}

.fifty-fifty-table .fifty-fifty-table-main {
	max-width: 85rem;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
	border-bottom-left-radius: 0.3125rem;
	border-bottom-right-radius: 0.3125rem;
	margin-bottom: 2.5rem;
}

@media (max-width: 991.98px) {
	.fifty-fifty-table .fifty-fifty-table-main {
		padding-bottom: 0.3125rem;
	}
}

.fifty-fifty-table .fifty-fifty-table-main .heading-sec {
	background: #005eb8;
	padding: 1.875rem 1.25rem;
	margin-bottom: 2.5rem;
}

@media (min-width: 1200px) {
	.fifty-fifty-table .fifty-fifty-table-main .heading-sec {
		padding: 1.875rem 5rem;
		margin-bottom: 3.75rem;
	}
}

@media (min-width: 1400px) {
	.fifty-fifty-table .fifty-fifty-table-main .heading-sec {
		padding: 3.5625rem 8.625rem 2.5rem;
		margin-bottom: 5rem;
	}
}

.fifty-fifty-table .fifty-fifty-table-main .heading-sec h2, .fifty-fifty-table .fifty-fifty-table-main .heading-sec .h2 {
	color: #fff;
	font-weight: 300;
}

.fifty-fifty-table .fifty-fifty-table-main .heading-sec p {
	color: #fff;
}

.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec {
	width: 100%;
	margin: 0 auto;
	padding: 0 1.25rem 1.875rem;
	margin-bottom: 1.875rem;
	position: relative;
}

@media (min-width: 1200px) {
	.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec {
		padding: 0 5rem 2.625rem;
	}
}

@media (min-width: 1400px) {
	.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec {
		padding: 0 8.625rem 2.625rem;
		margin-bottom: 3rem;
	}
}

.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: calc(100% - 40px);
	height: 0.0625rem;
	background: #a2aaad;
	margin: 0 auto;
}

@media (min-width: 1200px) {
	.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec:after {
		width: calc(100% - 160px);
	}
}

@media (min-width: 1400px) {
	.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec:after {
		width: calc(100% - 276px);
	}
}

.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec:last-child {
	border-bottom: none;
}

.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec:last-child:after {
	display: none;
}

.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec .fifty-fifty-image {
	width: 100%;
	max-width: 24.1875rem;
	height: 15rem;
	margin-bottom: 1.875rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

@media (min-width: 992px) {
	.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec .fifty-fifty-image {
		width: 50%;
		height: auto;
		margin-bottom: 0;
	}
}

@media (max-width: 575.98px) {
	.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec .fifty-fifty-image {
		background-size: 100%;
	}
}

.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec .fifty-fifty-content {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

@media (min-width: 992px) {
	.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec .fifty-fifty-content {
		width: 50%;
		max-width: 24.1875rem;
		padding: 3.125rem 0;
	}
}

.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec .fifty-fifty-content h2, .fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec .fifty-fifty-content .h2 {
	font-family: "Archivo", sans-serif;
	font-weight: 800;
	font-size: 1.125rem;
	line-height: 1.5rem;
	margin-bottom: 0.625rem;
	color: #162851;
}

@media (min-width: 576px) {
	.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec .fifty-fifty-content h2, .fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec .fifty-fifty-content .h2 {
		font-size: 1.25rem;
		line-height: 1.625rem;
	}
}

@media (min-width: 992px) {
	.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec .fifty-fifty-content h2, .fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec .fifty-fifty-content .h2 {
		font-size: 1.375rem;
		line-height: 1.75rem;
	}
}

.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec .fifty-fifty-content p {
	font-size: 1rem;
	line-height: 1.5rem;
}

@media (min-width: 576px) {
	.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec .fifty-fifty-content p {
		font-size: 1.125rem;
		line-height: 1.625rem;
	}
}

.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec .fifty-fifty-content p:last-child {
	margin-bottom: 0;
}

.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec.media-text .fifty-fifty-image {
	order: 1;
}

.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec.media-text .fifty-fifty-content {
	order: 2;
}

.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec.text-media .fifty-fifty-image {
	order: 2;
}

.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec.text-media .fifty-fifty-content {
	order: 1;
}

.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec.text-text {
	position: relative;
}

.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec.text-text:before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: 0;
	width: 0.0625rem;
	height: 86%;
	background: #a2aaad;
}

@media (max-width: 991.98px) {
	.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec.text-text:before {
		display: none;
	}
}

.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec.text-text .fifty-fifty-content {
	padding-right: 0;
	padding-left: 3.125rem;
}

@media (min-width: 992px) {
	.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec.text-text .fifty-fifty-content {
		max-width: 33.75rem;
	}
}

@media (min-width: 1200px) {
	.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec.text-text .fifty-fifty-content {
		padding-right: 0;
		padding-left: 3.125rem;
	}
}

@media (min-width: 1400px) {
	.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec.text-text .fifty-fifty-content {
		padding-right: 0;
		padding-left: 3.125rem;
	}
}

@media (max-width: 991.98px) {
	.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec.text-text .fifty-fifty-content {
		padding-right: 0;
		padding-left: 0;
	}
}

.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec.text-text .fifty-fifty-content:first-child {
	margin-left: 0;
	position: relative;
	border-bottom: 0.0625rem solid #a2aaad;
	margin-bottom: 1.875rem;
	padding-bottom: 1.875rem;
	padding-right: 2.5rem;
	padding-left: 0;
}

@media (min-width: 992px) {
	.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec.text-text .fifty-fifty-content:first-child {
		border-bottom: none;
	}
}

@media (min-width: 1200px) {
	.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec.text-text .fifty-fifty-content:first-child {
		padding-right: 3.125rem;
	}
}

@media (min-width: 1400px) {
	.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec.text-text .fifty-fifty-content:first-child {
		padding-right: 3.125rem;
	}
}

@media (max-width: 991.98px) {
	.fifty-fifty-table .fifty-fifty-table-main .fifty-fifty-sec.text-text .fifty-fifty-content:first-child {
		padding-right: 0;
	}
}

.images-row {
	padding: 3.75rem 0 0;
}

@media (min-width: 1400px) {
	.images-row {
		padding: 5rem 0 0;
	}
}

@media (min-width: 1400px) {
	.images-row {
		padding: 10rem 0 3.125rem;
	}
}

.images-row .images-row-img {
	margin-bottom: 1.25rem;
	text-align: center;
}

.images-row .images-row-img img {
	width: 100%;
}

@media (min-width: 576px) {
	.images-row .images-row-img img {
		width: auto;
	}
}

@media (min-width: 992px) {
	.images-row .images-row-img img {
		width: 100%;
		margin-bottom: 0;
	}
}

.images-row .images-row-img-full {
	margin-bottom: 1.25rem;
}

.images-row .images-row-img-full img {
	width: 100%;
}

@media (min-width: 992px) {
	.images-row .images-row-img-full img {
		margin-bottom: 0;
	}
}

.featured-data-sheet-block {
	padding: 3.75rem 0;
}

@media (min-width: 992px) {
	.featured-data-sheet-block {
		padding: 5rem 0 5rem;
	}
}

@media (min-width: 1400px) {
	.featured-data-sheet-block {
		padding: 10.0625rem 0 9.375rem;
	}
}

.featured-data-sheet-block .heading {
	margin-bottom: 2.5rem;
}

@media (min-width: 1200px) {
	.featured-data-sheet-block .heading {
		margin-bottom: 5.125rem;
	}
}

.featured-data-sheet-block .featured-data-sheet-item {
	padding-top: 2.1875rem;
	position: relative;
}

.featured-data-sheet-block .featured-data-sheet-item .equalize-featured-card {
	height: auto !important;
}

.featured-data-sheet-block .featured-data-sheet-item .inner-item {
	padding: 0 0 2.5rem;
	margin-bottom: 1.875rem;
}

.featured-data-sheet-block .featured-data-sheet-item .inner-item img {
	width: 100%;
	height: auto;
	margin-top: -2.375rem;
	margin-bottom: 1.875rem;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
	.featured-data-sheet-block .featured-data-sheet-item .inner-item img {
		min-height: 21.25rem;
	}
}

@media (max-width: 767.98px) {
	.featured-data-sheet-block .featured-data-sheet-item .inner-item img {
		min-height: auto;
	}
}

@media (min-width: 1550px) {
	.featured-data-sheet-block .featured-data-sheet-item .inner-item {
		padding: 0 1.25rem 3.5625rem;
	}
}

@media (min-width: 1550px) {
	.featured-data-sheet-block .featured-data-sheet-item .inner-item {
		padding: 0 1.875rem 3.5625rem;
	}
}

@media (max-width: 767.98px) {
	.featured-data-sheet-block .featured-data-sheet-item .inner-item .equalize-featured-card {
		height: auto !important;
	}
}

.featured-data-sheet-block .featured-data-sheet-item .button-link {
	position: relative;
	bottom: -0.3125rem;
	left: 0;
}

.featured-data-sheet-block .featured-data-sheet-item .button-link:before {
	right: auto;
	left: 0;
}

.featured-data-sheet-block .featured-data-sheet-item .button-link:after {
	background: #005eb8;
}

.featured-data-sheet-block .featured-data-sheet-item .button-link em {
	color: #005eb8;
	padding-right: 0;
	padding-left: 30px;
}

@media (max-width: 767.98px) {
	.featured-data-sheet-block .featured-data-sheet-item .button-link em {
		top: 0.1875rem;
	}
}

.featured-data-sheet-block .featured-data-sheet-item a:hover .button-link em {
	opacity: 1;
	color: #005eb8;
}

.featured-data-sheet-block .pagination {
	margin-top: 0;
}

.careers-section {
	padding: 3.125rem 0 3.125rem;
}

@media (min-width: 1200px) {
	.careers-section {
		padding: 5rem 0 5rem;
	}
}

@media (min-width: 1400px) {
	.careers-section {
		padding: 11.125rem 0 8.625rem;
	}
}

.careers-section .heading {
	text-align: left;
	width: 100%;
	max-width: 90rem;
	margin-bottom: 1.875rem;
}

@media (min-width: 1400px) {
	.careers-section .heading {
		margin-bottom: 4.0625rem;
	}
}

.careers-section .career-row {
	padding: 1.5625rem 0;
	border-bottom: 0.0625rem solid #c7c7c7;
}

.careers-section .career-row:first-child {
	border-top: 0.0625rem solid #c7c7c7;
}

@media (min-width: 768px) {
	.careers-section .career-row {
		padding: 1.5625rem 0 0.625rem;
	}
}

@media (min-width: 1200px) {
	.careers-section .career-row {
		padding: 3.125rem 0 1.5625rem;
	}
}

.careers-section .column {
	display: flex;
	flex-wrap: wrap;
	max-width: 88.4375rem;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.careers-section .column {
		flex-wrap: initial;
	}
}

.careers-section .column .careers-title {
	width: 100%;
}

@media (min-width: 768px) {
	.careers-section .column .careers-title {
		width: 44%;
	}
}

@media (min-width: 1200px) {
	.careers-section .column .careers-title {
		width: 49%;
	}
}

.careers-section .column .careers-title h3, .careers-section .column .careers-title .h3 {
	display: inline-block;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-family: "Roboto", sans-serif;
	font-weight: 900;
}

.careers-section .column .careers-desc {
	width: 100%;
}

@media (min-width: 768px) {
	.careers-section .column .careers-desc {
		width: 35%;
	}
}

@media (min-width: 1200px) {
	.careers-section .column .careers-desc {
		width: 40%;
	}
}

.careers-section .column .careers-desc h6, .careers-section .column .careers-desc .h6 {
	font-family: "Archivo", sans-serif;
	font-size: 0.9375rem;
	line-height: 1.375rem;
	font-weight: 900;
	color: #5b6770;
	text-transform: uppercase;
	margin-bottom: 0.25rem;
}

.careers-section .column .careers-desc p {
	font-size: 1rem;
	line-height: 1.375rem;
}

.careers-section .column .section-button {
	width: 10.625rem;
}

.careers-section .column .section-button .button-primary-endeavour {
	padding: 0.875rem 1.625rem 0.8125rem;
}

.industry-forward {
	padding: 3.75rem 0 3.75rem;
}

@media (min-width: 992px) {
	.industry-forward {
		padding: 5rem 0 5rem;
	}
}

@media (min-width: 1400px) {
	.industry-forward {
		padding: 9.8125rem 0 8.5rem;
	}
}

.industry-forward .heading {
	max-width: 67.5rem;
	margin-bottom: 1.875rem;
}

@media (min-width: 1200px) {
	.industry-forward .heading {
		margin-bottom: 3.125rem;
	}
}

@media (min-width: 1400px) {
	.industry-forward .heading {
		margin-bottom: 4.6875rem;
	}
}

.industry-forward a {
	display: inline-block;
	width: 100%;
}

.industry-forward a .industry-forward-row {
	margin-bottom: 1.5625rem;
	z-index: 1;
	position: relative;
}

@media (min-width: 992px) {
	.industry-forward a .industry-forward-row {
		margin-bottom: 2.3125rem;
	}
}

.industry-forward a .industry-forward-image-wrap {
	overflow: hidden;
}

.industry-forward a .industry-forward-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 11.25rem;
	transition: all 0.5s ease-in-out;
}

@media (min-width: 992px) {
	.industry-forward a .industry-forward-image {
		height: 12.5rem;
	}
}

@media (min-width: 1400px) {
	.industry-forward a .industry-forward-image {
		height: 13.625rem;
	}
}

.industry-forward a .industry-forward-content {
	padding: 2.25rem 2.3125rem 1.5rem 1.5625rem;
	background: #fff;
}

@media (min-width: 992px) {
	.industry-forward a .industry-forward-content {
		padding: 2.25rem 2.3125rem 1.5rem 2.3125rem;
	}
}

.industry-forward a .industry-forward-content .postcards-inner .name-button {
	text-align: right;
	margin-top: 1.125rem;
}

.industry-forward a .industry-forward-content .postcards-inner .name-button .text-link {
	width: 100%;
}

@media (min-width: 1400px) {
	.industry-forward a .industry-forward-content .postcards-inner .name-button {
		margin-top: 4.5625rem;
	}
}

.industry-forward a .industry-forward-content .postcards-inner p {
	font-size: 1.125rem;
	line-height: 1.625rem;
}

@media (max-width: 575.98px) {
	.industry-forward a .industry-forward-content .postcards-inner p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

.industry-forward a .industry-forward-content .postcards-inner h3, .industry-forward a .industry-forward-content .postcards-inner .h3 {
	position: relative;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-family: "Roboto", sans-serif;
	font-weight: 900;
}

@media (max-width: 575.98px) {
	.industry-forward a .industry-forward-content .postcards-inner h3, .industry-forward a .industry-forward-content .postcards-inner .h3 {
		font-size: 1rem;
		line-height: 1.5rem;
		margin-bottom: 0.5rem;
	}
}

@media (max-width: 767.98px) {
	.industry-forward a .industry-forward-content .postcards-inner .equalize-industry-card {
		height: auto !important;
	}
}

.industry-forward a:hover .industry-forward-image-wrap .industry-forward-image {
	transform: scale(1.1);
}

.great-place-work {
	padding: 0 0 2.5rem 0;
}

@media (min-width: 1200px) {
	.great-place-work {
		padding: 0 0 5rem 0;
	}
}

@media (min-width: 1400px) {
	.great-place-work {
		padding: 0 0 11rem 0;
	}
}

.great-place-work .great-place-work-content {
	max-width: 67.625rem;
	width: 100%;
	margin: 0 auto;
}

.great-place-work .great-place-work-content img {
	margin-bottom: 2.5rem;
}

@media (min-width: 1400px) {
	.great-place-work .great-place-work-content img {
		margin-bottom: 6rem;
	}
}

.great-place-work .great-place-work-content h2, .great-place-work .great-place-work-content .h2 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	text-transform: uppercase;
	margin-bottom: 0.5625rem;
}

@media (min-width: 576px) {
	.great-place-work .great-place-work-content h2, .great-place-work .great-place-work-content .h2 {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
}

@media (min-width: 1200px) {
	.great-place-work .great-place-work-content h2, .great-place-work .great-place-work-content .h2 {
		font-size: 1.75rem;
		margin-bottom: 1.0625rem;
	}
}

.cards-with-gray-header {
	padding: 2.5rem 0;
}

@media (min-width: 992px) {
	.cards-with-gray-header {
		padding: 5rem 0 5rem;
	}
}

@media (min-width: 1400px) {
	.cards-with-gray-header {
		padding: 8.625rem 0;
	}
}

.cards-with-gray-header .heading {
	max-width: 100%;
	margin-bottom: 2.5rem;
}

@media (min-width: 1400px) {
	.cards-with-gray-header .heading {
		margin-bottom: 5.375rem;
	}
}

.cards-with-gray-header .cards-gray-header {
	background: #5b6770;
	padding: 0.9375rem 1.25rem;
}

@media (min-width: 768px) {
	.cards-with-gray-header .cards-gray-header {
		padding: 0.9375rem 1.875rem;
	}
}

@media (min-width: 1400px) {
	.cards-with-gray-header .cards-gray-header {
		padding: 1.25rem 3.75rem;
	}
}

.cards-with-gray-header .cards-gray-header h3, .cards-with-gray-header .cards-gray-header .h3 {
	margin-bottom: 0;
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.625rem;
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	max-width: 17.8125rem;
	width: 100%;
}

@media (min-width: 768px) {
	.cards-with-gray-header .cards-gray-header h3, .cards-with-gray-header .cards-gray-header .h3 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

.cards-with-gray-header .cards-gray-header .equalize-gray {
	display: flex;
	align-items: center;
}

@media (max-width: 767.98px) {
	.cards-with-gray-header .cards-gray-header .equalize-gray {
		height: auto !important;
	}
}

.cards-with-gray-header .cards-gray-header-wrap {
	margin-bottom: 1.875rem;
}

.cards-with-gray-header .cards-listing {
	background: #fff;
	padding: 1.25rem;
}

@media (min-width: 576px) {
	.cards-with-gray-header .cards-listing {
		padding: 1.875rem;
	}
}

@media (min-width: 1400px) {
	.cards-with-gray-header .cards-listing {
		padding: 2.1875rem 7.5rem 3.375rem 3.875rem;
	}
}

.cards-with-gray-header .cards-listing p {
	font-size: 1.125rem;
	line-height: 1.625rem;
}

.cards-with-gray-header .cards-listing ul li {
	position: relative;
	padding-left: 0.9375rem;
	color: #5b6770;
	font-size: 1.125rem;
	line-height: 1.625rem;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-bottom: 0.75rem;
	padding-bottom: 0;
}

@media (min-width: 768px) {
	.cards-with-gray-header .cards-listing ul li {
		padding-left: 0.75rem;
	}
}

@media (max-width: 575.98px) {
	.cards-with-gray-header .cards-listing ul li {
		font-size: 0.875rem;
		line-height: 1.5rem;
	}
}

.cards-with-gray-header .cards-listing ul li:after {
	display: none;
}

.cards-with-gray-header .cards-listing ul li:before {
	content: "";
	position: absolute;
	top: 0.5rem;
	left: 0;
	background: #5b6770;
	width: 0.3125rem;
	height: 0.3125rem;
	border-radius: 3.125rem;
}

@media (max-width: 767.98px) {
	.cards-with-gray-header .cards-listing .equalize-cards-gray {
		height: auto !important;
	}
}

.cards-with-pattern {
	padding: 0 0 2.5rem;
}

@media (min-width: 992px) {
	.cards-with-pattern {
		padding: 0 0 3.75rem;
	}
}

@media (min-width: 1400px) {
	.cards-with-pattern {
		padding: 0 0 7.8125rem;
	}
}

.cards-with-pattern .cards-with-pattern-block {
	padding: 1.875rem 1.875rem 0.625rem 1.875rem;
	background: #ededed;
	margin-bottom: 1.5625rem;
}

@media (min-width: 992px) {
	.cards-with-pattern .cards-with-pattern-block {
		padding: 1.875rem 1.875rem 1.875rem 1.875rem;
	}
}

@media (min-width: 1200px) {
	.cards-with-pattern .cards-with-pattern-block {
		padding: 1.875rem 1.875rem 1.875rem 3.4375rem;
	}
}

@media (min-width: 1400px) {
	.cards-with-pattern .cards-with-pattern-block {
		padding: 1.6875rem 3.125rem 6.25rem 3.875rem;
	}
}

@media (max-width: 991.98px) {
	.cards-with-pattern .cards-with-pattern-block .equalize-cards-pattern {
		height: auto !important;
	}
}

.cards-with-pattern .pattern-whiteHorizontal {
	margin-bottom: 1.25rem;
	margin-left: 0;
}

@media (min-width: 1200px) {
	.cards-with-pattern .pattern-whiteHorizontal {
		margin-bottom: 2.9375rem;
		margin-left: -2.5rem;
	}
}

.cards-with-pattern .equalize-cards-pattern h3, .cards-with-pattern .equalize-cards-pattern .h3 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

@media (min-width: 576px) {
	.cards-with-pattern .equalize-cards-pattern h3, .cards-with-pattern .equalize-cards-pattern .h3 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media (min-width: 1200px) {
	.cards-with-pattern .equalize-cards-pattern h3, .cards-with-pattern .equalize-cards-pattern .h3 {
		font-size: 1.75rem;
		line-height: 2.375rem;
	}
}

.cards-with-pattern .equalize-cards-pattern p {
	font-size: 1rem;
	line-height: 1.5rem;
}

@media (min-width: 576px) {
	.cards-with-pattern .equalize-cards-pattern p {
		font-size: 1.125rem;
		line-height: 1.625rem;
	}
}

#centered-content-block_621cc59fdbd12\  {
	margin-bottom: 3.75rem;
}

@media (min-width: 1400px) {
	#centered-content-block_621cc59fdbd12\  {
		margin-bottom: 10rem;
	}
}

.leadership {
	padding: 2.5rem 0 2.5rem;
}

@media (min-width: 576px) {
	.leadership {
		padding: 2.5rem 0 2.5rem;
	}
}

@media (min-width: 992px) {
	.leadership {
		padding: 5rem 0 5rem;
	}
}

@media (min-width: 1400px) {
	.leadership {
		padding: 8.8125rem 0 4.375rem;
	}
}

@media (max-width: 575.98px) {
	.leadership {
		padding: 2.5rem 0 2.5rem;
	}
}

.leadership .leadership-block {
	margin-bottom: 1.875rem;
}

@media (min-width: 1400px) {
	.leadership .leadership-block {
		margin-bottom: 4.875rem;
	}
}

.leadership .leadership-block a {
	display: inline-block;
}

.leadership .leadership-block a .leadership-img {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 11.25rem;
	height: 11.25rem;
	margin-bottom: 0.5rem;
	border: 3px solid rgb(0, 94, 184);
}

@media (min-width: 992px) {
	.leadership .leadership-block a .leadership-img {
		margin-bottom: 1.125rem;
	}
}

.leadership .leadership-block a .leadership-img:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all 0.5s ease-out;
}

.leadership .leadership-block a .leadership-img h6, .leadership .leadership-block a .leadership-img .h6 {
	background: #005eb8;
	color: #fff;
	padding: 0.625rem 1.25rem;
	text-transform: uppercase;
	position: absolute;
	width: 100%;
	bottom: 0;
	margin-bottom: 0;
	opacity: 0;
	transition: all 0.5s ease-out;
	z-index: 1;
}

.leadership .leadership-block a:hover .leadership-img h6, .leadership .leadership-block a:hover .leadership-img .h6 {
	opacity: 1;
}

.leadership .leadership-block a:hover .leadership-img:after {
	opacity: 1;
}

.leadership .leadership-block .leadership-text h5, .leadership .leadership-block .leadership-text .h5 {
	margin-bottom: 0.4375rem;
}

.leadership .leadership-block .leadership-text p {
	font-size: 1rem;
	line-height: 1.375rem;
}

@media (max-width: 575.98px) {
	.leadership .leadership-block .leadership-text p {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}

.leadership-bio {
	padding: 3.75rem 0;
}

@media (min-width: 1200px) {
	.leadership-bio {
		padding: 5rem 0;
	}
}

@media (min-width: 1400px) {
	.leadership-bio {
		padding: 9.125rem 0;
	}
}

.leadership-bio .leadership-bio-wrap {
	max-width: 69.375rem;
}

@media (min-width: 992px) {
	.leadership-bio .leadership-bio-wrap {
		margin-left: 3.75rem;
	}
}

@media (min-width: 1200px) {
	.leadership-bio .leadership-bio-wrap {
		margin-left: 8rem;
	}
}

.leadership-bio .leadership-bio-img {
	width: 11.25rem;
	height: 11.25rem;
	margin-bottom: 1.5625rem;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media (min-width: 992px) {
	.leadership-bio .leadership-bio-img {
		margin-top: 4.6875rem;
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.leadership-bio .leadership-bio-content {
		margin-left: 6.25rem;
	}
}

.leadership-bio .leadership-bio-content span {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 1.25rem;
}

@media (min-width: 1200px) {
	.leadership-bio .leadership-bio-content span {
		margin-bottom: 2.8125rem;
	}
}

.leadership-bio .leadership-bio-content h2, .leadership-bio .leadership-bio-content .h2 {
	text-transform: uppercase;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

@media (min-width: 576px) {
	.leadership-bio .leadership-bio-content h2, .leadership-bio .leadership-bio-content .h2 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media (min-width: 992px) {
	.leadership-bio .leadership-bio-content h2, .leadership-bio .leadership-bio-content .h2 {
		font-size: 1.75rem;
		line-height: 2.375rem;
	}
}

.leadership-bio .leadership-bio-content p {
	font-size: 1.125rem;
	line-height: 1.625rem;
	margin-bottom: 1.6875rem;
}

.leadership-bio .leadership-bio-content .listing-terms {
	margin-bottom: 0.625rem;
}

@media (min-width: 1200px) {
	.leadership-bio .leadership-bio-content .listing-terms {
		margin-bottom: 3rem;
	}
}

.leadership-bio .leadership-bio-content .listing-terms li {
	display: inline-block;
	font-weight: 700;
	margin-right: 1.125rem;
	padding: 0;
	line-height: inherit;
	font-size: 1.375rem;
	font-weight: 900;
	color: #000;
	position: relative;
}

@media (max-width: 575.98px) {
	.leadership-bio .leadership-bio-content .listing-terms li {
		font-size: 1.125rem;
		line-height: 1.625rem;
	}
}

.leadership-bio .leadership-bio-content .listing-terms li:after {
	width: 0.0625rem;
	height: 1.0625rem;
	top: 0.3125rem;
	right: -0.625rem;
	left: auto;
	background: #000;
}

.leadership-bio .leadership-bio-content .listing-terms li:last-child {
	margin-right: 0;
}

.leadership-bio .leadership-bio-content .listing-terms li:last-child:after {
	display: none;
}

.leadership-bio .leadership-bio-content .back-button {
	color: #5b6770;
	position: relative;
	font-size: 1rem;
	margin-left: 4.5rem;
	margin-top: 1.25rem;
	display: inline-block;
}

@media (min-width: 1200px) {
	.leadership-bio .leadership-bio-content .back-button {
		margin-top: 3.125rem;
	}
}

.leadership-bio .leadership-bio-content .back-button span {
	margin-bottom: 0;
	font-size: 1rem;
	color: #5b6770;
}

.leadership-bio .leadership-bio-content .back-button span:after {
	display: none;
}

.leadership-bio .leadership-bio-content .back-button:after {
	content: "";
	padding: 0;
	background: transparent;
	font-size: 0;
	height: 2.8125rem;
	width: 2.8125rem;
	border: 1px solid #a2aaad;
	position: absolute;
	left: -4.5rem;
	top: 45%;
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
}

.leadership-bio .leadership-bio-content .back-button:before {
	position: absolute;
	content: "";
	left: -3.25rem;
	top: 0.375rem;
	background: transparent;
	font-size: 0;
	transform: rotate(45deg);
	border: solid #005eb8;
	border-width: 0 0 0.125rem 0.125rem;
	display: inline-block;
	padding: 0.125rem;
	vertical-align: middle;
	transition: 0.5s all ease;
	cursor: pointer;
}

@media (min-width: 576px) {
	.leadership-bio .leadership-bio-content .back-button:before {
		top: 0.4375rem;
	}
}

.leadership-bio .leadership-bio-content .back-button:hover:after {
	background: #a2aaad;
}

.leadership-bio .leadership-bio-content .back-button:hover:before {
	border: solid #fff;
	border-width: 0 0 0.125rem 0.125rem;
	z-index: 1;
}

.error-page {
	padding: 6.25rem 0;
}

@media (min-width: 992px) {
	.error-page {
		padding: 9.375rem 0;
	}
}

@media (min-width: 1400px) {
	.error-page {
		padding: 14.4375rem 0;
	}
}

.error-page .error-page-content {
	max-width: 51.25rem;
	width: 100%;
	margin: 0 auto;
}

.error-page .error-page-content h4, .error-page .error-page-content .h4 {
	margin-bottom: 0.875rem;
}

.error-page .error-page-content p a {
	display: inline-block;
	position: relative;
}

.error-page .error-page-content p a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.125rem;
	width: 100%;
	height: 0.0625rem;
	margin: 0 auto;
	background: #5b6770;
}

.error-page .error-page-content p a:hover {
	color: #5b6770 !important;
}

.error-page .error-page-content .button-primary-endeavour {
	margin-top: 1.25rem;
}

.error-page .error-page-content .button-primary-endeavour:focus {
	background: #182e98;
	border: 0.0625rem solid #182e98;
}

.search-results-page {
	padding: 3.75rem 0;
}

@media (min-width: 1200px) {
	.search-results-page {
		padding: 5.4375rem 0;
	}
}

@media (max-width: 575.98px) {
	.search-results-page {
		margin-bottom: 1.25rem;
	}
}

.search-results-page .search-results-wrap {
	max-width: 67.625rem;
	width: 100%;
	margin: 0 auto;
}

.search-results-page .search-results-wrap span {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 1.5rem;
}

.search-results-page article {
	margin-bottom: 1.25rem;
	padding-bottom: 1.5625rem;
	border-bottom: 0.0625rem solid #5b6770;
}

.search-results-page article h2, .search-results-page article .h2 {
	font-size: 1.375rem;
	line-height: 1.875rem;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	text-transform: initial;
	margin-bottom: 0.8125rem;
}

@media (min-width: 1200px) {
	.search-results-page article h2, .search-results-page article .h2 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media (min-width: 1400px) {
	.search-results-page article h2, .search-results-page article .h2 {
		font-size: 1.75rem;
		line-height: 2.375rem;
	}
}

.search-results-page article .entry-header {
	font-family: "Archivo", sans-serif;
	font-weight: 900;
	color: #5b6770;
	font-size: 0.9375rem;
	line-height: 1.375rem;
	text-transform: uppercase;
	margin-bottom: 0.9375rem;
}

@media (min-width: 1400px) {
	.search-results-page article {
		margin-bottom: 3.125rem;
		padding-bottom: 2.5rem;
	}
}

.search-results-page .button-primary-endeavour {
	padding: 0.625rem 1.875rem;
}

.search-results-page .page-title {
	background: #fff;
	padding: 0.9375rem;
	margin-bottom: 1.875rem;
}

@media (min-width: 1200px) {
	.search-results-page .page-title {
		padding: 1rem 0.625rem 0.875rem 1.9375rem;
		margin-bottom: 4.6875rem;
	}
}

.search-results-page .page-title h1, .search-results-page .page-title .h1 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.search-results-page .page-title h1, .search-results-page .page-title .h1 {
		font-size: 1.75rem;
		line-height: 2.375rem;
	}
}

.search-results-page .blog-post-sec {
	background: #1d252d;
	padding: 1.625rem 1.625rem 1.625rem 1.625rem;
	margin-bottom: 1.875rem;
}

@media (min-width: 1400px) {
	.search-results-page .blog-post-sec {
		margin-bottom: 5.3125rem;
	}
}

@media (max-width: 767.98px) {
	.search-results-page .blog-post-sec {
		flex-wrap: wrap;
	}
}

.search-results-page .blog-post-sec .blog-post-sec-img {
	width: 55%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media (max-width: 767.98px) {
	.search-results-page .blog-post-sec .blog-post-sec-img {
		height: 13.75rem;
		width: 100%;
	}
}

.search-results-page .blog-post-sec .blog-post-sec-text {
	padding: 1.6875rem 0 1.125rem 0;
	width: 100%;
}

@media (min-width: 768px) {
	.search-results-page .blog-post-sec .blog-post-sec-text {
		padding: 1.6875rem 0 1.5625rem 1.8125rem;
	}
}

@media (max-width: 767.98px) {
	.search-results-page .blog-post-sec .blog-post-sec-text {
		padding-bottom: 0;
	}
}

.search-results-page .blog-post-sec .blog-post-sec-text p {
	margin-bottom: 1.1875rem;
}

.search-results-page .blog-post-sec .blog-post-sec-text .button-primary-endeavour {
	padding: 0.625rem 1.25rem 0.625rem 1.3125rem;
}

.search-results-page .blog-post-sec .blog-post-sec-text h2, .search-results-page .blog-post-sec .blog-post-sec-text .h2 {
	font-family: "Roboto", sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 0.625rem;
	font-weight: 700;
}

@media (min-width: 1200px) {
	.search-results-page .blog-post-sec .blog-post-sec-text h2, .search-results-page .blog-post-sec .blog-post-sec-text .h2 {
		font-size: 1.75rem;
		line-height: 2.375rem;
	}
}

.no-results .page-title {
	margin-bottom: 1.5625rem;
}

.no-results .page-content label {
	display: inline-block;
	width: 100%;
	margin-bottom: 1.25rem;
}

.no-results .page-content input[type=text] {
	border: 0.0625rem solid #b1b8c6;
	border-radius: 0;
	padding: 0.6875rem 0.625rem 0.5625rem 0.8125rem;
	color: #5b6770 !important;
	font-size: 1rem;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	letter-spacing: 0.03125rem;
	min-height: initial !important;
	line-height: initial !important;
}

.schedule-consultation-section {
	padding: 3.75rem 0;
}

@media (min-width: 1200px) {
	.schedule-consultation-section {
		padding: 6.25rem 0 6.25rem;
	}
}

@media (min-width: 1400px) {
	.schedule-consultation-section {
		padding: 9.375rem 0 12.25rem;
	}
}

.schedule-consultation-section .inner-banner {
	padding: 0;
}

.schedule-consultation-section .inner-banner-inner {
	margin-left: 0;
}

.schedule-consultation-section .banner-pattern-img {
	width: 17.5rem;
	padding-right: 0;
}

@media (min-width: 768px) {
	.schedule-consultation-section .banner-pattern-img {
		padding-right: 3.1875rem;
	}
}

@media (min-width: 992px) {
	.schedule-consultation-section .banner-pattern-img {
		padding-right: 5.0625rem;
	}
}

.schedule-consultation-section .banner-pattern-img img {
	width: 12.25rem;
}

.schedule-consultation-section .schedule-consultation-form {
	width: 100%;
	background: #fff;
	padding: 1.875rem 1.25rem;
}

@media (min-width: 1200px) {
	.schedule-consultation-section .schedule-consultation-form {
		width: 100%;
		margin-bottom: 1.875rem;
	}
}

@media (min-width: 1400px) {
	.schedule-consultation-section .schedule-consultation-form {
		padding: 2.625rem 4rem 2.8125rem 3.75rem;
		margin-bottom: 0;
	}
}

.schedule-consultation-section .schedule-consultation-form h2, .schedule-consultation-section .schedule-consultation-form .h2 {
	font-size: 1.5rem;
	line-height: 2rem;
	color: #000 !important;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

@media (min-width: 1200px) {
	.schedule-consultation-section .schedule-consultation-form h2, .schedule-consultation-section .schedule-consultation-form .h2 {
		font-size: 1.75rem;
		line-height: 2.375rem;
	}
}

.schedule-consultation-section .schedule-consultation-form p {
	color: #5b6770 !important;
	font-size: 1.125rem;
	line-height: 1.625rem;
}

.schedule-consultation-section .schedule-consultation-form p a {
	display: inline-block;
	color: #5b6770 !important;
}

.schedule-consultation-section .schedule-consultation-form p a:hover {
	color: #005eb8 !important;
}

.schedule-consultation-section .schedule-consultation-form .contact-head {
	padding: 0 0.625rem;
}

.schedule-consultation-section .schedule-consultation-form .gform_confirmation_message {
	color: green !important;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper form {
	margin-top: 0;
}

@media (min-width: 1200px) {
	.schedule-consultation-section .schedule-consultation-form .gform_wrapper form {
		margin-top: 2.0625rem;
	}
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper form .gform_body .gfield {
	width: 100%;
	padding: 0;
	margin-bottom: 0.9375rem;
	grid-column: initial !important;
}

@media (min-width: 1200px) {
	.schedule-consultation-section .schedule-consultation-form .gform_wrapper form .gform_body .gfield {
		width: 50%;
		padding: 0 0.625rem;
	}
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper form .gform_body .gfield input {
	border: 0.0625rem solid #b1b8c6;
	border-radius: 0;
	padding: 0.6875rem 0.625rem 0.5625rem 0.8125rem;
	color: #5b6770 !important;
	font-size: 1rem;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	letter-spacing: 0.03125rem;
	min-height: initial !important;
	line-height: initial !important;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper form .gform_body .gfield select {
	border: 0.0625rem solid #b1b8c6 !important;
	border-radius: 0;
	padding: 0.5rem 1.25rem 0.5rem 0.8125rem;
	color: #5b6770 !important;
	font-size: 1rem;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	background-color: #fff;
	text-transform: capitalize;
	background-image: url(../images/svgs/form-down-arrow.svg);
	background-position: 98.1% 50%;
	background-size: 0.625rem;
	letter-spacing: 0.00625rem;
	-webkit-appearance: none;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper form .gform_body .gfield option {
	color: #5b6770 !important;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper form .gform_body .gfield textarea {
	border: 0.0625rem solid #b1b8c6 !important;
	border-radius: 0;
	padding: 0.625rem 0.625rem 0.625rem 0.625rem;
	color: #5b6770 !important;
	font-size: 1rem;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	background-color: #fff;
	resize: none;
	height: 4.3125rem;
	letter-spacing: 0.03125rem;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper form .gform_body .gfield.full-row {
	width: 100%;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper form .gform_body .ginput_recaptcha > div {
	transform: scale(0.8);
	margin-left: -1.625rem !important;
}

@media (min-width: 1200px) {
	.schedule-consultation-section .schedule-consultation-form .gform_wrapper form .gform_body .ginput_recaptcha {
		margin-top: 0.5625rem;
	}
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper form .gform_fields {
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: initial;
	grid-row-gap: 0;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper form input::-webkit-input-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper form input::-moz-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper form input:-ms-input-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper form input:-moz-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper form textarea::-webkit-input-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper form textarea::-moz-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper form textarea:-ms-input-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper form textarea:-moz-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper form .gform_footer {
	margin: 0 0 0 0;
	position: relative;
	padding: 0;
}

@media (min-width: 1200px) {
	.schedule-consultation-section .schedule-consultation-form .gform_wrapper form .gform_footer {
		margin: 0 0 0 0.625rem;
	}
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper form .gform_footer input[type=submit] {
	margin-top: 0;
	font-size: 0.9375rem;
	font-weight: 800;
	color: #fff;
	background: #005eb8;
	width: auto !important;
	border: 1px solid transparent;
	display: inline-block;
	padding: 0.875rem 1.5625rem 0.8125rem 1.4375rem;
	text-align: center;
	line-height: normal;
	cursor: pointer;
	transition: 0.5s all;
	border-radius: 0;
	min-height: initial !important;
	line-height: initial !important;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper form .gform_footer input[type=submit]:hover {
	background: #182e98;
	border: 1px solid #182e98;
	color: #fff;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper form .gform_footer input[type=submit]:focus {
	border: 1px solid #182e98;
	color: #fff;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper form .gform_footer .gform_ajax_spinner {
	position: relative;
	left: 0.625rem;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper .ginput_container_checkbox {
	text-align: left;
	margin: 0 0 0 0;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper .ginput_container_checkbox .gfield_checkbox {
	display: block;
	max-width: 100%;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper .ginput_container_checkbox .gfield_checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none !important;
	cursor: pointer;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper .ginput_container_checkbox .gfield_checkbox label {
	position: relative;
	cursor: pointer;
	color: #5b6770 !important;
	font-size: 1rem;
	padding-left: 2.125rem;
	max-width: 100%;
	margin-bottom: 0;
	line-height: normal;
	text-transform: initial;
	font-weight: 400;
	letter-spacing: 0.03125rem;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper .ginput_container_checkbox .gfield_checkbox label a {
	color: #005eb8 !important;
	display: inline-block;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper .ginput_container_checkbox .gfield_checkbox label a:hover {
	color: #fff;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper .ginput_container_checkbox .gfield_checkbox label a:focus {
	color: #fff;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper .gform_validation_errors {
	display: none;
}

.schedule-consultation-section .schedule-consultation-form .gform_wrapper .validation_message {
	background: transparent;
	border: none;
	padding: 0.3125rem 0 0 0;
	margin: 0;
	color: red !important;
}

.schedule-consultation-section .contact-wrap {
	max-width: 84.875rem;
	margin-top: 0.625rem;
}

@media (max-width: 1199.98px) {
	.schedule-consultation-section .contact-wrap {
		flex-wrap: wrap;
	}
}

@media (min-width: 992px) {
	.schedule-consultation-section .contact-wrap {
		margin-left: 17.5rem;
		margin-top: 2.8125rem;
	}
}

.schedule-consultation-section .contact-block {
	width: 100%;
}

@media (min-width: 1200px) {
	.schedule-consultation-section .contact-block {
		padding-left: 1.875rem;
		max-width: 23.75rem;
	}
}

@media (min-width: 1400px) {
	.schedule-consultation-section .contact-block {
		padding-left: 0;
	}
}

.schedule-consultation-section .contact-block ul li {
	line-height: inherit;
	margin-bottom: 0;
	padding-left: 0;
}

.schedule-consultation-section .contact-block ul li:after {
	display: none;
}

.schedule-consultation-section .contact-block a {
	display: inline-block;
	width: 100%;
	margin-bottom: 1.25rem;
}

.schedule-consultation-section .contact-block a .contact-side-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 7.5rem;
}

.schedule-consultation-section .contact-block a .contact-side-link {
	background: #000;
	padding: 0.5625rem 0.9375rem 0.75rem 0.9375rem;
}

.schedule-consultation-section .contact-block a .contact-side-link span {
	display: inline-block;
	position: relative;
	width: 100%;
	font-family: "Archivo", sans-serif;
	font-weight: 800;
	font-size: 0.9375rem;
	text-transform: uppercase;
}

.schedule-consultation-section .contact-block a .contact-side-link span:before {
	content: "";
	position: absolute;
	background: #182e98;
	width: 0.25rem;
	height: 1.1875rem;
	right: 0.4375rem;
	top: -0.125rem;
	transition: all 0.5s ease-in-out;
}

.schedule-consultation-section .contact-block a .contact-side-link span:after {
	content: "";
	position: absolute;
	background: #182e98;
	width: 1.125rem;
	height: 0.25rem;
	right: 0;
	top: 0.375rem;
	transition: all 0.5s ease-in-out;
}

.schedule-consultation-section .contact-block a:hover .contact-side-link span:before {
	background: #fff;
}

.schedule-consultation-section .contact-block a:hover .contact-side-link span:after {
	background: #fff;
}

.schedule-consultation h2, .schedule-consultation .h2 {
	margin-bottom: 1.5625rem;
}

.schedule-consultation p {
	margin-bottom: 1.25rem !important;
}

@media (min-width: 1200px) {
	.schedule-consultation p {
		margin-bottom: 2.8125rem !important;
	}
}

.schedule-consultation-section .gfield_checkbox label:before {
	content: "";
	appearance: none;
	background-color: transparent;
	border: 0.0625rem solid #b1b8c6;
	padding: 0.5625rem;
	display: inline-block;
	position: absolute;
	left: 0;
	top: -0.0625rem;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 1rem;
	border-radius: 0;
}

.schedule-consultation-section .gfield_checkbox input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0.4375rem;
	width: 0.375rem;
	height: 0.875rem;
	border: solid #b1b8c6;
	border-width: 0 0.125rem 0.125rem 0;
	transform: rotate(45deg);
}

.gated-content-section {
	padding: 3.75rem 0;
}

@media (min-width: 1200px) {
	.gated-content-section {
		padding: 5rem 0;
	}
}

@media (min-width: 1400px) {
	.gated-content-section {
		padding: 9.4375rem 0;
	}
}

@media (max-width: 575.98px) {
	.gated-content-section {
		margin-bottom: 0.9375rem;
	}
}

.gated-content-section .gated-content-wrap {
	max-width: 85rem;
	width: 100%;
	margin-left: auto;
}

.gated-content-section .gated-content {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
	.gated-content-section .gated-content {
		margin-top: -0.3125rem;
		padding-right: 0.9375rem;
		width: 50%;
		max-width: 41.5625rem;
		margin-bottom: 0;
	}
}

@media (min-width: 1400px) {
	.gated-content-section .gated-content {
		padding-right: 0;
	}
}

.gated-content-section .gated-content span {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.375rem;
	margin-bottom: 1.25rem;
}

@media (min-width: 1200px) {
	.gated-content-section .gated-content span {
		margin-bottom: 2.8125rem;
	}
}

.gated-content-section .gated-content h2, .gated-content-section .gated-content .h2 {
	text-transform: uppercase;
}

@media (min-width: 1400px) {
	.gated-content-section .gated-content h2, .gated-content-section .gated-content .h2 {
		margin-bottom: 1.125rem;
	}
}

@media (min-width: 1400px) {
	.gated-content-section .gated-content p {
		margin-bottom: 2.5rem;
	}
}

.gated-content-section .gated-content h3, .gated-content-section .gated-content .h3 {
	text-transform: uppercase;
}

@media (min-width: 1400px) {
	.gated-content-section .gated-content h4, .gated-content-section .gated-content .h4 {
		margin-bottom: 1.6875rem;
	}
}

.gated-content-section .gated-content ul li {
	margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
	.gated-content-section .gated-content ul li {
		font-size: 1.125rem;
		line-height: 1.625rem;
		margin-bottom: 0.625rem;
	}

	.gated-content-section .gated-content ul li:after {
		top: 0.5rem;
	}
}

@media (max-width: 575.98px) {
	.gated-content-section .gated-content ul li {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

.gated-content-section .gated-content ul ul {
	margin-left: 1.875rem;
}

.gated-content-section .gated-content-form {
	width: 100%;
	max-width: 100%;
	height: 100%;
	background: #fff;
	padding: 1.5625rem;
	text-align: center;
	display: inline-block;
	border-radius: 0.3125rem;
	vertical-align: top;
	box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
	.gated-content-section .gated-content-form {
		width: 50%;
		max-width: 32.8125rem;
	}
}

@media (min-width: 1200px) {
	.gated-content-section .gated-content-form {
		padding: 2.1875rem 3.875rem 2rem 3.9375rem;
	}
}

.gated-content-section .gated-content-form h3, .gated-content-section .gated-content-form .h3 {
	font-family: "Roboto", sans-serif;
	font-size: 1.25rem;
	font-weight: 900;
	color: #000;
	margin-bottom: 2.6875rem;
	text-transform: uppercase;
	position: relative;
}

.gated-content-section .gated-content-form h3:after, .gated-content-section .gated-content-form .h3:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.8125rem;
	width: 3.5625rem;
	height: 0.125rem;
	margin: 0 auto;
	background: #005eb8;
}

.gated-content-section .gated-content-form img {
	width: 100%;
	max-width: 15.6875rem;
	margin: 0 auto;
	margin-bottom: 1.5rem;
	height: auto;
	border:1px solid #000;
}

.gated-content-section .gated-content-form form .gform_body input[type=text] {
	border: 0.0625rem solid #a2aaad;
	border-radius: 0.1875rem;
	font-size: 1rem;
	font-weight: 400;
	padding: 0.625rem 0.9375rem 0.5rem;
	min-height: auto !important;
	line-height: initial !important;
	letter-spacing: 0.01875rem;
}

.gated-content-section .gated-content-form form .gform_body input[type=email] {
	border: 0.0625rem solid #a2aaad;
	border-radius: 0.1875rem;
	font-size: 1rem;
	font-weight: 400;
	padding: 0.625rem 0.9375rem 0.5rem;
	min-height: auto !important;
	line-height: initial !important;
}

.gated-content-section .gated-content-form form .gform_body .full-row .ginput_recaptcha > div {
	margin: 0 auto !important;
	margin-bottom: 1.25rem !important;
}

.gated-content-section .gated-content-form form .gform_body .ginput_recaptcha iframe {
	transform: scale(0.8);
	margin-left: -65px;
}

.gated-content-section .gated-content-form form .gform_footer.top_label {
	position: relative;
	display: inline-block;
	padding-bottom: 0;
}

@media (min-width: 992px) {
	.gated-content-section .gated-content-form form .gform_footer.top_label {
		padding-bottom: 1rem;
	}
}

.gated-content-section .gated-content-form form .gform_footer.top_label input[type=submit] {
	margin-top: 0;
	font-size: 0.9375rem;
	font-weight: 800;
	color: #fff;
	background: #005eb8;
	width: auto !important;
	border: 1px solid transparent;
	display: inline-block;
	padding: 0.875rem 1.1875rem 0.8125rem 1.25rem;
	text-align: center;
	line-height: normal;
	cursor: pointer;
	transition: 0.5s all;
	border-radius: 0;
	min-height: initial !important;
	line-height: initial !important;
}

.gated-content-section .gated-content-form form .gform_footer.top_label input[type=submit]:hover {
	background: #182e98;
	border: 1px solid #182e98;
	color: #fff;
}

.gated-content-section .gated-content-form form .gform_footer.top_label input[type=submit]:focus {
	border: 1px solid #182e98;
	color: #fff;
}

.gated-content-section .gated-content-form form .gform_footer.top_label .gform_ajax_spinner {
	position: absolute;
	width: 1.25rem;
	height: 1.25rem;
	right: -1.5625rem;
	top: 1.25rem;
}

.gated-content-section .gated-content-form form .validation_message {
	padding: 0;
	border: none;
	text-align: left;
	color: red;
	background: transparent;
}

.gated-content-section .gated-content-form .ginput_container_checkbox {
	text-align: left;
	margin: 0 0 0 0;
}

.gated-content-section .gated-content-form .ginput_container_checkbox .gfield_checkbox {
	display: block;
	margin-bottom: 0.3125rem;
	max-width: 100%;
}

.gated-content-section .gated-content-form .ginput_container_checkbox .gfield_checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none !important;
	cursor: pointer;
}

.gated-content-section .gated-content-form .ginput_container_checkbox .gfield_checkbox label {
	position: relative;
	cursor: pointer;
	color: #5b6770;
	font-size: 0.9375rem;
	padding-left: 2.125rem;
	max-width: 100%;
	font-family: "Roboto", sans-serif;
}

.gated-content-section .gated-content-form .ginput_container_checkbox .gfield_checkbox label a {
	color: #005eb8;
	display: inline-block;
}

.gated-content-section .gated-content-form .ginput_container_checkbox .gfield_checkbox label a:hover {
	color: #5b6770;
}

.gated-content-section .gated-content-form .ginput_container_checkbox .gfield_checkbox label a:focus {
	color: #005eb8;
}

.gated-content-section .gated-content-form .gform_validation_errors {
	display: none;
}

.gated-content-form .gfield_checkbox label:before {
	content: "";
	appearance: none;
	background-color: transparent;
	border: 0.0625rem solid #a2aaad;
	padding: 0.5625rem;
	display: inline-block;
	position: absolute;
	left: 0;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 1rem;
	border-radius: 0;
}

.gated-content-form .gfield_checkbox input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 0.0625rem;
	left: 0.4375rem;
	width: 0.375rem;
	height: 0.875rem;
	border: solid #a2aaad;
	border-width: 0 0.125rem 0.125rem 0;
	transform: rotate(45deg);
}

.gated-content-form form input::-webkit-input-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.gated-content-form form input::-moz-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.gated-content-form form input:-ms-input-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.gated-content-form form input:-moz-placeholder {
	color: #5b6770 !important;
	opacity: 1 !important;
}

.download-section {
	padding: 3.75rem 0;
}

@media (min-width: 1200px) {
	.download-section {
		padding: 5rem 0 12.5rem;
	}
}

@media (min-width: 1400px) {
	.download-section {
		padding: 9.3125rem 0 21.875rem;
	}
}

.download-section .download-wrap {
	max-width: 84.8125rem;
	width: 100%;
}

@media (min-width: 1400px) {
	.download-section .download-wrap {
		margin-left: auto;
	}
}

.download-section .download-text {
	width: 100%;
}

@media (min-width: 768px) {
	.download-section .download-text {
		width: 56%;
	}
}

@media (min-width: 992px) {
	.download-section .download-text {
		padding-right: 0.9375rem;
	}
}

.download-section .download-text span {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.375rem;
	margin-bottom: 0.9375rem;
}

@media (min-width: 1400px) {
	.download-section .download-text span {
		margin-bottom: 2.8125rem;
	}
}

@media (min-width: 1200px) {
	.download-section .download-text h2, .download-section .download-text .h2 {
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 1200px) {
	.download-section .download-text p {
		margin-bottom: 1.5rem;
	}
}

.download-section .download-text .button-primary-endeavour {
	padding: 0.9375rem 1.5rem 0.75rem 1.6875rem;
}

.download-section .download-img {
	width: 100%;
	margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
	.download-section .download-img {
		width: 39%;
		text-align: center;
		margin-top: 2.5rem;
		margin-bottom: 0;
	}
}

.download-section .download-img img {
	width: 100%;
	max-width: 15.6875rem;
}

.image-dropshadow img {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
