/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
	margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
	display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
	background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
	font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
	font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
	border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
	vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
	overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
	display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
	display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
	display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
	display: none;
}

.text-black {
	color: #000000;
}

.bg-black {
	background-color: #000000;
}

.border-black {
	border-color: #000000 !important;
}

.text-near-black {
	color: #1E1E1E;
}

.bg-near-black {
	background-color: #1E1E1E;
}

.border-near-black {
	border-color: #1E1E1E !important;
}

.text-dark-gray {
	color: #323232;
}

.bg-dark-gray {
	background-color: #323232;
}

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

.text-medium-dark-gray {
	color: #666666;
}

.bg-medium-dark-gray {
	background-color: #666666;
}

.border-medium-dark-gray {
	border-color: #666666 !important;
}

.text-medium-gray {
	color: #A7A8AD;
}

.bg-medium-gray {
	background-color: #A7A8AD;
}

.border-medium-gray {
	border-color: #A7A8AD !important;
}

.text-light-gray {
	color: #EDEDED;
}

.bg-light-gray {
	background-color: #EDEDED;
}

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

.text-white {
	color: #FFFFFF;
}

.bg-white {
	background-color: #FFFFFF;
}

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

.text-blue {
	color: #2B65D3;
}

.bg-blue {
	background-color: #2B65D3;
}

.border-blue {
	border-color: #2B65D3 !important;
}

.text-light-blue {
	color: #F4F8FA;
}

.bg-light-blue {
	background-color: #F4F8FA;
}

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

.text-red {
	color: #B30738;
}

.bg-red {
	background-color: #B30738;
}

.border-red {
	border-color: #B30738 !important;
}

@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	src: url("../assets/fonts/inter-v13-latin-300.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url("../assets/fonts/inter-v13-latin-regular.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	src: url("../assets/fonts/inter-v13-latin-500.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	src: url("../assets/fonts/inter-v13-latin-700.woff2") format("woff2");
}

/*!
   * Bootstrap Grid v5.3.1 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
	--bs-gutter-x: 30px;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-right: auto;
	margin-left: auto;
}

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

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

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

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

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

:root {
	--bs-breakpoint-xs: 0;
	--bs-breakpoint-sm: 600px;
	--bs-breakpoint-md: 782px;
	--bs-breakpoint-lg: 992px;
	--bs-breakpoint-xl: 1200px;
	--bs-breakpoint-xxl: 1400px;
}

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

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

.col {
	flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
	.col-sm {
		flex: 1 0 0%;
	}
	.row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0;
	}
	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0;
	}
	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem;
	}
	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem;
	}
	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem;
	}
	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 782px) {
	.col-md {
		flex: 1 0 0%;
	}
	.row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0;
	}
	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0;
	}
	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem;
	}
	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem;
	}
	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem;
	}
	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0%;
	}
	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0;
	}
	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0;
	}
	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem;
	}
	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem;
	}
	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem;
	}
	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex: 1 0 0%;
	}
	.row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0;
	}
	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0;
	}
	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}
	.row-cols-xxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xxl-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-xxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xxl-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.33333%;
	}
	.offset-xxl-2 {
		margin-left: 16.66667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.33333%;
	}
	.offset-xxl-5 {
		margin-left: 41.66667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.33333%;
	}
	.offset-xxl-8 {
		margin-left: 66.66667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.33333%;
	}
	.offset-xxl-11 {
		margin-left: 91.66667%;
	}
	.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;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
	padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-grid {
		display: grid !important;
	}
	.d-sm-inline-grid {
		display: inline-grid !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
	.d-sm-none {
		display: none !important;
	}
	.flex-sm-fill {
		flex: 1 1 auto !important;
	}
	.flex-sm-row {
		flex-direction: row !important;
	}
	.flex-sm-column {
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		justify-content: center !important;
	}
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	.justify-content-sm-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		align-items: center !important;
	}
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		align-content: center !important;
	}
	.align-content-sm-between {
		align-content: space-between !important;
	}
	.align-content-sm-around {
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		align-self: auto !important;
	}
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		align-self: center !important;
	}
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
	.order-sm-first {
		order: -1 !important;
	}
	.order-sm-0 {
		order: 0 !important;
	}
	.order-sm-1 {
		order: 1 !important;
	}
	.order-sm-2 {
		order: 2 !important;
	}
	.order-sm-3 {
		order: 3 !important;
	}
	.order-sm-4 {
		order: 4 !important;
	}
	.order-sm-5 {
		order: 5 !important;
	}
	.order-sm-last {
		order: 6 !important;
	}
	.m-sm-0 {
		margin: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-sm-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-sm-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-sm-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-sm-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.mt-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mt-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mt-sm-3 {
		margin-top: 1rem !important;
	}
	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mt-sm-5 {
		margin-top: 3rem !important;
	}
	.mt-sm-auto {
		margin-top: auto !important;
	}
	.me-sm-0 {
		margin-right: 0 !important;
	}
	.me-sm-1 {
		margin-right: 0.25rem !important;
	}
	.me-sm-2 {
		margin-right: 0.5rem !important;
	}
	.me-sm-3 {
		margin-right: 1rem !important;
	}
	.me-sm-4 {
		margin-right: 1.5rem !important;
	}
	.me-sm-5 {
		margin-right: 3rem !important;
	}
	.me-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	.mb-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}
	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}
	.mb-sm-auto {
		margin-bottom: auto !important;
	}
	.ms-sm-0 {
		margin-left: 0 !important;
	}
	.ms-sm-1 {
		margin-left: 0.25rem !important;
	}
	.ms-sm-2 {
		margin-left: 0.5rem !important;
	}
	.ms-sm-3 {
		margin-left: 1rem !important;
	}
	.ms-sm-4 {
		margin-left: 1.5rem !important;
	}
	.ms-sm-5 {
		margin-left: 3rem !important;
	}
	.ms-sm-auto {
		margin-left: auto !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-sm-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-sm-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-sm-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-sm-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-sm-0 {
		padding-top: 0 !important;
	}
	.pt-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pt-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pt-sm-3 {
		padding-top: 1rem !important;
	}
	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pt-sm-5 {
		padding-top: 3rem !important;
	}
	.pe-sm-0 {
		padding-right: 0 !important;
	}
	.pe-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pe-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pe-sm-3 {
		padding-right: 1rem !important;
	}
	.pe-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pe-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
	.pb-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}
	.ps-sm-0 {
		padding-left: 0 !important;
	}
	.ps-sm-1 {
		padding-left: 0.25rem !important;
	}
	.ps-sm-2 {
		padding-left: 0.5rem !important;
	}
	.ps-sm-3 {
		padding-left: 1rem !important;
	}
	.ps-sm-4 {
		padding-left: 1.5rem !important;
	}
	.ps-sm-5 {
		padding-left: 3rem !important;
	}
}

@media (min-width: 782px) {
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-grid {
		display: grid !important;
	}
	.d-md-inline-grid {
		display: inline-grid !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: flex !important;
	}
	.d-md-inline-flex {
		display: inline-flex !important;
	}
	.d-md-none {
		display: none !important;
	}
	.flex-md-fill {
		flex: 1 1 auto !important;
	}
	.flex-md-row {
		flex-direction: row !important;
	}
	.flex-md-column {
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		justify-content: center !important;
	}
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	.justify-content-md-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-md-start {
		align-items: flex-start !important;
	}
	.align-items-md-end {
		align-items: flex-end !important;
	}
	.align-items-md-center {
		align-items: center !important;
	}
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	.align-content-md-start {
		align-content: flex-start !important;
	}
	.align-content-md-end {
		align-content: flex-end !important;
	}
	.align-content-md-center {
		align-content: center !important;
	}
	.align-content-md-between {
		align-content: space-between !important;
	}
	.align-content-md-around {
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	.align-self-md-auto {
		align-self: auto !important;
	}
	.align-self-md-start {
		align-self: flex-start !important;
	}
	.align-self-md-end {
		align-self: flex-end !important;
	}
	.align-self-md-center {
		align-self: center !important;
	}
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		align-self: stretch !important;
	}
	.order-md-first {
		order: -1 !important;
	}
	.order-md-0 {
		order: 0 !important;
	}
	.order-md-1 {
		order: 1 !important;
	}
	.order-md-2 {
		order: 2 !important;
	}
	.order-md-3 {
		order: 3 !important;
	}
	.order-md-4 {
		order: 4 !important;
	}
	.order-md-5 {
		order: 5 !important;
	}
	.order-md-last {
		order: 6 !important;
	}
	.m-md-0 {
		margin: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-md-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-md-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-md-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-md-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-md-0 {
		margin-top: 0 !important;
	}
	.mt-md-1 {
		margin-top: 0.25rem !important;
	}
	.mt-md-2 {
		margin-top: 0.5rem !important;
	}
	.mt-md-3 {
		margin-top: 1rem !important;
	}
	.mt-md-4 {
		margin-top: 1.5rem !important;
	}
	.mt-md-5 {
		margin-top: 3rem !important;
	}
	.mt-md-auto {
		margin-top: auto !important;
	}
	.me-md-0 {
		margin-right: 0 !important;
	}
	.me-md-1 {
		margin-right: 0.25rem !important;
	}
	.me-md-2 {
		margin-right: 0.5rem !important;
	}
	.me-md-3 {
		margin-right: 1rem !important;
	}
	.me-md-4 {
		margin-right: 1.5rem !important;
	}
	.me-md-5 {
		margin-right: 3rem !important;
	}
	.me-md-auto {
		margin-right: auto !important;
	}
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	.mb-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-md-3 {
		margin-bottom: 1rem !important;
	}
	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-md-5 {
		margin-bottom: 3rem !important;
	}
	.mb-md-auto {
		margin-bottom: auto !important;
	}
	.ms-md-0 {
		margin-left: 0 !important;
	}
	.ms-md-1 {
		margin-left: 0.25rem !important;
	}
	.ms-md-2 {
		margin-left: 0.5rem !important;
	}
	.ms-md-3 {
		margin-left: 1rem !important;
	}
	.ms-md-4 {
		margin-left: 1.5rem !important;
	}
	.ms-md-5 {
		margin-left: 3rem !important;
	}
	.ms-md-auto {
		margin-left: auto !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-md-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-md-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-md-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-md-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-md-0 {
		padding-top: 0 !important;
	}
	.pt-md-1 {
		padding-top: 0.25rem !important;
	}
	.pt-md-2 {
		padding-top: 0.5rem !important;
	}
	.pt-md-3 {
		padding-top: 1rem !important;
	}
	.pt-md-4 {
		padding-top: 1.5rem !important;
	}
	.pt-md-5 {
		padding-top: 3rem !important;
	}
	.pe-md-0 {
		padding-right: 0 !important;
	}
	.pe-md-1 {
		padding-right: 0.25rem !important;
	}
	.pe-md-2 {
		padding-right: 0.5rem !important;
	}
	.pe-md-3 {
		padding-right: 1rem !important;
	}
	.pe-md-4 {
		padding-right: 1.5rem !important;
	}
	.pe-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-0 {
		padding-bottom: 0 !important;
	}
	.pb-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-md-3 {
		padding-bottom: 1rem !important;
	}
	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-md-5 {
		padding-bottom: 3rem !important;
	}
	.ps-md-0 {
		padding-left: 0 !important;
	}
	.ps-md-1 {
		padding-left: 0.25rem !important;
	}
	.ps-md-2 {
		padding-left: 0.5rem !important;
	}
	.ps-md-3 {
		padding-left: 1rem !important;
	}
	.ps-md-4 {
		padding-left: 1.5rem !important;
	}
	.ps-md-5 {
		padding-left: 3rem !important;
	}
}

@media (min-width: 992px) {
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-grid {
		display: grid !important;
	}
	.d-lg-inline-grid {
		display: inline-grid !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
	.d-lg-none {
		display: none !important;
	}
	.flex-lg-fill {
		flex: 1 1 auto !important;
	}
	.flex-lg-row {
		flex-direction: row !important;
	}
	.flex-lg-column {
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		justify-content: center !important;
	}
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	.justify-content-lg-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		align-items: center !important;
	}
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		align-content: center !important;
	}
	.align-content-lg-between {
		align-content: space-between !important;
	}
	.align-content-lg-around {
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		align-self: auto !important;
	}
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		align-self: center !important;
	}
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
	.order-lg-first {
		order: -1 !important;
	}
	.order-lg-0 {
		order: 0 !important;
	}
	.order-lg-1 {
		order: 1 !important;
	}
	.order-lg-2 {
		order: 2 !important;
	}
	.order-lg-3 {
		order: 3 !important;
	}
	.order-lg-4 {
		order: 4 !important;
	}
	.order-lg-5 {
		order: 5 !important;
	}
	.order-lg-last {
		order: 6 !important;
	}
	.m-lg-0 {
		margin: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-lg-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-lg-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-lg-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-lg-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	.mt-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mt-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mt-lg-3 {
		margin-top: 1rem !important;
	}
	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mt-lg-5 {
		margin-top: 3rem !important;
	}
	.mt-lg-auto {
		margin-top: auto !important;
	}
	.me-lg-0 {
		margin-right: 0 !important;
	}
	.me-lg-1 {
		margin-right: 0.25rem !important;
	}
	.me-lg-2 {
		margin-right: 0.5rem !important;
	}
	.me-lg-3 {
		margin-right: 1rem !important;
	}
	.me-lg-4 {
		margin-right: 1.5rem !important;
	}
	.me-lg-5 {
		margin-right: 3rem !important;
	}
	.me-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	.mb-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}
	.mb-lg-auto {
		margin-bottom: auto !important;
	}
	.ms-lg-0 {
		margin-left: 0 !important;
	}
	.ms-lg-1 {
		margin-left: 0.25rem !important;
	}
	.ms-lg-2 {
		margin-left: 0.5rem !important;
	}
	.ms-lg-3 {
		margin-left: 1rem !important;
	}
	.ms-lg-4 {
		margin-left: 1.5rem !important;
	}
	.ms-lg-5 {
		margin-left: 3rem !important;
	}
	.ms-lg-auto {
		margin-left: auto !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-lg-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-lg-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-lg-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-lg-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	.pt-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pt-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pt-lg-3 {
		padding-top: 1rem !important;
	}
	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pt-lg-5 {
		padding-top: 3rem !important;
	}
	.pe-lg-0 {
		padding-right: 0 !important;
	}
	.pe-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pe-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pe-lg-3 {
		padding-right: 1rem !important;
	}
	.pe-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pe-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	.pb-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}
	.ps-lg-0 {
		padding-left: 0 !important;
	}
	.ps-lg-1 {
		padding-left: 0.25rem !important;
	}
	.ps-lg-2 {
		padding-left: 0.5rem !important;
	}
	.ps-lg-3 {
		padding-left: 1rem !important;
	}
	.ps-lg-4 {
		padding-left: 1.5rem !important;
	}
	.ps-lg-5 {
		padding-left: 3rem !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-grid {
		display: grid !important;
	}
	.d-xl-inline-grid {
		display: inline-grid !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
	.d-xl-none {
		display: none !important;
	}
	.flex-xl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xl-row {
		flex-direction: row !important;
	}
	.flex-xl-column {
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		justify-content: center !important;
	}
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	.justify-content-xl-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		align-items: center !important;
	}
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		align-content: center !important;
	}
	.align-content-xl-between {
		align-content: space-between !important;
	}
	.align-content-xl-around {
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		align-self: auto !important;
	}
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		align-self: center !important;
	}
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
	.order-xl-first {
		order: -1 !important;
	}
	.order-xl-0 {
		order: 0 !important;
	}
	.order-xl-1 {
		order: 1 !important;
	}
	.order-xl-2 {
		order: 2 !important;
	}
	.order-xl-3 {
		order: 3 !important;
	}
	.order-xl-4 {
		order: 4 !important;
	}
	.order-xl-5 {
		order: 5 !important;
	}
	.order-xl-last {
		order: 6 !important;
	}
	.m-xl-0 {
		margin: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-xl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-xl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-xl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-xl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-xl-0 {
		margin-top: 0 !important;
	}
	.mt-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mt-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mt-xl-3 {
		margin-top: 1rem !important;
	}
	.mt-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mt-xl-5 {
		margin-top: 3rem !important;
	}
	.mt-xl-auto {
		margin-top: auto !important;
	}
	.me-xl-0 {
		margin-right: 0 !important;
	}
	.me-xl-1 {
		margin-right: 0.25rem !important;
	}
	.me-xl-2 {
		margin-right: 0.5rem !important;
	}
	.me-xl-3 {
		margin-right: 1rem !important;
	}
	.me-xl-4 {
		margin-right: 1.5rem !important;
	}
	.me-xl-5 {
		margin-right: 3rem !important;
	}
	.me-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-0 {
		margin-bottom: 0 !important;
	}
	.mb-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-xl-3 {
		margin-bottom: 1rem !important;
	}
	.mb-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}
	.mb-xl-auto {
		margin-bottom: auto !important;
	}
	.ms-xl-0 {
		margin-left: 0 !important;
	}
	.ms-xl-1 {
		margin-left: 0.25rem !important;
	}
	.ms-xl-2 {
		margin-left: 0.5rem !important;
	}
	.ms-xl-3 {
		margin-left: 1rem !important;
	}
	.ms-xl-4 {
		margin-left: 1.5rem !important;
	}
	.ms-xl-5 {
		margin-left: 3rem !important;
	}
	.ms-xl-auto {
		margin-left: auto !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-xl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-xl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-xl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-xl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-xl-0 {
		padding-top: 0 !important;
	}
	.pt-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pt-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pt-xl-3 {
		padding-top: 1rem !important;
	}
	.pt-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pt-xl-5 {
		padding-top: 3rem !important;
	}
	.pe-xl-0 {
		padding-right: 0 !important;
	}
	.pe-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pe-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pe-xl-3 {
		padding-right: 1rem !important;
	}
	.pe-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pe-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-0 {
		padding-bottom: 0 !important;
	}
	.pb-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pb-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-xl-5 {
		padding-bottom: 3rem !important;
	}
	.ps-xl-0 {
		padding-left: 0 !important;
	}
	.ps-xl-1 {
		padding-left: 0.25rem !important;
	}
	.ps-xl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-xl-3 {
		padding-left: 1rem !important;
	}
	.ps-xl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-xl-5 {
		padding-left: 3rem !important;
	}
}

@media (min-width: 1400px) {
	.d-xxl-inline {
		display: inline !important;
	}
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	.d-xxl-block {
		display: block !important;
	}
	.d-xxl-grid {
		display: grid !important;
	}
	.d-xxl-inline-grid {
		display: inline-grid !important;
	}
	.d-xxl-table {
		display: table !important;
	}
	.d-xxl-table-row {
		display: table-row !important;
	}
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	.d-xxl-flex {
		display: flex !important;
	}
	.d-xxl-inline-flex {
		display: inline-flex !important;
	}
	.d-xxl-none {
		display: none !important;
	}
	.flex-xxl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xxl-row {
		flex-direction: row !important;
	}
	.flex-xxl-column {
		flex-direction: column !important;
	}
	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xxl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xxl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-xxl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xxl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xxl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xxl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xxl-center {
		justify-content: center !important;
	}
	.justify-content-xxl-between {
		justify-content: space-between !important;
	}
	.justify-content-xxl-around {
		justify-content: space-around !important;
	}
	.justify-content-xxl-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-xxl-start {
		align-items: flex-start !important;
	}
	.align-items-xxl-end {
		align-items: flex-end !important;
	}
	.align-items-xxl-center {
		align-items: center !important;
	}
	.align-items-xxl-baseline {
		align-items: baseline !important;
	}
	.align-items-xxl-stretch {
		align-items: stretch !important;
	}
	.align-content-xxl-start {
		align-content: flex-start !important;
	}
	.align-content-xxl-end {
		align-content: flex-end !important;
	}
	.align-content-xxl-center {
		align-content: center !important;
	}
	.align-content-xxl-between {
		align-content: space-between !important;
	}
	.align-content-xxl-around {
		align-content: space-around !important;
	}
	.align-content-xxl-stretch {
		align-content: stretch !important;
	}
	.align-self-xxl-auto {
		align-self: auto !important;
	}
	.align-self-xxl-start {
		align-self: flex-start !important;
	}
	.align-self-xxl-end {
		align-self: flex-end !important;
	}
	.align-self-xxl-center {
		align-self: center !important;
	}
	.align-self-xxl-baseline {
		align-self: baseline !important;
	}
	.align-self-xxl-stretch {
		align-self: stretch !important;
	}
	.order-xxl-first {
		order: -1 !important;
	}
	.order-xxl-0 {
		order: 0 !important;
	}
	.order-xxl-1 {
		order: 1 !important;
	}
	.order-xxl-2 {
		order: 2 !important;
	}
	.order-xxl-3 {
		order: 3 !important;
	}
	.order-xxl-4 {
		order: 4 !important;
	}
	.order-xxl-5 {
		order: 5 !important;
	}
	.order-xxl-last {
		order: 6 !important;
	}
	.m-xxl-0 {
		margin: 0 !important;
	}
	.m-xxl-1 {
		margin: 0.25rem !important;
	}
	.m-xxl-2 {
		margin: 0.5rem !important;
	}
	.m-xxl-3 {
		margin: 1rem !important;
	}
	.m-xxl-4 {
		margin: 1.5rem !important;
	}
	.m-xxl-5 {
		margin: 3rem !important;
	}
	.m-xxl-auto {
		margin: auto !important;
	}
	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-xxl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-xxl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-xxl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-xxl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-xxl-0 {
		margin-top: 0 !important;
	}
	.mt-xxl-1 {
		margin-top: 0.25rem !important;
	}
	.mt-xxl-2 {
		margin-top: 0.5rem !important;
	}
	.mt-xxl-3 {
		margin-top: 1rem !important;
	}
	.mt-xxl-4 {
		margin-top: 1.5rem !important;
	}
	.mt-xxl-5 {
		margin-top: 3rem !important;
	}
	.mt-xxl-auto {
		margin-top: auto !important;
	}
	.me-xxl-0 {
		margin-right: 0 !important;
	}
	.me-xxl-1 {
		margin-right: 0.25rem !important;
	}
	.me-xxl-2 {
		margin-right: 0.5rem !important;
	}
	.me-xxl-3 {
		margin-right: 1rem !important;
	}
	.me-xxl-4 {
		margin-right: 1.5rem !important;
	}
	.me-xxl-5 {
		margin-right: 3rem !important;
	}
	.me-xxl-auto {
		margin-right: auto !important;
	}
	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}
	.mb-xxl-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-xxl-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-xxl-3 {
		margin-bottom: 1rem !important;
	}
	.mb-xxl-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-xxl-5 {
		margin-bottom: 3rem !important;
	}
	.mb-xxl-auto {
		margin-bottom: auto !important;
	}
	.ms-xxl-0 {
		margin-left: 0 !important;
	}
	.ms-xxl-1 {
		margin-left: 0.25rem !important;
	}
	.ms-xxl-2 {
		margin-left: 0.5rem !important;
	}
	.ms-xxl-3 {
		margin-left: 1rem !important;
	}
	.ms-xxl-4 {
		margin-left: 1.5rem !important;
	}
	.ms-xxl-5 {
		margin-left: 3rem !important;
	}
	.ms-xxl-auto {
		margin-left: auto !important;
	}
	.p-xxl-0 {
		padding: 0 !important;
	}
	.p-xxl-1 {
		padding: 0.25rem !important;
	}
	.p-xxl-2 {
		padding: 0.5rem !important;
	}
	.p-xxl-3 {
		padding: 1rem !important;
	}
	.p-xxl-4 {
		padding: 1.5rem !important;
	}
	.p-xxl-5 {
		padding: 3rem !important;
	}
	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-xxl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-xxl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-xxl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-xxl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-xxl-0 {
		padding-top: 0 !important;
	}
	.pt-xxl-1 {
		padding-top: 0.25rem !important;
	}
	.pt-xxl-2 {
		padding-top: 0.5rem !important;
	}
	.pt-xxl-3 {
		padding-top: 1rem !important;
	}
	.pt-xxl-4 {
		padding-top: 1.5rem !important;
	}
	.pt-xxl-5 {
		padding-top: 3rem !important;
	}
	.pe-xxl-0 {
		padding-right: 0 !important;
	}
	.pe-xxl-1 {
		padding-right: 0.25rem !important;
	}
	.pe-xxl-2 {
		padding-right: 0.5rem !important;
	}
	.pe-xxl-3 {
		padding-right: 1rem !important;
	}
	.pe-xxl-4 {
		padding-right: 1.5rem !important;
	}
	.pe-xxl-5 {
		padding-right: 3rem !important;
	}
	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}
	.pb-xxl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-xxl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-xxl-3 {
		padding-bottom: 1rem !important;
	}
	.pb-xxl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-xxl-5 {
		padding-bottom: 3rem !important;
	}
	.ps-xxl-0 {
		padding-left: 0 !important;
	}
	.ps-xxl-1 {
		padding-left: 0.25rem !important;
	}
	.ps-xxl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-xxl-3 {
		padding-left: 1rem !important;
	}
	.ps-xxl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-xxl-5 {
		padding-left: 3rem !important;
	}
}

@media print {
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-grid {
		display: grid !important;
	}
	.d-print-inline-grid {
		display: inline-grid !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: flex !important;
	}
	.d-print-inline-flex {
		display: inline-flex !important;
	}
	.d-print-none {
		display: none !important;
	}
}

@keyframes splide-loading {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(1turn);
	}
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide__track--ttb > .splide__list {
	display: block;
}

.splide__container {
	box-sizing: border-box;
	position: relative;
}

.splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

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

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

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

.splide:not(.is-overflow) .splide__pagination {
	display: none;
}

.splide__progress__bar {
	width: 0;
}

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

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

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

.splide__slide img {
	vertical-align: bottom;
}

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

.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
	display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}

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

/*! jQuery UI - v1.13.3 - 2024-06-11
* https://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright OpenJS Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
}

.ui-front {
	z-index: 100;
}

.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}

.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
	margin: -1px;
}

.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
}

.ui-widget-content a {
	color: #333;
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: bold;
}

.ui-widget-header a {
	color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
	color: #454545;
	text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)";
	font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)";
	background-image: none;
}

.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)";
}

.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}

.ui-icon-caret-1-n {
	background-position: 0 0;
}

.ui-icon-caret-1-ne {
	background-position: -16px 0;
}

.ui-icon-caret-1-e {
	background-position: -32px 0;
}

.ui-icon-caret-1-se {
	background-position: -48px 0;
}

.ui-icon-caret-1-s {
	background-position: -65px 0;
}

.ui-icon-caret-1-sw {
	background-position: -80px 0;
}

.ui-icon-caret-1-w {
	background-position: -96px 0;
}

.ui-icon-caret-1-nw {
	background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	-ms-filter: "alpha(opacity=30)";
}

.ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		top: -46px;
	}
}

.wp-block-columns, .page-links {
	margin: auto auto 0;
	max-width: 1440px !important;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 1200px) {
	.wp-block-columns, .page-links {
		padding-left: 60px;
		padding-right: 60px;
	}
}

.wp-block-columns .container-base, .page-links .container-base, .wp-block-columns article.type-post .entry-header__content, article.type-post .wp-block-columns .entry-header__content, .page-links article.type-post .entry-header__content, article.type-post .page-links .entry-header__content,
.wp-block-columns .wp-block-columns,
.page-links .wp-block-columns,
.wp-block-columns .page-links,
.page-links .page-links {
	padding-left: 0;
	padding-right: 0;
}

.wp-block-column p, .wp-block-column ol, .wp-block-column ul {
	margin: 0 0 2rem;
}

.wp-block-column p:last-child, .wp-block-column ol:last-child, .wp-block-column ul:last-child {
	margin-bottom: 0;
}

.wp-block-column h1, .wp-block-column h2, .wp-block-column .site-wrapper .content-wrapper .sp-team .sptp-section-title, .site-wrapper .content-wrapper .sp-team .wp-block-column .sptp-section-title {
	overflow-wrap: normal;
	word-break: normal;
}

.wp-block-column h1 + p,
.wp-block-column h1 + ol,
.wp-block-column h1 + ul, .wp-block-column h2 + p, .wp-block-column .site-wrapper .content-wrapper .sp-team .sptp-section-title + p, .site-wrapper .content-wrapper .sp-team .wp-block-column .sptp-section-title + p,
.wp-block-column h2 + ol,
.wp-block-column .site-wrapper .content-wrapper .sp-team .sptp-section-title + ol,
.site-wrapper .content-wrapper .sp-team .wp-block-column .sptp-section-title + ol,
.wp-block-column h2 + ul,
.wp-block-column .site-wrapper .content-wrapper .sp-team .sptp-section-title + ul,
.site-wrapper .content-wrapper .sp-team .wp-block-column .sptp-section-title + ul, .wp-block-column h3 + p,
.wp-block-column h3 + ol,
.wp-block-column h3 + ul, .wp-block-column h4 + p,
.wp-block-column h4 + ol,
.wp-block-column h4 + ul, .wp-block-column h5 + p, .wp-block-column .site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-name .sptp-member-name-title + p, .site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-name .wp-block-column .sptp-member-name-title + p,
.wp-block-column h5 + ol,
.wp-block-column .site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-name .sptp-member-name-title + ol,
.site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-name .wp-block-column .sptp-member-name-title + ol,
.wp-block-column h5 + ul,
.wp-block-column .site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-name .sptp-member-name-title + ul,
.site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-name .wp-block-column .sptp-member-name-title + ul, .wp-block-column h6 + p,
.wp-block-column h6 + ol,
.wp-block-column h6 + ul {
	margin-top: 0.375rem;
}

.wp-block-quote, article.type-post blockquote {
	margin: 0;
}

.wp-block-quote p, article.type-post blockquote p {
	font-size: 1.875rem;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

@media (min-width: 1200px) {
	.wp-block-quote p, article.type-post blockquote p {
		font-size: 3rem;
	}
}

.wp-block-quote p + p, article.type-post blockquote p + p {
	margin-top: 1em;
}

.wp-block-quote cite, article.type-post blockquote cite {
	display: block;
	font-style: normal;
	margin: 20px 0 0;
}

@media (min-width: 1200px) {
	.wp-block-quote cite, article.type-post blockquote cite {
		margin: 32px 0 0;
	}
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	font-size: 0.875rem;
	font-weight: 500;
}

.wp-lightbox-overlay .scrim {
	background-color: rgba(0, 0, 0, 0.7) !important;
}

.page-links {
	line-height: 2;
	margin-bottom: 20px;
	margin-top: 20px;
}

@media (min-width: 992px) {
	.page-links {
		margin-bottom: 40px;
		margin-top: 40px;
	}
}

.page-links span,
.page-links a {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 6px 14px;
}

.page-links span {
	border: 1px solid #000000;
	color: #000000;
	font-weight: 700;
}

.page-links a {
	border: 1px solid #2B65D3;
	color: #2B65D3;
	text-decoration: none;
}

.page-links a:hover {
	background: #2B65D3;
	border-color: #FFFFFF;
}

.not-found {
	padding: 40px 0;
}

@media (min-width: 992px) {
	.not-found {
		padding: 100px 0;
	}
}

.wp-block-video {
	border-radius: 20px;
	overflow: hidden;
}

@media (min-width: 992px) {
	.wp-block-video {
		border-radius: 30px;
	}
}

.wp-block-embed__wrapper {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

@media (min-width: 992px) {
	.wp-block-embed__wrapper {
		border-radius: 30px;
	}
}

.wp-has-aspect-ratio .wp-block-embed__wrapper::before {
	content: '';
	display: block;
	padding-top: 50%;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
	padding-top: 56.25%;
}

.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
	padding-top: 75%;
}

.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
	padding-top: 100%;
}

.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.edit-post-visual-editor {
	background-color: unset;
}

.post-type-post .is-desktop-preview {
	max-width: 900px;
}

.post-type-post .is-desktop-preview .editor-styles-wrapper h1, .post-type-post .is-desktop-preview .editor-styles-wrapper h2, .post-type-post .is-desktop-preview .editor-styles-wrapper .site-wrapper .content-wrapper .sp-team .sptp-section-title, .site-wrapper .content-wrapper .sp-team .post-type-post .is-desktop-preview .editor-styles-wrapper .sptp-section-title, .post-type-post .is-desktop-preview .editor-styles-wrapper h3, .post-type-post .is-desktop-preview .editor-styles-wrapper h4, .post-type-post .is-desktop-preview .editor-styles-wrapper h5, .post-type-post .is-desktop-preview .editor-styles-wrapper .site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-name .sptp-member-name-title, .site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-name .post-type-post .is-desktop-preview .editor-styles-wrapper .sptp-member-name-title, .post-type-post .is-desktop-preview .editor-styles-wrapper h6,
.post-type-post .is-desktop-preview .editor-styles-wrapper blockquote, .post-type-post .is-desktop-preview .editor-styles-wrapper p, .post-type-post .is-desktop-preview .editor-styles-wrapper ol, .post-type-post .is-desktop-preview .editor-styles-wrapper ul {
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.post-type-post .is-desktop-preview .editor-styles-wrapper p, .post-type-post .is-desktop-preview .editor-styles-wrapper ol, .post-type-post .is-desktop-preview .editor-styles-wrapper ul {
	font-size: 1.125rem;
}

.site-wrapper .content-wrapper .sp-team .sptp-section-title span {
	color: inherit;
}

.site-wrapper .content-wrapper .sp-team .sptp-grid .sptp-row {
	margin-left: -16px !important;
	margin-right: -16px !important;
}

.site-wrapper .content-wrapper .sp-team .sptp-grid .sptp-member-avatar {
	display: block;
	padding: 112.782% 0 0;
	position: relative;
	width: 100%;
}

.site-wrapper .content-wrapper .sp-team .sptp-grid .sptp-member-avatar .sptp-member-avatar-img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
}

.site-wrapper .content-wrapper .sp-team .sptp-grid .sptp-member-avatar .sptp-member-avatar-img img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	min-height: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item {
	margin-bottom: 32px;
}

.site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member {
	background: #FFFFFF;
	border-radius: 10px !important;
	box-shadow: 0 4px 11px 0 rgba(159, 159, 159, 0.25) !important;
	height: 100%;
	margin: 0 16px !important;
	padding-bottom: 12px !important;
}

.site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-name {
	margin-top: 12px;
}

.site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-name .sptp-member-name-title {
	color: inherit !important;
	text-align: center;
}

.site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-profession .sptp-jop-title {
	color: inherit !important;
	font-size: 1rem;
	text-align: center;
}

.container-base, article.type-post .entry-header__content {
	box-sizing: border-box;
	max-width: 1440px;
	--bs-gutter-x: 30px;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 1200px) {
	.container-base, article.type-post .entry-header__content {
		padding-left: 60px;
		padding-right: 60px;
	}
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	font-family: "Inter", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	overflow-x: hidden;
	position: relative;
	text-rendering: auto;
	font-smooth: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (min-width: 992px) {
	body {
		line-height: 1.66667;
	}
}

body.transparent-nav::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%);
	content: '';
	display: block;
	height: 70px;
	pointer-events: none;
	position: absolute;
	top: 68px;
	width: 100%;
	z-index: 1;
}

@media (min-width: 992px) and (min-height: 680px) {
	body.transparent-nav::after {
		height: 100px;
	}
}

@media (min-width: 1400px) and (min-height: 800px) {
	body.transparent-nav::after {
		height: 120px;
	}
}

@media (min-width: 1400px) and (min-height: 960px) {
	body.transparent-nav::after {
		height: 160px;
	}
}

.content-wrapper {
	position: relative;
	z-index: 1;
}

body.offset-content .content-wrapper {
	top: -88px;
}

a {
	color: #2B65D3;
}

.chevron {
	border: solid #000000;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
}

.chevron--down {
	transform: rotate(45deg);
}

.chevron--up {
	transform: rotate(-135deg);
}

h1, .h1 {
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: -0.64px;
	line-height: 1.19444;
	margin: 0;
}

@media (min-width: 992px) {
	h1, .h1 {
		font-size: 2.875rem;
		letter-spacing: -0.92px;
		line-height: 1.30435;
	}
}

@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 3.75rem;
		letter-spacing: -1.2px;
		line-height: 1.3;
	}
}

@media (min-width: 1400px) {
	h1, .h1 {
		font-size: 5rem;
		letter-spacing: -1.6px;
		line-height: 1.35;
	}
}

h2, .site-wrapper .content-wrapper .sp-team .sptp-section-title, .h2 {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.64px;
	line-height: 1.5;
	margin: 0;
}

@media (min-width: 992px) {
	h2, .site-wrapper .content-wrapper .sp-team .sptp-section-title, .h2 {
		font-size: 2.25rem;
		line-height: 1.19444;
	}
}

@media (min-width: 1200px) {
	h2, .site-wrapper .content-wrapper .sp-team .sptp-section-title, .h2 {
		font-size: 2.875rem;
		letter-spacing: -0.92px;
		line-height: 1.30435;
	}
}

@media (min-width: 1400px) {
	h2, .site-wrapper .content-wrapper .sp-team .sptp-section-title, .h2 {
		font-size: 3.75rem;
		letter-spacing: -1.2px;
		line-height: 1.3;
	}
}

h3, .h3 {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: -0.56px;
	line-height: 1.5;
	margin: 0;
}

@media (min-width: 1200px) {
	h3, .h3 {
		font-size: 2.25rem;
		line-height: 1.19444;
	}
}

@media (min-width: 1400px) {
	h3, .h3 {
		font-size: 2.875rem;
		letter-spacing: -0.92px;
		line-height: 1.30435;
	}
}

h4, .h4 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.58333;
	margin: 0;
}

@media (min-width: 1200px) {
	h4, .h4 {
		font-size: 2rem;
		line-height: 1.3125;
	}
}

h5, .site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-name .sptp-member-name-title, .h5 {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
}

@media (min-width: 1200px) {
	h5, .site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-name .sptp-member-name-title, .h5 {
		font-size: 1.5rem;
		line-height: 1.58333;
	}
}

h6, .h6, .cmp-footer__widgets .widgettitle {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
}

.txt-xl {
	font-size: 1.125rem;
}

@media (min-width: 992px) {
	.txt-xl {
		font-size: 1.5rem;
	}
}

.txt-lg {
	font-size: 1.125rem;
}

@media (min-width: 992px) {
	.txt-lg {
		font-size: 1.25rem;
	}
}

.txt-md {
	font-size: 0.875rem;
}

@media (min-width: 992px) {
	.txt-md {
		font-size: 1rem;
	}
}

.txt-sm {
	font-size: 0.875rem;
}

.txt-xs {
	font-size: 0.75rem;
}

b,
strong {
	font-weight: 700;
}

code {
	background: #e9ebec;
	border-radius: 2px;
	color: #000000;
	font-weight: 300;
	padding: .25em .5em;
}

.back-link {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	padding: 0 0 0 22px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.back-link:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAETSURBVHgBtZM9jwFBGMf/e3cucnKXS1Zz7i0alBqNdj+AQqLzBRQUFAqNTkti2y1UOkRJLaFRIiqxJGKDeIkQWTuTkEh2rYn4VZPM/H+Zmed5OFUDd/BkdkCe7lCoKYb7L9fCy80BMXGAznALcEBY4NlukCmOafibf4Xg/dA9YygQKxOUG3MalhJOOHjL7QISFqsTvL89Ixv5MwzrCk5hQjL0Bc+vFde4ELS663M4LNgR8H/CjAuBz22Dz2Wj63p7AVnZsQkIOe3Nnh8rRsoesfyAlpJJQD4uF/mnv09KGNX6gElAcNgtkOJOKmn11khJMpvgJCElJDcqNWYo1A3aWTWh2VmpwXRf1WZCd597+DSacQR+SZHYtk44RwAAAABJRU5ErkJggg==);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 16px;
}

.eyebrow {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.highlight {
	background-color: #2B65D3;
	color: #FFFFFF;
}

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

.pill {
	border-radius: 20px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 1.05px;
	padding: 4px 11px;
	text-align: center;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.pill {
		padding: 4px 20px;
	}
}

.pill--white {
	background: #FFFFFF;
	color: #2B65D3;
}

.pill--red {
	background: #B30738;
}

.native-ratio-container {
	display: block;
}

.native-ratio-container video,
.native-ratio-container img {
	display: block;
	height: auto;
	width: 100%;
}

.aspect-container {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
}

.aspect-container img,
.aspect-container video,
.aspect-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	min-height: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.sr-only, .cmp-hero__overlay {
	border: 0;
	clip: rect(0, 0, 0, 0);
	position: absolute;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	width: 1px;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.unstyled, .cmp-footer nav ul, .cmp-footer__widgets .widget_nav_menu ul, .cmp-header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.btn, .wp-element-button,
.wp-block-button__link {
	border: none;
	border-radius: 100px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.56px;
	line-height: 1.1875;
	padding: 11px 20px;
	text-align: center;
	text-decoration: none;
}

@media (min-width: 992px) {
	.btn, .wp-element-button,
	.wp-block-button__link {
		border-width: 2px;
		font-size: 1rem;
		letter-spacing: 0.64px;
		padding: 15px 35px;
	}
}

@media (hover: hover) and (pointer: fine) {
	.btn:hover, .wp-element-button:hover,
	.wp-block-button__link:hover {
		text-decoration: none;
	}
}

.btn:disabled, .wp-element-button:disabled,
.wp-block-button__link:disabled, .btn.disabled, .disabled.wp-element-button,
.disabled.wp-block-button__link {
	pointer-events: none;
	opacity: 0.3;
}

.btn--primary, .wp-element-button,
.wp-block-button__link {
	background: #FFFFFF;
	border-color: #2B65D3;
	color: #2B65D3 !important;
}

.btn--secondary {
	background: transparent;
	border-color: #FFFFFF;
	color: #FFFFFF !important;
}

.btn--solid {
	background: #2B65D3;
	border-color: #2B65D3;
	color: #FFFFFF !important;
}

div.btn, div.wp-element-button,
div.wp-block-button__link {
	padding: 0;
}

div.btn a, div.wp-element-button a, div.wp-block-button__link a {
	color: inherit;
	display: block;
	padding: 11px 20px;
	text-decoration: none;
}

@media (min-width: 992px) {
	div.btn a, div.wp-element-button a, div.wp-block-button__link a {
		padding: 15px 35px;
	}
}

body.search .search-page {
	color: #1E1E1E;
	padding: 60px 0 30px;
}

@media (min-width: 992px) {
	body.search .search-page {
		padding: 90px 0 72px;
	}
}

body.search .search-page__meta {
	margin: 0 0 40px;
}

body.search .search-page__title {
	margin: 0 0 12px;
}

body.search .search-page__results article {
	margin: 0 0 32px;
}

body.search .search-page__results article .entry-header {
	padding: 0;
}

body.search .search-page__results article .entry-title {
	margin: 0 0 8px;
}

body.search .search-page__results article .entry-title a {
	color: #2B65D3;
	text-decoration: none;
}

body.search .search-page__results article .entry-summary p {
	margin: 0;
}

.wp-block-image img {
	border-radius: 20px;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

.wp-block-image[style*=border-radius] img,
.wp-block-image[style*=border-radius] > a {
	border-radius: inherit;
}

.wp-block-image.has-custom-border img {
	box-sizing: border-box;
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
	height: auto;
	width: 100%;
}

.wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright,
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
	display: table;
}

.wp-block-image.aligncenter > figcaption, .wp-block-image.alignleft > figcaption, .wp-block-image.alignright > figcaption,
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
	caption-side: bottom;
	display: table-caption;
}

@media (min-width: 782px) {
	.wp-block-image.alignleft,
	.wp-block-image .alignleft {
		float: left;
		margin: 1.125rem 2.25rem 1.125rem 0;
	}
	.wp-block-image.alignright,
	.wp-block-image .alignright {
		float: right;
		margin: 1.125rem 0 1.125rem 2.25rem;
	}
}

.wp-block-image.aligncenter {
	text-align: center;
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-image figcaption {
	margin-bottom: 2.25rem;
	margin-top: 1.125rem;
}

.wp-block-image .is-style-rounded img, .wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img {
	border-radius: 9999px;
}

@supports (-webkit-mask-image: none) or (mask-image: none) or (-webkit-mask-image: none) {
	.wp-block-image.is-style-circle-mask img {
		border-radius: 0;
		-webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-mode: alpha;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
	}
}

.wp-block-image :where(.has-border-color) {
	border-style: solid;
}

.wp-block-image :where([style*=border-top-color]) {
	border-top-style: solid;
}

.wp-block-image :where([style*=border-right-color]) {
	border-right-style: solid;
}

.wp-block-image :where([style*=border-bottom-color]) {
	border-bottom-style: solid;
}

.wp-block-image :where([style*=border-left-color]) {
	border-left-style: solid;
}

.wp-block-image :where([style*=border-width]) {
	border-style: solid;
}

.wp-block-image :where([style*=border-top-width]) {
	border-top-style: solid;
}

.wp-block-image :where([style*=border-right-width]) {
	border-right-style: solid;
}

.wp-block-image :where([style*=border-bottom-width]) {
	border-bottom-style: solid;
}

.wp-block-image :where([style*=border-left-width]) {
	border-left-style: solid;
}

.wp-block-image figure {
	margin: 0;
}

.cmp-search-form form {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.cmp-search-form__label {
	flex: 1 1 auto;
}

.cmp-search-form__field {
	border: 2px solid #2B65D3;
	border-radius: 100px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	padding: 12px 24px;
	width: 100%;
}

.cmp-search-form__submit {
	flex: 0 0 auto;
	margin-left: 20px;
	padding: 13px 24px;
}

.cmp-footer {
	background-color: #2B65D3;
	color: #FFFFFF;
	padding: 60px 0;
}

.cmp-footer a {
	color: inherit;
	text-decoration: none;
}

.cmp-footer nav {
	font-size: 0.75rem;
	font-weight: 700;
	margin-bottom: 30px;
}

@media (min-width: 782px) {
	.cmp-footer nav {
		font-size: 1rem;
	}
}

.cmp-footer nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cmp-footer nav li {
	flex: 0 0 33.3333%;
	margin-bottom: 12px;
	max-width: 33.3333%;
}

@media (min-width: 782px) {
	.cmp-footer nav li {
		margin-bottom: 24px;
	}
}

.cmp-footer__logo {
	text-align: center;
}

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

.cmp-footer__logo .label {
	font-size: 0.75rem;
	font-weight: 700;
	margin-top: 6px;
}

.cmp-footer__social {
	display: flex;
	justify-content: center;
	margin-top: 36px;
}

.cmp-footer__social a {
	align-items: center;
	border: 1px solid #FFFFFF;
	display: flex;
	font-size: 1.5rem;
	justify-content: center;
	margin: 12px;
	height: 46px;
	width: 46px;
}

.cmp-footer__legal {
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.78px;
	margin-top: 48px;
	text-align: center;
}

@media (min-width: 782px) {
	.cmp-footer__legal {
		font-size: 0.8125rem;
		margin-bottom: 60px;
	}
}

.cmp-footer__widgets .wp-block-columns, .cmp-footer__widgets .page-links {
	padding-left: 0;
	padding-right: 0;
}

.cmp-footer__widgets .widget {
	margin: 0;
}

.cmp-footer__widgets .widgettitle {
	letter-spacing: 0;
}

.cmp-footer__widgets .widget_nav_menu {
	font-size: 0.75rem;
	font-weight: 700;
}

@media (min-width: 782px) {
	.cmp-footer__widgets .widget_nav_menu {
		font-size: 1rem;
	}
}

.cmp-footer__widgets .widget_nav_menu ul li {
	margin-top: 1em;
}

.cmp-footer__widgets .widget_nav_menu ul ul {
	margin-left: 1em;
}

.cmp-header {
	position: relative;
	top: 0;
	z-index: 2;
}

@media (min-width: 600px) {
	.cmp-header {
		position: sticky;
	}
}

.cmp-header a {
	color: inherit;
	text-decoration: none;
}

.cmp-header nav ul {
	display: flex;
}

.cmp-header__global {
	align-items: center;
	background-color: #B30738;
	color: #FFFFFF;
	display: flex;
	height: 68px;
	justify-content: space-between;
	position: relative;
}

.cmp-header__global .logo {
	align-items: center;
	display: flex;
}

.cmp-header__global .logo .img {
	margin-right: 12px;
}

.cmp-header__global .logo .img img {
	display: block;
}

.cmp-header__global .logo .label {
	font-size: 0.75rem;
	font-weight: 700;
	white-space: nowrap;
}

.cmp-header__global .cmp-menu {
	display: none;
}

@media (min-width: 992px) {
	.cmp-header__global .cmp-menu {
		align-items: center;
		display: flex;
		font-size: 0.75rem;
		font-weight: 500;
		justify-content: flex-end;
		letter-spacing: 0.48px;
	}
	.cmp-header__global .cmp-menu a {
		display: block;
		padding: 6px 18px 5px 18px;
	}
	.cmp-header__global .cmp-menu .menu-item {
		border-bottom: 3px solid transparent;
		padding: 10px 0 9px;
		position: relative;
	}
	.cmp-header__global .cmp-menu .menu-item.current-menu-item, .cmp-header__global .cmp-menu .menu-item.current-menu-parent {
		border-color: #FFFFFF;
	}
	.cmp-header__global .cmp-menu .menu-item.menu-item-highlighted > a {
		border-radius: 10px;
		background: #FFFFFF;
		color: #B30738;
	}
	.cmp-header__global .cmp-menu .menu-item.menu-item-has-children::after {
		border: solid #FFFFFF;
		border-width: 0 2px 2px 0;
		content: '';
		display: block;
		margin-top: -5px;
		padding: 3px;
		position: absolute;
		right: 18px;
		top: 50%;
		transform: rotate(45deg);
	}
	.cmp-header__global .cmp-menu .menu-item.menu-item-has-children > a {
		padding-right: 36px;
	}
	.cmp-header__global .cmp-menu .menu-item.menu-item-has-children.menu-item-highlighted::after {
		border-color: #B30738;
	}
}

@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
	.cmp-header__global .cmp-menu .menu-item:hover::after {
		border-color: #000000;
	}
	.cmp-header__global .cmp-menu .menu-item:hover > .sub-menu {
		height: auto;
	}
}

@media (min-width: 992px) {
	.cmp-header__global .cmp-menu .menu-item:last-child > .sub-menu {
		left: auto;
		right: 0;
	}
	.cmp-header__global .cmp-menu .menu-item > .sub-menu {
		border-radius: 8px;
		box-shadow: 0 6px 18px 0 rgba(159, 159, 159, 0.25);
		display: flex;
		flex-direction: column;
		left: -6px;
		height: 0;
		overflow: hidden;
		position: absolute;
		top: 48px;
		width: 240px;
		z-index: 4;
	}
	.cmp-header__global .cmp-menu .menu-item > .sub-menu .menu-item {
		border: 0;
		padding: 0;
	}
	.cmp-header__global .cmp-menu .menu-item > .sub-menu a {
		background: #FFFFFF;
		color: #1E1E1E;
		display: block;
		font-size: 0.875rem;
		font-weight: 400;
		padding: 13px 24px;
	}
	.cmp-header__global .cmp-menu .menu-item > .sub-menu a:hover {
		background: #2B65D3;
		color: #FFFFFF;
	}
}

.cmp-header__primary {
	align-items: center;
	background-color: #FFFFFF;
	box-sizing: border-box;
	color: #000000;
	display: flex;
	height: 88px;
	justify-content: space-between;
	padding: 12px 0;
	position: relative;
	transition: background-color 0.2s ease-in, color 0.2s ease-in;
}

.cmp-header__primary .logo .custom-logo-link {
	display: block;
}

.cmp-header__primary .logo .alt-logo-link {
	display: none;
}

.cmp-header__primary .logo img {
	display: block;
	height: auto;
	max-width: 154px;
}

@media (min-width: 992px) {
	.cmp-header__primary .logo img {
		max-width: 236px;
	}
}

.cmp-header__primary .tagline {
	color: #000000;
	font-family: "Inter", sans-serif;
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 300;
	letter-spacing: -1.43px;
	line-height: 1.2;
}

@media (min-width: 600px) {
	.cmp-header__primary .tagline {
		font-size: 1.5rem;
		letter-spacing: -1.56px;
	}
}

@media (min-width: 1200px) {
	.cmp-header__primary .tagline {
		font-size: 1.5625rem;
		letter-spacing: -1.625px;
	}
}

.cmp-header__primary .tagline strong {
	font-weight: 600;
}

body.transparent-nav .cmp-header__primary {
	background-color: transparent;
	color: #FFFFFF;
}

body.transparent-nav .cmp-header__primary .custom-logo-link {
	display: none;
}

body.transparent-nav .cmp-header__primary .alt-logo-link {
	display: block;
}

body.transparent-nav .cmp-header__primary .tagline {
	color: #FFFFFF;
}

body.transparent-nav .cmp-header__primary .cmp-header__nav .cmp-menu .menu-item.menu-item-has-children::after {
	border-color: #FFFFFF;
}

@media (hover: hover) and (pointer: fine) {
	body.transparent-nav .cmp-header__primary .cmp-header__nav .cmp-menu .menu-item.menu-item-has-children:hover::after {
		border-color: #2B65D3;
	}
}

body.transparent-nav .cmp-header__primary .cmp-header__searchicon svg path {
	fill: #FFFFFF;
}

body.transparent-nav .cmp-header__primary.search-active {
	background-color: #FFFFFF;
	color: #000000;
}

body.transparent-nav .cmp-header__primary.search-active .logo {
	filter: brightness(0) invert(0);
}

body.transparent-nav .cmp-header__primary.search-active .tagline {
	color: #000000;
}

body.transparent-nav .cmp-header__primary.search-active .cmp-header__searchicon svg path {
	fill: #000000;
}

body.transparent-nav .cmp-header__primary.search-active .cmp-header__nav .cmp-menu .menu-item.menu-item-has-children::after {
	border-color: #000000;
}

@media (hover: hover) and (pointer: fine) {
	body.transparent-nav .cmp-header__primary.search-active .cmp-header__nav .cmp-menu .menu-item.menu-item-has-children:hover::after {
		border-color: #2B65D3;
	}
}

.cmp-header__nav {
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: flex-end;
	letter-spacing: 0.64px;
}

@media (min-width: 1200px) {
	.cmp-header__nav {
		font-size: 1.125rem;
		letter-spacing: 0.72px;
	}
}

.cmp-header__nav .cmp-menu {
	display: none;
}

@media (min-width: 992px) {
	.cmp-header__nav .cmp-menu {
		display: block;
	}
}

.cmp-header__nav .cmp-menu a {
	display: block;
	padding: 6px 12px 5px 12px;
}

@media (min-width: 1400px) {
	.cmp-header__nav .cmp-menu a {
		padding: 6px 18px 5px 18px;
	}
}

.cmp-header__nav .cmp-menu .menu-item {
	border-bottom: 3px solid transparent;
	padding: 10px 0 9px;
	position: relative;
}

.cmp-header__nav .cmp-menu .menu-item.current-menu-item, .cmp-header__nav .cmp-menu .menu-item.current-menu-parent {
	border-color: #2B65D3;
}

.cmp-header__nav .cmp-menu .menu-item.menu-item-has-children::after {
	border: solid #000000;
	border-width: 0 2px 2px 0;
	content: '';
	display: block;
	margin-top: -5px;
	padding: 3px;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: rotate(45deg);
}

.cmp-header__nav .cmp-menu .menu-item.menu-item-has-children > a {
	padding-right: 36px;
}

.cmp-header__nav .cmp-menu .menu-item.menu-item-has-children.menu-item-highlighted::after {
	border-color: #B30738;
}

@media (hover: hover) and (pointer: fine) {
	.cmp-header__nav .cmp-menu .menu-item:hover::after {
		border-color: #2B65D3;
	}
	.cmp-header__nav .cmp-menu .menu-item:hover > .sub-menu {
		height: auto;
	}
}

.cmp-header__nav .cmp-menu .menu-item:last-child > .sub-menu {
	left: auto;
	right: 0;
}

.cmp-header__nav .cmp-menu .menu-item > .sub-menu {
	border-radius: 8px;
	box-shadow: 0 6px 18px 0 rgba(159, 159, 159, 0.25);
	display: flex;
	flex-direction: column;
	left: -6px;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 48px;
	width: 240px;
	z-index: 4;
}

.cmp-header__nav .cmp-menu .menu-item > .sub-menu .menu-item {
	border: 0;
	padding: 0;
}

.cmp-header__nav .cmp-menu .menu-item > .sub-menu a {
	background: #FFFFFF;
	color: #1E1E1E;
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	padding: 13px 24px;
}

.cmp-header__nav .cmp-menu .menu-item > .sub-menu a:hover {
	background: #2B65D3;
	color: #FFFFFF;
}

.cmp-header__search {
	display: block;
	margin-left: 20px;
}

@media (min-width: 1400px) {
	.cmp-header__search {
		margin-left: 40px;
	}
}

.cmp-header__searchicon {
	cursor: pointer;
	display: flex;
}

.cmp-header__searchicon svg {
	display: none;
}

.cmp-header__searchicon svg.active {
	display: block;
}

.cmp-header__searchform {
	background: #FFFFFF;
	left: 0;
	padding: 20px 0;
	position: absolute;
	top: -200px;
	transition: top 0.4s ease;
	width: 100%;
	z-index: -1;
}

.cmp-header__searchform.active {
	top: calc(88px - 1px);
}

.cmp-header__mobile-toggle {
	appearance: none;
	background: none;
	border: none;
	cursor: pointer;
	display: block;
	float: right;
	margin: 0 -6px 0 0;
	position: relative;
	height: 40px;
	width: 40px;
}

.cmp-header__mobile-toggle span {
	background: #FFFFFF;
	content: '';
	display: block;
	height: 2px;
	left: 10px;
	position: absolute;
	transition: top 0.4s ease;
	width: 20px;
}

.cmp-header__mobile-toggle span:nth-child(1) {
	top: 10px;
}

.cmp-header__mobile-toggle span:nth-child(2) {
	top: 19px;
}

.cmp-header__mobile-toggle span:nth-child(3) {
	top: 28px;
}

@media (min-width: 992px) {
	.cmp-header__mobile-toggle {
		display: none;
	}
}

.cmp-header__mobile-nav {
	background: #000000;
	height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	transform: translateX(100%);
	transition: 0.4s ease;
	width: 100vw;
}

.cmp-header__mobile-nav.visible {
	transform: translateX(0);
}

.cmp-header__mobile-nav__logo {
	filter: brightness(0) invert(1);
	padding: 32px 16px 0;
}

.cmp-header__mobile-nav__logo .custom-logo {
	display: block;
	height: auto;
	max-width: 154px;
}

.cmp-header__mobile-nav__close {
	padding: 8px;
	position: absolute;
	right: 16px;
	top: 30px;
	z-index: 2;
}

.cmp-header__mobile-nav .cmp-menu {
	padding: 16px 0;
}

.cmp-header__mobile-nav .cmp-menu a {
	color: #FFFFFF;
	display: block;
	padding: 0 16px;
	text-decoration: none;
}

.cmp-header__mobile-nav .cmp-menu__menu {
	display: flex;
	flex-direction: column;
}

.cmp-header__mobile-nav .cmp-menu__menu .menu-item-has-children .arrow::after {
	border: solid #FFFFFF;
	border-width: 2px 2px 0 0;
	content: '';
	display: inline-block;
	opacity: 0.6;
	padding: 4px;
	position: relative;
	right: -10px;
	top: -0.125em;
	transform: rotate(45deg);
}

.cmp-header__mobile-nav .cmp-menu__menu--primary {
	margin: 0 0 8px;
}

.cmp-header__mobile-nav .cmp-menu__menu--primary::after {
	background: #FFFFFF;
	content: '';
	display: block;
	height: 1px;
	margin: 36px 16px 0;
	opacity: 0.3;
}

.cmp-header__mobile-nav .cmp-menu__menu--primary li {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: -0.56px;
	line-height: 1.5;
	margin: 24px 0 0;
	position: relative;
}

.cmp-header__mobile-nav .cmp-menu__menu--global li {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.66667;
	margin: 24px 0 0;
}

.cmp-header__mobile-nav .sub-menu {
	background: #000000;
	display: flex;
	flex-direction: column;
	height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	transform: translateX(100%);
	transition: 0.4s ease;
	width: 100vw;
	z-index: 1;
}

.cmp-header__mobile-nav .sub-menu.visible {
	transform: translateX(0);
}

.cmp-header__mobile-nav .sub-menu li {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.66667;
	margin: 24px 0 0;
}

.cmp-header__mobile-nav .sub-menu .back-item {
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: -0.56px;
	line-height: 1.5;
	margin: 28px 0 20px 40px;
	position: relative;
}

.cmp-header__mobile-nav .sub-menu .back-item::before {
	border: solid #FFFFFF;
	border-width: 2px 2px 0 0;
	content: '';
	display: inline-block;
	left: -20px;
	opacity: 0.6;
	padding: 6px;
	position: relative;
	top: -0.125em;
	transform: rotate(-135deg);
}

@media (min-width: 992px) {
	.cmp-header__mobile-nav {
		display: none;
	}
}

.cmp-accordion__items {
	border-bottom: 1px solid #EDEDED;
}

.cmp-accordion__item {
	border-top: 1px solid #EDEDED;
	overflow: hidden;
}

.cmp-accordion__title button {
	appearance: none;
	background: none;
	border: none;
	color: inherit;
	cursor: pointer;
	display: block;
	font-weight: inherit;
	padding: 24px 40px 24px 0;
	position: relative;
	text-align: left;
	width: 100%;
}

.cmp-accordion__title button::before {
	background: #A7A8AD;
	content: '';
	display: block;
	height: 2px;
	margin-top: -1px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 16px;
}

.cmp-accordion__title button::after {
	background: #A7A8AD;
	content: '';
	display: block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 7px;
	top: 50%;
	width: 2px;
	transition: transform 0.2s ease;
}

.active .cmp-accordion__title button::after {
	transform: rotate(90deg);
}

.cmp-accordion__body {
	font-size: 1.125rem;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}

.active .cmp-accordion__body {
	opacity: 1;
	padding-bottom: 24px;
}

.cmp-accordion__body > * {
	margin-top: 0;
}

.cmp-accordion__body > *:last-child {
	margin-bottom: 0;
}

.cmp-accordion__body ol, .cmp-accordion__body ul {
	padding-left: 1.67em;
}

.cmp-banner__image {
	border-radius: 15px 15px 120px 15px;
	overflow: hidden;
	padding: 100% 0 0;
	position: relative;
}

@media (min-width: 782px) {
	.cmp-banner__image {
		border-radius: 30px 30px 200px 30px;
	}
}

.img-right .cmp-banner__image {
	border-radius: 15px 15px 15px 120px;
}

@media (min-width: 782px) {
	.img-right .cmp-banner__image {
		border-radius: 30px 30px 30px 200px;
	}
}

.img-top .cmp-banner__image {
	margin-bottom: 26px;
	padding: 50% 0 0;
}

@media (min-width: 782px) {
	.img-top .cmp-banner__image {
		margin-bottom: 48px;
	}
}

.img-top .cmp-banner__video {
	margin-bottom: 26px;
}

@media (min-width: 782px) {
	.img-top .cmp-banner__video {
		margin-bottom: 48px;
	}
}

.cmp-banner__video .video {
	border-radius: 15px;
	overflow: hidden;
	padding: 56.25% 0 0;
	position: relative;
}

@media (min-width: 782px) {
	.cmp-banner__video .video {
		border-radius: 30px;
	}
}

.cmp-banner__content {
	padding: 20px 0 0;
}

@media (min-width: 782px) {
	.cmp-banner__content {
		padding: 0 30px;
	}
}

@media (min-width: 782px) {
	.img-top .cmp-banner__content {
		padding: 0;
	}
}

.cmp-banner__content .btn-group {
	margin-top: 1.5rem;
}

.cmp-banner__content .btn-group a {
	margin-right: 0.5625rem;
}

.cmp-banner__content .btn-group a:last-child {
	margin-right: 0;
}

.cmp-banner__eyebrow {
	color: #B30738;
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.cmp-banner__eyebrow {
		margin-bottom: 3px;
	}
}

.img-top .cmp-banner__title {
	margin-bottom: 32px;
}

.cmp-banner__body {
	margin-top: 12px;
}

@media (min-width: 992px) {
	.img-top .cmp-banner__body {
		width: 66.667%;
	}
}

.cmp-banner__body h4, .cmp-banner__body h5, .cmp-banner__body .site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-name .sptp-member-name-title, .site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-name .cmp-banner__body .sptp-member-name-title, .cmp-banner__body h6 {
	margin: 0 0 0.5rem;
}

.cmp-banner__body p, .cmp-banner__body ol, .cmp-banner__body ul {
	margin: 0 0 1rem;
}

.cmp-banner__body p:last-child, .cmp-banner__body ol:last-child, .cmp-banner__body ul:last-child {
	margin: 0;
}

.cmp-banner__cta {
	margin-top: 32px;
}

.cmp-cards .col-12 {
	padding-bottom: calc(var(--bs-gutter-x) * 2);
}

@media (min-width: 992px) {
	.cmp-cards__card {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
}

.cmp-cards__img {
	border-radius: 20px;
	margin: 0 0 24px;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
}

@media (min-width: 992px) {
	.cmp-cards__img {
		border-radius: 30px;
	}
}

.cmp-cards__eyebrow {
	margin: 0 0 5px;
}

@media (min-width: 992px) {
	.cmp-cards__eyebrow {
		margin: 0 0 10px;
	}
}

.cmp-cards__title {
	margin: 0 0 20px;
}

.cmp-cards__body {
	font-size: 1.125rem;
}

.cmp-cards__body > * {
	margin-top: 0;
}

.cmp-cards__body > *:last-child {
	margin-bottom: 0;
}

.cmp-cards__cta {
	margin-top: 32px;
}

.cmp-carousel {
	overflow-x: hidden;
}

.cmp-carousel__wrap {
	margin-left: -8px;
	width: 100vw;
}

@media (min-width: 992px) {
	.cmp-carousel__wrap {
		margin-left: -16px;
	}
}

.cmp-carousel__card {
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 4px 11px 0 rgba(159, 159, 159, 0.25);
	height: calc(100% - 16px);
	margin: 8px;
	overflow: hidden;
}

@media (min-width: 992px) {
	.cmp-carousel__card {
		height: calc(100% - 32px);
		margin: 16px;
	}
}

.cmp-carousel__img {
	padding-top: 120%;
	position: relative;
}

.cmp-carousel__content {
	padding: 16px 26px 16px;
}

@media (min-width: 992px) {
	.cmp-carousel__content {
		padding: 20px 30px 20px;
	}
}

.cmp-carousel__title {
	line-height: 1.2;
	margin-bottom: 6px;
}

@media (min-width: 992px) {
	.cmp-carousel__title {
		font-size: 1.875rem;
	}
}

.cmp-carousel__body {
	color: #323232;
	font-size: 0.75rem;
}

@media (min-width: 992px) {
	.cmp-carousel__body {
		font-size: 1.0625rem;
		line-height: 1.42857;
	}
}

.cmp-carousel__body h4, .cmp-carousel__body h5, .cmp-carousel__body .site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-name .sptp-member-name-title, .site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-name .cmp-carousel__body .sptp-member-name-title, .cmp-carousel__body h6 {
	margin: 0 0 0.5rem;
}

.cmp-carousel__body p, .cmp-carousel__body ol, .cmp-carousel__body ul {
	margin: 0 0 1rem;
}

.cmp-carousel__body p:last-child, .cmp-carousel__body ol:last-child, .cmp-carousel__body ul:last-child {
	margin: 0;
}

.cmp-carousel__cta {
	margin-top: 12px;
}

.cmp-carousel .splide__arrows {
	display: flex;
	justify-content: flex-end;
	margin-top: 16px;
}

.cmp-carousel .splide__arrow {
	appearance: none;
	background: none;
	border: none;
	cursor: pointer;
	display: block;
	margin: 0 0 0 9px;
	padding: 0;
}

@media (min-width: 992px) {
	.cmp-carousel .splide__arrow {
		margin: 0 0 0 14px;
	}
}

.cmp-carousel .splide__arrow:disabled {
	cursor: default;
	opacity: 0.3;
}

.cmp-carousel .splide__arrow svg {
	height: 36px;
	width: 36px;
}

@media (min-width: 992px) {
	.cmp-carousel .splide__arrow svg {
		height: 54px;
		width: 54px;
	}
}

.cmp-carousel .splide__arrow--prev svg {
	transform: rotate(-180deg);
}

.cmp-casestudy {
	color: #1E1E1E;
}

.cmp-casestudy__blocks .wp-block-columns, .cmp-casestudy__blocks .page-links {
	padding-left: 13px;
	padding-right: 13px;
}

@media (min-width: 992px) {
	.cmp-casestudy__blocks .wp-block-columns, .cmp-casestudy__blocks .page-links {
		padding-left: 45px;
		padding-right: 45px;
	}
}

@media (min-width: 992px) {
	.cmp-casestudy__data {
		padding: 45px;
	}
}

.cmp-casestudy__video {
	overflow: hidden;
	padding: 75% 0 0;
	position: relative;
	width: 100%;
}

@media (min-width: 992px) {
	.cmp-casestudy__video {
		border-radius: 20px;
	}
}

.cmp-casestudy__content {
	padding: 13px;
}

@media (min-width: 992px) {
	.cmp-casestudy__content {
		padding: 0;
	}
}

.cmp-casestudy__title {
	/* It hurts me to use bp-down ;-)   Ouch. */
}

@media (max-width: 991.98px) {
	.cmp-casestudy__title {
		font-size: 1.5rem;
	}
}

@media (min-width: 992px) {
	.cmp-casestudy__title {
		padding-right: 30px;
	}
}

.cmp-casestudy__summary {
	line-height: 1.5;
}

@media (min-width: 992px) {
	.cmp-casestudy__summary {
		margin: 8px 0 36px;
	}
}

.cmp-casestudy__summary > * {
	margin-top: 0;
}

.cmp-casestudy__summary > *:last-child {
	margin-bottom: 0;
}

.cmp-casestudy__meta-title {
	font-size: 1.6875rem;
	line-height: 1.3;
	margin: 0 0 12px;
	padding-left: 47px;
	position: relative;
}

@media (min-width: 992px) {
	.cmp-casestudy__meta-title {
		font-size: 1.875rem;
	}
}

.cmp-casestudy__meta-title::before {
	content: '';
	display: block;
	height: 33px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 33px;
}

.cmp-casestudy__meta-title.icon-challenge::before {
	background: url("../assets/icon-challenge.png") no-repeat 50% 50%;
}

.cmp-casestudy__meta-title.icon-impact {
	padding-left: 40px;
}

.cmp-casestudy__meta-title.icon-impact::before {
	background: url("../assets/icon-impact.png") no-repeat 50% 50%;
	width: 26px;
}

.cmp-casestudy__meta-body {
	line-height: 1.57143;
}

@media (min-width: 992px) {
	.cmp-casestudy__meta-body {
		line-height: 1.375;
	}
}

.cmp-casestudy__meta-body h4, .cmp-casestudy__meta-body h5, .cmp-casestudy__meta-body .site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-name .sptp-member-name-title, .site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-name .cmp-casestudy__meta-body .sptp-member-name-title, .cmp-casestudy__meta-body h6 {
	line-height: 1.4;
}

.cmp-casestudy__meta-body > * {
	margin-top: 0;
}

.cmp-casestudy__meta-body > *:last-child {
	margin-bottom: 0;
}

.cmp-casestudy__people {
	background: #F4F8FA;
	padding: 0 13px 30px;
}

@media (min-width: 992px) {
	.cmp-casestudy__people {
		padding: 36px 50px;
	}
}

.cmp-casestudy__people .pill {
	margin: 30px 0 0;
}

@media (min-width: 992px) {
	.cmp-casestudy__people .pill {
		margin: 0;
	}
}

.cmp-casestudy__person {
	display: flex;
	margin: 15px 0 5px;
}

@media (min-width: 992px) {
	.cmp-casestudy__person {
		margin: 25px 0 5px;
	}
}

.cmp-casestudy__person .avatar {
	border-radius: 50%;
	flex-grow: 0;
	flex-shrink: 0;
	height: 46px;
	margin-right: 8px;
	overflow: hidden;
	position: relative;
	width: 46px;
}

@media (min-width: 992px) {
	.cmp-casestudy__person .avatar {
		margin-right: 10px;
	}
}

.cmp-casestudy__person .name {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}

.cmp-casestudy__person .role {
	font-size: 0.75rem;
	line-height: 1.4;
}

.cmp-casestudy__person .role > * {
	margin-top: 0;
}

.cmp-casestudy__person .role > *:last-child {
	margin-bottom: 0;
}

.cmp-entrepreneur__header {
	display: flex;
	flex-direction: column;
	margin: 24px 0 40px;
}

@media (min-width: 782px) {
	.cmp-entrepreneur__header {
		flex-direction: row;
		margin: 24px 0 54px;
	}
}

.cmp-entrepreneur__logo {
	flex: 0 0 auto;
	margin: 0 0 16px;
	width: 170px;
}

@media (min-width: 782px) {
	.cmp-entrepreneur__logo {
		margin: 0 48px 0 0;
	}
}

@media (min-width: 992px) {
	.cmp-entrepreneur__logo {
		margin: 0 60px 0 0;
		width: 308px;
	}
}

.cmp-entrepreneur__logo img {
	background-color: #FFFFFF;
}

.cmp-entrepreneur__logo .logo-placeholder {
	background-color: #FFFFFF;
	display: block;
	padding: 100% 0 0;
}

.cmp-entrepreneur__title {
	color: #323232;
	margin: 0 0 16px;
}

@media (min-width: 992px) {
	.cmp-entrepreneur__title {
		margin: 0;
	}
}

.cmp-entrepreneur__mission {
	color: #323232;
}

.cmp-entrepreneur__mission p {
	margin: 16px 0;
}

@media (min-width: 992px) {
	.cmp-entrepreneur__mission p {
		margin: 24px 0;
	}
}

.cmp-entrepreneur__social {
	align-items: center;
	display: flex;
}

.cmp-entrepreneur__social .icon {
	margin-left: 16px;
}

.cmp-entrepreneur__social .icon img {
	display: block;
}

.cmp-entrepreneur__meta {
	display: flex;
	flex-direction: column;
	margin-bottom: 48px;
}

@media (min-width: 992px) {
	.cmp-entrepreneur__meta {
		flex-direction: row;
		gap: 48px;
		margin-bottom: 60px;
	}
}

@media (min-width: 782px) {
	.cmp-entrepreneur__meta__cols {
		display: flex;
		gap: 48px;
	}
}

@media (min-width: 992px) {
	.cmp-entrepreneur__meta__cols {
		width: 60%;
	}
}

@media (min-width: 782px) {
	.cmp-entrepreneur__meta__col {
		width: 33%;
	}
}

.cmp-entrepreneur__meta__col h6 {
	margin: 8px 0 0;
}

.cmp-entrepreneur__meta__col .values {
	color: #1E1E1E;
	font-size: 1.125rem;
}

.cmp-entrepreneur__meta__images {
	align-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 24px;
}

@media (min-width: 782px) {
	.cmp-entrepreneur__meta__images {
		margin-top: 48px;
	}
}

@media (min-width: 992px) {
	.cmp-entrepreneur__meta__images {
		gap: 4px;
		margin-top: 0;
		width: 40%;
	}
}

.cmp-entrepreneur__meta__images .img-wrap {
	max-width: 170px;
	width: calc(50% - 10px);
}

@media (min-width: 600px) {
	.cmp-entrepreneur__meta__images .img-wrap {
		width: calc(25% - 10px);
	}
}

@media (min-width: 782px) {
	.cmp-entrepreneur__meta__images .img-wrap {
		width: calc(20% - 10px);
	}
}

@media (min-width: 992px) {
	.cmp-entrepreneur__meta__images .img-wrap {
		width: calc(33.33333% - 3px);
	}
}

@media (min-width: 1400px) {
	.cmp-entrepreneur__meta__images .img-wrap {
		width: calc(25% - 3px);
	}
}

.cmp-entrepreneur__meta__images img {
	display: block;
	height: auto;
	width: 100%;
}

.cmp-entrepreneur__description, .cmp-entrepreneur__testimonial {
	margin-top: 48px;
}

@media (min-width: 992px) {
	.cmp-entrepreneur__description, .cmp-entrepreneur__testimonial {
		margin-top: 60px;
	}
}

.cmp-entrepreneur__description .body, .cmp-entrepreneur__testimonial .body {
	color: #1E1E1E;
	font-size: 1.125rem;
}

@media (min-width: 992px) {
	.cmp-entrepreneur__description .body, .cmp-entrepreneur__testimonial .body {
		padding-right: 25%;
	}
}

@media (min-width: 1200px) {
	.cmp-entrepreneur__description .body, .cmp-entrepreneur__testimonial .body {
		padding-right: 33%;
	}
}

.cmp-entrepreneur__description .body p, .cmp-entrepreneur__testimonial .body p {
	margin: 1.333em 0;
}

.cmp-entry-card {
	padding: 30px 0;
}

@media (min-width: 992px) {
	.cmp-entry-card {
		padding: 75px 0 90px;
	}
}

.cmp-entry-card__image {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	transition: height 0.3s;
}

.cmp-entry-card__image-inner {
	padding-top: 75%;
	position: relative;
}

@media (min-width: 992px) {
	.cmp-entry-card__image-inner {
		padding-top: 61%;
	}
}

.cmp-entry-card__content {
	padding: 30px 0 0;
}

@media (min-width: 992px) {
	.cmp-entry-card__content {
		padding: 40px 0 0;
	}
}

.cmp-entry-card__tags {
	margin: 0 0 10px;
}

.cmp-entry-card__tags span {
	background: #B30738;
	border-radius: 5px;
	display: inline-block;
	font-size: 0.875rem;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.cmp-entry-card__title {
	margin: 0 0 15px;
}

.cmp-entry-card__title a {
	color: inherit;
	text-decoration: none;
}

.cmp-entry-card__author {
	display: flex;
	font-weight: 400;
	align-items: center;
	margin: 0 0 25px;
}

.cmp-entry-card__author img {
	border-radius: 50%;
	margin-right: 15px;
	width: 36px;
}

.cmp-entry-card__author a {
	color: inherit;
}

.cmp-entry-card__excerpt {
	font-size: 0.875rem;
}

@media (min-width: 992px) {
	.cmp-entry-card__excerpt {
		font-size: 1rem;
	}
}

@media (max-width: 991.98px) {
	.cmp-posts--3-up .cmp-entry-card {
		display: flex;
		flex-direction: row;
	}
	.cmp-posts--3-up .cmp-entry-card__image {
		display: block;
		flex: 0 0 37%;
		margin-right: 20px;
		max-width: 37%;
	}
	.cmp-posts--3-up .cmp-entry-card__content {
		padding: 0;
	}
	.cmp-posts--3-up .cmp-entry-card__title {
		font-size: 1.125rem;
	}
	.cmp-posts--3-up .cmp-entry-card__author, .cmp-posts--3-up .cmp-entry-card__excerpt {
		display: none;
	}
}

.cmp-hero__panels {
	height: calc(100vh - 204px);
	max-height: 600px;
}

body.admin-bar .cmp-hero__panels {
	height: calc(100vh - (204px + 46px));
}

@media (min-width: 992px) {
	.cmp-hero__panels {
		max-height: 1100px;
	}
	body.admin-bar .cmp-hero__panels {
		height: calc(100vh - (204px + 32px));
	}
}

.cmp-hero__panel {
	height: 0;
	left: 5%;
	opacity: 0;
	overflow: hidden;
	position: relative;
	transition: left 0.4s, opacity 0.4s;
}

.cmp-hero__panel.active {
	height: 100%;
	left: 0;
	opacity: 1;
}

.cmp-hero__panel-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	position: relative;
}

.cmp-hero__bg {
	z-index: 1;
}

.cmp-hero__bg .mask {
	background: linear-gradient(90deg, rgba(25, 18, 25, 0.75) 0%, rgba(25, 18, 25, 0) 100%);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.cmp-hero__img.has-mobile, .cmp-hero__vid.has-mobile {
	display: none;
}

@media (min-width: 600px) {
	.cmp-hero__img.has-mobile, .cmp-hero__vid.has-mobile {
		display: block;
	}
}

.cmp-hero__img--mobile {
	display: block;
}

@media (min-width: 600px) {
	.cmp-hero__img--mobile {
		display: none;
	}
}

.cmp-hero__content {
	position: relative;
	z-index: 2;
}

.cmp-hero__nav {
	margin: -22px 0 0;
	overflow-x: auto;
	padding-bottom: 20px;
	position: relative;
	z-index: 3;
}

@media (min-width: 992px) {
	.cmp-hero__nav {
		margin: -32px 0 0;
	}
}

.cmp-hero__nav::-webkit-scrollbar {
	display: none;
}

.cmp-hero__nav-track {
	display: flex;
	flex-wrap: wrap;
}

.cmp-hero__nav-item {
	appearance: none;
	background: #FFFFFF;
	border: 0;
	border-radius: 100px;
	box-shadow: 0 6px 18px 0 rgba(159, 159, 159, 0.25);
	color: #000000;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.24px;
	line-height: 1.5;
	margin: 0 0 4px 4px;
	padding: 13px 33px 13px 17px;
	position: relative;
	white-space: nowrap;
}

@media (min-width: 992px) {
	.cmp-hero__nav-item {
		font-size: 1rem;
		margin: 0 0 17px 17px;
		padding: 20px 54px 20px 22px;
	}
}

.cmp-hero__nav-item .num {
	color: #2B65D3;
}

.cmp-hero__nav-item::before {
	background: #2B65D3;
	border-radius: 50px;
	content: '';
	display: block;
	height: 19px;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 19px;
}

@media (min-width: 992px) {
	.cmp-hero__nav-item::before {
		height: 28px;
		right: 18px;
		top: 19px;
		width: 28px;
	}
}

.cmp-hero__nav-item::after {
	border: solid #FFFFFF;
	border-width: 0 2px 2px 0;
	content: '';
	display: block;
	height: 4.5px;
	position: absolute;
	right: 17.5px;
	top: 17.5px;
	transform: rotate(-45deg);
	width: 4.5px;
}

@media (min-width: 992px) {
	.cmp-hero__nav-item::after {
		height: 7px;
		right: 29px;
		top: 28px;
		width: 7px;
	}
}

.cmp-hero__overlay {
	top: 0;
}

.cmp-logo-gallery__image {
	padding: 12px 12px 40px;
}

@media (min-width: 992px) {
	.cmp-logo-gallery__image {
		padding: 24px 24px 56px;
	}
}

.cmp-logo-gallery__image img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}

.cmp-news .col-12 {
	padding-bottom: 22px;
}

@media (min-width: 992px) {
	.cmp-news .col-12 {
		padding-bottom: 30px;
	}
}

.cmp-news__card {
	border-radius: 16px;
	cursor: pointer;
	filter: drop-shadow(0 3.3px 10px rgba(159, 159, 159, 0.25));
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

@media (min-width: 992px) {
	.cmp-news__card {
		border-radius: 30px;
		filter: drop-shadow(0 6px 18px rgba(159, 159, 159, 0.25));
	}
}

@media (hover: hover) and (pointer: fine) {
	.cmp-news__card:hover {
		background: #2B65D3 url("../assets/news-hover-bg-globe.png") no-repeat bottom left;
		color: #FFFFFF;
	}
	.cmp-news__card:hover .aspect-container {
		border-radius: 20px;
		bottom: auto;
		height: 248px;
		left: auto;
		overflow: hidden;
		right: 25px;
		top: 25px;
		width: 248px;
	}
	.cmp-news__card:hover .cmp-news__content {
		background: transparent;
	}
	.cmp-news__card:hover .pill {
		background: #FFFFFF;
		color: #2B65D3;
	}
}

.cmp-news__image {
	aspect-ratio: 1.5 / 1;
	border-radius: 16px 16px 0 0;
	overflow: hidden;
	position: relative;
}

@media (min-width: 782px) {
	.cmp-news__image {
		aspect-ratio: 1 / 1;
	}
}

@media (min-width: 992px) {
	.cmp-news__image {
		border-radius: 30px 30px 0 0;
	}
}

@media (min-width: 782px) {
	.cmp-news__image--wide {
		aspect-ratio: 2.111 / 1;
	}
}

@media (min-width: 992px) {
	.cmp-news__image--wide {
		aspect-ratio: 2.077 / 1;
	}
}

.cmp-news__content {
	background: #FFFFFF;
	border-radius: 0 0 16px 16px;
	flex-grow: 1;
	padding: 0 13px 26px;
	position: relative;
}

@media (min-width: 992px) {
	.cmp-news__content {
		border-radius: 0 0 30px 30px;
		padding: 0 24px 36px;
	}
}

.cmp-news__tags {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	top: -13px;
}

.cmp-news__tags .pill {
	margin: 0 5px 5px 0;
}

.cmp-news__tags .pill:last-child {
	margin-right: 0;
}

@media (min-width: 992px) {
	.cmp-news__title {
		margin-top: 6px;
	}
}

.cmp-news__title a {
	color: inherit;
	text-decoration: none;
}

.cmp-news__meta {
	color: inherit;
	font-size: 0.75rem;
}

@media (min-width: 992px) {
	.cmp-news__meta {
		font-size: 1.0625rem;
		line-height: 1.42857;
		margin-top: 6px;
	}
}

.cmp-overlay {
	display: none;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10000;
}

.cmp-overlay.open {
	display: block;
}

.cmp-overlay__mask {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10001;
}

.cmp-overlay__wrap {
	position: relative;
	z-index: 10002;
}

.cmp-overlay__content {
	background: #FFFFFF;
	border-radius: 10px;
	margin: 16px 0;
	overflow: hidden;
}

@media (min-width: 992px) {
	.cmp-overlay__content {
		border-radius: 30px;
		margin: 60px 0;
	}
}

.cmp-overlay__close {
	cursor: pointer;
	display: block;
	position: absolute;
	right: 12px;
	top: 12px;
}

@media (min-width: 992px) {
	.cmp-overlay__close {
		right: 24px;
		top: 24px;
	}
}

.cmp-pagination {
	align-items: center;
	display: flex;
	gap: 8px;
}

@media (min-width: 600px) {
	.cmp-pagination {
		gap: 16px;
	}
}

.cmp-pagination .page-numbers {
	border-radius: 4px;
	color: #1E1E1E;
	display: block;
	font-size: 1.125rem;
	height: 38px;
	line-height: 38px;
	position: relative;
	text-decoration: none;
	text-align: center;
	width: 41px;
}

.cmp-pagination .page-numbers.current {
	background: #2B65D3;
	color: #FFFFFF;
	font-weight: 700;
}

.cmp-pagination .page-numbers.dots {
	color: #A7A8AD;
	font-weight: 700;
	width: auto;
}

.cmp-pagination .page-numbers:not(span):hover {
	background: rgba(43, 101, 211, 0.2);
}

.cmp-pagination .page-numbers.next, .cmp-pagination .page-numbers.prev {
	border: 2px solid #A7A8AD;
	border-radius: 100px;
	height: 28px;
	padding: 0;
	width: 28px;
}

.cmp-pagination .page-numbers.next::after, .cmp-pagination .page-numbers.prev::after {
	border: solid #A7A8AD;
	border-width: 2px 2px 0 0;
	content: '';
	display: block;
	left: 7px;
	padding: 4px;
	position: absolute;
	top: 9px;
	transform: rotate(45deg);
}

.cmp-pagination .page-numbers.next:hover, .cmp-pagination .page-numbers.prev:hover {
	background: none;
	border-color: #2B65D3;
}

.cmp-pagination .page-numbers.next:hover::after, .cmp-pagination .page-numbers.prev:hover::after {
	border-color: #2B65D3;
}

.cmp-pagination .page-numbers.prev::after {
	left: 11px;
	transform: rotate(225deg);
}

.cmp-posts-nav {
	margin: 20px 0 40px;
}

@media (min-width: 992px) {
	.cmp-posts-nav {
		margin: 40px 0 80px;
	}
}

.cmp-posts-nav__links {
	align-items: center;
	column-gap: 20px;
	display: flex;
	justify-content: center;
}

.cmp-profile-switcher__header {
	align-items: center;
	display: flex;
}

.cmp-profile-switcher__prefix {
	font-size: 1.5rem;
	font-weight: 500;
	margin-right: 0.75em;
	transform: translateY(0.125em);
	white-space: nowrap;
}

@media (min-width: 992px) {
	.cmp-profile-switcher__prefix {
		font-size: 3rem;
		transform: translateY(0.4em);
	}
}

@media (min-width: 1200px) {
	.cmp-profile-switcher__prefix {
		font-size: 3.75rem;
		transform: translateY(0.33em);
	}
}

.cmp-profile-switcher__selector {
	color: #2B65D3;
	font-size: 2rem;
	font-weight: 700;
	height: 9rem;
	/* Value should match 3x height defined in splide JS */
	overflow: hidden;
	padding-right: 3rem;
	position: relative;
	white-space: nowrap;
	z-index: 1;
}

@media (min-width: 992px) {
	.cmp-profile-switcher__selector {
		font-size: 3.75rem;
		height: 13.5rem;
		/* Value should match 3x height defined in splide JS */
		padding-right: 4rem;
	}
}

@media (min-width: 1200px) {
	.cmp-profile-switcher__selector {
		font-size: 5rem;
		height: 20.25rem;
		/* Value should match 3x height defined in splide JS */
		padding-right: 4rem;
	}
}

.cmp-profile-switcher__selector::before, .cmp-profile-switcher__selector::after {
	content: '';
	display: block;
	height: 40%;
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.cmp-profile-switcher__selector::before {
	background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.7) 90%, rgba(255, 255, 255, 0) 100%);
	top: 0;
}

.cmp-profile-switcher__selector::after {
	background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.7) 90%, rgba(255, 255, 255, 0) 100%);
	bottom: 0;
	height: 30%;
}

.cmp-profile-switcher__selector .splide {
	cursor: grab;
	margin-top: 3rem;
	/* Value should match height defined in splide JS */
}

@media (min-width: 992px) {
	.cmp-profile-switcher__selector .splide {
		margin-top: 4.5rem;
		/* Value should match height defined in splide JS */
	}
}

@media (min-width: 1200px) {
	.cmp-profile-switcher__selector .splide {
		margin-top: 6.75rem;
		/* Value should match height defined in splide JS */
	}
}

.cmp-profile-switcher__selector .splide::after {
	background-color: #EDEDED;
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	height: 1px;
	position: absolute;
	right: 0;
	z-index: -1;
}

@media (min-width: 992px) {
	.cmp-profile-switcher__selector .splide::after {
		bottom: -1rem;
		height: 3px;
	}
}

.cmp-profile-switcher__selector .splide__track {
	overflow: visible;
}

.cmp-profile-switcher__selector .splide__arrows {
	position: absolute;
	right: -3rem;
	top: -30%;
	z-index: 3;
}

@media (min-width: 992px) {
	.cmp-profile-switcher__selector .splide__arrows {
		right: -4rem;
		top: -12.5%;
	}
}

.cmp-profile-switcher__selector .splide__arrow {
	appearance: none;
	background: none;
	border: none;
	cursor: pointer;
	display: block;
	height: 3rem;
	width: 3rem;
}

.cmp-profile-switcher__selector .splide__arrow--prev svg {
	transform: rotate(-180deg);
}

.cmp-profile-switcher__panels {
	margin-top: 36px;
}

@media (min-width: 992px) {
	.cmp-profile-switcher__panels {
		margin-top: 120px;
	}
}

.cmp-profile-switcher__panel {
	height: 0;
	left: 5%;
	opacity: 0;
	overflow: hidden;
	position: relative;
	transition: all 0.4s;
}

.cmp-profile-switcher__panel.active {
	height: auto;
	left: 0;
	opacity: 1;
}

.cmp-profile-switcher__panel .cmp-banner {
	margin-bottom: 90px;
}

.cmp-quote-enhanced__wrap {
	position: relative;
}

.cmp-quote-enhanced__bg {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	height: 90%;
	position: absolute;
	width: 100%;
	z-index: 1;
}

@media (min-width: 600px) {
	.cmp-quote-enhanced__bg {
		height: 100%;
	}
}

.cmp-quote-enhanced__img.has-mobile {
	display: none;
}

@media (min-width: 600px) {
	.cmp-quote-enhanced__img.has-mobile {
		display: block;
	}
}

.cmp-quote-enhanced__img--mobile {
	display: block;
}

@media (min-width: 600px) {
	.cmp-quote-enhanced__img--mobile {
		display: none;
	}
}

.cmp-quote-enhanced__content {
	padding-top: 80%;
	position: relative;
	z-index: 2;
}

@media (min-width: 600px) {
	.cmp-quote-enhanced__content {
		align-items: center;
		display: flex;
		padding: 60px 0;
	}
}

@media (min-width: 1200px) {
	.cmp-quote-enhanced__content {
		padding: 90px 0;
	}
}

.cmp-quote-enhanced__quote {
	border-radius: 15px 15px 120px 15px;
	padding: 18px 18px 28px 32px;
}

@media (min-width: 600px) {
	.cmp-quote-enhanced__quote {
		border-radius: 30px 30px 200px 30px;
		padding: 36px 60px 70px;
	}
}

@media (min-width: 992px) {
	.cmp-quote-enhanced__quote {
		margin-right: 9%;
	}
}

.orient-right .cmp-quote-enhanced__quote {
	border-radius: 15px 15px 15px 120px;
}

@media (min-width: 600px) {
	.orient-right .cmp-quote-enhanced__quote {
		border-radius: 30px 30px 30px 200px;
		padding: 36px 60px 70px;
	}
}

@media (min-width: 992px) {
	.orient-right .cmp-quote-enhanced__quote {
		margin-left: 9%;
		margin-right: 0;
	}
}

.cmp-quote-enhanced__quote blockquote {
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.44px;
	margin: 0;
	padding: 0;
}

@media (min-width: 1200px) {
	.cmp-quote-enhanced__quote blockquote {
		font-size: 2rem;
		letter-spacing: -0.6px;
	}
}

@media (min-width: 1400px) {
	.cmp-quote-enhanced__quote blockquote {
		font-size: 2.5rem;
		letter-spacing: -0.8px;
	}
}

.cmp-quote-enhanced__quote blockquote strong, .cmp-quote-enhanced__quote blockquote b {
	font-weight: 700;
}

.cmp-quote-enhanced__quote blockquote p {
	margin: 0 0 1rem;
}

.cmp-quote-enhanced__quote blockquote p:last-child {
	margin: 0;
}

.cmp-quote-enhanced__author {
	margin: 18px 0 0;
}

@media (min-width: 600px) {
	.cmp-quote-enhanced__author {
		margin-top: 32px;
	}
}

.cmp-quote-enhanced__author cite {
	display: flex;
	font-style: normal;
}

.cmp-quote-enhanced__author .avatar {
	border-radius: 50%;
	flex-grow: 0;
	flex-shrink: 0;
	height: 46px;
	margin-right: 14px;
	overflow: hidden;
	position: relative;
	width: 46px;
}

@media (min-width: 600px) {
	.cmp-quote-enhanced__author .avatar {
		height: 70px;
		margin-right: 32px;
		width: 70px;
	}
}

.cmp-quote-enhanced__author .name {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: -0.24px;
}

@media (min-width: 1200px) {
	.cmp-quote-enhanced__author .name {
		font-size: 1.25rem;
		letter-spacing: -0.4px;
	}
}

.cmp-quote-enhanced__author .role {
	font-size: 0.75rem;
	letter-spacing: -0.24px;
	margin-top: 4px;
}

@media (min-width: 1200px) {
	.cmp-quote-enhanced__author .role {
		font-size: 1rem;
		font-weight: 500;
		letter-spacing: -0.32px;
	}
}

.cmp-related {
	border-top: 1px solid #323232;
	margin-top: 40px;
}

@media (min-width: 992px) {
	.cmp-related {
		border-top: 0;
		margin-top: 0;
	}
}

.cmp-related__eyebrow {
	color: #B30738;
	margin: 0 0 40px;
}

.cmp-related__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cmp-related__card {
	cursor: pointer;
	flex: 0 0 auto;
	margin-bottom: 40px;
	width: 100%;
}

@media (min-width: 782px) {
	.cmp-related__card {
		width: calc(50% - 16px);
	}
}

@media (min-width: 992px) {
	.cmp-related__card {
		width: 100%;
	}
}

.cmp-related__image {
	border-radius: 15px;
	margin: 0 0 16px;
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}

.cmp-related__title {
	margin: 16px 0 0 !important;
}

.cmp-related__title a {
	color: inherit;
	text-decoration: none;
}

.cmp-section-header {
	margin: 30px 0;
}

@media (min-width: 992px) {
	.cmp-section-header {
		margin: 80px 0 40px;
	}
}

.cmp-section-header__author {
	align-items: center;
	display: flex;
	margin-bottom: 20px;
}

@media (min-width: 782px) {
	.cmp-section-header__author {
		margin-bottom: 40px;
	}
}

.cmp-section-header__author .author-avatar {
	display: none;
	flex-grow: 0;
}

@media (min-width: 782px) {
	.cmp-section-header__author .author-avatar {
		display: block;
	}
}

.cmp-section-header__author .author-avatar img {
	border-radius: 1000px;
	display: block;
	margin-right: 20px;
	overflow: hidden;
}

.cmp-section-header__author .eyebrow {
	color: #B30738;
	margin: 0 0 8px;
}

.cmp-section-header__author .eyebrow a {
	color: inherit;
	text-decoration: none;
}

.cmp-section-header__author .author-meta {
	font-size: 1.125rem;
}

.cmp-section-header__author .author-meta p {
	margin-top: 0;
}

.cmp-section-header__author .author-meta p:last-child {
	margin-bottom: 0;
}

.cmp-stats__header {
	margin-bottom: 6px;
}

@media (min-width: 600px) {
	.cmp-stats__header {
		margin-bottom: 16px;
	}
}

.cmp-stats__header img {
	height: auto;
	width: 100%;
}

.cmp-stats__img.has-mobile {
	display: none;
}

@media (min-width: 600px) {
	.cmp-stats__img.has-mobile {
		display: block;
	}
}

.cmp-stats__img--mobile {
	display: block;
}

@media (min-width: 600px) {
	.cmp-stats__img--mobile {
		display: none;
	}
}

.cmp-stats__cards {
	border-radius: 8px;
	box-shadow: 0 4px 13px 0 rgba(187, 187, 187, 0.3);
	padding: 28px 0;
}

@media (min-width: 600px) {
	.cmp-stats__cards {
		border-radius: 30px;
		box-shadow: 0 4px 13px 0 rgba(187, 187, 187, 0.5);
	}
}

@media (min-width: 1200px) {
	.cmp-stats__cards {
		padding: 32px 48px;
	}
}

.cmp-stats__card {
	margin: 20px 16px;
	text-align: center;
}

@media (min-width: 1200px) {
	.cmp-stats__card {
		margin: 20px 48px;
	}
}

.cmp-stats__title {
	color: #B30738;
}

.cmp-stats__body {
	font-size: 0.875rem;
}

@media (min-width: 992px) {
	.cmp-stats__body {
		font-size: 1rem;
	}
}

.cmp-stats__body > * {
	margin-top: 0;
}

.cmp-stats__body > *:last-child {
	margin-bottom: 0;
}

.pageDirectory {
	color: #1E1E1E;
	padding-bottom: 48px;
	/*
	.custom-select-trigger:hover {
		-webkit-box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
		box-shadow: 0px 10px 50px 0px rgba(43, 111, 246, 0.1);
	}
	.custom-select-trigger:before {
		position: absolute;
		display: block;
		content: "";
		width: 1px;
		height: 50px;
		top: 3px;
		right: 50px;
		margin-top: -3px;
		border-right: 1px solid #c7d1d6;
		transition: all 0.35s ease-out;
		transform-origin: 50% 0;
	}
	*/
}

@media (min-width: 782px) {
	.pageDirectory {
		padding-bottom: 144px;
	}
}

.pageDirectory .cmp-section-header {
	margin-top: 10px;
}

@media (min-width: 782px) {
	.pageDirectory .cmp-section-header {
		margin-bottom: 56px;
		margin-top: 32px;
	}
}

.pageDirectory .cmp-section-header__title {
	font-size: 2.875rem;
}

@media (min-width: 782px) {
	.pageDirectory .cmp-section-header__title {
		font-size: 3.75rem;
	}
}

.pageDirectory__filter {
	margin: 0 0 24px;
}

@media (min-width: 782px) {
	.pageDirectory__filter {
		margin: 0 0 40px;
	}
}

.pageDirectory__submit {
	margin-top: 32px;
}

@media (min-width: 782px) {
	.pageDirectory__submit {
		margin-top: 40px;
	}
}

.pageDirectory__submit .btn, .pageDirectory__submit .wp-element-button,
.pageDirectory__submit .wp-block-button__link {
	border-width: 2px;
	font-size: 1rem;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

.pageDirectory .select, .pageDirectory select, .pageDirectory option, .pageDirectory .keyword {
	color: #666666;
	font-size: 1rem;
	font-weight: 400;
}

.pageDirectory .select {
	width: 100%;
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
}

.pageDirectory .select,
.pageDirectory .keyword {
	background-color: #FFFFFF;
	border: 2px solid #A7A8AD;
	border-radius: 50px;
	padding: 0;
	width: calc(100% - 4px);
}

.pageDirectory .select:focus,
.pageDirectory .keyword:focus {
	outline: none;
}

.pageDirectory .keyword {
	padding: 12px 24px;
	width: calc(100% - 52px);
}

.pageDirectory label {
	color: #1E1E1E;
	display: block;
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0 0 12px;
	width: 100%;
}

@media (min-width: 782px) {
	.pageDirectory label {
		margin-bottom: 4px;
	}
}

.pageDirectory .custom-select-wrapper {
	position: relative;
	display: inline-block;
	user-select: none;
	cursor: pointer;
	width: 100%;
}

.pageDirectory .custom-select-wrapper select {
	display: none;
}

.pageDirectory .custom-select {
	position: relative;
	display: inline-block;
}

.pageDirectory .custom-select-trigger {
	position: relative;
	display: block;
	padding: 0 38px 0 25px;
	font-weight: 400;
	color: #666666;
	line-height: 42px;
	background-color: #FFFFFF;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	border-radius: 50px;
}

.pageDirectory .custom-select-trigger:after {
	position: absolute;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	top: 50%;
	right: 20px;
	margin-top: -3px;
	border-bottom: 2px solid #2B65D3;
	border-right: 2px solid #2B65D3;
	transform: rotate(45deg) translateY(-50%);
	transition: all 0.35s ease-out;
	transform-origin: 50% 0;
}

.pageDirectory .custom-select.opened .custom-select-trigger:after {
	margin-top: 3px;
	transform: rotate(-135deg) translateY(-50%);
}

.pageDirectory .custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0%;
	right: 0;
	width: 100%;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
	background: #FFFFFF;
	transition: all 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
	border: 0;
	z-index: 10;
	max-height: 300px;
	overflow: auto;
	scrollbar-color: #2B65D3 #A7A8AD;
	scrollbar-width: thin;
	margin: 10px 0 40px 0;
}

.pageDirectory .custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(-8px);
	margin: 15px 0 0 0;
	border-radius: 8px;
	box-shadow: 0 10px 20px 0 rgba(159, 159, 159, 0.7);
}

.pageDirectory .option-hover:before {
	background: #f9f9f9;
}

.pageDirectory .custom-option {
	position: relative;
	display: block;
	padding: 0 22px;
	font-weight: 400;
	font-size: 14px;
	color: #1E1E1E;
	line-height: 47px;
	cursor: pointer;
	transition: all 0.05s ease-in-out;
}

.pageDirectory .custom-option:first-of-type {
	border-radius: 4px 4px 0 0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.pageDirectory .custom-option:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 4px 4px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.pageDirectory .custom-option:hover, .pageDirectory .custom-option.selection {
	color: #FFFFFF;
	background-color: #2B65D3;
}

.pageDirectory .directory-results {
	margin-top: 32px;
}

@media (min-width: 992px) {
	.pageDirectory .directory-results {
		padding-left: 6%;
	}
}

.pageDirectory .directory-results .no-results {
	text-align: center;
}

@media (min-width: 782px) {
	.pageDirectory .directory-results .no-results {
		text-align: left;
	}
}

.pageDirectory .directory-results ul {
	margin: 0;
	padding: 0;
}

.pageDirectory .directory-results ul li {
	list-style: none;
}

.pageDirectory .directory-results ul li h5, .pageDirectory .directory-results ul li .site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-name .sptp-member-name-title, .site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-name .pageDirectory .directory-results ul li .sptp-member-name-title {
	font-size: 1.5rem;
}

.pageDirectory .directory-results ul li a {
	text-decoration: none;
}

.pageDirectory .directory-results ul li p {
	color: #1E1E1E;
	font-size: 1.125rem;
	margin: 8px 0 32px;
}

.pageDirectory #directory-pagination.disabled {
	opacity: 0.5;
}

.pageDirectory #directory-pagination.disabled a {
	pointer-events: none;
	cursor: default;
}

.pageDirectory #info-pagination {
	padding: 72px 0 0;
}

@media (min-width: 782px) {
	.pageDirectory #info-pagination {
		padding: 0;
	}
}

@media (min-width: 992px) {
	.pageDirectory #info-pagination {
		padding-left: 6%;
	}
}

.pageDirectory .paginationjs ul {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
	width: 100%;
}

@media (min-width: 600px) {
	.pageDirectory .paginationjs ul {
		gap: 16px;
	}
}

.pageDirectory .paginationjs a {
	color: inherit;
	display: block;
	text-decoration: none;
}

.pageDirectory .paginationjs-page {
	border-radius: 4px;
	color: #1E1E1E;
	cursor: pointer;
	display: block;
	font-size: 1.125rem;
	height: 38px;
	line-height: 38px;
	position: relative;
	text-decoration: none;
	text-align: center;
	width: 41px;
}

.pageDirectory .paginationjs-page.active {
	background: #2B65D3;
	color: #FFFFFF;
	font-weight: 700;
}

.pageDirectory .paginationjs-page:not(.active):hover {
	background: rgba(43, 101, 211, 0.2);
}

.pageDirectory .paginationjs-ellipsis {
	color: #A7A8AD;
}

.pageDirectory .paginationjs-next, .pageDirectory .paginationjs-prev {
	border: 2px solid #A7A8AD;
	border-radius: 100px;
	cursor: pointer;
	font-size: 0;
	height: 28px;
	padding: 0;
	position: relative;
	width: 28px;
}

.pageDirectory .paginationjs-next a, .pageDirectory .paginationjs-prev a {
	width: 28px;
}

.pageDirectory .paginationjs-next::after, .pageDirectory .paginationjs-prev::after {
	border: solid #A7A8AD;
	border-width: 2px 2px 0 0;
	content: '';
	display: block;
	left: 7px;
	padding: 4px;
	position: absolute;
	top: 9px;
	transform: rotate(45deg);
}

.pageDirectory .paginationjs-next.disabled, .pageDirectory .paginationjs-prev.disabled {
	display: none;
}

.pageDirectory .paginationjs-next:hover, .pageDirectory .paginationjs-prev:hover {
	background: none;
	border-color: #2B65D3;
}

.pageDirectory .paginationjs-next:hover::after, .pageDirectory .paginationjs-prev:hover::after {
	border-color: #2B65D3;
}

.pageDirectory .paginationjs-prev::after {
	left: 11px;
	transform: rotate(225deg);
}

.page-template-template-directory .ui-widget.ui-menu {
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	border: 2px solid #A7A8AD;
	border-radius: 8px;
}

.pageEnrepreneurDetails {
	padding: 24px 0 48px;
}

article.type-post .entry-header {
	padding-top: 88px;
	position: relative;
}

article.type-post .entry-header__image {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

article.type-post .entry-header__image .mask {
	background: linear-gradient(90deg, rgba(25, 18, 25, 0.75) 0%, rgba(25, 18, 25, 0) 100%);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

article.type-post .entry-header__image img {
	border-radius: 0;
	height: 100%;
}

article.type-post .entry-header__content {
	position: relative;
	z-index: 2;
}

article.type-post .entry-header__content h1 {
	margin: 0 0 16px;
}

article.type-post .entry-header__byline .the_author {
	color: inherit;
	display: inline-block;
	text-decoration: none;
}

article.type-post .entry-header__byline .the_author::after {
	content: '-';
	display: inline-block;
	padding: 0 2px 0 5px;
}

article.type-post .entry-header__byline .the_date {
	display: inline-block;
}

article.type-post .entry-header__category {
	color: #B30738;
	position: absolute;
	top: -36px;
}

article.type-post .entry-header__category a {
	color: inherit;
	text-decoration: none;
}

article.type-post .entry-header.has-image {
	padding-bottom: 48px;
}

@media (min-width: 782px) {
	article.type-post .entry-header.has-image {
		padding-bottom: 64px;
		padding-top: 104px;
	}
}

@media (min-width: 992px) {
	article.type-post .entry-header.has-image {
		padding-bottom: 84px;
		padding-top: 124px;
	}
}

@media (min-width: 1200px) {
	article.type-post .entry-header.has-image {
		padding-bottom: 114px;
		padding-top: 154px;
	}
}

@media (min-width: 1400px) {
	article.type-post .entry-header.has-image {
		padding-bottom: 164px;
		padding-top: 204px;
	}
}

article.type-post .entry-header.has-image .entry-header__category,
article.type-post .entry-header.has-image .entry-header__content {
	color: #FFFFFF;
}

article.type-post .entry-content {
	color: #1E1E1E;
	padding-bottom: 32px;
	padding-top: 32px;
}

@media (min-width: 992px) {
	article.type-post .entry-content {
		padding-bottom: 72px;
	}
}

article.type-post .entry-content h1, article.type-post .entry-content h2, article.type-post .entry-content .site-wrapper .content-wrapper .sp-team .sptp-section-title, .site-wrapper .content-wrapper .sp-team article.type-post .entry-content .sptp-section-title, article.type-post .entry-content h3, article.type-post .entry-content h4, article.type-post .entry-content h5, article.type-post .entry-content .site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-name .sptp-member-name-title, .site-wrapper .content-wrapper .sp-team .sptp-grid .sp-team-item .sptp-member-name article.type-post .entry-content .sptp-member-name-title, article.type-post .entry-content h6,
article.type-post .entry-content blockquote, article.type-post .entry-content p, article.type-post .entry-content ol, article.type-post .entry-content ul {
	margin-bottom: 2rem;
	margin-top: 2rem;
}

article.type-post .entry-content__tags {
	border-top: 1px solid #323232;
	margin-top: 40px;
	padding-top: 40px;
}

article.type-post .entry-content__tags .eyebrow {
	color: #B30738;
	margin: 0;
}

article.type-post .entry-content__tags a {
	color: inherit;
	text-decoration: none;
}

article.type-post .entry-content__author {
	border-top: 1px solid #323232;
	display: flex;
	margin-top: 40px;
	padding-top: 40px;
}

article.type-post .entry-content__author .author-avatar {
	flex-grow: 0;
	flex-shrink: 0;
}

article.type-post .entry-content__author .author-avatar img {
	border-radius: 1000px;
	display: block;
	margin-right: 20px;
	overflow: hidden;
}

article.type-post .entry-content__author .eyebrow {
	color: #B30738;
	margin: 0 0 8px;
}

article.type-post .entry-content__author .eyebrow a {
	color: inherit;
	text-decoration: none;
}

article.type-post .entry-content__author .author-meta {
	font-size: 1rem;
}

article.type-post .entry-content__author .author-meta p {
	margin-top: 0;
}

article.type-post .entry-content__author .author-meta p:last-child {
	margin-bottom: 0;
}

article.type-post img {
	border-radius: 20px;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

article.type-post img.alignfull, article.type-post img.alignwide {
	height: auto;
	width: 100%;
}

article.type-post img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media (min-width: 782px) {
	article.type-post img.alignleft {
		float: left;
		margin: 1.125rem 2.25rem 1.125rem 0;
	}
	article.type-post img.alignright {
		float: right;
		margin: 1.125rem 0 1.125rem 2.25rem;
	}
}

article.type-post .wp-block-quote, article.type-post blockquote {
	border-left: 2px solid #B30738;
	margin-left: 24px;
	padding-left: 24px;
}

article.type-post .wp-block-quote p, article.type-post blockquote p {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.66667;
}

article.type-post blockquote cite {
	text-align: left;
}

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