@charset "UTF-8";
/*!
 * Bootstrap  v5.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */ :root, [data-bs-theme=light] {
	--bs-blue: #06213d;
	--bs-indigo: #06213d;
	--bs-purple: #06213d;
	--bs-pink: #e61c46;
	--bs-red: #e61c46;
	--bs-orange: #ffc700;
	--bs-yellow: #ffc700;
	--bs-green: #bac109;
	--bs-teal: #bac109;
	--bs-cyan: #21b6d7;
	--bs-primary: #ffc700;
	--bs-secondary: #06213d;
	--bs-success: #bac109;
	--bs-info: #21b6d7;
	--bs-warning: #ffc700;
	--bs-danger: #e61c46;
	--bs-primary-rgb: 255, 199, 0;
	--bs-secondary-rgb: 6, 33, 61;
	--bs-success-rgb: 186, 193, 9;
	--bs-info-rgb: 33, 182, 215;
	--bs-warning-rgb: 255, 199, 0;
	--bs-danger-rgb: 230, 28, 70;
	--bs-primary-text-emphasis: #665000;
	--bs-secondary-text-emphasis: #020d18;
	--bs-success-text-emphasis: #4a4d04;
	--bs-info-text-emphasis: #0d4956;
	--bs-warning-text-emphasis: #665000;
	--bs-danger-text-emphasis: #5c0b1c;
	--bs-primary-bg-subtle: #fff4cc;
	--bs-secondary-bg-subtle: #cdd3d8;
	--bs-success-bg-subtle: #f1f3ce;
	--bs-info-bg-subtle: #d3f0f7;
	--bs-warning-bg-subtle: #fff4cc;
	--bs-danger-bg-subtle: #fad2da;
	--bs-primary-border-subtle: #ffe999;
	--bs-secondary-border-subtle: #9ba6b1;
	--bs-success-border-subtle: #e3e69d;
	--bs-info-border-subtle: #a6e2ef;
	--bs-warning-border-subtle: #ffe999;
	--bs-danger-border-subtle: #f5a4b5;
	--bs-link-color: #ffc700;
	--bs-link-color-rgb: 255, 199, 0;
	--bs-link-hover-color: #cc9f00;
	--bs-link-hover-color-rgb: 204, 159, 0;
	--bs-code-color: #e61c46;
	--bs-highlight-bg: #fff4cc;
	--bs-focus-ring-color: rgba(33, 182, 215, 0.25);
	--bs-form-valid-color: #bac109;
	--bs-form-valid-border-color: #bac109;
	--bs-form-invalid-color: #e61c46;
	--bs-form-invalid-border-color: #e61c46;
}
[data-bs-theme=dark] {
	--bs-emphasis-color: #ffffff;
	--bs-primary-text-emphasis: #ffdd66;
	--bs-secondary-text-emphasis: #6a7a8b;
	--bs-success-text-emphasis: #d6da6b;
	--bs-info-text-emphasis: #7ad3e7;
	--bs-warning-text-emphasis: #ffdd66;
	--bs-danger-text-emphasis: #f07790;
	--bs-primary-bg-subtle: #332800;
	--bs-secondary-bg-subtle: #01070c;
	--bs-success-bg-subtle: #252702;
	--bs-info-bg-subtle: #07242b;
	--bs-warning-bg-subtle: #332800;
	--bs-danger-bg-subtle: #2e060e;
	--bs-primary-border-subtle: #997700;
	--bs-secondary-border-subtle: #041425;
	--bs-success-border-subtle: #707405;
	--bs-info-border-subtle: #146d81;
	--bs-warning-border-subtle: #997700;
	--bs-danger-border-subtle: #8a112a;
	--bs-link-color: #ffdd66;
	--bs-link-hover-color: #ffe485;
	--bs-link-color-rgb: 255, 221, 102;
	--bs-link-hover-color-rgb: 255, 228, 133;
	--bs-code-color: #f07790;
	--bs-form-valid-color: #d6da6b;
	--bs-form-valid-border-color: #d6da6b;
	--bs-form-invalid-color: #f07790;
	--bs-form-invalid-border-color: #f07790;
}
body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h6, .h6, h5, .h5, .card-large .card-body .card-title a, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, h4, .h4, h3, .h3, .card-spotlight .card-body .card-title a, h2, .h2, h1, .h1 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
	color: var(--bs-heading-color);
}
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, .card-spotlight .card-body .card-title a {
	font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	h3, .h3, .card-spotlight .card-body .card-title a {
		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, .card-large .card-body .card-title a, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a {
	font-size: 1.25rem;
}
h6, .h6 {
	font-size: 1rem;
}
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;
}
b, strong {
	font-weight: bolder;
}
small, .small {
	font-size: 0.875em;
}
mark, .mark {
	padding: 0.1875em;
	background-color: var(--bs-highlight-bg);
}
sub, sup {
	position: relative;
	font-size: 0.75em;
	line-height: 0;
	vertical-align: baseline;
}
a, .legacy-resource-cards ul li a {
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
	text-decoration: underline;
}
a:hover, .legacy-resource-cards ul li a:hover {
	--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
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;
}
a > code, .legacy-resource-cards ul li a > code {
	color: inherit;
}
img, svg {
	vertical-align: middle;
}
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: var(--bs-secondary-color);
	text-align: left;
}
thead, tbody, tfoot, tr, td, th {
	border-color: inherit;
	border-style: solid;
	border-width: 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;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
	display: none !important;
}
button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
	cursor: pointer;
}
::-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;
}
[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;
}
.blockquote-footer::before {
	content: "— ";
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container-sm, .container {
		max-width: 520px;
	}
}
@media (min-width: 768px) {
	.container-md, .container-sm, .container {
		max-width: 600px;
	}
}
@media (min-width: 992px) {
	.container-lg, .container-md, .container-sm, .container {
		max-width: 920px;
	}
}
@media (min-width: 1200px) {
	.container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1320px;
	}
}
.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;
}
.g-6, .gx-6 {
	--bs-gutter-x: 4.5rem;
}
.g-6, .gy-6 {
	--bs-gutter-y: 4.5rem;
}
.g-7, .gx-7 {
	--bs-gutter-x: 6rem;
}
.g-7, .gy-7 {
	--bs-gutter-y: 6rem;
}
.g-8, .gx-8 {
	--bs-gutter-x: 7.5rem;
}
.g-8, .gy-8 {
	--bs-gutter-y: 7.5rem;
}
@media (min-width: 576px) {
	.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;
	}
	.g-sm-6, .gx-sm-6 {
		--bs-gutter-x: 4.5rem;
	}
	.g-sm-6, .gy-sm-6 {
		--bs-gutter-y: 4.5rem;
	}
	.g-sm-7, .gx-sm-7 {
		--bs-gutter-x: 6rem;
	}
	.g-sm-7, .gy-sm-7 {
		--bs-gutter-y: 6rem;
	}
	.g-sm-8, .gx-sm-8 {
		--bs-gutter-x: 7.5rem;
	}
	.g-sm-8, .gy-sm-8 {
		--bs-gutter-y: 7.5rem;
	}
}
@media (min-width: 768px) {
	.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;
	}
	.g-md-6, .gx-md-6 {
		--bs-gutter-x: 4.5rem;
	}
	.g-md-6, .gy-md-6 {
		--bs-gutter-y: 4.5rem;
	}
	.g-md-7, .gx-md-7 {
		--bs-gutter-x: 6rem;
	}
	.g-md-7, .gy-md-7 {
		--bs-gutter-y: 6rem;
	}
	.g-md-8, .gx-md-8 {
		--bs-gutter-x: 7.5rem;
	}
	.g-md-8, .gy-md-8 {
		--bs-gutter-y: 7.5rem;
	}
}
@media (min-width: 992px) {
	.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;
	}
	.g-lg-6, .gx-lg-6 {
		--bs-gutter-x: 4.5rem;
	}
	.g-lg-6, .gy-lg-6 {
		--bs-gutter-y: 4.5rem;
	}
	.g-lg-7, .gx-lg-7 {
		--bs-gutter-x: 6rem;
	}
	.g-lg-7, .gy-lg-7 {
		--bs-gutter-y: 6rem;
	}
	.g-lg-8, .gx-lg-8 {
		--bs-gutter-x: 7.5rem;
	}
	.g-lg-8, .gy-lg-8 {
		--bs-gutter-y: 7.5rem;
	}
}
@media (min-width: 1200px) {
	.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;
	}
	.g-xl-6, .gx-xl-6 {
		--bs-gutter-x: 4.5rem;
	}
	.g-xl-6, .gy-xl-6 {
		--bs-gutter-y: 4.5rem;
	}
	.g-xl-7, .gx-xl-7 {
		--bs-gutter-x: 6rem;
	}
	.g-xl-7, .gy-xl-7 {
		--bs-gutter-y: 6rem;
	}
	.g-xl-8, .gx-xl-8 {
		--bs-gutter-x: 7.5rem;
	}
	.g-xl-8, .gy-xl-8 {
		--bs-gutter-y: 7.5rem;
	}
}
@media (min-width: 1400px) {
	.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;
	}
	.g-xxl-6, .gx-xxl-6 {
		--bs-gutter-x: 4.5rem;
	}
	.g-xxl-6, .gy-xxl-6 {
		--bs-gutter-y: 4.5rem;
	}
	.g-xxl-7, .gx-xxl-7 {
		--bs-gutter-x: 6rem;
	}
	.g-xxl-7, .gy-xxl-7 {
		--bs-gutter-y: 6rem;
	}
	.g-xxl-8, .gx-xxl-8 {
		--bs-gutter-x: 7.5rem;
	}
	.g-xxl-8, .gy-xxl-8 {
		--bs-gutter-y: 7.5rem;
	}
}
.table > :not(caption) > * > * {
	padding: 0.75rem 1rem;
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
	--bs-table-color-type: var(--bs-table-striped-color);
	--bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-primary {
	--bs-table-color: #000000;
	--bs-table-bg: #fff4cc;
	--bs-table-border-color: #e6dcb8;
	--bs-table-striped-bg: #f2e8c2;
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: #e6dcb8;
	--bs-table-active-color: #000000;
	--bs-table-hover-bg: #ece2bd;
	--bs-table-hover-color: #000000;
}
.table-secondary {
	--bs-table-color: #000000;
	--bs-table-bg: #cdd3d8;
	--bs-table-border-color: #b9bec2;
	--bs-table-striped-bg: #c3c8cd;
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: #b9bec2;
	--bs-table-active-color: #000000;
	--bs-table-hover-bg: #bec3c8;
	--bs-table-hover-color: #000000;
}
.table-success {
	--bs-table-color: #000000;
	--bs-table-bg: #f1f3ce;
	--bs-table-border-color: #d9dbb9;
	--bs-table-striped-bg: #e5e7c4;
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: #d9dbb9;
	--bs-table-active-color: #000000;
	--bs-table-hover-bg: #dfe1bf;
	--bs-table-hover-color: #000000;
}
.table-info {
	--bs-table-color: #000000;
	--bs-table-bg: #d3f0f7;
	--bs-table-border-color: #bed8de;
	--bs-table-striped-bg: #c8e4eb;
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: #bed8de;
	--bs-table-active-color: #000000;
	--bs-table-hover-bg: #c3dee4;
	--bs-table-hover-color: #000000;
}
.table-warning {
	--bs-table-color: #000000;
	--bs-table-bg: #fff4cc;
	--bs-table-border-color: #e6dcb8;
	--bs-table-striped-bg: #f2e8c2;
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: #e6dcb8;
	--bs-table-active-color: #000000;
	--bs-table-hover-bg: #ece2bd;
	--bs-table-hover-color: #000000;
}
.table-danger {
	--bs-table-color: #000000;
	--bs-table-bg: #fad2da;
	--bs-table-border-color: #e1bdc4;
	--bs-table-striped-bg: #eec8cf;
	--bs-table-striped-color: #000000;
	--bs-table-active-bg: #e1bdc4;
	--bs-table-active-color: #000000;
	--bs-table-hover-bg: #e7c2ca;
	--bs-table-hover-color: #000000;
}
.table-light {
	--bs-table-color: #000000;
	--bs-table-striped-color: #000000;
	--bs-table-active-color: #000000;
	--bs-table-hover-color: #000000;
}
.table-dark {
	--bs-table-color: #ffffff;
	--bs-table-striped-color: #ffffff;
	--bs-table-active-color: #ffffff;
	--bs-table-hover-color: #ffffff;
}
.form-control[type=file] {
	overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer;
}
.form-control:focus {
	border-color: #ffe380;
	box-shadow: 0 0 0 0.25rem rgba(33, 182, 215, 0.25);
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}
.form-select:focus {
	border-color: #dee2e6;
	box-shadow: 0 0 0 0.25rem rgba(33, 182, 215, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
	padding-right: 0.75rem;
	background-image: none;
}
[data-bs-theme=dark] .form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox] {
	border-radius: 0.25em;
}
.form-check-input[type=radio] {
	border-radius: 50%;
}
.form-check-input:focus {
	border-color: #ffe380;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(33, 182, 215, 0.25);
}
.form-check-input:checked {
	background-color: #ffc700;
	border-color: #ffc700;
}
.form-check-input:checked[type=checkbox] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
	background-color: #ffc700;
	border-color: #ffc700;
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
	cursor: default;
	opacity: 0.5;
}
.form-switch .form-check-input:focus {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffe380'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
	background-position: right center;
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
	pointer-events: none;
	filter: none;
	opacity: 0.65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(33, 182, 215, 0.25);
}
.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(33, 182, 215, 0.25);
}
.form-range::-webkit-slider-thumb {
	background-color: #ffc700;
}
.form-range::-webkit-slider-thumb:active {
	background-color: #ffeeb3;
}
.form-range::-moz-range-thumb {
	background-color: #ffc700;
}
.form-range::-moz-range-thumb:active {
	background-color: #ffeeb3;
}
.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
	height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	line-height: 1.25;
}
.form-floating > .form-control, .form-floating > .form-control-plaintext {
	padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder, .form-floating > .form-control-plaintext::placeholder {
	color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .form-floating > .form-control-plaintext:-webkit-autofill {
	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-control-plaintext ~ label, .form-floating > .form-select ~ label {
	color: rgba(var(--bs-body-color-rgb), 0.65);
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-select ~ label::after {
	position: absolute;
	inset: 1rem 0.375rem;
	z-index: -1;
	height: 1.5em;
	content: "";
	background-color: var(--bs-body-bg);
	border-radius: var(--bs-border-radius);
}
.input-group > .form-control, .input-group > .form-select, .input-group > .form-floating {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}
.input-group > .form-control:focus, .input-group > .form-select:focus, .input-group > .form-floating:focus-within {
	z-index: 5;
}
.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: var(--bs-border-radius-lg);
}
.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: var(--bs-border-radius-sm);
}
.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):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
	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):not(.form-floating), .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.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: var(--bs-form-valid-border-color);
	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='%23bac109' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-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: var(--bs-form-valid-border-color);
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 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: var(--bs-form-valid-border-color);
}
.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"] {
	--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23bac109' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	padding-right: 4.125rem;
	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: var(--bs-form-valid-border-color);
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-control-color:valid, .form-control-color.is-valid {
	width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
	border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
	background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
	color: var(--bs-form-valid-color);
}
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated .input-group > .form-select:not(:focus):valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .input-group > .form-floating:not(:focus-within).is-valid {
	z-index: 3;
}
.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: var(--bs-form-invalid-border-color);
	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='%23e61c46'%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='%23e61c46' 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: var(--bs-form-invalid-border-color);
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 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: var(--bs-form-invalid-border-color);
}
.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"] {
	--bs-form-select-bg-icon: 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='%23e61c46'%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='%23e61c46' stroke='none'/%3e%3c/svg%3e");
	padding-right: 4.125rem;
	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: var(--bs-form-invalid-border-color);
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
	width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
	border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
	background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
	color: var(--bs-form-invalid-color);
}
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated .input-group > .form-select:not(:focus):invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .input-group > .form-floating:not(:focus-within).is-invalid {
	z-index: 4;
}
.btn {
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
	color: var(--bs-btn-active-color);
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
	box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
	color: var(--bs-btn-disabled-color);
	pointer-events: none;
	background-color: var(--bs-btn-disabled-bg);
	border-color: var(--bs-btn-disabled-border-color);
	opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
	--bs-btn-bg: #ffc700;
	--bs-btn-border-color: #ffc700;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #ffcf26;
	--bs-btn-hover-border-color: #ffcd1a;
	--bs-btn-focus-shadow-rgb: 217, 169, 0;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #ffd233;
	--bs-btn-active-border-color: #ffcd1a;
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #ffc700;
	--bs-btn-disabled-border-color: #ffc700;
}
.btn-secondary {
	--bs-btn-bg: #06213d;
	--bs-btn-border-color: #06213d;
	--bs-btn-hover-bg: #051c34;
	--bs-btn-hover-border-color: #051a31;
	--bs-btn-focus-shadow-rgb: 43, 66, 90;
	--bs-btn-active-bg: #051a31;
	--bs-btn-active-border-color: #05192e;
	--bs-btn-disabled-bg: #06213d;
	--bs-btn-disabled-border-color: #06213d;
}
.btn-success {
	--bs-btn-bg: #bac109;
	--bs-btn-border-color: #bac109;
	--bs-btn-hover-bg: #c4ca2e;
	--bs-btn-hover-border-color: #c1c722;
	--bs-btn-focus-shadow-rgb: 158, 164, 8;
	--bs-btn-active-bg: #c8cd3a;
	--bs-btn-active-border-color: #c1c722;
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #bac109;
	--bs-btn-disabled-border-color: #bac109;
}
.btn-info {
	--bs-btn-bg: #21b6d7;
	--bs-btn-border-color: #21b6d7;
	--bs-btn-hover-bg: #42c1dd;
	--bs-btn-hover-border-color: #37bddb;
	--bs-btn-focus-shadow-rgb: 28, 155, 183;
	--bs-btn-active-bg: #4dc5df;
	--bs-btn-active-border-color: #37bddb;
	--bs-btn-disabled-bg: #21b6d7;
	--bs-btn-disabled-border-color: #21b6d7;
}
.btn-warning {
	--bs-btn-bg: #ffc700;
	--bs-btn-border-color: #ffc700;
	--bs-btn-hover-bg: #ffcf26;
	--bs-btn-hover-border-color: #ffcd1a;
	--bs-btn-focus-shadow-rgb: 217, 169, 0;
	--bs-btn-active-bg: #ffd233;
	--bs-btn-active-border-color: #ffcd1a;
	--bs-btn-disabled-bg: #ffc700;
	--bs-btn-disabled-border-color: #ffc700;
}
.btn-danger {
	--bs-btn-color: #ffffff;
	--bs-btn-bg: #e61c46;
	--bs-btn-border-color: #e61c46;
	--bs-btn-hover-bg: #c4183c;
	--bs-btn-hover-border-color: #b81638;
	--bs-btn-focus-shadow-rgb: 234, 62, 98;
	--bs-btn-active-bg: #b81638;
	--bs-btn-active-border-color: #ad1535;
	--bs-btn-disabled-bg: #e61c46;
	--bs-btn-disabled-border-color: #e61c46;
}
.btn-outline-primary {
	--bs-btn-color: #ffc700;
	--bs-btn-border-color: #ffc700;
	--bs-btn-hover-color: #000000;
	--bs-btn-hover-bg: #ffc700;
	--bs-btn-hover-border-color: #ffc700;
	--bs-btn-focus-shadow-rgb: 255, 199, 0;
	--bs-btn-active-color: #000000;
	--bs-btn-active-bg: #ffc700;
	--bs-btn-active-border-color: #ffc700;
	--bs-btn-disabled-color: #ffc700;
	--bs-btn-disabled-border-color: #ffc700;
}
.btn-outline-secondary {
	--bs-btn-color: #06213d;
	--bs-btn-border-color: #06213d;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #06213d;
	--bs-btn-hover-border-color: #06213d;
	--bs-btn-focus-shadow-rgb: 6, 33, 61;
	--bs-btn-active-color: #ffffff;
	--bs-btn-active-bg: #06213d;
	--bs-btn-active-border-color: #06213d;
	--bs-btn-disabled-color: #06213d;
	--bs-btn-disabled-border-color: #06213d;
}
.btn-outline-success {
	--bs-btn-color: #bac109;
	--bs-btn-border-color: #bac109;
	--bs-btn-hover-color: #000000;
	--bs-btn-hover-bg: #bac109;
	--bs-btn-hover-border-color: #bac109;
	--bs-btn-focus-shadow-rgb: 186, 193, 9;
	--bs-btn-active-color: #000000;
	--bs-btn-active-bg: #bac109;
	--bs-btn-active-border-color: #bac109;
	--bs-btn-disabled-color: #bac109;
	--bs-btn-disabled-border-color: #bac109;
}
.btn-outline-info {
	--bs-btn-color: #21b6d7;
	--bs-btn-border-color: #21b6d7;
	--bs-btn-hover-color: #000000;
	--bs-btn-hover-bg: #21b6d7;
	--bs-btn-hover-border-color: #21b6d7;
	--bs-btn-focus-shadow-rgb: 33, 182, 215;
	--bs-btn-active-color: #000000;
	--bs-btn-active-bg: #21b6d7;
	--bs-btn-active-border-color: #21b6d7;
	--bs-btn-disabled-color: #21b6d7;
	--bs-btn-disabled-border-color: #21b6d7;
}
.btn-outline-warning {
	--bs-btn-color: #ffc700;
	--bs-btn-border-color: #ffc700;
	--bs-btn-hover-color: #000000;
	--bs-btn-hover-bg: #ffc700;
	--bs-btn-hover-border-color: #ffc700;
	--bs-btn-focus-shadow-rgb: 255, 199, 0;
	--bs-btn-active-color: #000000;
	--bs-btn-active-bg: #ffc700;
	--bs-btn-active-border-color: #ffc700;
	--bs-btn-disabled-color: #ffc700;
	--bs-btn-disabled-border-color: #ffc700;
}
.btn-outline-danger {
	--bs-btn-color: #e61c46;
	--bs-btn-border-color: #e61c46;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #e61c46;
	--bs-btn-hover-border-color: #e61c46;
	--bs-btn-focus-shadow-rgb: 230, 28, 70;
	--bs-btn-active-color: #ffffff;
	--bs-btn-active-bg: #e61c46;
	--bs-btn-active-border-color: #e61c46;
	--bs-btn-disabled-color: #e61c46;
	--bs-btn-disabled-border-color: #e61c46;
}
.btn-link {
	--bs-btn-focus-shadow-rgb: 217, 169, 0;
}
.fade {
	transition: opacity 0.15s linear, visibility 0.15s linear;
}
.dropdown-menu {
	--bs-dropdown-link-active-bg: #ffc700;
}
.dropdown-menu-dark {
	--bs-dropdown-link-hover-color: #ffffff;
	--bs-dropdown-link-active-color: #ffffff;
	--bs-dropdown-link-active-bg: #ffc700;
}
.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
	z-index: 1;
}
.nav-link {
	background: none;
}
.nav-link:focus-visible {
	box-shadow: 0 0 0 0.25rem rgba(33, 182, 215, 0.25);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	isolation: isolate;
	border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-pills {
	--bs-nav-pills-link-active-bg: #ffc700;
}
.nav-fill > .nav-link, .nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center;
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
}
.navbar-brand:hover, .navbar-brand:focus {
	color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: var(--bs-navbar-active-color);
}
.navbar-text a, .navbar-text .legacy-resource-cards ul li a, .legacy-resource-cards ul li .navbar-text a, .navbar-text a:hover, .navbar-text a:focus {
	color: var(--bs-navbar-active-color);
}
.navbar-dark, .navbar[data-bs-theme=dark] {
	--bs-navbar-color: rgba(255, 255, 255, 0.55);
	--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
	--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
	--bs-navbar-active-color: #ffffff;
	--bs-navbar-brand-color: #ffffff;
	--bs-navbar-brand-hover-color: #ffffff;
	--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .navbar-toggler-icon {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card, .card-spotlight, .card-video, .card-large, .card-medium, .card-medium-cta, .card-small {
	--bs-card-spacer-y: 1rem;
	--bs-card-spacer-x: 1rem;
	--bs-card-title-spacer-y: 0.5rem;
	--bs-card-title-color: ;
	--bs-card-subtitle-color: ;
	--bs-card-border-width: var(--bs-border-width);
	--bs-card-border-color: var(--bs-border-color-translucent);
	--bs-card-border-radius: var(--bs-border-radius);
	--bs-card-box-shadow: ;
	--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
	--bs-card-cap-padding-y: 0.5rem;
	--bs-card-cap-padding-x: 1rem;
	--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
	--bs-card-cap-color: ;
	--bs-card-height: ;
	--bs-card-color: ;
	--bs-card-bg: var(--bs-body-bg);
	--bs-card-img-overlay-padding: 1rem;
	--bs-card-group-margin: 0.75rem;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: var(--bs-card-height);
	color: var(--bs-body-color);
	word-wrap: break-word;
	background-color: var(--bs-card-bg);
	background-clip: border-box;
	border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	border-radius: var(--bs-card-border-radius);
}
.card > hr, .card-spotlight > hr, .card-video > hr, .card-large > hr, .card-medium > hr, .card-medium-cta > hr, .card-small > hr {
	margin-right: 0;
	margin-left: 0;
}
.card > .list-group, .card-spotlight > .list-group, .card-video > .list-group, .card-large > .list-group, .card-medium > .list-group, .card-medium-cta > .list-group, .card-small > .list-group {
	border-top: inherit;
	border-bottom: inherit;
}
.card > .list-group:first-child, .card-spotlight > .list-group:first-child, .card-video > .list-group:first-child, .card-large > .list-group:first-child, .card-medium > .list-group:first-child, .card-medium-cta > .list-group:first-child, .card-small > .list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child, .card-spotlight > .list-group:last-child, .card-video > .list-group:last-child, .card-large > .list-group:last-child, .card-medium > .list-group:last-child, .card-medium-cta > .list-group:last-child, .card-small > .list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group, .card-spotlight > .card-header + .list-group, .card-video > .card-header + .list-group, .card-large > .card-header + .list-group, .card-medium > .card-header + .list-group, .card-medium-cta > .card-header + .list-group, .card-small > .card-header + .list-group, .card > .list-group + .card-footer, .card-spotlight > .list-group + .card-footer, .card-video > .list-group + .card-footer, .card-large > .list-group + .card-footer, .card-medium > .list-group + .card-footer, .card-medium-cta > .list-group + .card-footer, .card-small > .list-group + .card-footer {
	border-top: 0;
}
.card-img, .card-img-top, .card-img-bottom {
	width: 100%;
}
.card-img, .card-img-top {
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img, .card-img-bottom {
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card, .card-group > .card-spotlight, .card-group > .card-video, .card-group > .card-large, .card-group > .card-medium, .card-group > .card-medium-cta, .card-group > .card-small {
	margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
	.card-group > .card, .card-group > .card-spotlight, .card-group > .card-video, .card-group > .card-large, .card-group > .card-medium, .card-group > .card-medium-cta, .card-group > .card-small {
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	.card-group > .card + .card, .card-group > .card-spotlight + .card, .card-group > .card + .card-spotlight, .card-group > .card-spotlight + .card-spotlight, .card-group > .card-video + .card, .card-group > .card-video + .card-spotlight, .card-group > .card + .card-video, .card-group > .card-spotlight + .card-video, .card-group > .card-video + .card-video, .card-group > .card-large + .card, .card-group > .card-large + .card-spotlight, .card-group > .card-large + .card-video, .card-group > .card + .card-large, .card-group > .card-spotlight + .card-large, .card-group > .card-video + .card-large, .card-group > .card-large + .card-large, .card-group > .card-medium + .card, .card-group > .card-medium + .card-spotlight, .card-group > .card-medium + .card-video, .card-group > .card-medium + .card-large, .card-group > .card-medium-cta + .card, .card-group > .card-medium-cta + .card-spotlight, .card-group > .card-medium-cta + .card-video, .card-group > .card-medium-cta + .card-large, .card-group > .card + .card-medium, .card-group > .card-spotlight + .card-medium, .card-group > .card-video + .card-medium, .card-group > .card-large + .card-medium, .card-group > .card + .card-medium-cta, .card-group > .card-spotlight + .card-medium-cta, .card-group > .card-video + .card-medium-cta, .card-group > .card-large + .card-medium-cta, .card-group > .card-medium + .card-medium, .card-group > .card-medium-cta + .card-medium, .card-group > .card-medium + .card-medium-cta, .card-group > .card-medium-cta + .card-medium-cta, .card-group > .card-small + .card, .card-group > .card-small + .card-spotlight, .card-group > .card-small + .card-video, .card-group > .card-small + .card-large, .card-group > .card-small + .card-medium, .card-group > .card-small + .card-medium-cta, .card-group > .card + .card-small, .card-group > .card-spotlight + .card-small, .card-group > .card-video + .card-small, .card-group > .card-large + .card-small, .card-group > .card-medium + .card-small, .card-group > .card-medium-cta + .card-small, .card-group > .card-small + .card-small {
		margin-left: 0;
		border-left: 0;
	}
	.card-group > .card:not(:last-child), .card-group > .card-spotlight:not(:last-child), .card-group > .card-video:not(:last-child), .card-group > .card-large:not(:last-child), .card-group > .card-medium:not(:last-child), .card-group > .card-medium-cta:not(:last-child), .card-group > .card-small: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-spotlight:not(:last-child) .card-img-top, .card-group > .card-video:not(:last-child) .card-img-top, .card-group > .card-large:not(:last-child) .card-img-top, .card-group > .card-medium:not(:last-child) .card-img-top, .card-group > .card-medium-cta:not(:last-child) .card-img-top, .card-group > .card-small:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header, .card-group > .card-spotlight:not(:last-child) .card-header, .card-group > .card-video:not(:last-child) .card-header, .card-group > .card-large:not(:last-child) .card-header, .card-group > .card-medium:not(:last-child) .card-header, .card-group > .card-medium-cta:not(:last-child) .card-header, .card-group > .card-small:not(:last-child) .card-header {
		border-top-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card-spotlight:not(:last-child) .card-img-bottom, .card-group > .card-video:not(:last-child) .card-img-bottom, .card-group > .card-large:not(:last-child) .card-img-bottom, .card-group > .card-medium:not(:last-child) .card-img-bottom, .card-group > .card-medium-cta:not(:last-child) .card-img-bottom, .card-group > .card-small:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer, .card-group > .card-spotlight:not(:last-child) .card-footer, .card-group > .card-video:not(:last-child) .card-footer, .card-group > .card-large:not(:last-child) .card-footer, .card-group > .card-medium:not(:last-child) .card-footer, .card-group > .card-medium-cta:not(:last-child) .card-footer, .card-group > .card-small:not(:last-child) .card-footer {
		border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:first-child), .card-group > .card-spotlight:not(:first-child), .card-group > .card-video:not(:first-child), .card-group > .card-large:not(:first-child), .card-group > .card-medium:not(:first-child), .card-group > .card-medium-cta:not(:first-child), .card-group > .card-small: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-spotlight:not(:first-child) .card-img-top, .card-group > .card-video:not(:first-child) .card-img-top, .card-group > .card-large:not(:first-child) .card-img-top, .card-group > .card-medium:not(:first-child) .card-img-top, .card-group > .card-medium-cta:not(:first-child) .card-img-top, .card-group > .card-small:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header, .card-group > .card-spotlight:not(:first-child) .card-header, .card-group > .card-video:not(:first-child) .card-header, .card-group > .card-large:not(:first-child) .card-header, .card-group > .card-medium:not(:first-child) .card-header, .card-group > .card-medium-cta:not(:first-child) .card-header, .card-group > .card-small:not(:first-child) .card-header {
		border-top-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card-spotlight:not(:first-child) .card-img-bottom, .card-group > .card-video:not(:first-child) .card-img-bottom, .card-group > .card-large:not(:first-child) .card-img-bottom, .card-group > .card-medium:not(:first-child) .card-img-bottom, .card-group > .card-medium-cta:not(:first-child) .card-img-bottom, .card-group > .card-small:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer, .card-group > .card-spotlight:not(:first-child) .card-footer, .card-group > .card-video:not(:first-child) .card-footer, .card-group > .card-large:not(:first-child) .card-footer, .card-group > .card-medium:not(:first-child) .card-footer, .card-group > .card-medium-cta:not(:first-child) .card-footer, .card-group > .card-small:not(:first-child) .card-footer {
		border-bottom-left-radius: 0;
	}
}
.accordion {
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23665000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-btn-focus-border-color: #ffe380;
	--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(33, 182, 215, 0.25);
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
	border-radius: 0;
}
[data-bs-theme=dark] .accordion-button::after {
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffdd66'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffdd66'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.breadcrumb-item + .breadcrumb-item::before {
	content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */ ;
}
.pagination {
	--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(33, 182, 215, 0.25);
	--bs-pagination-active-color: #ffffff;
	--bs-pagination-active-bg: #ffc700;
	--bs-pagination-active-border-color: #ffc700;
}
.page-link.active, .active > .page-link {
	z-index: 3;
	color: var(--bs-pagination-active-color);
	background-color: var(--bs-pagination-active-bg);
	border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
	color: var(--bs-pagination-disabled-color);
	pointer-events: none;
	background-color: var(--bs-pagination-disabled-bg);
	border-color: var(--bs-pagination-disabled-border-color);
}
.badge {
	--bs-badge-color: #ffffff;
}
.progress, .progress-stacked {
	--bs-progress-bar-color: #ffffff;
	--bs-progress-bar-bg: #ffc700;
}
.list-group {
	--bs-list-group-active-color: #ffffff;
	--bs-list-group-active-bg: #ffc700;
	--bs-list-group-active-border-color: #ffc700;
}
.list-group-item-action:hover, .list-group-item-action:focus {
	z-index: 1;
	color: var(--bs-list-group-action-hover-color);
	text-decoration: none;
	background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item.disabled, .list-group-item:disabled {
	color: var(--bs-list-group-disabled-color);
	pointer-events: none;
	background-color: var(--bs-list-group-disabled-bg);
}
.btn-close {
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(33, 182, 215, 0.25);
}
.btn-close:disabled, .btn-close.disabled {
	pointer-events: none;
	user-select: none;
	opacity: var(--bs-btn-close-disabled-opacity);
}
[data-bs-theme=dark] .btn-close {
	filter: var(--bs-btn-close-white-filter);
}
.modal {
	--bs-modal-border-width: 0;
	--bs-modal-border-radius: 0;
	--bs-modal-inner-border-radius: 0;
	--bs-modal-header-border-width: 0;
	--bs-modal-footer-border-width: 0;
}
@media (min-width: 992px) {
	.modal-lg, .modal-xl {
		--bs-modal-width: 800px;
	}
}
.modal-fullscreen .modal-header, .modal-fullscreen .modal-footer {
	border-radius: 0;
}
@media (max-width: 575.98px) {
	.modal-fullscreen-sm-down .modal-header, .modal-fullscreen-sm-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 767.98px) {
	.modal-fullscreen-md-down .modal-header, .modal-fullscreen-md-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 991.98px) {
	.modal-fullscreen-lg-down .modal-header, .modal-fullscreen-lg-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 1199.98px) {
	.modal-fullscreen-xl-down .modal-header, .modal-fullscreen-xl-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 1399.98px) {
	.modal-fullscreen-xxl-down .modal-header, .modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0;
	}
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
	bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
	top: -1px;
	border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
	border-top-color: var(--bs-tooltip-bg);
}
/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
	left: calc(-1 * var(--bs-tooltip-arrow-height));
	width: var(--bs-tooltip-arrow-height);
	height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
	right: -1px;
	border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
	border-right-color: var(--bs-tooltip-bg);
}
/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
	top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
	border-bottom-color: var(--bs-tooltip-bg);
}
/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
	right: calc(-1 * var(--bs-tooltip-arrow-height));
	width: var(--bs-tooltip-arrow-height);
	height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
	left: -1px;
	border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
	border-left-color: var(--bs-tooltip-bg);
}
/* rtl:end:ignore */
.tooltip-inner {
	max-width: var(--bs-tooltip-max-width);
	padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
	color: var(--bs-tooltip-color);
	text-align: center;
	background-color: var(--bs-tooltip-bg);
	border-radius: var(--bs-tooltip-border-radius);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
	border-width: 0;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
	bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
	border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
	bottom: 0;
	border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
	bottom: var(--bs-popover-border-width);
	border-top-color: var(--bs-popover-bg);
}
/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
	left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
	width: var(--bs-popover-arrow-height);
	height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
	border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
	left: 0;
	border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
	left: var(--bs-popover-border-width);
	border-right-color: var(--bs-popover-bg);
}
/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
	top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
	border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
	top: 0;
	border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
	top: var(--bs-popover-border-width);
	border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: var(--bs-popover-arrow-width);
	margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
	content: "";
	border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
	right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
	width: var(--bs-popover-arrow-height);
	height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
	border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
	right: 0;
	border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
	right: var(--bs-popover-border-width);
	border-left-color: var(--bs-popover-bg);
}
/* rtl:end:ignore */
.popover-header {
	padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
	margin-bottom: 0;
	font-size: var(--bs-popover-header-font-size);
	color: var(--bs-popover-header-color);
	background-color: var(--bs-popover-header-bg);
	border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-top-left-radius: var(--bs-popover-inner-border-radius);
	border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
	display: block;
}
.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
	transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
	transform: translateX(-100%);
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
	z-index: 1;
	opacity: 1;
}
.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
		transition: none;
	}
}
.carousel-control-prev, .carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #ffffff;
	text-align: center;
	background: none;
	border: 0;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev, .carousel-control-next {
		transition: none;
	}
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}
/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
	filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #000000;
}
.carousel-dark .carousel-caption {
	color: #000000;
}
[data-bs-theme=dark] .carousel .carousel-control-prev-icon, [data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon, [data-bs-theme=dark].carousel .carousel-control-next-icon {
	filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
	background-color: #000000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
	color: #000000;
}
.spinner-grow, .spinner-border {
	display: inline-block;
	width: var(--bs-spinner-width);
	height: var(--bs-spinner-height);
	vertical-align: var(--bs-spinner-vertical-align);
	border-radius: 50%;
	animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
	to {
		transform: rotate(360deg) /* rtl:ignore */ ;
	}
}
@media (prefers-reduced-motion: reduce) {
	.spinner-border, .spinner-grow {
		--bs-spinner-animation-speed: 1.5s;
	}
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
	--bs-offcanvas-zindex: 1045;
	--bs-offcanvas-width: 400px;
	--bs-offcanvas-height: 30vh;
	--bs-offcanvas-padding-x: 1rem;
	--bs-offcanvas-padding-y: 1rem;
	--bs-offcanvas-color: var(--bs-body-color);
	--bs-offcanvas-bg: var(--bs-body-bg);
	--bs-offcanvas-border-width: 0;
	--bs-offcanvas-border-color: var(--bs-border-color-translucent);
	--bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-offcanvas-transition: transform 0.3s ease-in-out;
	--bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
	.offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
		transform: none;
	}
	.offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
		visibility: visible;
	}
}
@media (max-width: 767.98px) {
	.offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
		transform: none;
	}
	.offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
		visibility: visible;
	}
}
@media (max-width: 991.98px) {
	.offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
		transform: none;
	}
	.offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
		visibility: visible;
	}
}
@media (max-width: 1199.98px) {
	.offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
		transform: none;
	}
	.offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
		visibility: visible;
	}
}
@media (max-width: 1399.98px) {
	.offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
		transform: none;
	}
	.offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
		visibility: visible;
	}
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
	transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
	visibility: visible;
}
.offcanvas-backdrop {
	background-color: #000000;
}
.placeholder-wave {
	mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%);
	mask-size: 200% 100%;
	animation: placeholder-wave 2s linear infinite;
}
.text-bg-primary {
	color: #000000 !important;
	background-color: RGBA(255, 199, 0, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
	color: #ffffff !important;
	background-color: RGBA(6, 33, 61, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
	color: #000000 !important;
	background-color: RGBA(186, 193, 9, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
	color: #000000 !important;
	background-color: RGBA(33, 182, 215, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
	color: #000000 !important;
	background-color: RGBA(255, 199, 0, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
	color: #ffffff !important;
	background-color: RGBA(230, 28, 70, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
	color: #000000 !important;
	background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
	color: #ffffff !important;
	background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
	color: RGBA(255, 210, 51, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(255, 210, 51, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
	color: RGBA(5, 26, 49, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(5, 26, 49, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
	color: RGBA(200, 205, 58, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(200, 205, 58, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
	color: RGBA(77, 197, 223, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(77, 197, 223, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
	color: RGBA(255, 210, 51, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(255, 210, 51, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
	color: RGBA(184, 22, 56, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(184, 22, 56, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
	color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
	color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
	color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
	text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
	transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
.visually-hidden:not(caption), .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
	position: absolute !important;
}
.m-6 {
	margin: 4.5rem !important;
}
.m-7 {
	margin: 6rem !important;
}
.m-8 {
	margin: 7.5rem !important;
}
.mx-6 {
	margin-right: 4.5rem !important;
	margin-left: 4.5rem !important;
}
.mx-7 {
	margin-right: 6rem !important;
	margin-left: 6rem !important;
}
.mx-8 {
	margin-right: 7.5rem !important;
	margin-left: 7.5rem !important;
}
.my-6 {
	margin-top: 4.5rem !important;
	margin-bottom: 4.5rem !important;
}
.my-7 {
	margin-top: 6rem !important;
	margin-bottom: 6rem !important;
}
.my-8 {
	margin-top: 7.5rem !important;
	margin-bottom: 7.5rem !important;
}
.mt-6 {
	margin-top: 4.5rem !important;
}
.mt-7 {
	margin-top: 6rem !important;
}
.mt-8 {
	margin-top: 7.5rem !important;
}
.me-6 {
	margin-right: 4.5rem !important;
}
.me-7 {
	margin-right: 6rem !important;
}
.me-8 {
	margin-right: 7.5rem !important;
}
.mb-6 {
	margin-bottom: 4.5rem !important;
}
.mb-7 {
	margin-bottom: 6rem !important;
}
.mb-8 {
	margin-bottom: 7.5rem !important;
}
.ms-6 {
	margin-left: 4.5rem !important;
}
.ms-7 {
	margin-left: 6rem !important;
}
.ms-8 {
	margin-left: 7.5rem !important;
}
.p-6 {
	padding: 4.5rem !important;
}
.p-7 {
	padding: 6rem !important;
}
.p-8 {
	padding: 7.5rem !important;
}
.px-6 {
	padding-right: 4.5rem !important;
	padding-left: 4.5rem !important;
}
.px-7 {
	padding-right: 6rem !important;
	padding-left: 6rem !important;
}
.px-8 {
	padding-right: 7.5rem !important;
	padding-left: 7.5rem !important;
}
.py-6 {
	padding-top: 4.5rem !important;
	padding-bottom: 4.5rem !important;
}
.py-7 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}
.py-8 {
	padding-top: 7.5rem !important;
	padding-bottom: 7.5rem !important;
}
.pt-6 {
	padding-top: 4.5rem !important;
}
.pt-7 {
	padding-top: 6rem !important;
}
.pt-8 {
	padding-top: 7.5rem !important;
}
.pe-6 {
	padding-right: 4.5rem !important;
}
.pe-7 {
	padding-right: 6rem !important;
}
.pe-8 {
	padding-right: 7.5rem !important;
}
.pb-6 {
	padding-bottom: 4.5rem !important;
}
.pb-7 {
	padding-bottom: 6rem !important;
}
.pb-8 {
	padding-bottom: 7.5rem !important;
}
.ps-6 {
	padding-left: 4.5rem !important;
}
.ps-7 {
	padding-left: 6rem !important;
}
.ps-8 {
	padding-left: 7.5rem !important;
}
.gap-6 {
	gap: 4.5rem !important;
}
.gap-7 {
	gap: 6rem !important;
}
.gap-8 {
	gap: 7.5rem !important;
}
.row-gap-6 {
	row-gap: 4.5rem !important;
}
.row-gap-7 {
	row-gap: 6rem !important;
}
.row-gap-8 {
	row-gap: 7.5rem !important;
}
.column-gap-6 {
	column-gap: 4.5rem !important;
}
.column-gap-7 {
	column-gap: 6rem !important;
}
.column-gap-8 {
	column-gap: 7.5rem !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;
}
@media (min-width: 576px) {
	.m-sm-6 {
		margin: 4.5rem !important;
	}
	.m-sm-7 {
		margin: 6rem !important;
	}
	.m-sm-8 {
		margin: 7.5rem !important;
	}
	.mx-sm-6 {
		margin-right: 4.5rem !important;
		margin-left: 4.5rem !important;
	}
	.mx-sm-7 {
		margin-right: 6rem !important;
		margin-left: 6rem !important;
	}
	.mx-sm-8 {
		margin-right: 7.5rem !important;
		margin-left: 7.5rem !important;
	}
	.my-sm-6 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important;
	}
	.my-sm-7 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important;
	}
	.my-sm-8 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important;
	}
	.mt-sm-6 {
		margin-top: 4.5rem !important;
	}
	.mt-sm-7 {
		margin-top: 6rem !important;
	}
	.mt-sm-8 {
		margin-top: 7.5rem !important;
	}
	.me-sm-6 {
		margin-right: 4.5rem !important;
	}
	.me-sm-7 {
		margin-right: 6rem !important;
	}
	.me-sm-8 {
		margin-right: 7.5rem !important;
	}
	.mb-sm-6 {
		margin-bottom: 4.5rem !important;
	}
	.mb-sm-7 {
		margin-bottom: 6rem !important;
	}
	.mb-sm-8 {
		margin-bottom: 7.5rem !important;
	}
	.ms-sm-6 {
		margin-left: 4.5rem !important;
	}
	.ms-sm-7 {
		margin-left: 6rem !important;
	}
	.ms-sm-8 {
		margin-left: 7.5rem !important;
	}
	.p-sm-6 {
		padding: 4.5rem !important;
	}
	.p-sm-7 {
		padding: 6rem !important;
	}
	.p-sm-8 {
		padding: 7.5rem !important;
	}
	.px-sm-6 {
		padding-right: 4.5rem !important;
		padding-left: 4.5rem !important;
	}
	.px-sm-7 {
		padding-right: 6rem !important;
		padding-left: 6rem !important;
	}
	.px-sm-8 {
		padding-right: 7.5rem !important;
		padding-left: 7.5rem !important;
	}
	.py-sm-6 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important;
	}
	.py-sm-7 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.py-sm-8 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important;
	}
	.pt-sm-6 {
		padding-top: 4.5rem !important;
	}
	.pt-sm-7 {
		padding-top: 6rem !important;
	}
	.pt-sm-8 {
		padding-top: 7.5rem !important;
	}
	.pe-sm-6 {
		padding-right: 4.5rem !important;
	}
	.pe-sm-7 {
		padding-right: 6rem !important;
	}
	.pe-sm-8 {
		padding-right: 7.5rem !important;
	}
	.pb-sm-6 {
		padding-bottom: 4.5rem !important;
	}
	.pb-sm-7 {
		padding-bottom: 6rem !important;
	}
	.pb-sm-8 {
		padding-bottom: 7.5rem !important;
	}
	.ps-sm-6 {
		padding-left: 4.5rem !important;
	}
	.ps-sm-7 {
		padding-left: 6rem !important;
	}
	.ps-sm-8 {
		padding-left: 7.5rem !important;
	}
	.gap-sm-6 {
		gap: 4.5rem !important;
	}
	.gap-sm-7 {
		gap: 6rem !important;
	}
	.gap-sm-8 {
		gap: 7.5rem !important;
	}
	.row-gap-sm-6 {
		row-gap: 4.5rem !important;
	}
	.row-gap-sm-7 {
		row-gap: 6rem !important;
	}
	.row-gap-sm-8 {
		row-gap: 7.5rem !important;
	}
	.column-gap-sm-6 {
		column-gap: 4.5rem !important;
	}
	.column-gap-sm-7 {
		column-gap: 6rem !important;
	}
	.column-gap-sm-8 {
		column-gap: 7.5rem !important;
	}
}
@media (min-width: 768px) {
	.m-md-6 {
		margin: 4.5rem !important;
	}
	.m-md-7 {
		margin: 6rem !important;
	}
	.m-md-8 {
		margin: 7.5rem !important;
	}
	.mx-md-6 {
		margin-right: 4.5rem !important;
		margin-left: 4.5rem !important;
	}
	.mx-md-7 {
		margin-right: 6rem !important;
		margin-left: 6rem !important;
	}
	.mx-md-8 {
		margin-right: 7.5rem !important;
		margin-left: 7.5rem !important;
	}
	.my-md-6 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important;
	}
	.my-md-7 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important;
	}
	.my-md-8 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important;
	}
	.mt-md-6 {
		margin-top: 4.5rem !important;
	}
	.mt-md-7 {
		margin-top: 6rem !important;
	}
	.mt-md-8 {
		margin-top: 7.5rem !important;
	}
	.me-md-6 {
		margin-right: 4.5rem !important;
	}
	.me-md-7 {
		margin-right: 6rem !important;
	}
	.me-md-8 {
		margin-right: 7.5rem !important;
	}
	.mb-md-6 {
		margin-bottom: 4.5rem !important;
	}
	.mb-md-7 {
		margin-bottom: 6rem !important;
	}
	.mb-md-8 {
		margin-bottom: 7.5rem !important;
	}
	.ms-md-6 {
		margin-left: 4.5rem !important;
	}
	.ms-md-7 {
		margin-left: 6rem !important;
	}
	.ms-md-8 {
		margin-left: 7.5rem !important;
	}
	.p-md-6 {
		padding: 4.5rem !important;
	}
	.p-md-7 {
		padding: 6rem !important;
	}
	.p-md-8 {
		padding: 7.5rem !important;
	}
	.px-md-6 {
		padding-right: 4.5rem !important;
		padding-left: 4.5rem !important;
	}
	.px-md-7 {
		padding-right: 6rem !important;
		padding-left: 6rem !important;
	}
	.px-md-8 {
		padding-right: 7.5rem !important;
		padding-left: 7.5rem !important;
	}
	.py-md-6 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important;
	}
	.py-md-7 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.py-md-8 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important;
	}
	.pt-md-6 {
		padding-top: 4.5rem !important;
	}
	.pt-md-7 {
		padding-top: 6rem !important;
	}
	.pt-md-8 {
		padding-top: 7.5rem !important;
	}
	.pe-md-6 {
		padding-right: 4.5rem !important;
	}
	.pe-md-7 {
		padding-right: 6rem !important;
	}
	.pe-md-8 {
		padding-right: 7.5rem !important;
	}
	.pb-md-6 {
		padding-bottom: 4.5rem !important;
	}
	.pb-md-7 {
		padding-bottom: 6rem !important;
	}
	.pb-md-8 {
		padding-bottom: 7.5rem !important;
	}
	.ps-md-6 {
		padding-left: 4.5rem !important;
	}
	.ps-md-7 {
		padding-left: 6rem !important;
	}
	.ps-md-8 {
		padding-left: 7.5rem !important;
	}
	.gap-md-6 {
		gap: 4.5rem !important;
	}
	.gap-md-7 {
		gap: 6rem !important;
	}
	.gap-md-8 {
		gap: 7.5rem !important;
	}
	.row-gap-md-6 {
		row-gap: 4.5rem !important;
	}
	.row-gap-md-7 {
		row-gap: 6rem !important;
	}
	.row-gap-md-8 {
		row-gap: 7.5rem !important;
	}
	.column-gap-md-6 {
		column-gap: 4.5rem !important;
	}
	.column-gap-md-7 {
		column-gap: 6rem !important;
	}
	.column-gap-md-8 {
		column-gap: 7.5rem !important;
	}
}
@media (min-width: 992px) {
	.m-lg-6 {
		margin: 4.5rem !important;
	}
	.m-lg-7 {
		margin: 6rem !important;
	}
	.m-lg-8 {
		margin: 7.5rem !important;
	}
	.mx-lg-6 {
		margin-right: 4.5rem !important;
		margin-left: 4.5rem !important;
	}
	.mx-lg-7 {
		margin-right: 6rem !important;
		margin-left: 6rem !important;
	}
	.mx-lg-8 {
		margin-right: 7.5rem !important;
		margin-left: 7.5rem !important;
	}
	.my-lg-6 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important;
	}
	.my-lg-7 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important;
	}
	.my-lg-8 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important;
	}
	.mt-lg-6 {
		margin-top: 4.5rem !important;
	}
	.mt-lg-7 {
		margin-top: 6rem !important;
	}
	.mt-lg-8 {
		margin-top: 7.5rem !important;
	}
	.me-lg-6 {
		margin-right: 4.5rem !important;
	}
	.me-lg-7 {
		margin-right: 6rem !important;
	}
	.me-lg-8 {
		margin-right: 7.5rem !important;
	}
	.mb-lg-6 {
		margin-bottom: 4.5rem !important;
	}
	.mb-lg-7 {
		margin-bottom: 6rem !important;
	}
	.mb-lg-8 {
		margin-bottom: 7.5rem !important;
	}
	.ms-lg-6 {
		margin-left: 4.5rem !important;
	}
	.ms-lg-7 {
		margin-left: 6rem !important;
	}
	.ms-lg-8 {
		margin-left: 7.5rem !important;
	}
	.p-lg-6 {
		padding: 4.5rem !important;
	}
	.p-lg-7 {
		padding: 6rem !important;
	}
	.p-lg-8 {
		padding: 7.5rem !important;
	}
	.px-lg-6 {
		padding-right: 4.5rem !important;
		padding-left: 4.5rem !important;
	}
	.px-lg-7 {
		padding-right: 6rem !important;
		padding-left: 6rem !important;
	}
	.px-lg-8 {
		padding-right: 7.5rem !important;
		padding-left: 7.5rem !important;
	}
	.py-lg-6 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important;
	}
	.py-lg-7 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.py-lg-8 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important;
	}
	.pt-lg-6 {
		padding-top: 4.5rem !important;
	}
	.pt-lg-7 {
		padding-top: 6rem !important;
	}
	.pt-lg-8 {
		padding-top: 7.5rem !important;
	}
	.pe-lg-6 {
		padding-right: 4.5rem !important;
	}
	.pe-lg-7 {
		padding-right: 6rem !important;
	}
	.pe-lg-8 {
		padding-right: 7.5rem !important;
	}
	.pb-lg-6 {
		padding-bottom: 4.5rem !important;
	}
	.pb-lg-7 {
		padding-bottom: 6rem !important;
	}
	.pb-lg-8 {
		padding-bottom: 7.5rem !important;
	}
	.ps-lg-6 {
		padding-left: 4.5rem !important;
	}
	.ps-lg-7 {
		padding-left: 6rem !important;
	}
	.ps-lg-8 {
		padding-left: 7.5rem !important;
	}
	.gap-lg-6 {
		gap: 4.5rem !important;
	}
	.gap-lg-7 {
		gap: 6rem !important;
	}
	.gap-lg-8 {
		gap: 7.5rem !important;
	}
	.row-gap-lg-6 {
		row-gap: 4.5rem !important;
	}
	.row-gap-lg-7 {
		row-gap: 6rem !important;
	}
	.row-gap-lg-8 {
		row-gap: 7.5rem !important;
	}
	.column-gap-lg-6 {
		column-gap: 4.5rem !important;
	}
	.column-gap-lg-7 {
		column-gap: 6rem !important;
	}
	.column-gap-lg-8 {
		column-gap: 7.5rem !important;
	}
}
@media (min-width: 1200px) {
	.m-xl-6 {
		margin: 4.5rem !important;
	}
	.m-xl-7 {
		margin: 6rem !important;
	}
	.m-xl-8 {
		margin: 7.5rem !important;
	}
	.mx-xl-6 {
		margin-right: 4.5rem !important;
		margin-left: 4.5rem !important;
	}
	.mx-xl-7 {
		margin-right: 6rem !important;
		margin-left: 6rem !important;
	}
	.mx-xl-8 {
		margin-right: 7.5rem !important;
		margin-left: 7.5rem !important;
	}
	.my-xl-6 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important;
	}
	.my-xl-7 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important;
	}
	.my-xl-8 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important;
	}
	.mt-xl-6 {
		margin-top: 4.5rem !important;
	}
	.mt-xl-7 {
		margin-top: 6rem !important;
	}
	.mt-xl-8 {
		margin-top: 7.5rem !important;
	}
	.me-xl-6 {
		margin-right: 4.5rem !important;
	}
	.me-xl-7 {
		margin-right: 6rem !important;
	}
	.me-xl-8 {
		margin-right: 7.5rem !important;
	}
	.mb-xl-6 {
		margin-bottom: 4.5rem !important;
	}
	.mb-xl-7 {
		margin-bottom: 6rem !important;
	}
	.mb-xl-8 {
		margin-bottom: 7.5rem !important;
	}
	.ms-xl-6 {
		margin-left: 4.5rem !important;
	}
	.ms-xl-7 {
		margin-left: 6rem !important;
	}
	.ms-xl-8 {
		margin-left: 7.5rem !important;
	}
	.p-xl-6 {
		padding: 4.5rem !important;
	}
	.p-xl-7 {
		padding: 6rem !important;
	}
	.p-xl-8 {
		padding: 7.5rem !important;
	}
	.px-xl-6 {
		padding-right: 4.5rem !important;
		padding-left: 4.5rem !important;
	}
	.px-xl-7 {
		padding-right: 6rem !important;
		padding-left: 6rem !important;
	}
	.px-xl-8 {
		padding-right: 7.5rem !important;
		padding-left: 7.5rem !important;
	}
	.py-xl-6 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important;
	}
	.py-xl-7 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.py-xl-8 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important;
	}
	.pt-xl-6 {
		padding-top: 4.5rem !important;
	}
	.pt-xl-7 {
		padding-top: 6rem !important;
	}
	.pt-xl-8 {
		padding-top: 7.5rem !important;
	}
	.pe-xl-6 {
		padding-right: 4.5rem !important;
	}
	.pe-xl-7 {
		padding-right: 6rem !important;
	}
	.pe-xl-8 {
		padding-right: 7.5rem !important;
	}
	.pb-xl-6 {
		padding-bottom: 4.5rem !important;
	}
	.pb-xl-7 {
		padding-bottom: 6rem !important;
	}
	.pb-xl-8 {
		padding-bottom: 7.5rem !important;
	}
	.ps-xl-6 {
		padding-left: 4.5rem !important;
	}
	.ps-xl-7 {
		padding-left: 6rem !important;
	}
	.ps-xl-8 {
		padding-left: 7.5rem !important;
	}
	.gap-xl-6 {
		gap: 4.5rem !important;
	}
	.gap-xl-7 {
		gap: 6rem !important;
	}
	.gap-xl-8 {
		gap: 7.5rem !important;
	}
	.row-gap-xl-6 {
		row-gap: 4.5rem !important;
	}
	.row-gap-xl-7 {
		row-gap: 6rem !important;
	}
	.row-gap-xl-8 {
		row-gap: 7.5rem !important;
	}
	.column-gap-xl-6 {
		column-gap: 4.5rem !important;
	}
	.column-gap-xl-7 {
		column-gap: 6rem !important;
	}
	.column-gap-xl-8 {
		column-gap: 7.5rem !important;
	}
}
@media (min-width: 1400px) {
	.m-xxl-6 {
		margin: 4.5rem !important;
	}
	.m-xxl-7 {
		margin: 6rem !important;
	}
	.m-xxl-8 {
		margin: 7.5rem !important;
	}
	.mx-xxl-6 {
		margin-right: 4.5rem !important;
		margin-left: 4.5rem !important;
	}
	.mx-xxl-7 {
		margin-right: 6rem !important;
		margin-left: 6rem !important;
	}
	.mx-xxl-8 {
		margin-right: 7.5rem !important;
		margin-left: 7.5rem !important;
	}
	.my-xxl-6 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important;
	}
	.my-xxl-7 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important;
	}
	.my-xxl-8 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important;
	}
	.mt-xxl-6 {
		margin-top: 4.5rem !important;
	}
	.mt-xxl-7 {
		margin-top: 6rem !important;
	}
	.mt-xxl-8 {
		margin-top: 7.5rem !important;
	}
	.me-xxl-6 {
		margin-right: 4.5rem !important;
	}
	.me-xxl-7 {
		margin-right: 6rem !important;
	}
	.me-xxl-8 {
		margin-right: 7.5rem !important;
	}
	.mb-xxl-6 {
		margin-bottom: 4.5rem !important;
	}
	.mb-xxl-7 {
		margin-bottom: 6rem !important;
	}
	.mb-xxl-8 {
		margin-bottom: 7.5rem !important;
	}
	.ms-xxl-6 {
		margin-left: 4.5rem !important;
	}
	.ms-xxl-7 {
		margin-left: 6rem !important;
	}
	.ms-xxl-8 {
		margin-left: 7.5rem !important;
	}
	.p-xxl-6 {
		padding: 4.5rem !important;
	}
	.p-xxl-7 {
		padding: 6rem !important;
	}
	.p-xxl-8 {
		padding: 7.5rem !important;
	}
	.px-xxl-6 {
		padding-right: 4.5rem !important;
		padding-left: 4.5rem !important;
	}
	.px-xxl-7 {
		padding-right: 6rem !important;
		padding-left: 6rem !important;
	}
	.px-xxl-8 {
		padding-right: 7.5rem !important;
		padding-left: 7.5rem !important;
	}
	.py-xxl-6 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important;
	}
	.py-xxl-7 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.py-xxl-8 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important;
	}
	.pt-xxl-6 {
		padding-top: 4.5rem !important;
	}
	.pt-xxl-7 {
		padding-top: 6rem !important;
	}
	.pt-xxl-8 {
		padding-top: 7.5rem !important;
	}
	.pe-xxl-6 {
		padding-right: 4.5rem !important;
	}
	.pe-xxl-7 {
		padding-right: 6rem !important;
	}
	.pe-xxl-8 {
		padding-right: 7.5rem !important;
	}
	.pb-xxl-6 {
		padding-bottom: 4.5rem !important;
	}
	.pb-xxl-7 {
		padding-bottom: 6rem !important;
	}
	.pb-xxl-8 {
		padding-bottom: 7.5rem !important;
	}
	.ps-xxl-6 {
		padding-left: 4.5rem !important;
	}
	.ps-xxl-7 {
		padding-left: 6rem !important;
	}
	.ps-xxl-8 {
		padding-left: 7.5rem !important;
	}
	.gap-xxl-6 {
		gap: 4.5rem !important;
	}
	.gap-xxl-7 {
		gap: 6rem !important;
	}
	.gap-xxl-8 {
		gap: 7.5rem !important;
	}
	.row-gap-xxl-6 {
		row-gap: 4.5rem !important;
	}
	.row-gap-xxl-7 {
		row-gap: 6rem !important;
	}
	.row-gap-xxl-8 {
		row-gap: 7.5rem !important;
	}
	.column-gap-xxl-6 {
		column-gap: 4.5rem !important;
	}
	.column-gap-xxl-7 {
		column-gap: 6rem !important;
	}
	.column-gap-xxl-8 {
		column-gap: 7.5rem !important;
	}
}
@font-face {
	font-family: NeoSansPro;
	src: url(../fonts/NeoSansPro-Light-v2.ttf) format("truetype");
	font-weight: 100 300;
}
@font-face {
	font-family: NeoSansPro;
	src: url(../fonts/NeoSansPro-Regular.ttf) format("truetype");
	font-weight: 400 500;
}
@font-face {
	font-family: NeoSansPro;
	src: url(../fonts/NeoSansPro-Medium.ttf) format("truetype");
	font-weight: 600 900;
}
body {
	font-family: NeoSansPro, Arial;
	color: #474e54;
	overscroll-behavior: none;
	font-family: NeoSansPro, Arial;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	body {
		font-size: 16px;
		font-weight: 400;<!--500-->
		line-height: 24px;
	}
}
@media screen and (min-width: 576px) {
	body {
		font-size: 18px;
		font-weight: 300;
		line-height: 26px;
	}
}
@media screen and (min-width: 992px) {
	body {
		font-weight: 300;
		font-size: 20px;
		line-height: 30px;
	}
}
h1, .h1, h2, .h2, h3, .h3, .card-spotlight .card-body .card-title a, h4, .h4, p {
	letter-spacing: -0.02em;
	font-family: NeoSansPro, Arial;
}
p {
	font-family: NeoSansPro, Arial;
	letter-spacing: -0.01em;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	p {
		font-size: 16px;
		font-weight: 400;<!--500-->
		line-height: 24px;
	}
}
@media screen and (min-width: 576px) {
	p {
		font-size: 18px;
		font-weight: 300;
		line-height: 26px;
	}
}
@media screen and (min-width: 992px) {
	p {
		font-weight: 300;
		font-size: 20px;
		line-height: 30px;
	}
}
@media screen and (min-width: 576px) {
	p {
		-webkit-text-stroke: 0.02em;
	}
}
.standard-font {
	font-family: NeoSansPro, Arial;
	letter-spacing: -0.01em;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.standard-font {
		font-size: 16px;
		font-weight: 400;<!--500-->
		line-height: 24px;
	}
}
@media screen and (min-width: 576px) {
	.standard-font {
		font-size: 18px;
		font-weight: 300;
		line-height: 26px;
	}
}
@media screen and (min-width: 992px) {
	.standard-font {
		font-weight: 300;
		font-size: 20px;
		line-height: 30px;
	}
}
@media screen and (min-width: 576px) {
	.standard-font {
		-webkit-text-stroke: 0.02em;
	}
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.standard-font {
		font-size: 16px;
		font-weight: 400;<!--500-->
		line-height: 24px;
	}
}
@media screen and (min-width: 576px) {
	.standard-font {
		font-size: 18px;
		font-weight: 300;
		line-height: 26px;
	}
}
@media screen and (min-width: 992px) {
	.standard-font {
		font-size: 18px;
		font-weight: 300;
		font-size: 20px;
		line-height: 30px;
	}
}
h1, .h1 {
	font-family: NeoSansPro, Arial;
	font-size: 64px;
	font-weight: 200;
	-webkit-text-stroke: 0.015em;
	line-height: 70px;
	color: #06213d;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
	h1, .h1 {
		font-size: 58px;
		line-height: 64px;
	}
}
@media screen and (max-width: 1199.98px) {
	h1, .h1 {
		font-size: 50px;
		line-height: 52px;
	}
}
@media screen and (max-width: 767.98px) {
	h1, .h1 {
		font-size: 40px;
		line-height: 42px;
	}
}
.h1-sm {
	font-family: NeoSansPro, Arial;
	font-size: 48px;
	font-weight: 200;
	-webkit-text-stroke: 0.015em;
	line-height: 52px;
	color: #06213d;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
	.h1-sm {
		font-size: 42px;
		line-height: 46px;
	}
}
@media screen and (max-width: 1199.98px) {
	.h1-sm {
		font-size: 38px;
		line-height: 42px;
	}
}
@media screen and (max-width: 767.98px) {
	.h1-sm {
		font-size: 32px;
		line-height: 35px;
	}
}
h2, .h2 {
	font-family: NeoSansPro, Arial;
	font-size: 30px;
	font-weight: 600;
	-webkit-text-stroke: 0 !important;
	line-height: 34px;
	color: #06213d;
}
@media screen and (max-width: 767.98px) {
	h2, .h2 {
		font-size: 24px;
		line-height: 28px;
	}
}
@media screen and (max-width: 1199.98px) {
	h2, .h2 {
		font-size: 28px;
		line-height: 30px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
	h2, .h2 {
		font-size: 30px;
		line-height: 34px;
	}
}
h3, .h3, .card-spotlight .card-body .card-title a {
	font-family: NeoSansPro, Arial;
	font-size: 26px;
	font-weight: 600;
	-webkit-text-stroke: 0 !important;
	line-height: 30px;
	color: #06213d;
}
@media screen and (max-width: 767.98px) {
	h3, .h3, .card-spotlight .card-body .card-title a {
		font-size: 20px;
		line-height: 24px;
	}
}
@media screen and (max-width: 1199.98px) {
	h3, .h3, .card-spotlight .card-body .card-title a {
		font-size: 24px;
		line-height: 28px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
	h3, .h3, .card-spotlight .card-body .card-title a {
		font-size: 26px;
		line-height: 30px;
	}
}
h4, .h4 {
	font-family: NeoSansPro, Arial;
	font-size: 24px;
	font-weight: 400;<!--500-->
	-webkit-text-stroke: 0 !important;
	line-height: 34px;
	color: #06213d;
}
@media screen and (max-width: 767.98px) {
	h4, .h4 {
		font-size: 16px;
		line-height: 22px;
	}
}
@media screen and (max-width: 1199.98px) {
	h4, .h4 {
		font-size: 20px;
		line-height: 26px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
	h4, .h4 {
		font-size: 24px;
		line-height: 34px;
	}
}
h5, .h5, .card-large .card-body .card-title a, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a {
	color: #06213d;
	font-family: NeoSansPro, Arial;
	font-weight: 600 !important;
	-webkit-text-stroke: 0 !important;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	h5, .h5, .card-large .card-body .card-title a, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a {
		font-size: 16px;
		font-weight: 400;<!--500-->
		line-height: 24px;
	}
}
@media screen and (min-width: 576px) {
	h5, .h5, .card-large .card-body .card-title a, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a {
		font-size: 18px;
		font-weight: 300;
		line-height: 26px;
	}
}
@media screen and (min-width: 992px) {
	h5, .h5, .card-large .card-body .card-title a, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a {
		font-weight: 300;
		font-size: 20px;
		line-height: 30px;
	}
}
a, .legacy-resource-cards ul li a {
	color: #009ec2;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}
a:hover, .legacy-resource-cards ul li a:hover {
	color: #006073;
}
.s-para, .itk-content .blog-author, .itk-content .blog-author p, table, table p, .s-para p, table p, table p p {
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.s-para, .itk-content .blog-author, .itk-content .blog-author p, table, table p, .s-para p, table p, table p p {
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;<!--500-->
	}
}
.xs-para, .itk-footer, .card-medium .card-body a, .card-medium .card-body p, .card-medium-cta .card-body p, .card .card-body p:not(.card-text), .card-spotlight .card-body p:not(.card-text), .card-video .card-body p:not(.card-text), .card-large .card-body p:not(.card-text), .card-medium .card-body p:not(.card-text), .card-medium-cta .card-body p:not(.card-text), .card-small .card-body p:not(.card-text), .card .card-body a, .card-spotlight .card-body a, .card-video .card-body a, .card-large .card-body a, .card-medium .card-body a, .card-medium-cta .card-body a, .card-small .card-body a, .card .card-body .legacy-resource-cards ul li a, .card-spotlight .card-body .legacy-resource-cards ul li a, .card-video .card-body .legacy-resource-cards ul li a, .card-large .card-body .legacy-resource-cards ul li a, .card-medium .card-body .legacy-resource-cards ul li a, .card-medium-cta .card-body .legacy-resource-cards ul li a, .card-small .card-body .legacy-resource-cards ul li a, .legacy-resource-cards ul li .card .card-body a, .legacy-resource-cards ul li .card-spotlight .card-body a, .legacy-resource-cards ul li .card-video .card-body a, .legacy-resource-cards ul li .card-large .card-body a, .legacy-resource-cards ul li .card-medium .card-body a, .legacy-resource-cards ul li .card-medium-cta .card-body a, .legacy-resource-cards ul li .card-small .card-body a, .card .card-body ul li, .card-spotlight .card-body ul li, .card-video .card-body ul li, .card-large .card-body ul li, .card-medium .card-body ul li, .card-medium-cta .card-body ul li, .card-small .card-body ul li, .legacy-resource-cards ul li {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.xs-para, .itk-footer, .card-medium .card-body a, .card-medium .card-body p, .card-medium-cta .card-body p, .card .card-body p:not(.card-text), .card-spotlight .card-body p:not(.card-text), .card-video .card-body p:not(.card-text), .card-large .card-body p:not(.card-text), .card-medium .card-body p:not(.card-text), .card-medium-cta .card-body p:not(.card-text), .card-small .card-body p:not(.card-text), .card .card-body a, .card-spotlight .card-body a, .card-video .card-body a, .card-large .card-body a, .card-medium .card-body a, .card-medium-cta .card-body a, .card-small .card-body a, .card .card-body .legacy-resource-cards ul li a, .card-spotlight .card-body .legacy-resource-cards ul li a, .card-video .card-body .legacy-resource-cards ul li a, .card-large .card-body .legacy-resource-cards ul li a, .card-medium .card-body .legacy-resource-cards ul li a, .card-medium-cta .card-body .legacy-resource-cards ul li a, .card-small .card-body .legacy-resource-cards ul li a, .legacy-resource-cards ul li .card .card-body a, .legacy-resource-cards ul li .card-spotlight .card-body a, .legacy-resource-cards ul li .card-video .card-body a, .legacy-resource-cards ul li .card-large .card-body a, .legacy-resource-cards ul li .card-medium .card-body a, .legacy-resource-cards ul li .card-medium-cta .card-body a, .legacy-resource-cards ul li .card-small .card-body a, .card .card-body ul li, .card-spotlight .card-body ul li, .card-video .card-body ul li, .card-large .card-body ul li, .card-medium .card-body ul li, .card-medium-cta .card-body ul li, .card-small .card-body ul li, .legacy-resource-cards ul li {
		font-size: 14px;
		font-weight: 400;<!--500-->
	}
}
.xxs-para {
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.xxs-para {
		font-size: 14px;
		font-weight: 400;<!--500-->
	}
}
.base-fw {
	font-weight: 500 !important;
}
.content-text {
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
}
.small-text {
	font-size: 18px;
	line-height: 24px;
	margin: 12px 0;
}
.mini-header {
	text-transform: uppercase !important;
	color: #ffc700 !important;
	font-size: 18px !important;
	font-weight: 600 !important;
}
.fade {
	visibility: visible;
}
.fade:not(.show) {
	visibility: hidden;
}
.w-fit-content {
	width: fit-content;
}
.itk-content, .itk-sidebar {
	position: relative;
	z-index: 2;
}
.color-white {
	color: #ffffff !important;
}
.color-black {
	color: #000000 !important;
}
.color-black a, .color-black .legacy-resource-cards ul li a, .legacy-resource-cards ul li .color-black a {
	color: #000000 !important;
}
.color-black a:hover {
	color: #ffffff !important;
}
.nav-comp {
	padding-top: 175px !important;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
	.nav-comp {
		padding-top: 175px !important;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
	.nav-comp {
		padding-top: 175px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.nav-comp {
		padding-top: 120px !important;
	}
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
	.nav-comp {
		padding-top: 100px !important;
	}
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.nav-comp {
		padding-top: 100px !important;
	}
}
ul li {
	font-family: NeoSansPro, Arial;
	letter-spacing: -0.01em;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	ul li {
		font-size: 16px;
		font-weight: 400;<!--500-->
		line-height: 24px;
	}
}
@media screen and (min-width: 576px) {
	ul li {
		font-size: 18px;
		font-weight: 300;
		line-height: 26px;
	}
}
@media screen and (min-width: 992px) {
	ul li {
		font-weight: 300;
		font-size: 20px;
		line-height: 30px;
	}
}
.ul-2-col {
	columns: 2;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.ul-2-col {
		columns: 1;
	}
}
.ul-3-col {
	columns: 3;
}
.transition-none {
	transition: none !important;
}
@media (max-width: 575.98px) {
	.d-none-xs-only {
		display: none !important;
	}
}
.whitespace-nowrap {
	white-space: nowrap;
}
.scale-img-on-hover img, .scale-img-on-hover svg {
	transition: scale 0.5s;
}
.scale-img-on-hover:hover img, .scale-img-on-hover:hover svg {
	scale: 1.045;
}
.bg-itk-cerello {
	background-color: #ffc700;
}
.bg-itk-blue {
	background-color: #21b6d7;
}
.bg-dark-blue {
	background-color: #06213d;
	color: #ffffff;
}
.bg-lt-gray {
	background-color: #f8f8f8;
}
.bg-comp-blue {
	background-color: #009ec2;
}
.bg-hover-blue {
	background-color: #36BED9;
}
.bg-hover-grey {
	background-color: #405663;
}
.bg-itk-eco-green {
	background-color: #bac109;
}
.bg-wisetail-red {
	background-color: #e61c46;
}
.bg-light-grey {
	background-color: #f5f5f5;
}
.bg-mid-grey {
	background-color: #474e54;
}
.bg-dove-gray {
	background-color: #707070;
}
.bg-light-yellow {
	background-color: #FFD334;
}
.bg-silver-grey {
	background-color: #CDCDCD;
}
.bg-azure {
	background-color: #F4F5F5;
}
.bg-graphite {
	background-color: #595654;
}
.bg-white {
	background-color: #ffffff;
}
.color-white {
	color: #ffffff !important;
}
.color-itk-cerello {
	color: #ffc700 !important;
}
.color-itk-blue {
	color: #21b6d7 !important;
}
.color-dark-blue {
	color: #06213d !important;
}
.color-lt-gray {
	color: #f8f8f8;
}
.color-comp-blue {
	color: #009ec2;
}
.color-hover-blue {
	color: #36BED9;
}
.color-hover-grey {
	color: #405663;
}
.color-itk-eco-green {
	color: #bac109;
}
.color-wisetail-red {
	color: #e61c46;
}
.color-light-grey {
	color: #f5f5f5;
}
.color-mid-grey {
	color: #474e54;
}
.color-dove-gray {
	color: #707070;
}
.color-light-yellow {
	color: #FFD334;
}
.color-silver-grey {
	color: #CDCDCD;
}
.color-azure {
	color: #F4F5F5;
}
.color-graphite {
	color: #595654;
}
.form-wrap .cta, .form-wrap .cta-tran, .form-wrap .btn-tran, .form-wrap .cta-solid-white, .form-wrap .btn-solid-white, .form-wrap .cta-white, .form-wrap .btn-white, .form-wrap .cta-dark-blue, .form-wrap .btn-dark-blue, .form-wrap .cta-blue, .form-wrap .btn-blue, .form-wrap .cta-yellow, .form-wrap .card .card-body a.cta-yellow, .form-wrap .card-spotlight .card-body a.cta-yellow, .form-wrap .card-video .card-body a.cta-yellow, .form-wrap .card-large .card-body a.cta-yellow, .form-wrap .card-medium .card-body a.cta-yellow, .form-wrap .card-medium-cta .card-body a.cta-yellow, .form-wrap .card-small .card-body a.cta-yellow, .card .card-body .form-wrap a.cta-yellow, .card-spotlight .card-body .form-wrap a.cta-yellow, .card-video .card-body .form-wrap a.cta-yellow, .card-large .card-body .form-wrap a.cta-yellow, .card-medium .card-body .form-wrap a.cta-yellow, .card-medium-cta .card-body .form-wrap a.cta-yellow, .card-small .card-body .form-wrap a.cta-yellow, .form-wrap .card .card-body a.cta-yellow-white, .form-wrap .card-spotlight .card-body a.cta-yellow-white, .form-wrap .card-video .card-body a.cta-yellow-white, .form-wrap .card-large .card-body a.cta-yellow-white, .form-wrap .card-medium .card-body a.cta-yellow-white, .form-wrap .card-medium-cta .card-body a.cta-yellow-white, .form-wrap .card-small .card-body a.cta-yellow-white, .card .card-body .form-wrap a.cta-yellow-white, .card-spotlight .card-body .form-wrap a.cta-yellow-white, .card-video .card-body .form-wrap a.cta-yellow-white, .card-large .card-body .form-wrap a.cta-yellow-white, .card-medium .card-body .form-wrap a.cta-yellow-white, .card-medium-cta .card-body .form-wrap a.cta-yellow-white, .card-small .card-body .form-wrap a.cta-yellow-white, .form-wrap .card .card-body a.btn-yellow-white, .form-wrap .card-spotlight .card-body a.btn-yellow-white, .form-wrap .card-video .card-body a.btn-yellow-white, .form-wrap .card-large .card-body a.btn-yellow-white, .form-wrap .card-medium .card-body a.btn-yellow-white, .form-wrap .card-medium-cta .card-body a.btn-yellow-white, .form-wrap .card-small .card-body a.btn-yellow-white, .card .card-body .form-wrap a.btn-yellow-white, .card-spotlight .card-body .form-wrap a.btn-yellow-white, .card-video .card-body .form-wrap a.btn-yellow-white, .card-large .card-body .form-wrap a.btn-yellow-white, .card-medium .card-body .form-wrap a.btn-yellow-white, .card-medium-cta .card-body .form-wrap a.btn-yellow-white, .card-small .card-body .form-wrap a.btn-yellow-white, .form-wrap .cta-yellow-white, .form-wrap .btn-yellow-white, .form-wrap .btn-yellow, .form-wrap .btn {
	padding: 15px 25px !important;
	margin: 2px !important;
}
.form-wrap .cta:hover, .form-wrap .cta-tran:hover, .form-wrap .btn-tran:hover, .form-wrap .cta-solid-white:hover, .form-wrap .btn-solid-white:hover, .form-wrap .cta-white:hover, .form-wrap .btn-white:hover, .form-wrap .cta-dark-blue:hover, .form-wrap .btn-dark-blue:hover, .form-wrap .cta-blue:hover, .form-wrap .btn-blue:hover, .form-wrap .cta-yellow:hover, .form-wrap .card .card-body a.cta-yellow:hover, .form-wrap .card-spotlight .card-body a.cta-yellow:hover, .form-wrap .card-video .card-body a.cta-yellow:hover, .form-wrap .card-large .card-body a.cta-yellow:hover, .form-wrap .card-medium .card-body a.cta-yellow:hover, .form-wrap .card-medium-cta .card-body a.cta-yellow:hover, .form-wrap .card-small .card-body a.cta-yellow:hover, .card .card-body .form-wrap a.cta-yellow:hover, .card-spotlight .card-body .form-wrap a.cta-yellow:hover, .card-video .card-body .form-wrap a.cta-yellow:hover, .card-large .card-body .form-wrap a.cta-yellow:hover, .card-medium .card-body .form-wrap a.cta-yellow:hover, .card-medium-cta .card-body .form-wrap a.cta-yellow:hover, .card-small .card-body .form-wrap a.cta-yellow:hover, .form-wrap .cta-yellow-white:hover, .form-wrap .btn-yellow-white:hover, .form-wrap .btn-yellow:hover, .form-wrap .btn:hover {
	padding: 17px 27px !important;
	margin: 0 !important;
}
.cta, .cta-tran, .btn-tran, .cta-solid-white, .btn-solid-white, .cta-white, .btn-white, .cta-dark-blue, .btn-dark-blue, .cta-blue, .btn-blue, .cta-yellow, .card .card-body a.cta-yellow, .card-spotlight .card-body a.cta-yellow, .card-video .card-body a.cta-yellow, .card-large .card-body a.cta-yellow, .card-medium .card-body a.cta-yellow, .card-medium-cta .card-body a.cta-yellow, .card-small .card-body a.cta-yellow, .card .card-body a.cta-yellow-white, .card-spotlight .card-body a.cta-yellow-white, .card-video .card-body a.cta-yellow-white, .card-large .card-body a.cta-yellow-white, .card-medium .card-body a.cta-yellow-white, .card-medium-cta .card-body a.cta-yellow-white, .card-small .card-body a.cta-yellow-white, .card .card-body a.btn-yellow-white, .card-spotlight .card-body a.btn-yellow-white, .card-video .card-body a.btn-yellow-white, .card-large .card-body a.btn-yellow-white, .card-medium .card-body a.btn-yellow-white, .card-medium-cta .card-body a.btn-yellow-white, .card-small .card-body a.btn-yellow-white, .cta-yellow-white, .btn-yellow-white, .btn-yellow, .btn {
	display: inline-block;
	width: fit-content;
	padding: 15px 25px;
	margin: 2px;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: -0.03em;
	border-radius: 100px;
	border-style: none;
	outline: none;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-decoration-color: transparent;
	transition: all 0.3s ease-in-out;
}
.cta-wrap, .btn-wrap {
	text-decoration: none;
}
.cta:hover, .cta-tran:hover, .btn-tran:hover, .cta-solid-white:hover, .btn-solid-white:hover, .cta-white:hover, .btn-white:hover, .cta-dark-blue:hover, .btn-dark-blue:hover, .cta-blue:hover, .btn-blue:hover, .cta-yellow:hover, .card .card-body a.cta-yellow:hover, .card-spotlight .card-body a.cta-yellow:hover, .card-video .card-body a.cta-yellow:hover, .card-large .card-body a.cta-yellow:hover, .card-medium .card-body a.cta-yellow:hover, .card-medium-cta .card-body a.cta-yellow:hover, .card-small .card-body a.cta-yellow:hover, .card .card-body a.cta-yellow-white:hover, .card-spotlight .card-body a.cta-yellow-white:hover, .card-video .card-body a.cta-yellow-white:hover, .card-large .card-body a.cta-yellow-white:hover, .card-medium .card-body a.cta-yellow-white:hover, .card-medium-cta .card-body a.cta-yellow-white:hover, .card-small .card-body a.cta-yellow-white:hover, .card .card-body a.btn-yellow-white:hover, .card-spotlight .card-body a.btn-yellow-white:hover, .card-video .card-body a.btn-yellow-white:hover, .card-large .card-body a.btn-yellow-white:hover, .card-medium .card-body a.btn-yellow-white:hover, .card-medium-cta .card-body a.btn-yellow-white:hover, .card-small .card-body a.btn-yellow-white:hover, .cta-yellow-white:hover, .btn-yellow-white:hover, .btn-yellow:hover, .btn:hover {
	cursor: pointer;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	padding: 17px 27px;
	margin: 0;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.cta, .cta-tran, .btn-tran, .cta-solid-white, .btn-solid-white, .cta-white, .btn-white, .cta-dark-blue, .btn-dark-blue, .cta-blue, .btn-blue, .cta-yellow, .card .card-body a.cta-yellow, .card-spotlight .card-body a.cta-yellow, .card-video .card-body a.cta-yellow, .card-large .card-body a.cta-yellow, .card-medium .card-body a.cta-yellow, .card-medium-cta .card-body a.cta-yellow, .card-small .card-body a.cta-yellow, .card .card-body a.cta-yellow-white, .card-spotlight .card-body a.cta-yellow-white, .card-video .card-body a.cta-yellow-white, .card-large .card-body a.cta-yellow-white, .card-medium .card-body a.cta-yellow-white, .card-medium-cta .card-body a.cta-yellow-white, .card-small .card-body a.cta-yellow-white, .card .card-body a.btn-yellow-white, .card-spotlight .card-body a.btn-yellow-white, .card-video .card-body a.btn-yellow-white, .card-large .card-body a.btn-yellow-white, .card-medium .card-body a.btn-yellow-white, .card-medium-cta .card-body a.btn-yellow-white, .card-small .card-body a.btn-yellow-white, .cta-yellow-white, .btn-yellow-white, .btn-yellow, .btn {
		padding: 15px 25px;
		white-space: normal;
		font-size: 16px;
	}
}
.cta svg, .cta-tran svg, .btn-tran svg, .cta-solid-white svg, .btn-solid-white svg, .cta-white svg, .btn-white svg, .cta-dark-blue svg, .btn-dark-blue svg, .cta-blue svg, .btn-blue svg, .cta-yellow svg, .card .card-body a.cta-yellow svg, .card-spotlight .card-body a.cta-yellow svg, .card-video .card-body a.cta-yellow svg, .card-large .card-body a.cta-yellow svg, .card-medium .card-body a.cta-yellow svg, .card-medium-cta .card-body a.cta-yellow svg, .card-small .card-body a.cta-yellow svg, .card .card-body a.cta-yellow-white svg, .card-spotlight .card-body a.cta-yellow-white svg, .card-video .card-body a.cta-yellow-white svg, .card-large .card-body a.cta-yellow-white svg, .card-medium .card-body a.cta-yellow-white svg, .card-medium-cta .card-body a.cta-yellow-white svg, .card-small .card-body a.cta-yellow-white svg, .card .card-body a.btn-yellow-white svg, .card-spotlight .card-body a.btn-yellow-white svg, .card-video .card-body a.btn-yellow-white svg, .card-large .card-body a.btn-yellow-white svg, .card-medium .card-body a.btn-yellow-white svg, .card-medium-cta .card-body a.btn-yellow-white svg, .card-small .card-body a.btn-yellow-white svg, .cta-yellow-white svg, .btn-yellow-white svg, .btn-yellow svg, .cta img, .cta-tran img, .btn-tran img, .cta-solid-white img, .btn-solid-white img, .cta-white img, .btn-white img, .cta-dark-blue img, .btn-dark-blue img, .cta-blue img, .btn-blue img, .cta-yellow img, .card .card-body a.cta-yellow img, .card-spotlight .card-body a.cta-yellow img, .card-video .card-body a.cta-yellow img, .card-large .card-body a.cta-yellow img, .card-medium .card-body a.cta-yellow img, .card-medium-cta .card-body a.cta-yellow img, .card-small .card-body a.cta-yellow img, .card .card-body a.cta-yellow-white img, .card-spotlight .card-body a.cta-yellow-white img, .card-video .card-body a.cta-yellow-white img, .card-large .card-body a.cta-yellow-white img, .card-medium .card-body a.cta-yellow-white img, .card-medium-cta .card-body a.cta-yellow-white img, .card-small .card-body a.cta-yellow-white img, .card .card-body a.btn-yellow-white img, .card-spotlight .card-body a.btn-yellow-white img, .card-video .card-body a.btn-yellow-white img, .card-large .card-body a.btn-yellow-white img, .card-medium .card-body a.btn-yellow-white img, .card-medium-cta .card-body a.btn-yellow-white img, .card-small .card-body a.btn-yellow-white img, .cta-yellow-white img, .btn-yellow-white img, .btn-yellow img, .btn svg, .btn img {
	height: 23px;
	width: 20px;
	fill: none;
	stroke: #06213d;
	stroke-width: 2;
	flex-shrink: 0;
}
.cta-yellow, .card .card-body a.cta-yellow, .card-spotlight .card-body a.cta-yellow, .card-video .card-body a.cta-yellow, .card-large .card-body a.cta-yellow, .card-medium .card-body a.cta-yellow, .card-medium-cta .card-body a.cta-yellow, .card-small .card-body a.cta-yellow, .card .card-body a.cta-yellow-white, .card-spotlight .card-body a.cta-yellow-white, .card-video .card-body a.cta-yellow-white, .card-large .card-body a.cta-yellow-white, .card-medium .card-body a.cta-yellow-white, .card-medium-cta .card-body a.cta-yellow-white, .card-small .card-body a.cta-yellow-white, .card .card-body a.btn-yellow-white, .card-spotlight .card-body a.btn-yellow-white, .card-video .card-body a.btn-yellow-white, .card-large .card-body a.btn-yellow-white, .card-medium .card-body a.btn-yellow-white, .card-medium-cta .card-body a.btn-yellow-white, .card-small .card-body a.btn-yellow-white, .cta-yellow-white, .btn-yellow-white, .btn-yellow {
	background-color: #ffc700;
	border: solid 1px #ffc700;
	color: #06213d;
}
.cta-yellow:hover, .card .card-body a.cta-yellow:hover, .card-spotlight .card-body a.cta-yellow:hover, .card-video .card-body a.cta-yellow:hover, .card-large .card-body a.cta-yellow:hover, .card-medium .card-body a.cta-yellow:hover, .card-medium-cta .card-body a.cta-yellow:hover, .card-small .card-body a.cta-yellow:hover, .card .card-body a.cta-yellow-white:hover, .card-spotlight .card-body a.cta-yellow-white:hover, .card-video .card-body a.cta-yellow-white:hover, .card-large .card-body a.cta-yellow-white:hover, .card-medium .card-body a.cta-yellow-white:hover, .card-medium-cta .card-body a.cta-yellow-white:hover, .card-small .card-body a.cta-yellow-white:hover, .card .card-body a.btn-yellow-white:hover, .card-spotlight .card-body a.btn-yellow-white:hover, .card-video .card-body a.btn-yellow-white:hover, .card-large .card-body a.btn-yellow-white:hover, .card-medium .card-body a.btn-yellow-white:hover, .card-medium-cta .card-body a.btn-yellow-white:hover, .card-small .card-body a.btn-yellow-white:hover, .cta-yellow-white:hover, .btn-yellow-white:hover, .btn-yellow:hover {
	color: #06213d;
}
.cta-yellow-white, .btn-yellow-white {
	border: solid 1px #ffffff;
}
.cta-blue, .btn-blue {
	background-color: #21b6d7;
	border: solid 1px #21b6d7;
	color: #06213d;
}
.cta-blue:hover, .btn-blue:hover {
	color: #06213d;
}
.cta-dark-blue, .btn-dark-blue {
	background-color: #06213d;
	border: solid 1px #21b6d7;
	color: #21b6d7;
}
.cta-dark-blue:hover, .btn-dark-blue:hover {
	color: #ffffff;
}
.cta-white, .btn-white {
	background-color: #ffffff;
	border: solid 1px #21b6d7;
	color: #06213d;
}
.cta-white-solid, .btn-white-solid {
	border: solid 1px #ffffff;
}
.cta-white-yellow, .btn-white-yellow {
	border: solid 1px #ffc700;
}
.cta-white-blue, .btn-white-blue {
	border: solid 1px #21b6d7;
}
.cta-white:hover, .btn-white:hover {
	color: #06213d;
}
.cta-solid-white, .btn-solid-white {
	background-color: #ffffff;
	border: none;
	color: #06213d;
}
.cta-solid-white:hover, .btn-solid-white:hover {
	color: #06213d;
}
.cta-tran, .btn-tran {
	background-color: unset;
	border: solid 1px #21b6d7;
	color: #06213d;
}
.cta-tran-yellow, .btn-tran-yellow {
	border: solid 1px #ffc700;
}
.cta-tran-blue, .btn-tran-blue {
	border: solid 1px #21b6d7;
}
.cta-tran:hover, .btn-tran:hover {
	color: #06213d;
}
.cta-circle, .btn-circle {
	padding: 15px !important;
	margin: 2px !important;
	border-radius: 60px;
}
.cta-circle svg, .btn-circle svg {
	height: 35px;
	width: 35px;
	fill: #06213d;
}
.cta-circle:hover, .btn-circle:hover {
	padding: 17px !important;
	margin: 0 !important;
}
.cta-text, .btn-text {
	padding: 15px 15px 15px 0;
}
.cta-text-w-icon, .btn-text-w-icon {
	display: flex;
	align-items: center;
	padding: 15px 20px 15px 20px;
}
.cta-text-w-icon:hover, .btn-text-w-icon:hover {
	margin: 0;
	padding: 17px 22px 17px 22px;
}
.cta-text-w-icon .cta-text, .btn-text-w-icon .cta-text {
	padding: 0 0 0 15px;
}
.cta b, .cta-yellow b, .card .card-body a.cta-yellow b, .card-spotlight .card-body a.cta-yellow b, .card-video .card-body a.cta-yellow b, .card-large .card-body a.cta-yellow b, .card-medium .card-body a.cta-yellow b, .card-medium-cta .card-body a.cta-yellow b, .card-small .card-body a.cta-yellow b, .card .card-body a.cta-yellow-white b, .card-spotlight .card-body a.cta-yellow-white b, .card-video .card-body a.cta-yellow-white b, .card-large .card-body a.cta-yellow-white b, .card-medium .card-body a.cta-yellow-white b, .card-medium-cta .card-body a.cta-yellow-white b, .card-small .card-body a.cta-yellow-white b, .card .card-body a.btn-yellow-white b, .card-spotlight .card-body a.btn-yellow-white b, .card-video .card-body a.btn-yellow-white b, .card-large .card-body a.btn-yellow-white b, .card-medium .card-body a.btn-yellow-white b, .card-medium-cta .card-body a.btn-yellow-white b, .card-small .card-body a.btn-yellow-white b, .btn-yellow b, .cta-yellow-white b, .btn-yellow-white b, .cta-blue b, .btn-blue b, .cta-dark-blue b, .btn-dark-blue b, .cta-white b, .btn-white b, .cta-solid-white b, .btn-solid-white b, .cta-tran b, .btn-tran b, .btn b {
	font-weight: 600;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	table.stack-mobile tr:last-child {
		border-bottom: solid 1px #CDCDCD;
	}
	table.stack-mobile tr {
		border-top: solid 1px #CDCDCD;
		padding: 20px 0;
		display: inline-block;
		width: 100%;
	}
	table.stack-mobile tr th, table.stack-mobile tr td {
		border: 0;
		padding: 0;
		display: block;
		width: 100%;
	}
	table.stack-mobile tr th[data-title]:before, table.stack-mobile tr td[data-title]:before {
		content: attr(data-title) ": ";
	}
	table.stack-mobile tr th :last-child, table.stack-mobile tr td :last-child {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.table td[data-title]:before {
		content: attr(data-title) ": ";
	}
	.table th[data-title]:before {
		content: attr(data-title) ": ";
	}
}
.text-box {
	width: 100%;
	margin-bottom: 45px;
}
.text-box-content, .text-box-w-brand-dkblue, .text-box-w-brand-azure, .text-box-dkblue, .text-box-azure, .text-box-content-azure {
	width: 100%;
	padding: 40px;
}
.text-box-content p:last-child, .text-box-w-brand-dkblue p:last-child, .text-box-w-brand-azure p:last-child, .text-box-dkblue p:last-child, .text-box-azure p:last-child, .text-box-content-azure p:last-child, .text-box-content h2:last-child, .text-box-w-brand-dkblue h2:last-child, .text-box-w-brand-azure h2:last-child, .text-box-dkblue h2:last-child, .text-box-azure h2:last-child, .text-box-content-azure h2:last-child, .text-box-content .h2:last-child, .text-box-w-brand-dkblue .h2:last-child, .text-box-w-brand-azure .h2:last-child, .text-box-dkblue .h2:last-child, .text-box-azure .h2:last-child, .text-box-content-azure .h2:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 992px) {
	.text-box-content, .text-box-w-brand-dkblue, .text-box-w-brand-azure, .text-box-dkblue, .text-box-azure, .text-box-content-azure {
		max-width: 650px;
	}
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.text-box-content, .text-box-w-brand-dkblue, .text-box-w-brand-azure, .text-box-dkblue, .text-box-azure, .text-box-content-azure {
		padding: 25px;
	}
}
.text-box-content-azure {
	background-color: #F4F5F5;
}
.text-box-azure {
	width: 100%;
}
.text-box-azure .text-box-content, .text-box-azure .text-box-w-brand-dkblue, .text-box-azure .text-box-w-brand-azure, .text-box-azure .text-box-dkblue, .text-box-azure .text-box-content-azure, .text-box-azure .text-box-azure {
	background-color: #F4F5F5;
}
.text-box-dkblue {
	width: 100%;
	background-color: #06213d;
}
.text-box-dkblue h1, .text-box-dkblue .h1, .text-box-dkblue h2, .text-box-dkblue .h2, .text-box-dkblue h3, .text-box-dkblue .h3, .text-box-dkblue .card-spotlight .card-body .card-title a, .card-spotlight .card-body .card-title .text-box-dkblue a, .text-box-dkblue h4, .text-box-dkblue .h4, .text-box-dkblue h5, .text-box-dkblue .h5, .text-box-dkblue .card-large .card-body .card-title a, .card-large .card-body .card-title .text-box-dkblue a, .text-box-dkblue .card-medium .card-body .card-title a, .text-box-dkblue .card-medium-cta .card-body .card-title a, .card-medium .card-body .card-title .text-box-dkblue a, .card-medium-cta .card-body .card-title .text-box-dkblue a {
	color: #ffc700;
}
.text-box-dkblue p {
	color: white;
}
.text-box-w-brand {
	width: 100%;
	margin-bottom: 45px;
}
.text-box-w-brand-content, .text-box-w-brand-content-azure {
	width: 100%;
	padding: 40px 0px 40px 40px;
	display: flex;
}
.text-box-w-brand-content div p:last-child, .text-box-w-brand-content-azure div p:last-child, .text-box-w-brand-content div h2:last-child, .text-box-w-brand-content-azure div h2:last-child, .text-box-w-brand-content div .h2:last-child, .text-box-w-brand-content-azure div .h2:last-child {
	margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
	.text-box-w-brand-content, .text-box-w-brand-content-azure {
		padding: 40px;
	}
}
@media (max-width: 575.98px) {
	.text-box-w-brand-content, .text-box-w-brand-content-azure {
		padding: 25px;
	}
}
.text-box-w-brand-content .text-wrap, .text-box-w-brand-content-azure .text-wrap {
	padding-right: 0;
	padding-left: 0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.text-box-w-brand-content .text-wrap, .text-box-w-brand-content-azure .text-wrap {
		padding-right: 40px;
	}
}
@media (min-width: 1400px) {
	.text-box-w-brand-content .text-wrap, .text-box-w-brand-content-azure .text-wrap {
		padding-right: 40px;
	}
}
.text-box-w-brand-content .brand-wrap, .text-box-w-brand-content-azure .brand-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: #c3c3c3 1px solid;
	padding: 0 3rem;
}
.text-box-w-brand-content .brand-wrap img, .text-box-w-brand-content-azure .brand-wrap img, .text-box-w-brand-content .brand-wrap svg, .text-box-w-brand-content-azure .brand-wrap svg {
	width: auto;
	margin: 0;
}
@media (max-width: 1199.98px) {
	.text-box-w-brand-content .brand-wrap, .text-box-w-brand-content-azure .brand-wrap {
		justify-content: start;
		border: unset;
		padding: 0 0 25px 0;
	}
	.text-box-w-brand-content .brand-wrap img, .text-box-w-brand-content-azure .brand-wrap img, .text-box-w-brand-content .brand-wrap svg, .text-box-w-brand-content-azure .brand-wrap svg {
		max-height: 100px;
		max-width: 70%;
	}
}
.text-box-w-brand-content-azure {
	background-color: #F4F5F5;
}
.text-box-w-brand-azure {
	width: 100%;
}
.text-box-w-brand-azure .text-box-content, .text-box-w-brand-azure .text-box-w-brand-dkblue, .text-box-w-brand-azure .text-box-content-azure, .text-box-w-brand-azure .text-box-azure, .text-box-w-brand-azure .text-box-dkblue, .text-box-w-brand-azure .text-box-w-brand-azure {
	background-color: #F4F5F5;
}
.text-box-w-brand-dkblue {
	width: 100%;
	background-color: #06213d;
}
.text-box-w-brand-dkblue h1, .text-box-w-brand-dkblue .h1, .text-box-w-brand-dkblue h2, .text-box-w-brand-dkblue .h2, .text-box-w-brand-dkblue h3, .text-box-w-brand-dkblue .h3, .text-box-w-brand-dkblue .card-spotlight .card-body .card-title a, .card-spotlight .card-body .card-title .text-box-w-brand-dkblue a, .text-box-w-brand-dkblue h4, .text-box-w-brand-dkblue .h4, .text-box-w-brand-dkblue h5, .text-box-w-brand-dkblue .h5, .text-box-w-brand-dkblue .card-large .card-body .card-title a, .card-large .card-body .card-title .text-box-w-brand-dkblue a, .text-box-w-brand-dkblue .card-medium .card-body .card-title a, .text-box-w-brand-dkblue .card-medium-cta .card-body .card-title a, .card-medium .card-body .card-title .text-box-w-brand-dkblue a, .card-medium-cta .card-body .card-title .text-box-w-brand-dkblue a {
	color: #ffc700;
}
.text-box-w-brand-dkblue p {
	color: white;
}
.breadcrumb {
	font-weight: 400;
	font-size: 16px !important;
	margin-bottom: 24px !important;
}
.breadcrumb-item a, .breadcrumb-item .legacy-resource-cards ul li a, .legacy-resource-cards ul li .breadcrumb-item a {
	color: #06213d;
	text-decoration: none;
}
.breadcrumb-item a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
.breadcrumb-item.active {
	color: #06213d;
	font-weight: 600;
}
.breadcrumb-item.active::before {
	font-weight: 400;
}
label {
	font-size: 16px;
	font-weight: 400;
}
.form-text {
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
	margin-top: 8px;
	color: #aaa;
}
input[type=range]::-webkit-slider-thumb {
	background: #21b6d7;
}
input[type=range]::-webkit-slider-runnable-track {
	background: rgb(235, 235, 235);
}
input[type=range]::-moz-range-thumb {
	background-color: #21b6d7;
}
input[type=radio]:checked {
	background-color: #21b6d7;
	border-color: #21b6d7;
}
input[type=checkbox]:checked {
	background-color: #21b6d7;
	border-color: #21b6d7;
}
input[type=text]:focus {
	border-color: #dee2e6;
}
input[type=email]:focus {
	border-color: #dee2e6;
}
input[type=password]:focus {
	border-color: #dee2e6;
}
input[type=radio]:focus {
	border-color: #dee2e6;
}
input[type=checkbox]:focus {
	border-color: #dee2e6;
}
.form-control:focus, textarea:focus {
	border-color: #dee2e6;
}
.legacy-resource-cards ul {
	list-style: none;
	padding: 0;
}
.legacy-resource-cards ul li {
	margin-bottom: 15px;
	line-height: 25px;
}
.legacy-resource-cards ul li:last-child {
	margin: 0;
}
.card .card-body, .card-spotlight .card-body, .card-video .card-body, .card-large .card-body, .card-medium .card-body, .card-medium-cta .card-body, .card-small .card-body {
	padding: 30px;
}
.card .card-body .card-title, .card-spotlight .card-body .card-title, .card-video .card-body .card-title, .card-large .card-body .card-title, .card-medium .card-body .card-title, .card-medium-cta .card-body .card-title, .card-small .card-body .card-title {
	margin-bottom: 4px;
}
.card .card-body ul, .card-spotlight .card-body ul, .card-video .card-body ul, .card-large .card-body ul, .card-medium .card-body ul, .card-medium-cta .card-body ul, .card-small .card-body ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.card .card-body ul li, .card-spotlight .card-body ul li, .card-video .card-body ul li, .card-large .card-body ul li, .card-medium .card-body ul li, .card-medium-cta .card-body ul li, .card-small .card-body ul li {
	-webkit-text-stroke: 0.02em;
	margin-bottom: 15px;
	line-height: 25px;
}
.card .card-body ul li a, .card-spotlight .card-body ul li a, .card-video .card-body ul li a, .card-large .card-body ul li a, .card-medium .card-body ul li a, .card-medium-cta .card-body ul li a, .card-small .card-body ul li a {
	color: #009ec2;
}
.card .card-body ul li a:hover, .card-spotlight .card-body ul li a:hover, .card-video .card-body ul li a:hover, .card-large .card-body ul li a:hover, .card-medium .card-body ul li a:hover, .card-medium-cta .card-body ul li a:hover, .card-small .card-body ul li a:hover {
	color: #006073;
}
.card .card-body ul li:last-child, .card-spotlight .card-body ul li:last-child, .card-video .card-body ul li:last-child, .card-large .card-body ul li:last-child, .card-medium .card-body ul li:last-child, .card-medium-cta .card-body ul li:last-child, .card-small .card-body ul li:last-child {
	margin: 0;
}
.card .card-body a, .card-spotlight .card-body a, .card-video .card-body a, .card-large .card-body a, .card-medium .card-body a, .card-medium-cta .card-body a, .card-small .card-body a, .card .card-body .legacy-resource-cards ul li a, .card-spotlight .card-body .legacy-resource-cards ul li a, .card-video .card-body .legacy-resource-cards ul li a, .card-large .card-body .legacy-resource-cards ul li a, .card-medium .card-body .legacy-resource-cards ul li a, .card-medium-cta .card-body .legacy-resource-cards ul li a, .card-small .card-body .legacy-resource-cards ul li a, .legacy-resource-cards ul li .card .card-body a, .legacy-resource-cards ul li .card-spotlight .card-body a, .legacy-resource-cards ul li .card-video .card-body a, .legacy-resource-cards ul li .card-large .card-body a, .legacy-resource-cards ul li .card-medium .card-body a, .legacy-resource-cards ul li .card-medium-cta .card-body a, .legacy-resource-cards ul li .card-small .card-body a {
	-webkit-text-stroke: 0.02em;
	color: #009ec2;
}
.card .card-body a:hover, .card-spotlight .card-body a:hover, .card-video .card-body a:hover, .card-large .card-body a:hover, .card-medium .card-body a:hover, .card-medium-cta .card-body a:hover, .card-small .card-body a:hover {
	color: #006073;
}
.card .card-body p:last-child, .card-spotlight .card-body p:last-child, .card-video .card-body p:last-child, .card-large .card-body p:last-child, .card-medium .card-body p:last-child, .card-medium-cta .card-body p:last-child, .card-small .card-body p:last-child {
	margin: 0;
}
.card-medium .card-body p, .card-medium-cta .card-body p {
	line-height: 25px !important;
}
.card-medium .card-body a, .card-medium-cta .card-body a {
	-webkit-text-stroke: 0.02em;
	color: #009ec2;
}
.card-medium .card-body a:hover, .card-medium-cta .card-body a:hover {
	color: #006073;
}
@media (min-width: 992px) {
	.utility-nav {
		display: flex;
		width: 100%;
		justify-content: flex-end;
		margin-bottom: 0;
	}
	.utility-nav-wrap, .utility-nav-wrap-black, .utility-nav-wrap-yellow, .utility-nav-wrap-blue {
		position: absolute;
		display: flex;
		justify-content: center;
		flex-direction: row;
		flex-wrap: nowrap;
		width: 100%;
		background-color: #ffffff;
		left: 0;
		top: 0;
	}
	.utility-nav-wrap li, .utility-nav-wrap-black li, .utility-nav-wrap-yellow li, .utility-nav-wrap-blue li {
		border-left: 1px solid rgba(39, 59, 77, 0.15);
	}
	.utility-nav-wrap li:last-child, .utility-nav-wrap-black li:last-child, .utility-nav-wrap-yellow li:last-child, .utility-nav-wrap-blue li:last-child {
		border-right: 1px solid rgba(39, 59, 77, 0.15);
	}
	.utility-nav-wrap li a, .utility-nav-wrap-black li a, .utility-nav-wrap-yellow li a, .utility-nav-wrap-blue li a, .utility-nav-wrap .legacy-resource-cards ul li a, .utility-nav-wrap-black .legacy-resource-cards ul li a, .utility-nav-wrap-yellow .legacy-resource-cards ul li a, .utility-nav-wrap-blue .legacy-resource-cards ul li a, .legacy-resource-cards ul .utility-nav-wrap li a, .legacy-resource-cards ul .utility-nav-wrap-black li a, .legacy-resource-cards ul .utility-nav-wrap-yellow li a, .legacy-resource-cards ul .utility-nav-wrap-blue li a {
		color: #06213d;
	}
	.utility-nav-wrap li a.global-dropdown .desktop .util-globe, .utility-nav-wrap-black li a.global-dropdown .desktop .util-globe, .utility-nav-wrap-yellow li a.global-dropdown .desktop .util-globe, .utility-nav-wrap-blue li a.global-dropdown .desktop .util-globe {
		fill: #06213d;
	}
	.utility-nav-wrap li a.global-dropdown .desktop .util-arrow, .utility-nav-wrap-black li a.global-dropdown .desktop .util-arrow, .utility-nav-wrap-yellow li a.global-dropdown .desktop .util-arrow, .utility-nav-wrap-blue li a.global-dropdown .desktop .util-arrow {
		stroke: #06213d;
	}
	.utility-nav-wrap li a:hover, .utility-nav-wrap-black li a:hover, .utility-nav-wrap-yellow li a:hover, .utility-nav-wrap-blue li a:hover {
		text-decoration: underline;
		background-color: #06213d;
		color: #ffffff;
		text-decoration: none;
	}
	.utility-nav-wrap li a:hover .desktop .util-globe, .utility-nav-wrap-black li a:hover .desktop .util-globe, .utility-nav-wrap-yellow li a:hover .desktop .util-globe, .utility-nav-wrap-blue li a:hover .desktop .util-globe {
		fill: #ffffff;
	}
	.utility-nav-wrap li a:hover .desktop .util-arrow, .utility-nav-wrap-black li a:hover .desktop .util-arrow, .utility-nav-wrap-yellow li a:hover .desktop .util-arrow, .utility-nav-wrap-blue li a:hover .desktop .util-arrow {
		stroke: #ffffff;
	}
	.utility-nav-wrap li.dropdown span:hover, .utility-nav-wrap-black li.dropdown span:hover, .utility-nav-wrap-yellow li.dropdown span:hover, .utility-nav-wrap-blue li.dropdown span:hover {
		background-color: #06213d;
	}
	.utility-nav-wrap-blue {
		background-color: #06213d;
	}
	.utility-nav-wrap-blue li {
		border-left: 1px solid rgba(255, 255, 255, 0.25);
	}
	.utility-nav-wrap-blue li:last-child {
		border-right: 1px solid rgba(255, 255, 255, 0.25);
	}
	.utility-nav-wrap-blue li > a, .utility-nav-wrap-blue .legacy-resource-cards ul li > a, .legacy-resource-cards ul .utility-nav-wrap-blue li > a {
		color: #ffffff;
	}
	.utility-nav-wrap-blue li > a.global-dropdown .desktop .util-globe {
		fill: #ffffff;
	}
	.utility-nav-wrap-blue li > a.global-dropdown .desktop .util-arrow {
		stroke: #ffffff;
	}
	.utility-nav-wrap-blue li > a:hover {
		background-color: #ffffff;
		color: #06213d;
	}
	.utility-nav-wrap-blue li > a:hover .desktop .util-globe {
		fill: #06213d;
	}
	.utility-nav-wrap-blue li > a:hover .desktop .util-arrow {
		stroke: #06213d;
	}
	.utility-nav-wrap-blue li.dropdown span:hover {
		background-color: #ffffff;
	}
	.utility-nav-wrap-yellow {
		background-color: #ffc700;
	}
	.utility-nav-wrap-yellow li {
		border-left: 1px solid rgba(39, 59, 77, 0.15);
	}
	.utility-nav-wrap-yellow li:last-child {
		border-right: 1px solid rgba(39, 59, 77, 0.15);
	}
	.utility-nav-wrap-yellow li a, .utility-nav-wrap-yellow .legacy-resource-cards ul li a, .legacy-resource-cards ul .utility-nav-wrap-yellow li a {
		color: #000000;
	}
	.utility-nav-wrap-yellow li a.global-dropdown .desktop .util-globe {
		fill: #000000;
	}
	.utility-nav-wrap-yellow li a.global-dropdown .desktop .util-arrow {
		stroke: #000000;
	}
	.utility-nav-wrap-yellow li a:hover {
		background-color: #000000;
		color: #ffffff;
	}
	.utility-nav-wrap-yellow li a:hover .desktop .util-globe {
		fill: #ffffff;
	}
	.utility-nav-wrap-yellow li a:hover .desktop .util-arrow {
		stroke: #ffffff;
	}
	.utility-nav-wrap-yellow li.dropdown span:hover {
		background-color: #000000;
	}
	.utility-nav-wrap-black {
		background-color: #000000;
	}
	.utility-nav-wrap-black li {
		border-left: 1px solid rgba(255, 255, 255, 0.25);
	}
	.utility-nav-wrap-black li:last-child {
		border-right: 1px solid rgba(255, 255, 255, 0.25);
	}
	.utility-nav-wrap-black li a, .utility-nav-wrap-black .legacy-resource-cards ul li a, .legacy-resource-cards ul .utility-nav-wrap-black li a {
		color: #ffffff;
	}
	.utility-nav-wrap-black li a.global-dropdown .desktop .util-globe {
		fill: #ffffff;
	}
	.utility-nav-wrap-black li a.global-dropdown .desktop .util-arrow {
		stroke: #ffffff;
	}
	.utility-nav-wrap-black li a:hover {
		background-color: #ffffff;
		color: #000000;
	}
	.utility-nav-wrap-black li a:hover .desktop .util-globe {
		fill: #000000;
	}
	.utility-nav-wrap-black li a:hover .desktop .util-arrow {
		stroke: #000000;
	}
	.utility-nav-wrap-black li.dropdown span:hover {
		background-color: #ffffff;
	}
}
@media (min-width: 992px) and (min-width: 1400px) {
	.utility-nav {
		max-width: 1320px;
	}
}
@media (min-width: 992px) and (min-width: 1200px) and (max-width: 1399.98px) {
	.utility-nav {
		max-width: 1140px;
	}
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
	.utility-nav {
		max-width: 920px;
	}
}
@media (min-width: 992px) {
	.utility-nav li {
		font-size: 14px;
		list-style: none;
		font-weight: 700;
	}
	.utility-nav li a, .utility-nav .legacy-resource-cards ul li a, .legacy-resource-cards ul .utility-nav li a {
		height: 100%;
		display: flex;
		align-items: center;
		text-decoration: none;
		padding: 5px 25px;
	}
	.utility-nav li.dropdown {
		position: static;
	}
	.utility-nav li.dropdown a {
		padding: 0;
	}
	.utility-nav li.dropdown span {
		padding: 5px 25px;
	}
	.utility-nav .ww-mega-menu {
		bottom: auto !important;
		margin: 0;
		border: 0;
		border-radius: 0;
		padding: 0px;
		background-color: #04182c;
		background: linear-gradient(90deg, #04182c 50%, #06213d 50%);
		white-space: normal;
		top: 40px !important;
		right: 0 !important;
		left: 0 !important;
		transform: none !important;
		background: unset;
		background-color: #06213d;
		padding: 40px 0;
	}
	.utility-nav .ww-mega-menu .tab-content {
		padding: 30px;
	}
	.utility-nav .ww-mega-menu a {
		height: auto;
	}
	.utility-nav .ww-mega-menu .ww-flags-wrap {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 10px;
	}
	.utility-nav .ww-mega-menu .ww-flags-wrap a:hover .region {
		text-decoration: underline;
	}
	.utility-nav .ww-mega-menu .ww-global-wrap a:hover .region {
		text-decoration: underline;
	}
	.utility-nav .ww-mega-menu .region-select {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: nowrap;
		padding: 15px 0;
	}
	.utility-nav .ww-mega-menu .region-select .region-flag {
		height: 40px;
		width: 54px;
	}
	.utility-nav .ww-mega-menu .region-select .region-flag svg {
		height: 100%;
		width: 100%;
	}
	.utility-nav .ww-mega-menu .region-select .region-flag svg.region-global {
		fill: #ffffff;
	}
	.utility-nav .ww-mega-menu .region-select .region-details {
		padding-left: 20px;
	}
	.utility-nav .ww-mega-menu .region-select .region-details .region {
		height: 22px;
		color: #ffffff;
		font-weight: 600;
	}
	.utility-nav .ww-mega-menu .region-select .region-details .region-lang {
		color: #C1CAD3;
		font-weight: 400;
	}
	.utility-nav .global-dropdown .desktop .util-globe {
		width: 25px;
		height: 25px;
		margin-right: 5px;
	}
	.utility-nav .global-dropdown .desktop .util-arrow {
		transition: transform 0.3s ease;
		width: 13px;
		height: 13px;
		margin-left: 20px;
	}
	.utility-nav .global-dropdown.show .desktop .util-arrow {
		transform: rotate(180deg);
	}
}
@media (max-width: 991.98px) {
	.utility-nav {
		position: relative;
		padding: 0;
	}
	.utility-nav li {
		list-style: none;
	}
	.utility-nav li a, .utility-nav .legacy-resource-cards ul li a, .legacy-resource-cards ul .utility-nav li a {
		color: #ffffff;
		font-size: 16px;
		font-weight: 400;<!--500-->
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		list-style-type: none;
		text-transform: capitalize;
		white-space: normal;
		display: block;
		text-decoration: none;
		background-color: #06213d;
		padding: 15px 24px;
		display: flex;
		width: 100%;
		text-decoration: none;
	}
	.utility-nav li a p, .utility-nav li a h1, .utility-nav li a .h1, .utility-nav li a h2, .utility-nav li a .h2, .utility-nav li a h3, .utility-nav li a .h3, .utility-nav li a .card-spotlight .card-body .card-title a, .card-spotlight .card-body .card-title .utility-nav li a a, .utility-nav li a h4, .utility-nav li a .h4, .utility-nav li a h5, .utility-nav li a .h5, .utility-nav li a .card-large .card-body .card-title a, .card-large .card-body .card-title .utility-nav li a a, .utility-nav li a .card-medium .card-body .card-title a, .utility-nav li a .card-medium-cta .card-body .card-title a, .card-medium .card-body .card-title .utility-nav li a a, .card-medium-cta .card-body .card-title .utility-nav li a a, .utility-nav li a a {
		color: #ffffff !important;
		font-weight: 400 !important;<!--500-->
		font-size: 16px !important;
		text-transform: capitalize !important;
		white-space: normal;
		text-decoration: none;
	}
	.utility-nav li a a:hover {
		text-decoration: underline;
	}
}
@media (max-width: 991.98px) and (min-width: 576px) and (max-width: 991.98px) {
	.utility-nav li a, .utility-nav .legacy-resource-cards ul li a, .legacy-resource-cards ul .utility-nav li a {
		padding: 15px 8px !important;
	}
}
@media (max-width: 991.98px) {
	.utility-nav li a:hover {
		text-decoration: none;
	}
	.utility-nav .ww-mega-menu {
		padding: 0 0 100px;
		background-color: #06213d;
		border: 0;
		inset: 0px auto auto 0px !important;
		transform: translate3d(0px, 59px, 0px) !important;
	}
	.utility-nav .ww-mega-menu a {
		padding: 10px 0 !important;
		border: 0;
	}
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
	.utility-nav .ww-mega-menu .ww-flags-wrap {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 10px;
		padding-left: 24px;
		padding-right: 24px;
	}
	.utility-nav .ww-mega-menu .ww-global-wrap {
		padding-left: 24px;
		padding-right: 24px;
	}
}
@media (max-width: 991.98px) and (min-width: 576px) and (max-width: 991.98px) {
	.utility-nav .ww-mega-menu .ww-flags-wrap {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 10px;
	}
}
@media (max-width: 991.98px) {
	.utility-nav .ww-mega-menu .region-select {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
	}
	.utility-nav .ww-mega-menu .region-select .region-flag {
		height: 23px;
		width: 30px;
	}
	.utility-nav .ww-mega-menu .region-select .region-flag svg {
		height: 100%;
		width: 100%;
	}
	.utility-nav .ww-mega-menu .region-select .region-flag .region-global {
		fill: #ffffff;
	}
	.utility-nav .ww-mega-menu .region-select .region-details {
		padding-left: 20px;
	}
	.utility-nav .ww-mega-menu .region-select .region-details .region {
		font-size: 14px;
		margin-top: 2px;
		color: #ffffff;
		font-weight: 600;
	}
	.utility-nav .ww-mega-menu .region-select .region-details .region-lang {
		display: none;
	}
}
.itk-nav {
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: nowrap;
	z-index: 99999;
}
.itk-nav.itk-nav-dark #itk-navbar-wrap .itk-navbar .nav-logo-wrap svg, .itk-nav.itk-nav-dark-yellow #itk-navbar-wrap .itk-navbar .nav-logo-wrap svg {
	--logo-color-1: #ffffff;
	--logo-color-2: #000000;
	--logo-color-3: #000000;
}
@media (max-width: 991.98px) {
	.itk-nav.itk-nav-dark #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item > a, .itk-nav.itk-nav-dark-yellow #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item > a {
		color: #ffffff;
	}
}
@media (min-width: 992px) {
	.itk-nav.itk-nav-dark #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item > a, .itk-nav.itk-nav-dark-yellow #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item > a {
		color: #000000;
	}
}
.itk-nav.itk-nav-dark #itk-navbar-wrap .itk-navbar .search-icon-open, .itk-nav.itk-nav-dark-yellow #itk-navbar-wrap .itk-navbar .search-icon-open {
	stroke: #06213d;
}
.itk-nav.itk-nav-dark #itk-navbar-wrap .itk-navbar #navmenu-icon-open, .itk-nav.itk-nav-dark-yellow #itk-navbar-wrap .itk-navbar #navmenu-icon-open {
	stroke: #06213d;
}
.itk-nav.itk-nav-dark .search-btn, .itk-nav.itk-nav-dark #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu .search-bar, .itk-nav.itk-nav-dark-yellow .search-btn, .itk-nav.itk-nav-dark-yellow #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu .search-bar {
	background-color: #ffffff;
}
.itk-nav.itk-nav-dark .search-btn input, .itk-nav.itk-nav-dark #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu .search-bar input, .itk-nav.itk-nav-dark-yellow .search-btn input, .itk-nav.itk-nav-dark-yellow #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu .search-bar input {
	color: #000;
	background-color: unset;
}
.itk-nav.itk-nav-dark-yellow #itk-navbar-wrap .itk-navbar .nav-logo-wrap svg {
	--logo-color-1: #ffc700;
	--logo-color-2: #000000;
	--logo-color-3: #000000;
}
.itk-nav.itk-nav-dark-yellow #itk-navbar-wrap .itk-navbar .search-icon-open {
	stroke: #06213d;
}
.itk-nav.itk-nav-dark-yellow #itk-navbar-wrap .itk-navbar #navmenu-icon-open {
	stroke: #06213d;
}
.itk-nav.itk-nav-dark-yellow .search-btn, .itk-nav.itk-nav-dark-yellow #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu .search-bar {
	background-color: #ffc700 !important;
}
.itk-nav.itk-nav-light #itk-navbar-wrap .itk-navbar .nav-logo-wrap svg {
	--logo-color-1: #ffffff;
	--logo-color-2: #ffc700;
	--logo-color-3: #ffffff;
}
.itk-nav.itk-nav-light #itk-navbar-wrap .itk-navbar .search-icon-open {
	stroke: #ffffff;
}
.itk-nav.itk-nav-light #itk-navbar-wrap .itk-navbar #navmenu-icon-open {
	stroke: #ffffff;
}
.itk-nav.itk-nav-light #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item > a {
	color: #ffffff;
}
.itk-nav.itk-nav-light .search-btn, .itk-nav.itk-nav-light #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu .search-bar {
	background-color: #ffc700;
}
.itk-nav.itk-nav-light .search-btn input, .itk-nav.itk-nav-light #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu .search-bar input {
	color: #000;
	background-color: unset;
}
.itk-nav #itk-navbar-wrap {
	z-index: 100;
}
@media (min-width: 992px) {
	.itk-nav #itk-navbar-wrap {
		padding-top: 40px;
	}
}
@media (max-width: 991.98px) {
	.itk-nav #itk-navbar-wrap.mob-nav-open {
		background-color: #06213d;
		transition: none !important;
	}
	.itk-nav #itk-navbar-wrap.mob-nav-open .search-icon-open, .itk-nav #itk-navbar-wrap.mob-nav-open #navmenu-icon-open {
		stroke: #ffffff !important;
	}
}
@media (max-width: 991.98px) {
	.itk-nav #itk-navbar-wrap.mob-nav-open .nav-logo-wrap svg {
		--logo-color-1: #ffc700 !important;
		--logo-color-2: #ffffff !important;
		--logo-color-3: #ffc700 !important;
	}
}
.itk-nav #itk-navbar-wrap.mob-nav-closing {
	transition: background-color 0.35s ease;
}
@media (min-width: 1400px) {
	.itk-nav #itk-navbar-wrap .itk-navbar {
		height: 135px;
	}
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar {
		height: 135px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar {
		height: 135px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar {
		height: 120px;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar {
		height: 100px;
	}
}
@media (max-width: 575.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar {
		height: 100px;
	}
}
@media (max-width: 991.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-logo-wrap {
	display: flex;
	align-items: center;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-logo-wrap svg {
	fill: #000000;
	color: #ffffff;
	max-width: 200px;
	max-height: 68px;
	width: 100%;
}
@media (max-width: 575.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-logo-wrap svg {
		max-width: 145px;
		max-height: 50px;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-logo-wrap svg {
		max-width: 150px;
		max-height: 51px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-logo-wrap svg {
		max-width: 180px;
		max-height: unset;
	}
}
@media (max-width: 575.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap {
		top: 100px;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap {
		top: 100px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap {
		top: 120px;
	}
}
@media (max-width: 991.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap {
		position: absolute;
		padding: 0;
		left: 0px;
		background-color: #06213d;
		color: #ffffff;
		padding: 0;
		overflow-y: scroll;
	}
}
@media (min-width: 992px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links {
	width: 100%;
	list-style-type: none;
	margin-bottom: 0;
	padding: 0;
}
@media (min-width: 992px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: nowrap;
		justify-content: space-around;
	}
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item {
	position: static;
	white-space: nowrap;
	font-size: 20px;
	font-weight: 400;<!--500-->
}
@media (min-width: 992px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item {
		display: flex;
		align-items: center;
	}
}
@media (min-width: 1400px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item {
		height: 135px;
	}
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item {
		height: 135px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item {
		height: 135px;
	}
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item > a {
	display: flex;
	position: relative;
	flex-direction: row;
	flex-wrap: nowrap;
	color: #000000;
	text-decoration: none;
	font-weight: 600;
}
@media (max-width: 991.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item > a {
		color: #ffffff;
		font-size: 16px;
		font-weight: 400;<!--500-->
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		list-style-type: none;
		text-transform: capitalize;
		white-space: normal;
		display: block;
		text-decoration: none;
		background-color: #06213d;
		padding: 15px 24px;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item > a p, .itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item > a h1, .itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item > a .h1, .itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item > a h2, .itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item > a .h2, .itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item > a h3, .itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item > a .h3, .itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item > a h4, .itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item > a .h4, .itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item > a h5, .itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item > a .h5, .itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item > a a {
		color: #ffffff !important;
		font-weight: 400 !important;<!--500-->
		font-size: 16px !important;
		text-transform: capitalize !important;
		white-space: normal;
		text-decoration: none;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item > a a:hover {
		text-decoration: underline;
	}
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item > a.show::before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50px);
	z-index: -1;
	border: 30px solid transparent;
	border-bottom: 30px solid #06213d;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item {
		font-size: 18px;
	}
}
@media (max-width: 991.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap a {
	color: rgb(71, 78, 84);
	text-decoration: none;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .dropdown {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	position: static;
	transition: all 0.3s ease-in-out;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .dropdown a.search-btn-wrap {
	position: relative;
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .dropdown a.show {
	position: relative;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .dropdown a.show .text {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	transition: all 0s ease-in-out;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .dropdown a.show .search-btn, .itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .dropdown a.show .mega-menu .search-bar, .itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu .dropdown a.show .search-bar {
	width: 59px;
	padding: 12px 17px;
	justify-content: flex-end;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .dropdown a.show .search-btn svg.search-icon-open, .itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .dropdown a.show .mega-menu .search-bar svg.search-icon-open, .itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu .dropdown a.show .search-bar svg.search-icon-open {
	display: none;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .dropdown a.show .search-btn svg#search-icon-close, .itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .dropdown a.show .mega-menu .search-bar svg#search-icon-close, .itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu .dropdown a.show .search-bar svg#search-icon-close {
	display: block;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .dropdown a.show::before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	bottom: 0;
	left: 50%;
	transform: translate(65%, 38px);
	z-index: -1;
	border: 30px solid transparent;
	border-bottom: 30px solid #06213d;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .search-btn, .itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu .search-bar {
	transition: all 0.3s ease-in-out;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #ffffff;
	padding: 12px 25px;
	border-radius: 100px;
	font-size: 18px;
	width: 100%;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .search-btn .text, .itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu .search-bar .text {
	visibility: visible;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .search-btn svg, .itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu .search-bar svg {
	height: 30px;
	width: 25px;
	stroke: #06213d;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .search-btn svg.search-icon-open, .itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu .search-bar svg.search-icon-open {
	display: block;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .search-btn svg#search-icon-close, .itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu .search-bar svg#search-icon-close {
	display: none;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu {
	top: 170px !important;
	right: 0 !important;
	left: 0 !important;
	transform: none !important;
	bottom: auto !important;
	margin: 0;
	border: 0;
	border-radius: 0;
	padding: 0px;
	background-color: #04182c;
	background: linear-gradient(90deg, #04182c 50%, #06213d 50%);
	white-space: normal;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu .tab-content {
	padding: 30px;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu-search-header {
	font-size: 18px;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu-search-header a {
	color: #ffc700;
	text-decoration: underline;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu-search-header a:hover {
	color: #ffffff;
}
@media (max-width: 575.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu-search-header {
		padding-left: 24px;
		padding-right: 24px;
	}
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu-search-links a {
	display: block;
	color: #CDCDCD;
	font-style: italic;
	line-height: 20px;
	margin-bottom: 15px;
}
@media (max-width: 575.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu-search-links {
		padding-left: 24px;
		padding-right: 24px;
	}
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu .search-bar form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu .search-bar form input[type=text] {
	border: 0;
	width: calc(100% - 25px);
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu .search-bar form input[type=text]:focus-visible {
	outline: none;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu .search-bar form label {
	cursor: pointer;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu .search-bar form label input[type=submit] {
	display: none;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu a.see-all {
	color: #ffc700;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu a.suggested {
	font-style: italic;
	color: #CDCDCD;
	text-decoration: none;
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu a.suggested:hover {
	text-decoration: underline;
}
@media (max-width: 575.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .mobile-style {
		height: calc(100vh - 100px + 30px);
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .mobile-style {
		height: calc(100vh - 100px);
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .mobile-style {
		height: calc(100vh - 120px);
	}
}
@media (max-width: 991.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .mobile-style-inner {
		padding-bottom: 80px;
	}
}
@media (max-width: 991.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu {
		position: relative !important;
		transform: none !important;
		border: 0;
		border-radius: 0;
		padding: 0;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu-link-group {
		position: relative;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .force-display-mobile {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent {
		color: #ffffff;
		font-size: 16px;
		font-weight: 400;<!--500-->
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		list-style-type: none;
		text-transform: capitalize;
		white-space: normal;
		display: block;
		text-decoration: none;
		background-color: #06213d;
		padding: 15px 24px;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item p, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent p, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item h1, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent h1, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item .h1, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent .h1, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item h2, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent h2, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item .h2, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent .h2, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item h3, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent h3, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item .h3, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item .card-spotlight .card-body .card-title a, .card-spotlight .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent .h3, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent .card-spotlight .card-body .card-title a, .card-spotlight .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item h4, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent h4, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item .h4, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent .h4, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item h5, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent h5, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item .h5, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item .card-large .card-body .card-title a, .card-large .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item .card-medium .card-body .card-title a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item .card-medium-cta .card-body .card-title a, .card-medium .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item a, .card-medium-cta .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent .h5, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent .card-large .card-body .card-title a, .card-large .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent .card-medium .card-body .card-title a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent .card-medium-cta .card-body .card-title a, .card-medium .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent a, .card-medium-cta .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item .legacy-resource-cards ul li a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent .legacy-resource-cards ul li a, .legacy-resource-cards ul li .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item a, .legacy-resource-cards ul li .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent a {
		color: #ffffff !important;
		font-weight: 400 !important;<!--500-->
		font-size: 16px !important;
		text-transform: capitalize !important;
		white-space: normal;
		text-decoration: none;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item a:hover, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent a:hover, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item .legacy-resource-cards ul li a:hover, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent .legacy-resource-cards ul li a:hover, .legacy-resource-cards ul li .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item a:hover, .legacy-resource-cards ul li .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent a:hover {
		text-decoration: underline;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent {
		background-image: url("/images/icons-stack.svg#ITK-plus");
		background-size: 15px;
		background-repeat: no-repeat;
		background-position-y: center;
		background-position-x: calc(100% - 30px);
		width: 100%;
	}
}
@media (max-width: 991.98px) and (min-width: 576px) and (max-width: 991.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent {
		background-position-x: calc(100% - 15px);
		padding: 15px 8px !important;
	}
}
@media (max-width: 991.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-1-item-parent.show {
		background-image: url("/images/icons-stack.svg#ITK-minus");
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap {
		padding: 0;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap ul {
		padding: 0;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li {
		color: #ffffff;
		font-size: 16px;
		font-weight: 400;<!--500-->
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		list-style-type: none;
		text-transform: capitalize;
		white-space: normal;
		display: block;
		text-decoration: none;
		background-color: #1f3851;
		padding: 15px 36px;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li p, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li h1, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li .h1, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li h2, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li .h2, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li h3, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li .h3, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li .card-spotlight .card-body .card-title a, .card-spotlight .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li h4, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li .h4, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li h5, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li .h5, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li .card-large .card-body .card-title a, .card-large .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li .card-medium .card-body .card-title a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li .card-medium-cta .card-body .card-title a, .card-medium .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li a, .card-medium-cta .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap .legacy-resource-cards ul li a, .legacy-resource-cards ul .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li a {
		color: #ffffff !important;
		font-weight: 400 !important;<!--500-->
		font-size: 16px !important;
		text-transform: capitalize !important;
		white-space: normal;
		text-decoration: none;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li a:hover, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap .legacy-resource-cards ul li a:hover, .legacy-resource-cards ul .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-items-wrap li a:hover {
		text-decoration: underline;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent {
		color: #ffffff;
		font-size: 16px;
		font-weight: 400;<!--500-->
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		list-style-type: none;
		text-transform: capitalize;
		white-space: normal;
		display: block;
		text-decoration: none;
		background-color: #1f3851;
		padding: 15px 36px;
		background-image: url("/images/icons-stack.svg#ITK-minus");
		background-size: 15px;
		background-repeat: no-repeat;
		background-position-y: center;
		background-position-x: calc(100% - 30px);
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent p, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent h1, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent .h1, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent h2, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent .h2, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent h3, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent .h3, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent .card-spotlight .card-body .card-title a, .card-spotlight .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent h4, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent .h4, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent h5, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent .h5, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent .card-large .card-body .card-title a, .card-large .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent .card-medium .card-body .card-title a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent .card-medium-cta .card-body .card-title a, .card-medium .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent a, .card-medium-cta .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent .legacy-resource-cards ul li a, .legacy-resource-cards ul li .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent a {
		color: #ffffff !important;
		font-weight: 400 !important;<!--500-->
		font-size: 16px !important;
		text-transform: capitalize !important;
		white-space: normal;
		text-decoration: none;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent a:hover, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent .legacy-resource-cards ul li a:hover, .legacy-resource-cards ul li .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent a:hover {
		text-decoration: underline;
	}
}
@media (max-width: 991.98px) and (min-width: 576px) and (max-width: 991.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent {
		background-position-x: calc(100% - 15px);
	}
}
@media (max-width: 991.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent p {
		margin-bottom: 0px;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-2-item-parent.collapsed {
		background-image: url("/images/icons-stack.svg#ITK-plus");
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap {
		padding: 0;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap ul {
		padding: 0;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li {
		color: #ffffff;
		font-size: 16px;
		font-weight: 400;<!--500-->
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		list-style-type: none;
		text-transform: capitalize;
		white-space: normal;
		display: block;
		text-decoration: none;
		background-color: #364c63;
		padding: 15px 48px;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li p, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li h1, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li .h1, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li h2, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li .h2, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li h3, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li .h3, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li .card-spotlight .card-body .card-title a, .card-spotlight .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li h4, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li .h4, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li h5, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li .h5, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li .card-large .card-body .card-title a, .card-large .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li .card-medium .card-body .card-title a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li .card-medium-cta .card-body .card-title a, .card-medium .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li a, .card-medium-cta .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li a, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap .legacy-resource-cards ul li a, .legacy-resource-cards ul .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li a {
		color: #ffffff !important;
		font-weight: 400 !important;<!--500-->
		font-size: 16px !important;
		text-transform: capitalize !important;
		white-space: normal;
		text-decoration: none;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li a:hover, .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap .legacy-resource-cards ul li a:hover, .legacy-resource-cards ul .itk-nav #itk-navbar-wrap .itk-navbar .mob-tier-3-items-wrap li a:hover {
		text-decoration: underline;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .search-icon-open, .itk-nav #itk-navbar-wrap .itk-navbar #navmenu-icon-open {
		width: 100%;
		height: 100%;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap {
		position: absolute;
		padding: 0;
		left: 0;
		right: 0;
		top: 100px;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .dropdown a.search-btn-wrap {
		display: none;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .dropdown .dropdown-menu {
		display: block;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu {
		top: 0px !important;
		padding-top: 30px;
		background: none;
		background-color: #06213d;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu-search-header {
		margin-top: 35px;
		display: flex;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu-search-header .suggested {
		font-size: 18px;
		font-weight: 500;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu-search-links a, .itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu-search-links .legacy-resource-cards ul li a, .legacy-resource-cards ul li .itk-nav #itk-navbar-wrap .itk-navbar .nav-search-wrap .mega-menu-search-links a {
		margin-bottom: 22px;
		line-height: 24px;
	}
}
.itk-nav #itk-navbar-wrap .itk-navbar .nav-header {
	padding-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
}
@media (min-width: 992px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu {
		top: 170px !important;
		right: 0 !important;
		left: 0 !important;
		transform: none !important;
		bottom: auto !important;
		margin: 0;
		border: 0;
		border-radius: 0;
		padding: 0px;
		background-color: #04182c;
		background: linear-gradient(90deg, #04182c 50%, #06213d 50%);
		white-space: normal;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .tab-content {
		padding: 30px;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu h1, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .h1, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .h1, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu h2, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .h2, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .h2, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu h3, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .h3, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .card-spotlight .card-body .card-title a, .card-spotlight .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu a, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .h3, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu h4, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .h4, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .h4, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu h5, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .h5, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .card-large .card-body .card-title a, .card-large .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu a, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .card-medium .card-body .card-title a, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .card-medium-cta .card-body .card-title a, .card-medium .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu a, .card-medium-cta .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu a, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .h5 {
		color: #ffc700;
		font-size: 20px;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu h1.uppercase, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .h1.uppercase, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu h2.uppercase, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .h2.uppercase, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu h3.uppercase, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .h3.uppercase, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .card-spotlight .card-body .card-title a.uppercase, .card-spotlight .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu a.uppercase, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu h4.uppercase, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .h4.uppercase, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu h5.uppercase, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .h5.uppercase, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .card-large .card-body .card-title a.uppercase, .card-large .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu a.uppercase, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .card-medium .card-body .card-title a.uppercase, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .card-medium-cta .card-body .card-title a.uppercase, .card-medium .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu a.uppercase, .card-medium-cta .card-body .card-title .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu a.uppercase {
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 700;
		line-height: 24px;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu a.uppercase:hover {
		color: #ffeb99;
		text-decoration: none;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu img, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu svg {
		width: 100%;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu p {
		font-size: 16px;
		font-weight: 400;<!--500-->
		letter-spacing: 0px;
		line-height: 24px;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu a, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .legacy-resource-cards ul li a, .legacy-resource-cards ul li .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu a {
		color: #ffffff;
		text-decoration: none;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu a:hover, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .legacy-resource-cards ul li a:hover, .legacy-resource-cards ul li .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu a:hover {
		text-decoration: underline;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu hr {
		border-top: #ffc700 solid 1px;
		border-bottom: 0;
		opacity: 1;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .cta-dark-blue {
		margin: 2px;
		padding: 8px 30px 6px 30px;
		color: #21b6d7;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu .cta-dark-blue:hover {
		margin: 0;
		padding: 10px 32px 8px 32px;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu-tab-wrap {
		padding: 0;
		background-color: #04182C;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu-tab-wrap .nav-link {
		position: relative;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu-tab-wrap .nav-link.active:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		height: 100%;
		width: 100vw;
		transform: translateX(-50%);
		z-index: -1;
		background-color: #06213d;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu-tab-wrap .nav .nav-link {
		width: 100%;
		text-align: start;
		color: #ffffff;
		padding: 30px 0 30px 20px;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu-tab-wrap .nav .nav-link.active {
		background-color: #06213d;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu-link-group {
		border-top: 1px solid #ffc700;
		padding: 5px 0 30px 0;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu-link-group ul, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu-link-group .mob-tier-3-items-wrap {
		list-style-type: none;
		padding: 0;
		display: block !important;
		transition: none !important;
		height: auto !important;
	}
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu-link-group ul li, .itk-nav #itk-navbar-wrap .itk-navbar .mega-menu-link-group .mob-tier-3-items-wrap li {
		line-height: 20px;
		padding-bottom: 10px;
		font-size: 16px;
		font-weight: 400;<!--500-->
	}
}
@media (min-width: 992px) and (min-width: 992px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu-link-group .desktop-flex {
		display: flex !important;
	}
}
@media (min-width: 992px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu-link-cat {
		color: #ffc700;
		text-transform: uppercase;
		margin-bottom: 8px;
	}
}
@media (min-width: 992px) and (min-width: 992px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .mega-menu-link-cat {
		cursor: auto;
	}
}
.itk-nav #itk-navbar-wrap #search-bar {
	background-color: #06213d;
	padding: 10px 0;
}
.itk-nav #itk-navbar-wrap .search-box {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff;
	width: 100%;
	border: 0 solid #ffffff;
	border-radius: 50px;
	padding: 12px 25px;
	transition: all 0.3s ease-in-out;
}
.itk-nav #itk-navbar-wrap .search-box #nav-search-placeholder {
	font-size: 18px;
}
.itk-nav #itk-navbar-wrap .search-box input {
	color: #000;
	background-color: unset;
	border: 0;
	width: 100%;
}
.itk-nav #itk-navbar-wrap .search-box svg {
	height: 26px;
	width: 26px;
	padding: 2px;
}
.itk-nav .search-icon-open {
	width: 100%;
	height: 100%;
	stroke: #ffffff;
}
@media screen and (max-width: 991.98px) {
	.example-side-dropdown {
		position: absolute !important;
		z-index: 100 !important;
		height: 55px !important;
		padding: 0 !important;
		background-position: center !important;
		right: 0 !important;
		top: 0px !important;
	}
}
@media screen and (max-width: 991.98px) and (max-width: 575.98px) {
	.example-side-dropdown {
		width: 75px !important;
	}
}
@media screen and (max-width: 991.98px) and (min-width: 576px) and (max-width: 767.98px) {
	.example-side-dropdown {
		width: 45px !important;
	}
}
@media screen and (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
	.example-side-dropdown {
		width: 45px !important;
	}
}
@media screen and (max-width: 991.98px) {
	.itk-nav #itk-navbar-wrap .itk-navbar .nav-links-wrap .nav-links .nav-item {
		position: relative;
	}
}
.itk-footer {
	background-color: #000000;
	font-weight: 500;
}
.itk-footer .itk-logo {
	width: fit-content;
}
.itk-footer .itk-logo img, .itk-footer .itk-logo svg {
	height: 60px;
	width: 60px;
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
	.itk-footer .itk-logo img, .itk-footer .itk-logo svg {
		height: 55px;
		width: 55px;
	}
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.itk-footer .itk-logo img, .itk-footer .itk-logo svg {
		height: 45px;
		width: 45px;
	}
}
.itk-footer .itk-footer-left {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	height: 120px;
}
.itk-footer .itk-footer-left .itk-footer-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	padding-left: 15px;
}
.itk-footer .itk-footer-left .itk-footer-nav ul li {
	padding: 0px 15px;
	display: inline;
	font-size: 16px;
}
.itk-footer .itk-footer-left .itk-footer-nav ul li a {
	color: #CDCDCD;
	text-decoration: none;
}
.itk-footer .itk-footer-left .itk-footer-nav ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
@media screen and (max-width: 991.98px) {
	.itk-footer .itk-footer-left .itk-footer-nav ul li {
		padding: 0;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
	.itk-footer .itk-footer-left .itk-footer-nav ul li {
		padding: 0px 10px;
	}
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.itk-footer .itk-footer-left .itk-footer-nav ul li {
		padding: 10px 15px 10px 0;
	}
}
@media screen and (max-width: 991.98px) {
	.itk-footer .itk-footer-left .itk-footer-nav ul {
		display: flex;
		justify-content: space-between;
		padding-left: 0;
	}
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.itk-footer .itk-footer-left .itk-footer-nav ul {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 991.98px) {
	.itk-footer .itk-footer-left .itk-footer-nav {
		width: 100%;
	}
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.itk-footer .itk-footer-left {
		height: unset;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.itk-footer .itk-footer-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: nowrap;
	height: 120px;
}
.itk-footer .itk-footer-right .itk-strapline {
	width: fit-content;
}
.itk-footer .itk-footer-right .itk-strapline img, .itk-footer .itk-footer-right .itk-strapline svg {
	height: 45px;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.itk-footer .itk-footer-right .itk-strapline img, .itk-footer .itk-footer-right .itk-strapline svg {
		height: 40px;
		width: 200px;
	}
}
@media screen and (max-width: 991.98px) {
	.itk-footer .itk-footer-right {
		justify-content: space-between;
		height: unset;
		padding-bottom: 40px;
	}
}
.itk-sidebar .contact-sidebar-com {
	position: relative;
	margin-bottom: 30px;
	background-color: #21b6d7;
	width: 100%;
	padding: 35px 35px;
	color: #06213d;
}
.itk-sidebar .contact-sidebar-com .contact-intro {
	font-weight: 400;
	font-size: 18px;
}
.itk-sidebar .contact-sidebar-com .contact-phone, .itk-sidebar .contact-sidebar-com .contact-email {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 10px;
	margin-left: 0;
	position: relative;
}
.itk-sidebar .contact-sidebar-com .contact-phone a, .itk-sidebar .contact-sidebar-com .contact-email a {
	color: #06213d;
}
.itk-sidebar .contact-sidebar-com .contact-phone a:hover, .itk-sidebar .contact-sidebar-com .contact-email a:hover {
	color: #ffffff;
}
.itk-sidebar .contact-sidebar-com .contact-phone .add-contact-phone-wrap {
	width: fit-content;
	padding: 0;
}
.itk-sidebar .contact-sidebar-com .contact-phone .add-contact-phone-label {
	padding: 0 35px 0 0;
}
.itk-sidebar .contact-sidebar-com .contact-email {
	margin-bottom: 20px;
}
.itk-sidebar .contact-sidebar-com .contact-main-no {
	color: #ffffff;
	font-weight: 700;
	font-size: 26px;
	margin: 5px 0 15px;
	letter-spacing: -1px;
}
.itk-sidebar .contact-sidebar-com .contact-main-no a {
	color: #ffffff;
	text-decoration: none;
}
.itk-sidebar .contact-sidebar-com .contact-main-no a:hover {
	color: #06213d;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
@media screen and (max-width: 1399.98px) {
	.itk-sidebar .contact-sidebar-com .contact-main-no {
		font-size: 26px;
	}
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.itk-sidebar .contact-sidebar-com .contact-main-no {
		font-size: 22px;
	}
}
.itk-sidebar .contact-sidebar-com .contact-add-number {
	font-weight: 300;
	margin: 10px 0;
	line-height: 24px;
}
.itk-sidebar .contact-sidebar-com .contact-add-number a {
	text-decoration: none;
}
.itk-sidebar .contact-sidebar-com .contact-cta-wrap {
	margin-bottom: 10px;
}
.itk-sidebar .contact-sidebar-com .contact-icon {
	height: 22px;
	width: 22px;
	display: block;
}
@media screen and (min-width: 992px) {
	.itk-sidebar .contact-sidebar-com .contact-icon {
		margin-top: 2px;
	}
}
.itk-sidebar .contact-sidebar-com .contact-icon-plus {
	position: absolute;
	top: 2px;
	right: 10px;
}
.itk-sidebar .image-sidebar-com {
	margin-bottom: 30px;
}
.itk-sidebar .image-sidebar-com img, .itk-sidebar .image-sidebar-com svg {
	width: 100%;
}
.itk-sidebar .ex-related-sidebar-com {
	background-color: #06213d;
	margin-bottom: 30px;
}
.itk-sidebar .ex-related-sidebar-com .links-wrap:last-child, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-yellow:last-child, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-yellow:last-child, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-blue:last-child, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-blue:last-child, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-dkblue:last-child, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-dkblue:last-child {
	border-bottom: 0;
}
.itk-sidebar .ex-related-sidebar-com .links-wrap .sub-heading, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-yellow .sub-heading, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-yellow .sub-heading, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-blue .sub-heading, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-blue .sub-heading, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-dkblue .sub-heading, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-dkblue .sub-heading {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	margin: 0;
}
.itk-sidebar .ex-related-sidebar-com .links-wrap .sub-heading .title, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-yellow .sub-heading .title, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-yellow .sub-heading .title, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-blue .sub-heading .title, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-blue .sub-heading .title, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-dkblue .sub-heading .title, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-dkblue .sub-heading .title {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	padding: 20px 35px;
}
@media (max-width: 1199.98px) {
	.itk-sidebar .ex-related-sidebar-com .links-wrap .sub-heading .title, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-yellow .sub-heading .title, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-yellow .sub-heading .title, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-blue .sub-heading .title, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-blue .sub-heading .title, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-dkblue .sub-heading .title, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-dkblue .sub-heading .title {
		font-size: 16px;
		line-height: 24px;
	}
}
.itk-sidebar .ex-related-sidebar-com .links-wrap .sub-heading .expand-cta, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-yellow .sub-heading .expand-cta, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-yellow .sub-heading .expand-cta, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-blue .sub-heading .expand-cta, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-blue .sub-heading .expand-cta, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-dkblue .sub-heading .expand-cta, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-dkblue .sub-heading .expand-cta {
	display: flex;
	align-items: center;
	padding: 0 15px;
}
.itk-sidebar .ex-related-sidebar-com .links-wrap .sub-heading .expand-cta svg.plus, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-yellow .sub-heading .expand-cta svg.plus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-yellow .sub-heading .expand-cta svg.plus, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-blue .sub-heading .expand-cta svg.plus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-blue .sub-heading .expand-cta svg.plus, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-dkblue .sub-heading .expand-cta svg.plus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-dkblue .sub-heading .expand-cta svg.plus, .itk-sidebar .ex-related-sidebar-com .links-wrap .sub-heading .expand-cta svg.minus, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-yellow .sub-heading .expand-cta svg.minus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-yellow .sub-heading .expand-cta svg.minus, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-blue .sub-heading .expand-cta svg.minus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-blue .sub-heading .expand-cta svg.minus, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-dkblue .sub-heading .expand-cta svg.minus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-dkblue .sub-heading .expand-cta svg.minus {
	stroke: white;
	stroke-width: 1.5px;
	width: 25px;
	height: 25px;
}
.itk-sidebar .ex-related-sidebar-com .links-wrap .sub-heading .expand-cta[aria-expanded=true] svg.plus, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-yellow .sub-heading .expand-cta[aria-expanded=true] svg.plus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-yellow .sub-heading .expand-cta[aria-expanded=true] svg.plus, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-blue .sub-heading .expand-cta[aria-expanded=true] svg.plus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-blue .sub-heading .expand-cta[aria-expanded=true] svg.plus, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-dkblue .sub-heading .expand-cta[aria-expanded=true] svg.plus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-dkblue .sub-heading .expand-cta[aria-expanded=true] svg.plus {
	display: none;
}
.itk-sidebar .ex-related-sidebar-com .links-wrap .sub-heading .expand-cta[aria-expanded=true] svg.minus, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-yellow .sub-heading .expand-cta[aria-expanded=true] svg.minus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-yellow .sub-heading .expand-cta[aria-expanded=true] svg.minus, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-blue .sub-heading .expand-cta[aria-expanded=true] svg.minus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-blue .sub-heading .expand-cta[aria-expanded=true] svg.minus, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-dkblue .sub-heading .expand-cta[aria-expanded=true] svg.minus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-dkblue .sub-heading .expand-cta[aria-expanded=true] svg.minus {
	display: block;
}
.itk-sidebar .ex-related-sidebar-com .links-wrap .sub-heading .expand-cta[aria-expanded=false] svg.plus, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-yellow .sub-heading .expand-cta[aria-expanded=false] svg.plus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-yellow .sub-heading .expand-cta[aria-expanded=false] svg.plus, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-blue .sub-heading .expand-cta[aria-expanded=false] svg.plus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-blue .sub-heading .expand-cta[aria-expanded=false] svg.plus, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-dkblue .sub-heading .expand-cta[aria-expanded=false] svg.plus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-dkblue .sub-heading .expand-cta[aria-expanded=false] svg.plus {
	display: block;
}
.itk-sidebar .ex-related-sidebar-com .links-wrap .sub-heading .expand-cta[aria-expanded=false] svg.minus, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-yellow .sub-heading .expand-cta[aria-expanded=false] svg.minus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-yellow .sub-heading .expand-cta[aria-expanded=false] svg.minus, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-blue .sub-heading .expand-cta[aria-expanded=false] svg.minus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-blue .sub-heading .expand-cta[aria-expanded=false] svg.minus, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-dkblue .sub-heading .expand-cta[aria-expanded=false] svg.minus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-dkblue .sub-heading .expand-cta[aria-expanded=false] svg.minus {
	display: none;
}
.itk-sidebar .ex-related-sidebar-com .links-wrap ul, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-yellow ul, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-yellow ul, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-blue ul, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-blue ul, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-dkblue ul, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-dkblue ul {
	padding: 0px 35px 30px;
	margin: 0;
	list-style: none;
}
.itk-sidebar .ex-related-sidebar-com .links-wrap ul li, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-yellow ul li, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-yellow ul li, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-blue ul li, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-blue ul li, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-dkblue ul li, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-dkblue ul li {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 12px;
}
.itk-sidebar .ex-related-sidebar-com .links-wrap ul li:last-child, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-yellow ul li:last-child, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-yellow ul li:last-child, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-blue ul li:last-child, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-blue ul li:last-child, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-dkblue ul li:last-child, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-dkblue ul li:last-child {
	margin-bottom: 0;
}
.itk-sidebar .ex-related-sidebar-com .links-wrap ul li a, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-yellow ul li a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-yellow ul li a, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-blue ul li a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-blue ul li a, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-dkblue ul li a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-dkblue ul li a {
	color: #C1CAD3;
	text-decoration: none;
}
.itk-sidebar .ex-related-sidebar-com .links-wrap ul li a:hover, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-yellow ul li a:hover, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-yellow ul li a:hover, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-blue ul li a:hover, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-blue ul li a:hover, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-dkblue ul li a:hover, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-dkblue ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
.itk-sidebar .ex-related-sidebar-com .links-wrap ul li .current_page, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-yellow ul li .current_page, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-yellow ul li .current_page, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-blue ul li .current_page, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-blue ul li .current_page, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-dkblue ul li .current_page, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-dkblue ul li .current_page, .itk-sidebar .ex-related-sidebar-com .links-wrap ul li .current_page a, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-yellow ul li .current_page a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-yellow ul li .current_page a, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-blue ul li .current_page a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-blue ul li .current_page a, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-dkblue ul li .current_page a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-dkblue ul li .current_page a {
	color: #ffffff;
	font-weight: 400;
}
@media (max-width: 1199.98px) {
	.itk-sidebar .ex-related-sidebar-com .links-wrap ul li, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-yellow ul li, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-yellow ul li, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-blue ul li, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-blue ul li, .itk-sidebar .ex-related-sidebar-com .related-sidebar-com .links-wrap-dkblue ul li, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com .links-wrap-dkblue ul li {
		font-size: 16px;
		line-height: 24px;
	}
}
.itk-sidebar .ex-related-sidebar-com.dark {
	background-color: #06213d;
}
.itk-sidebar .ex-related-sidebar-com.dark .links-wrap, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-yellow, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-yellow, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-blue, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-blue, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-dkblue, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-dkblue {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.itk-sidebar .ex-related-sidebar-com.dark .links-wrap:last-child, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-yellow:last-child, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-yellow:last-child, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-blue:last-child, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-blue:last-child, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-dkblue:last-child, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-dkblue:last-child {
	border-bottom: 0;
}
.itk-sidebar .ex-related-sidebar-com.dark .links-wrap .sub-heading .title, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-yellow .sub-heading .title, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-yellow .sub-heading .title, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-blue .sub-heading .title, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-blue .sub-heading .title, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-dkblue .sub-heading .title, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-dkblue .sub-heading .title {
	color: #ffffff;
}
.itk-sidebar .ex-related-sidebar-com.dark .links-wrap .sub-heading .title a, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-yellow .sub-heading .title a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-yellow .sub-heading .title a, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-blue .sub-heading .title a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-blue .sub-heading .title a, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-dkblue .sub-heading .title a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-dkblue .sub-heading .title a {
	color: #ffffff;
	text-decoration: none;
}
.itk-sidebar .ex-related-sidebar-com.dark .links-wrap .sub-heading .title a:hover, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-yellow .sub-heading .title a:hover, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-yellow .sub-heading .title a:hover, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-blue .sub-heading .title a:hover, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-blue .sub-heading .title a:hover, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-dkblue .sub-heading .title a:hover, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-dkblue .sub-heading .title a:hover {
	text-decoration: underline;
}
.itk-sidebar .ex-related-sidebar-com.dark .links-wrap .sub-heading .expand-cta svg.plus, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-yellow .sub-heading .expand-cta svg.plus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-yellow .sub-heading .expand-cta svg.plus, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-blue .sub-heading .expand-cta svg.plus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-blue .sub-heading .expand-cta svg.plus, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-dkblue .sub-heading .expand-cta svg.plus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-dkblue .sub-heading .expand-cta svg.plus, .itk-sidebar .ex-related-sidebar-com.dark .links-wrap .sub-heading .expand-cta svg.minus, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-yellow .sub-heading .expand-cta svg.minus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-yellow .sub-heading .expand-cta svg.minus, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-blue .sub-heading .expand-cta svg.minus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-blue .sub-heading .expand-cta svg.minus, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-dkblue .sub-heading .expand-cta svg.minus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-dkblue .sub-heading .expand-cta svg.minus {
	color: #ffffff;
}
.itk-sidebar .ex-related-sidebar-com.dark .links-wrap ul li .current_page, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-yellow ul li .current_page, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-yellow ul li .current_page, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-blue ul li .current_page, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-blue ul li .current_page, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-dkblue ul li .current_page, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-dkblue ul li .current_page, .itk-sidebar .ex-related-sidebar-com.dark .links-wrap ul li .current_page a, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-yellow ul li .current_page a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-yellow ul li .current_page a, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-blue ul li .current_page a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-blue ul li .current_page a, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-dkblue ul li .current_page a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-dkblue ul li .current_page a {
	color: #ffffff;
}
.itk-sidebar .ex-related-sidebar-com.dark .links-wrap ul li a, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-yellow ul li a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-yellow ul li a, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-blue ul li a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-blue ul li a, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-dkblue ul li a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-dkblue ul li a {
	color: rgba(255, 255, 255, 0.7098039216);
}
.itk-sidebar .ex-related-sidebar-com.dark .links-wrap ul li a:hover, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-yellow ul li a:hover, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-yellow ul li a:hover, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-blue ul li a:hover, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-blue ul li a:hover, .itk-sidebar .ex-related-sidebar-com.dark .related-sidebar-com .links-wrap-dkblue ul li a:hover, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.dark .links-wrap-dkblue ul li a:hover {
	color: #ffffff;
}
.itk-sidebar .ex-related-sidebar-com.light {
	background-color: #F4F5F5;
}
.itk-sidebar .ex-related-sidebar-com.light .links-wrap, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-yellow, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-yellow, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-blue, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-blue, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-dkblue, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-dkblue {
	border-bottom: 1px solid rgba(6, 33, 61, 0.15);
}
.itk-sidebar .ex-related-sidebar-com.light .links-wrap:last-child, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-yellow:last-child, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-yellow:last-child, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-blue:last-child, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-blue:last-child, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-dkblue:last-child, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-dkblue:last-child {
	border-bottom: 0;
}
.itk-sidebar .ex-related-sidebar-com.light .links-wrap .sub-heading .title, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-yellow .sub-heading .title, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-yellow .sub-heading .title, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-blue .sub-heading .title, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-blue .sub-heading .title, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-dkblue .sub-heading .title, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-dkblue .sub-heading .title {
	color: #06213d;
}
.itk-sidebar .ex-related-sidebar-com.light .links-wrap .sub-heading .title a, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-yellow .sub-heading .title a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-yellow .sub-heading .title a, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-blue .sub-heading .title a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-blue .sub-heading .title a, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-dkblue .sub-heading .title a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-dkblue .sub-heading .title a {
	color: #06213d;
	text-decoration: none;
}
.itk-sidebar .ex-related-sidebar-com.light .links-wrap .sub-heading .title a:hover, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-yellow .sub-heading .title a:hover, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-yellow .sub-heading .title a:hover, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-blue .sub-heading .title a:hover, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-blue .sub-heading .title a:hover, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-dkblue .sub-heading .title a:hover, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-dkblue .sub-heading .title a:hover {
	text-decoration: underline;
}
.itk-sidebar .ex-related-sidebar-com.light .links-wrap .sub-heading .expand-cta svg.plus, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-yellow .sub-heading .expand-cta svg.plus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-yellow .sub-heading .expand-cta svg.plus, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-blue .sub-heading .expand-cta svg.plus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-blue .sub-heading .expand-cta svg.plus, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-dkblue .sub-heading .expand-cta svg.plus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-dkblue .sub-heading .expand-cta svg.plus, .itk-sidebar .ex-related-sidebar-com.light .links-wrap .sub-heading .expand-cta svg.minus, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-yellow .sub-heading .expand-cta svg.minus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-yellow .sub-heading .expand-cta svg.minus, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-blue .sub-heading .expand-cta svg.minus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-blue .sub-heading .expand-cta svg.minus, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-dkblue .sub-heading .expand-cta svg.minus, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-dkblue .sub-heading .expand-cta svg.minus {
	color: #06213d;
}
.itk-sidebar .ex-related-sidebar-com.light .links-wrap ul li .current_page, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-yellow ul li .current_page, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-yellow ul li .current_page, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-blue ul li .current_page, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-blue ul li .current_page, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-dkblue ul li .current_page, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-dkblue ul li .current_page, .itk-sidebar .ex-related-sidebar-com.light .links-wrap ul li .current_page a, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-yellow ul li .current_page a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-yellow ul li .current_page a, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-blue ul li .current_page a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-blue ul li .current_page a, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-dkblue ul li .current_page a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-dkblue ul li .current_page a {
	color: #06213d;
}
.itk-sidebar .ex-related-sidebar-com.light .links-wrap ul li a, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-yellow ul li a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-yellow ul li a, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-blue ul li a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-blue ul li a, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-dkblue ul li a, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-dkblue ul li a {
	color: #58697c;
}
.itk-sidebar .ex-related-sidebar-com.light .links-wrap ul li a:hover, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-yellow ul li a:hover, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-yellow ul li a:hover, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-blue ul li a:hover, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-blue ul li a:hover, .itk-sidebar .ex-related-sidebar-com.light .related-sidebar-com .links-wrap-dkblue ul li a:hover, .itk-sidebar .related-sidebar-com .ex-related-sidebar-com.light .links-wrap-dkblue ul li a:hover {
	color: #06213d;
}
.itk-sidebar .related-sidebar-com {
	margin-bottom: 30px;
}
.itk-sidebar .related-sidebar-com .heading {
	margin-bottom: 20px;
}
.itk-sidebar .related-sidebar-com .links-wrap, .itk-sidebar .related-sidebar-com .links-wrap-yellow, .itk-sidebar .related-sidebar-com .links-wrap-blue, .itk-sidebar .related-sidebar-com .links-wrap-dkblue {
	background-color: #06213d;
	color: #C1CAD3;
	padding: 35px;
}
.itk-sidebar .related-sidebar-com .links-wrap ul, .itk-sidebar .related-sidebar-com .links-wrap-yellow ul, .itk-sidebar .related-sidebar-com .links-wrap-blue ul, .itk-sidebar .related-sidebar-com .links-wrap-dkblue ul {
	padding: 0;
	margin: 0;
}
.itk-sidebar .related-sidebar-com .links-wrap li, .itk-sidebar .related-sidebar-com .links-wrap-yellow li, .itk-sidebar .related-sidebar-com .links-wrap-blue li, .itk-sidebar .related-sidebar-com .links-wrap-dkblue li {
	list-style: none;
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 26px;
}
@media (max-width: 1199.98px) {
	.itk-sidebar .related-sidebar-com .links-wrap li, .itk-sidebar .related-sidebar-com .links-wrap-yellow li, .itk-sidebar .related-sidebar-com .links-wrap-blue li, .itk-sidebar .related-sidebar-com .links-wrap-dkblue li {
		font-size: 16px;
		line-height: 24px;
	}
}
.itk-sidebar .related-sidebar-com .links-wrap li a, .itk-sidebar .related-sidebar-com .links-wrap-yellow li a, .itk-sidebar .related-sidebar-com .links-wrap-blue li a, .itk-sidebar .related-sidebar-com .links-wrap-dkblue li a {
	color: #C1CAD3;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
.itk-sidebar .related-sidebar-com .links-wrap li a:hover, .itk-sidebar .related-sidebar-com .links-wrap-yellow li a:hover, .itk-sidebar .related-sidebar-com .links-wrap-blue li a:hover, .itk-sidebar .related-sidebar-com .links-wrap-dkblue li a:hover {
	color: #ffffff;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
.itk-sidebar .related-sidebar-com .links-wrap li .current_page, .itk-sidebar .related-sidebar-com .links-wrap-yellow li .current_page, .itk-sidebar .related-sidebar-com .links-wrap-blue li .current_page, .itk-sidebar .related-sidebar-com .links-wrap-dkblue li .current_page, .itk-sidebar .related-sidebar-com .links-wrap li .current_page a, .itk-sidebar .related-sidebar-com .links-wrap-yellow li .current_page a, .itk-sidebar .related-sidebar-com .links-wrap-blue li .current_page a, .itk-sidebar .related-sidebar-com .links-wrap-dkblue li .current_page a {
	color: #ffffff;
	font-weight: 400;
}
.itk-sidebar .related-sidebar-com .links-wrap li:last-child, .itk-sidebar .related-sidebar-com .links-wrap-yellow li:last-child, .itk-sidebar .related-sidebar-com .links-wrap-blue li:last-child, .itk-sidebar .related-sidebar-com .links-wrap-dkblue li:last-child {
	margin-bottom: 0;
}
.itk-sidebar .related-sidebar-com .links-wrap .sub-heading, .itk-sidebar .related-sidebar-com .links-wrap-yellow .sub-heading, .itk-sidebar .related-sidebar-com .links-wrap-blue .sub-heading, .itk-sidebar .related-sidebar-com .links-wrap-dkblue .sub-heading {
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
}
@media (max-width: 1199.98px) {
	.itk-sidebar .related-sidebar-com .links-wrap .sub-heading, .itk-sidebar .related-sidebar-com .links-wrap-yellow .sub-heading, .itk-sidebar .related-sidebar-com .links-wrap-blue .sub-heading, .itk-sidebar .related-sidebar-com .links-wrap-dkblue .sub-heading {
		font-size: 16px;
		line-height: 24px;
	}
}
.itk-sidebar .related-sidebar-com .links-wrap .sub-heading a, .itk-sidebar .related-sidebar-com .links-wrap-yellow .sub-heading a, .itk-sidebar .related-sidebar-com .links-wrap-blue .sub-heading a, .itk-sidebar .related-sidebar-com .links-wrap-dkblue .sub-heading a {
	color: #ffffff;
	text-decoration: none;
}
.itk-sidebar .related-sidebar-com .links-wrap .sub-heading a:hover, .itk-sidebar .related-sidebar-com .links-wrap-yellow .sub-heading a:hover, .itk-sidebar .related-sidebar-com .links-wrap-blue .sub-heading a:hover, .itk-sidebar .related-sidebar-com .links-wrap-dkblue .sub-heading a:hover {
	text-decoration: underline;
}
.itk-sidebar .related-sidebar-com .links-wrap-dkblue {
	background-color: #06213d;
	color: #ffffff;
}
.itk-sidebar .related-sidebar-com .links-wrap-dkblue a, .itk-sidebar .related-sidebar-com .links-wrap-dkblue li {
	color: #ffffff;
}
.itk-sidebar .related-sidebar-com .links-wrap-dkblue a :hover, .itk-sidebar .related-sidebar-com .links-wrap-dkblue li :hover {
	color: #ffffff;
}
.itk-sidebar .related-sidebar-com .links-wrap-blue {
	background-color: #21b6d7;
	color: #06213d;
}
.itk-sidebar .related-sidebar-com .links-wrap-blue a, .itk-sidebar .related-sidebar-com .links-wrap-blue li {
	color: #ffffff;
}
.itk-sidebar .related-sidebar-com .links-wrap-blue a :hover, .itk-sidebar .related-sidebar-com .links-wrap-blue li :hover {
	color: #06213d;
}
.itk-sidebar .related-sidebar-com .links-wrap-blue .sub-heading {
	color: #06213d;
}
.itk-sidebar .related-sidebar-com .links-wrap-yellow {
	background-color: #ffc700;
	color: #000000;
}
.itk-sidebar .related-sidebar-com .links-wrap-yellow a, .itk-sidebar .related-sidebar-com .links-wrap-yellow li {
	color: #000000;
}
.itk-sidebar .related-sidebar-com .links-wrap-yellow a :hover, .itk-sidebar .related-sidebar-com .links-wrap-yellow li :hover {
	color: #ffffff;
}
.itk-sidebar .related-sidebar-com .links-wrap-yellow .sub-heading {
	color: #000000;
}
.itk-sidebar .socials-sidebar-com {
	margin-bottom: 30px;
	align-items: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.itk-sidebar .socials-sidebar-com .follow-us {
	margin-bottom: 8px;
	margin-right: 8px;
}
.itk-sidebar .socials-sidebar-com .social-icons {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-bottom: 8px;
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
	.itk-sidebar .socials-sidebar-com .social-icons {
		justify-content: flex-end;
	}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.itk-sidebar .socials-sidebar-com .social-icons {
		justify-content: flex-end;
	}
}
.itk-sidebar .socials-sidebar-com .social-icons .dropdown-toggle {
	margin-right: 5px;
}
.itk-sidebar .socials-sidebar-com .social-icons .dropdown-toggle:last-child {
	margin-right: 0;
}
.itk-sidebar .socials-sidebar-com .social-icons .dropdown-toggle:hover svg {
	fill: #21b6d7;
}
.itk-sidebar .socials-sidebar-com .social-icons .dropdown-toggle::after {
	display: none;
}
.itk-sidebar .socials-sidebar-com .social-icons .dropdown-toggle.show svg {
	fill: #21b6d7;
}
.itk-sidebar .socials-sidebar-com .social-icons .dropdown-toggle.show::before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	bottom: auto;
	left: auto;
	transform: translate(8px, 38px);
	z-index: 5;
	border: 10px solid transparent;
	border-bottom: 12px solid #21b6d7;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.itk-sidebar .socials-sidebar-com .social-icons .dropdown-toggle.show::before {
		transform: translate(12px, 38px);
	}
}
.itk-sidebar .socials-sidebar-com .social-icons svg {
	fill: #06213d;
	width: 36px;
	height: 36px;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.itk-sidebar .socials-sidebar-com .social-icons svg {
		width: 45px;
		height: 45px;
	}
	.itk-sidebar .socials-sidebar-com .social-icons svg:last-child {
		margin-right: 0;
	}
}
.itk-sidebar .socials-sidebar-com .social-icons .dropdown-center .dropdown-menu {
	inset: 20px auto auto 0px !important;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.itk-sidebar .socials-sidebar-com .social-icons .dropdown-center .dropdown-menu {
		width: 75vw;
		inset: 12px auto auto 0px !important;
	}
}
.itk-sidebar .socials-sidebar-com .social-icons .dropdown-center .dropdown-menu .cta-solid-white {
	width: calc(100% - 4px);
	padding: 8px 30px;
	margin: 2px;
	text-align: center;
}
.itk-sidebar .socials-sidebar-com .social-icons .dropdown-center .dropdown-menu .cta-solid-white:hover {
	width: 100%;
	padding: 10px 32px;
	margin: 0;
}
.itk-sidebar .socials-sidebar-com .social-dropdown {
	background-color: #21b6d7;
	border: 0;
	border-radius: 32px;
	padding: 10px;
	inset: 22px 0px auto auto !important;
	width: 215px;
}
.itk-sidebar .socials-sidebar-com .social-dropdown li {
	margin-bottom: 5px;
}
.itk-sidebar .socials-sidebar-com .social-dropdown li:last-child {
	margin-bottom: 0;
}
.itk-sidebar .video-cards {
	margin-bottom: 30px;
}
.itk-content p {
	margin-bottom: 15px;
}
.itk-content img {
	width: 100%;
	margin-bottom: 20px;
}
.itk-content .itk-brands {
	margin: 40px 0 60px 0;
}
.itk-content .itk-brands img, .itk-content .itk-brands svg {
	max-width: 100%;
	width: auto;
	max-height: 120px;
	margin: 0;
}
@media (max-width: 575.98px) {
	.itk-content .itk-brands img, .itk-content .itk-brands svg {
		max-height: 80px;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.itk-content .itk-brands img, .itk-content .itk-brands svg {
		max-height: 90px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.itk-content .itk-brands img, .itk-content .itk-brands svg {
		max-height: 100px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.itk-content .itk-brands img, .itk-content .itk-brands svg {
		max-height: 110px;
	}
}
.itk-content .content-cta-wrap {
	width: 100%;
	padding: 30px 0px;
	display: flex;
}
.itk-content .itk-accordion-block {
	padding: 0;
	margin-bottom: 15px;
}
.itk-content .list-boxed {
	list-style-type: none;
	font-weight: 500;
	padding: 0;
}
.itk-content .list-boxed-item, .itk-content .list-boxed-item-w-sub {
	margin: calc(var(--bs-gutter-x) * 0.5) 0;
}
.itk-content .list-boxed .list-boxed-icon {
	position: absolute;
}
.itk-content .list-boxed-item a {
	color: #06213d;
	text-decoration: none;
}
.itk-content .list-boxed-item a:hover {
	color: #006073;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
.itk-content .list-boxed-item-text {
	background-color: #F4F5F5;
	padding: 15px 35px 15px 25px;
	margin-bottom: 15px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.itk-content .list-boxed-item-text::after {
	content: "";
	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="black" stroke-endcaps="round" d="M 5,13 11,8 5,3" /%3e%3c/svg%3e');
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	translate: 0 -50%;
	right: 15px;
}
.itk-content .list-boxed-item-w-sub {
	position: relative;
	display: block;
	height: unset;
}
.itk-content .list-boxed-item-w-sub a {
	color: #06213d;
	text-decoration: none;
}
.itk-content .list-boxed-item-w-sub a:hover {
	color: #006073;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
.itk-content .list-boxed-item-w-sub .list-boxed-item-text {
	height: auto;
	margin-bottom: 0;
}
.itk-content .list-boxed-item-w-sub .list-boxed-sub {
	list-style-type: none;
	padding: 10px 0;
	background-color: #fcfcfc;
}
.itk-content .list-boxed-item-w-sub .list-boxed-sub li {
	margin-bottom: 0;
	padding: 10px 25px 10px 50px;
	height: auto;
	line-height: 22px;
}
.itk-content .list-boxed-item-w-sub .list-boxed-sub li:before {
	content: "";
	height: 8px;
	width: 8px;
	display: block;
	float: left;
	margin-left: -20px;
	margin-top: 2px;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url("/images/icons-stack.svg#dropdown-bullet");
	background-size: 8px;
}
.itk-content .blog-author {
	background-color: #F4F5F5;
	padding: 30px;
	margin: 30px 0;
}
.itk-content .blog-author-profile {
	margin-bottom: 20px;
}
.itk-content .blog-author-profile img {
	margin-bottom: 0;
}
.itk-content .blog-author-profile-name > * {
	margin-bottom: 0;
}
@media (max-width: 575.98px) {
	.itk-content .blog-author-profile img {
		max-width: 200px;
		margin-bottom: 20px;
	}
}
@media (min-width: 576px) and (max-width: 1199.98px) {
	.itk-content .blog-author-profile-name {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
@media (min-width: 1200px) {
	.itk-content .blog-author-profile img {
		margin-bottom: 20px;
	}
}
.itk-content .blog-author-separator {
	width: 1px;
	height: 100%;
	background-color: #CDCDCD;
}
.itk-content .blog-author-separator-wrap {
	display: flex;
	justify-content: center;
}
@media (max-width: 1199.98px) {
	.itk-content .blog-author-separator-wrap {
		display: none;
	}
}
.itk-content .blog-author-desc {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.itk-content .blog-author-desc p:last-child {
	margin-bottom: 0;
}
.itk-content .post-tags {
	margin: 0;
	margin-bottom: 30px;
	font-weight: 500;
}
.itk-content .post-tags p {
	box-sizing: border-box;
	display: inline-block;
	line-height: 24px;
	letter-spacing: -0.6px;
	color: #06213d;
	padding-right: 39px;
	font-family: NeoSansPro, Arial;
	margin-bottom: 0;
	padding-bottom: 16px;
	margin-top: 14px;
}
.itk-content .post-tags ul {
	box-sizing: border-box;
	margin-bottom: 0;
	display: inline-block;
	padding-left: 0;
	gap: 5px 0;
	display: flex;
	flex-wrap: wrap;
}
.itk-content .post-tags ul li {
	box-sizing: border-box;
	display: inline-block;
	letter-spacing: -0.6px;
	margin-right: 3px;
	margin-bottom: 0;
	font-family: NeoSansPro, Arial;
}
.itk-content .post-tags ul li .cta-white {
	padding: 8px 15px 7px;
	font-size: 16px;
}
.itk-content .post-tags ul li .cta-white:hover {
	padding: 10px 17px 9px;
}
.itk-content > :is(h1, .h1, h2, .h2), .itk-blog-post > :is(h1, .h1, h2, .h2) {
	margin-bottom: 8px;
	margin-top: 40px;
}
.itk-content > :is(h3, .h3, .card-spotlight .card-body .card-title a, h4, .h4, h5, .h5, .card-large .card-body .card-title a, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, h6, .h6), .itk-blog-post > :is(h3, .h3, .card-spotlight .card-body .card-title a, h4, .h4, h5, .h5, .card-large .card-body .card-title a, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, h6, .h6) {
	margin-bottom: 5px;
	margin-top: 30px;
}
.itk-content > :is(h4, .h4, h5, .h5, .card-large .card-body .card-title a, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, h6, .h6), .itk-blog-post > :is(h4, .h4, h5, .h5, .card-large .card-body .card-title a, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, h6, .h6) {
	font-weight: 400 !important;
}
.itk-content > :is(h1, .h1, h2, .h2, h3, .h3, .card-spotlight .card-body .card-title a, h4, .h4, h5, .h5, .card-large .card-body .card-title a, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, h6, .h6) + :is(h3, .h3, .card-spotlight .card-body .card-title a, h4, .h4, h5, .h5, .card-large .card-body .card-title a, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, h6, .h6), .itk-blog-post > :is(h1, .h1, h2, .h2, h3, .h3, .card-spotlight .card-body .card-title a, h4, .h4, h5, .h5, .card-large .card-body .card-title a, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, h6, .h6) + :is(h3, .h3, .card-spotlight .card-body .card-title a, h4, .h4, h5, .h5, .card-large .card-body .card-title a, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, h6, .h6) {
	margin-bottom: 5px;
	margin-top: 10px;
}
.itk-content > :is(h1, .h1, h2, .h2, h3, .h3, .card-spotlight .card-body .card-title a, h4, .h4, h5, .h5, .card-large .card-body .card-title a, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, h6, .h6) + :is(h1, .h1, h2, .h2), .itk-blog-post > :is(h1, .h1, h2, .h2, h3, .h3, .card-spotlight .card-body .card-title a, h4, .h4, h5, .h5, .card-large .card-body .card-title a, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, h6, .h6) + :is(h1, .h1, h2, .h2) {
	margin-bottom: 8px;
	margin-top: 20px;
}
.itk-content > .lead-para, .itk-blog-post > .lead-para {
	margin-bottom: 25px !important;
}
.itk-accordion-block {
	padding-top: 30px;
	padding-bottom: 15px;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.itk-accordion-block {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.itk-accordion-block .accordion {
	padding: 0;
}
.itk-accordion-block .accordion:last-child {
	margin-bottom: 0;
}
.itk-accordion-block .accordion-header {
	margin-bottom: 15px;
}
.itk-accordion-block .accordion-item {
	margin-bottom: 10px;
	border: 0;
}
.itk-accordion-block .accordion-button {
	background-color: #F4F5F5;
	color: #06213d;
	font-weight: 500;
	padding: 5px 1.25rem;
}
.itk-accordion-block .accordion-body {
	max-width: 950px;
	font-family: NeoSansPro, Arial;
	font-weight: 300;
	padding-top: 5px;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.itk-accordion-block .accordion-body {
		font-size: 16px;
		font-weight: 400;<!--500-->
		line-height: 24px;
	}
}
@media screen and (min-width: 576px) {
	.itk-accordion-block .accordion-body {
		font-size: 18px;
		font-weight: 300;
		line-height: 26px;
	}
}
@media screen and (min-width: 992px) {
	.itk-accordion-block .accordion-body {
		font-weight: 300;
		font-size: 20px;
		line-height: 30px;
	}
}
.itk-accordion-block .accordion-body :last-child {
	margin-bottom: 0;
}
.cta-panel-block {
	height: 600px;
}
@media screen and (max-width: 991.98px) {
	.cta-panel-block {
		height: unset;
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
}
.cta-panel-block-fg {
	z-index: 2;
	position: relative;
	width: 100%;
	padding-top: 150px;
	padding-bottom: 150px;
}
@media screen and (max-width: 991.98px) {
	.cta-panel-block-fg {
		padding-top: 80px;
		padding-bottom: 30px;
	}
}
.cta-panel-block-bg {
	z-index: 1;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: inherit;
}
.cta-panel-block-bg img, .cta-panel-block-bg svg {
	height: 100%;
}
@media screen and (max-width: 991.98px) {
	.cta-panel-block-bg img, .cta-panel-block-bg svg {
		width: 100%;
	}
}
@media screen and (max-width: 991.98px) {
	.cta-panel-block-bg {
		position: relative;
	}
}
.cta-panel-text p {
	margin-bottom: 30px;
}
.cta-panel-buttons {
	max-width: fit-content;
}
.cta-panel-buttons .cta-panel-button {
	margin-bottom: 15px;
	max-width: fit-content;
}
.cta-panel-buttons .cta-panel-button:last-of-type {
	margin-bottom: 0;
}
.carousel-indicators {
	align-items: center;
	bottom: 25%;
	justify-content: flex-start;
	margin-right: auto;
	margin-left: auto;
}
.carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	border: 1px solid #000000;
	border-radius: 100px;
	margin-left: 10px;
	margin-right: 10px;
}
.carousel-indicators [data-bs-target].active {
	width: 15px;
	height: 15px;
}
.carousel-indicators_light [data-bs-target] {
	background-color: #ffffff;
	border: 0px;
}
.carousel-indicators_dark [data-bs-target] {
	background-color: #06213d;
	border: 1px solid #06213d;
}
.carousel-indicators .carousel-control-prev, .carousel-indicators .carousel-control-next {
	position: unset;
	background-color: unset !important;
	justify-content: unset;
	width: 35px;
	height: 20px;
	border: 0;
	margin: 0;
}
.carousel-caption {
	top: 190px;
	text-align: left;
	margin: auto;
	width: 100%;
}
.card, .card-spotlight, .card-video, .card-large, .card-medium, .card-medium-cta, .card-small {
	border: 0;
	border-radius: 0;
	background-color: #f5f5f5;
	height: 100%;
}
.card .card-body img, .card-spotlight .card-body img, .card-video .card-body img, .card-large .card-body img, .card-medium .card-body img, .card-medium-cta .card-body img, .card-small .card-body img {
	width: 100%;
	height: auto;
}
.card a, .card-spotlight a, .card-video a, .card-large a, .card-medium a, .card-medium-cta a, .card-small a, .card .legacy-resource-cards ul li a, .card-spotlight .legacy-resource-cards ul li a, .card-video .legacy-resource-cards ul li a, .card-large .legacy-resource-cards ul li a, .card-medium .legacy-resource-cards ul li a, .card-medium-cta .legacy-resource-cards ul li a, .card-small .legacy-resource-cards ul li a, .legacy-resource-cards ul li .card a, .legacy-resource-cards ul li .card-spotlight a, .legacy-resource-cards ul li .card-video a, .legacy-resource-cards ul li .card-large a, .legacy-resource-cards ul li .card-medium a, .legacy-resource-cards ul li .card-medium-cta a, .legacy-resource-cards ul li .card-small a {
	text-decoration: none;
	color: #06213d;
}
.card a:hover, .card-spotlight a:hover, .card-video a:hover, .card-large a:hover, .card-medium a:hover, .card-medium-cta a:hover, .card-small a:hover {
	text-decoration: underline;
}
.card-cta-wrap {
	height: 100%;
}
.card-cta-wrap a, .card-cta-wrap .legacy-resource-cards ul li a, .legacy-resource-cards ul li .card-cta-wrap a {
	text-decoration: none;
	color: #06213d;
}
.card-cta-wrap a:hover .card-title {
	text-decoration: underline;
}
.card-cta-wrap .card-img img {
	transition: scale 0.5s;
}
.card-cta-wrap:hover .card-small .card-body .card-text {
	text-decoration: underline;
}
.card-cta-wrap:hover .card-img img {
	scale: 1.045;
}
.card:hover .card-img a img, .card-spotlight:hover .card-img a img, .card-video:hover .card-img a img, .card-large:hover .card-img a img, .card-medium:hover .card-img a img, .card-medium-cta:hover .card-img a img, .card-small:hover .card-img a img {
	scale: 1.045;
}
.card:hover .card-cta svg, .card-spotlight:hover .card-cta svg, .card-video:hover .card-cta svg, .card-large:hover .card-cta svg, .card-medium:hover .card-cta svg, .card-medium-cta:hover .card-cta svg, .card-small:hover .card-cta svg {
	translate: 5px 0;
}
.card-small {
	height: 100%;
}
.card-small .row {
	height: 100%;
}
.card-small .card-body {
	height: 100%;
	display: flex;
	align-items: center;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.card-small .card-body {
		padding: 1rem 1rem;
	}
}
@media screen and (max-width: 767.98px) {
	.card-small .card-body {
		padding: 25px;
	}
}
@media screen and (min-width: 768px) {
	.card-small .card-body {
		padding: 30px;
	}
}
.card-small .card-body .card-text {
	font-size: 20px;
}
.card-small .card-body .card-text a {
	font-size: 20px;
	color: #06213d;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.card-small .card-body .card-text a {
		font-size: 18px;
	}
}
@media (max-width: 991.98px) {
	.card-small .card-body .card-text a {
		font-size: 16px;
	}
}
.card-small .card-body .card-text a:hover {
	text-decoration: underline;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.card-small .card-body .card-text {
		font-size: 18px;
	}
}
@media (max-width: 991.98px) {
	.card-small .card-body .card-text {
		font-size: 16px;
	}
}
.card-small .card-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 0;
	aspect-ratio: 16/9;
}
.card-small .card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
}
.card-medium, .card-medium-cta {
	height: 100%;
}
.card-medium .card-img, .card-medium-cta .card-img {
	overflow: hidden;
	margin: 0;
	border-radius: 0;
	aspect-ratio: 16/9;
}
.card-medium .card-img img, .card-medium-cta .card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0px center;
	margin: 0;
}
.card-medium .card-body, .card-medium-cta .card-body {
	display: flex;
	flex-direction: column;
}
.card-medium .card-body .card-date, .card-medium-cta .card-body .card-date {
	font-size: 16px;
	margin-bottom: 10px;
	color: #82909e;
	line-height: 28px;
}
.card-medium .card-body .card-intro, .card-medium-cta .card-body .card-intro {
	color: #06213d;
}
.card-medium .card-body .card-title, .card-medium-cta .card-body .card-title {
	color: #06213d;
	text-decoration: none;
	margin-bottom: 4px;
}
.card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a {
	text-decoration: none;
	color: #06213d !important;
}
.card-medium .card-body .card-title a:hover, .card-medium-cta .card-body .card-title a:hover {
	text-decoration: underline;
}
.card-medium .card-body .card-text, .card-medium-cta .card-body .card-text {
	flex-grow: 1;
	font-size: 18px;
	line-height: 28px;
}
.card-medium .card-body .card-text a, .card-medium-cta .card-body .card-text a {
	color: #06213d;
	text-decoration: underline;
}
.card-medium .card-body .card-text a:hover, .card-medium-cta .card-body .card-text a:hover {
	color: #006073;
}
@media screen and (max-width: 767.98px) {
	.card-medium .card-body, .card-medium-cta .card-body {
		padding: 25px;
	}
}
@media screen and (min-width: 768px) {
	.card-medium .card-body, .card-medium-cta .card-body {
		padding: 30px;
	}
}
.card-medium .card-cta, .card-medium-cta .card-cta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100% !important;
	color: #06213d !important;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
	width: 100%;
	bottom: 20px;
	font-size: 16px;
}
.card-medium .card-cta svg, .card-medium-cta .card-cta svg {
	width: 40px;
	height: 40px;
	transition: translate 0.1s;
}
.card-medium.card-medium-horizontal img, .card-medium-horizontal.card-medium-cta img {
	aspect-ratio: unset;
	height: 100%;
	margin: 0;
}
.card-medium-cta {
	transition: all 0.2s ease-in-out;
}
.card-medium-cta-wrap a, .card-medium-cta-wrap .legacy-resource-cards ul li a, .legacy-resource-cards ul li .card-medium-cta-wrap a {
	text-decoration: none;
	color: #06213d;
}
@media screen and (min-width: 576px) {
	.card-medium-cta:hover {
		transform: scale(1.04);
	}
	.card-medium-cta:hover .card-img img {
		transform: scale(1) !important;
		scale: 1 !important;
	}
}
.card-medium-cta .card-img img {
	transition: all 0.2s ease-in-out;
}
.card-medium-cta .card-body a {
	width: fit-content;
}
.card-medium-cta .card-body svg {
	height: 50px;
	width: 50px;
}
.card-medium .card-tags, .card-medium-cta .card-tags {
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	border-top: 1px solid #CDCDCD;
	margin: 30px 0 0;
	padding: 30px 0 0;
	color: #82909e;
}
.card-medium .card-tags-heading, .card-medium-cta .card-tags-heading {
	font-weight: 600;
	color: #06213d;
	margin-right: 5px;
}
.card-medium .card-tags a, .card-medium-cta .card-tags a {
	color: #82909e;
	margin-right: 5px;
}
.card-medium .card-tags a:last-child, .card-medium-cta .card-tags a:last-child {
	margin: 0;
}
.card-medium .card-tags a:last-child::after, .card-medium-cta .card-tags a:last-child::after {
	content: "";
}
.card-medium .card-tags a::after, .card-medium-cta .card-tags a::after {
	content: ",";
}
.card-large .card-body .card-title {
	margin: 0;
	color: #06213d;
}
.card-large .card-body .card-title a {
	color: #06213d;
}
@media screen and (max-width: 767.98px) {
	.card-large .card-body {
		padding: 25px;
	}
}
@media screen and (min-width: 768px) {
	.card-large .card-body {
		padding: 30px;
	}
}
.card-large .card-img {
	overflow: hidden;
	margin: 0;
	border-radius: 0;
	aspect-ratio: 16/9;
}
.card-large .card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0px center;
}
.card-video {
	color: #ffffff;
	cursor: pointer;
}
.card-video:hover .card-img .play-icon svg {
	transform: scale(1.06);
}
.card-video:hover .card-body .card-title {
	text-decoration: underline;
}
.card-video .card-img {
	aspect-ratio: 16/9;
}
.card-video .card-img img, .card-video .card-img svg {
	position: absolute;
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	margin: 0;
}
.card-video .card-img .play-icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.card-video .card-img .play-icon svg {
	transition: all 0.2s ease-in-out;
	height: 85px;
	width: 85px;
}
.card-video .card-body {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.card-video .card-body {
		padding: 1rem 1rem;
	}
}
.card-video .card-body .card-title {
	margin: 0;
	color: #06213d;
	line-height: 26px;
}
.card-video .card-body .card-title a {
	color: #06213d;
}
@media screen and (max-width: 767.98px) {
	.card-video .card-body {
		padding: 25px;
	}
}
@media screen and (min-width: 768px) {
	.card-video .card-body {
		padding: 30px;
	}
}
.card-spotlight .card-body .card-intro {
	color: #06213d;
}
@media (max-width: 767.98px) {
	.card-spotlight .card-body .card-intro {
		margin-bottom: 5px;
	}
}
.card-spotlight .card-body .card-title {
	color: #06213d;
}
.card-spotlight .card-body .card-title a {
	color: #06213d;
}
.card-spotlight .card-body .card-text {
	font-family: NeoSansPro, Arial;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.card-spotlight .card-body .card-text {
		font-size: 16px;
		font-weight: 400;<!--500-->
		line-height: 24px;
	}
}
@media screen and (min-width: 576px) {
	.card-spotlight .card-body .card-text {
		font-size: 18px;
		font-weight: 300;
		line-height: 26px;
	}
}
@media screen and (min-width: 992px) {
	.card-spotlight .card-body .card-text {
		font-weight: 300;
		font-size: 20px;
		line-height: 30px;
	}
}
.card-spotlight .card-body .card-text a {
	font-family: NeoSansPro, Arial;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.card-spotlight .card-body .card-text a {
		font-size: 16px;
		font-weight: 400;<!--500-->
		line-height: 24px;
	}
}
@media screen and (min-width: 576px) {
	.card-spotlight .card-body .card-text a {
		font-size: 18px;
		font-weight: 300;
		line-height: 26px;
	}
}
@media screen and (min-width: 992px) {
	.card-spotlight .card-body .card-text a {
		font-weight: 300;
		font-size: 20px;
		line-height: 30px;
	}
}
@media (max-width: 767.98px) {
	.card-spotlight .card-body {
		padding: 25px;
	}
}
@media (min-width: 768px) and (max-width: 1399.98px) {
	.card-spotlight .card-body {
		padding: 30px;
	}
}
@media (min-width: 1400px) {
	.card-spotlight .card-body {
		padding: 55px;
	}
}
@media (max-width: 991.98px) {
	.card-spotlight .card-body .spotlight-card-header {
		width: 100%;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-end;
		position: absolute;
		z-index: 5;
		padding: 0 30px 10px 30px;
		aspect-ratio: 5/3;
		color: #ffffff;
		translate: -30px -375px;
	}
	.card-spotlight .card-body .spotlight-card-header a, .card-spotlight .card-body .spotlight-card-header p, .card-spotlight .card-body .spotlight-card-header h1, .card-spotlight .card-body .spotlight-card-header .h1, .card-spotlight .card-body .spotlight-card-header h2, .card-spotlight .card-body .spotlight-card-header .h2, .card-spotlight .card-body .spotlight-card-header h3, .card-spotlight .card-body .spotlight-card-header .h3, .card-spotlight .card-body .spotlight-card-header h4, .card-spotlight .card-body .spotlight-card-header .h4, .card-spotlight .card-body .spotlight-card-header h5, .card-spotlight .card-body .spotlight-card-header .h5 {
		color: #ffffff;
	}
}
@media (max-width: 991.98px) and (min-width: 576px) and (max-width: 767.98px) {
	.card-spotlight .card-body .spotlight-card-header {
		translate: -25px -325px;
	}
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
	.card-spotlight .card-body .spotlight-card-header {
		aspect-ratio: unset;
		translate: -30px -135%;
	}
}
.card-spotlight .card-img {
	overflow: hidden;
	margin: 0;
	border-radius: 0;
	height: 100%;
}
.card-spotlight .card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0;
}
@media (min-width: 992px) {
	.card-spotlight .card-img {
		padding: 0;
	}
}
@media (max-width: 991.98px) {
	.card-spotlight .card-img {
		aspect-ratio: 5/3;
		z-index: 1;
	}
	.card-spotlight .card-img:before {
		aspect-ratio: 5/3;
		content: "";
		position: absolute;
		background: linear-gradient(6deg, rgba(0, 0, 0, 0.7) 15%, rgba(0, 0, 0, 0) 40%);
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
	}
}
@media (max-width: 575.98px) {
	.card-spotlight .card-img::before {
		background: none;
		background-color: rgba(0, 0, 0, 0.4);
	}
}
.card-horizontal {
	flex-direction: row;
}
.card-horizontal .card-body, .card-horizontal .card-img {
	width: 50%;
}
.card-cols-auto, .card-cols-auto-1, .card-cols-auto-2, .card-cols-auto-3, .card-cols-auto-4, .card-sm-cols-auto {
	container-type: inline-size;
	container-name: card-auto-wrapper;
}
.card-cols-auto > *, .card-cols-auto-2 > *, .card-cols-auto-3 > *, .card-cols-auto-4 > *, .card-sm-cols-auto > * {
	flex: 0 0 auto;
}
@media (max-width: 575.98px) {
	.card-cols-auto > *, .card-cols-auto-2 > *, .card-cols-auto-3 > *, .card-cols-auto-4 > *, .card-sm-cols-auto > * {
		width: 99.9996%;
	}
}
@media (min-width: 576px) and (max-width: 991.98px) {
	.card-cols-auto > *, .card-cols-auto-2 > * {
		width: 99.9996%;
	}
	.card-cols-auto-3 > * {
		width: 49.9998%;
	}
	.card-cols-auto-4 > * {
		width: 49.9998%;
	}
	.card-sm-cols-auto > * {
		width: 99.9996%;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.card-cols-auto-3 > * {
		width: 49.9998%;
	}
}
@media (min-width: 1200px) {
	.card-cols-auto-3 > * {
		width: 33.3332%;
	}
}
@media (min-width: 992px) {
	@container card-auto-wrapper (max-width: 539.98px) {
		.card-cols-auto-4 > * {
			width: 49.9998%;
		}
	}
	@container card-auto-wrapper (min-width: 540px) and (max-width: 924.98px) {
		.card-cols-auto-4 > * {
			width: 33.3332%;
		}
	}
	@container card-auto-wrapper (min-width: 925px) {
		.card-cols-auto-4 > * {
			width: 24.9999%;
		}
	}
	@container card-auto-wrapper (max-width: 889.98px) {
		.card-cols-auto-2 > * {
			width: 49.9998%;
		}
		.card-cols-auto > * {
			width: 49.9998%;
		}
		.card-sm-cols-auto > * {
			width: 99.9996%;
		}
	}
	@container card-auto-wrapper (min-width: 890px) {
		.card-cols-auto-2 > * {
			width: 49.9998%;
		}
		.card-cols-auto > *, .card-cols-auto-3 > * {
			width: 33.3332%;
		}
		.card-sm-cols-auto > * {
			width: 49.9998%;
		}
	}
}
.card-carousel-container {
	padding-top: 30px;
	padding-bottom: 15px;
	overflow-x: hidden;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.card-carousel-container {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.card-carousel-block.card-bg-white .card, .card-carousel-block.card-bg-white .card-small, .card-carousel-block.card-bg-white .card-medium, .card-carousel-block.card-bg-white .card-medium-cta, .card-carousel-block.card-bg-white .card-large, .card-carousel-block.card-bg-white .card-video, .card-carousel-block.card-bg-white .card-spotlight {
	background-color: white;
}
.card-carousel-block:not(.w-title) .filter-wrap .filter-header, .card-carousel-block:not(.w-filter) .filter-wrap .filter, .card-carousel-block:not(.w-icon) .filter-wrap .filter-header svg {
	display: none;
}
.card-carousel-block .filter-wrap {
	padding: 20px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 575.98px) {
	.card-carousel-block .filter-wrap {
		flex-direction: column;
		align-items: normal;
	}
}
.card-carousel-block .filter-wrap .filter-header {
	display: flex;
	align-items: center;
}
.card-carousel-block .filter-wrap .filter-header h1, .card-carousel-block .filter-wrap .filter-header .h1, .card-carousel-block .filter-wrap .filter-header h2, .card-carousel-block .filter-wrap .filter-header .h2, .card-carousel-block .filter-wrap .filter-header h3, .card-carousel-block .filter-wrap .filter-header .h3, .card-carousel-block .filter-wrap .filter-header .card-spotlight .card-body .card-title a, .card-spotlight .card-body .card-title .card-carousel-block .filter-wrap .filter-header a, .card-carousel-block .filter-wrap .filter-header h4, .card-carousel-block .filter-wrap .filter-header .h4, .card-carousel-block .filter-wrap .filter-header h5, .card-carousel-block .filter-wrap .filter-header .h5, .card-carousel-block .filter-wrap .filter-header .card-medium .card-body .card-title a, .card-medium .card-body .card-title .card-carousel-block .filter-wrap .filter-header a, .card-carousel-block .filter-wrap .filter-header .card-medium-cta .card-body .card-title a, .card-medium-cta .card-body .card-title .card-carousel-block .filter-wrap .filter-header a, .card-carousel-block .filter-wrap .filter-header .card-large .card-body .card-title a, .card-large .card-body .card-title .card-carousel-block .filter-wrap .filter-header a, .card-carousel-block .filter-wrap .filter-header p {
	margin: 0;
}
.card-carousel-block .filter-wrap .filter-header svg {
	width: 50px;
	height: 50px;
	margin-right: 20px;
}
.card-carousel-block .filter-wrap .filter {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 575.98px) {
	.card-carousel-block .filter-wrap .filter {
		margin-top: 20px;
	}
}
.card-carousel-block .filter-wrap .filter .filter-label {
	padding-right: 10px;
}
.card-carousel-block .filter-wrap .filter .filter-buttons .cta-yellow.active, .card-carousel-block .filter-wrap .filter .filter-buttons .active.cta-yellow-white, .card-carousel-block .filter-wrap .filter .filter-buttons .active.btn-yellow-white {
	background-color: transparent;
}
.card-carousel-block .filter-wrap .filter-select {
	flex: 1;
	appearance: none;
	padding: 11px 22px 9px 22px;
	min-width: 190px;
	border-radius: 999px;
	border: none;
	background-color: var(--bs-orange);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: calc(100% - 17px);
	background-size: 20px;
}
.card-carousel-block .filter-wrap .filter-select:focus-visible {
	outline: none;
}
.card-carousel-block.w-fade .fade-filter {
	mask-image: linear-gradient(90deg, transparent, black 6% 94%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, black 6% 94%, transparent);
	overflow: hidden;
	width: 100%;
	margin: auto;
}
@media screen and (max-width: 767.98px) {
	.card-carousel-block.w-fade .fade-filter {
		mask-image: none;
		-webkit-mask-image: none;
	}
}
@media screen and (min-width: 1200px) {
	.card-carousel-block.w-fade .fade-filter {
		max-width: 1640px;
	}
}
@media screen and (min-width: 1400px) {
	.card-carousel-block.w-fade .fade-filter {
		max-width: 1820px;
	}
}
.card-carousel .carousel-inner {
	--slide: 0;
	--slide-width: 3;
	overflow: visible;
	transition: translate 0.5s;
	translate: calc(var(--slide) / var(--cols) * -100%);
	width: unset;
	flex-wrap: nowrap;
}
.card-carousel .carousel-inner.row-cols-1 {
	--cols: 1;
}
.card-carousel .carousel-inner.row-cols-2 {
	--cols: 2;
}
.card-carousel .carousel-inner.row-cols-3 {
	--cols: 3;
}
.card-carousel .carousel-inner.row-cols-4 {
	--cols: 4;
}
.card-carousel .carousel-inner.row-cols-5 {
	--cols: 5;
}
.card-carousel .carousel-inner.row-cols-6 {
	--cols: 6;
}
.card-carousel .carousel-inner.row-cols-7 {
	--cols: 7;
}
.card-carousel .carousel-inner.row-cols-8 {
	--cols: 8;
}
.card-carousel .carousel-inner.row-cols-9 {
	--cols: 9;
}
.card-carousel .carousel-inner.row-cols-10 {
	--cols: 10;
}
.card-carousel .carousel-inner.row-cols-11 {
	--cols: 11;
}
.card-carousel .carousel-inner.row-cols-12 {
	--cols: 12;
}
@media screen and (min-width: 576px) {
	.card-carousel .carousel-inner.row-cols-sm-1 {
		--cols: 1;
	}
	.card-carousel .carousel-inner.row-cols-sm-2 {
		--cols: 2;
	}
	.card-carousel .carousel-inner.row-cols-sm-3 {
		--cols: 3;
	}
	.card-carousel .carousel-inner.row-cols-sm-4 {
		--cols: 4;
	}
	.card-carousel .carousel-inner.row-cols-sm-5 {
		--cols: 5;
	}
	.card-carousel .carousel-inner.row-cols-sm-6 {
		--cols: 6;
	}
	.card-carousel .carousel-inner.row-cols-sm-7 {
		--cols: 7;
	}
	.card-carousel .carousel-inner.row-cols-sm-8 {
		--cols: 8;
	}
	.card-carousel .carousel-inner.row-cols-sm-9 {
		--cols: 9;
	}
	.card-carousel .carousel-inner.row-cols-sm-10 {
		--cols: 10;
	}
	.card-carousel .carousel-inner.row-cols-sm-11 {
		--cols: 11;
	}
	.card-carousel .carousel-inner.row-cols-sm-12 {
		--cols: 12;
	}
}
@media screen and (min-width: 768px) {
	.card-carousel .carousel-inner.row-cols-md-1 {
		--cols: 1;
	}
	.card-carousel .carousel-inner.row-cols-md-2 {
		--cols: 2;
	}
	.card-carousel .carousel-inner.row-cols-md-3 {
		--cols: 3;
	}
	.card-carousel .carousel-inner.row-cols-md-4 {
		--cols: 4;
	}
	.card-carousel .carousel-inner.row-cols-md-5 {
		--cols: 5;
	}
	.card-carousel .carousel-inner.row-cols-md-6 {
		--cols: 6;
	}
	.card-carousel .carousel-inner.row-cols-md-7 {
		--cols: 7;
	}
	.card-carousel .carousel-inner.row-cols-md-8 {
		--cols: 8;
	}
	.card-carousel .carousel-inner.row-cols-md-9 {
		--cols: 9;
	}
	.card-carousel .carousel-inner.row-cols-md-10 {
		--cols: 10;
	}
	.card-carousel .carousel-inner.row-cols-md-11 {
		--cols: 11;
	}
	.card-carousel .carousel-inner.row-cols-md-12 {
		--cols: 12;
	}
}
@media screen and (min-width: 992px) {
	.card-carousel .carousel-inner.row-cols-lg-1 {
		--cols: 1;
	}
	.card-carousel .carousel-inner.row-cols-lg-2 {
		--cols: 2;
	}
	.card-carousel .carousel-inner.row-cols-lg-3 {
		--cols: 3;
	}
	.card-carousel .carousel-inner.row-cols-lg-4 {
		--cols: 4;
	}
	.card-carousel .carousel-inner.row-cols-lg-5 {
		--cols: 5;
	}
	.card-carousel .carousel-inner.row-cols-lg-6 {
		--cols: 6;
	}
	.card-carousel .carousel-inner.row-cols-lg-7 {
		--cols: 7;
	}
	.card-carousel .carousel-inner.row-cols-lg-8 {
		--cols: 8;
	}
	.card-carousel .carousel-inner.row-cols-lg-9 {
		--cols: 9;
	}
	.card-carousel .carousel-inner.row-cols-lg-10 {
		--cols: 10;
	}
	.card-carousel .carousel-inner.row-cols-lg-11 {
		--cols: 11;
	}
	.card-carousel .carousel-inner.row-cols-lg-12 {
		--cols: 12;
	}
}
@media screen and (min-width: 1200px) {
	.card-carousel .carousel-inner.row-cols-xl-1 {
		--cols: 1;
	}
	.card-carousel .carousel-inner.row-cols-xl-2 {
		--cols: 2;
	}
	.card-carousel .carousel-inner.row-cols-xl-3 {
		--cols: 3;
	}
	.card-carousel .carousel-inner.row-cols-xl-4 {
		--cols: 4;
	}
	.card-carousel .carousel-inner.row-cols-xl-5 {
		--cols: 5;
	}
	.card-carousel .carousel-inner.row-cols-xl-6 {
		--cols: 6;
	}
	.card-carousel .carousel-inner.row-cols-xl-7 {
		--cols: 7;
	}
	.card-carousel .carousel-inner.row-cols-xl-8 {
		--cols: 8;
	}
	.card-carousel .carousel-inner.row-cols-xl-9 {
		--cols: 9;
	}
	.card-carousel .carousel-inner.row-cols-xl-10 {
		--cols: 10;
	}
	.card-carousel .carousel-inner.row-cols-xl-11 {
		--cols: 11;
	}
	.card-carousel .carousel-inner.row-cols-xl-12 {
		--cols: 12;
	}
}
.card-carousel .carousel-inner .card-carousel-item a {
	text-decoration: none !important;
}
.card-carousel .carousel-inner .card-carousel-item .card-medium img, .card-carousel .carousel-inner .card-carousel-item .card-medium-cta img {
	width: 100%;
}
.card-carousel .carousel-inner .card-carousel-item .card-medium > .row, .card-carousel .carousel-inner .card-carousel-item .card-medium-cta > .row {
	align-content: flex-start;
	height: 100%;
}
.card-carousel-btn-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}
.card-carousel-btn-wrap .carousel-control-prev, .card-carousel-btn-wrap .carousel-control-next {
	position: unset;
	background-color: unset !important;
	justify-content: unset;
	width: 35px;
	height: 20px;
	border: 0;
	margin: 0 20px;
	opacity: 1;
}
.card-carousel-btn-wrap .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.card-carousel-btn-wrap .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.careers-social-bar {
	padding-top: 60px;
	padding-bottom: 60px;
}
.careers-social-bar .careers .careers-text, .careers-social-bar .careers .careers-cta {
	display: flex;
	flex-direction: column;
}
@media (max-width: 767.98px) {
	.careers-social-bar .careers .careers-text, .careers-social-bar .careers .careers-cta {
		align-items: center;
	}
}
.careers-social-bar .socials {
	display: flex;
	flex-direction: row;
}
@media (max-width: 767.98px) {
	.careers-social-bar .socials {
		margin-top: 16px;
		justify-content: center;
	}
}
@media (min-width: 768px) {
	.careers-social-bar .socials {
		justify-content: end;
	}
}
@media (min-width: 992px) {
	.careers-social-bar .socials {
		align-items: center;
	}
}
.careers-social-bar .socials .social {
	margin-right: 10px;
}
.careers-social-bar .socials .social svg {
	height: 40px;
	width: 40px;
	fill: #06213d;
}
.careers-social-bar .socials .social svg:hover {
	fill: #21b6d7;
}
.careers-social-bar .socials .social:last-child {
	margin-right: 0;
}
.contact-bar-block {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f5f5f5;
}
@media (max-width: 991.98px) {
	.contact-bar-block {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.contact-bar-block .left-col, .contact-bar-block .right-col {
	display: flex;
	align-items: center;
}
@media (max-width: 991.98px) {
	.contact-bar-block .left-col, .contact-bar-block .right-col {
		flex-direction: column;
	}
}
@media (max-width: 991.98px) {
	.contact-bar-block .left-col {
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) {
	.contact-bar-block .right-col {
		flex-direction: row;
		align-items: end;
		justify-content: end;
	}
}
.hero-block {
	z-index: 0;
	margin-bottom: 50px;
	position: relative;
}
.hero-block.nav-comp {
	padding-top: 140px !important;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
	.hero-block.nav-comp {
		padding-top: 140px !important;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
	.hero-block.nav-comp {
		padding-top: 135px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.hero-block.nav-comp {
		padding-top: 95px !important;
	}
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
	.hero-block.nav-comp {
		padding-top: 75px !important;
	}
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.hero-block.nav-comp {
		padding-top: 75px !important;
	}
}
.hero-block.img-bg, .hero-block.img-bg-grad-light, .hero-block.img-bg-grad-lighter, .hero-block.img-bg-grad-dark, .hero-block.img-bg-grad-darker, .hero-block.img-bg-nograd, .hero-block.img-bg-nograd-black, .hero-block.img-bg-nograd-white {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.hero-block.img-bg .hero-content, .hero-block.img-bg-grad-light .hero-content, .hero-block.img-bg-grad-lighter .hero-content, .hero-block.img-bg-grad-dark .hero-content, .hero-block.img-bg-grad-darker .hero-content, .hero-block.img-bg-nograd .hero-content, .hero-block.img-bg-nograd-black .hero-content, .hero-block.img-bg-nograd-white .hero-content {
	z-index: 3;
}
.hero-block.img-bg::before, .hero-block.img-bg-grad-light::before, .hero-block.img-bg-grad-lighter::before, .hero-block.img-bg-grad-dark::before, .hero-block.img-bg-grad-darker::before, .hero-block.img-bg-nograd::before, .hero-block.img-bg-nograd-black::before, .hero-block.img-bg-nograd-white::before {
	content: "";
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.hero-block.img-bg::before, .hero-block.img-bg-grad-light::before, .hero-block.img-bg-grad-lighter::before, .hero-block.img-bg-grad-dark::before, .hero-block.img-bg-grad-darker::before, .hero-block.img-bg-nograd::before, .hero-block.img-bg-nograd-black::before, .hero-block.img-bg-nograd-white::before {
		background: none;
		background-color: rgba(0, 0, 0, 0.4);
	}
}
.hero-block.img-bg-grad-dark :is(h1, .h1, h2, .h2, h3, .h3, .card-spotlight .card-body .card-title a, h4, .h4, h5, .h5, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, .card-large .card-body .card-title a, p, a, .legacy-resource-cards ul li a), .hero-block.img-bg-grad-darker :is(h1, .h1, h2, .h2, h3, .h3, .card-spotlight .card-body .card-title a, h4, .h4, h5, .h5, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, .card-large .card-body .card-title a, p, a, .legacy-resource-cards ul li a), .hero-block.img-bg-nograd-white :is(h1, .h1, h2, .h2, h3, .h3, .card-spotlight .card-body .card-title a, h4, .h4, h5, .h5, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, .card-large .card-body .card-title a, p, a, .legacy-resource-cards ul li a) {
	color: #ffffff;
}
.hero-block.img-bg-grad-dark .breadcrumb-item, .hero-block.img-bg-grad-darker .breadcrumb-item, .hero-block.img-bg-nograd-white .breadcrumb-item, .hero-block.img-bg-grad-dark .breadcrumb-item::before, .hero-block.img-bg-grad-darker .breadcrumb-item::before, .hero-block.img-bg-nograd-white .breadcrumb-item::before {
	color: #ffffff;
}
.hero-block.img-bg-nograd-black :is(h1, .h1, h2, .h2, h3, .h3, .card-spotlight .card-body .card-title a, h4, .h4, h5, .h5, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, .card-large .card-body .card-title a, p, a, .legacy-resource-cards ul li a) {
	color: #000000;
}
.hero-block.img-bg-nograd-black .breadcrumb-item, .hero-block.img-bg-nograd-black .breadcrumb-item::before {
	color: #000000;
}
.hero-block.img-bg-grad-light :is(h1, .h1, h2, .h2, h3, .h3, .card-spotlight .card-body .card-title a, h4, .h4, h5, .h5, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, .card-large .card-body .card-title a, p, a, .legacy-resource-cards ul li a), .hero-block.img-bg-grad-lighter :is(h1, .h1, h2, .h2, h3, .h3, .card-spotlight .card-body .card-title a, h4, .h4, h5, .h5, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, .card-large .card-body .card-title a, p, a, .legacy-resource-cards ul li a) {
	color: #06213d;
}
.hero-block.img-bg-grad-light .breadcrumb-item, .hero-block.img-bg-grad-lighter .breadcrumb-item, .hero-block.img-bg-grad-light .breadcrumb-item::before, .hero-block.img-bg-grad-lighter .breadcrumb-item::before {
	color: #06213d;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.hero-block.img-bg-nograd:before, .hero-block.img-bg-nograd-black:before, .hero-block.img-bg-nograd-white:before {
		background-image: none;
		background-color: unset;
	}
}
.hero-block.img-bg-grad-darker::before {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.25) 75%);
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.hero-block.img-bg-grad-darker::before {
		background-image: none;
		background-color: rgba(0, 0, 0, 0.6);
	}
}
.hero-block.img-bg-grad-dark::before {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0) 65%);
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.hero-block.img-bg-grad-dark::before {
		background-image: none;
		background-color: rgba(0, 0, 0, 0.4);
	}
}
.hero-block.img-bg-grad-lighter::before {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.2) 60%);
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.hero-block.img-bg-grad-lighter::before {
		background-image: none;
		background-color: rgba(255, 255, 255, 0.7);
	}
}
.hero-block.img-bg-grad-light::before {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 70%);
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.hero-block.img-bg-grad-light::before {
		background-image: none;
		background-color: rgba(255, 255, 255, 0.5);
	}
}
.hero-block.svg-bg {
	background-repeat: no-repeat;
}
@media screen and (min-width: 1400px) {
	.hero-block.svg-bg {
		background-repeat: no-repeat;
		background-position: calc(50% + 350px) calc(100% + 40px);
		background-size: 540px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
	.hero-block.svg-bg {
		background-position: calc(50% + 300px) calc(100% + 50px);
		background-size: 520px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
	.hero-block.svg-bg {
		background-position: calc(50% + 230px) calc(100% + 45px);
		background-size: 500px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.hero-block.svg-bg {
		background-position: calc(50% + 200px) calc(100% + 10px);
		background-size: 350px;
	}
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
	.hero-block.svg-bg {
		background-position: calc(50% + 190px) calc(100% - 0px);
		background-size: 240px;
	}
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.hero-block.svg-bg {
		background-image: none !important;
	}
}
.hero-block.svg-bg.content-overlay {
	background-repeat: no-repeat;
}
@media screen and (min-width: 1400px) {
	.hero-block.svg-bg.content-overlay {
		background-repeat: no-repeat;
		background-position: calc(50% + 350px) calc(100% + 40px);
		background-size: 600px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
	.hero-block.svg-bg.content-overlay {
		background-position: calc(50% + 300px) calc(100% + 50px);
		background-size: 550px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
	.hero-block.svg-bg.content-overlay {
		background-position: calc(50% + 230px) calc(100% + 45px);
		background-size: 500px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.hero-block.svg-bg.content-overlay {
		background-position: calc(50% + 200px) calc(100% + 10px);
		background-size: 350px;
	}
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
	.hero-block.svg-bg.content-overlay {
		background-position: calc(50% + 190px) calc(100% - 0px);
		background-size: 240px;
	}
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.hero-block.svg-bg.content-overlay {
		background-image: none !important;
	}
}
.hero-block .hero-content-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	background-repeat: no-repeat;
	background-position: 750px 100px;
}
.hero-block .hero-content-wrap .hero-content {
	width: 100%;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.hero-block .hero-content-wrap {
		min-height: unset;
	}
	.hero-block .hero-content-wrap .hero-content {
		padding: 80px 0;
	}
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
	.hero-block .hero-content-wrap {
		min-height: 280px;
	}
	.hero-block .hero-content-wrap .hero-content {
		padding-top: 60px;
		padding-bottom: 80px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.hero-block .hero-content-wrap {
		min-height: 400px;
	}
	.hero-block .hero-content-wrap .hero-content {
		padding-top: 60px;
		padding-bottom: 100px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
	.hero-block .hero-content-wrap {
		min-height: 420px;
	}
	.hero-block .hero-content-wrap .hero-content {
		padding-top: 60px;
		padding-bottom: 120px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
	.hero-block .hero-content-wrap {
		min-height: 420px;
	}
	.hero-block .hero-content-wrap .hero-content {
		padding-top: 60px;
		padding-bottom: 120px;
	}
}
@media screen and (min-width: 1400px) {
	.hero-block .hero-content-wrap {
		min-height: 480px;
	}
	.hero-block .hero-content-wrap .hero-content {
		padding-top: 60px;
		padding-bottom: 120px;
	}
}
.hero-block-text-only .hero-content {
	padding: 30px 0 50px;
}
.hero-block.content-overlay {
	min-height: 450px;
	margin-bottom: -70px;
	padding-bottom: 70px;
}
.hero-carousel-block {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 50px;
}
.hero-carousel-block .carousel-indicators-wrap {
	position: absolute;
	bottom: 100px;
	z-index: 999;
}
.hero-carousel-block .carousel-indicators {
	z-index: 1;
	padding-right: calc(var(--bs-gutter-x) * 1);
	padding-left: calc(var(--bs-gutter-x) * 1);
	position: static;
	width: fit-content;
	margin: 0;
	padding: 0;
}
.hero-carousel-block .carousel-item {
	min-height: 500px;
}
.hero-carousel-block .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	z-index: -2;
}
.hero-carousel-block .carousel-item .img-overlay {
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	opacity: 0.4;
}
.hero-carousel-block .carousel-item .carousel-caption {
	z-index: 0;
	position: static;
	height: 100%;
	display: flex;
	align-items: center;
	padding-bottom: 125px;
	padding-top: 140px;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
	.hero-carousel-block .carousel-item .carousel-caption {
		padding-top: 140px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
	.hero-carousel-block .carousel-item .carousel-caption {
		padding-top: 135px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.hero-carousel-block .carousel-item .carousel-caption {
		padding-top: 95px;
	}
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
	.hero-carousel-block .carousel-item .carousel-caption {
		padding-top: 75px;
	}
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.hero-carousel-block .carousel-item .carousel-caption {
		padding-top: 75px;
	}
}
.hero-carousel-block .carousel-item .carousel-caption .carousel-caption-img {
	width: 90%;
	max-width: 500px;
	position: static;
}
@media screen and (max-width: 991.98px) {
	.hero-carousel-block .carousel-item {
		height: 650px;
	}
}
.hero-carousel-block .carousel-item.carousel-item-grad-dark a.cta-blue, .hero-carousel-block .carousel-item.carousel-item-grad-darker a.cta-blue, .hero-carousel-block .carousel-item.carousel-item-nograd-white a.cta-blue {
	color: #06213d !important;
}
.hero-carousel-block .carousel-item.carousel-item-grad-dark :is(h1, .h1, h2, .h2, h3, .h3, .card-spotlight .card-body .card-title a, h4, .h4, h5, .h5, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, .card-large .card-body .card-title a, p, a, .legacy-resource-cards ul li a, .breadcrumb-item, .breadcrumb-item::before), .hero-carousel-block .carousel-item.carousel-item-grad-darker :is(h1, .h1, h2, .h2, h3, .h3, .card-spotlight .card-body .card-title a, h4, .h4, h5, .h5, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, .card-large .card-body .card-title a, p, a, .legacy-resource-cards ul li a, .breadcrumb-item, .breadcrumb-item::before), .hero-carousel-block .carousel-item.carousel-item-nograd-white :is(h1, .h1, h2, .h2, h3, .h3, .card-spotlight .card-body .card-title a, h4, .h4, h5, .h5, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, .card-large .card-body .card-title a, p, a, .legacy-resource-cards ul li a, .breadcrumb-item, .breadcrumb-item::before) {
	color: #ffffff;
}
.hero-carousel-block .carousel-item.carousel-item-nograd-black :is(h1, .h1, h2, .h2, h3, .h3, .card-spotlight .card-body .card-title a, h4, .h4, h5, .h5, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, .card-large .card-body .card-title a, p, a, .legacy-resource-cards ul li a, .breadcrumb-item, .breadcrumb-item::before) {
	color: #000000 !important;
}
.hero-carousel-block .carousel-item.carousel-item-nograd-black a.cta-blue {
	color: #06213d;
}
.hero-carousel-block .carousel-item.carousel-item-grad-light :is(h1, .h1, h2, .h2, h3, .h3, .card-spotlight .card-body .card-title a, h4, .h4, h5, .h5, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, .card-large .card-body .card-title a, p, a, .legacy-resource-cards ul li a, .breadcrumb-item, .breadcrumb-item::before), .hero-carousel-block .carousel-item.carousel-item-grad-lighter :is(h1, .h1, h2, .h2, h3, .h3, .card-spotlight .card-body .card-title a, h4, .h4, h5, .h5, .card-medium .card-body .card-title a, .card-medium-cta .card-body .card-title a, .card-large .card-body .card-title a, p, a, .legacy-resource-cards ul li a, .breadcrumb-item, .breadcrumb-item::before) {
	color: #06213d !important;
}
.hero-carousel-block .carousel-item.carousel-item-grad-light .cta-blue, .hero-carousel-block .carousel-item.carousel-item-grad-lighter .cta-blue {
	color: #06213d;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.hero-carousel-block .carousel-item.carousel-item-nograd-black .img-overlay, .hero-carousel-block .carousel-item.carousel-item-nograd-white .img-overlay {
		background: none;
	}
}
.hero-carousel-block .carousel-item-grad-darker .img-overlay {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.25) 75%);
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.hero-carousel-block .carousel-item-grad-darker .img-overlay {
		background: rgba(0, 0, 0, 0.6);
	}
}
.hero-carousel-block .carousel-item-grad-dark .img-overlay {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0) 65%);
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.hero-carousel-block .carousel-item-grad-dark .img-overlay {
		background: rgba(0, 0, 0, 0.4);
	}
}
.hero-carousel-block .carousel-item-grad-lighter .img-overlay {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.2) 60%);
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.hero-carousel-block .carousel-item-grad-lighter .img-overlay {
		background: rgba(255, 255, 255, 0.7);
	}
}
.hero-carousel-block .carousel-item-grad-light .img-overlay {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 70%);
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.hero-carousel-block .carousel-item-grad-light .img-overlay {
		background: rgba(255, 255, 255, 0.5);
	}
}
.hero-carousel-block.nav-comp .carousel-item .carousel-caption {
	padding-top: 0;
}
.hero-carousel-block.content-overlay {
	min-height: 450px;
	margin-bottom: -70px;
	padding-bottom: 0;
}
.icon-grid .container-sm {
	max-width: 1000px;
}
.icon-grid .icon-img {
	display: flex;
	justify-content: center;
}
.icon-grid .icon-img img, .icon-grid .icon-img svg {
	width: 75%;
}
.icon-grid .icon-caption {
	margin-top: 20px;
	text-align: center;
	font-weight: 600;
}
.img-banner-w-cta {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.img-banner-w-cta .img-wrap {
	display: none;
}
@media screen and (max-width: 1399.98px) {
	.img-banner-w-cta {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 767.98px) {
	.img-banner-w-cta {
		background-image: none !important;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.img-banner-w-cta .img-wrap {
		display: block;
		aspect-ratio: 16/9;
		overflow: hidden;
	}
	.img-banner-w-cta .img-wrap img {
		object-fit: contain;
		width: 100%;
	}
}
@media screen and (min-width: 1400px) {
	.img-banner-w-cta {
		padding-top: 150px;
		padding-bottom: 150px;
	}
}
.img-banner-w-cta .text-box-content p, .img-banner-w-cta .text-box-content-azure p, .img-banner-w-cta .text-box-azure p, .img-banner-w-cta .text-box-dkblue p, .img-banner-w-cta .text-box-w-brand-azure p, .img-banner-w-cta .text-box-w-brand-dkblue p {
	margin-bottom: 30px;
}
.jump-links-block {
	padding-top: 30px;
	padding-bottom: 15px;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.jump-links-block {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.jump-links-block p {
	box-sizing: border-box;
	display: inline-block;
	line-height: 24px;
	letter-spacing: -0.6px;
	color: #06213d;
	padding-right: 39px;
	font-family: NeoSansPro, Arial;
	margin-bottom: 0;
	padding-bottom: 16px;
}
.jump-links-block ul {
	box-sizing: border-box;
	margin-bottom: 0;
	display: inline-block;
	padding-left: 0;
	gap: 10px 0;
	display: flex;
	flex-wrap: wrap;
}
.jump-links-block ul li {
	box-sizing: border-box;
	display: inline-block;
	letter-spacing: -0.6px;
	margin-right: 10px;
	margin-bottom: 0;
	font-family: NeoSansPro, Arial;
}
.latest-price-report-block {
	margin-top: 30px;
	margin-bottom: 30px;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.latest-price-report-block {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
.latest-price-report-block .latest-price-wrap {
	background-color: #06213d;
	padding: 30px 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.latest-price-report-block .latest-price-wrap {
		margin-bottom: 0;
	}
}
.latest-price-report-block .latest-price-wrap .price-title {
	color: #ffc700;
	text-transform: uppercase;
}
.latest-price-report-block .latest-price-wrap .price-stock {
	margin-top: 40px;
	margin-bottom: 15px;
	font-size: 56px;
	line-height: unset;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.latest-price-report-block .latest-price-wrap .price-stock {
		font-size: 50px;
		margin-top: 30px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
	.latest-price-report-block .latest-price-wrap .price-stock {
		font-size: 50px;
	}
}
.latest-price-report-block .latest-price-wrap .price-stock-cost {
	color: #ffffff;
	font-weight: 600;
	line-height: 35px;
}
.latest-price-report-block .latest-price-wrap .price-stock-curr {
	color: #f8f8f8;
	font-size: 25px;
	color: #ffffff;
	opacity: 0.5;
}
.latest-price-report-block .latest-price-wrap .price-dynamic {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	padding-bottom: 20px;
}
.latest-price-report-block .latest-price-wrap .price-dynamic .price-dynamic-arrow {
	width: fit-content;
}
.latest-price-report-block .latest-price-wrap .price-dynamic .price-dynamic-arrow svg {
	margin-right: 5px;
	height: 20px;
	width: 20px;
}
.latest-price-report-block .latest-price-wrap .price-dynamic-neg {
	color: #e61c46;
}
.latest-price-report-block .latest-price-wrap .price-dynamic-neg .price-dynamic-arrow svg {
	stroke: #e61c46;
	rotate: 0deg;
}
.latest-price-report-block .latest-price-wrap .price-dynamic-pos {
	color: rgb(0, 173, 0);
}
.latest-price-report-block .latest-price-wrap .price-dynamic-pos .price-dynamic-arrow svg {
	stroke: rgb(0, 173, 0);
	rotate: 180deg;
}
.latest-price-report-block .latest-price-wrap .price-dynamic-percent {
	font-weight: 600;
}
.latest-price-report-block .latest-reports {
	background-color: #06213d;
	padding: 30px 25px 14px 25px;
}
.latest-price-report-block .latest-reports-head {
	color: #ffc700;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-direction: row;
	align-content: center;
}
.latest-price-report-block .latest-reports-head-title {
	margin: 0;
}
.latest-price-report-block .latest-reports-head-link {
	color: #ffc700;
}
.latest-price-report-block .latest-reports-head-link:hover {
	color: #ffffff;
}
.latest-price-report-block .latest-reports-item .download {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	align-content: center;
	flex-wrap: nowrap;
	padding: 16px 0;
	border-top: 1px #405663 solid;
}
.latest-price-report-block .latest-reports-item .download svg {
	height: 30px;
	width: 30px;
	transition: all 0.2s ease-in-out;
}
.latest-price-report-block .latest-reports-item .download:hover svg {
	transform: scale(1.06);
	transition: all 0.2s ease-in-out;
}
.latest-price-report-block .latest-reports-item a {
	color: #ffffff;
	text-decoration: none;
}
.latest-price-report-block .latest-reports-item a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
.latest-price-report-block .latest-reports-item p {
	margin-bottom: 0;
}
.search-panel-block {
	height: fit-content;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 15px;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.search-panel-block {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.search-panel-block .search-panel-img-left, .search-panel-block .search-panel-img-right {
	display: flex;
	align-items: center;
}
.search-panel-block .search-panel-img-left img, .search-panel-block .search-panel-img-right img {
	flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
	.search-panel-block .search-panel-img-left, .search-panel-block .search-panel-img-right {
		display: none;
	}
}
.search-panel-block .search-panel-img-left {
	justify-content: flex-end;
}
.search-panel-block .search-panel-img-left img {
	width: 230%;
}
@media screen and (max-width: 991.98px) {
	.search-panel-block .search-panel-img-left img {
		width: 550%;
	}
}
.search-panel-block .search-panel-img-right {
	justify-content: flex-start;
}
.search-panel-block .search-panel-img-right img {
	width: 120%;
}
@media screen and (max-width: 991.98px) {
	.search-panel-block .search-panel-img-right img {
		width: 300%;
	}
}
.search-panel-block .search-panel-content {
	padding-top: 60px;
	padding-bottom: 60px;
}
.search-panel-block .search-panel-content .header, .search-panel-block .search-panel-content label {
	text-align: center;
	width: 100%;
}
.search-panel-block .search-panel-content .header {
	margin-bottom: 10px;
}
.search-panel-block .search-panel-content label {
	margin-bottom: 30px;
}
.search-panel-block .search-panel-content .search-box {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	background-color: #ffc700;
	width: 100%;
	border: 0px solid #ffc700;
	border-radius: 50px;
	padding: 10px 20px;
}
.search-panel-block .search-panel-content .search-box input {
	color: #000000;
	background-color: unset;
	border: 0;
	width: 100%;
}
.search-panel-block .search-panel-content .search-box input:focus-visible {
	outline: none;
}
.search-panel-block .search-panel-content .search-box svg, .search-panel-block .search-panel-content .search-box img {
	height: 37px;
	width: 37px;
	padding: 2px;
}
.search-panel-block .search-panel-content .search-box svg:hover, .search-panel-block .search-panel-content .search-box img:hover {
	height: 37px;
	width: 37px;
	padding: 0;
}
.search-panel-block .search-panel-btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
}
.search-panel-block .search-panel-btns .cta, .search-panel-block .search-panel-btns .cta-yellow, .search-panel-block .search-panel-btns .btn-yellow, .search-panel-block .search-panel-btns .cta-yellow-white, .search-panel-block .search-panel-btns .btn-yellow-white, .search-panel-block .search-panel-btns .cta-blue, .search-panel-block .search-panel-btns .btn-blue, .search-panel-block .search-panel-btns .cta-dark-blue, .search-panel-block .search-panel-btns .btn-dark-blue, .search-panel-block .search-panel-btns .cta-white, .search-panel-block .search-panel-btns .btn-white, .search-panel-block .search-panel-btns .cta-solid-white, .search-panel-block .search-panel-btns .btn-solid-white, .search-panel-block .search-panel-btns .cta-tran, .search-panel-block .search-panel-btns .btn-tran, .search-panel-block .search-panel-btns .card .card-body a.cta-yellow, .card .card-body .search-panel-block .search-panel-btns a.cta-yellow, .search-panel-block .search-panel-btns .card-small .card-body a.cta-yellow, .card-small .card-body .search-panel-block .search-panel-btns a.cta-yellow, .search-panel-block .search-panel-btns .card-medium .card-body a.cta-yellow, .card-medium .card-body .search-panel-block .search-panel-btns a.cta-yellow, .search-panel-block .search-panel-btns .card-medium-cta .card-body a.cta-yellow, .card-medium-cta .card-body .search-panel-block .search-panel-btns a.cta-yellow, .search-panel-block .search-panel-btns .card-large .card-body a.cta-yellow, .card-large .card-body .search-panel-block .search-panel-btns a.cta-yellow, .search-panel-block .search-panel-btns .card-video .card-body a.cta-yellow, .card-video .card-body .search-panel-block .search-panel-btns a.cta-yellow, .search-panel-block .search-panel-btns .card-spotlight .card-body a.cta-yellow, .card-spotlight .card-body .search-panel-block .search-panel-btns a.cta-yellow {
	margin: 7px;
}
.search-panel-block .search-panel-btns .cta:hover, .search-panel-block .search-panel-btns .cta-yellow:hover, .search-panel-block .search-panel-btns .btn-yellow:hover, .search-panel-block .search-panel-btns .cta-yellow-white:hover, .search-panel-block .search-panel-btns .btn-yellow-white:hover, .search-panel-block .search-panel-btns .cta-blue:hover, .search-panel-block .search-panel-btns .btn-blue:hover, .search-panel-block .search-panel-btns .cta-dark-blue:hover, .search-panel-block .search-panel-btns .btn-dark-blue:hover, .search-panel-block .search-panel-btns .cta-white:hover, .search-panel-block .search-panel-btns .btn-white:hover, .search-panel-block .search-panel-btns .cta-solid-white:hover, .search-panel-block .search-panel-btns .btn-solid-white:hover, .search-panel-block .search-panel-btns .cta-tran:hover, .search-panel-block .search-panel-btns .btn-tran:hover {
	margin: 5px;
}
.services-banner-block {
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #F4F5F5;
}
.services-banner-block .service-atic-wrap .service-atic-wrap-cap-w {
	max-width: 920px;
}
.services-banner-block .service-atic-wrap .service-atic {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
}
.services-banner-block .service-atic-wrap .service-atic svg, .services-banner-block .service-atic-wrap .service-atic img {
	width: 100%;
	aspect-ratio: 1/1;
	height: fit-content;
	margin: 30px 0 10px;
	max-width: 130px;
}
.services-banner-block .service-atic-wrap .service-atic a {
	font-weight: 600;
	color: #06213d;
	text-decoration: none;
}
.services-banner-block .service-atic-wrap .service-atic a:hover {
	color: #006073;
	text-decoration: underline;
}
.services-banner-block .service-atic-wrap .service-icons-left, .services-banner-block .service-atic-wrap .service-icons-right {
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 110%;
	opacity: 0.4;
}
@media screen and (min-width: 1200px) {
	.services-banner-block .service-atic-wrap .service-icons-left, .services-banner-block .service-atic-wrap .service-icons-right {
		background-size: 120%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
	.services-banner-block .service-atic-wrap .service-icons-left, .services-banner-block .service-atic-wrap .service-icons-right {
		background-size: 200%;
	}
}
@media screen and (max-width: 991.98px) {
	.services-banner-block .service-atic-wrap .service-icons-left, .services-banner-block .service-atic-wrap .service-icons-right {
		background-size: 200%;
	}
}
.services-banner-block .service-atic-wrap .service-icons-left {
	justify-content: flex-end;
	background-position: center right;
}
.services-banner-block .service-atic-wrap .service-icons-right {
	justify-content: flex-start;
	background-position: center left;
}
.small-cta-two-column {
	margin-top: 30px;
	margin-bottom: 30px;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.small-cta-two-column {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
.small-cta-two-column .left-col .box, .small-cta-two-column .right-col .box {
	padding: 22px;
	margin: calc(var(--bs-gutter-x) * 0.5) 0;
}
.small-cta-two-column .left-col p {
	font-size: 20px;
	font-weight: 500;
}
.small-cta-two-column .right-col p {
	font-size: 18px;
	font-weight: 500;
	color: #06213d;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.small-cta-two-column .right-col .box {
		text-align: center;
	}
}
@media screen and (max-width: 1199.98px) {
	.small-cta-two-column .right-col {
		margin-top: 30px;
	}
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.small-cta-two-column .right-col .cta-wrap {
		width: 100%;
		display: flex;
		justify-content: center;
	}
}
.small-cta-two-column p {
	margin: 0;
}
.small-cta-two-column .cta-wrap {
	width: fit-content;
}
.small-cta-two-column .lvl1-col-wrap {
	padding: 0 20px;
}
.small-cta-two-column-tel {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	display: block;
	margin-top: 10px;
	text-decoration: none;
}
.small-cta-two-column-tel:hover {
	color: #06213d;
	text-decoration: underline;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.small-cta-two-column-tel {
		font-size: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.small-cta-two-column-tel {
		font-size: 24px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.small-cta-two-column-tel {
		font-size: 27px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
	.small-cta-two-column-tel {
		font-size: 22px;
		margin-top: 5px;
	}
}
.solutions-block {
	margin-top: 30px;
	margin-bottom: 30px;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.solutions-block {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
.solutions-block .solution-wrap {
	padding: 40px;
}
.solutions-block .solution-wrap ul {
	padding-left: 1rem;
}
.solutions-block .solution-wrap-gray {
	background-color: #f8f8f8;
	color: #06213d;
}
.solutions-block .solution-wrap-blue {
	background-color: #06213d;
	color: #ffffff;
}
.solutions-block .solution-wrap-blue h1, .solutions-block .solution-wrap-blue .h1, .solutions-block .solution-wrap-blue h2, .solutions-block .solution-wrap-blue .h2, .solutions-block .solution-wrap-blue h3, .solutions-block .solution-wrap-blue .h3, .solutions-block .solution-wrap-blue .card-spotlight .card-body .card-title a, .card-spotlight .card-body .card-title .solutions-block .solution-wrap-blue a, .solutions-block .solution-wrap-blue h4, .solutions-block .solution-wrap-blue .h4, .solutions-block .solution-wrap-blue h5, .solutions-block .solution-wrap-blue .h5, .solutions-block .solution-wrap-blue .card-medium .card-body .card-title a, .card-medium .card-body .card-title .solutions-block .solution-wrap-blue a, .solutions-block .solution-wrap-blue .card-medium-cta .card-body .card-title a, .card-medium-cta .card-body .card-title .solutions-block .solution-wrap-blue a, .solutions-block .solution-wrap-blue .card-large .card-body .card-title a, .card-large .card-body .card-title .solutions-block .solution-wrap-blue a, .solutions-block .solution-wrap-blue p {
	color: #ffffff;
}
.solutions-block .solution-wrap-yellow {
	background-color: #ffc700;
	color: #000000;
}
.solutions-block .col-12 {
	margin-bottom: 30px;
}
.spotlight-block {
	background-color: #F4F5F5;
}
.spotlight-block-inner {
	padding-top: 100px;
	padding-bottom: 100px;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
	.spotlight-block-inner {
		padding-top: 85px;
		padding-bottom: 85px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
	.spotlight-block-inner {
		padding-top: 75px;
		padding-bottom: 75px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.spotlight-block-inner {
		padding-top: 65px;
		padding-bottom: 65px;
	}
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
	.spotlight-block-inner {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.spotlight-block-inner {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
.spotlight-block-inner.border-under {
	border-bottom: 1px solid rgba(6, 33, 61, 0.15);
}
.spotlight-block header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	padding-bottom: 30px;
}
.spotlight-block header h1, .spotlight-block header .h1, .spotlight-block header h2, .spotlight-block header .h2, .spotlight-block header h3, .spotlight-block header .h3, .spotlight-block header .card-spotlight .card-body .card-title a, .card-spotlight .card-body .card-title .spotlight-block header a, .spotlight-block header h4, .spotlight-block header .h4, .spotlight-block header h5, .spotlight-block header .h5, .spotlight-block header .card-medium .card-body .card-title a, .card-medium .card-body .card-title .spotlight-block header a, .spotlight-block header .card-medium-cta .card-body .card-title a, .card-medium-cta .card-body .card-title .spotlight-block header a, .spotlight-block header .card-large .card-body .card-title a, .card-large .card-body .card-title .spotlight-block header a, .spotlight-block header p {
	margin: 0;
	line-height: 25px;
}
.spotlight-block header svg, .spotlight-block header img {
	width: 50px;
	height: 50px;
	margin-right: 20px;
}
.spotlight-block-downloads a, .spotlight-block-downloads .legacy-resource-cards ul li a, .legacy-resource-cards ul li .spotlight-block-downloads a {
	text-decoration: none;
}
.spotlight-block-downloads a:hover {
	text-decoration: underline;
}
.spotlight-block-downloads .card .img-wrap img, .spotlight-block-downloads .card-small .img-wrap img, .spotlight-block-downloads .card-medium .img-wrap img, .spotlight-block-downloads .card-medium-cta .img-wrap img, .spotlight-block-downloads .card-large .img-wrap img, .spotlight-block-downloads .card-video .img-wrap img, .spotlight-block-downloads .card-spotlight .img-wrap img {
	aspect-ratio: 1/1;
	object-fit: cover;
	width: 100%;
}
.spotlight-block-downloads .card .card-body, .spotlight-block-downloads .card-small .card-body, .spotlight-block-downloads .card-medium .card-body, .spotlight-block-downloads .card-medium-cta .card-body, .spotlight-block-downloads .card-large .card-body, .spotlight-block-downloads .card-video .card-body, .spotlight-block-downloads .card-spotlight .card-body {
	padding: 0 20px;
}
.spotlight-block-downloads .card .card-body .card-head, .spotlight-block-downloads .card-small .card-body .card-head, .spotlight-block-downloads .card-medium .card-body .card-head, .spotlight-block-downloads .card-medium-cta .card-body .card-head, .spotlight-block-downloads .card-large .card-body .card-head, .spotlight-block-downloads .card-video .card-body .card-head, .spotlight-block-downloads .card-spotlight .card-body .card-head {
	font-weight: 600;
	margin: 0;
}
.spotlight-block-downloads .card .card-body .card-small-text, .spotlight-block-downloads .card-small .card-body .card-small-text, .spotlight-block-downloads .card-medium .card-body .card-small-text, .spotlight-block-downloads .card-medium-cta .card-body .card-small-text, .spotlight-block-downloads .card-large .card-body .card-small-text, .spotlight-block-downloads .card-video .card-body .card-small-text, .spotlight-block-downloads .card-spotlight .card-body .card-small-text {
	color: #707070;
	margin: 0;
}
.spotlight-block-downloads #expand-downloads {
	margin-top: 0px;
}
.spotlight-block-downloads .cta-wrap {
	margin-top: 50px;
}
.spotlight-block-downloads .cta-wrap .cta, .spotlight-block-downloads .cta-wrap .cta-yellow, .spotlight-block-downloads .cta-wrap .btn-yellow, .spotlight-block-downloads .cta-wrap .cta-yellow-white, .spotlight-block-downloads .cta-wrap .btn-yellow-white, .spotlight-block-downloads .cta-wrap .cta-blue, .spotlight-block-downloads .cta-wrap .btn-blue, .spotlight-block-downloads .cta-wrap .cta-dark-blue, .spotlight-block-downloads .cta-wrap .btn-dark-blue, .spotlight-block-downloads .cta-wrap .cta-white, .spotlight-block-downloads .cta-wrap .btn-white, .spotlight-block-downloads .cta-wrap .cta-solid-white, .spotlight-block-downloads .cta-wrap .btn-solid-white, .spotlight-block-downloads .cta-wrap .cta-tran, .spotlight-block-downloads .cta-wrap .btn-tran, .spotlight-block-downloads .cta-wrap .card .card-body a.cta-yellow, .card .card-body .spotlight-block-downloads .cta-wrap a.cta-yellow, .spotlight-block-downloads .cta-wrap .card-small .card-body a.cta-yellow, .card-small .card-body .spotlight-block-downloads .cta-wrap a.cta-yellow, .spotlight-block-downloads .cta-wrap .card-medium .card-body a.cta-yellow, .card-medium .card-body .spotlight-block-downloads .cta-wrap a.cta-yellow, .spotlight-block-downloads .cta-wrap .card-medium-cta .card-body a.cta-yellow, .card-medium-cta .card-body .spotlight-block-downloads .cta-wrap a.cta-yellow, .spotlight-block-downloads .cta-wrap .card-large .card-body a.cta-yellow, .card-large .card-body .spotlight-block-downloads .cta-wrap a.cta-yellow, .spotlight-block-downloads .cta-wrap .card-video .card-body a.cta-yellow, .card-video .card-body .spotlight-block-downloads .cta-wrap a.cta-yellow, .spotlight-block-downloads .cta-wrap .card-spotlight .card-body a.cta-yellow, .card-spotlight .card-body .spotlight-block-downloads .cta-wrap a.cta-yellow {
	border: 1px solid #21b6d7;
}
.spotlight-block-misc ul {
	padding-left: 0;
	margin: 0;
}
.spotlight-block-misc ul li {
	list-style-type: none;
	margin-bottom: 10px;
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.spotlight-block-misc ul li {
		margin-bottom: 10px;
	}
}
.spotlight-block-misc ul li a {
	color: #21b6d7;
}
.spotlight-block-misc ul li a:hover {
	color: #006073;
}
.spotlight-block-news.card-carousel-container {
	padding-top: 0;
	padding-bottom: 0;
}
.spotlight-w-bg-img {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 360px;
}
.spotlight-w-bg-img .card-img {
	z-index: 1;
	border-radius: 0;
}
.spotlight-w-bg-img .img-gradient {
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	opacity: 0.7;
	background-image: linear-gradient(to right, #000000, rgba(255, 0, 0, 0));
}
.spotlight-w-bg-img .card-content-wrap {
	z-index: 3;
	padding: 40px 45px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.spotlight-w-bg-img .spotlight-item-title, .spotlight-w-bg-img .spotlight-item-headline {
	width: 50%;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
	.spotlight-w-bg-img .spotlight-item-title, .spotlight-w-bg-img .spotlight-item-headline {
		width: 65%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
	.spotlight-w-bg-img .spotlight-item-title, .spotlight-w-bg-img .spotlight-item-headline {
		width: 85%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.spotlight-w-bg-img .spotlight-item-title, .spotlight-w-bg-img .spotlight-item-headline {
		width: 65%;
	}
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.spotlight-w-bg-img .spotlight-item-title, .spotlight-w-bg-img .spotlight-item-headline {
		width: 100%;
	}
}
.spotlight-w-bg-img .spotlight-item-title {
	color: #ffc700;
	font-weight: 700;
	line-height: 24px;
}
.spotlight-w-bg-img .spotlight-item-title a {
	color: #ffc700;
}
.spotlight-w-bg-img .spotlight-item-title a:hover {
	color: #ffeb99;
	text-decoration: underline;
}
.spotlight-w-bg-img .spotlight-item-headline {
	color: #ffffff;
	line-height: 30px;
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
	.spotlight-w-bg-img .spotlight-item-headline {
		line-height: 30px;
		-webkit-text-stroke: 0.02em;
	}
}
.video-banner-block {
	overflow: hidden;
	padding: 0;
	height: 75vh;
	min-height: 450px;
	max-height: 850px;
	background-color: rgba(0, 0, 0, 0.4);
}
.video-banner-block h1, .video-banner-block .h1, .video-banner-block h2, .video-banner-block .h2, .video-banner-block h3, .video-banner-block .h3, .video-banner-block .card-spotlight .card-body .card-title a, .card-spotlight .card-body .card-title .video-banner-block a, .video-banner-block h4, .video-banner-block .h4, .video-banner-block h5, .video-banner-block .h5, .video-banner-block .card-medium .card-body .card-title a, .card-medium .card-body .card-title .video-banner-block a, .video-banner-block .card-medium-cta .card-body .card-title a, .card-medium-cta .card-body .card-title .video-banner-block a, .video-banner-block .card-large .card-body .card-title a, .card-large .card-body .card-title .video-banner-block a, .video-banner-block p {
	color: #ffffff;
}
.video-banner-block h1, .video-banner-block .h1, .video-banner-block h2, .video-banner-block .h2, .video-banner-block h3, .video-banner-block .h3, .video-banner-block .card-spotlight .card-body .card-title a, .card-spotlight .card-body .card-title .video-banner-block a, .video-banner-block h4, .video-banner-block .h4, .video-banner-block h5, .video-banner-block .h5, .video-banner-block .card-medium .card-body .card-title a, .card-medium .card-body .card-title .video-banner-block a, .video-banner-block .card-medium-cta .card-body .card-title a, .card-medium-cta .card-body .card-title .video-banner-block a, .video-banner-block .card-large .card-body .card-title a, .card-large .card-body .card-title .video-banner-block a {
	font-weight: 600;
}
.video-banner-block p {
	margin: 10px auto 0px auto;
}
.video-banner-block .nav-comp {
	padding-top: 140px !important;
	padding-bottom: 80px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.video-banner-block .nav-comp {
		padding-top: 140px !important;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.video-banner-block .nav-comp {
		padding-top: 135px !important;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.video-banner-block .nav-comp {
		padding-top: 95px !important;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.video-banner-block .nav-comp {
		padding-top: 75px !important;
	}
}
@media (max-width: 575.98px) {
	.video-banner-block .nav-comp {
		padding-top: 75px !important;
	}
}
.video-banner-block .video-wrap {
	position: absolute;
	width: 100%;
	z-index: -1;
}
.video-banner-block .video-wrap video {
	object-fit: cover;
	width: 100%;
	height: 75vh;
	min-height: 450px;
	max-height: 850px;
}
.video-modal .modal-dialog {
	width: 70%;
	max-width: 1200px;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.video-modal .modal-dialog {
		width: 85%;
	}
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
	.video-modal .modal-dialog {
		width: 95%;
	}
}
@media screen and (min-width: 0) and (max-width: 575.98px) {
	.video-modal .modal-dialog {
		width: auto;
		max-width: unset;
	}
}
.video-modal .modal-dialog .modal-content {
	background-color: unset;
}
.video-modal .modal-dialog .modal-content .modal-header {
	margin-right: 9px;
	display: flex;
	justify-content: flex-end;
}
.video-modal .modal-dialog .modal-content .modal-header .btn-close-modal {
	width: 60px;
	height: 60px;
	background-color: transparent;
	border: 0;
}
.video-modal .modal-dialog .modal-content .modal-header .btn-close-modal svg {
	stroke: #e61c46;
	fill: rgba(0, 0, 0, 0.2);
	stroke-width: 2.5px;
	stroke-linecap: round;
	width: inherit;
	height: inherit;
}
.video-modal .modal-dialog .modal-content .modal-header .btn-close-modal svg:hover {
	stroke: #ffffff;
}
.video-modal .modal-dialog .modal-content .modal-body #modal-video {
	width: 100%;
}
.two-col-rte-content {
	background-color: #f5f5f5;
	padding: 40px;
	color: #474e54;
}
.two-col-rte-content-wrap {
	margin-bottom: 20px;
}
.two-col-rte-content-wrap:last-child {
	margin-bottom: 0;
}
.two-col-rte-content p:last-child {
	margin-bottom: 0;
}
.two-col-rte-content-title {
	line-height: 1;
	margin-bottom: 10px;
}
.two-col-rte-content-desc {
	letter-spacing: -0.4px;
	line-height: 1.3;
}
@media screen and (min-width: 768px) {
	.two-col-rte-content-desc {
		letter-spacing: -0.54px;
		font-family: NeoSansPro, Arial;
	}
}
@media screen and (min-width: 1400px) {
	.two-col-rte-content-desc {
		letter-spacing: -0.66px;
	}
}
.content-list-filter {
	display: flex;
	flex-direction: row;
	margin: 10px 0 0 0;
}
.content-list-filter-label {
	padding-top: 10px;
}
.content-list-filter-selects select {
	background-color: #F4F5F5;
	color: #000000;
	border-radius: 100px;
	border: unset;
	padding: 15px 55px 15px 25px;
	margin: 0 10px 10px 0;
	font-size: 18px;
	font-weight: 300;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("/images/icons-stack.svg#utility-nav-icon");
	background-position: calc(100% - 25px) center;
	background-repeat: no-repeat;
	background-size: 12px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
	.content-list-filter-selects select {
		font-size: 16px;
	}
}
@media (max-width: 767.98px) {
	.content-list-filter {
		flex-direction: column;
	}
}
/*# sourceMappingURL=style.css.map */